@CHARSET "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, feldset, input, textarea, p, blockquote, th, td{
	padding :0;
	margin :0;
}

ol, ul, li {
	list-style: none outside none;
}

/* 게시판 - 리스트 */
table.tdesign { border-bottom:1px solid #e2e2e2; width:697px;}
thead.tdesign th.first { padding-left:10px; height:29px; font-weight:normal; }
thead.tdesign th.last { padding-right:10px;height:29px; background:url(/html/img/board/title_bg_end.gif) no-repeat right top; font-weight:normal; }
thead.tdesign th { height:29px; font-weight:normal; }
thead.tdesign th span.bar { display:block; width:100%; background:url(/html/img/board/title_bar.gif) no-repeat right top; }
tbody.tdesign td { padding:5px 0 4px 0; border-bottom:1px solid #e2e2e2; }
tbody.tdesign td.first { padding-left:10px; }
tbody.tdesign td.last { padding-right:10px; }

.pagingWrapper {
	width:100%;
}

.pagingWrapper ul {
	heigt:20px;
	margin:0 auto;
	overflow:hidden;
}
.pagingWrapper li {
	float :left;
	padding : 0 3px 0 3px;
}

#notice_title {
	backgroud-image:url(/html/images/subtitle_03_03img.gif)	
}

/* 게시판 - 등록 (1) : 상단 줄없는 형태*/
/*
table.wdesign { border-bottom:1px solid #e2e2e2; }
tbody.wdesign td { padding:5px 0 4px 5px; border-bottom:1px solid #e2e2e2; }
tbody.wdesign td.first { padding-left:10px; }
tbody.wdesign td.last { padding-right:10px; }
tbody.wdesign td span.title { display:inline; padding-left:7px; background:url(/html/img/board/bu.gif) no-repeat 0 50%; }
tbody.wdesign td span.bar { display:block; width:100%; background:url(/html/img/board/title_bar.gif) no-repeat right top;}
*/

/* 게시판 - 상세보기 (1) : 상단 줄없는 형태*/

table.vdesign { width:697px;}
tbody.vdesign td { border-bottom:1px solid #e2e2e2; }
tbody.vdesign td.first { padding-left:10px; }
tbody.vdesign td.last { padding-right:10px; }
tbody.vdesign td span.title 
{ 
	display:inline; 
	padding-left:70px;
	background:url(/html/img/board/bu.gif) 
	no-repeat 0 50%; 
	color:white;
}

tbody.vdesign td span.data 
{ 
	display:inline; 
	no-repeat 0 50%; 

}
tbody.vdesign td span.bar { display:block; width:100%; background:url(/html/img/board/title_bar.gif) no-repeat right top;}
tbody.vdesign td td { border:none;}
tbody.vdesign .pic {  border:1px solid #d9d9d9; padding:5px; }
tbody.vdesign .pic img { }
tbody.vdesign .product_cont_text { width:650px; }


/* 버튼 영역 */

.btn_align01 { /*height:35px;*/ width:100%; text-align:center; padding-top:10px; }
.btn_align02 { /*height:35px;*/ width:100%; text-align:right; padding-top:10px; }
.vdesign td > span { padding: 0 0 0 10px;}

/* 입력박스 */
/*
.txt01 { border:1px solid #c9c9c9; }

*/
.notice_view_tb0 > table
{
	 margin-top:10px; 
}

.notice_view_tb > table
{
	margin-top:115px;
}

.notice_txt > table
{
	margin-top:135px;
}

#list
{
	margin-top:10px;
}

.h_none
{
	height:10px;
}
