body, td, select, input, textarea { color:#222222; font-family:굴림; font-size:12px; }

.list0 { background-color:#FFFFFF; }
.list1 { background-color:#EFB807; }
.list2 { background-color:#10E265; }
.list3 { background-color:#1CF9F9; }
.list4 { background-color:#bdb76b; }
.list5 { background-color:#ff0000; }

.tab-menu {
	display: inline-block;
	justify-content: center;
	margin-top: 20px;
	width: 903px;
	height:200px;
}

.tab-image{
	float: left;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	margin-left: -1px;
	margin-bottom: -1px;
	cursor: pointer;
}
.tab-button {
	padding: 10px 20px;
	background-color: #ccc;
	border: none;
	cursor: pointer;
}

.image-container {
	display: inline-block;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	width: 906px;
	height:300px;
}
.image-item {
	width: 143px;
	height: 150px;
	margin: 0px 8px 20px 0px;
	background-color: #fff;
	float: left;
}

.tab_title{
	color: #525252;
	text-decoration: none;
	font-weight: bold;
	font-family:  'NanumBarunGothic', Noto Sans KR, sans-serif;
	font-size: 24px;
	
}




.tab_title span{
	color: #525252;
	text-decoration: none;
	font-weight: 400;
	font-family:  Noto Sans KR, sans-serif;
	font-size: 15px;
	margin-left:10px;
	position: relative;
    top: 1px;
}

.new_box{
	margin-top:25px; 
	margin-bottom: 40px;
	width:900px;
	border:1px solid #0181b0;
}

.new_box .box{
	width:900px;
}

/*세계를 포장하는 기업*/

.bottom_bn{
	height: 500px; 
	margin: auto; 
	width: 1020px; 
	margin-top: 70px;
}
.bottom_bn .title_box{
	text-align: center;  
	width: 902px; 
}
.title_box .title{
	color:#525252; 
	text-decoration: none; 
	font-weight: bold; 
	font-family:'NanumBarunGothic', Noto Sans KR, sans-serif; 
	font-size: 24px;
}
.title_box .subtitle{
	color:#666666; 
	text-decoration: none; 
	font-weight: 400; 
	font-family: Noto Sans KR, sans-serif; 
	font-size: 16px; 
	margin-top:17px;
}

.company_intro li{
	position: relative;
	list-style: none;
    float: left;
    overflow: hidden;
  /*  border-radius: 10px;*/
	height: 189px;
	
}


.company_intro .intro01{
	width: 902px;
	height: 189px; 
	margin-top: 24px;

}
.company_intro .intro02{
	width: 902px;
	height: 189px;
	margin-top: 20px;
}

.company_intro .left{
	margin-left: 19px;
}

.company_intro span{
	position: absolute;
    left: 25px;
    top: 157px;
    color: #fff;
	font-family:  Noto Sans KR, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.company_intro img{
	transition:all 0.2s linear;	
}

.company_intro a:hover img{
	transform:scale(1.1);
	opacity:0.8;
}



/*세계를 포장하는 기업*/




.recommend ul li{
	list-style:none;
	float:left;
	margin-left: 20px;
}
.recommend ul{
	display:inline-block;
	margin-top: 20px;
	list-style:none;
	width:902px;
	margin-bottom: 18px;

}
.recommend{
	width:1020px;
	height:1250px;
	margin:auto;
	margin-top: 59px;
}
.recommend .txt{
	color: #525252;
	text-decoration: none;
	font-weight: 500;
	font-family: Noto Sans KR, sans-serif;
	font-size: 14px;
	padding-top: 5px;
}
.foodcate{
	width:1020px;
	height:1173px;
	margin:auto;
	margin-top: 107px;
}
.foodcate ul{
	display:inline-block;
	margin-top: 20px;
	list-style:none;
	width:902px;
	margin-bottom: 18px;
	
}
.foodcate li{
	list-style:none;
	float:left;
	margin-left: 20px;
}
.foodcate .txt{
	color: #525252;
	text-decoration: none;
	font-weight: 500;
	font-family: Noto Sans KR, sans-serif;
	font-size: 14px;
	padding-top: 5px;
}

.foodcate .title_img{
	margin-bottom:10px;
}

.bulkcate{
	width:1020px;
	height:535px;
	margin:auto;
	margin-top: 26px;
    margin-bottom: 90px;
}
.bulkcate ul{
	display:inline-block;
	margin-top: 20px;
	list-style:none;
	width:902px;
	margin-bottom: 18px;
	
}
.bulkcate li{
	list-style:none;
	float:left;
	margin-left: 25px;
}


.bulkcate .title_img{
	margin-bottom:5px;
}


.wrapper{
margin:0 auto;
  height:100px;
  width:100px;
  border-radius:50%;
  overflow:hidden;
  background: rgba(0,0,0,0.5);
  text-align:center;
  position:relative;
}

.wrapper2 {
margin:0 auto;

  border-radius:50%;
  overflow:hidden;
  background: rgba(248,239,234,2);
  text-align:center;
  position:relative;

}

.wrapper2 #informatica {
 display:block;
  width: 100px;
height: 100px;
 background-image: url( "/images/unnamed.gif" );
background-repeat: no-repeat;
background-size: 120px 120px;
background-position: -10px -10px;

}

 .table_center {
    width: 100%;
    border-collapse: collapse;
  }
  .table_center tr, .table_center td {
    border: 1px solid #D5D5D5;
	padding-top:5px;
  }


.select_style2{
	width: 120px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 2px 0px 4px 4px;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #494949;
    height: 30px;
}


a:link, a:visited, a:active { text-decoration:none; color:#555555;	 } /*  */
a:hover { text-decoration:none; color:#0B8EAC; }

a.navicolor:link, a.navicolor:active, a.navicolor:visited { text-decoration: none; color:#898989; font-weight: normal; }
a.navicolor:hover { text-decoration: none; color : #555555;} /* 현재위치(네비게이션) 링크폰트 */


a.category:link, a.category:active, a.category:visited { text-decoration: none;color : #555555; font-family:gulim;line-height:18px; }
a.category:hover { text-decoration: none; color : #0B8EAC;  font-weight:bold;  font-size:12px; font-family:굴림; } /* 메인 카테고리 링크폰트 */

a.category2:link, a.category2:active, a.category2:visited { text-decoration: none; color:#333333; font-weight: normal; font-size:12px; font-family:굴림; }
a.category2:hover { text-decoration: none; color : #ffffff;  font-weight:bold;  font-size:12px; font-family:굴림; } /* 메인 카테고리 링크폰트 */

a.category3:link, a.category3:active, a.category3:visited { text-decoration: none; color:#FF7F50; font-weight: bold; font-size:14px; font-family:굴림; }
a.category3:hover { text-decoration: none; color : #C71585;  font-weight:bold;  font-size:14px; font-family:굴림; } /* 메인 카테고리 링크폰트 */

a.category4:link, a.category4:active, a.category4:visited { text-decoration: none; color:#75A831; font-weight:bold; font-size:13px; font-family:굴림; }
a.category4:hover { text-decoration: none; color : #75A831;  font-weight:bold;  font-size:13px; font-family:굴림; } /* 메인 카테고리 링크폰트 */

a.community:link, a.community:active, a.community:visited { text-decoration: none; color:#333333; font-weight: normal; font-size:12px; font-family:굴림; }
a.community:hover { text-decoration: none; color : #333333;} /* 메인 커뮤니티 링크폰트 */

a.item:link, a.item:active, a.item:visited { text-decoration: none; color:#636563; font-weight: normal; font-size:12px;}
a.item:hover { text-decoration: none; color : #000000; font-size:12px;}

a.mainmenu:link, a.mainmenu:active, a.mainmenu:visited { text-decoration: none; color:#FFFFFF; font-size: 11px; font-family:굴림; }
a.mainmenu:hover { text-decoration: none; color : #FFFFFF; }/* 메인 top 카테고리 링크*/

a.faq:link, a.faq:active, a.faq:visited{ text-decoration:none; color:#555555; background-color:#FFFFFF }
a.faq:hover { text-decoration:none; color:#FF6600; } /* 자주하시는 질문 질문링크폰트*/

.input { border-color:#B8B8B8; border-style:solid; border-width:1px; }
.textarea { border: 1px solid #C2C2C2; }

.amount { color:#2266BB;  font-weight:bold }  /* 가격  */
.amount2 { color:#1C7CCE; font-weight:bold }  /*경매 현재가,  */
.arial { font-family:Arial; }

.b {font-weight: bold; }
.box {border:1 solid; border-color:#333333; background-color:#FDFDFD;}
.button  { background-color:#BDDFF7; border-width:1px; border-style:ridge; border-color:#999999;  height:20px; color:black; }

.cart { color:#0EA2B8; background-color:#FFFFFF; text-align:center; }
.content { color:#4d4d4d;  }
.contentbg { background-color:#FFFFFF; }

/* 배경, 테두리색 */

.bg_faq { background-color:#CCCCCC;}   /*자주하시는 질문 상단박스 배경색 */
.bg_left {background-color:#FFFFFF; }    /* 메인 왼쪽 백그라운드 {background-image: url('image/bg_left.gif'); } */
.bg_body {background-color:#DDDDDD;}   /* 메인 테두리색 */
.gong9bg { background-color:#F4F4F4; }
.subjectbg { background-color:#F0F0F0; }
.tablebg { background-color:#DDDDDD; }
.board   { background-color:#ffffff; }
.bookmark  {background-color:#EAE6D9; color:#3E3E3E; font-weight:bold;}
.itemimageborder { border-width:0; border-style:solid; border-color:#E7E7E7; } /* 제품 중간 이미지 테두리 */

/* 배경색 */

.ht { height:30px; }
.ht2 { height:20px; }

.leading { line-height:150%; } /* 내용 줄간격 */
.t_latest { color:#758D2A; font-size:12px; background-image:url('image/bg_latest.gif'); font-weight:bold; font-family:굴림}

/* 라인 */
.itemline { background-color:#B4B4B4; height:2px } /* 상품상세보기 상품우측 상,하 라인  */
.line    {  height:1px;} /* 모든 테이블 상단 파란 라인 */
.line2    { background-color:#035589; height:2px;} /* 모든 테이블 상단 파란 라인 */

.tl1 {background-color:#AFAFAF; height:1px;}   /* 모든 테이블 진한 회색라인  */
.tl2 {background-color:#EDEDED; height:3px;}  /* 모든 테이블 옅은 회색라인  */

.dotline  { background-image: url('image/bg_linein.gif'); height:1px}  /* 점선라인 (상품, 경매, 공동구매 등 옵션구분선)  */
/* 라인 */

/* 폰트 */
.bh  {font-family:돋움; font-size:13px; color: #C9759F}
.item { font-weight: bold; font-size:14px} /*상품상세보기 상품명 폰트 */
.login   { font-size: 7pt; font-family:verdana;} /* 로그인 입력시 폰트*/
.mypage { font-size:11px; font-family:굴림} /* 마이페이지 회원정보 폰트 */
.memo    { font-size:8pt;}  /*메인 쪽지 건수 폰트 */
.name {  color:#4d4d4d;  }

.navi {background-image: url('image/bg_navi.gif'); color:#7E7E7E; padding-left:20px; font-family:Vernada} /* 현재위치(네비게이션) 폰트 */
.t_order   {color:#3374A8; font-weight:bold; font-size:10pt;} /* 주문서입력  결제정보 폰트*/
.t_order2 {color:#918237; font-weight:bold; font-size:10pt;} /* 주문서입력  주문하시는 분, 받으시는 분 폰트 */
.tail { background-color:#FFFFFF; color:#A1A1A2; font-family:굴림; font-size:8pt; line-height:140%;} /*하단 회사정보 입력 폰트 */
.edit    { border-color:#B4B4B4; border-style:solid; border-width:1px; }  /* 모든 input에 입력되는 텍스트 폰트*/
.textpoint {color:#777777; }
.top1 { font-size:11px;} /*메인 제일 상단 메뉴*/
.top2 { color:#FFFFFF; background-color:#000000; font-size:11px;} /* 메인 카테고리 메뉴 */
.timer {background-color: #ffffff ; border-style:none 0px; color:#B80107; font-weight:bold; height:16; font-size:12; border-width: 0px;}
.tt {font-size:13px; COLOR: #575757; font-family:돋움;}

/* 폰트 */

.font_13 { font-family:Tahoma; font: 13pt; color:#2266BB; }

.font_main_g_t      {   color:"#000000";                     }
.font_main_g_tb     {   color:"#0099CC";  font-weight:bold;  }
.font_main_g_ts     {   color:"#999999";                     }
.font_main_g_m      {   color:"#999999";                     }
.font_main_g_p      {   color:"#FF6600"; font: 10pt; font-weight:bold;  }

.onmouseover { background-color:#F5F5F5; color:#000000;}
.onmouseout  { background-color:#FFFFFF; color:#000000;}

.price { color:#FF7E3D; }

.sfont { font-size:11px; }
.select  { background-color:#EFF7FF; font-size:11px}
.sitemap {color:#CD4D52;} /* 사이트맵 큰제목 */
.small   { font-size: 11px; margin-bottom:5px; color:#8b8b8b;}
.subject { color:#315584; }
.lh  { line-height:150%; }
.lh2 { line-height:200%; }

.ttop { background-color:#FFFFFF; text-align:center;} /* 테이블 상단 항목부분*/
.tdsl { color:#464646; background-color:#F0F0F0; }`
.tdsr { color:#464646; background-color:#F0F0F0; text-align:right; }
.tdsc {  text-align:center;padding: 0;padding-top:20px;}

.w50 { width:50%; }
.w99 { width:99%; }

.mout  { color:#333333; background-color:#FFFFFF; }
.mover { color:#000000; background-color:#FFFFAF; }

<style type="text/css">
BODY,form,center,pre,blockquote {font-family:돋움,verdana; font-size: 9pt; COLOR: #666666;line-height:12pt}
DIV,TD{font-family:돋움,verdana; font-size: 9pt; COLOR:#666666}

BODY    {
			scrollbar-face-color: #EDEDED;
			scrollbar-highlight-color: #FFFFFF;
			scrollbar-shadow-color: #9C9E9C;
			scrollbar-3dlight-color: #9C9E9C;
			scrollbar-darkshadow-color:#FFFFFF;
			scrollbar-track-color:#EDEDED;
			scrollbar-arrow-color: #016F66;
			margin-top:0;
			margin-left:0;
			margin-right:0;
			margin-bottom:0
		}
form {padding:0;margin:0;}
.small_basic   { font-family: 돋움, Arial, verdana;line-height:10pt;font-size:8pt; text-decoration: none; color:"#666666" }
.small_basic_orange   { font-family: 돋움, Arial, verdana;line-height:10pt;font-size:8pt; text-decoration: none; color:"#FF6600" }
.basic_bat   { font-family: 바탕, Arial, verdana;line-height:10pt;font-size:8pt; text-decoration: none; color:"#666666" }


img { border:none;}
a:link     { font-family: 돋움, Arial, verdana;line-height:12pt;font-size:9pt; text-decoration: none; color:"#666666" }
a:visited  { font-family: 돋움, Arial, verdana;line-height:12pt;font-size:9pt; text-decoration: none; color:"#666666" }
a:hover    { font-family: 돋움, Arial, verdana;line-height:12pt;font-size:9pt; text-decoration: underline; color:"none" }

<!-- 영문, 숫자 -->
.nu_en {font-family: "Tahoma", "굴림", "verdana";font-size:8pt;letter-spacing:-1; }
.num {font-family: "Tahoma", "굴림", "verdana";font-size:8pt;letter-spacing:0; }
.page {font-family: "Tahoma", "돋움", "verdana";font-size:8pt;color:666666;}
.page02 {font-family: "Tahoma", "돋움", "verdana";font-size:7pt;color:666666;}



<!-- black color -->
.bla15_1w {color:000000;font-family: 돋움, Arial, verdana;font-size:10pt;letter-spacing:0;line-height:10pt;}
.bla15_1 {color:000000;font-family: 돋움, Arial, verdana;font-size:15pt;letter-spacing:0;line-height:17pt;}
.bla13_1 {color:000000;font-family: 돋움, Arial, verdana;font-size:11pt;letter-spacing:0;line-height:15pt;}
.bla11_1 {color:000000;font-family: 돋움, Arial, verdana;font-size:11pt;letter-spacing:-1;line-height:11pt;}
.bla9_1 {color:000000;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.bla8_1 {color:000000;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:12pt;}
.bla8_1n {color:000000;font-family: Tahoma,돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:11pt;}

<!-- white color -->
.whi10_1 {color:ffffff;font-family: 돋움, Arial, verdana;font-size:15pt;letter-spacing:0;}
.whi9_1 {color:ffffff;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.whi8_1 {color:5A5D5A;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:12pt;}
.whi8_1n {color:ffffff;font-family: 돋움,Tahoma,Arial, verdana;font-size:8pt;letter-spacing:0;line-height:11pt;}

<!-- gray color -->
.gra11_3 {color:545454;font-family: 돋움, Arial, verdana;font-size:11pt;letter-spacing:0;line-height:13pt;}
.gra9_1 {color:878787;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.gra9_2 {color:666666;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:-1;line-height:13pt;}
.gra9_3 {color:545454;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.gra9_3_15 {color:545454;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:14pt;}
.gra9_4 {color:3C3C3C;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.gra9_5 {color:545454;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:11pt;}

.gra8_1 {color:878787;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.gra8_2 {color:666666;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.gra8_4 {color:666666;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:13px;}
.gra8_3 {color:545454;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}

.gra7_2n {color:666666;font-family: Tahoma,돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}

.gra8_1g {color:878787;font-family: 굴림, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.gra8_2g {color:666666;font-family: 굴림, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.gra8_3g {color:545454;font-family: 굴림, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}

.gra8_2e{color:666666;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}

<!-- blue color -->
.blu11_1 {color:0066cb;font-family: Tahoma, 돋움, Arial, verdana;font-size:11pt;letter-spacing:0;line-height:13pt;}
.blu9_1 {color:0066cb;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.blu9_2 {color:2961AA;font-family: Tahoma, 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.blu8_1 {color:0066cb;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.blu8_2 {color:2961AA;font-family: Tahoma, 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}

.blu8_1g {color:0066cb;font-family: Tahoma, 굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}

.blu9_1nw{color:0066cb;font-family: Tahoma, 돋움, Arial, verdana;font-size:12pt;letter-spacing:0;font-weight:bold;line-height:13pt;}
.blu9_1n {color:0066cb;font-family: Tahoma, 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.blu9_2n {color:2961AA;font-family: Tahoma, 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.blu8_1n {color:0066cb;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.blu8_3n {color:F6F69C;font-family: 돋움,Tahoma, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.blu8_2n {color:2961AA;font-family: Tahoma,돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}



<!-- green color -->
.gre9_1 {color:227D0D;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.gre9_2 {color:669900;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.gre8_1 {color:227D0D;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}
.gre8_2 {color:669900;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}

.gre9_1nw {color:227D0D;font-family: Tahoma, 돋움, Arial, verdana;font-size:12pt;letter-spacing:0;font-weight:bold;line-height:13pt;}
.gre9_1n  {color:227D0D;font-family: Tahoma, 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.gre9_2n  {color:669900;font-family: Tahoma, 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.gre8_1n  {color:227D0D;font-family: Tahoma, 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.gre8_2n  {color:669900;font-family: Tahoma, 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}

<!-- orange color -->
.ora9_0 {color:FF6600;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.ora9_1 {color:FF3C00;font-family: Arial, 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.ora11_1 {color:FF3C00;font-family: Arial, 돋움, Arial, verdana;font-size:11pt;letter-spacing:0;line-height:13pt;}
.ora8_1 {color:FB8A04;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:13pt;}
.ora8_1n {color:FB8A04;font-family: Arial, 굴림, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.ora9_1n {color:FB8A04;font-family: Tahoma, 굴림, Arial, verdana;font-size:12pt;letter-spacing:0;font-weight:bold;line-height:13pt;}


<!-- red color -->
.red9_0 {color:FF6600;font-family: Arial, 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.red9_1 {color:FF3C00;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.red11_1 {color:FF3C00;font-family: 돋움, Arial, verdana;font-size:11pt;letter-spacing:0;line-height:13pt;}
.red8_1 {color:FF6600;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}
.red8_1n {color:FF3C00;font-family: Arial, 굴림, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.red9_1n {color:FF3C00;font-family: Tahoma, 돋움, Arial, verdana;font-size:13pt;letter-spacing:0;font-weight:bold;line-height:15pt;}

<!-- violet color -->
.violet9_1 {color:8E80C4;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.violet10_1 {color:945D18;font-family: 돋움, Arial, verdana;font-size:10pt;letter-spacing:0;line-height:13pt;}





<!-- event color -->
.eve9_1 {color:A89C92;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}

.price12px_Or {color:ff7700;font-family: Tahoma,굴림, Arial, verdana;font-size:8pt;font-weight:bold}
.price13px_Or {color:ff7700;font-family: Tahoma,굴림, Arial, verdana;font-size:13px;font-weight:bold}
.price11px_gr {color:666666;font-family: 굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;font-weight:bold}
.price11px_green {color:227D0D;font-family: Tahoma,굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;font-weight:bold}
.price11px_vio {color:9900ff;font-family: Tahoma,굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;font-weight:bold}



.sma {color:056EC1;font-family: 굴림, Arial, verdana;font-size:9pt;letter-spacing:-1;}
.sma8 {color:7F7E7F;font-family: 굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;}
.sma01 {color:669900;font-family: 굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;}
.pro8 {color:666666;font-family: 굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}
.feeling {color:888888;font-family: 굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}

.sel01 {color:656565;font-family: 돋움, Arial, verdana;font-size:7pt;}
.whi01 {color:ffffff;font-family: 굴림, Arial, verdana;font-size:9pt;}

.news {color:666666;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}
.cata01 {color:858789;font-family: 굴림, Arial, verdana;font-size:9pt;letter-spacing:-1;font-weight:bold;}

.pro {color:669900;font-family: Tahoma,굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;font-weight:bold;line-height:10pt;}
.pro01 {color:4F8FD9;font-family: 굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}
.pro02 {color:1776C4;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:-1;font-weight:bold;line-height:13pt;}
.pro03 {color:227D0D;font-family: Tahoma,굴림, Arial, verdana;font-size:9pt;letter-spacing:0;font-weight:bold;line-height:10pt;}
.pro04 {color:6c6c6c;font-family: 돋움, Arial, verdana;font-size:9pt;line-height:12pt;}
.pro06 {color:4F8FD9;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}
.pro07 {color:666666;font-family: 돋움, Arial, verdana;font-size:11pt;font-weight:bold;letter-spacing:-1;line-height:13pt;}

.txt01 {color:828282;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}
.txt02 {color:656464;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}
.txt03 {color:656464;font-family: 돋움, Arial, verdana;font-size:8pt;line-height:10pt;}
.txt04 {color:666666;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:11pt;}


.top_n {color:066CC0;font-family: Tahoma,굴림, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;}



<!-- left link -->
a.left:link     { font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#666666" }
a.left:visited  { font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#666666" }
a.left:hover    {font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: underline; color:"#666666" }

<!-- news link -->
a.news:link     { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#666666" }
a.news:visited  { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#666666" }
a.news:hover    {font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: underline; color:"#666666" }

<!-- cata link -->
a.cata:link     { font-family: 굴림, Arial, verdana;font-size:9pt;letter-spacing:-1;font-weight:bold; text-decoration: none; color:"#878787" }
a.cata:visited  { font-family: 굴림, Arial, verdana;font-size:9pt;letter-spacing:-1;font-weight:bold; text-decoration: none; color:"#878787" }
a.cata:hover    {font-family: 굴림, Arial, verdana;font-size:9pt;letter-spacing:-1;font-weight:bold; text-decoration: underline; color:"#878787" }

a.gra9_1:link     { font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:-1;text-decoration: none; color:"#878787" ;line-height:13pt;}
a.gra9_1:visited  { font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:-1;text-decoration: none; color:"#878787" ;line-height:13pt;}
a.gra9_1:hover    {font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:-1;text-decoration: underline; color:"#878787" ;line-height:13pt;}

a.gra8_2:link     { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;text-decoration: none; color:"#666666" ;line-height:10pt;}
a.gra8_2:visited  { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;text-decoration: none; color:"#666666" ;line-height:10pt;}
a.gra8_2:hover    {font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;text-decoration: underline; color:"#666666" ;line-height:10pt;}

<!-- pro02 link : blue -->
a.pro02:link     { font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:-1;font-weight:bold;line-height:13pt; text-decoration: none; color:"#0066cb" }
a.pro02:visited  { font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:-1;font-weight:bold;line-height:13pt; text-decoration: none; color:"#0066cb" }
a.pro02:hover    {font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:-1;font-weight:bold;line-height:13pt; text-decoration: underline; color:"#0066cb" }

<!-- pro04 link -->
a.pro04:link     { font-family: 돋움, Arial, verdana;font-size:9pt;line-height:12pt; text-decoration: none; color:"#6c6c6c" }
a.pro04:visited  { font-family: 돋움, Arial, verdana;font-size:9pt;line-height:12pt; text-decoration: none; color:"#6c6c6c" }
a.pro04:hover    {font-family: 돋움, Arial, verdana;font-size:9pt;line-height:12pt; text-decoration: underline; color:"#6c6c6c" }

<!-- pro05 link -->
a.pro05:link     { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#777777" }
a.pro05:visited  { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#777777" }
a.pro05:hover    {font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: underline; color:"#777777" }

<!-- pro06 link -->
a.pro06:link     { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#4F8FD9" }
a.pro06:visited  { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#4F8FD9" }
a.pro06:hover    {font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: underline; color:"#4F8FD9" }

<!-- pro07 link -->
a.pro07:link     { font-family: 돋움, Arial, verdana;font-size:9pt;line-height:12pt; text-decoration: none; color:"#0066cb" }
a.pro07:visited  { font-family: 돋움, Arial, verdana;font-size:9pt;line-height:12pt; text-decoration: none; color:"#0066cb" }
a.pro07:hover    {font-family: 돋움, Arial, verdana;font-size:9pt;line-height:12pt; text-decoration: underline; color:"#0066cb" }

<!-- pro08 link -->
a.pro08:link     { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#326FBF" }
a.pro08:visited  { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#326FBF" }
a.pro08:hover    {font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: underline; color:"#326FBF" }

<!-- pro09 link -->
a.pro09:link     { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt;text-decoration: none; color:"#656464" }
a.pro09:visited  {font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#656464" }
a.pro09:hover    {font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: underline; color:"#656464" }

<!-- white link -->
a.whi9_1:link     { font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt; text-decoration: none; color:"#ffffff" }
a.whi9_1:visited  { font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt; text-decoration: none; color:"#ffffff" }
a.whi9_1:hover    {font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt; text-decoration: underline; color:"#ffffff" }

a.whi7_1:link     { font-family: 굴림;font-size:8pt;letter-spacing:0; text-decoration: none; color:"#ffffff" }
a.whi7_1:visited  { font-family: 굴림;font-size:8pt;letter-spacing:0; text-decoration: none; color:"#ffffff" }
a.whi7_1:hover    {font-family: 굴림;font-size:8pt;letter-spacing:0; text-decoration: underline; color:"#ffffff" }

a.whi8_1:link     { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#5A5D5A" }
a.whi8_1:visited  { font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: none; color:"#5A5D5A" }
a.whi8_1:hover    {font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:-1;line-height:10pt; text-decoration: underline; color:"#0066CC" }

a.whi9_1g:link     { font-family: 굴림, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt; text-decoration: none; color:"#ffffff" }
a.whi9_1g:visited  { font-family: 굴림, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt; text-decoration: none; color:"#ffffff" }
a.whi9_1g:hover    {font-family: 굴림, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt; text-decoration: underline; color:"#ffffff" }


<!-- page link -->
a.page:link     { font-family: "Tahoma", "굴림", "verdana";font-size:8pt; text-decoration: none; color:"#666666" }
a.page:visited  {font-family: "Tahoma", "굴림", "verdana";font-size:8pt; text-decoration: none; color:"#666666" }
a.page:hover    {font-family: "Tahoma", "굴림", "verdana";font-size:8pt; text-decoration: underline; color:"#666666" }

<!-- main link -->
.main9_1 {color:5A5D5A;font-family: 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.main8_5A5D5A {color:3C3C3C;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.main8_0069A5 {color:0069A5;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.main8_2 {color:669900;font-family: 돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}

.gre9_1n {color:227D0D;font-family: Tahoma, 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.gre9_2n {color:669900;font-family: Tahoma, 돋움, Arial, verdana;font-size:9pt;letter-spacing:0;line-height:13pt;}
.gre8_1n {color:227D0D;font-family: Tahoma,돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}
.gre8_2n {color:669900;font-family: Tahoma,돋움, Arial, verdana;font-size:8pt;letter-spacing:0;line-height:10pt;}

<!-- dica_list -->

.list-position-normal {
	font-family: "돋움";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.list-position-bold {
	font-family: "돋움";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.list-submenu-bold {
	font-family: "돋움";
	font-size: 11px;
	font-weight: bold;
	color: 787878;
	text-decoration: none;
	text-align: center;
}
.list-submenu-normal {
	font-family: "돋움";
	font-size: 11px;
	color: 787878;
	text-decoration: none;
	line-height: 20px;
}

a.list-submenu-link:active {  font-family: "돋움"; font-size: 11px; color: 787878; text-decoration: none}
a.list-submenu-link:link {
	font-size: 11px;
	color: 787878;
	text-decoration: none;
	font-family: "돋움";
}
a.list-submenu-link:visited {  font-family: "돋움"; font-size: 11px; color: 787878; text-decoration: none}
a.list-submenu-link:hover {  font-family: "돋움"; font-size: 11px; font-weight: normal; color: #000000; text-decoration: underline}

a.list-position-link:active {  font-family: "돋움"; font-size: 11px; color: #FFFFFF; text-decoration: none}
a.list-position-link:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "돋움";
}
a.list-position-link:visited {  font-family: "돋움"; font-size: 11px; color: #FFFFFF; text-decoration: none}
a.list-position-link:hover {  font-family: "돋움"; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none}

<!-- main 로그인시 포인트/쿠폰 폰트 -->
a.tahoma-10-bold-white:link     { font-size:10px;font-weight:bold;line-height:10pt; text-decoration: none; color:"#FFFFFF" }
a.tahoma-10-bold-white:visited  { font-size:10px;font-weight:bold;line-height:10pt; text-decoration: none; color:"#FFFFFF" }
a.tahoma-10-bold-white:hover    {font-size:10px;font-weight:bold;line-height:10pt; text-decoration: underline; color:"#FFFFFF" }

</style>


<!-- 기본 스타일 -->
td {font-size:12; font-family:"굴림"; color:#888888}
.line {line-height:18px}
a:link {color:#888888; text-decoration:none}
a:visited {color:#888888; text-decoration:none}
a:active {color:#888888; text-decoration:none}
a:hover {color:#363636; text-decoration:none}

.input {font:9pt ,굴림; color:#888888; background-color:#FFFFFF ;border-bottom:#AFAFAF 1px solid; border-left:#AFAFAF 1px solid; border-right:#AFAFAF 1px solid; border-top:#AFAFAF 1px solid;}
.select {font:9pt ,굴림; color:#888888; background-color:#FFFFFF}
.textarea {font:9pt,굴림; color:#888888;}

<!-- 기본 스크롤 -->
body, table, tr, td, select, textarea, input{
 		scrollbar-3dlight-color:595959;
	        scrollbar-arrow-color:ffffff;
	        scrollbar-base-color:CFCFCF;
	        scrollbar-darkshadow-color:FFFFFF;
	        scrollbar-face-color:CFCFCF;
	        scrollbar-highlight-color:FFFFF;
	        scrollbar-shadow-color:595959}

<!-- 클래스 정의 -->
.small_text {font:8pt, 돋움; letter-spacing:-1px; color:#888888}
.location_text {font:8pt, 돋움; letter-spacing:-1px; color:#888888}
.rating_text01 {font:8pt, 돋움; letter-spacing:-1px; color:#303030}
.rating_text02 {font:8pt, 돋움; letter-spacing:0px; color:#737373}

.line01 {height:1px; background-color:#BDBDBD}
.location_td_style01 {padding-top:2}

.td01 {padding-top:4}
.category_td {padding-top:9; padding-left:6; padding-bottom:6}

.a.menu  {  color: #A7A7A7; letter-spacing:-1px; text-decoration: none}
.a.menu:link {  color: #A7A7A7; letter-spacing:-1px; text-decoration: none}
.a.menu:visited {  color: #A7A7A7; letter-spacing:-1px; text-decoration: none}
.a.menu:active {  color: #A7A7A7; letter-spacing:-1px; text-decoration: none}
.a.menu:hover {  color: #CECECE; letter-spacing:-1px; text-decoration:none}


#view_subject_01{float:left;width:723px;}
#view_brandbanner{float:left;width:187px;}
#view_brandbanner p.view_subject_bland_banner{float:right;padding-top:0px;}
#view_subject_01 p{float:left;padding-top:7px;padding-bottom:10px;}
#view_subject_01 p.view_subject_sec{padding-right:2px;}
#view_subject_01 p.view_subject_sebject{padding-right:2px;}
#view_contents_table{float:left;width:910px;margin-bottom:10px;}
#view_contents, #view_contents_02, #view_contents_03, #view_contents_04{float:left;width:723px;margin-bottom:10px;background-color:#cecece;}
#view_contents_02{width:910px;margin-bottom:0px;}
#view_contents_03{width:695px;margin-bottom:0px;}
#view_contents_04{width:718px;margin-bottom:0px;}
#view_contents td.view_contents_td,
#view_contents_02 td.view_contents_02_td,
#view_contents_03 td.view_contents_03_td,
#view_contents_04 td.view_contents_04_td{border:5px solid #f8f8f8;background-color:#ffffff;}

#view_contents div.view_contents_left,
#view_contents_02 div.view_contents_left_02,
#view_contents_03 div.view_contents_left,
#view_contents_04 div.view_contents_left_02{float:left;width:309px;}
#view_contents_03 div.view_contents_left{width:315px;}
#view_contents_04 div.view_contents_left_02{width:315px;}

#view_contents div.view_contents_left div.view_contents_img,
#view_contents_02 div.view_contents_left_02 div.view_contents_img,
#view_contents_03 div.view_contents_left div.view_contents_img,
#view_contents_04 div.view_contents_left_02 div.view_contents_img{float:left;padding:3px;border:1px solid #cccccc;border-style:none solid solid solid;position:relative;}
#view_contents div.view_contents_left div.view_contents_imgt,
#view_contents_02 div.view_contents_left_02 div.view_contents_imgt,
#view_contents_03 div.view_contents_left div.view_contents_imgt,
#view_contents_04 div.view_contents_left_02 div.view_contents_imgt{float:left;padding:3px;border:1px solid #cccccc;border-style:solid solid solid solid;position:relative;}

/*상품상세, 미리보기 사진 위 프로모션 이미지*/
/* #promotionflag{float:left;position:absolute;top:0;right:0;z-index:2;background:url('./images/view_promotionflag.gif') no-repeat left top;width:128px;height:128px;}
*/
#view_contents div.view_contents_left div.view_contents_button,
#view_contents_02 div.view_contents_left_02 div.view_contents_button,
#view_contents_03 div.view_contents_left div.view_contents_button,
#view_contents_04 div.view_contents_left_02 div.view_contents_button{float:left;width:308px;text-align:center;padding-top:4px;padding-bottom:10px;}
#view_contents_02 div.view_contents_left_02 div.view_contents_button,
#view_contents_03 div.view_contents_left div.view_contents_button,
#view_contents_04 div.view_contents_left_02 div.view_contents_button{width:298px;padding-bottom:0px;}

#view_contents div.view_contents_left p.view_contents_simg,
#view_contents_02 div.view_contents_left_02 p.view_contents_simg,
#view_contents_03 div.view_contents_left p.view_contents_simg,
#view_contents_04 div.view_contents_left_02 p.view_contents_simg{float:left;margin-right:0px;margin-bottom:0px;display:inline;}
#view_contents div.view_contents_left p.view_contents_simg img,
#view_contents_02 div.view_contents_left_02 p.view_contents_simg img,
#view_contents_03 div.view_contents_left p.view_contents_simg img,
#view_contents_04 div.view_contents_left_02 p.view_contents_simg img{border:1px solid #cccccc;}
#view_contents div.view_contents_left p.view_contents_simg img.no,
#view_contents_02 div.view_contents_left_02 p.view_contents_simg img.no,
#view_contents_03 div.view_contents_left p.view_contents_simg img.no,
#view_contents_04 div.view_contents_left_02 p.view_contents_simg img.no{border:0px;}
#view_contents div.view_contents_left div.view_contents_spt,
#view_contents_02 div.view_contents_left_02 div.view_contents_spt,
#view_contents_03 div.view_contents_left div.view_contents_spt,
#view_contents_04 div.view_contents_left_02 div.view_contents_spt{float:left;width:308px;padding-bottom:10px;}
#view_contents div.view_contents_left div.view_contents_spt p.view_contents_spt_title,
#view_contents_02 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_title,
#view_contents_03 div.view_contents_left div.view_contents_spt p.view_contents_spt_title,
#view_contents_04 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_title{float:left;width:130px;height:30px;}

#view_contents div.view_contents_left div.view_contents_spt p.view_contents_spt_con1,
#view_contents_02 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_con1,
#view_contents_03 div.view_contents_left div.view_contents_spt p.view_contents_spt_con1,
#view_contents_04 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_con1{float:left;padding-top:7px;}
#view_contents div.view_contents_left div.view_contents_spt p.view_contents_spt_button1,
#view_contents_02 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_button1,
#view_contents_03 div.view_contents_left div.view_contents_spt p.view_contents_spt_button1,
#view_contents_04 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_button1{float:right;padding-top:6px;}
#view_contents div.view_contents_left div.view_contents_spt p.view_contents_spt_con2,
#view_contents_02 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_con2,
#view_contents_03 div.view_contents_left div.view_contents_spt p.view_contents_spt_con2,
#view_contents_04 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_con2{float:left;padding-top:3px;}
#view_contents div.view_contents_left div.view_contents_spt p.view_contents_spt_button2,
#view_contents_02 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_button2,
#view_contents_03 div.view_contents_left div.view_contents_spt p.view_contents_spt_button2,
#view_contents_04 div.view_contents_left_02 div.view_contents_spt p.view_contents_spt_button2{float:right;padding-top:2px;}

#view_contents div.view_contents_right,
#view_contents_02 div.view_contents_right_02,
#view_contents_03 div.view_contents_right,
#view_contents_04 div.view_contents_right_02{float:left;width:373px;padding-top:7px;}
#view_contents_03 div.view_contents_right, #view_contents_04 div.view_contents_right_02{width:359px;}

#view_contents div.view_contents_right ul,
#view_contents_02 div.view_contents_right_02 ul,
#view_contents_03 div.view_contents_right ul,
#view_contents_04 div.view_contents_right_02 ul{list-style:none;margin:0px;padding:0px;}

#view_contents div.view_contents_right ul li,
#view_contents_02 div.view_contents_right_02 ul li,
#view_contents_03 div.view_contents_right ul li,
#view_contents_04 div.view_contents_right_02 ul li{width:373px;}
#view_contents_03 div.view_contents_right ul li{width:359px;}

#view_contents div.view_contents_right p.view_contents_value_01,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_01,
#view_contents_03 div.view_contents_right p.view_contents_value_01,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_01{float:left;width:78px;height:17px;text-align:right;margin-bottom:8px;padding-top:2px;background:url('http://image.hmall.com/static/2008img/common/p/p7.gif') no-repeat 3px 5px;}
#view_contents div.view_contents_right p.view_contents_value_01_1,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_01_1,
#view_contents_03 div.view_contents_right p.view_contents_value_01_1,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_01_1{margin-bottom:8px;padding-top:2px;}
/*추가*/
#view_contents div.view_contents_right p.view_contents_value_01_3,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_01_3,
#view_contents_03 div.view_contents_right p.view_contents_value_01_3,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_01_3{margin-bottom:8px;}
/*추가*/
#view_contents div.view_contents_right p.view_contents_value_02_1,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_02_1,
#view_contents_03 div.view_contents_right p.view_contents_value_02_1,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_02_1{float:left;width:287px;line-height:18px;padding-top:2px;padding-left:7px;text-indent:-7px;}
#view_contents_03 div.view_contents_right p.view_contents_value_02_1{width:284px;}
#view_contents div.view_contents_right p.view_contents_value_01_2,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_01_2,
#view_contents_03 div.view_contents_right p.view_contents_value_01_2,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_01_2{margin-bottom:8px;height:17px;}
#view_contents div.view_contents_right p.view_contents_value_001,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_001,
#view_contents_03 div.view_contents_right p.view_contents_value_001,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_001{float:left;width:78px;height:17px;text-align:right;letter-spacing:-2px;margin-bottom:8px;padding-top:2px;background:url('http://image.hmall.com/static/2008img/common/p/p7.gif') no-repeat 3px 5px;}
#view_contents div.view_contents_right p.view_contents_value_02,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_02,
#view_contents_03 div.view_contents_right p.view_contents_value_02,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_02{float:left;width:90px;padding-left:10px;background:url('http://image.hmall.com/static/2008img/common/p/p4.gif') no-repeat 5px 0;}
#view_contents div.view_contents_right p.view_contents_value_03,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_03,
#view_contents_03 div.view_contents_right p.view_contents_value_03,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_03{float:left;width:78px;height:17px;padding-left:10px;padding-top:3px;margin-bottom:4px;}
#view_contents div.view_contents_right p.view_contents_value_04,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_04,
#view_contents_03 div.view_contents_right p.view_contents_value_04,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_04{float:left;width:75px;color:#5c5c5c;letter-spacing:-1px;line-height:18px;padding-left:10px;padding-top:2px;background:url('http://image.hmall.com/static/2008img/common/p/p4.gif') no-repeat 5px 5px;}
#view_contents div.view_contents_right p.view_contents_value_05,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_05,
#view_contents_03 div.view_contents_right p.view_contents_value_05,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_05{/*071019*/float:left;width:78px;height:17px;text-align:right;margin-bottom:8px;background:url('http://image.hmall.com/static/2008img/common/p/p7.gif') no-repeat  3px 5px;}
#view_contents div.view_contents_right p.view_contents_value_06,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_06,
#view_contents_03 div.view_contents_right p.view_contents_value_06,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_06{/*071019*/float:left;width:57px;height:17px;}

#view_contents div.view_contents_right div.view_contents_value_03_1,
#view_contents_02 div.view_contents_right_02 div.view_contents_value_03_1,
#view_contents_03 div.view_contents_right div.view_contents_value_03_1,
#view_contents_04 div.view_contents_right_02 div.view_contents_value_03_1{float:left;padding-bottom:4px;padding-left:3px;height:17px;}
#view_contents div.view_contents_right p.view_contents_value_03_1 select,
#view_contents_02 div.view_contents_right_02 p.view_contents_value_03_1 select,
#view_contents_03 div.view_contents_right p.view_contents_value_03_1 select,
#view_contents_04 div.view_contents_right_02 p.view_contents_value_03_1 select{font-size:11px;width:180px;}
#view_contents div.view_contents_right div.view_contents_value_03_1,
#view_contents_02 div.view_contents_right_02 div.view_contents_value_03_1,
#view_contents_03 div.view_contents_right div.view_contents_value_03_1,
#view_contents_04 div.view_contents_right_02 div.view_contents_value_03_1{margin-left:3px;}
#view_contents div.view_contents_right div.view_contents_value_03_1 p,
#view_contents_02 div.view_contents_right_02 div.view_contents_value_03_1 p,
#view_contents_03 div.view_contents_right div.view_contents_value_03_1 p,
#view_contents_04 div.view_contents_right_02 div.view_contents_value_03_1 p{float:left;}
#view_contents div.view_contents_right div.view_contents_value_03_1 p input,
#view_contents_02 div.view_contents_right_02 div.view_contents_value_03_1 p input,
#view_contents_03 div.view_contents_right div.view_contents_value_03_1 p input,
#view_contents_04 div.view_contents_right_02 div.view_contents_value_03_1 p input{float:left;font-size:11px;width:28px;height:19px;border:1px solid #cccccc;}
#view_contents div.view_contents_right div.view_contents_value_03_1 p.view_contents_arrow,
#view_contents_02 div.view_contents_right_02 div.view_contents_value_03_1 p.view_contents_arrow,
#view_contents_03 div.view_contents_right div.view_contents_value_03_1 p.view_contents_arrow,
#view_contents_04 div.view_contents_right_02 div.view_contents_value_03_1 p.view_contents_arrow{padding-left:3px;padding-right:7px;}
#view_contents div.view_contents_right div.view_contents_value_03_1 p.view_contents_stock,
#view_contents_02 div.view_contents_right_02 div.view_contents_value_03_1 p.view_contents_stock,
#view_contents_03 div.view_contents_right div.view_contents_value_03_1 p.view_contents_stock,
#view_contents_04 div.view_contents_right_02 div.view_contents_value_03_1 p.view_contents_stock{padding-top:6px;}
#view_contents div.view_contents_right div.view_contents_value_02_div,
#view_contents_02 div.view_contents_right_02 div.view_contents_value_02_div,
#view_contents_03 div.view_contents_right div.view_contents_value_02_div,
#view_contents_04 div.view_contents_right_02 div.view_contents_value_02_div{float:left;padding-bottom:10px;}
#view_contents div.view_contents_right div.view_contents_value_02_div div.view_contents_value_div,
#view_contents_02 div.view_contents_right_02 div.view_contents_value_02_div div.view_contents_value_div,
#view_contents_03 div.view_contents_right div.view_contents_value_02_div div.view_contents_value_div,
#view_contents_04 div.view_contents_right_02 div.view_contents_value_02_div div.view_contents_value_div{float:left;width:272px;margin-bottom:3px;}
#view_contents div.view_contents_right div.view_contents_box,
#view_contents_02 div.view_contents_right_02 div.view_contents_box,
#view_contents_03 div.view_contents_right div.view_contents_box,
#view_contents_04 div.view_contents_right_02 div.view_contents_box{float:left;padding-top:7px;padding-bottom:3px;border:1px #e5e5e5;border-style:solid none solid none;background-color:#f6f6f6;}
#view_contents div.view_contents_right div.view_contents_box ul li,
#view_contents_02 div.view_contents_right_02 div.view_contents_box ul li,
#view_contents_03 div.view_contents_right div.view_contents_box ul li,
#view_contents_04 div.view_contents_right_02 div.view_contents_box ul li{width:358px;}
#view_contents div.view_contents_right div.view_contents_button,
#view_contents_02 div.view_contents_right_02 div.view_contents_button,
#view_contents_03 div.view_contents_right div.view_contents_button,
#view_contents_04 div.view_contents_right_02 div.view_contents_button{float:left;margin-bottom:10px;}
#view_contents_02 div.view_contents_right_02 div.view_contents_button,
#view_contents_03 div.view_contents_right div.view_contents_button,
#view_contents_04 div.view_contents_right_02 div.view_contents_button{margin-bottom:2px;}
#view_contents div.view_contents_right p.view_contents_button_01,
#view_contents_02 div.view_contents_right_02 p.view_contents_button_01,
#view_contents_03 div.view_contents_right p.view_contents_button_01,
#view_contents_04 div.view_contents_right_02 p.view_contents_button_01{float:left;padding-top:10px;padding-bottom:10px;padding-right:3px;/*6*/}
#view_contents div.view_contents_right p.view_contents_button_02,
#view_contents_02 div.view_contents_right_02 p.view_contents_button_02,
#view_contents_03 div.view_contents_right p.view_contents_button_02,
#view_contents_04 div.view_contents_right_02 p.view_contents_button_02{float:left;padding-top:10px;padding-bottom:2px;padding-right:6px;}
#view_contents div.view_contents_right p.view_contents_button_04,
#view_contents_02 div.view_contents_right_02 p.view_contents_button_04,
#view_contents_03 div.view_contents_right p.view_contents_button_04,
#view_contents_04 div.view_contents_right_02 p.view_contents_button_04{float:left;margin-bottom:10px;}
#view_contents div.view_contents_right p.view_contents_button_03,
#view_contents_02 div.view_contents_right_02 p.view_contents_button_03,
#view_contents_03 div.view_contents_right p.view_contents_button_03,
#view_contents_04 div.view_contents_right_02 p.view_contents_button_03{float:right;width:83px;padding-left:5px;padding-top:3px;}
#view_contents_right_02_02{float:left;margin-left:5px;}


#view_reference{float:left;width:710px;padding-top:10px;padding-bottom:10px;margin-bottom:30px;border:1px solid #cccccc;}
#view_reference p.view_reference_title{padding-left:10px;padding-bottom:5px;}
#view_reference p.view_reference_memo{padding-left:40px;padding-right:40px;}

#view_table_reply_01, #view_table_reply_popup_01{float:left;margin-top:5px;margin-bottom:5px;margin-left:3px;display:inline;width:710px;background-color:#fcf7f0;}
#view_table_reply_popup_01{width:635px;}
#view_table_reply_01 p, #view_table_reply_popup_01 p{ padding:5px; line-height:16px;}


#view_tab_07, #view_tab_07_popup{float:left;width:723px;}
#view_tab_07_popup{width:645px;}
#view_tab_07 p.view_tab_07_title,
#view_tab_07_popup p.view_tab_07_title{padding-left:10px;background:url('http://image.hmall.com/static/2008img/common/p/p9.gif') no-repeat;padding-bottom:10px;}
#view_tab_07 p.view_tab_07_title1,
#view_tab_07_popup p.view_tab_07_title1{float:left;padding-left:10px;background:url('http://image.hmall.com/static/2008img/common/p/p9.gif') no-repeat;padding-bottom:5px;}
#view_tab_07 p.view_tab_07_title2{float:left;padding-left:10px;background:url('http://image.hmall.com/static/2008img/common/p/p9.gif') no-repeat;padding-bottom:5px;}
#view_tab_07 table.view_tab_07_con1,
#view_tab_07 table.view_tab_07_con2{float:left;width:723px;margin-bottom:20px;border-bottom:1px dotted #cccccc;}
#view_tab_07 table.view_tab_07_con2{border-bottom:0px;}
#view_tab_07 table.view_tab_07_con1 td,
#view_tab_07 table.view_tab_07_con2 td{vertical-align:top;line-height:16px;border-bottom:0px;}
#view_tab_07 table.view_tab_07_con1 td.subject,
#view_tab_07 table.view_tab_07_con2 td.subject{width:105px;}
#view_tab_07 p.view_tab_07_con1,
#view_tab_07_popup p.view_tab_07_con1{padding-left:10px;padding-right:10px;padding-bottom:20px;}
#view_tab_07 p.view_tab_07_con2,
#view_tab_07_popup p.view_tab_07_con2{padding-left:10px;padding-right:10px;padding-bottom:10px;}
#view_tab_07 ul,
#view_tab_07_popup ul{list-style:none;margin:0px;padding:0px;width:710px;}
#view_tab_07_popup ul{width:645px;}
#view_tab_07 ul li,
#view_tab_07_popup ul li{float:left;width:723px;}
#view_tab_07_popup ul li{width:645px;}
#view_tab_07 ul li.view_box_top,
#view_tab_07_popup ul li.view_box_top{height:14px;background:url('http://image.hmall.com/static/2008img/common/view/view_box_top.gif') no-repeat;}
#view_tab_07_popup ul li.view_box_top{background:url('http://image.hmall.com/static/2008img/common/view/view_box_top_01.gif') no-repeat;}
#view_tab_07 ul li.view_box_bottom,
#view_tab_07_popup ul li.view_box_bottom{height:14px;background:url('http://image.hmall.com/static/2008img/common/view/view_box_bottom.gif') no-repeat;}
/*상품평가 고객수 추가*/
#view_tab_07 ul li.view_box2_top,
#view_tab_07_popup ul li.view_box2_top{background-color:#f8f8f8;border-bottom:0px;height:32px;padding-top:5px;}

/*상품평가 고객수 추가*/
#view_tab_07 ul li.view_box2_top p.view_box2_top_text,
#view_tab_07_popup ul li.view_box2_top p.view_box2_top_text{float:left;padding-left:16px;padding-top:5px;margin-left:9px;display:inline;background:url('http://image.hmall.com/static/2008img/common/p/p5.gif') no-repeat 0 5px;}
#view_tab_07_popup ul li.view_box_bottom{background:url('http://image.hmall.com/static/2008img/common/view/view_box_bottom_01.gif') no-repeat;}
#view_tab_07 ul li.view_box_contents,
#view_tab_07_popup ul li.view_box_contents{border:1px #ecebeb;border-style:none solid none solid;}
#view_tab_07 ul li.view_box_contents div.view_box_contents,
#view_tab_07_popup ul li.view_box_contents div.view_box_contents{float:left;padding-left:14px;padding-right:14px;}
#view_tab_07 ul li.view_box_contents div.view_box_contents p.view_box_icon,
#view_tab_07_popup ul li.view_box_contents div.view_box_contents p.view_box_icon{float:left;margin-right:15px;}
#view_tab_07 ul li.view_box_contents div.view_box_contents p.view_box_memo,
#view_tab_07_popup ul li.view_box_contents div.view_box_contents p.view_box_memo{float:left;width:600px;}
#view_tab_07_popup ul li.view_box_contents div.view_box_contents p.view_box_memo{width:550px;}
#view_tab_07 ul li.view_box_contents div.view_box_contents p.view_box_button,
#view_tab_07_popup ul li.view_box_contents div.view_box_contents p.view_box_button{float:left;padding-top:5px;}
#view_tab_07 ul li.view_box_text,
#view_tab_07_popup ul li.view_box_text{padding-top:15px;padding-bottom:15px;}

#view_tab_07 table.view_tab_07_table,
#view_tab_07_popup table.view_tab_07_table{float:left;width:100%;margin-bottom:30px;}
#view_tab_07 table.view_tab_07_table tr td,
#view_tab_07_popup table.view_tab_07_table tr td{height:30px;border-bottom:1px dotted #cccccc;}
#view_tab_07 table.view_tab_07_table tr.last td,
#view_tab_07_popup table.view_tab_07_table tr.last td{border-bottom:0px;}
#view_tab_07 table.view_tab_07_table tr.view_table_question_td_last td,
#view_tab_07_popup table.view_tab_07_table tr.view_table_question_td_last td{border-bottom:0px;}
#view_tab_07 table.view_tab_07_table td,
#view_tab_07_popup table.view_tab_07_table td{padding-top:7px;padding-bottom:7px;}
#view_tab_07 table.view_tab_07_table td.block,
#view_tab_07_popup table.view_tab_07_table td.block{border-bottom:0px;height:10px;}
#view_tab_07 table.view_tab_07_table tr.view_table_top td,
#view_tab_07_popup table.view_tab_07_table tr.view_table_top td{background-color:#f8f8f8;border-bottom:0px;height:32px;}

#view_tab_07 table.view_tab_07_table tr.view_table_top td p.view_table_top_text,
#view_tab_07_popup table.view_tab_07_table tr.view_table_top td p.view_table_top_text{float:left;padding-left:16px;padding-top:5px;margin-left:9px;display:inline;background:url('http://image.hmall.com/static/2008img/common/p/p5.gif') no-repeat 0 5px;}
#view_tab_07 table.view_tab_07_table tr.view_table_top td div.view_table_top_select table td,
#view_tab_07_popup table.view_tab_07_table tr.view_table_top td div.view_table_top_select table td{background-color:#ffffff;margin:0px;padding:0px;height:14px;}
#view_tab_07 table.view_tab_07_table tr.view_table_top td div.view_table_top_select,
#view_tab_07_popup table.view_tab_07_table tr.view_table_top td div.view_table_top_select{float:right;padding-right:5px;}
#view_tab_07 table.view_tab_07_table tr.view_table_top td p.view_table_top_link,
#view_tab_07_popup table.view_tab_07_table tr.view_table_top td p.view_table_top_link{float:right;padding-top:3px;padding-right:5px;}
#view_tab_07 table.view_tab_07_table tr.view_table_top td p.view_table_top_select select,
#view_tab_07_popup table.view_tab_07_table tr.view_table_top td p.view_table_top_select select{font-size:11px;}
#view_tab_07 table.view_tab_07_table td p.view_table_con1,
#view_tab_07_popup table.view_tab_07_table td p.view_table_con1{float:left;width:65px;padding-top:4px;text-align:center;}
#view_tab_07 table.view_tab_07_table td p.view_table_button,
#view_tab_07_popup table.view_tab_07_table td p.view_table_button{float:left;width:65px;padding-top:2px;text-align:center;}
#view_tab_07 table.view_tab_07_table td p.view_table_subject,
#view_tab_07_popup table.view_tab_07_table td p.view_table_subject{float:left;width:450px;padding-top:5px;margin-left:10px;display:inline;}
#view_tab_07_popup table.view_tab_07_table td p.view_table_subject{width:373px;}
#view_tab_07 table.view_tab_07_table tr.view_table_bottom td,
#view_tab_07_popup table.view_tab_07_table tr.view_table_bottom td{height:30px;border-top:1px solid #cccccc;border-bottom:0px;text-align:center;font-size:11px;}

#view_tab_07 table.view_tab_07_table td.view_table_td_name,
#view_tab_07_popup table.view_tab_07_table td.view_table_td_name{text-align:center;height:80px;}
#view_tab_07_popup table.view_tab_07_table td.view_table_td_name{height:60px;}
#view_tab_07 table.view_tab_07_table td.view_table_td_img,
#view_tab_07_popup table.view_tab_07_table td.view_table_td_img{width:155px;}
#view_tab_07_popup table.view_tab_07_table td.view_table_td_img{width:155px;}
#view_tab_07 table.view_tab_07_table td.view_table_td_img p.view_table_img,
#view_tab_07_popup table.view_tab_07_table td.view_table_td_img p.view_table_img{float:left;padding-right:4px;}
#view_tab_07 table.view_tab_07_table td.view_table_td_img p.view_table_img_subject,
#view_tab_07_popup table.view_tab_07_table td.view_table_td_img p.view_table_img_subject{float:left;width:80px;padding-top:5px;padding-bottom:3px;}
#view_tab_07 table.view_tab_07_table td.view_table_td_img p.view_table_img img,
#view_tab_07_popup table.view_tab_07_table td.view_table_td_img p.view_table_img img{border:1px solid #cccccc;}
#view_tab_07 table.view_tab_07_table td.view_table_td_date,
#view_tab_07_popup table.view_tab_07_table td.view_table_td_date{width:100px;text-align:center;}
#view_tab_07_popup table.view_tab_07_table td.view_table_td_date{width:77px;}

#view_tab_07 table.view_tab_07_table td p.view_table_question,
#view_tab_07_popup table.view_tab_07_table td p.view_table_question{float:left;padding-left:30px;background:url('http://image.hmall.com/static/2008img/common/button/button_question_02.gif') no-repeat 10px 0;}
#view_tab_07 table.view_tab_07_table td p.view_table_replynum,
#view_tab_07_popup table.view_tab_07_table td p.view_table_replynum{float:right;width:75px;}
#view_tab_07 table.view_tab_07_table td p.view_table_date,
#view_tab_07_popup table.view_tab_07_table td p.view_table_date{float:right;width:85px;}
#view_tab_07 table.view_tab_07_table td p.view_table_name,
#view_tab_07_popup table.view_tab_07_table td p.view_table_name{float:right;width:110px;padding-right:5px;}
#view_tab_07 table.view_tab_07_table td p.view_table_rebutton,
#view_tab_07_popup table.view_tab_07_table td p.view_table_rebutton{float:right;margin-right:3px;}
#view_tab_07 table.view_tab_07_table td p.view_table_question_subject,
#view_tab_07_popup table.view_tab_07_table td p.view_table_question_subject{float:left;padding-left:10px;}
#view_tab_07 table.view_tab_07_table td p.view_table_question_name,
#view_tab_07_popup table.view_tab_07_table td p.view_table_question_name{float:right;width:163px;}
#view_tab_07 table.view_tab_07_table td p.view_table_question_date,
#view_tab_07_popup table.view_tab_07_table td p.view_table_question_date{float:right;width:85px;}
#view_tab_07 table.view_tab_07_table td p.view_table_question_memo,
#view_tab_07_popup table.view_tab_07_table td p.view_table_question_memo{float:left;width:671px;margin-left:10px;padding-top:5px;padding-bottom:5px;display:inline;}
#view_tab_07_popup table.view_tab_07_table td p.view_table_question_memo{width:628px;}
#view_tab_07 table.view_tab_07_table td p.view_table_question_reply,
#view_tab_07_popup table.view_tab_07_table td p.view_table_question_reply{clear:left;padding:0 10px 10px 22px;}
#view_tab_07 table.view_tab_07_table td div.view_div_question_ok,
#view_tab_07_popup table.view_tab_07_table td div.view_div_question_ok,
#view_tab_07 table.view_tab_07_table td div.view_div_question_ok_last,
#view_tab_07_popup table.view_tab_07_table td div.view_div_question_ok_last{float:left;width:698px;padding-top:8px;margin-left:10px;border-bottom:1px dotted #cccccc;background-color:#fcf7f0;display:inline;}
#view_tab_07 table.view_tab_07_table td div.view_div_question_ok_last,
#view_tab_07_popup table.view_tab_07_table td div.view_div_question_ok_last{border-bottom:0px;}
#view_tab_07_popup table.view_tab_07_table td div.view_div_question_ok,
#view_tab_07_popup table.view_tab_07_table td div.view_div_question_ok_last{width:628px;}
#view_tab_07 table.view_tab_07_table tr.view_table_question_td td,
#view_tab_07_popup table.view_tab_07_table tr.view_table_question_td td{padding-top:7px;padding-bottom:7px;}
#view_tab_07 div.view_tab_07_box, #view_tab_07_popup div.view_tab_07_box{float:left;background-color:#f8f8f8;width:710px;margin-bottom:20px;}
#view_tab_07_popup div.view_tab_07_box{width:645px;}
#view_tab_07 div.view_tab_07_box div.view_tab_07_box_contents,
#view_tab_07_popup div.view_tab_07_box div.view_tab_07_box_contents{padding:10px;}
#view_tab_07 div.view_tab_07_box div.view_tab_07_box_contents p.view_tab_07_box_text,
#view_tab_07_popup div.view_tab_07_box div.view_tab_07_box_contents p.view_tab_07_box_text{padding-top:5px;padding-bottom:8px;margin-bottom:10px;padding-left:5px;line-height:18px;border-bottom:1px dotted #cccccc;}
#view_tab_07 div.view_tab_07_box div.view_tab_07_box_contents p.view_tab_07_box_text1,
#view_tab_07_popup div.view_tab_07_box div.view_tab_07_box_contents p.view_tab_07_box_text1{padding-top:5px;padding-left:5px;line-height:18px;}
#view_tab_07 div.view_tab_07_point{float:left;width:710px;height:20px;background-color:red;}

#useful_coupon_button{float:left;position:absolute;width:357px;z-index:1000;}
#useful_coupon_button_contents{float:left;width:357px;}
#useful_coupon_button_contents div.useful_coupon_div_contents_button{float:left;width:357px;}
#useful_coupon_button_contents div.useful_coupon_div_contents_button p{float:left;}
#useful_coupon_button_contents div.useful_coupon_div_contents_button p.useful_coupon_button_01{padding-left:189px;}
#useful_coupon_button_contents div.useful_coupon_div_contents_button p.useful_coupon_button_02{padding-left:4px;}

#useful_coupon_div{float:left;position:absolute;width:357px;z-index:1000;display:none;}
#useful_coupon_div_contents{float:left;width:357px;}
#useful_coupon_div_contents div.useful_coupon_div_contents_button{float:left;width:357px;background:url('http://image.hmall.com/static/2008img/common/tab/dot_01.gif') repeat-x bottom;}
#useful_coupon_div_contents div.useful_coupon_div_contents_button p{float:left;}
#useful_coupon_div_contents div.useful_coupon_div_contents_button p.useful_coupon_button_01{padding-left:189px;}
#useful_coupon_div_contents div.useful_coupon_div_contents_button p.useful_coupon_button_02{padding-left:4px;}
#useful_coupon_div_contents div.useful_coupon_div_contents{float:left;width:357px;background-color:#f5f5f5;border:1px #cccccc;border-style:none solid solid solid;}
#useful_coupon_div_contents div.useful_coupon_div_contents div.useful_coupon_div_contents_div{float:left;padding:3px;}
#useful_coupon_div_contents div.useful_coupon_div_contents div.useful_coupon_div_contents_div div.useful_coupon_div_contents_table{float:left;width:348px;height:127px;/*4줄이 보이는 높이*/
overflow-x:hidden;overflow-y:auto;scrollbar-face-color:white;
scrollbar-highlight-color:#cccccc;
scrollbar-3dlight-color:white;
scrollbar-darkshadow-color:white;
scrollbar-shadow-color:#cccccc;scrollbar-track-color:white;scrollbar-arrow-color:#cccccc;}

#useful_coupon_div_contents div.useful_coupon_div_contents div.useful_coupon_div_contents_div div.useful_coupon_div_contents_table table{float:left;}
#useful_coupon_div_contents div.useful_coupon_div_contents div.useful_coupon_div_contents_div div.useful_coupon_div_contents_table table td{background-color:#f5f5f5;text-align:center;height:25px;}
#useful_coupon_div_contents div.useful_coupon_div_contents div.useful_coupon_div_contents_div div.useful_coupon_div_contents_table table td.useful_coupon_subject{text-align:left;}
#comment_box{float:left;position:absolute;padding:8px;background-color:#fcf7f0;border:2px solid #ff7800;}
#comment_box p, #infoview01 p{font-size:11px;color:#767676;}

#question_div{float:left;position:absolute;width:339px;padding-top:47px;padding-left:185px;display:none;}
#country_div{float:left;position:absolute;width:339px;}
#country_div1{float:left;position:absolute;width:339px;}
#country_div_02{float:left;position:absolute;width:339px;}
#country_div1_02{float:left;position:absolute;width:339px;}
#country_div_03{float:left;position:absolute;width:339px;display:none;}
#country_div1_03{float:left;position:absolute;width:339px;padding-left:187px;padding-top:79px;display:none;}
#country_div1_04{float:left;position:absolute;}
#country_div_contents{float:left;width:339px;}
#country_div_contents div.country_div_contents_button, #country_div_contents div.country_div_contents_button_01{float:left;width:339px;border-bottom:2px solid #ff7800;}
#country_div_contents div.country_div_contents_button_01{width:267px;}
#country_div_contents div.country_div_contents_button p, #country_div_contents div.country_div_contents_button_01 p{padding-left:82px;}
#country_div_contents div.country_div_contents_button p.country_div_contents_button_02{padding-left:136px;}
#country_div_contents div.country_div_contents_button p.country_div_contents_button_03{padding-left:235px;}
#country_div_contents div.country_div_contents_button p span{background-color:#ff7800;color:white;}
#country_div_contents div.country_div_contents_button p span a{color:white;}
#country_div_contents div.country_div_contents, #country_div_contents div.country_div_contents_01{float:left;width:339px;background-color:#fcf7f0;border:2px solid #ff7800;}
#country_div_contents div.country_div_contents_01{width:267px;}
#country_div_contents div.country_div_contents div.country_div_contents_div, #country_div_contents div.country_div_contents_01 div.country_div_contents_div{float:left;padding:8px;}
#country_div_contents div.country_div_contents div.country_div_contents_div p{font-size:11px;}
#country_div_contents div.country_div_contents div.country_div_contents_div p.title{padding-bottom:5px;}
#country_div_contents div.country_div_contents div.country_div_contents_div p.num{padding-left:14px;text-indent:-14px;padding-bottom:5px;}

#view_movie_01{float:left;width:426px;height:385px;background:url('http://image.hmall.com/static/2008img/common/view/view_movie_bg.gif') no-repeat;}
#view_movie_01 p.button_01{float:right;padding-right:14px;padding-top:11px;padding-bottom:8px;}
#view_movie_01 p.movie_01{float:left;padding-left:12px;}
#view_movie_01 div.button_02{float:left;padding-top:8px;padding-left:12px;padding-right:14px;}
#view_movie_01 div.button_02 p{float:left;}
#view_movie_01 div.button_02 p.movie_button{padding-right:2px;}
#view_movie_01 div.button_02 p.movie_button1{/*071022*/padding-left:47px;padding-right:2px;}
#view_movie_01 div.button_02 div.move_bar{float:left;margin-left:50px;margin-top:6px;width:103px;display:inline;}
#view_movie_01 div.button_02 p.view_button{float:right;}

#view_subject_box_01{margin-top:10px;}
#view_subject_box_01, #view_subject_box_01 table{float:left;width:428px;}
#view_subject_box_01 table td.view_subject_box_bg{background:url('http://image.hmall.com/static/2008img/common/view/view_subject_box_bg_01.gif') repeat-y;}
#view_subject_box_01 table td.view_subject_box_top{height:14px;background:url('http://image.hmall.com/static/2008img/common/view/view_subject_box_top_01.gif') no-repeat;}
#view_subject_box_01 table td.view_subject_box_bottom{height:14px;background:url('http://image.hmall.com/static/2008img/common/view/view_subject_box_bottom_01.gif') no-repeat;}
#view_subject_box_01 table td p.con1{float:left;width:78px;padding-top:5px;text-align:center;}
#view_subject_box_01 table td div.subject{float:right;width:340px;line-height:18px;}
#view_subject_box_01 table td div.subject p{float:left;width:340px;padding-bottom:3px;}
#view_subject_box_01 table td div.subject p.vcon1{padding-left:11px;width:160px;background:url('http://image.hmall.com/static/2008img/common/p/p14.gif') no-repeat 0 4px;}

#view_tv_list_01{float:left;width:465px;margin-left:19px;margin-top:7px;margin-bottom:4px;display:inline;}
#view_tv_list_01 p.vcon1{float:left;padding-top:10px;padding-right:10px;padding-left:10px;background:url('http://image.hmall.com/static/2008img/common/p/p14.gif') no-repeat 0 12px;}
#view_tv_list_01 div.view_tv_list_box{float:left;width:465px;margin-top:10px;background-color:#f7faf2;border:2px solid #e8ebd3;}
#view_tv_list_01 div.view_tv_list_box div.view_tv_list_box_div{float:left;padding:7px;}
#view_tv_list_box_scorll{float:left;width:445px;height:305px;overflow-x:hidden;overflow-y:auto;scrollbar-face-color:white;scrollbar-highlight-color:#cccccc; scrollbar-3dlight-color:white; scrollbar-darkshadow-color:white; scrollbar-shadow-color:#cccccc;scrollbar-track-color:white;scrollbar-arrow-color:#cccccc;}
#view_box_01{float:left;width:456px;height:70px;padding-top:8px;margin-left:19px;margin-top:10px;background:url('http://image.hmall.com/static/2008img/common/view/view_box_01.gif') no-repeat;}
#view_box_01 p{float:left;}
#view_box_01 div.select{float:left;width:380px;padding-top:5px;text-align:right;}
#view_box_01 p.select select{font-size:11px;}
#view_box_01 p.input{float:left;width:380px;padding-top:5px;text-align:right;}
#view_box_01 p.input input{width:368px;height:20px;border:1px solid #cccccc;}
#view_box_01 p.button{float:right;margin-right:12px;display:inline;}

#view_notice_01{float:left;width:910px;padding-top:10px;padding-bottom:10px;border:2px solid #ececec;}
#view_valuation,#view_valuation_popup{margin-bottom:10px;}
#view_valuation, #view_valuation_02, #view_valuation_03{float:left;width:710px;padding-top:20px;}
#view_valuation_popup, #view_valuation_02_popup, #view_valuation_03_popup{float:left;width:637px;/*수정*/padding-top:20px;}
#view_valuation_02, #view_valuation_02_popup{padding-top:7px;}
#view_valuation_03, #view_valuation_03_popup{padding-top:5px;}
#view_valuation p.title_01, #view_valuation_02 p.title_01,
#view_valuation_popup p.title_01, #view_valuation_02_popup p.title_01{float:left;width:88px;padding-left:10px;background:url('http://image.hmall.com/static/2008img/common/p/p9.gif') no-repeat;padding-bottom:10px;}
#view_valuation_03 p.title_01, #view_valuation_03_popup p.title_01{float:left;width:88px;}
#view_valuation div.view_valuation_bar, #view_valuation_02 div.view_valuation_bar, #view_valuation_03 div.view_valuation_bar,
#view_valuation_popup div.view_valuation_bar, #view_valuation_02_popup div.view_valuation_bar, #view_valuation_03_popup div.view_valuation_bar{float:right;width:431px;height:10px;margin-top:2px;margin-right:5px;display:inline;background:url('http://image.hmall.com/static/2008img/common/view/bar_bg.gif') no-repeat left;}
#view_valuation_popup div.view_valuation_bar, #view_valuation_02_popup div.view_valuation_bar, #view_valuation_03_popup div.view_valuation_bar{width:380px;/*수정*/background:url('http://image.hmall.com/static/2008img/common/view/bar_bg2.gif') no-repeat left;}

#view_valuation div.view_valuation_bar p, #view_valuation_02 div.view_valuation_bar p, #view_valuation_03 div.view_valuation_bar p,
#view_valuation_popup div.view_valuation_bar p, #view_valuation_02_popup div.view_valuation_bar p, #view_valuation_03_popup div.view_valuation_bar p{padding-left:5px;}
#view_valuation p.result, #view_valuation_02 p.result, #view_valuation_03 p.result,
#view_valuation_popup p.result, #view_valuation_02_popup p.result, #view_valuation_03_popup p.result{float:right;font-size:15px;font-weight:bold;width:30px}
#view_valuation_02 div.valuation_box, #view_valuation_03 div.valuation_box,
#view_valuation_02_popup div.valuation_box, #view_valuation_03_popup div.valuation_box{float:left;width:90px;height:20px;margin-left:10px;display:inline;background:url('http://image.hmall.com/static/2008img/common/view/valuation_box.gif') no-repeat;}
#view_valuation_02 div.valuation_box p, #view_valuation_03 div.valuation_box p,
#view_valuation_02_popup div.valuation_box p, #view_valuation_03_popup div.valuation_box p{padding-left:7px;padding-top:4px;}

#view_move_02{float:left;width:300px;height:304px;background:url('http://image.hmall.com/static/2008img/common/view/view_movie_bg2.gif') no-repeat;}
#view_move_02 p.movie{padding-left:9px;padding-top:12px;}
#view_move_02 p.button1, #view_move_02 p.button2, #view_move_02 p.button5{float:left;padding-left:9px;padding-top:10px;}
#view_move_02 p.button2{padding-left:4px;}
#view_move_02 p.button3{float:left;padding-top:10px;padding-left:27px;}
#view_move_02 p.button4{float:left;padding-left:9px;padding-top:15px;}
#view_move_02 p.button5{padding-left:72px;}
#view_move_02 p.button6{float:right;padding-right:11px;padding-top:15px;}
#view_move_02 div.soundbar{float:left;width:67px;margin-top:16px;margin-left:74px;display:inline;}

/*common.css에서 이동*/

/*view 쇼핑공감*/
#spt_02{float:left;width:178px;}
#spt_02 table{float:left;}
/*view 쇼핑공감 상단 쿠폰*/
#spt_02 td.view_coupon_box{float:left;height:60px;vertical-align:top;padding:3 3 0 3;border-bottom:1px solid #ced5b5;}
#spt_02 td.view_coupon_box td.view_coupon{float:left;width:170px;height:60px;background:url('http://image.hmall.com/static/2008img/common/banner/couponbg.gif') no-repeat;}
#spt_02 td.view_coupon_box td.view_coupon p{text-align:center;padding-top:4px;}
#spt_02 td.view_coupon_box td.view_coupon_title p{float:left;padding-top:5px;padding-bottom:5px;}
#spt_02 td.spt_02_top{height:47px;border:0px;}
#spt_02 td.spt_02_top p{float:left;width:178px;height:47px;background:url('http://image.hmall.com/static/2008img/common/list/spt_top_bg_02.gif') no-repeat bottom;}
#spt_02 td.spt_02_contents{float:left;width:178px;vertical-align:top;}
#spt_02 td.spt_02_contents div.spt_02_div{float:left;padding-top:5px;padding-left:5px;}
#spt_02 td.spt_02_contents div.spt_02_opinion_01{float:left;width:99px;margin-top:5px;}
#spt_02 td.spt_02_contents div.spt_02_opinion_02{float:left;width:63px;border:1px solid #F6F6F6;}
#spt_02 td.spt_02_contents div.spt_02_opinion_01 p{padding-bottom:3px;}
#spt_02 td.spt_02_contents div.spt_02_opinion_02 p{float:left;}
#spt_02 td.spt_02_contents div.spt_02_opinion_02 p.spt_02_opinion_num{width:61px;text-align:center;padding-top:5px;}
#spt_02 td.spt_02_contents div.spt_02_opinion_03{float:left;width:165px;height:32px;margin-top:9px;margin-bottom:7px;background:url('http://image.hmall.com/static/2008img/common/list/spt_opinion_02.gif') no-repeat bottom;}
#spt_02 td.spt_02_contents div.spt_02_opinion_03_button{float:left;width:165px;text-align:right;padding-bottom:5px}
#spt_02 td.spt_02_contents div.spt_02_opinion_03 p{float:left;width:82px;padding-top:4px;text-align:right;}
#spt_02 td.spt_02_contents div.spt_02_opinion_03 p.spt_02_star_point2{width:82px;}
#spt_02 td.spt_02_contents div.spt_02_comment_01, #spt_02 td.spt_02_contents div.spt_02_question_01{float:left;width:165px;padding-top:10px;border-top:1px dotted #ced5b5;}
#spt_02 td.spt_02_contents div.spt_02_comment_01 div.spt_02_comment_div,#spt_02 td.spt_02_contents div.spt_02_comment_div2{float:left;width:165px;background-color:#f7faef;margin-top:3px;position:relative;}
#spt_02 td.spt_02_contents div.spt_02_comment_div2{background-color:#ffffff;padding-top:5px;width:160px;margin-left:5px;display:inline;}
#spt_02 td.spt_02_contents div.spt_02_comment_01 p, #spt_02 td.spt_02_contents div.spt_02_question_01 p{float:left;}
#spt_02 td.spt_02_contents div.spt_02_question_01 div.spt_02_question_button{float:left;width:165px;padding-bottom:1px;padding-top:3px;text-align:right;}
#spt_02 td.spt_02_contents div.spt_02_comment_01 p.spt_02_more, #spt_02 td.spt_02_contents div.spt_02_question_01 p.spt_02_more{float:right;padding-top:3px;}
#spt_02 td.spt_02_contents div.spt_02_comment_01 p.spt_02_subject{float:left;width:165px;padding-top:3px;padding-left:15px;background:url('http://image.hmall.com/static/2008img/common/p/p10.gif') no-repeat 8 5px;}
#spt_02 td.spt_02_contents div.spt_02_comment_01 p.spt_02_memo{float:left;width:165px;padding-bottom:3px;padding-left:15px;line-height:16px;}
#spt_02 td.spt_02_contents div.spt_02_comment_01 p.spt_02_button{float:left;width:165px;text-align:right;padding-top:3px;padding-bottom:3px;}
#spt_02 td.spt_02_contents div.spt_02_question_01 div.spt_02_question_subject{float:left;width:163px;padding-top:3px;padding-bottom:3px;}
#spt_02 td.spt_02_contents div.spt_02_question_01 p.spt_02_question_subject{float:left;width:163px;padding-left:8px;margin-left:5px;padding-top:3px;display:inline;background:url('http://image.hmall.com/static/2008img/common/p/p10.gif') no-repeat 0 7px;}
#spt_02 td.spt_02_contents div.spt_02_comment_01 div.spt_02_comment_02{float:left;width:165px;margin-top:10px;padding-top:5px;padding-bottom:8px;background-color:#f7faef;}
#spt_02 td.spt_02_contents div.spt_02_comment_01 div.spt_02_comment_02 p{width:163px;padding-top:5px;padding-bottom:3px;padding-left:8px;margin-left:4px;display:inline;border-bottom:1px dotted #cccccc;background:url('http://image.hmall.com/static/2008img/common/p/p11.gif') no-repeat 0 9px;}

#plan_01{float:left;width:177px;}
#plan_01 div.plan_01_contents_01{float:left;width:177px;border:1px solid #ced5b5;}
#plan_01 div.plan_01_contents_01 div.plan_01_div{float:left;padding:4px;}
#plan_01 div.plan_01_contents_01 div.plan_01_div div.plan_01_subject{float:left;width:167px;padding-top:10px;padding-bottom:10px;background-color:#f6f6f6;}
#plan_01 div.plan_01_contents_01 div.plan_01_div p.plan_01_subject{float:left;width:153px;padding-left:8px;margin-left:5px;padding-top:3px;display:inline;background:url('http://image.hmall.com/static/2008img/common/p/p10.gif') no-repeat 0 7px;}
#plan_01 p.plan_01_banner_01{float:left;padding-bottom:12px;}
#plan_01 ul{list-style:none;margin:0px;padding:0px;}
#plan_01 ul li{float:left;width:177px;}
#plan_01 ul li.plan_01_contents_02{width:177px;padding-bottom:10px;border:1px #e9e9e9;border-style:none solid solid solid;border-bottom:1px solid #e9e9e9;}
#plan_01 ul li.plan_01_contents_02 div.plan_01_contents_div{float:left;padding-top:10px;padding-left:10px;}
#plan_01 ul li.plan_01_contents_02 p.plan_01_img{float:left;width:65px;line-height:16px;}
#plan_01 ul li.plan_01_contents_02 p.plan_01_img img{border:1px solid #cccccc;}
#plan_01 ul li.plan_01_contents_02 p.plan_01_img img.nborder{border:0px;}
#plan_01 ul li.plan_01_contents_02 p.plan_01_subject, #plan_01 ul li.plan_01_contents_02 p.plan_01_price{float:left;width:95px;line-height:15px;}
#plan_01 ul li.plan_01_contents_02 p.plan_01_price{padding-top:5px;}
#plan_01 ul li.plan_01_contents_02 p.plan_01_button{float:left;padding-top:2px;}
#plan_01 ul li.plan_01_contents_02 div.plan_01_price_01{float:left;width:192px;padding-top:5px;margin-top:4px;background-color:#F6F6F6;}
#plan_01 ul li.plan_01_contents_02 div.plan_01_price_01 p{padding-left:77px;padding-bottom:5px;text-indent:-72px;}
#plan_01 ul li.plan_01_contents_02 p.plan_01_favor_01{float:left;padding-right:2px;padding-top:5px;}
#plan_01 ul li.plan_01_contents_02 p.plan_01_star_point{float:left;width:100px;padding-bottom:3px;}
#plan_01 ul li.plan_01_contents_02 p.plan_01_price{float:left;width:100px;padding-top:3px;}
#plan_01 ul li.plan_01_contents_02 div.plan_01_comment_memo{float:left;}
#plan_01 ul li.plan_01_contents_02 div.plan_01_comment_memo p{float:left;width:157px;padding-top:10px;padding-bottom:10px;}
#plan_01 ul li.plan_01_contents_02 div.plan_01_comment_01{float:left;width:157px;height:25px;margin-top:5px;border:1px solid #cccccc;border-style:solid none solid none;}
#plan_01 ul li.plan_01_contents_02 div.plan_01_comment_01 p{float:left;padding-top:6px;padding-left:7px;}

/*달력*/
#calendar_01{float:left;width:160px;border:1px solid #ff7800;}
#calendar_01 p.top_button{float:right;padding-top:5px;height:17px;padding-right:6px;}
#calendar_01 div.calendar_div{float:left;width:160px;height:23px;background-color:#ff7800;}
#calendar_01 div.calendar_div p{float:left;padding-top:5PX;padding-left:4px;}
#calendar_01 div.calendar_div p.year, #calendar_01 div.calendar_div p.month{padding-top:6px;}
#calendar_01 div.calendar_div p.block{width:17px;}
#calendar_01 div.table{float:left;width:160px;padding-top:5px;padding-bottom:5px;}
#calendar_01 table{width:93%;}
#calendar_01 table td{text-align:center;}

/*재고조회*/
#stock_01{float:left;width:177px;background-color:#fcf7f0;border:2px solid #ff7800;}
#stock_01 p.title_01{padding-top:6px;padding-bottom:7px;}
#stock_01 div.stock_table{float:left;width:166px;margin-left:4px;padding-bottom:4px;display:inline;background-color:#ffffff;}
#stock_01 div.stock_table table{width:158px;background-color:#ffffff;}
#stock_01 div.stock_table table td{height:28px;text-align:center;border-bottom:1px dotted #cccccc;}
#stock_01 div.stock_table table tr.stock_table_top td{border-bottom:0px;}
#stock_01 div.stock_table div.stock_box_01{float:left;width:158px;height:40px;margin-left:5px;display:inline;margin-top:7px;background-color:#f8f8f8;}
#stock_01 div.stock_table div.stock_box_01{padding-left:10px;padding-top:15px;}
#stock_01 div.stock_table div.stock_table_scroll{float:left;width:158px;height:311px;scrollbar-face-color:white; scrollbar-highlight-color:#cccccc; scrollbar-3dlight-color:white; scrollbar-darkshadow-color:white; scrollbar-shadow-color:#cccccc;scrollbar-track-color:white;scrollbar-arrow-color:#cccccc;overflow-x:hidden;overflow-y:auto;}
#stock_01 div.stock_table div.stock_table_scroll2{height:245px;scrollbar-face-color:white; scrollbar-highlight-color:#cccccc; scrollbar-3dlight-color:white; scrollbar-darkshadow-color:white; scrollbar-shadow-color:#cccccc;scrollbar-track-color:white;scrollbar-arrow-color:#cccccc;overflow-x:hidden;overflow-y:auto;}
#stock_01 p.bottom_button{float:right;padding-top:5px;padding-right:3px;padding-bottom:4px;}

input[type='button'],input[type='submit'],button{cursor:pointer;border:0 none;}
.prdc_ezop_wrap{position:fixed;_position:absolute;right:0;bottom:0;z-index:1000;}
.prdc_ezop_wrap .prdc_ezop_in{position:relative;width:410px;}
.prdc_ezop_wrap .head{position:relative;z-index:2;clear:both;height:37px;background:url('https://c.011st.com/img/prdc/ezop_bar2.png') no-repeat 0 0;}
.prdc_ezop_wrap .head .tit{display:inline;}
.prdc_ezop_wrap .ezop_img{display:inline-block;background:url('/images/ezop_sp.gif') no-repeat 0 0;line-height:10;overflow:hidden;}
.prdc_ezop_wrap .ezop_img.ezopbtn_open{position:absolute;right:0;width:37px;height:37px;background-position:0 -110px;}
.prdc_ezop_wrap .ezop_img.ezopbtn_close{position:absolute;right:0;width:37px;height:37px;background-position:-38px -110px;}
.prdc_ezop_wrap .ezop_img.ezoptit_open{position:absolute;top:12px;left:15px;width:116px;height:15px;background-position:0 0;}
.prdc_ezop_wrap .ezop_img.ezoptit_close{position:absolute;top:12px;left:15px;width:116px;height:15px;background-position:0 -16px;}
.prdc_ezop_wrap .ezopbtn_area{position:absolute;top:9px;right:80px;}
.prdc_ezop_wrap .ezop_img.ezopbtn_buy{float:left;margin-left:9px;width:67px;height:25px;background-position:0 -32px;}
.prdc_ezop_wrap .ezop_img.ezopbtn_cart{float:left;margin-left:3px;width:67px;height:25px;background-position:0 -58px;}
.prdc_ezop_wrap .ezop_img.ezopbtn_bookmart{position:absolute;top:7px;right:50px;width:58px;height:25px;background-position:0 -84px;}
.prdc_ezop_wrap .cont_box{position:relative;z-index:2;padding:0 0px 0 0px;background:#fff;border:1px solid #9396a9;border-bottom:none;font-size:11px;zoom:1;}
.prdc_ezop_wrap .cont_box:after{display:block;clear:both;content:'';}
.prdc_ezop_wrap .total_price{float:left;margin-top:2px;color:#fff;font-size:12px;font-weight:bold;}
.prdc_ezop_wrap .total_price em{font-family:tahoma,'돋움',dotum,gulim;font-size:16px;margin-bottom:-1px;;}
.prdc_ezop_close .prdc_ezop_in{width:410px;margin-left:0px;}
.prdc_ezop_close .head{position:relative;clear:both;height:37px;background:url('https://c.011st.com/img/prdc/ezop_bar1.png') no-repeat 0 0;}
.prdc_ezop_close .cont_box{display:none;}


.clearfix {*zoom:1;}
.clearfix:before, .clearfix:after {display:table;content:'';}
.clearfix:after {clear:both;}

.header_inner .search_wrap {position:relative;float:left;z-index:500;margin:0 0 0 8px; background:#fff;}
.header_inner .search_wrap .screen_out{overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px;}
.header_inner .search_wrap .ico_new_search {position:absolute;z-index:2;left:152px;top:20px;}
.header_inner .search_wrap .top_search .label_inp {position:absolute;top:38px;left:11px;color:#333;cursor:text;}
.header_inner .search_wrap .top_search.on .label_inp {display:none;}
.header_inner .search_wrap .top_search .inp_txt {outline:none;float:left;width:300px;height:18px;padding:5px 9px 4px 9px;border:2px solid #ef1f12;border-right:0 none;font-size:12px;color:#666;}
.header_inner .search_wrap .top_search .search_inner .btn_search {position:absolute;right:5px;top:7px;width:30px;height:38px; background:url(https://dbbottle.co.kr/cart4/main_img/search_icon.gif) no-repeat; background-position:0 0; text-indent:0;}
.header_inner .search_wrap .top_search .search_inner .btn_search button {display:block;width:100%;height:100%;border:0 none;background:none;text-indent:-9999px; cursor:pointer}

.header_inner .srch_keyword {position:absolute;top:100%;left:0;right:0;width:373px;height:276px;padding:0;border:1px solid #acacac;background:#fff;line-height:25px;z-index:300;margin-left:-133px;}
.header_inner .srch_keyword .result_wrap {float:left;width:200px;}
.header_inner .srch_keyword .result_wrap .result_lst {height:242px;}

.header_inner .srch_keyword .result_wrap ul {padding:0 0;list-style:none ;}
.header_inner .srch_keyword .result_wrap li {line-height:21px; height:21px;}
.header_inner .srch_keyword .result_wrap li a {display:block;overflow:hidden;padding:0 15px 0 16px;color:#333;text-overflow:ellipsis;white-space:nowrap;}
.header_inner .srch_keyword .result_wrap li.tab_focus,.header_inner .srch_keyword .result_wrap li a:hover {background-color:#f7f7f7;}
.header_inner .srch_keyword .result_wrap li b {color:#f7120a;}
.header_inner .srch_keyword .recommend_wrap {float:left;width:172px;border-left:1px solid #eee;text-align:center;}
.header_inner .srch_keyword .recommend_wrap a {display:block;height:238px;padding:19px 0;}
.header_inner .srch_keyword .recommend_wrap.tab_focus,.header_inner .srch_keyword .recommend_wrap a:hover {background-color:#f7f7f7;}
.header_inner .srch_keyword .recommend_wrap .area_title {display:block;overflow:hidden;width:117px;height:14px;margin:0 auto;background:url(/images/top_srch_area.png) no-repeat 0 0;text-indent:-9999px;}
.header_inner .srch_keyword .recommend_wrap img {display:block;width:132px;height:132px;margin:16px auto 22px;vertical-align:baseline;}
.header_inner .srch_keyword .recommend_wrap .deal_title {display:block;height:32px;text-align:center;line-height:16px;padding:0 25px;overflow:hidden;}
.header_inner .srch_keyword .recommend_wrap .price {display:block;padding-top:3px;text-align:center;line-height:1;color:#333;font-family:Arial;}
.header_inner .srch_keyword .recommend_wrap .price em {display:inline-block;margin-bottom:3px;font:bold 14px tahoma;vertical-align:middle;}
.header_inner .srch_keyword .recommend_wrap .price .etc{display:inline-block;margin-left:2px;margin-bottom:0;;font-size:12px;font-family:Arial;font-weight:normal;vertical-align:0;line-height:1;margin-top:0;*margin-top:-1px;}
/* chrome */
@media screen and (-webkit-min-device-pixel-ratio:0){.header_inner .srch_keyword .recommend_wrap .price .etc{vertical-align:middle;margin-bottom:0.5px;}}

.header_inner .search_inner {position:relative;}
.header_inner .ui-input-search {position:relative;width:250px;border:1px solid #B4B4B4;*zoom:1;}
.header_inner .ui-input-search:before,
.header_inner .ui-input-search:after {display:table;content:'';}
.header_inner .ui-input-search:after {clear:both;}
.header_inner .ui-input-search input.ui-input-text {outline:none;float:left;display:inline-block;width:190px;height:38px;line-height:38px;border:0 none;font-size:16px;color:#333;text-overflow:ellipsis;margin-left:10px;}
.header_inner .ui-input-search .ui-input-clear {display:none;position:absolute;right:40px;top:13px;z-index:100;}
.header_inner .ui-btn-icon-notext .ui-btn-inner {padding:0;}
.header_inner .ui-btn-inner {display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position:relative;}
.header_inner .ui-btn-icon-notext .ui-icon {display:block;}
.header_inner .ui-icon {width:15px;height:15px;background:url(/images/ico_sch_close_v3.png) no-repeat 0 -130px;}
* + html .header_inner .ui-btn-icon-notext .ui-icon {display:none;width:0;height:0;}
.header_inner input[type=text]::-ms-clear {display:none;}


.btn_w3{overflow:hidden;margin:15px -5px 0;padding-bottom:1px;text-align:center; position:relative;}
.btn_w3 div{float:left;display:table-cell;}
.btn_w3 div > span,.btn_w3 div a{display:block;margin:0 5px;}
.btn_w3 div button{width:100%;padding:0;}

.btn_w3.btnorder div:first-child{width:140px;}
.btn_w3.btnorder div > * {border:none;box-shadow:0 2px 2px 0 rgba(0,0,0,0.08);}

.btnpg  {display:inline-block;overflow:hidden;padding:0;/*border:none;*/-webkit-border-radius:2px;border-radius:2px;font-size:0.95em;font-weight:bold;line-height:2.5em;text-align:center;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;box-sizing:content-box;}
.btnpg > *{display:block;height:2.5em;padding:0 8px;margin:0;border:none;font-size:1em;font-weight:bold;line-height:2.5em;}

.btnpg > *{color:#fff;background:#999990;}
.btn_w3.btnorder div span .btn_excel {padding-left:18px;}
.btn_w3.btnorder div span .btn_excel:before{width: 20px;
    content: " ";
    background-image: url(/images/icon_excel.png);
	background-size: 100%;
    position: absolute;
    left: 10px;
    top: 5px;
    height:20px;}




/*head*/
.balloon {position:relative; display:inline-block; padding:5px; color:#fff; background:#EAEEF2; border-radius:20px;}
.balloon:after {content:''; position:absolute; width:0; height:0; border-style:solid;}
.balloon.test_1:after {border-width:10px 15px; top:50%; margin-top:-10px;}
.balloon.test_1:after {border-color:transparent transparent transparent #EAEEF2; right:-31px;}

.cate-wrap {
	background: #fff;
	z-index: 97;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	height: 45px;
}
.site-wrap {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	
}
.cate-wrap .all-toggle {
	width: 40px;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	cursor: pointer;
	border-left:1px solid #d9d9d9;
}
.cate-wrap .all-toggle img {
	margin-left: 12px;
	margin-top: 14px;
}
.cate-wrap .all-toggle a {
	text-decoration: none;
}
.cate-wrap .menu-toggle {
	position: relative;
	cursor: pointer;
	float: left;
	margin-left: 50px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	width: 132px;
	color: #3a3a3a;
	font-weight: 700;
	font-family: Noto Sans KR, sans-serif;
	border-right:1px solid #d9d9d9;
}
.cate-wrap .menu-toggle a{
	width: 100px;
	font-size: 15px;
	height: 45px;
	line-height: 43px;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	cursor: pointer;
	font-family: Noto Sans KR, sans-serif;
}
.cate-wrap .menu-toggle a:hover{
	color:#363636;
	text-decoration:none;
}
.cate-wrap .menu-toggle .ss-arrow {
	position: absolute;
	top: 14px;
	right: 8px;
	/*background: url(/web/upload/wp/187850/p__top_arrow.gif) no-repeat center;*/
	width: 16px;
	height: 16px;
	z-index: 100;
	transition: all .3s ease;
}
.cate-wrap .top-menu {
	float: left;
	font-size: 0;
	width: 730px;
}
.cate-wrap .top-menu ul {
	display: flex;
	padding:0;
}
.cate-wrap .top-menu li {
	height: 46px;
	line-height: 56px;
	text-align: center;
	/*flex: 1;*/
	margin-left:38px;
}
.cate-wrap .top-menu li a {
	text-decoration: none;
	font-size: 15px;
	/*width: 99%;*/
	display: inline-block;
	font-weight: 700;
	transition: color .25s ease;
	letter-spacing: 0px;
	color: #3a3a3a;
	font-family: Noto Sans KR, sans-serif;
}




/*head*/
.balloon {position:relative; display:inline-block; padding:5px; color:#fff; background:#EAEEF2; border-radius:20px;}
.balloon:after {content:''; position:absolute; width:0; height:0; border-style:solid;}
.balloon.test_1:after {border-width:10px 15px; top:50%; margin-top:-10px;}
.balloon.test_1:after {border-color:transparent transparent transparent #EAEEF2; right:-31px;}

.cate-wrap {
	background: #fff;
	z-index: 97;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	height: 45px;
}
.site-wrap {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	
}
.cate-wrap .all-toggle {
	width: 40px;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	cursor: pointer;
	border-left:1px solid #d9d9d9;
}
.cate-wrap .all-toggle img {
	margin-left: 12px;
	margin-top: 14px;
}
.cate-wrap .all-toggle a {
	text-decoration: none;
}
.cate-wrap .menu-toggle {
	position: relative;
	cursor: pointer;
	float: left;
	margin-left: 50px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	width: 132px;
	color: #3a3a3a;
	font-weight: 700;
	font-family: Noto Sans KR, sans-serif;
	border-right:1px solid #d9d9d9;
}
.cate-wrap .menu-toggle a{
	width: 100px;
	font-size: 15px;
	height: 45px;
	line-height: 43px;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	cursor: pointer;
	font-family: Noto Sans KR, sans-serif;
}
.cate-wrap .menu-toggle a:hover{
	color:#363636;
	text-decoration:none;
}
.cate-wrap .menu-toggle .ss-arrow {
	position: absolute;
	top: 14px;
	right: 8px;
	/*background: url(/web/upload/wp/187850/p__top_arrow.gif) no-repeat center;*/
	width: 16px;
	height: 16px;
	z-index: 100;
	transition: all .3s ease;
}
.cate-wrap .top-menu {
	float: left;
	font-size: 0;
	width: 730px;
}
.cate-wrap .top-menu ul {
	display: flex;
	padding:0;
}
.cate-wrap .top-menu li {
	height: 46px;
	line-height: 56px;
	text-align: center;
	/*flex: 1;*/
	margin-left:38px;
}
.cate-wrap .top-menu li a {
	text-decoration: none;
	font-size: 15px;
	/*width: 99%;*/
	display: inline-block;
	font-weight: 700;
	transition: color .25s ease;
	letter-spacing: 0px;
	color: #3a3a3a;
	font-family: Noto Sans KR, sans-serif;
}



.head_menu{
	text-align: right;
	padding-top: 10px;
	width: 1025px;
	margin: auto;
	padding-right: 239px;

	}


.head_box{
	width: 1025px;
	margin: auto;
}
.head_contents{
	width: 900px;
	height: 83px;
	
}


.logo{
	width: 230px;
	display: inline-block;
}
.search{
	
	
	display: inline-block;
	padding-left: 16px;
	padding-bottom: 18px;
}

.snb {
	display: inline-block;
	float: right;
    padding-top: 21px;
	
}

 .snb ul {
    
}   

.snb ul li {
    list-style-type: none;
    display: inline-block;
    float: left;
	padding-left: 5px;
}

.snb ul li a {
    line-height: 20px;
}

.snb .line{
	padding-left: 3px;
}
/*head*/





/*index_body*/
.middle_bn{
	width:100%;
	height: 196px;
	background-color: #f0cb38; 
	margin-bottom: 0px;
	

}

.middle_bn .bn01{
	width:1020px;  
	margin: auto;
}
.main_cate{
	width:100%;
	height:687px;
}

.tab_cate{
	width:1020px; 
	height:630px; 
	margin: auto; 
	padding-top: 50px;
}

.middle_bn2{
	width:100%;
	height: 348px;
	background-color: #7ddb43;
}


.middle_bn2 .bn02{
	width:1020px; 
	margin: auto;
}

.main_cate2{
	margin-bottom: 80px; 
	margin-top: 20px;
}

.middle_bn3{
	background-color: #32b2e7;
	width: 100%;
	margin-top: 0px;
}
.middle_bn3 .bn03{
	width:1020px;
	margin: auto;
}

.bottom_bn2{
	width:1020px; 
	height:200px; 
	margin: auto;
	margin-top: 11px;

}
.bottom_bn2 .left_bn{
	float:left; 
	margin-right: 12px;
}
.bottom_info{
	height: 188px; 
	margin: auto; 
	width: 1020px;
	margin-bottom: 30px;
}
.bottom_info ul {
	border-top: 1px solid #5e5e5e;  
	width: 902px; 
	margin-top: 20px;
}

.bottom_info ul li {
	list-style: none; 
	float: left;
}

.right_scroll{
	position: absolute;  
	padding-left: 20px;
}

/*index_body*/




/*main*/
.center_bn{
    width: 711px;
    height: 382px;
	margin-top: 14px;
}
.center_bn ul{
    width: 711px;
    height: 180px;
    margin-bottom: -5px;
}
.center_bn li{
    width: 172px;
    height: 180px;
    float: left;
    display: inline-block;
    padding-right:7.5px;
}

.center_bn02{
    text-align: center;
    width: 711px;
    height: 187px;
    margin-top: 10px;
	margin-bottom: 10px;
}

.center_bn .right{
	padding-right:0;
}


.bt_cs{
	border-top:1px solid #5e5e5e;
	margin-top:20px;
	height:188px;
}

.bt_cs ul{
	margin:0;
}

.bt_cs li{
	list-style:none;
	float:left;
}
.new_title {
    margin-top: 40px;
	
}

.notice{
	border:1px solid #0181b0; 
	height:60px;
}

.notice .title{
	float:left;
	width:60px;
	padding-top:8px;
	padding-bottom:5px; 
	padding-left:10px;
}
.notice .box{
	width:500px; 
	float:left; 
	margin-top:1px;
}
.notice .bt{
	float:right;
	width:53px;
	padding-top:7px;
	padding-bottom:5px;
	padding-right:10px;
}

.left_cate{
	width:180px;
	display: block;
}

.right_box{
	width:697px;
}
.top_contents{
	width:900px;
	margin-top: 5px;
}

.right_box .size{
	width:463px;
} 

.atc{
	display: none;
}
.new .new_title a{
	color: #525252;
	text-decoration: none;
	font-weight: bold;
	font-family:  'NanumBarunGothic', Noto Sans KR, sans-serif;
	font-size: 24px ;
	margin-top:10px;
}
/*main*/



/*tail*/
.footer_box .bottom_menu a{
	color:#666565 ;
	text-decoration:none ;
	font-weight: 400;
	font-family: Noto Sans KR, sans-serif;
	font-size:14px;
}	
.bottom_menu ul{
	width:275px;
	height:190px;
	padding-left:32px;
}

.footer_box .bottom_menu li{
	list-style:none;
	padding: 2px 0 7px 13px;
}
.bottom_menu{
	border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
	margin-top: 20px;
}
li.menu_line{
	color:#d2d2d2;
	font-weight: 400;
	font-family: Noto Sans KR, sans-serif;
	font-size:13px;
	line-height:13px;
	padding-right:43px;
	padding-left:43px;
}

.footer{
	background-color:#f4f4f4; 
	width:100%;
}
.footer_box{
	margin:auto; 
	margin-bottom: 25px; 
	margin-top: 10px; 
	height: 230px; 
	width: 1020px;
}
.footer .logo{
	padding-right: 23px;
	display: inline-block;
    float: left;
    padding-bottom: 60px;
	
}

.footer .logo img{
	padding-top: 21px;
}


.footer_box .box{
	width: 903px;
	float: left;
	background-color: #f4f4f4;
	border: 0;
}

.copyright{
	width:350px; 
	float:right;
}

.copyright .copy_box{
	font-family:Noto Sans KR; 
	font-weight:400; 
	color:#88898a; 
	font-size:12px; 
	padding-left:40px; 
	padding-top:20px; 
	float: right; 
	line-height: 19px;
}
.copyright .copy_box .bold{
	color:#6c6c6c;
	font-weight:500;
}
.copyright .copy_box .bold2{
	color:#266f94;
	font-weight:500;
	

}
.copyright .copy_box .size{
	color: #88898a; 
	font-size: 11px;
	font-weight:400;
	font-family:Noto Sans KR; 
}
/*tail*/



/*category_total*/

#main_allcate{
	position:relative;
	left:expression((document.body.clientWidth/2 - 450)); 
	top:0px;  
	margin: 0 auto;
	left: -60;
	width: 900px; 
	z-index:30; 
	
	
}


.allcate {
	width: 900px; 
	height: 1132px; 
	border:1px solid #6b6b6b; 
	box-sizing: border-box;
    background: #fff; 
    position:relative;

}

.allcate li{text-align: left;  padding-bottom: 6px; list-style: none; padding-left: 13px; }
.allcate strong a {font-weight:500; color: #424242;}
.allcate a { font-family:'Noto Sans KR', sans-serif; color: #818181; font-size: 13px; text-decoration: none; font-weight:400;}
.allcate ul {margin: 0; padding: 0; padding-top:10px;float: left; width:179.5px; 
    border-right:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8; 
    box-sizing: border-box;}

.allcate_close{width: 41px; height: 41px; float: right; position: absolute; bottom:0; right: 0;}
.cate01 {height: 290px; }
.cate02 {height: 280px; }
.cate03 {height: 200px; }
.cate04 {height: 180px; }
.cate01 img{margin-left:6px;}
.cate02 img{margin-left:6px;}
.cate03 img{margin-left:6px;}
.cate04 img{margin-left:6px;}

.bg01{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img01.jpg);}
.bg02{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img02.jpg);}
.bg03{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img03.jpg);}
.bg04{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img04.jpg);}
.bg05{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img05.jpg);}
.bg06{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img06.jpg);}
.bg07{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img07.jpg);}
.bg08{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img08.jpg);}
.bg09{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img09.jpg);}
.bg10{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img10.jpg);}
.bg11{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img11.jpg);}
.bg12{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img12.jpg);}
.bg13{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img13.jpg);}
.bg14{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img14.jpg);}
.bg15{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img15.jpg);}
.bg16{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img16.jpg);}
.bg18{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img18.jpg);}
.bg19{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img19.jpg);}
.bg20{border-right: 0;}
.bg21{border-bottom: 0;}
.bg22{background-image: url(https://dbbottle.co.kr/cart4/images/cate_img22.jpg);border-bottom: 0;}

/*category_total*/




/*boxtodayview.inc*/

#divTodayHidden{
	position:relative; 
	left:100px; 
	top:0px; 
	display:none; 
}

#divToday{
	position:relative; 
	left:0; 
	top:4px; 
	z-index:1;
}


.boxtoday_design{
	width: 98px;
}
.boxtoday_design tr>td{
	font-size: 14px;
	font-weight: 400;
	font-family: Noto Sans KR, sans-serif;
	text-decoration: none;
	color:#464545;
}

.boxtoday_design tr>td a{
	font-size: 14px;
	font-weight: 400;
	font-family: Noto Sans KR, sans-serif;
	text-decoration: none;
	color:#464545;
}
.boxtoday_design tr>td a:hover{
	font-size: 14px;
	font-weight: 400;
	font-family: Noto Sans KR, sans-serif;
	text-decoration: none;
	color:#464545;
}
.boxtoday_design tr>td p{
	font-size: 14px;
	font-weight: 400;
	font-family: Noto Sans KR, sans-serif;
	text-decoration: none;
	color:#464545;
}
.boxtoday_design tr>td p:hover{
	font-size: 14px;
	font-weight: 400;
	font-family: Noto Sans KR, sans-serif;
	text-decoration: none;
	color:#464545;
}
div.stop-dragging {
	-ms-user-select: none; 
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.phone_order{
	margin-top:6px;
	margin-bottom:7px;
}

.kakao{
	margin-bottom:7px;
}

.today_text{
	height:32px;
	border: 1px solid #dfdfdf;
	text-align:center; 
	background-color:#fff;"
}

.top_bt{
	cursor: pointer;
	text-align:center;
	background-color: #fff;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.today_box{
	width: 100%;
	
	background-color:#fff;
}
.hiding{
	text-align:center; 
	background-color: #efefef;
	border: 1px solid #dfdfdf;
	
	
}


.bottom{
	cursor: pointer;
	text-align:center;
	background-color: #fff;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.today_cart{
	background-color: #fff;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	text-align:center;
}

.mypage{
	background-color: #fff;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	text-align:center;
}
.item_box{
	border-left: 1px solid #dfdfdf; 
	border-right: 1px solid #dfdfdf;
}
/*boxtodayview.inc*/