/**********************************************************************************/
/*	홈페이지,게시판,폼,서버페이지등에 사용되는 스킨 스타일시트 입니다			  */					
/*	사이트: http://www.addform.net												  */
/**********************************************************************************/

/* 크로스브라우징 위한 여백제거 */
img{vertical-align:top}
embed{vertical-align:top}
object{vertical-align:top}
/* 문서의 전체 여백 속성 설정 */
html,body{margin:0;padding:0;}
body{text-align:center;background:#F1FDCB url(http://dw5289.cafe24.com/images/bg_sub.jpg) center 0 no-repeat;}
div{margin:0;padding:0;}
/*본문내용 외곽을 라운딩디자인하고 내용에 패딩적용하고자 할 경우 아래 #div_wrap_contents에서, padding 과 width:100%적용*/
/*#div_wrap_contents{} 본문내용 패딩적용하지 않을 때는 이것 사용*/
#div_wrap_contents{padding:10px;width:100%;}

/* 테이블 스타일  */
TABLE {border-collapse: collapse;margin:0;padding:0;}
CAPTION {color: #616588;text-align:left;}
tr{margin:0;padding:0;}
td{margin:0;padding:0;}

/* 레이아웃(아래 div 들에 width,font-family, font-size, color 속성을 설정하지 마세요)  */
/*/////////////////////////////////////////////////////////////////////////////////////*/
/* 중앙정렬시																		   */
div#container{margin:0;margin:auto;text-align:center;padding:0;}
/* 좌정렬시 */
/*div#container{margin:0;text-align:left;padding:0;}*/
/*/////////////////////////////////////////////////////////////////////////////////////*/
div#header {margin:0;padding:0;}	
div#body {margin:0;padding:0;}
div#footer {margin:0;padding:0;}
div#af_id {display:none;margin:0;padding:10px;border:1px solid #989898;text-align:center;font-weight:bold;}
div#af_id input{display:none;font-weight:bold;color:blue;}

/*		중앙컨텐츠와 좌측사이에 여백을 두고 싶지않다면 아래에서 padding값 제거		   */
td#left {}
/*		중앙컨텐츠 위와 헤드사이에 여백을 두고 싶지않다면 아래에서 padding값 제거	   */
td#form {background:url(http://dw5289.cafe24.com/images/bg_content.jpg) 0 0 repeat-y;}
td#list {background:url(http://dw5289.cafe24.com/images/bg_content.jpg) 0 0 repeat-y;}
/*		중앙컨텐츠와 우측사이에 여백을 두고 싶지않다면 아래에서 padding값 제거		   */
td#right {padding-left:10px;}

h1{font-size:2.4em;}
h2{font-size:1.8em;}
h3{font-size:1.4em;}
h4{font-size:1.1em;}

/* 
ckeditor 에디터로 글자속성 지정시 
<span style='font-size:지정한크기'><span style='color:지정한색상'>선택한글자</span></span>
와 같이 <span>태그가 중복되어 글자크기가 기본설정된 크기로 됨으로 인해, 바로 인접한
<span>의 지정한크기로 정상반영위해 에디터에서 사용되는 주요 태그에 font-size:1em 적용
*/
span{font-size:1em;line-height:1.2em;}
em{font-size:1em;line-height:1.2em;}
strong{font-size:1em;line-height:1.2em;}
strike{font-size:1em;line-height:1.2em;}
u{font-size:1em;line-height:1.2em;}


/* link 스타일 */
A:link
	{
	TEXT-DECORATION: none;
	COLOR:#666;
	}

A:hover
	{
	TEXT-DECORATION: underline;
	COLOR :#004a84;
	BORDER: none;
	}

A:visited
	{
	TEXT-DECORATION: none;
	COLOR :#666;
	BORDER: none;
	}

/* 이미지 스타일  */
IMG {
	BORDER:none;
	margin:0;padding:0;	
	}


/* 폼객체 스타일 */
INPUT{}
SELECT {}
TEXTAREA{width:100%;}


/* 필드셋 스타일 */
FIELDSET {padding:20px;}
LEGEND {}

/* 폼분류 선택상자 div, 테이블,선택상자 스타일 */
div.groupANDform{
margin-bottom:10px;border:2px solid #6581a2;border-left:0;border-right:0;background-color:#f3f4f3;text-align:left;
background-image:url(../../imgs/category.gif);
background-repeat:no-repeat;
background-position:20px 5px;	
}
.groupANDform table{width:100%;}
.groupANDform td{width:50%;padding:20px;font-size:15px;font-weight:bold;color:gray;}
.groupANDform select{}

/***************************************************************************************/
/*				        팝업창에  사용될  사용될 스타일 정의						   */
/***************************************************************************************/
#divpop{}
#divpop p {font-size:15px;font-family:굴림;line-height:0.1em;}
#divpop font{font-size:15px;font-family:굴림;line-height:0.1em;}

/***************************************************************************************/
/*				        메인페이지에 사용될  사용될 스타일 정의						   */
/***************************************************************************************/
/* 검색 수 */
#list_product_n{
margin:10px 0 10px 0;
}

#list_product_n table{
width:100%;
}
.list_product_n_tdL{
text-align:left;
color:#999;
font-weight:bold;
}

.list_product_n_tdR{
text-align:right;
color:#999;
}

/* 리스트 헤드 */
.list_product_head{
margin:10px 0 10px 0;
padding:5px 0 5px 0;
border:0;
border-top:1px;
border-bottom:1px;
border-style:solid;
border-color:#b4c5df;
text-align:right;
background-color:#e1e8f3;
}

.list_product_head table{
width:100%;
}

.list_product_head td{
width:50%;
font-size:1.3em;
font-weight:bold;
color:#004a84;
padding:0 5px 0 5px;;
}

.list_product_head_td1{
text-align:left;
}
.list_product_head_td2{
text-align:right;
}

/* 리스트 본체 */
.list_product_middle{
}
.list_product_middle table{
width:100%;
}
.list_product_middle td{
}

/* 리스트 이미지 */
.list_product_img{
text-align:left;
}
.list_product_img img{
border:5px solid #e3e3e3;cursor:hand;width:150px;height:100px;
}

/* 리스트 설명 */
.list_product_exp{
width:100%;
text-align:left;
padding:0 20px 0 20px;
}
.list_product_exp ul{
margin:0;padding:0;
list-style:none;
}
.list_product_exp li{
margin:0;
padding:5px;
border-bottom:1px dotted #999;
}

.list_product_exp .title_text{
color:#004a84;
}
.list_product_exp .blankYoil{
color:#ff6600;
}
.list_product_exp .res_mny{
color:#336699;
}

.list_product_exp input{
width:100px;height:30px;
}

.list_product_exp .btn_li{
border:0;
}


/*  조회폼 */
.list_product_search{
text-align:right;
}
.list_product_search table{
text-align:left;
}

.list_product_searchForm{
}
.list_product_searchForm td{
padding:5px;
}

.list_product_searchForm_td1{
background-color:#bed5d8;
}

.list_product_searchForm_td2{
border-bottom:1px dotted #fff;background-color:#bed5d8;
}

.list_product_searchForm_td3{
background-color:#bed5d8;width:150px;
}
.list_product_searchForm_td4{
background-color:#bed5d8;padding-left:0;
}

.list_product_searchForm_td5{
background-color:#bed5d8;
}

.list_product_searchForm_td6{
background-color:#a7c6ca;border-top:1px solid #fff;
}
.list_product_searchForm_td7{
background-color:#a7c6ca;border-top:1px solid #fff;padding-left:0;
}
.list_product_searchForm_td6 input{
padding-left:5px;background-image:url(img/man.gif);background-repeat:no-repeat;background-position:right center;
}

/* 리스트 풋 */
.list_product_bottom{
margin-bottom:20px;
}

/* 하단 페이지 분할 */
#pageDiv{
text-align:center;
border-top:1px solid #e3e3e3;
padding:10px;
}

/* 타이틀이미지 */
#subpage_title{text-align:left;}


/***************************************************************************************/
/*						form.html 에 사용될 스타일 정의								   */
/***************************************************************************************/
div#form_wrapper {}
div#form_cap {text-align:left;}
div#order_head {margin:0;padding:0;text-align:left;	clear:both;}
div#form_head {margin:0;padding:0;}			
/* 테이블 하단 마무리 테두리 */
div#form_foot {margin:0;padding:0;border-top:3px solid #bbbbbb;}					
/* 폼 제목 div */
div#form_title {text-align:left;border-bottom:3px solid #f0f0f0;}   	
/* 폼 제목 h3 */
div#form_title h3{font-size:1.2em;font-weight:bold;border-bottom:1px solid #bfbfbf;padding-bottom:10px;margin:0;color:#333;}
div#order_field {margin-top:20px;}
div#submit {margin:10px 0 10px 0;text-align:center;}
div#msg_bottom{text-align:center;color:gray;}
div#bottom_img {text-align:center;}
div#formmail_sum{margin:10px 0 10px 0;padding:10px 0 10px 0;}
div#detail_img {line-height:1.3em;text-align:left;}
div#msg_top {text-align:left;margin:10px 0 10px 0;}

.form_head table{margin:20px 0 0 0 ;;padding:0;}
.form_head td{margin:0;padding:0;height:32px;}
.form_foot table{margin:0;padding:0;}
.form_foot td{margin:0;padding:0;height:8px;}
#formmail_sum table{width:100%;border: 1px solid #cccccc;background-color:#e9e9e9;} 
#formmail_sum td{font-size:1.1em;font-weight:bold;text-align:right;color:#666;padding:10px 10px 10px 0;}
td#top_img {text-align:left;}
td#head_title_tail {text-align:right;}
td#msg_top {text-align:left;}


/*********************** 주문폼일 때 테이블 스타일 *************************************/
/* 타이틀 배경이미지(이미지 경로는 form.html 에서 수정)*/
p#f_title {font-size:16px;font-family:굴림;font-weight:bold;height:40px;padding:12px 0 0 80px;background-repeat:no-repeat;margin:0 0 5px 0;}
div#order_table_div {border-top:2px solid #4a4a4a;}
table#order_table {width:100%;}
#order_table TD {border: 0px solid #656565;border-bottom:1px solid #656565;}
#order_table .title_td  {border-top: 2px solid #656565;border-right: 1px solid #ffffff;	border-bottom: 1px solid #656565;background-color:#656565;color:#ffffff;font-weight:bold;}
#order_table TD.only_lineTop {text-align:right;padding-top:5px;padding-bottom:5px;border-top: 2px solid #495b79;background-color:#DCDCDC;border-bottom:0;}
#order_table TD.only_lineTopBottom {text-align:right;padding-top:5px;padding-bottom:5px;border-top:2px solid #c0c0c0;border-bottom:2px solid #656565;background-color:#DCDCDC;}
#order_table TD.only_lineBtm {width:220px;text-align:left;border-top-style:none;border-right-style:none;border-bottom-style:solid;border-left-style:none;}

table#order_client{width:100%;}
filedset#order_client {border:0;padding:0;padding-top:20px;position:relative;}
#order_client td{border: 1px solid #cccccc;padding: 3px 5px 2px 5px;}
#order_client td.title_td{width:50%;background-color:#656565;text-align:center;border:1px solid #4a4a4a;}
#order_client .title_td strong{color:#fff;}
#order_client td.item{background-color:#e9e9e9;background-repeat:repeat-x;text-align:left;border-left:1px solid #cccccc;font-size:11px;font-weight:bold;color:#333;}
#order_client td.val{text-align:left;}
#order_client .af_divi{margin:0;padding:20px 0 5px 0;border:0;border-bottom:3px solid #bbbbbb;text-align:left;}
/* 제품이름 스타일 */
.order_item{font-weight:bold;color:#333;}
/* 제품설명 스타일 */
.order_item_tip{color:#666;}
/* 제품옵션 div 와 부속 태그 스타일(사용자입력형일 경우) */
.order_item_opt_text{margin-top:5px;padding-top:2px;border-top:1px dotted #cccccc;font-family:굴림,Times New Roman;font-size:12px;background-color:#e8e8e8;}
.order_item_opt_text span{color:gray;font-size:11px;}
.order_item_opt_text input{font-family:굴림,Times New Roman;font-size:11px;}
/* 제품옵션 div 와 부속태그  스타일(펼침목록일 경우) */
.order_item_opt_selectBox{margin-top:5px;padding-top:2px;border-top:1px dotted #cccccc;font-family:굴림,Times New Roman;font-size:11px;background-color:#e8e8e8;}
.order_item_opt_selectBox span{color:gray;font-size:11px;}
/* 주문폼 고객주소입력 테이블	   */
#order_client .c_address {width:100%;}
#order_client .c_address td{border:0;padding-left:0;}
#order_client .c_address input{}



/*********************** 폼메일일 때 테이블 스타일 *************************************/
table.formmail_items{width:100%;}
.formmail_items td{border: 1px solid #d6d6d6;border-top:0;padding: 3px 5px 2px 5px;}	
/*단락구분에 사용되는 td의 스타일 */ 
.formmail_items .af_divi{margin:0;padding:20px 0 5px 0;border:0;border-bottom:3px solid #bbbbbb;text-align:left;}
/* 폼메일 항목 td 스타일 */
.formmail_items td.item{width:100px;background-color:#e9e9e9;background-repeat:repeat-x;text-align:left;border-left:1px solid #cccccc;font-size:11px;font-weight:bold;color:#333;}
/* 폼메일 항목 오른쪽 입력필드 td 스타일 */ 
.formmail_items td.val{text-align:left;background-color:white;}
/* 폼메일 항목 간단설명 스타일 */
.formmail_items .item_tip{color:#999;font-size:11px;line-height:1.2em;margin:0;padding:0;}
/* 폼메일 고객주소입력 테이블	   */
.formmail_items .c_address {}
.formmail_items .c_address td{border:0;padding-left:0;}
.formmail_items .c_address input{}


td.tdAlignLEFT {text-align: left;}
td.boundary {background-color:#e9e9e9;}

INPUT.noborder {border:0px;text-align:right;}
INPUT.subTotal {border:0px;text-align:right;}
INPUT.subTotal2 {border:0px;text-align:right;}
INPUT.subTax {border:0px;text-align:right;}
INPUT.ess{}
/* 폼메일 하단 합계 입력필드 스타일 */
#formmail_sum INPUT {font-size:1.2em;color:blue;text-align:right;font-weight:bold;border-bottom:1px solid #666;}
TEXTAREA.ess{}
INPUT.essSelect{background-color:#FAFAD2;}
TEXTAREA.essSelect{background-color:#FAFAD2;}
SELECT.essSelect{background-color:#FAFAD2;}

/*전송 버튼 크기와 폰트스타일*/
input.btn_big{width:100px;height:35px;font-size:13px;}

.small {color:gray;}
.upload {margin:0;padding:0;}
.upload2 {margin:0;padding:0;display:none;}

#submit table{width:100%;}
#submit ul{margin:10px;padding:0;list-style:none;}
#submit li{margin:0;padding:0;color:#595959;}
#submit span{color:#595959;}

/***************************************************************************************/
/*						myorder.html 에 사용될 스타일 정의							   */
/***************************************************************************************/


table#myorder_list{width:100%;}
#myorder_list th{border:1px solid #b2c0d0;border-top:2px solid #6581a2;border-left:0;border-right:0;height:30px;background-color:#dbe1e9;font-weight:bold;color:#4a607a;}
#myorder_list td{border:1px solid #b2c0d0;border-left:0;border-right:0;text-align:center;line-height:1.5em;color:#333;}
#myorder_list td.situ{color:black;width:100px;}
.myorder_detail{margin-bottom:20px;width:100%;}
.myorder_detail td{margin-top:20px;margin-bottom:20px;padding-bottom:20px;font-family:굴림;font-size:13px;color:#000;line-height:1.5em;;}
.myorder_detail td strong{color:#004a84;font-size:13px;font-family:굴림;}

/***************************************************************************************/
/*						list.html 에 사용될 스타일 정의								   */
/***************************************************************************************/
h3.title_list{text-align:left;border-left:3px solid #336699;padding-left:3px;}
div#list_wrapper{text-align:center;}

table#order_list{width:100%;}
#order_list th{border:1px solid #b2c0d0;border-top:2px solid #6581a2;height:30px;background-color:#dbe1e9;font-weight:bold;color:#4a607a;}
#order_list td{border:1px solid #b2c0d0;text-align:center;line-height:2em;color:#333;}
td#admin_left {text-align:left;border:0;}
td#admin {text-align:right;border:0;}
#order_list td.situ{color:black;width:100px;}

div#write {margin-top:10px;margin-bottom:10px;text-align:right;}
div#page{margin:20px;}
div#search{border:2px solid #b2c9d0;text-align:center;padding:10px;}
div#search td{text-align:center;line-height:15px;}
div#search td.tip{color:gray;font-size:11px;}
div#search form{margin:0;padding:0;}


/***************************************************************************************/
/*			아래부터는, 상하좌우 레이아웃을 사용시 각 페이지의 스타일입니다.		   */
/*			폼만 띄우는 레이아웃8번 사용시엔 아래 스타일들은 수정할 필요가 없습니다.   */
/***************************************************************************************/

/***************************************************************************************/
/*						header.html 에 사용될 스타일 정의							   */
/***************************************************************************************/
div.head_wrapper {margin:0;padding:0;border:0;}
#head_top {text-align:right;color:#666;}
#head_top a{color:#666;font-size:11px;}
div.site_logo {margin:0;padding:0;text-align:left;}
#search_goodshead {margin:0;padding:0;}
#search_goodshead .search_input{width:300px;height:40px;border:5px solid #339900;font-size:15px;font-weight:bold;}
#search_goodshead .search_btn{width:50px;height:41px;}

div#head_menu {text-align:left;margin:0;padding:0;}
div#head_menu table{margin:0;padding:0;}
div#head_menu td{margin:0;padding:0;}
#head_menu ul {padding:0; margin:0; list-style:none; white-space:nowrap;}
#head_menu li.li_menu{float:left;margin:0;margin-right:2px; padding:5px 5px 5px 1px;text-align:center;background:url(img/tabmenu_right.gif) no-repeat right top;}
#head_menu li.li_dummy{float:left;background:url(img/tabmenu_left.gif) no-repeat left top;margin:0;padding:0;height:50px;}
#head_menu li a {color:#fff; font-family:돋움;text-decoration:none;font-weight:normal;}
#head_menu li .menu_kr{padding:5px;}
#head_menu li .menu_en{font-size:11px;line-height:3em;color:#fff;font-weight:normal;text-decoration:none;}
#head_menu li a:hover, #site_menu li a.selected {color:yellow;}

div#head_goodsCategory {text-align:left;margin:0;padding:0;}
#head_goodsCategory ul {margin:0;padding:10px;list-style:none;height:35px;background-color:#41AF12;border:1px solid #339900;white-space:nowrap;}
#head_goodsCategory li{float:left;margin:0;margin-right:2px;}
#head_goodsCategory li a {color:#000;text-decoration:none;font-weight:bold;}
#head_goodsCategory li a:hover{color:yellow;}

div#head_bottom {height:25px;text-align:right;margin:0;padding:3px; border:1px solid #c0c0c0;background-color:#f1f1f1;font-size:0.9em;line-height:2em;color:#666666;;border-top:0;}

/***************************************************************************************/
/*						footer.html 에 사용될 스타일 정의							   */
/***************************************************************************************/
div#footer_wrapper {background:url(http://dw5289.cafe24.com/images/bg_content.jpg) 0 0 repeat-y;}
#footer_wrapper table {width:100%;}
#footer_wrapper td {padding:10px;color:#666666;}
#footer_wrapper .left {text-align:center;}
#footer_wrapper .right {text-align:left;width:100%;}
#footer_wrapper ul {list-style:none;margin:10px 0 10px 0;padding:0;}
#footer_wrapper li {margin:0;padding:0;color:#666;}
#footer_wrapper li span{margin:0;padding:0;color:#333;font-size:11px;}
#footer_wrapper #foot_menu {}
#footer_wrapper #foot_menu li{float:left;}
#footer_wrapper #foot_menu li a{padding-left:0;padding-right:10px;}
#footer_wrapper #foot_menu a{color:#666;}
#footer_wrapper #foot_company {clear:left;}
#footer_wrapper #foot_company li span{color:#999;}
#footer_wrapper a {padding:5px;color:#333;}


/***************************************************************************************/
/*						left.html 에 사용될 스타일 정의								   */
/***************************************************************************************/
/* 개별 모듈포장 */
div.box_content_wrapper {margin:0;margin-top:10px;padding:5px;border:1px solid #c0c0c0;}

/* 주문조회 */
div.box_search_order {text-align:left;}
.box_search_order ul {margin:0;padding:0;list-style:none;}
.box_search_order li {margin:0;padding:5px;border-bottom:1px dotted #e3e3e3;}
.box_search_order li a {color:#666666;}
.box_search_order li a:hover{text-decoration:underline;}

/* 공지사항 (좌우공통)*/
div.box_notice {text-align:left;}
.box_notice ul {margin:0;padding:0;list-style:none;}
.box_notice li {margin:0 5px 3px 5px;padding:0;line-height:1.3em;border-bottom:1px dotted #e3e3e3;}
.box_notice a {font-size:11px;}

/* 좌측메뉴, */
div.box_menuLeft {text-align:left;}
.box_menuLeft ul {margin:0;padding:0;list-style:none;}
.box_menuLeft li {margin:0 5px 0 5px;padding:5px 0 5px 0;border-bottom:1px dotted #e3e3e3;background-image:url(img/icon_page.gif);background-repeat:no-repeat;background-position:left center;}
.box_menuLeft li a {color:#666666;}
.box_menuLeft li a:hover{text-decoration:underline;}

/* 최근상품,인기상품 */
div.box_content_left {text-align:left;}
.box_content_left h4{font-size:1em;margin:0;padding:0;border-bottom:1px dotted #999;}
.new{background-image:url(img/new.gif);background-repeat:no-repeat;background-position:right bottom;}
h4.hot_h4{background-image:url(img/hit.gif);background-repeat:no-repeat;background-position:right bottom;color:#cc6699;}
.box_content_left table {width:88%;margin:0;padding:0;}
.box_content_left td {margin:0;padding:5px;}
.box_content_left td a {color:#666666;font-size:11px;}
.box_content_left td a:hover{text-decoration:underline;}

/* 계좌정보 */
div.box_content_bank {text-align:left;}
.box_content_bank h4 {margin:0;padding-bottom:5px;border-bottom:1px solid #c0c0c0;color:#cc9966;background-image:url(img/bank.gif);background-repeat:no-repeat;background-position:right 0;}
.box_content_bank ul {margin:0;padding:0;list-style:none;}
.box_content_bank li{margin:0;font-weight:bold;font-size:15px;padding:5px;letter-spacing:-1px;}

/* 대표전화 */
div.box_content_company {text-align:left;}
.box_content_company h4 {margin:0;padding-bottom:5px;border-bottom:1px solid #c0c0c0;color:#cc9966;background-image:url(img/phone.gif);background-repeat:no-repeat;background-position:right 0;}
.box_content_company td {font-weight:bold;font-size:15px;color:#666;padding:5px;letter-spacing:-1px;}

/***************************************************************************************/
/*				        right.html 에 사용될 스타일 정의					           */
/***************************************************************************************/
div.box_content_r {margin:0;padding:3px;text-align:left;font-size:11px;}
.box_content_r h4 {margin:0;padding:0;border-bottom:1px solid #c0c0c0;color:#336699;}
ul.hot {}
.box_content_r ul {margin:0;padding:0;list-style:none;}
.box_content_r li {margin:0;padding:5px;}
.box_content_r li a {font-size:11px;}
.box_content_r li a:hover{text-decoration:underline;}

/***************************************************************************************/
/*				        subpage.html 에 사용될 스타일 정의					           */
/***************************************************************************************/
#subpage_top{margin-bottom:20px;}
#subpage_top table{width:100%;}
#subpage_top #subpage_topL{text-align:left;font-size:13px;}
#subpage_top #subpage_topR{text-align:right;font-size:11px;color:gray;}
#subpage_top #subpage_topB{text-align:right;border-top:1px solid #e3e3e3;font-size:11px;color:gray;}

/***************************************************************************************/
/*				        게시판 bbs_head.html 에 사용될 스타일 정의					   */
/***************************************************************************************/
#bbs_head {}
#bbs_head table {width:100%;}
#bbs_head td {text-align:right;}
#bbs_head_left {}
#bbs_head_center {}
#bbs_head_right {}

/***************************************************************************************/
/*				        게시판 bbs_foot.html 에 사용될 스타일 정의					   */
/***************************************************************************************/
#bbs_foot {margin-top:30px;}
#bbs_foot table {width:100%;}
#bbs_foot td {text-align:center;color:#999;}

/***************************************************************************************/
/*				        게시판 list_view.html 에 사용될 스타일 정의					   */
/***************************************************************************************/
#bbs_list {margin:20px 0 0 0}
#bbs_list a{color:#004a84;}
#bbs_list a:visited{color:#666;}
#bbs_list table {width:100%;}
#bbs_list th {padding:10px;color:#003366;border-bottom:2px solid #ccc;}
#bbs_list td {border-bottom:1px solid #ccc;padding:5px;text-align:center;}
#bbs_list #bbs_list_head_left {text-align:left;}
#bbs_list #bbs_list_head_right {text-align:right;}
#bbs_list #bbs_list_page {border:0;padding:20px;}
#bbs_list #bbs_list_foot_left {border:0;text-align:left;}
#bbs_list #bbs_list_foot_right {border:0;text-align:right;}

#bbs_searchDiv {}
#bbs_searchDiv table{text-align:center;width:100%;border-top:2px solid #ccc;border-bottom:1px solid #ccc;background-color:#e3e3e3;}
#bbs_searchDiv td{padding:10px 0 10px 0;background-color:#edf0f7;}

/***************************************************************************************/
/*				        게시판 view.html 에 사용될 스타일 정의						   */
/***************************************************************************************/
#bbs_view {margin-top:20px;overflow:hidden;}
#bbs_view h3{margin-top:20px;color:#004a84;font-size:18px;}
#bbs_view table {width:100%;}
/*#bbs_view td{width:100%;padding-top:10px;padding-bottom:10px;} 게시판 본문이미지 너비클때 페이지너비가 늘어나서 width:100% 제거*/
#bbs_view td{padding-top:10px;padding-bottom:10px;}
#bbs_view #bbs_view_name {
width:20%;font-weight:bold;border-top:1px solid #c0c0c0;border-bottom:1px solid #c0c0c0;border-right:1px solid #e3e3e3;text-align:center;
background-image:url(img/bg_man.gif);background-repeat:no-repeat;background-position:center;}
#bbs_view #bbs_view_subject {width:80%;color:#666;padding:0 0 20px 20px;border-top:1px solid #c0c0c0;border-bottom:1px solid #c0c0c0;font-size:11px;}
#bbs_view #bbs_view_memo {padding:20px 0 20px 0;color:#333;height:200px;font-size:15px;font-family:굴림;}
#bbs_view #bbs_view_memo p {font-size:15px;font-family:굴림;}
#bbs_view #bbs_view_memo font{font-size:15px;font-family:굴림;}
#bbs_view #bbs_view_copylight {}
#bbs_view #bbs_list_childList {border:1px solid #e3e3e3;}
#bbs_view #bbs_list_childList td{padding:5px;color:#666;font-size:11px;}

#bbs_view #bbs_list_nextList {}
#bbs_view #bbs_list_nextList td{padding:5px 0 5px 0;}
#bbs_view #bbs_list_linkSet {text-align:right;padding:5px 0 5px 0;}

/***************************************************************************************/
/*				        게시판 modify.html 에 사용될 스타일 정의					   */
/***************************************************************************************/
#bbs_modify {margin-top:20px;}
#bbs_modify h3{font-size:13px;border:1px solid #e3e3e3;border-top:3px solid #e3e3e3;padding:10px;color:#004a84;background-color:#f5f5f5;}
#bbs_modify table {width:100%;}
#bbs_modify td {padding:10px;border-bottom:1px dotted #c0c0c0;color:#333;}
#bbs_modify .item {width:100px;font-weight:bold;background-color:#fff;}
#bbs_modify .val {width:80%;}
#bbs_modify input {}
#bbs_modify .ess {border:1px solid #A3A3A3;border-left:3px solid #339999;height:25px;padding:5px;}
#bbs_modify textarea {width:100%;}


/***************************************************************************************/
/*				        view.php에서 비밀글열람시 사용될 스타일 정의				   */
/***************************************************************************************/
#bbs_secret {width:100%;text-align:center;margin:auto;}
#bbs_secret table {width:350px;margin:auto;margin-top:10px;}
#bbs_secret td {padding:5px;text-align:center;}
#bbs_secret #top {height:100px;background-image:url(img/key.gif);background-repeat:no-repeat;background-position:center;}
#bbs_secret #head {border-top:3px solid #004a84;background-color:#e3e3e3;font-weight:bold;padding:10px 5px 10px 5px;background-image:url(img/pattern1.gif);background-repeat:repeat;}
#bbs_secret #msg {font-size:11px;color:#333;padding:10px;}
#bbs_secret #foot {border-bottom:3px solid #999;background-color:#e3e3e3;}

/***************************************************************************************/
/*						goods/list.php 에 사용될 스타일 정의						   */
/***************************************************************************************/
#goods_list_wrapper{}
#goods_list_wrapper table{width:100%;}
#goods_list_head{text-align:center;border:1px solid #e3e3e3;border-left:0;border-right:0;padding:20px;padding-left:0;}
#goods_list_N{margin-top:10px;border-top:1px solid #c7c7c7;}
#goods_list_N table{border-top:3px solid #ececec;}
#goods_list_N td{padding-top:5px;padding-bottom:5px;color:#333;}
#goods_list{font-size:15px;font-family:굴림;}
#goods_list p {font-size:15px;font-family:굴림;}
#goods_list font{font-size:15px;font-family:굴림;}
#goods_list a{font-size:11px;color:#616588;}
#goods_list th{border-bottom:1px solid #b2c0d0;border-top:2px solid #6581a2;height:30px;background-color:#dbe1e9;font-weight:bold;color:#4a607a;padding:5px;text-align:center;}
#goods_list td{border-bottom:1px solid #b2c0d0;text-align:center;line-height:2em;color:#333;padding:5px;}
#pagediv{text-align:center;margin-top:20px;font-weight:bold;}
#goods_list_foot{}

/***************************************************************************************/
/*						goods/buy.php 에 사용될 스타일 정의							   */
/***************************************************************************************/
/*#shop_order_field{margin:20px 0 20px 0;float:left;width:50%;}*/
#shop_order_field{margin:20px 0 20px 0;}
#shop_order_field #client{border:1px solid #aeccce;border-left:0;border-right:0;}
#shop_order_field #client td{border:0;text-align:left;}
#shop_order_field #client .item{width:70px;}
#shop_order_field #client input{border:1px solid #999;height:20px;}
#shop_order_field #client textarea{border:1px solid #999;font-size:11px;color:#666;text-align:left;}

/*#shop_order_field2{margin:20px 0 20px 0;float:left;width:50%;}*/
#shop_order_field2{margin:20px 0 20px 0;}
#shop_order_field2 #client2{border:1px solid #aeccce;border-left:0;border-right:0;}
#shop_order_field2 #client2 td{border:0;text-align:left;}
#shop_order_field2 #client2 .item{width:70px;}
#shop_order_field2 #client2 input{border:1px solid #999;height:20px;}
#shop_order_field2 #client2 textarea{border:1px solid #999;font-size:11px;color:#666;text-align:left;}

#paymethod{clear:left;}
#paymethod table{border:1px solid #ccc;}
#paymethod td{text-align:left;}
#paymethod ul{line-height:1.2em;}
#paymethod li{color:#666;font-size:11px;}

/***************************************************************************************/
/*						goods/result.php 에 사용될 스타일 정의							   */
/***************************************************************************************/
div.box_result {margin:0;padding:5px;border:3px solid #ececec;text-align:left;background-color:#f9f9f9;}

/* 다음 에디터에서 입력된 이미지 로드시는 우선 숨겼다가 imgResizing() 후 출력*/
.tx-daum-image{display:none;}