@charset "utf-8";
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../../../css/fonts/nanum-gothic-v16-korean-regular.eot'); /* IE9 Compat Modes */
  src: local('NanumGothic'),
	   url('../../../css/fonts/nanum-gothic-v16-korean-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../../../css/fonts/nanum-gothic-v16-korean-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../../../css/fonts/nanum-gothic-v16-korean-regular.woff') format('woff'), /* Modern Browsers */
	   url('../../../css/fonts/nanum-gothic-v16-korean-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../../../css/fonts/nanum-gothic-v16-korean-regular.svg#NanumGothic') format('svg'); /* Legacy iOS */
}

/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select, figure{
	margin:0;
	padding:0;
	}


caption{display:none}

/* 목록 */
ol, ul,li { list-style:none;padding:0;margin:0 }

/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 


/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table {
	border-collapse: separate;
	}

/* 텍스트 관련 요소 초기화 */
address, caption, em, cite, th {
	font-weight:normal;
	font-style:normal;
	}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* body 스타일 */
* {
	color:#000000;
	font-size:14px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight:400;
}

@media screen and (max-width:768px) { 
	*{font-size:14px;}
}

/* 링크 */
a, a:link {color:#4e4e4e;text-decoration:none;} 
a:visited {color:#4e4e4e;text-decoration:none;}
a:hover {color:#31456f;text-decoration:none;}
a:focus {color:#4e4e4e;text-decoration:underline;}
a:active {color:#4e4e4e;text-decoration:none;} 

/* 이미지, 폼관련 요소 */
label, select, input, textarea {
	vertical-align:middle;
	box-sizing:border-box;
}

/* 라디오버튼,체크박스버튼 디자인스타일 */
input[type="checkbox"] {
	width:20px;
	height:20px;
}

input[type="radio"] {
	appearance: none;
	box-shadow: 0 0 0 5px #dddddd;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right:10px;
}

input[type="radio"]:checked {
	box-shadow: 0 0 0 5px #2B6CCD;
}

.input_,select {padding:10px;border:1px solid #D8D8D8;margin:1px 0;box-sizing:border-box;border-radius:5px}
textarea {box-sizing:border-box;}
.width_50 {width:50px}
.width_100 {width:100px}
.width_200 {width:200px}
.width_300 {width:300px}
.width_400 {width:400px}
.width_500 {width:500px}
.width_600 {width:600px}
.width_1000 {width:100%}

select{
	background-color:#EAEEFF;
	padding:5px 10px;
	vertical-align:middle;
}

/* 설명 */
div.mess {margin-top:10px;color:#838383;line-height:1.3em;font-size:0.9rem}
span.mess {margin-left:10px;color:#838383;font-size:0.9rem}
div.guid {margin-top:10px;padding:10px;background-color:#efefef;border:1px solid #dddddd;border-radius:10px;font-size:0.9rem}


/* 시중가,판매가,포인트,상품명,간략설명*/
.goodsBrand {display:inline-block;float:left;font-size:13px;border-bottom:1px solid #cdab8a;color:#cdab8a;padding:22px 0 5px;font-weight:bold;text-align:left;}
.goodsName {clear:both;padding:15px 0 23px;font-size:13px;text-align:left;}
.goodsMarketPrice {display:block;color:#909090;font-size:13px;text-align:left;}
.goodsPrice {color:#353535;font-size:13px;font-weight:bold;padding-bottom:8px;text-align:left;}
.goodsPoint {color:#3f7d9e;text-align:left;}
.goodsAdvance {color:#9c9c9c;font-size:0.9em;padding-bottom:8px;text-align:left;s}


.goodsNumberIcon {position:relative;left:0px;top:0px;}
.goodsNumberIcon img {display:block;position:absolute;z-index:1; left:0px; top:0px;}

/* 카테고리 네비게이션 */
.category_m {letter-spacing: 0px;}

/* 필수입력마크 */
.p {color:red;padding-right:6px}

/* 약관 */
.member_agree h1 {margin-bottom:5px}
.member_agree h2 {margin-bottom:5px;font-size:16px}
.member_agree ol {margin-bottom:15px;padding-left:20px}
.member_agree p {margin-bottom:15px;padding-left:20px}


/* 상품구매 가격내역 정보 */
.userinfo_priceinfo {margin-top:20px}
.userinfo_priceinfo > ul {display:flex;flex-wrap:wrap;border-top:2px solid #909090;border-bottom:1px solid #909090}
.userinfo_priceinfo > ul > li {width:25%;text-align:center;border-right:1px solid #dddddd;box-sizing:border-box;position:relative}
.userinfo_priceinfo > ul > li:last-child {border-right:0;color:#C43B59}
.userinfo_priceinfo > ul > li:last-child > dl > dd {color:#2B6CCD}
.userinfo_priceinfo > ul > li > div {position:absolute;left:100%;top:60%;z-index:1;transform:translateX(-50%);}
.userinfo_priceinfo > ul > li > dl > dt {background-color:#ececec;padding:10px 0}
.userinfo_priceinfo > ul > li > dl > dd {background-color:#ffffff;padding:15px 0;font-family: 'Montserrat','Noto Sans KR';font-weight:700;font-size:1.2rem}
.userinfo_priceinfo .add_kg_text {text-align:right;padding:10px 0;color:#867555;}

@media screen and (max-width:768px) { 
	.userinfo_priceinfo > ul > li {width:50%;box-sizing:border-box;}	
	.userinfo_priceinfo > ul > li:nth-child(2) {border-right:0}
	.userinfo_priceinfo > ul > li:nth-child(2) div {display:none}
}

.userinfo_priceinfo2 {border-bottom:1px solid #dddddd;padding-bottom:10px;margin-bottom:10px}
.userinfo_priceinfo2 span {display:inline-block;width:120px;}
.total_price_show {color:red;font-family:tahoma;font-size:20px}

/* 장바구니 수량 */
.cartnum_box {border-collapse:collapse;background-color:#ffffff}
.cartnum_box td {border:1px solid #dddddd;padding:0;}
.cartnum_box td input {border:0;text-align:center}

/* 장바구니스탭 */
.cart_title_wrap{padding:50px 0}
.cart_title_wrap > h2 {text-align:center;font-size:2.3rem;font-weight:700;margin-bottom:10px}
.cart_title_wrap > p {text-align:center;font-size:1.1rem;color:#7a7a7a;margin-bottom:30px}
.cart_title_wrap > ul {display:flex;justify-content:center;flex-wrap:wrap}
.cart_title_wrap > ul > li {display:flex;align-items:center;background:url('../../../image/icon_next.gif');background-repeat:no-repeat;background-Position:85% 50%;padding-right:50px;box-sizing:border-box;margin-bottom:7px}			
.cart_title_wrap > ul > li:last-child {background:url('');}
.cart_title_wrap > ul > li div {width:45px;height:45px;background-color:#000000;color:#ffffff;font-weight:bolder;font-family:'Montserrat','Noto Sans KR';display:flex;align-items:center;justify-content:center;font-size:1.2rem;border-radius:100%}
.cart_title_wrap > ul > li p {padding:0 15px;font-size:1.3rem}
.cart_title_wrap > ul > li.active div {background-color:#2B6CCD}
.cart_title_wrap > ul > li.active p {color:#2B6CCD;font-weight:700}

@media screen and (max-width:768px) { 
	.cart_title_wrap > ul > li {width:50%;}
	.cart_title_wrap > ul > li div {width:30px;height:30px;font-size:1rem;}
	.cart_title_wrap > ul > li p {padding:0 15px;font-size:1rem}
}

/* 장바구니 담은 내역 */
.cart_list_wrap > ul {border-top:2px solid #2d2d2d}
.cart_list_wrap .check_all {margin-bottom:8px}
.cart_list_wrap .check_all .but {width:20px;height:20px}
.cart_list_wrap > ul > form > li {border-bottom:1px solid #dddddd;display:flex;flex-wrap:wrap;}

.cart_list_wrap > ul > form > li > .chk_box {display:flex;align-items:center;width:20px}
.cart_list_wrap > ul > form > li > .chk_box .chk2 {width:25px;height:25px}
.cart_list_wrap > ul > form > li > .img {display:flex;align-items:center}
.cart_list_wrap > ul > form > li > .subject {flex: 2}
.cart_list_wrap > ul > form > li > .subject > div {margin-bottom:7px}

.cart_list_wrap > ul > form > li > .subject .icon_info > div {display:inline-block;padding:2px 15px;border:1px solid #0097E7;font-size:0.8rem;border-radius:20px;color:#0097E7;margin-bottom:4px}
.cart_list_wrap > ul > form > li > .subject .delivery_info > div {display:inline-block;padding:2px 15px;border:1px solid #867555;font-size:0.8rem;border-radius:20px;color:#867555;margin-bottom:4px}
.cart_list_wrap > ul > form > li > .subject .sideoption_info {display:flex;flex-wrap:wrap}
.cart_list_wrap > ul > form > li > .subject .sideoption_info > div {font-size:0.9rem;color:#434656;margin-right:10px}


.cart_list_wrap > ul > form > li > .option {flex:1;display:flex;justify-content:center;}
.cart_list_wrap > ul > form > li > .option > ul > li {padding:5px 0}
.cart_list_wrap > ul > form > li > .option .bts_ani {font-size:0.8rem}

.cart_list_wrap > ul > form > li > .option .option_name {padding-bottom:5px}
.cart_list_wrap > ul > form > li > .option .option_name .nogoods {padding:2px 15px;border:1px solid #0097E7;font-size:0.8rem;border-radius:20px;color:#0097E7;text-align:center;margin-top:3px}
.cart_list_wrap > ul > form > li > .option .option_name .nogoods font {color:#0097E7;font-size:0.8rem}
.cart_list_wrap > ul > form > li > .option .option_bt {display:flex;align-items:center}
.cart_list_wrap > ul > form > li > .option .option_bt > div {padding:2px}

.cart_list_wrap > ul > form > li > .option table {border-collapse:collapse}
.cart_list_wrap > ul > form > li > .option table td {border:1px solid #dddddd}
.cart_list_wrap > ul > form > li > .option .option_num {width:45px;padding:3px 5px;text-align:center;border:0}

.cart_list_wrap > ul > form > li > .price {width:130px;text-align:center}
.cart_list_wrap > ul > form > li > .price .text {color:#8d8d8d;margin-bottom:7px}
.cart_list_wrap > ul > form > li > .price .cart_price_text {font-weight:700}
.cart_list_wrap > ul > form > li > .price .cart_point_text {font-size:0.9rem}

.cart_list_wrap > ul > form > li > .review {width:120px;text-align:center}
.cart_list_wrap > ul > form > li > .review .text {color:#8d8d8d;margin-bottom:7px}
.cart_list_wrap > ul > form > li > .review .bts_ani {font-size:0.9rem}

.cart_list_wrap > ul > form > li > div {border-right:1px solid #dddddd;padding:15px}
.cart_list_wrap > ul > form > li > div:last-child {border-right:0}

.cart_list_wrap .img img {width:100px}

@media screen and (max-width:768px) { 
	.cart_list_wrap > ul > form > li {border-bottom:2px solid #626262}
	
	.cart_list_wrap > ul > form > li > .chk_box {border-bottom:1px solid #dddddd}
	.cart_list_wrap > ul > form > li > .img {border-bottom:1px solid #dddddd}
	.cart_list_wrap > ul > form > li > .subject {border-bottom:1px solid #dddddd;border-right:0;min-width:200px}
	.cart_list_wrap > ul > form > li > .price {width:100px;text-align:center}
	.cart_list_wrap .img img {width:50px}
}


.subtitle {padding:30px 0; text-align:center; font-size:1.5rem; font-weight:700;}
/*.subtitle_line {border-bottom:1px solid #dddddd} */



.input_ess {background:url(../../../image/input_ess.gif);background-repeat:no-repeat;background-Position:0% 0%;}


/* 관리자전용알림 */
.adminmess {background-color:#edefd6;border:1px solid #ccd189;padding:15px;text-align:center;color:#8c9339;display:block}

/* 줌효과 */
.zoomimg_wrap {border:1px solid #dddddd; box-sizing:border-box;overflow:hidden}
.zoomimg_wrap img {transition:all .4s;}
.zoomimg_wrap:hover img {transform:scale(1.1);}

/* 오늘출발 */
.icon_today_delivery {display:flex;align-items:center;margin-top:5px}
.icon_today_delivery .icon {border:1px solid #959595;padding:3px 5px;margin-right:5px;border-radius:2px;font-size:0.8rem}
.icon_today_delivery .text {font-size:0.9rem}

.flex {display:flex;flex-wrap:wrap}
.between {display:flex;justify-content:space-between;flex-wrap:wrap}
	


/* 빔님이 스타일 추가 */
.wrap {width: 1200px; margin: 0 auto;}
.clr {clear: both; width: 100%;}
.title_box {display: flex; align-items: center; justify-content: center; text-align: center;}
.title_box > h3 {font-family: 'Kdam Thmor Pro'; font-size: 24px; color: #ffffff; font-weight: 400; line-height: 24px; padding: 0 15px; letter-spacing: 1px;}

/* 쇼핑몰 상단 */
header {height: 126px; background-color: #1b1919; border-bottom: 2px solid #000000;}
header .wrap {position: relative;}
header .wrap > div {float: left;}
header .wrap .top_logo {width: 227px;}
header .wrap .top_category {width: 955px;}
header .wrap .top_search {padding-top: 54px; cursor: pointer;}
header .wrap .top_search img {vertical-align: top;}
header .wrap .search_form {display: none; position: absolute; width: 985px; height: 24.5px; background-color: #ffffff; right: 0px; top: 41px; padding: 10px 20px;z-index: 999;}


/* 우측 퀵메뉴 */
.fixed_right {position: fixed; right: 0; top: 0; min-height: 100%; width: 50px; z-index: 10;}
.fixed_right .fixed_right_container .fixed_right_btn {position: absolute; top: 0px; right: 0px; width: 50px; height: 100vh; background-color: #3e3a3a;}
.fixed_right .fixed_right_container .fixed_right_btn li {padding: 0; margin: 0; font-size: 0; border-bottom: 1px solid #312d2d; line-height: 0}
.fixed_right .fixed_right_container .fixed_right_contents {position: absolute; top: 0px; right: -140px; width: 140px; height: 100vh; background-color: #3e3a3a; z-index: 100}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text {background-color: #3e3a3a;}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text > div {height: 50px; border-bottom: 1px solid #312d2d; padding-left: 50px; line-height: 49px; font-size: 13px; color: #968c8c; letter-spacing: -1px; cursor: pointer;}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text > div span {display: inline-block; width: 21px; height: 21px; border-radius: 21px; background-color: #cd7723; margin-left: 5px; color: #ffffff; font-weight: bold; text-align: center; line-height: 20px; font-size: 11px;}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text > div:nth-child(1) {background: url('../image/quick_02.gif') 0 50% no-repeat;}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text > div:nth-child(2) {background: url('../image/quick_03.gif') 0 50% no-repeat;}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text > div:nth-child(3) {background: url('../image/quick_04.gif') 0 50% no-repeat;}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text > div:nth-child(4) {background: url('../image/quick_05.gif') 0 50% no-repeat;}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text > div:nth-child(5) {background: url('../image/quick_06.gif') 0 50% no-repeat;}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text > div:nth-child(6) {background: url('../image/quick_07.gif') 0 50% no-repeat;}
.fixed_right .fixed_right_container .fixed_right_contents .icon_text > div:nth-child(7) {background: url('../image/quick_07.gif') 0 50% no-repeat;}
.fixed_right .fixed_right_container .fixed_right_contents .quick_today {background-color: #585151; border-bottom: 1px solid #312d2d;}

.fixed_right .fixed_right_container h6 {font-size: 14px; color: #202020; font-weight: 500; padding: 23px 0 16px;}
.fixed_right .fixed_right_container .quick_line {height: 30px; border-bottom: 1px solid #e5e5e5}
.fixed_right .fixed_right_container .quick_board div {border: 1px solid #d7d7d7; height: 34px; line-height: 33px; margin-bottom: 5px; cursor: pointer; font-size: 13px;}
.fixed_right .fixed_right_container .quick_call font {display: none;}
.quick_today {position: relative;}
.quick_today #banner_warp {overflow: hidden; position: relative;}
.quick_today #banner_container {position: absolute;}
.quick_today .banner {width: 140px; height: 406px; float: left; text-align: center; padding: 22px 0 4px;}
.quick_today .banner_left {cursor: pointer}
.quick_today .banner_right {cursor: pointer}


/* 카테고리 스타일 */
.left_category li {position: relative; z-index: 10;}
.left_category li a {display: block;}
.left_category {}
.left_category > li {float: left; padding-right: 49px;}
.left_category > li:first-child {}
.left_category > li > a {font-size: 15px; color: #ffffff; font-weight: bold; line-height: 126px; display: block}
.left_category > li > div {position: relative; /* display: inline-block; */}
.left_category > li > div > ul {position: absolute; left: -50px; top: -25px; width: 180px; background-color: #0e0e0e; z-index: 100; padding: 15px 0}
.left_category > li > div > ul > li {position: relative; z-index: 10}
.left_category > li > div > ul > li > a {color: #afafaf; padding: 5px 20px; font-size: 14px}
.left_category > li > div > ul > li > a:hover {color: #cdab8a}
.left_category > li > div > ul > li > ul {position: absolute; left: 180px; top: 0; width: 180px; background-color: #0e0e0e; z-index: 100; padding: 15px 0}
.left_category > li > div > ul > li > ul > li > a {color: #afafaf; padding: 12px; font-size: 14px}
.left_category > li > div > ul > li > ul > li > a:hover {color: #cdab8a}
.left_category a {text-decoration: none}
.left_category > li > div > ul {display: none}
.left_category > li > div > ul > li > ul {display: none}



/* 인기검색어 및 상단메뉴 */
.menu_wrap {height: 54px; background-color: #1b1919; border-bottom: 1px solid #000000;}
.menu_wrap .wrap {position: relative;}
.menu_wrap .wrap .hot_keyword {position: absolute; width: 281px; border-bottom: 1px solid #252525; top: 0}
.menu_wrap .wrap .hot_keyword table td:first-child {background: url('../image/top_line.gif') 0 50% no-repeat; padding-left: 29px;}
.menu_wrap .wrap .hot_keyword table td table td:first-child {background: none; padding-left: 0;}
.menu_wrap .wrap .hot_keyword table td:last-child {background: url('../image/top_line.gif') 100% 50% no-repeat; padding-right: 29px;}
.menu_wrap .wrap .hot_keyword table td table td:last-child {background: none; padding-right: 0;}
.menu_wrap .wrap .login {position: absolute; right: 143px; top: 0; background: url('../image/top_line.gif') 100% 50% no-repeat;}
.menu_wrap .wrap .login li {float: left; padding: 0 13px;}
.menu_wrap .wrap .login li:first-child {background: url('../image/top_line.gif') 0 50% no-repeat; padding-left: 33px;}
.menu_wrap .wrap .login li:last-child {padding-right: 33px;}
.menu_wrap .wrap .login li a {font-size: 12px; color: #a7a7a7; line-height: 53px;}
.menu_wrap .wrap .use {position: absolute; right: 0; top: 0; width: 143px; text-align: center; background: url('../image/top_line.gif') 100% 50% no-repeat;}
.menu_wrap .wrap .use a {dispaly: inline-block; font-size: 12px; color: #a7a7a7; line-height: 53px; background: url('../image/top_use_ico.gif') 0 50% no-repeat; padding-left: 19px;}


/* 롤링 비주얼배너 */
.main_bxslider .bx-controls-auto {display: none}
.main_bxslider .bx-wrapper .bx-pager.bx-default-pager {bottom: 25px}
.main_bxslider .bx-wrapper .bx-pager.bx-default-pager a {font-size: 0px; width: 8px; height: 8px; text-indent: 0px; text-align: center; background-color: #ffffff; margin: 0 2px; border-radius: 0px;}
.main_bxslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .main_bxslider .bx-wrapper .bx-pager.bx-default-pager a.active {background: #cdab8a; text-decoration: none;}
.main_bxslider .bx-controls-direction .bx-prev {left: 50px; background: none}
.main_bxslider .bx-controls-direction .bx-next {right: 50px; background: none}


.cus_wrap {background-color: #1b1919; padding: 55px 0 67px;}
.cus_wrap .wrap table td {border-left: 1px solid #3f3d3d;}
.cus_wrap .wrap table td:first-child {border-left: 0;}
.cus_wrap .wrap table .cs_center {width: 519px;}
.cus_wrap .wrap table .cs_center .call_num {background: url('../image/bottom_call_tit.gif') 0 50% no-repeat; padding-left: 94px; color: #cdab8a; font-size: 22px; font-family: Tahoma; font-weight: bold;}
.cus_wrap .wrap table .cs_center .time {font-size: 12px; color: #8d8d8d; padding: 6px 0 5px;}
.cus_wrap .wrap table .cs_center .mail {background: url('../image/bottom_mail_icon.gif') 0 50% no-repeat; padding-left: 18px; font-size: 13px; color: #ffffff; margin-bottom: 25px;}
.cus_wrap .wrap table .cs_center .mail a {color: #8d8d8d; font-size: 12px;}
.cus_wrap .wrap table .cs_center .line {width: 476px; border-bottom: 1px solid #3f3d3d;}
.cus_wrap .wrap table .cs_center .kakao_id {margin-top: 25px; background: url('../image/bottom_kakao_tit.gif') 0 68% no-repeat; padding-left: 108px; color: #cdab8a; font-size: 20px; font-weight: bold;}
.cus_wrap .wrap table .cs_center .kakao_txt {padding-top: 5px; font-size: 12px; color: #8d8d8d;}
.cus_wrap .wrap table .bbs_area h3 {padding-bottom: 11px;}
.cus_wrap .wrap table .bbs_area .bbs_box .subject {font-size: 11px; font-family: '돋움';color: #878787;}
.cus_wrap .wrap table .bbs_area .bbs_box .subject a {color: #878787;font-size: 12px;}
.cus_wrap .wrap table .bbs_area .bbs_box .date {font-size: 10px; color: #656464; font-family: Tahoma;}
.cus_wrap .wrap table .bbs_area .bbs_box td {border-left: 0;}

.bgline {height:19px; background:url('../image/shop_bg.gif') 0 0 repeat-x;}


/* 베스트 상품 */
.best_wrap {background-color: #1b1919; padding-bottom: 1px solid #000000;}
.best_wrap .wrap {padding: 60px 0 50px;}
.best_wrap .wrap h3 {text-align: center;}
.best_wrap .wrap h5 {text-align: center; font-size: 12px; color: #a8a8a8; padding: 21px 0 50px; line-height: 12px; font-weight: normal;}
.best_wrap .wrap .item_box td:first-child {background-color: #252222}
.best_wrap .wrap .item_box td:nth-child(2) {background-color: #2e2a2a}
.best_wrap .wrap .item_box td:nth-child(3) {background-color: #342f2f}
.best_wrap .wrap .item_box td:nth-child(4) {background-color: #393535}
.best_wrap .wrap .item_box td table td:first-child {background: none;}
.best_wrap .best_more {height: 51px; text-align: center; background-color: #0e0e0e;}
.best_wrap .best_more span { line-height: 50px; font-size: 12px; color: #ffffff; background: url('../image/main_best_more_ico.gif') 100% 50% no-repeat; padding-right: 24px;}
.best_wrap .swiper-container {width: 1200px; overflow: hidden; margin: 0 auto}
.best_wrap .pagenav {display: flex; margin: 0 auto; margin-bottom: 37px; justify-content: center;}
.best_wrap .pagenav li a {display: inline-block; height: 30px; padding: 0 24px; line-height: 29px; font-size: 14px; color: #7e7e7e; font-weight: bold; background: none;}
.best_wrap .pagenav li a.active {background: #cdab8a; color: #1b1919; border-radius: 30px; text-decoration: none}

.brand_wrap {overflow: hidden; background-color: #201d1d;}
.brand_wrap .wrap {margin:32px auto; overflow: hidden;}

.brand_wrap .left_brand {float:left;width:180px;margin-right:25px;}
.brand_wrap .left_brand .brand_list_box {height:673px;overflow-y:scroll;border:1px solid #4c4c4c;border-top:none;background-color:#252525;}
.brand_wrap .left_brand .brand_list_box::-webkit-scrollbar {width: 10px; height: 10px;background-color: #999;}
.brand_wrap .left_brand .brand_list_box::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 5px;}
.brand_wrap .left_brand .brand_list_box::-webkit-scrollbar-track {background-color: #666;}
.brand_wrap .left_brand .brand_list_box::-webkit-scrollbar-corner {background-color: #999;}
.brand_wrap .left_brand .brand_list_box > div:first-child {border-top:1px solid #4c4c4c;}
.brand_wrap .left_brand .brand_list_box > div {font-size:12px;color:#fff;font-weight:bold;line-height:13px;padding:13px 13px;border-bottom:1px solid #4c4c4c;border-top:0;background-color:#252525;cursor:pointer;}

.brand_wrap .right_best {float:left;width:903px;position:relative;border:3px solid #4c4c4c;padding:43px 43px 23px;}
.brand_wrap .right_best .bestGood_left {float:left;width:410px;margin-right:15px;}
.brand_wrap .right_best .bestGood_left .icon {position:absolute;top:-4px;left:19px;z-index:1;}
.brand_wrap .right_best .bestGood_left .title {padding:0 0 37px 150px;}
.brand_wrap .right_best .bestGood_left .zoomimg_wrap {width:410px;height:410px;}
.brand_wrap .right_best .bestGood_left .zoomimg_wrap img {width:410px;height:410px;}
.brand_wrap .right_best .bestGood_left .goodsBrand {padding: 0 0 1px;margin-bottom: 10px;}
.brand_wrap .right_best .bestGood_left .goodsName {font-size:13px;padding:0 0 10px;color:#ffffff;}
.brand_wrap .right_best .bestGood_left .goodsMarketPrice {font-size:13px;}
.brand_wrap .right_best .bestGood_left .goodsPrice {font-size:20px;padding:5px 0 27px;color:#ee7a3b;}

.brand_wrap .right_best .bestGood_right {float:left;}
.brand_wrap .right_best .bestGood_right .goodsBrand {padding:0 0 1px;margin-bottom:10px;}
.brand_wrap .right_best .bestGood_right .goodsName {color:#ffffff;padding:0 0 20px;font-weight: bold;}
.brand_wrap .right_best .bestGood_right .goodsMarketPrice {font-size:13px;color:#fff;}
.brand_wrap .right_best .bestGood_right .goodsPer {font-size:13px;color:#ffffff;}
.brand_wrap .right_best .bestGood_right .goodsPrice {font-size: 16px;font-weight: bolder;color: #ee7a3b;}
.brand_wrap .right_best .bestGood_right > ul > li {float:left;width:200px;margin:0 0 21px 39px;}
.brand_wrap .right_best .bestGood_right > ul > li .zoomimg_wrap {width:200px;height:200px;}


/* 세일상품 및 상품리뷰 */
.sale_review_wrap {background: url('../image/shop_sale_bg.gif') 50% 0 no-repeat; padding: 80px 0 90px;}
.sale_review_wrap .wrap > div {float: left; width: 600px;}
.sale_review_wrap .wrap > div:first-child {width: 599px; border-right: 1px solid #323030}
.sale_review_wrap .wrap > div .item_title {margin-bottom: 40px;}
.sale_review_wrap .wrap > div .item_title img {vertical-align: middle;}
.sale_review_wrap .wrap > div .sale_goods li {width: 541px;}
.sale_review_wrap .wrap > div .sale_goods li table {height: 131px; border-bottom: 1px solid #4d4a4a}
.sale_review_wrap .wrap > div .sale_goods li table .goodsBrand {border: 0; font-weight: normal; padding: 0 0 5px;}
.sale_review_wrap .wrap > div .sale_goods li table .goodsName {color: #ffffff; font-weight: normal; padding: 0 0 13px;}
.sale_review_wrap .wrap > div .sale_goods li table .price > div {float: left;}
.sale_review_wrap .wrap > div .sale_goods li table .price .goodsMarketPrice {padding-right: 7px;}
.sale_review_wrap .wrap > div .sale_goods li table .price .goodsPrice {padding-right: 7px;}
.sale_review_wrap .wrap > div .sale_goods li table .price .goodsPer {font-size: 13px; color: #cdab8a; font-weight: bold;}
.sale_review_wrap .wrap > div .review_body {padding-left: 60px;}
.sale_review_wrap .wrap > div .review_body table {height: 131px; border-bottom: 1px solid #4d4a4a}
.sale_review_wrap .wrap > div .review_body table .body {font-size: 13px; color: #ffffff; line-height: 21px;}
.sale_review_wrap .wrap > div .review_body table .name {font-size: 13px; color: #ffffff; padding-top: 20px}
.sale_review_wrap .wrap > div .review_body table .name b {color: #ffffff; font-size: 13px;}
.sale_review_wrap .wrap > div .review_body table .star {position: relative;}
.sale_review_wrap .wrap > div .review_body table .star > div {position: absolute; right: 0; top: 18px; color: #cdab8a; font-size: 13px;}

/* 신상품 */
.new_item_wrap {background-color: #201d1d; padding: 61px 0 96px;}
.new_item_wrap .wrap h3 {text-align: center;}
.new_item_wrap .wrap h5 {text-align: center; font-size: 12px; color: #a8a8a8; padding: 21px 0 50px; line-height: 12px; font-weight: normal;}
.new_item_wrap .wrap .new_goods td {border-left: 1px solid #4d4a4a}
.new_item_wrap .wrap .new_goods td:nth-child(4n+1) {border-left: 0;}

.item_title {display: flex; align-items: center; justify-content: center; text-align: center;}
.item_title > h3 { font-family: 'Kdam Thmor Pro'; font-size: 24px; color: #ffffff; font-weight: 400; line-height: 24px; padding: 0 15px; letter-spacing: 1px;}
.item_title > div {margin-top: 3px;}


/* 쇼핑몰 하단 */
footer {background-color: #0f0d0d; overflow: hidden;}
footer .wrap > div {float: left;}
footer .wrap .copy_area {width: 849px; padding-top: 75px;}
footer .wrap .copy_area h2 {padding-bottom: 40px;}
footer .wrap .copy_area .copy_table .td1 {line-height: 28px; color: #ffffff; font-size: 12px; width: 139px; background: url('../image/copy_line.gif') 100% 50% no-repeat;}
footer .wrap .copy_area .copy_table .td2 {padding-left: 28px; color: #a6a6a6; font-size: 12px;}

footer .wrap .banner_area {width: 351px; padding-top: 63px;}
footer .wrap .banner_area .escrow > div {border-bottom: 1px solid #878686; margin-bottom: 108px;}
footer .wrap .banner_area .sns li {float: right; padding-bottom: 18px;}
footer .wrap .banner_area .menu {border-top: 1px solid #4b4a4a;}
footer .wrap .banner_area .menu li {float: left; border-bottom: 1px solid #4b4a4a; border-right: 1px solid #4b4a4a;}
footer .wrap .banner_area .menu li:nth-child(2n+1) {border-left: 1px solid #4b4a4a;}

.bottom_wrap {position: relative; margin-top: 53px; height: 98px; border-top: 1px solid #3f3d3d;}
.bottom_wrap ul li {float: left; padding-right: 20px;}
.bottom_wrap ul li a {font-size: 12px; color: #adadad; line-height: 97px;}
.bottom_wrap .copyright {position: absolute; right: 0; top: 0; font-size: 12px; color: #adadad; line-height: 97px;}

/* 상품 상세페이지 */
.wrap_sub {clear: both;}