@charset "utf-8"; 

/* Copyright(C) 2015 HSP  Mall Project onlinepowers */

/*  기본 폰트 
@font-face{
	font-family: "NotoSansKR-Regular";
	src: url('/content/css/fonts/NotoSansKR-Regular.eot')format('eot');
	src: url('/content/css/fonts/NotoSansKR-Regular.ttf') format('ttf');
}
*/
 
/* base */
.hide {position:absolute;visibility:hidden;width:0;height:0;font-size:0;line-height:0;overflow:hidden;} 


/* COMMON */
.sub_title{position:relative; padding:9px 0 10px 0; text-align:center; letter-spacing:-0.75px; font-size:16px; font-weight:bold; color:#fff; background:#88b71d; }
.sub_title span{display:inline-block; font-weight:bold;}
.sub_title a{display:block; position:absolute; top:12px; left:12px; width:10px; height:17px;}
.sub_title a img{height:17px;}

/* location */
.location{padding:13px 15px; font-size:12px; border-bottom:1px solid #e6e6e6; background:#fff;}
.location a{
	display:inline-block; 
	padding:0 10px;
	color:#666;
	background:url('/content/mobile/images/icon/icon_location.png') no-repeat right center;
	background-size:5px 10px;
}
.location a:first-child{padding-left:0;}
.location span{display:inline-block; padding-left:6px; color:#333; font-weight:600; }

/* 카테고리 sort */
.category_sort{padding:12px 10px; border-bottom:1px solid #b8b8b8; background:#fafafa;}
.category_sort:after{content:""; display:block; clear:both;}
.category_sort p{float:left; color:#666; font-size:1em; line-height:32px;}
.category_sort p span{color:#3c8eae; font-weight:600; font-size:1.6em; } 
.category_sort select {padding:0 20px 0 5px; }
.category_sort fieldset{float:right; width:46.9%;}
.category_sort fieldset select{width:100%; height:32px; padding-left:15px;}
.category_sort div {
	position: relative;
	float: right;
}

/* 카테고리 price */
.category_price {padding:8px 5px;}
.category_price li{display:inline-block;margin:2px 5px;}
.category_price li a{display:block;padding:5px 10px;font-size:12px;line-height:17px;}
.category_price li a.on {color:#fff;font-weight:bold;background:#484848;}


.category_sort div button {
	position: absolute;
	top: 22%;
	right: 5%;
	width: 18px;
	height: 19px;
	border: 0;
	padding: 0;
	background: url('/content/mobile/images/btn/btn_search_img.png') no-repeat center 2px;
	background-size: 18px 18px;
}
.category_sort input[type="text"]{
	width: 97%;
	padding: 0 1%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d7d7d7;
	color: #b3b3b3;
	font-size: 12px;
	border-radius: 0px;
}
/* top버튼 */
#top{position:fixed; bottom:10%; right:8px; z-index:100;}
#top a{display:block; }
#top a img{height:39px;}

/**/

/* Common | 별점 */
.star_rating{
	width:83px;
	height:14px;
	background:url('/content/images/icon/bg_starpoint_off.png') 0 0 no-repeat; 
	margin-right:5px;
	float:left;
}
.star_rating span{
	display:block;
	height:14px;
	background:url('/content/images/icon/bg_starpoint_on.png') 0 0 no-repeat;
} 
.star_rating .point{
	display:none;
}
@media print {
.star_rating span{
	display:none;
	}
}

/*페이지 번호*/
.pagination {
	height:30px;
	margin-top:15px;
	font-size: 0;
	text-align: center;
	font-family:"Malgun Gothic";
}
.pagination.typeA{padding-bottom:70px;}
.pagination img{height:30px;}
.pagination a,
.pagination span {
	display: inline-block;
	min-width:30px;
	margin: 0 3px;
	height:30px; 
	font-size:14px;
	line-height:30px;
	text-align: center; 
	color:#919191;
	vertical-align:top;
}

.pagination a.first{margin-right:10px;} 
.pagination a.next{margin-left:10px;}
.pagination strong{
	display: inline-block;
	width:30px;
	height:30px;
	margin: 0 5px;
	font-size: 14px;
	line-height:30px;
	text-align: center; 
	color:#333;
	font-weight:600;
	text-decoration:underline;
	vertical-align:top;
}

 


/* 버튼 */
.btn_wrap{padding:10px 10px 0 10px; }
.btn_wrap.typeA{padding:10px 0; }
.btn_wrap:after{content:""; display:block; clear:both;}
.btn{display:inline-block; text-align:center; font-size:13px; border:0; margin:0; padding:0;}
.btn_more{
	width:100%; 
	padding:15px 0; 
	color:#666; 
	border:1px solid #e2e2e2; 
	background:#fff;
}
.btn_more img{vertical-align: middle;} 
.btn_list{display:block; width:100px; margin:0 auto;  padding:11px 0;  font-size:14px; color:#fff; font-weight:400; background:#767676;}
.btn_search{
	width:100%;
	height:40px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	background:#949494;
}
a.btn_search{line-height:40px;}

.btn_buyer{
	width:100%; 
	padding:9px 0 8px 0; 
	font-size:13px;
	font-weight:600;
	color:#fff;  
	background:#d9d9d9; 
}
.btn_buyer img{position:relative; top:3px;}

/* Form */
select { 
	height:32px;
	line-height:32px;
	background:#fff url('/content/mobile/images/icon/bg_select.png') 90% 50% no-repeat;
	background-size:9px 5px; 
	white-space: nowrap;
	font-size:1.08em;
	color: #333;
	border:1px solid #ccc; 
}
input[type="text"]{border:0;} 
::-webkit-input-placeholder { font-size:12px;}
::-moz-placeholder {font-size:12px; } /* firefox 19+ */
:-ms-input-placeholder { font-size:12px;} /* ie */
input:-moz-placeholder { font-size:12px; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */

.item_relation .owl-theme .owl-controls .owl-pagination{display:none;}
.item_relation .owl-theme .owl-controls .owl-buttons{display:block;}
.item_relation .owl-theme .owl-controls .owl-buttons .owl-prev {left:0; background:url(/content/mobile/images/btn/btn_prev.gif) no-repeat 0 0;}
.item_relation .owl-theme .owl-controls .owl-buttons .owl-next {right: 0; background:url(/content/mobile/images/btn/btn_next.gif) no-repeat 0 0;}
.item_relation .owl-theme .owl-controls .owl-buttons .owl-prev,
.item_relation .owl-theme .owl-controls .owl-buttons .owl-next {position:absolute; bottom:95px; width:25px; height:44px; background-size:25px 44px;}

.item_view img{width:32px;}
.owl-carousel{
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* 상품 롤링 */ 
.owl-theme .owl-controls{z-index:500; position:absolute; bottom:4px; width:100%; text-align:center;}

/* Styling Next and Prev buttons */ 
.owl-theme .owl-controls .owl-buttons{display:none;}
 

/* Styling Pagination*/ 
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width:10px;
	height:10px;
	margin: 5px 2px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:#8a8a8a;
	border:1px solid #7b7b7b;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	width: 9px;
	height: 9px;
	background:#fff;
	border:2px solid #88b71d;
}

/* If PaginationNumbers is true */ 
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/* 고객센터 | 공지사항 */
.customer{position:relative; padding:0 0 25px 0; background:#f0f0f0;}
.customer_tab{border-bottom:1px solid #d5d8db; background:#fff;}
.customer_tab ul:after{content:""; display:block; clear:both; }
.customer_tab li{float:left; width:calc(100%/4 - 6%); padding:0 3%;letter-spacing: -1px;}
.customer_tab li a{
	display:block;
	padding:7px 0;
	font-size:13px;
	text-align:center;
	color:#333; 
}
.customer_tab li a.on{
	font-weight:bold;
	color:#72a400; 
	border-bottom:3px solid #72a400;
}

.notice_list{
	overflow:hidden;
	margin-top:8px;
	border-top:1px solid #e2e2e2;
	background:#fff;
}
.notice_list ul:after{content:""; display:block; clear:both; } 
.notice_list ul li a{
	display:block;
	padding:10px 15px;
	color:#333;
	line-height:18px;
	background:url('/content/mobile/images/icon/list_blet.png') no-repeat 97% center;
	background-size:8px 13px; 
	border-bottom:1px solid #e2e2e2;
}
.notice_list ul li a div.cont{width:95%;}
.notice_list ul li a p.subject{
	color:#333;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.notice_list ul li a .info{
	display:block;
	margin-top:5px;
	color:#999;
	font-size:11px; 
}
.notice_list ul li a .info span:first-child{padding-right:7px;}
.notice_list ul li a .info .date{
	padding-left:7px;
	background:url('/content/mobile/images/icon/date_blet.gif') no-repeat 0 center;
	background-size:1px auto; 
}

/* 공지사항 view */
.notice_view{margin-top:15px;  background:#fff; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; }
.notice_view table{width: 100%; border-collapse: collapse;}
.notice_view table thead{border-bottom:1px solid #e2e2e2;} 
.notice_view table thead div.info{
	display:block; 
	color:#999;
	font-size:11px;  
}
.notice_view table thead div.info span:first-child{padding-right:7px;}
.notice_view table thead div.info .date{
	padding-left:7px;
	background:url('/content/mobile/images/icon/date_blet.gif') no-repeat 0 center;
	background-size:1px auto; 
}
.notice_view table thead td.board_title{
	padding:12px 15px 8px 15px;
	color:#333;
	font-size:14px;
	font-weight:400; 
} 
.notice_view table td span{
	display:inline-block;
}
.notice_view table td span.icon{position:relative; top:2px;}
.notice_view table thead td.board_date{ 
	padding:0 15px 10px 15px;
	color:#919191;  
	font-size:12px;
} 
.notice_view table tbody td{
	padding:12px 15px;
	color:#444;
	font-size:12px;
	text-align:left;
}
.notice_view table tbody td div.cont{color:#666; line-height:18px; }   

/* 조건선택 */
.condition_select{padding:10px 15px; background:#f0f0f0;} 
.condition_select select{width:100%; height:37px; padding-left:15px; }	
	
/* FAQ */
.faq{border-top:1px solid #d9d9d9;  border-bottom: 1px solid #d9d9d9;  background:#fff;}
.faq table{width: 100%; border-collapse:collapse;} 
.faq tr.view-off { display: none; } 
.faq .subject a{
	display:block;
	color:#333 !important;  
	font-weight:bold;   
}
.faq .tit-on .subject a{  
	background:url('/content/mobile/images/icon/faq_arrow_on.png') no-repeat right center;
	background-size:13px 8px;
} 
.faq .tit-off .subject a{  
	background:url('/content/mobile/images/icon/faq_arrow_off.png') no-repeat right center;
	background-size:13px 8px; 
}  
.faq table td{
	padding:12px 15px;
	font-size:14px;
	border-top:1px solid #d9d9d9; 
	background:#fff;
} 
.faq table tr:first-child td{border-top:0 !important;}  
.faq table td.subject div{
	padding:3px 15px 0 32px;   
	min-height:25px;
	text-align:left;  
	background:url('/content/mobile/images/icon/qna-q.png') no-repeat 0 0;
	background-size:25px 25px; 
}  
.faq table td.last{ padding-left:20px; }
.faq table td.faq-answer{ 
	padding:12px 15px;
	border-top:1px dotted #d8d8d8;
	background:#f4faf0; 
}  
.faq td .qna-q {
	overflow:hidden;
	padding:20px 20px 20px 0;
	text-align: left;
	color:#333;
	font-weight:400;
	font-size:14px;
	background:#fff;
	border-bottom:1px dotted #d8d8d8;
}
.faq td .qna-q div{	overflow: hidden; }
.faq td .qna-a {    
	text-align: left;
	color:#666; 
	background:url('/content/mobile/images/icon/qna-a.png') no-repeat 0 3px;
	background-size:25px 25px; 
}  
.faq td .qna-q span{
	float:left; 
}
.faq td .qna-a div {  
	padding:7px 10px 7px 32px; 
	line-height:18px; 
	color:#666;
}  




/* 카테고리 */ 
.category{position:relative; padding:0 0 8px 0; border-top:1px solid #88b71d; background:#f0f0f0;}
.category_new{position:relative; padding:15px 10px; border-top:1px solid #88b71d; border-bottom:1px solid #d9d9d9; background:#fff;}
.category_new select{padding: 0 20px 0 5px; width:33%; font-size:12px;}
.categort_list{ position:relative; background:#fff;} 
.categort_list ul li{ position:relative;} 
.categort_list ul li a{display:block; position:relative; padding:15px 10px 35px 10px; min-height:100px; border-bottom:1px solid #d9d9d9;}
.categort_list p.icon{position: absolute; bottom: 15px; right: 15px; display:inline-block; padding: 0; text-align: right; border-bottom: 0; min-height: 15px;}
.categort_list p.icon a{display:inline-block; padding:0 4px; text-align: right; border-bottom: 0; min-height: 15px;}
.categort_list p.icon a img{height: 18px;}
.categort_list .thumbnail{display:block; position:absolute; top:15px; left:10px; }
.categort_list .thumbnail > img{width:100px; height:100px;}
.categort_list .item_info{padding-left:111px;}
.categort_list .item_info .copy{padding-top:3px; font-size:1em; color:#9d6e41;}
.categort_list .item_info .name{padding-top:4px; font-size:1.08em; color:#333; /*height:37px; overflow:hidden;*/}
.categort_list .price_zone{text-align:right; padding:5px 0 0 0;}
.categort_list .price_zone .first_price{color:#919191; text-decoration:line-through;}
.categort_list .price_zone .sale_price{padding-left:9px; color:#1a1a1a; font-size:1.25em; font-weight:600; }
.categort_list .label_area{position:absolute; top:15px; left:10px; z-index:50;}
.categort_list .label_area_02{position:absolute; top:15px; left:85px; z-index:50;}
.categort_list .label_area_03{position:absolute; top:85px; left:85px;  z-index:50;}
.categort_list .label_area img,
.categort_list .label_area_02 img,
.categort_list .label_area_03 img{height:30px;}
.icon_close {
	display: block;
	width: 70px;
	padding: 2px 4px;
	letter-spacing: -1px;
	text-align: center;
	color: #fff !important;
	font-size: 11px;
	font-weight: normal !important;
	background: #7d3dd5;
}
.icon_schedule {
  display: block;
  width: 50px;
  padding: 2px 0;
  letter-spacing: -1px;
  text-align: center;
  color: #fff !important;
  font-size: 11px;
  font-weight: normal !important;
  background: #1779ff;
}
.categort_list .sale_date{
	padding-top:5px; 
	font-family:"Dotum";
}
.categort_list .sale_date p{font-size:11px; line-height:18px; color:#666; }
.categort_list .sale_date p span{
	display:inline-block;
	padding:0 0 0 8px;
	background:url('/content/images/icon/time_blet.gif') no-repeat 0 center;  
	font-weight:bold;
	  color: #4d6ccd;
}
.categort_list .sale_date p span:first-child{background:0;} 
.categort_list  span.down{
	position:absolute;
	top:15px;
	left:10px;
	display:block;
	z-index:100;
	width:40px;
	height:27px;
	font-size:11px;
	letter-spacing:-1.5px;
	padding:5px 0 0 0;
	text-align:center; 
	color:#fff;
	font-weight:bold;
	font-family:"Verdana";
	background:url('/content/mobile/images/icon/icon_down02.png') no-repeat 0 0;
	background-size:40px 32px;
}
.categort_list  span.down span{font-size:10px;}

/* 상품 상세페이지 */
.planner_bar{margin-bottom:15px; padding:19px 0; background:#f5f5f5; border:1px solid #ededed; text-align:center;}
.planner_bar .btn-go{width:178px; height:26px; line-height:26px; background:#f43a49; border:1px solid #e72535; font-size:11px; color:#fff; letter-spacing:-0.5px;}
.planner_bar .noti{margin-top:7px; font-size:11px; color:#666; font-weight:bold; letter-spacing:-0.5px;}
.planner_bar .noti .hint{width:36px; margin:4px 3px 0;}


.item_photo{position:relative; padding:10px; background:#fff; }
.item_photo .item_title{padding-top:8px; color:#333; font-size:1.16em;}
.item-view{position:relative; margin-top:15px;    min-height: 100px;}
.item-view .laber_01 { position:absolute; top:0px; left:0px; z-index:50;}
.item-view .laber_01 span { width: 54px; display: flex; }
.item-view .laber_01 span img { max-width: 100%; }
.item-view .laber_04 { position: absolute; top: 4px; right: 0px; z-index: 50; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.item-view .laber_04 span { width: 44px; }
.item-view .laber_04 span img { max-width: 100%; }
.item-views .item img{ display:block; width:100%; height:auto;}

/* 2022.05.31 추가 - yjy */
.thumbnail .label_m_left { position: absolute; top: 0; left: 0; display: flex; flex-direction: row; }
.thumbnail .label_m_left > span { width: 30px; display: flex; flex-direction: row; }
.thumbnail .label_m_left > span > img { max-width: 100%; }

.thumbnail .label_m_right { position: absolute; top: 0; right: 0; display: flex; flex-direction: row;  }
.thumbnail .label_m_right > span { width:  26px; display: flex; flex-direction: row; }
.thumbnail .label_m_right > span > img { max-width: 100%; }
/* // 2022.05.31 추가 - yjy */

.icon-sold-out {width: 37px; display: none;}
.btn_readMore{/*position:absolute; bottom:5px; right:5px; z-index:100;*/}
.btn_readMore img{height:39px;} 

.item_information{background:#fff;}
.sns_link{padding:10px 0; text-align:center; background:#f7f7f7; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9;}
.sns_link span{
	display:inline-block; 
	padding-right:8px;
	line-height:32px; 
	vertical-align:top; 
	font-size:0.92em; 
	color:#919191;
	background:url('/content/mobile/images/icon/sns_bar.gif') no-repeat right center;
	background-size:1px auto;
}
.sns_link ul{display:inline-block; padding-left:8px;} 
.sns_link ul:after{content:""; display:block; clear:both;}
.sns_link ul li{float:left; margin-left:10px;}
.sns_link ul li:first-child{margin-left:0;}
.sns_link ul li img{height:32px;}

.item_box{padding:20px 10px 20px 10px; border-bottom:1px solid #d9d9d9;}
.item_box dl:after{content:""; display:block; clear:both;}
.item_box dl dt,
.item_box dl dd{float:left; font-size:1.08em;}
.item_box dl dt{width:28%;}
.item_box dl dd{width:72%;} 
.item_box dl.typeA dt{color:#000; font-weight:600; }
.item_box p.first_price{padding:0 0 7px 0; color:#919191; text-decoration:line-through; font-size:1em;}
.item_box .sale_price span{display:inline-block;} 
.item_box .sale_price span:first-child{color:#1a1a1a; font-size:1.25em; font-weight:600; }
.item_box .sale_price span:last-child{color:#919191; font-size:0.92em; } 
.item_box dl.typeB{margin:15px 0 0 0; }
.item_box dl.typeB dt,
.item_box dl.typeB dd{padding:0 0 10px 0;}
.item_box dl.typeB dt{color:#666; } 
.item_box dl.typeB dd{color:#333; line-height:1.6em;}
.item_box dl.typeB dd .delivery_guide p.strong{color:#919191; line-height:1.3em; font-size:0.92em;}

.item_coupon{margin-top:10px; padding:6px 0; text-align:center; background:#f5f4f2; font-size:0.92em; }
.item_coupon span,
.item_coupon .btn_coupon{display:inline-block;}
.item_coupon span{color:#666; letter-spacing:-0.5px;}
.item_coupon .btn_coupon{width:18.1%; height:24px; margin-left:9px; color:#fff; text-align:center; background:#f23d3d;}
.item_coupon a.btn_coupon{line-height:24px;} 

.item_order_box{padding:20px 10px;}
.item_order_box select{width:100%; padding-left:15px; border:1px solid #d7d7d7; height:37px; font-size:1.08em;}
.item_order_box select:first-child{margin-bottom:6px;}
.category .choice_box{margin-top:15px; background:#fbfbfb; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; font-size:1.08em;}
.category .choice_box li{position:relative; padding:10px; border-bottom:1px dotted #ddd;}
.category .choice_box li:last-child{border-bottom:0;}
.category .choice_box li p,
.category .choice_box li div,
.category .choice_box li a.btn_del{display:inline-block;}
.category .choice_box li p{width:63%; } 
.category .choice_box li p.choice span{display:inline-block; color:#666; }
.category .choice_box li p.choice span:first-child{float:left;}
.category .choice_box li p span.item{width:70%; padding-left:5px; height:34px; overflow:hidden; word-break:break-all; color:#3c8eae; letter-spacing:-0.5px; }
.category .choice_box li p span:fisrt-child{color:#333; }
.category .choice_box li div{vertical-align: top;}
.category .choice_box li div a,
.category .choice_box li div input{float:left;}
.category .choice_box li div input{width:30px; height:23px; margin:0; padding:0; line-height:25px; text-align:center; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.category .choice_box li div a{border:1px solid #ccc;}
.category .choice_box li div a img{width:22px; height:23px;}
.category .choice_box li a.btn_delete{position:absolute; top:18px; right:10px;}
.category .choice_box li a.btn_delete img{width:10px; height:10px;} 

.category .view_total{padding:5px 0 0 0; text-align:right; background:#fff;}
.category .view_total span.txt{color:#666; font-size:1.08em; }
.category .view_total p{display:inline-block;  color:#1a1a1a; font-size:1em;}
.category .view_total p span{font-size:1.6em;  font-weight:600;}
.category .btn_wrap.typeA{margin-top:10px; padding:0;}
/*.category .btn_wrap button{float:left; margin-right:3px; width:40.7%; color:#fff; height:40px; text-align:center; font-size:1.17em; font-weight:400;}*/
.category .btn_wrap button{ margin-left: 10px; width:46%; color:#fff; height:40px; text-align:center; font-size:1.17em; font-weight:400;}
.btn_cart{background:#a67442;}
.btn_wish{
	width:15.7%; 
	height:38px; 
	border:1px solid #b8b8b8; 
	background:#fff url('/content/mobile/images/icon/btn_wish.gif') no-repeat center center;
	background-size:18px 16px;
	vertical-align:top;
} 



/* 상품 상세페이지 | 설명 */
.item_explan{position:relative; width:100%;  margin:8px 0; background:#fff; height:auto;    }
.item_explan p.tabMenu{width:27%; height:39px; border-bottom: 1px solid #b8b8b8; background:#fff;} 
.item_explan p.tabMenu a{display:block; width:94%;  margin:0 3%; padding:11px 0 10px 0; text-align:center; color:#666;}  
.item_explan p.tabMenu a.on{color:#333; font-weight:600; border-bottom:3px solid #88b71d;} 
#item_view01 .youTube iframe{width: 100%; padding-top:12%;}
#item_view01 p.tabMenu{position:absolute; top:0; left:0; }
#item_view02 p.tabMenu{position:absolute; top:0; left:24.34%;;  }
#item_view03 p.tabMenu{position:absolute; top:0; left:48.67%; }
#item_view04 p.tabMenu{position:absolute; top:0; left:73%; }
#item_view01, #item_view02 , #item_view03, #item_view04 {width:100%;   } 
		
/* 상품 상세페이지 | 상품설명 */ 	
.item_explan_cont{width:93.8%; /*position:absolute; top:41px; left:0;*/ padding:61px 3.1% 30px 3.1%; z-index:100;}
.item_explan_photo img{width:299px; height:229px;}
.item_explan_cont dl.item_cont{padding:0 0 0 5px;}
.item_explan_cont dl dt, .item_explan_cont dl dd{font-size:1.08em; line-height:1.3em;}
.item_explan_cont dl dt{color:#333; padding-top:12px;}
.item_explan_cont dl dd{color:#666;}

/* 상품 상세페이지 | 별점 */
.item_explan .star_wrap {width:100%; /*height:55px; overflow:hidden;*/}
.item_explan .star_wrap .star_inner {width:142px; margin:15px auto 0; padding-bottom: 3px;}
.item_explan .star_wrap .tit {margin:0 15px 4px 0; font-size:1.08em; font-weight:bold; color:#333; text-align: center;}
.item_explan .star_wrap .num {font-size:1.38em; color:#333; font-weight:bold;}
/* Common | 별점 */
.star_rating{
	width:83px;
	height:14px;
	background:url('/content/images/icon/bg_starpoint_off.png') 0 0 no-repeat; 
	margin-right:5px;
	float:left;
}
.star_rating span{
	display:block;
	height:14px;
	background:url('/content/images/icon/bg_starpoint_on.png') 0 0 no-repeat;
} 
.star_rating .point{
	display:none;
}
@media print {
.star_rating span{
	display:none;
	}
}
 

.star_rating02{
	width:88px;
	height:16px;
	background:url('/content/images/icon/bg_starpoint_off_big.png') 0 0 no-repeat; 
	margin-right:5px;
	float:left;
}
.star_rating02 span{
	display:block;
	height:16px;
	background:url('/content/images/icon/bg_starpoint_on_big.png') 0 0 no-repeat;
} 
.star_rating02 .point{
	display:none;
}
@media print {
.star_rating02 span{
	display:none;
	}
}
.star_rating02 .point{
	display:none;
}


.star_rating03{
	float:left;
	width:113px;
	height:19.5px;
	margin-right:5px;
	background:url('/content/images/icon/bg_starpoint_off_big2.png') 0 0 no-repeat;
	background-size:113px 19.5px;
}
.star_rating03 span{
	display:block;
	height:19.5px;
	background:url('/content/images/icon/bg_starpoint_on_big2.png') 0 0 no-repeat;
	background-size:113px 19.5px;
} 
.star_rating03 .point{
	display:none;
}
@media print {
.star_rating03 span{
	display:none;
	}
}
.star_rating03 .point{
	display:none;
}

/* 상품 상세페이지 | 상품평 */
.item_explan .review_li{position:relative; display:block;}
.item_explan .review_li a{display:block; min-height:74px;}
.item_explan .review_li.photo{padding-left:84px; min-height:80px;}
.item_explan .review_li .img{position:absolute; top:0; left:0;}
.item_explan .review_li .img img{width:74px; height:74px;}
.item_explan .sort_area{margin-top:15px; padding:16px 1.7% 14px 2.4%; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
.item_explan .sort_area .sort_page{padding-bottom:9px; color:#333; font-size:1.1em; font-weight:bold; letter-spacing:-0.5px;}
.item_explan .sort_area .sort_page strong{color:#3c8eae; font-weight:bold;}
.item_explan .sort_area .select_area select{width:100%; padding:0 9px; border:1px solid #d7d7d7;}
.item_explan .evaluate {float:left; margin-right:5px;}
.item_explan .evaluate img {width:34px; height:14px;}
.item_explan .option{padding:5px 1.7% 0 2.4%; color:#666; clear:both; font-size:1.01em;}
.item_explan .option .tit{color:#3c8eae;}
.item_explan .option .name {color:#666;}
.item_explan .review{width:100%; /*position:absolute; top:41px; left:0;*/ padding:40px 0 15px 0;} 
.item_explan div.guide{padding:20px 1.7% 20px 2.4%; border-bottom:1px solid #e2e2e2;} 
.item_explan div.guide:after{content:""; display:block; clear:both;}
.item_explan div.guide span{display:block; float:left; width:70%; color:#666; font-size:0.92em;}
.item_explan div.guide a.btn_qna{
	display:block; 
	float:right; 
	width:24.7%;
	text-align:center;
	height:32px;
	line-height:32px;
	color:#333;
	font-size:1.08em;
	border:1px solid #999;
}
.item_explan .no_review{display:none; text-align:center; line-height:100px; color:#333;}
.item_explan .review ul:after{content:""; display:block; clear:both;}
.item_explan .review ul li{
	display:block;
	padding:15px 0 0 0;
	border-bottom:1px solid #e2e2e2;
} 
.item_explan .review ul .no_review{color:#333; font-size:13px; text-align:center; padding:10px 0;}
.item_explan .review ul li div{padding:0 1.7% 0 2.4%;}
.item_explan .review ul li div:after{content:""; display:block; clear:both;}
.item_explan .review ul li .star_rating{padding:0;}
.item_explan .review ul li .date{margin:3px 0 10px 0;}
.item_explan .review ul li .date span{ color:#919191; font-size:0.92em;}
.item_explan .review ul li .date span:first-child{
	padding-right:7px;
	background:url('/content/mobile/images/icon/item_bar.gif') no-repeat right center;
	background-size:1px auto;
}
.item_explan .review ul li .date span:last-child{padding-left:7px;}
.item_explan .review ul li .txt_box{margin:5px 1.7% 5px 0; }
.item_explan .review ul li .txt_box p{ 
	color:#333; 
	font-size:1.08em; 
	font-weight:600;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.2em;
	height: 1.2em; 
} 
.txt_box_open{padding:10px 1.7% 10px 2.4% !important; font-size:1em; color:#666; border-top:1px dotted #e6e6e6; background:#fafafa;}
.txt_box_open p{line-height:18px;}
.txt_box_open img{margin-top:9px; width:100%;}


/* 상품 상세페이지 | 관련상품*/
.item_explan .term_use{width:100%; /*position:absolute; top:41px; left:0;*/ padding:61px 0 20px 0;}
.item_explan .term_use ul:after{content:""; display:block; clear:both;}
.item_explan .term_use ul li{
	padding:15px 0 0 0;
	border-bottom:1px solid #e6e6e6;
}
.item_explan .term_use ul li div.list{padding:0 1.7% 0 2.4%;}
.item_explan .term_use ul li div:after{content:""; display:block; clear:both;}
.item_explan .term_use ul li .star_rating{float:left; padding:0;}
.item_explan .term_use ul li .date{float:right; color:#919191; font-size:0.92em;}
.item_explan .term_use ul li .date span:first-child{
	padding-right:7px;
	background:url('/content/mobile/images/icon/item_bar.gif') no-repeat right center;
	background-size:1px auto;
}
.item_explan .term_use ul li .date span:last-child{padding-left:7px;}
.item_explan .term_use ul li .txt_box{padding:10px 1.7% 10px 2.4%; color:#333; font-size:1.08em; font-weight:600;}
.txt_box_open{padding:15px 1.7% 20px 2.4% !important; font-size:1em; color:#666; border-top:1px dotted #e6e6e6; background:#fafafa;} 

.item_explan .label_qna{display:inline-block; width:50px; line-height:16px; text-align:center; color:#fff; font-size:0.83em;}
.item_explan .icon_ing{background:#b3b3b3;}
.item_explan .icon_end{background:#88b71d;}
.item_explan .answer{padding:10px 1.7% 10px 2.4% !important; font-size:1em; color:#666; border-top:1px dotted #e6e6e6; background:#fafafa; } 
.item_explan .qna_q{
	padding-left:35px;
	min-height:25px;
	background:url('/content/mobile/images/btn/qna-q.png') no-repeat 0 0;
	background-size:25px 25px;
} 
.item_explan .qna_a{
	margin-top:15px;
	padding-left:35px;
	min-height:25px;
	background:url('/content/mobile/images/btn/qna-a.png') no-repeat 0 0;
	background-size:25px 25px;
}  
.item_explan .qna_a span.dates{display:block; padding-top:5px; color:#919191; font-size:0.92em;}



 
/* 상품 상세페이지 | 판매정보 */
.item_explan .sales_info{width:100%; /*position:absolute; top:41px; left:0;*/ padding:41px 0 20px 0;}
.item_explan .sales_info ul:after{content:""; display:block; clear:both;}
.item_explan .sales_info ul li{
	padding:0 0 0 0;
	border-bottom:1px solid #e6e6e6;
	position: relative;
}
.item_explan .sales_info ul li div.list{padding:0 1.7% 0 2.4%;}
.item_explan .sales_info ul li div:after{content:""; display:block; clear:both;}
.item_explan .sales_info ul li .txt_box{padding:16px 1.7% 16px 2.4%; color:#333; font-size:14px; font-weight:600; font-family:'Noto Sans CJK KR'}
.item_explan .sales_info ul li .txt_btn{position: absolute; top: 21px; right: 2.4%; }
.item_explan .sales_info ul li .txt_btn a img{height: 9px;}

.item_explan .sales_open{padding:15px 1.7% 15px 2.5% !important; color:#666; border-top:1px dotted #e6e6e6; background:#fafafa; } 
.item_explan .sales_open .sales_tit{font-size:12px; font-family:'Noto Sans CJK KR'; color: #333; font-weight:bold; margin-bottom: 10px; }
.item_explan .sales_open .sales_list ul li{border-bottom:0; line-height: 17px; letter-spacing: -0.5px;
	background:url('/content/mobile/images/icon/blet_.gif') no-repeat left 8px;
	background-size: 2px 2px;
	padding-left: 6px;
	margin-bottom: 10px;
	}

.sales_tbl{padding:10px;}
.sales_tbl table{width:100%;   border-collapse: collapse; } 
.sales_tbl table th,
.sales_tbl table td{padding:7px 2% 7px 2%; font-size:1em; border: 1px solid #e7e7e7}
.sales_tbl table th{text-align:left; color:#666; line-height:17px; font-weight:400; background: #f9f9f9; letter-spacing: -0.5px;}
.sales_tbl table td{color:#333; background: #fff;} 


/* 상품 상세페이지 | 관련상품 */ 
.item_relation{position:relative; margin-top:8px; background:#fff;  } 
.item_relation p.title{padding:15px 15px 0 15px;} 
.item_relation p.title img{height:14px;}
.item_relation .owl-theme{margin-top:10px; z-index:100; } 
.item_relation #owl-demo .item{position:relative; height:244px; overflow:hidden; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;  border-left:1px solid #e6e6e6; }


.item_relation #owl-demo .owl-wrapper > div:first-child .item {border-left:0;}


.item_relation #owl-demo .item a{display:block;} 
.item_relation .btn {display: inline-block; margin-bottom: 0; text-align: center;vertical-align: middle; cursor: pointer; }
.item_relation .customNavigation a.prev{position:absolute; top:100px; left:0; z-index:250;}
.item_relation .customNavigation a.next{position:absolute; top:100px; right:0; z-index:250;} 
.item_relation .customNavigation a{display:block; width:25px; height:44px;}
.item_relation .customNavigation a img{width:25px; height:44px;}

.item_relation span.photo { display: block;  width:149px; height:147px; margin:0 auto;}
.item_relation span.photo img{width:100%;}
.item_relation span.label{position:absolute; top:0; right:0; width:72px; height:72px; z-index:100;}
.item_relation div.item_info{padding:0 15px 15px;}
.item_relation div.item_info p.copy{font-size:1em; color:#9d6e41;  }
.item_relation div.item_info p.name{padding-top:3px; font-size:1.08em; color:#333; line-height:16px;}
.item_relation div.item_info p.price{padding-top:8px;  font-weight:600; font-size:1.25em; color:#3c8eae;}
.item_relation div.item_info p.price span{font-size:1.08em; font-weight:normal;}  


 


/* 상품 상세페이지 | 옵션박스 */
#order_quick{
	display:block;
	width:100%; 
	position:fixed; 
	bottom:0px; 
	/* bottom:53px; */ 
	z-index:1000;
	border-top:1px solid #a8a8a8;
	background:#fbfbfb;  
	margin-top:17px;
}
#order_quick .btn_area{padding:10px 1.65%; background:#fff;}
#order_quick .btn_wrap{margin:0;}
/*
.btn_open{position:absolute; top:-17px; left:50%; margin-left:-22px; z-index:100;}
.btn_open img{height:17px;}*/

.order_option{ background: #fbfbfb;}
.order_option fieldset{padding:10px 1.65% 0 1.65%;} 
.order_option select{
	width:100%; 
	padding-left:15px;
	height:39px; 
	line-height:39px; 
	border:1px solid #a67442 !important;
	background:#fff url('/content/mobile/images/icon/bg_select02.png') no-repeat 97% 50%;
	background-size: 9px 5px;
}


.order_option .choice_box.typeA{width:96.7%; padding:5px 1.65% 10px 1.65%; margin:0; border-top:0 !important;}
.choice_box.typeA li{padding:10px 0;}
.choice_box.typeA li a.btn_del{position:absolute; top:18px; right:0;}
.choice_box.typeA li p.choice{width:100% !important; }
.choice_box.typeA div{width:100% !important; display:block !important;}
.choice_box.typeA div:after{content:""; display:block; clear:both;}
.choice_box.typeA div p.number{width:50% !important; float:left;}
.choice_box.typeA div p.price{width:50% !important; float:right; text-align:right;}
.choice_box.typeA div p.price span{clear:left !important; font-size:1.25em; font-weight:600;}

.category .view_total{padding:10px 1.65% 0 1.65% !important;}
#order_quick .btn_option{
	position:absolute; 
	top:-17px; 
	left:50%; 
	margin-left:-22px; 
	z-index:100;
	width:45px;
	height:17px;
	background:url('/content/mobile/images/btn/btn_order_quick_close.png') no-repeat 0 0;
	background-size:45px 17px;
}
#order_quick .btn_option.close{
	background:url('/content/mobile/images/btn/btn_order_quick_close.png') no-repeat 0 0;
	background-size:45px 17px;
}


/* 상품평 쓰기 */
.review_wirte{position:relative; margin-top:8px; }
.review_wirte_inner{position:relative; background:#fff; border-bottom:1px solid #e2e2e2;}
.review_item{position:relative; padding:10px; min-height:100px; border-bottom:1px solid #808080;}
.review_item .thumbnail{display:block; position:absolute; top:10px; left:10px; }
.review_item .thumbnail img{width:100px; height:100px;}
.review_item .item_info{padding-left:111px; min-height:100px;}
.review_item .item_info .copy{padding-top:8px; font-size:1em; color:#9d6e41;}
.review_item .item_info .name{padding-top:5px; font-size:1.08em; color:#333; height:34px; overflow:hidden;}
.review_item .price_zone{text-align:left; padding:8px 0 0 0;}
.review_item .price_zone .first_price{color:#919191; text-decoration:line-through;}
.review_item .price_zone .sale_price{padding-left:9px; color:#1a1a1a; font-size:1.25em; font-weight:600; }

.review_writeBox{padding:10px;}
.review_writeBox table{width:100%;   border-collapse: collapse; } 
.review_writeBox table th,
.review_writeBox table td{padding:7px 0 7px 1.2%; font-size:1em;}
.review_writeBox table th{text-align:left; color:#666; line-height:24px; font-weight:400;}
.review_writeBox table td{color:#333;} 
.review_writeBox table td input[type="text"]{width:93.2%; height:30px; padding-left:15px; border:1px solid #d7d7d7; font-size:1em; }  
.review_writeBox table td select{width:100%;  height:34px; padding-left:15px; border:1px solid #d7d7d7; font-size:1em; }
.review_writeBox table td textarea{width:93.2%; padding:10px 0;  min-height:75px; padding-left:15px; border:1px solid #d7d7d7; font-size:1em; } 
.review_wirte .btn_wrap {padding-bottom:25px;} 
.review_wirte .btn_wrap .btns{float:left; height:40px; color:#fff; font-size:1.17em; font-weight:400; }
.review_wirte .btn_cancel{width:49.5%; background:#949494; }
.review_wirte .btn_up{width:49.5%; margin-left:1%; background:#a67443;}





/* select */
.review_wirte div.selectBox{ 
	position:relative;
	width:100%;
	display:inline-block;
	cursor:default;
	text-align:left;
	line-height:34px;
	clear:both;
	font-size:12px; 
	color:#454545;
	font-family:"Malgun Gothic";
} 
.review_wirte span.selected{ 
 	width: 93.2%;
	float:left;
	padding:0 0 0 15px;
	border:1px solid #ccc; 
	background:#fff; 
	color:#666;
	overflow:hidden;
	height:34px; 
	line-height:34px;
}
.review_wirte span.selected div{margin-top:10px;}
.review_wirte span.selected.on,span.selected.on a{display:block; color:#333 !important; height:34px; line-height:34px;}
.review_wirte span.selectArrow{
	width:25px; 
	position:absolute;
	right:2px;
	top:1px;
	display:block;
	text-align:center;
	font-size:12px;    
	border-left:0;
}
.review_wirte span.selectArrow img{vertical-align: top;} 
.review_wirte div.selectOptions{
	position:absolute;
	top:33px;
	left:0;
	width: 96.2%; 
	padding:0 0 0 15px;
	/*overflow:hidden;*/
	background:#fff; 
	display:none;
	z-index:300;
	border:1px solid #ccc;
	color:#666;
} 
	
.review_wirte span.selectOption{
	display:block; 
	width:100%; 
	height:34px; 
	line-height:34px; 
} 

/* 상세페이지 레이어팝업 */ 
/*#popup, #popup2{ 
	min-width:253px;  
	padding:15px 10px 22px 10px;
	background: #fff; 
	display: none;
} 
#popup{ min-height:110px; }  
#popup .b-close,
#popup2 .b-close { 
	cursor:pointer;
	position: absolute;
	top:15px;
	right:12px; 
}   
.pop-container:after{content:""; display:block; clear:both;} 
.pop-container p{padding-top:30px; text-align:center; font-size:1.42em; color::#333; font-weight:600; }
.popup_btns {margin:20px 0 0 0; overflow:hidden; text-align: center; } 
.popup_btns .btn{width:49.5%; float:left; display:block; height:39px; line-height:39px; color:#fff; font-size:1em;}
.popup_btns .btn_shop_go{background:#949494;}
.popup_btns .btn_wish_go{margin-left:1%; background:#a67443;}*/

/* 장바구니 담기 레이어 */
.cart_wishlist_layer {display: none;position: fixed; z-index: 100000; width:233px; left: 50%; margin-left: -150px; top:50%; margin-bottom:20px; margin-top: -140px; background: #fff}
.layer_title {
	background: #333;
	color: #fff;	
	padding: 10px;
}

.layer_content {
	padding: 85px 0px 25px 0;
	text-align:center;

	background-size: 30px 30px;
	
	font-weight:bold;
	color:#ff6755;
}
.layer_content.cart {
	background:url('/content/images/popup/popup_cart_img.png') no-repeat center 25px;
}
.layer_content.wishlist {
	background:url('/content/images/popup/popup_catalog_img.png') no-repeat center 25px;
}

.layer_close {
	overflow: hidden;
	position: absolute;
	top:10px;
	right:10px;
	width:10px;
	height:10px;
	background: url('/content/images/common/popup_close.png') 50% no-repeat;
	background-size: 10px 10px;
	text-indent: -999px;
	white-space: nowrap;
}

.cart_wishlist_layer .btn-division-2 {
	border-top:1px solid #c4c4c4;
	padding: 8px 0; 
	background: #fff;
}

.cart_wishlist_layer .btn-division-2 a.btn {
	padding: 8px 0;
}

/* 카테고리 레이어 */
#aside_category {
	position:absolute; 
	top:0; 
	left: -400px; 
	width:264px; 
	background: #fff; 
}
#aside_category_dimmed {
	display: none; 
	position:fixed; 
	top:0; 
	height: 100%; 
	width: 100%; 
	background: #000; 
	opacity: 0.0
}

#dimmed, #loading-dimmed, .popup-dimmed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    background: #000;
    background: rgba(0,0,0,.4);
    z-index: 1500;
}

/* 로딩 */
#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 1501;
	width:100px;
	height:100px;
}

.view_popup_conts{width:200px; padding: 20px 10px 10px 10px;}
.view_popup_conts p{
	padding-left:45px;
	font-size:12px;
	line-height:20px;
	letter-spacing:-0.5px;
	background:url('/content/images/icon/icon_cart.gif') no-repeat 5px center;
}
.view_popup_conts p span{font-weight:600;}
.view_popup .btn_close01{position:absolute; top:15px; right:14px; z-index:51;}
.btnArea{text-align:center; margin:15px 0;}
.btnArea a{display:inline-block; text-align:center; line-height:32px; color:#333; font-size:12px;}
.btnArea a.wish{padding: 0 5px; height:32px; background:#e6e6e6;}
.btnArea a.go{width:83px; height:30px; background:#fff; border:1px solid #d9d9d9;}



/* 신상품 */
.category_tab{font-size:1em; border-bottom:1px solid #d7d7d7; background:#fff;}
.category_tab ul:after{content:""; display:block; clear:both;}
.category_tab ul li{float:left; width:50%;}
.category_tab ul li a{display:block; padding:10px 0 10px 15px; color:#666; border-left:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1; }
.category_tab ul li:first-child a,
.category_tab ul li:nth-child(2) a{border-top:0;}
.category_tab ul li:nth-child(2n-1) a{border-left:0;}
.category_tab ul li a.on,
.category_tab ul li a:hover,
.category_tab ul li a:focus{color:#333; font-weight:600;}
.category_tab ul li a span{font-size:0.83em;}



/* BEST */ 
.best_list{ position:relative; background:#fff;   border-top: 1px solid #d9d9d9;} 
.best_list ul:after{content:""; display:block; clear:both;}
.best_list ul li{width:50%; float:left; border-bottom:1px solid #d9d9d9;}
.best_list ul li a{display:block; position:relative; padding:15px 10px;  }
.best_list .thumbnail{display:block; position:relative; width:148px;   margin:0 auto; }
.best_list .thumbnail span.photo img{width:148px; height:148px;}
.best_list .item_info{/*padding-top:10px;*/ position: relative;}
.best_list .item_info .copy{padding-top:5px; font-size:1em; color:#9d6e41;}
.best_list .item_info .name{padding-top:5px; font-size:1.08em; color:#333; height:37px; overflow:hidden;}
.best_list .price_zone{text-align:left; padding:8px 0 0 0;}
.best_list .price_zone .first_price{color:#919191; text-decoration:line-through;}
.best_list .price_zone .sale_price{padding-left:9px; color:#1a1a1a; font-size:1.25em; font-weight:600; }
.best_list .label_area{position:absolute; top:0; left:0; z-index:50;}
.best_list .label_area_02{position:absolute; top:0; right:0; z-index:50;}
.best_list .label_area img,
.best_list .label_area_02 img{height:30px;} 
.best_list.typeA{margin-bottom:5px; border-top:0;}
.best_list.typeA ul li{width:100%; clear:both;}
.best_list.typeA .thumbnail{display:block; position:relative; width:300px;   margin:0 auto; }
.best_list.typeA .thumbnail span.photo img{width:300px; height:300px;}
.best_list.typeA .label_area img,
.best_list.typeA .label_area_02 img{height:43px;}

.best_list .item_info p.icon2{position: absolute; bottom: 15px; right: 15px; display:inline-block; padding: 0; text-align: right; border-bottom: 0; min-height: 15px;}
.best_list .item_info p.icon2 a{display:inline-block; padding:0 4px; text-align: right; border-bottom: 0; min-height: 15px;}
.best_list .item_info p.icon2 a img{height: 18px;}



/* 할인상품*/
.categort_list.sale .price_zone{text-align:left; padding:0; }
.categort_list.sale .price_zone:after{content:""; display:block; clear:both;}
.categort_list.sale .price_zone p.sale{display:inline-block; float:left; text-align:left; color:#f60000; font-size:2.2em;font-weight:600; }
.categort_list.sale .price_zone p.sale span{font-size:15px; }
.categort_list.sale .price_zone p.price{display:inline-block; float:right; padding-left:45px; padding-top:14px;} 
.categort_list.sale .price_zone .first_price{color:#919191; text-decoration:line-through;}
.categort_list.sale .price_zone .sale_price{padding-left:9px; color:#1a1a1a; font-size:1.25em; font-weight:600; }

/* 검색결과 */
.category .banner_area{padding-top:40px; margin:0;}
.result_area{padding:22px 0; border-bottom:1px solid #d9d9d9; background:#fff;}
.result_area p{text-align:center; color:#333; font-size:1.5em; line-height:22px;}
.result_area p span{color:#9d6e41; font-weight:600;}
.no_result_guide{position:relative; padding:35px 10px 12px 10px;}
.no_result_guide ul:after{content:""; display:block; clear:both;}
.no_result_guide ul li{
	padding-left:12px;
	color:#666;
	text-align:left;
	font-size:0.92em;
	line-height:19px;
	background:url('/content/mobile/images/icon/icon_result_bar.gif') no-repeat 3px 9px; 
	background-size:4px auto;
}


/* 기타 | common */
.etc{position:relative; padding:0 0 30px 0; background:#fff;}

/* 기타 | 회사소개 */
.about_us{padding:20px 10px;}
.about_us p.title{padding:0;}
.about_us p.title img{height:55px;}
.about_us p {padding-top:15px; font-size:1em; line-height:1.5em; color:#666;}
.about_us p span{font-weight:600; color:#333;}

/* 지도 */
.mapArea {
	width: 100%;
	margin: 25px auto 0;
	position: relative; 
	border: 1px solid #b9b8b5; 
	height: 250px;
} 

.about_us dl{margin-top:12px;}
.about_us dl:after{content:""; display:block; clear:both;}
.about_us dt,
.about_us dd{float:left; font-size:0.92em; line-height:1.75em;}
.about_us dt{
	width:29.2%;
	padding-left:13px; 
	color:#333;
	background:url('/content/mobile/images/icon/etc_blet.gif') no-repeat 5px center; 
	background-size:3px auto;
}
.about_us dd{width:66%; color:#666;}

/* 기타 | 이용약관 */
.use_tabs {margin-top:10px;}
.use_tabs ul{background:url('/content/images/icon/use_tab_bg.gif') repeat-x 0 bottom;  }
.use_tabs ul:after{content:""; display:block; clear:both;}
.use_tabs ul li{float:left; width:50%; font-size:13px; font-weight:600;}
.use_tabs ul li a{display:block; text-align:center; line-height:43px; color:#878787;   border:1px solid #dfdfdf; margin-left:-1px; background:#f5f5f5; 	font-family: 'Nanum Gothic', sans-serif;}
.use_tabs ul li li:last-child a{border-left:0;}
.use_tabs ul li a.on{color:#487508; background:#fff; border:1px solid #dfdfdf; border-bottom:1px solid #fff;   } 
.use_choice dt,
.use_choice dd{display:block; width:100%;  font-family:'Nanum Gothic', sans-serif;}
.use_choice dt{color:#323232; font-size:14px; line-height:30px; font-weight:bold;}
.use_choice dd select{width:100%; height:44px; padding-left:10px;  color:#8a8a8a; background: #fff url(/content/mobile/images/icon/bg_select.png) 95% 50% no-repeat;
  background-size: 9px 5px;}


.privacy_policy{position:relative; padding:0 10px;}
.terms_use{position:relative; margin:10px 0 20px 0;}
.terms_use div.cont{color:#666; font-size:0.92em;} 
.terms_use h2{color:#333; font-size:1.08em; padding-top:20px; font-weight:600;}
.terms_use div.cont ul{padding-top:10px;}
.terms_use div.cont ul li{line-height:1.75em; margin-bottom:5px;}
.terms_use div.cont p{padding-top:10px; line-height:1.75em;}   
.terms_use ul li ul li{padding-left:12px; color:#666; margin:0 !important;}
.terms_use ul.typeB{margin:0; padding-left:12px;}
.terms_use ul.typeB li{color:#666; margin:0 !important; line-height:1.75em;} 

/* 기타 | 개인정보 취급방침 */ 
.privacy_control{padding:25px 0 5px 0;}
.privacy_control .guide{font-size:1em;}
.privacy_control .guide p{padding-bottom:10px; line-height:1.5em; color:#333; }
.privacy_control .list{padding:10px 0 0 0; }
.privacy_control .list p{color:#333; font-weight:600; font-size:1.08em;}
.privacy_control .list ol{padding-top:10px;}
.privacy_control .list ol:after{content:""; display:block; clear:both;}
.privacy_control .list ol li{font-size:0.92em; line-height:1.75em;}
.privacy_control .list ol li a, .privacy_control .list ol li span{color:#9d6e42;}

 
.policy{color:#666; font-size:0.92em; line-height:1.5em;} 
.policy h2{color:#333; font-size:1.08em; padding-top:20px; font-weight:600;}
.policy p{color:#666; padding-top:10px; line-height:1.75em;}
.policy ul{padding-top:5px;  line-height:22px;}
.policy ul li{
	padding-left:10px;
	color:#666; 
	line-height:1.5em;
	margin-bottom:5px;
	background: url('/content/mobile/images/icon/policy_blet.gif') no-repeat 2px 7px;
	background-size:3px auto;
}
.policy-view{margin-top:20px; border:1px solid #dadada; font-size:0.95em;}
.policy-view table{ width: 100%;  border-collapse: collapse;}
.policy-view table thead th{padding:14px 0; text-align:center; border-bottom:1px solid #e6e6e6 !important; } 
.policy-view table tbody th{padding:9px 0 9px 10px; text-align:left; font-weight:normal; }
.policy-view table th{color:#666; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; background:#fafafa;}
.policy-view table td{color:#666; padding:9px 0; text-align:center; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}  
.policy-view table tr:last-child th,
.policy-view table tr:last-child td{border-bottom:0;}
.policy-view table th:last-child,
.policy-view table td:last-child{border-right:0;}


/* 멤버 | common */
.member_wrap{position:relative; /*padding:0 0 35px 0;*/ background:#fff;}
.login_tab{border-top:1px solid #dadada;}
.login_tab ul:after{content:""; display:block; clear:both;}
.login_tab ul li{float:left; width:50%; font-size:1.08em;}
.login_tab ul li a{
	display:block; 
	padding:9px 0 8px 0; 
	text-align:center; 
	color:#666; 
	font-weight:400; 
	border-left:1px solid #dadada; 
	border-bottom:1px solid #dadada; 
	background:#f5f5f5;
}
.login_tab ul li a.on,
.login_tab ul li a:hover,
.login_tab ul li a:focus{color:#9d6e42; border-bottom:1px solid #fff; background:#fff;}
.login_tab ul li:first-child a{border-left:0;}


/* 멤버 | 로그인 */
.login_area{padding:20px 15px 30px 15px; background:#fff; margin-bottom:10px; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; } 
.login_area.typeA{margin:0; border:0;}
.login_area .login-type {padding: 0px 0 10px 0px;}
.login_area .login-type label {margin-right: 15px;	} 
.login_box {border:1px solid #b2b2b2;} 
.login_box input[type="text"],
.login_box input[type="password"]{width:94.7%; height:37px; line-height:37px; color:#666; border: 0; padding:0 0 0 5.3%;}
.login_box input[type="text"]{border-bottom:1px solid #b2b2b2;}
.login_area .id_dave{margin-top:8px; }
.login_area .id_dave label{color:#666; font-weight:600; padding-left:5px;}
.login_area input[type="checkbox"]{width:20px; height:20px; border:1px solid #bfbfbf;} 
.login_area .login_btn{padding-top:15px;}
.login_area .login_btn .btn_login{
	width:100%; 
	height:45px; 
	text-align:center; 
	font-size:1.33em; 
	font-weight:600; 
	color:#fff; 
	background:#a67442;
} 
.member_wrap .info_find{padding-top:10px; text-align:center;  }
.member_wrap .info_find span{display:inline-block;  font-weight:600;}
.member_wrap .info_find span a{color:#919191;}
.member_wrap .info_find span:first-child{padding-right:10px;}
.member_wrap .info_find span:last-child{
	padding-left:10px;
	background:url('/content/mobile/images/icon/login_bar.gif') no-repeat 0 center;
	background-size:1px auto;
}


.join_advice {padding:25px 0 0 0;   margin:0 15px;  background: url(/content/mobile/images/icon/login_bg_bar.gif) repeat-x 0 0; background-size: 2px auto; }
.join_advice.typeA{margin:25px 0 0 0;}
.join_advice.typeB{background:0;}
.join_advice p{text-align:center; line-height:21px; color:#666; font-size:14px; letter-spacing:-0.5px;}
.join_advice .info_find span{ font-size:0.92em; font-weight:400;} 
.join_advice .login_btn {padding-top:10px;}
.login_btn .btn_join{
	width:100%; 
	height:36px; 
	text-align:center; 
	font-size:1.16em; 
	font-weight:400; 
	color:#9d6e42; 
	background:#fff;
	border:1px solid #bf8d6a;
} 

/* 로그인 | 비회원 */
.nomember_guide{padding:0 40px; text-align:center; letter-spacing:-0.5px; color:#333; line-height:1.58em; font-size:1.16em;}
.nomember_guide span{font-weight:600;}
.login_area .login_btn .btn_login_next{
	width:100%; 
	height:45px; 
	text-align:center; 
	font-size:1.25em; 
	font-weight:600; 
	color:#fff; 
	background:#a67442;
}

/* 회원가입 | step */
.join_tab{border-bottom:1px solid #e2e2e2;}
.join_tab ul {display: flex; width: 100%;}
.join_tab ul:after{content:""; display:block; clear:both; text-align: center;}
.join_tab ul li{font-size:0.92em; width: 25%;}
.join_tab ul li a, .join_tab ul li span{
	display:block;
	position:relative;
	padding:9px 0;
	text-align:center;
	color:#a5a5a5;
	font-weight:400;
	background:#f0f0f0 url('/content/mobile/images/join_tab_off.png') no-repeat right 0;
	background-size:11px 33px;
}
.join_tab ul li:last-child a{background:#f0f0f0;}
.join_tab ul li:last-child.on a{background:#fff;}
.join_tab ul li.on a, .join_tab ul li.on span{
	color:#9d6e41;
	font-weight:600;
	background:#fff url('/content/mobile/images/join_tab_on.jpg') no-repeat right 0;
	background-size:11px 33px;
}
.join_tab ul li.off a {
	background:#f0f0f0 url('/content/mobile/images/join_tab_off.jpg') no-repeat right 0;
	background-size:11px 33px;
}


/* 회원가입 | 버튼 공통 */
.join_btn .btn{width:49.5%; float:left; height:40px; color:#fff; font-size:1.16em; font-weight:400;}
.join_btn .btn_full{width:100%; background:#949494;}
.join_btn .btn_default{background:#949494;}
.join_btn .btn_active{margin-left:1%; background:#a67443;}
.join_btn .btn span{padding-right:7px;} 
.join_btn .btn span img{position:relative; top:1px;}
.join_btn .btn_common{background:#ae8154;}
.join_btn .btn_business{margin-left:1%; background:#9abc1f;}
.join_btn .btn_citation{ background:#9abc1f;}	
.join_btn .btn_citation:last-child{margin-left:1%;}	

/* 회원가입 | 회원구분 */
.join_area{
	padding:30px 0 25px 0;
	margin:0 15px; 
	background:url('/content/mobile/images/icon/login_bg_bar.gif') repeat-x 0 bottom;
	background-size:2px auto;
}
.join_area p.choice{text-align:center; padding-bottom:30px; color:#333; font-size:1.08em; font-weight:400; }
.join_area p.guide{text-align:center; padding-top:30px; color:#666; font-size:0.92em; line-height:1.25em;}
.join_btn:after{content:""; display:block; clear:both;}  

.join_callCenter{padding:30px 0 35px 0; text-align:center; font-size:0.92em;}
.join_callCenter p{color:#666; }
.join_callCenter p span{padding-left:7px; color:#3c8eae; font-weight:600;}



/* 회원가입 | 가입완료 */
.join_end{padding:50px 15px 65px 15px;}
.join_end p{text-align:center;}
.join_end p.guide_01{font-size:1.5em; color:#4d4d4d;  font-weight:600;}
.join_end p.guide_01 span{display:block; color:#9e6e40; font-weight:600;}
.join_end p.guide_02{padding-top:25px; color:#666; font-size:0.92em;}
.join_end .btn{width:49.5%; float:left; height:40px; color:#fff; font-size:1.16em; font-weight:400;}
.join_end .join_btn{padding-top:25px;}


/* 회원가입 | 본인인증 */
.join_citation{padding:30px 15px 35px 15px;}
.join_citation p.guide_01{text-align:center; font-size:1.08em; line-height:1.5em; color:#333;  font-weight:400;}
.join_citation p.guide_03{text-align:center; font-size:14px; line-height:18px; color:#666;  font-weight:400; margin-bottom: 15px; font-weight: normal;}
.join_citation p.guide_04{text-align:center; font-size:18px; line-height:20px; color:#4d4d4d; letter-spacing: -1px; font-weight: bold;}
.join_citation .join_btn.typeA{padding-top:30px;}
.join_citation .join_btn.typeB{padding-top:20px;}
.join_citation div.guide_02{padding:25px 0;}
.join_citation div.guide_02 p{color:#666; font-size:0.92em; line-height:1.42em;}
.join_citation div.guide_02 p:first-child{padding-bottom:15px;}
.join_citation div.guide_05{margin-top: 20px;}
.join_citation div.guide_05 p{color:#666; font-size:11px;}
.join_citation div.guide_05 p.title{color:#666; font-size:11px; font-weight: bold;}
.join_notice{padding:15px; background:#fbfbfb; border:1px solid #e9e9e9;}
.join_notice p{color:#666; font-size:0.92em; line-height:1.42em;}
.join_notice .txt01{font-weight:600; padding-bottom:10px;}
.join_form {
	padding-top: 25px;
}
.join_form dt,
.join_form dd {width: 100%; margin-bottom: 10px;}
.join_form dt {
	font-size: 0.96em;
	font-weight: bold;
	line-height: 1.4;
}
.join_form dd {
	display: flex;
	justify-content: space-between
}

.join_form input[type=tel],
.join_form input[type=number],
.join_form input[type=text] {
	width: calc(100% - 85px);
	height: 34px;
	line-height: 34px;
	text-align: left;
	color: #333;
	border: 1px solid #d7d7d7 !important;
	padding-left: 8px;
	border-radius: 0;
}

.join_form input[type=text].box_hp {
	width: calc(100% - 280px);
	height: 34px;
	line-height: 34px;
	text-align: left;
	color: #333;
	border: 1px solid #d7d7d7 !important;
	padding-left: 8px;
	border-radius: 0;
}

.join_form select {
	/*width: calc(100% - 270px);*/
	width: 70px;
}

.join_form span {
	padding: 0 10px;
}
.join_form .btn {
	font-size: 0.96em;
	letter-spacing: -.05em;
	color: #fff;
	width: 80px;
}
.join_form input[type=tel] + .btn {background-color: #a6a6a6;}
.join_form input[type=number] + .btn,
.join_form input[type=text] + .btn {background-color: #949494;}

/* 이용약관동의 */
.member_wrap .terms {
	padding: 30px 0 0;
	margin: 0 0 10px;
}
.member_wrap .terms .join_title {
	margin-bottom: 10px;
	font-size: 0.96em;
	font-weight: 600;
	color: #333;
}
.member_wrap .terms input[type=checkbox] {
	width: 22px;
	height: 22px;
	margin-right: 6px;
}
.member_wrap .terms .all-check .text {
	padding: 5px 0 0 32px;
	margin: 0 0 20px;
	font-size: 0.92em;
	color: #919191;
}
.member_wrap .terms .terms-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	font-size: 0.96em;
	color: #333;
}
.member_wrap .terms .terms-list span {
	color: #a5a5a5;
}
.member_wrap .terms .terms-list .select-input {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0 0 30px;
}
.member_wrap .terms .terms-list .select-input label {
	margin-right: 20px;
}

/* 회원가입 | 약관동의 */
.join_agree{padding:15px 15px 30px 15px; background:#f0f0f0;}
.join_agree h2{font-weight:600;}
.join_agree h2.typeA{padding-top:25px;}
.agree_box{margin-top:7px; padding:0 10px; height:120px; border:1px solid #ccc; background:#fff; overflow-y:scroll;}
.join_agree p.agree_check{margin-top:5px; font-size:1em;}
.join_agree p.agree_check input[type="checkbox"]{width:22px; height:22px; border:1px solid #bfbfbf;}
.join_agree .agree_box h2:first-child{padding-top:12px;}
.join_agree .privacy_control{padding-top:12px;}
.join_agree .join_btn{padding-top:20px;}
.join_agree  .privacy_control .guide p{color:#666;}

/* 추천인 검색 */
.push_search{background:#fff;}
.push_search fieldset{padding:9px 15px;}
.push_search fieldset input[type="search"]{position:relative; top:-1px; width:80.3%; line-height:39px; height:39px; border:1px solid #ccc; padding:0 0 0 12px; -webkit-appearance: none; border-radius:0px !important;}
.push_search fieldset button{width:17.9%; height:39px; margin-left:1%; color:#fff; background:#949494; }
.push_search .push_list{border-top:1px solid #e2e2e2;}
.push_search .push_list table{width:100%;   border-collapse: collapse;}
.push_search .push_list th,
.push_search .push_list td{padding:9px 0; text-align:center; font-size:1em; border-left:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
.push_search .push_list th:first-child,
.push_search .push_list td:first-child{border-left:0;}
.push_search .push_list th{color:#666; font-weight:600; background:#fafafa;}
.push_search .push_list td{color:#333; background:#fff;}
.push_search .push_list .btn{width:38px; height:26px; color:#fff; font-size:0.92em;}
.push_search .btn_choice_dafault{background:#bababa;}
.push_search .btn_choice_active{background:#3d8dae;}
.push_search .join_btn{padding:20px 10px 150px 10px;}
.push_search .no_cont{padding:50px 0; color:#a5a5a5;}


/* 회원 아이디 찾기 */
.join_citation.find_id .join_btn{padding-top:25px;}
.find_password_box{
	padding:20px 0; 
	background: url('/content/mobile/images/icon/login_bg_bar.gif') repeat-x 0 bottom;
	background-size: 2px auto;
}
.find_password_box.typeA{
	padding:20px 0; 
	background: url('/content/mobile/images/icon/login_bg_bar.gif') repeat-x 0 top;
	background-size: 2px auto;
}
.find_password_box:after{content:""; display:block; clear:both;}
.find_password_box span{
	display:block; 
	float:left; 
	padding-left:10px;
	font-size:0.92em;
	line-height:26px; 
	color:#666; 
	background: url('/content/mobile/images/icon/blet_001.gif') no-repeat 2px center;
	background-size: 2px auto;
}
.find_password_box button.btn_find_pw{
	float:right;
	width:78px;
	height:26px;
	font-size:0.92em; 
	color:#fff;
	font-weight:400;
	background:#bababa;
}
.join_citation.find_id div.guide_02{padding:20px 0 0 0; }
.join_citation.find_id div.guide_02 p:first-child{padding:0;}

.id_input{
	padding: 15px 0;
}
.id_input input{
	width: 97%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	color: #333;
	border: 1px solid #b2b2b2 !important;
	padding-left: 8px;
	border-radius: 0px;
}
.id_input span{
	color: #666;
	font-size: 11px;
	padding: 5px 0;
	display: block;
}
 

/* 회원 아이디찾기 결과 */
.find_id_after{padding:15px 10px;}
.id_after{
	padding:53px 10px;
	border:1px solid #e2e2e2;
	background:#fff;
	text-align:center;
}
.id_after p{color:#333; font-size:1.08em; font-weight:400;}
.id_after p span{color:#9d6e41;}
.find_id_after .join_btns{padding:20px 0; text-align:center;}
.find_id_after .join_btns .btn_login {width:50%; height:40px; font-size:1.16em; color:#fff; background:#a67443; } 



/* 실구매자 목록 */
.buyer_list{position:relative; margin-top:4px; border:1px solid #e2e2e2; border-bottom:0;}
.buyer_list div.titleBox{
	padding:10px;
	background:url('/content/mobile/images/icon/box_dotted.gif') repeat-x 0 bottom;
	background-size:3px 1px;
}
.buyer_list div.titleBox:after{content:""; display:block; clear:both;}
.buyer_list div.titleBox p{
	float:left; 
	font-size:13px;
	font-weight:600;
	color:#333; 
	line-height:26px;
}
.buyer_list div.titleBox p span{font-weight:600;}
.buyer_list div.titleBox button{
	float:right;
	width:38px;
	height:26px;
	text-align:center;
	color:#fff;
	font-size:11px;
	border:0;
}
.buyer_list div.titleBox button.btn_choice_on{ background:#3d8dae;}
.buyer_list div.titleBox button.btn_choice_off{background:#bababa;}
.buyer_list dl{padding:10px; border-bottom:1px solid #e2e2e2;}
.buyer_list dl:after{content:""; display:block; clear:both;}
.buyer_list dl dt,
.buyer_list dl dd{float:left; font-size:12px; line-height:21px;}
.buyer_list dl dt {width:20%; color:#666; font-weight:600;}
.buyer_list dl dd{width:80%; color:#333;}


/* 주문결제 - 복수 배송일 경우 */
.categort_list.typeA{ position:relative; margin-top:5px; background:#fff; border-top:1px solid #e2e2e2;} 
.categort_list.typeA ul li a{display:block; position:relative; padding:15px 10px; min-height:68px; border-bottom:1px solid #d9d9d9;}
.categort_list.typeA .thumbnail{display:block; position:absolute; top:15px; left:10px; }
.categort_list.typeA .thumbnail img{width:68px; height:68px;}
.categort_list.typeA .item_info{padding-left:78px;}
.categort_list.typeA .item_info .copy{padding-top:3px; font-size:1em; }
.categort_list.typeA .item_info .name,
.categort_list.typeA .item_info .num {
	padding-top: 4px; 
	line-height:17px;
	font-size:12px; 
	font-weight:400;
	overflow: hidden;
} 
.free_delivery{  padding:10px 15px; font-size:13px; font-weight:400;}

/* 상품 상세페이지 - 상품 상세 정보 */
.item-detail-content img {
	max-width: 100%;
	height: auto !important;
}
.item-detail-content embed {
	display: none;
}
.item-detail-content table {
	width: 100% !important;
}

.categort_list .label {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 50;
}
.categort_list .label img {
    height: 28px;
    width: 28px;
}

.categort_list .label span {
    float: left;
    display: inline-block;
}

.categort_list .label .label03 {
    position: absolute;
    top: 72px;
    left: 43%;
    height: 30px;
    width: 26px;
}

/* 2016-08-31 추가 */
.agree_info{ 
	margin-top:15px;
	position:relative;
	background:#fff;
	border:1px solid #d7d7d7;
}
.agree_info .txt_top{padding:13px 10px; border-bottom:1px solid #dedede;}
.agree_info .txt_top label{color:#333; font-weight:bold; font-size:12px;  }
.agree_info .txt_top input[type="radio"]{position:relative; top:2px; margin:0;}

.agree_info .agree_click{background:#eee; } 
.agree_info .agree_click:after{content:''; display:block; clear:both; }
.agree_info .agree_click span.txt{
	display:block; 
	float:left;
	width:74%; 
	padding:12px 0; 
	text-indent:10px;
	color:#666; 
	font-weight:bold;  
	background:#fff;
}
.toggle-close{
	display:block; 
	float:left;
	padding:12px 0; 
	text-indent:10px;
	width:25.6%; 
	color:#333;
	font-size:11px;
	border-left:1px solid #d7d7d7;
	background:url('/content/mobile/images/btn/agree-open.gif') no-repeat 90% center;
	background-size:10px 5px;
}
.toggle-close.on{
	background:url('/content/mobile/images/btn/agree-close.gif') no-repeat 90% center;
	background-size:10px 5px; 
}
.agree-panel{
	display:none; 
	padding:12px; 
	border-top:1px solid #dedede;
}
.agree-panel ul li{
	color:#919191;
	font-size:10px;
	line-height:15px;
}
.agree-panel .agree-board{margin-top:10px; border-top:1px solid #dedede; border-right:1px solid #dedede;}
.agree-panel table{width:100%;  }
.agree-panel table th,
.agree-panel table td{
	padding:5px 10px;
	text-align:left;
	color:#919191;
	font-size:10px;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
}

.guest-agree-panel{
	display:none; 
	padding:12px; 
	border-top:1px solid #dedede;
}
.guest-agree-panel ul li{
	color:#919191;
	font-size:10px;
	line-height:15px;
}
.guest-agree-panel .agree-board{margin-top:10px; border-top:1px solid #dedede; border-right:1px solid #dedede;}
.guest-agree-panel table{width:100%;  }
.guest-agree-panel table th,
.guest-agree-panel table td{
	padding:5px 10px;
	text-align:left;
	color:#919191;
	font-size:10px;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
}

/* 포토리뷰 */
.review_info{padding:10px 15px; border-bottom:1px solid #ccc;}
.review_info:after{content:''; display:block; clear:both; }
.review_info .star_rating{display:inline-block; float:left; }
.review_info .user{float:right;}
.review_info .title{clear:both; padding:5px 0 0 0; color:#333; font-size:13px; font-weight:bold; }
.photo_conts{padding:15px; }
.photo_conts p{color:#666; font-size:12px;} 
.photo-view{background:#fff;}
.photo-view .owl-theme .owl-controls .owl-buttons{display:block;  }
.photo-view .owl-controls{position:absolute; bottom:55%;  }
.photo-view .owl-buttons{margin:0 4.7%;}
.photo-view .owl-pagination{display:none;}
.photo-view .owl-prev{  
	display:block; 
	background:url('/content/mobile/images/btn/btn_owl_prev.png') no-repeat 0 0;
	background-size:14px auto;
	width:14px;
	height:26px;
	float:left;
}
.photo-view .owl-next{ 
	display:block; 
	background:url('/content/mobile/images/btn/btn_owl_next.png') no-repeat 0 0;
	background-size:14px auto;
	width:14px;
	height:26px;
	float:right;
}



/* 통합 회원 2017-05-19 정재원 추가 */ 
.member_wrap.typeA{padding-bottom:35px; border-bottom:1px solid #e2e2e2; background:#f0f0f0;}
.member_wrap.typeA .login_box ::-webkit-input-placeholder {color:#d9d9d9; font-weight:bold; font-size:13px}
.member_wrap.typeA .login_box ::-moz-placeholder {color:#d9d9d9; font-weight:bold; font-size:13px} /* firefox 19+ */
.member_wrap.typeA .login_box :-ms-input-placeholder {color:#d9d9d9; font-weight:bold; font-size:13px} /* ie */
.member_wrap.typeA .login_box input:-moz-placeholder {color:#d9d9d9; font-weight:bold; font-size:13px}

.sm_tit{margin-bottom:13px; font-size:13px; font-weight:bold; color:#333; letter-spacing:-0.5px;}
.btn_cert{width:100%; background:#a8a8a8; padding:11px 0; font-size:14px; font-weight:bold; color:#fff; text-align:center;}
.btn_combine{width:100%; background:#a67443; padding:11px 0; font-size:14px; font-weight:bold; color:#fff; text-align:center;}
.btn_area{margin:20px 15px 0px 15px;}
.login_util{margin-top:8px; text-align:center;}
.login_util span{display:inline-block; margin-left:9px; padding-left:9px; border-left:1px solid #c0c0c0; line-height:10px;}
.login_util span:first-child{margin-left:0; padding-left:0; border-left:0}
.login_util span a{font-size:12px; font-weight:bold; color:#919191;}
.login_util .join a{color:#9d6e41; text-decoration:underline;}
.info_area{ padding:20px 15px 40px; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; background:#fff;}
.info_area.typeA{margin:0; border-top:0;}
.info_area .nt_txt{padding-top:40px; background:url(/content/mobile/images/icon_check.gif) 50% 5px no-repeat; background-size:34px 25px; font-size:16px; font-weight:500; color:#4d4d4d; letter-spacing:-0.5px; text-align:center;}
.info_area .nt_txt.typeA{font-weight:700;}
.info_area .nt_txt strong{line-height:25px; font-weight:700; color:#9e6e40;}
.info_area .nt_txt2{ font-size:16px; font-weight:500; color:#4d4d4d; letter-spacing:-0.5px; text-align:center;}
.info_area .nt_txt2 strong{line-height:25px; font-weight:700; color:#9e6e40;  } 
.info_area .nt_txt2 .point{font-weight:700; }

/* 2017-05-29 추가 */
.total_guide{padding:30px 15px 15px 15px; text-align:center; word-break:keep-all;}
.total_guide.typeA{background:#f0f0f0;}

.total_guide .login_sub{font-size:14px; font-weight:600; line-height:18px; color:#3c8eae; letter-spacing:-0.5px;}
.total_guide .login_txt01{ font-size:11px; line-height:18px; color:#666; letter-spacing:-0.5px;}
.total_guide .login_txt01.mt5{margin-top:5px;}
.total_guide .login_txt01 .point{color:#3c8eae;}
.total_guide .login_txt01 img{vertical-align:text-bottom;} 
.total_join{margin-top:25px; padding:25px 0 10px 0; background:url('/content/mobile/images/icon/login_bg_bar.gif') repeat-x 0 0; background-size:2px auto;}
.total_join.typeA{margin:0; background:0;}
.total_join p{text-align:center; color:#666; font-size:14px; line-height:21px; letter-spacing:-0.5px;}
.total_guide .stop{padding:0; margin-bottom:10px; line-height:1em; text-align:center; color:#333; font-size:13px; font-weight:bold; }
.total_guide .stop img{margin-right:5px; vertical-align:middle;}
.member_wrap .txt02{margin-top:5px; text-align:center; color:#333; font-size:13px; font-weight:600; letter-spacing:-0.5px;} 



/* 2017-06-09 */ 
.detail_guide{margin:0 15px; padding:15px; border:1px solid #d9d9d9;  font-size:11px;} 
.detail_guide ul li{line-height:17px; color:#666;}
.btn_going {
    display: block;
    margin-top:5px; 
    color: #3c8eae;
    text-decoration: underline;  
}
.family_wrap{margin:5px 15px 30px 15px; padding:15px; font-size:11px; background:#fbfbfb; border:1px solid #e9e9e9;}
.family_wrap.mt30{margin-top:30px;}
.family_wrap h2{line-height:25px; color:#666; font-weight:bold;}
.family_wrap p{line-height:17px; color:#666;}
.family_wrap .title{line-height:25px; color:#666; font-weight:bold;}


.popup_wrap .login_title{padding:20px; text-align:center;} 
.popup_wrap .login_title .txt01{margin-top:10px; line-height:18px; color:#4d4d4d; font-size:11px; font-weight:bold; }
.popup_wrap .family_wrap{text-align:center;}
.popup_wrap .family_wrap.typeA{margin:0 0 10px 0;}
.popup_wrap .login_sub {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #3c8eae;
    letter-spacing: -0.5px;
}

/* 2017-06-12 추가 */
.next_integrated{padding:13px 0; margin:15px 0 0 0; text-align:center; border:1px solid #d9d9d9; background:#fff;}
.next_integrated p{color:#666; font-size:11px; line-height:17px; letter-spacing:-0.5px;}
.next_integrated .btn_next_go{display:block; margin:10px auto 0;  padding:0 10px; height:26px; line-height:26px; text-align:center; font-size:11px; color:#fff; border:0; background:#bababa;  }

/* 가입여부확인 */ 
.join_confirm h2{text-align:center; line-height:1.2em; color:#3c8eae; font-size:18px;  font-weight:500;}
.join_confirm dl{margin-top:30px;}
.join_confirm dt{overflow:hidden; position:absolute; width:0; height:0; line-height:0; text-indent:-9999px;} 
.join_confirm dd input{margin-top:-1px; width:96%; padding:0 2%; line-height:37px; height:37px; border:1px solid #b2b2b2; }
.join_confirm dd input::-webkit-input-placeholder { color:#d9d9d9; }
.join_confirm dd input::-moz-placeholder { color:#d9d9d9; }  
.join_confirm dd input:-ms-input-placeholder { color:#d9d9d9; } 
.join_confirm dd input:-moz-placeholder { color:#d9d9d9; }
.join_confirm .txt{margin-top:10px; color:#666; font-size:11px; line-height:15px;}
.join_confirm .btn_joinConfirm{margin-top:20px; width:100%; text-align:center; line-height:43px; height:45px; color:#fff; font-size:16px; font-weight:600; border:0; background:#a67442; } 
.join_confirm .txt02{margin-top:15px; text-align:center; color:#666; font-size:11px;}

.join_confirm .txt03{margin-top:10px; text-align:center; line-height:1.2em; color:#3c8eae; font-size:18px;}
.join_confirm .txt03 span{ font-weight:600; } 
.join_confirmInfo{margin-top:30px; padding:45px 0; text-align:center;  background:#f5f5f5; }
.join_confirmInfo p{ line-height:18px; color:#333; font-size:13px; font-weight:500; }
.join_confirm .mt20{margin-top:20px;}
.join_confirm .btn{ line-height:40px;  font-size:14px; font-weight:500;}


/* 2017-06-23 */
.tabs-3{margin:10px;}
.tabs-3:after{content:''; display:block; clear:both;}
.tabs-3 li{float:left; width:33.3333%; }
.tabs-3 li a{display:block; margin-left:-1px; line-height:34px; height:34px; text-align:center; color:#555; font-weight:bold; border:1px solid #d7d7d7; background:#fff;}
.tabs-3 li .on,
.tabs-3 li a:hover,
.tabs-3 li a:focus{color:#fff; background:#9d6e41; }
.category_sort.typeB{background:0;}
.search_txt{float:right; width:150px; height:32px; border:1px solid #d7d7d7; background:#fff;}
.category_sort .search_txt input{width:100px; height:32px; line-height:32px; padding:0 5px; border:0; float:left;}
.search_txt .btn-search{float:right; border:0; padding:0; background:#fff; }
.search_txt .btn-search img{height:32px; vertical-align:top;}


/* 20170817 라벨추가 */
.label_planner{position:absolute; left:0; bottom:0; width:100%; background:url('/content/images/common/label_bg.png') repeat 0 0; font-family:'Nanum Gothic'; font-weight:600; line-height:1; color:#fff; text-align:center;}
.label_planner.view{padding:7px 0 11px; font-size:32px; }
.label_planner.list{padding:2px 0 4px; font-size:12px;}

/* 2017-12-21 추가 */  
.pw_list{padding:40px 15px; margin:0 auto;  }
.find_pop{text-align:center; margin-bottom:20px;}
.find_pop a{display:block;   margin:2px;}
.find_pop p{line-height:1.1em;}
.find_pop .tit{color:#333; font-size:16px; font-weight:600;}
.find_pop .sub{margin-top:8px; color:#666; font-size:11px; }
.pw_list .type_01{border:3px solid #f48222;}
.pw_list .type_01 a{padding:15px 0 13px 0; border:1px solid #f48222;}
.pw_list .type_02{border:3px solid #8dc73f;}
.pw_list .type_02 a{padding:10px 0 9px 0; border:1px solid #8dc73f;}
.pw_list .type_02 .sub{margin-top:5px;}
.pw_list .type_03{margin:0; border:3px solid #0093d9;}
.pw_list .type_03 a{padding:24px 0; border:1px solid #0093d9;}






/* 2021-04-05 */

.join_citation02 {
	padding: 13px 10px 25px;
}
.join_citation02 .contract_list {
	width: 100%;
	border: 1px solid #a67442;
	background: #fff;
	margin-bottom: 15px;
	border-radius: 5px;
	font-size: 0;
}
.join_citation02 .contract_list a {
	display: inline-block;
	position: relative;
	width: 50%;
	line-height: 32px;
	color: #6b6b6b;
	font-size: 12px;
	text-align: center;
}

.join_citation02 .contract_list a.on {
	font-weight: bold;
	color: #a67442;
}
.join_citation02 .contract_list a:after {
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	width: 1px;
	height: 13px;
	background: #a67442;
}
.join_citation02 .contract_list a:last-child:after {
	content: none;
}




.join_citation02 .gray_txt {
	font-size: 12px;
}
.join_citation02 .delivery_write dl {padding: 5px 10px}
.join_citation02 .delivery_write dt.row {line-height: 17px;}
.join_citation02 .delivery_write dt {font-size: 12px;}
.join_citation02 .delivery_write dt.row02 {line-height: 17px;padding: 29px 0;}
.join_citation02 .delivery_write .date {width:70%;font-size: 0;}
.join_citation02 .delivery_write .date select{
	width: calc(100%/3 - 2px) !important;
	margin-right: 3px;
}
.join_citation02 .delivery_write .date select:last-child {
	margin-right: 0;
}

.terms_info {
	margin-top: 15px;
	padding: 15px 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.terms_info dt {
	line-height: 17px;
	margin-bottom: 20px;
	font-weight:500;
	color: #666;
}

.terms_info dd {
	color: #666;
}
.agree_btn {
	text-align: center;
	margin-bottom: 20px;
}
.agree_btn input {
	width: 22px;
	height: 22px;
	border: 1px solid #bfbfbf;
}
.table_info {color:#555; margin: 15px 0 30px;}
.table_info li {position: relative;padding-left: 5px;}
.table_info li:before {
	content:'';
	display: inline-block;
	position: absolute;
	top:50%;
	left: 0px;
	width: 1px;
	height: 1px;
	line-height: 20px;
	border-radius: 100%;
	background: #555;
	margin-right: 5px;
	vertical-align: top;
}
.table_info li:first-child:before {
	top: 30%;
}

.contract_end {
	padding: 35px 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
	text-align: center;
}
.contract_end .main_txt {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #4d4d4d;
}
.contract_end .sub_txt {
	font-size: 11px;
	color: #666;
}
