/* BASIC css start */
/* 최상단 배너 영역 */
#topBanner { display:block; position:relative;  width:100%; height:30px; overflow:hidden }
#topBanner .bnnr_bx { margin-left:-960px; position:absolute; top:0; left:50%; width:1920px; height:30px; }
#topBanner .bnnr_bx img { position:absolute;  z-index:35;width:1920px; height:30px; display:block; }


/* add */

.preload #hdHeader a, 
.preload #hdFooter a, 
.preload #main a {
	transition: all 0s ease 0s;
}
body {
	opacity: 0;
}
.fonts_loaded body { /* 웹폰트가 완전히 로드되었을 때 적용되는 클래스 */
	opacity: 1;
}
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: none; /* 모바일에서 text 사이즈 변동 없게 */
	-webkit-font-smoothing: antialiased; /* or subpixel-antialiased 웹킷 브라우저 웹폰트 선명하게 처리 */
	font-variant-ligatures: none; /* fi수정 */
	min-width: 1040px;
	transition: none;
}
img {
	/*image-rendering: optimizeSpeed;*/ /* low quality */
	/*image-rendering: optimizeQuality;*/ /* high quality */
	-ms-interpolation-mode: bicubic; /* blur */
	/* -ms-interpolation-mode: nearest-neighbor; /* sharpen */
	-webkit-backface-visibility: hidden; /* chrome anti aliasing */
	max-width: 100%;
}
a {
	color:#777;
	text-decoration:none;
	background: transparent;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.float_l { float:left; } /* float left */
.float_r { float:right; } /* float right */
.none_blank { font-size: 0; line-height: 0; letter-spacing: -4px; } /* 이미지여백삭제 (안드로이드) */
@-moz-document url-prefix() { .none_blank {letter-spacing: 0;} } /* 파폭 */
.displaynone { display: none !important; }

#wrap {
	position: relative; z-index: 0;

}

/* subpage css */
#wrap .bbs-hd .link {
	display: none;
  
}
#wrap .bbs-tit, 
#wrap #content .tit-page {
	font-size: 20px; line-height: 30px; color: #aea46a; font-weight: 600; letter-spacing: 0;
	padding: 30px 0 15px; margin: 0;

}

/* 상품관련 */
.prd_list {
	font-size: 0; letter-spacing: 0; line-height: 0;
	margin: 0 -20px;
}
.prd_list .box .box_prd {
	display: inline-block;
	vertical-align: top;
	font-size: 16px; letter-spacing: normal; line-height: 1.5;
	padding: 0 20px; margin: 0 0 80px;
	box-sizing: border-box;
	position: relative;
}
.prd_list .box .box_prd .discount_rate {
	position: absolute; top: 0px; right: 20px; z-index: 4;
	width: 35px; height: 35px;
	text-align: center;
	font-size: 16px; line-height: 35px; font-weight: 400; color: #fff;
	background: #caa788;
}
.prd_list .box .box_prd .over {
	position: absolute; top: -15px; left: 5px; right: 5px; bottom: -20px; z-index: 2;
	border: 4px solid #dd9393;
	opacity: 0;
}
.prd_list .box .box_prd .addbtn {
	position: absolute; bottom: 0; right: 21px; z-index: 4;
	font-size: 0; letter-spacing: 0; line-height: 0;
}
.prd_list .box .box_prd .addbtn span {
	display: inline-block;
	height: 30px;
	font-size: 20px; color: #000; line-height: 28px;
	text-align: center;
	background: #fff;
	position: relative;
	padding: 0 5px; margin: 0 -1px;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
}
.prd_list .box .box_prd .addbtn img {
	opacity: 0;
	width: 30px; height: 30px;
	position: absolute; top: 0; left: 0;
}
.prd_list .box .box_prd .info {
	position: relative; z-index: 3;
}
.prd_list .box .box_prd .info .thumb {
	position: relative;
	margin: 0 0 20px;
}
.prd_list .box .box_prd .info .thumb img {
	width: 100%;
	vertical-align: top;
}
.mk_option_preview {
	margin: 30px 0 0 -147px;
}
#detailpage a {
	transition: none !important;
}
.prd_list .box .box_prd .info .name {
	font-size: 12px; font-weight: 500; color: #474444; line-height: 1.5;
}
.prd_list .box .box_prd .info .subname {
	font-size: 11px; font-weight: 400; color: #505050; line-height: 1.2;
	margin: 5px 0 0;
}
.prd_list .box .box_prd .info .price {
	font-size: 14px; font-weight: 600; color: #474444;
	padding: 15px 0 0 0;
}
.prd_list .box .box_prd .info .price span {
	
	font-size: 12px; font-weight: 400; color: #aeaeae;
}
.prd_list .box.column2 .box_prd {
	width: 50%;
}
.prd_list .box.column3 .box_prd {
	width: 33.333%;
}
.prd_list .box.column4 .box_prd {
	width: 25%;
}
.prd_list .box.column5 .box_prd {
	width: 20%;
}


/* header */
#hdHeader {
	position: fixed; top: 0; left: 0; right: 0; z-index: 30;
	height: 126px;
	background: #fff;
	transition: all 0.3s ease 0s;
	border-bottom: 1px solid #e8e8e8;
        padding-top: 50px;
}
#wrap #hdHeader.on, #wrap #hdHeader.onscroll {
	background: #fff;
	transition: all 0.3s ease 0s;
	border-bottom: 1px solid #e8e8e8;
}

/* scroll convert */
#hdHeader.onscroll {
	height: 56px;
	transition: all 0.3s ease 0s;
}
#hdHeader.onscroll .section h1 {
	padding-top: 20px;
	transition: all 0.3s ease 0s;
}
#hdHeader.onscroll #gnb {
	padding-top: 0;
	transition: all 0.3s ease 0s;
}
#hdHeader.onscroll #gnb > ul > li > a {
	padding-bottom: 21px;
}
#hdHeader.onscroll .section .menu_r {
	padding-top: 17px;
	transition: all 0.3s ease 0s;
}
#hdHeader.onscroll #header .submenu {
	top: 100px;
	transition: all 0.3s ease 0s;
}

#hdHeader img {
	vertical-align: top;
}
#header .section h1 {
	float: left;
	padding: 56px 0 0 0;
	width: 144px;
	transition: all 0.3s ease 0s;
}
#header .section h1 .logo_big img {
	max-height: 126px;
}
#header .section h1 .logo_small {
	display: none;
	font-size: 28px; color: #000; line-height: 30px; font-weight: 700;
}
#header .section h1 .logo_small img {
	max-height: 56px;
}
#header .section h1 a {
	text-decoration: none;
}
#gnb {
	float: left;
	padding: 36px 0 0 0;
	transition: all 0.3s ease 0s;
}
#gnb > ul {
	float: left;
}
#gnb > ul > li {
	float: left;
}
#gnb > ul > li > a {
	display: block;
	font-size: 11.5px; color: #535353; font-weight: 450; line-height: 19px;
	text-decoration: none;
	position: relative;
	padding: 22px 15px 55px;
}
#gnb > ul > li:hover > a {
	color: #d99f9d;
}
#gnb > ul > li:hover > a:after {
	content: '';
	position: absolute; top: 41px; left: 15px; right: 15px;
	height: 3px;
	background: #d99f9d;
}
#header .section .menu_r {
	float: right;
	padding: 56px 0 0 0;
	transition: all 0.3s ease 0s;
}
#header .section .menu_r li {
	float: left;
	padding: 0 0 0 15px;
	position: relative;
}
#header .section .menu_r li:first-child {
	padding: 0;
}
#header .section .menu_r li a {
	display: block;
	text-decoration: none;
}
#header .section .menu_r li.text a {
	font-size: 12px; color: #d99f9d; font-weight: 400; line-height: 23px;
}
#header .section .menu_r li.icon a {
	width: 20px; height: 24px;
	font-size: 23px; color: #d99f9d; font-weight: 400; line-height: 23px;
	margin: -4px 0 0 0;
}
#header .section .menu_r li.icon.cart a > span {
	position: absolute; top: -7px; right: -6px;
	display: block;
	width: 16px; height: 16px;
	font-size: 23px; color: #fff; font-weight: 400; line-height: 16px;
	font-family: 'Hind';
	background: #282828;
	border-radius: 50%;
	text-align: center;
}
#header .section .menu_r li.icon.allmenu a {
         width: 23px; height: 24px;
	color: #fff;
        background: #d99f9d;
}

#header .submenu {
	display: none;
	position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    background: #fff;
    min-height: 350px;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.3s ease 0s;
}
/*
#gnb > ul > li:nth-child(2) .submenu {
	display: block !important;
}
*/
#header .submenu .inner {
	min-width: 1040px; max-width: 1280px;
	box-sizing: border-box;
	padding: 0 10px 30px 200px; margin: 0 auto;
	min-height: 350px;
	position: relative; z-index: 1;
}
#header .submenu .inner .bg_img {
	position: absolute; top: 0; right:0;
}
#header .submenu .inner h2 {
	padding: 30px 0 10px;
	position: relative; z-index: 2;
}
#header .submenu .inner h2 a {
	font-size: 12px; line-height: 30px; color: #d99f9d; font-weight: 700;
	text-decoration: none;
}
#header .submenu .inner ul {
	position: relative; z-index: 2;
}
#header .submenu .inner li {
	padding: 4px 0;
}
#header .submenu .inner li a {
	font-size: 12px; line-height: 1; color: #898989;
	text-decoration: none;
}
#header .submenu .inner li a:hover {
	color: #d99f9d;
}

#header .pop_fixo {
	display: none;
	position: fixed; top: 0; left: 0; right: 0px; bottom: 0; z-index: 999;
	background: #efd6c0;
	overflow: auto;
}
#header .pop_fixo .box {
	width: 1300px; height: 30%;
	margin: auto;
    display: table;
}
#header .pop_fixo .box .inner {
    display: table-cell;
    vertical-align: middle;
}
#header .pop_fixo .inner .area_top {
	margin: 0 0 80px;
	position: relative;
}
#header .pop_fixo .logo_pop {
	position: absolute; left: 0; bottom: 0;
}
#header .pop_fixo .btn_close {
	float: right;
	width: 42px; height: 42px;
	border-radius: 50%;
	border: 4px solid #fff;
	text-align: center;
	line-height: 42px;
	font-size: 20px; color: #fff; font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
#header .pop_fixo .btn_close:hover {
	color: #000;
	border-color: #000;
	transition: all 0.3s ease 0s;
}

#header .pop_allmenu {
	
}
#header .pop_allmenu .inner > ul {
	margin: 80px 0 0 0;
}
#header .pop_allmenu .inner > ul.first {
	margin: 0;
}
#header .pop_allmenu .inner > ul > li {
	float: left;
	width: 9.00%;
}
#header .pop_allmenu .inner > ul > li > a {
	font-size: 12px; line-height: 16px; color: #282828; font-weight: 800;
	text-decoration: none;
	margin: 0 0 5px;
}
#header .pop_allmenu .inner > ul > li > ul > li {
	padding: 3px 0;
}
#header .pop_allmenu .inner > ul > li > ul > li > a {
	font-size: 12px; line-height: 2px; color: #282828;
}

#header .pop_search {
	
}
#header .pop_search .inner .area_search {
	margin: 150px 0 0 0;
	text-align: center;
}
#header .pop_search .inner .area_search .a_input input {
	font-size: 16px; line-height: 30px; color: #000; font-weight: 700;
	padding: 0; margin: 0 auto 60px;
	border: 0; border-bottom: 3px solid #000;
	width: 60%; max-width: 600px; height: 30px;
	text-align: left;
	background: transparent;
}
#header .pop_search .inner .area_search .a_input input::-webkit-input-placeholder { color: #000; }
#header .pop_search .inner .area_search .a_input input:-moz-placeholder { /* FF 4-18 */ color: #000; }
#header .pop_search .inner .area_search .a_input input::-moz-placeholder { /* FF 19+ */ color: #000; }
#header .pop_search .inner .area_search .a_input input:-ms-input-placeholder { /* IE 10+ */ color: #000; }
#header .pop_search .inner .area_search a {
	display: inline-block;
	font-size: 20px; line-height: 40px; color: #fff;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
}
#header .pop_search .inner .area_search a:after {
	content: '';
	position: absolute; bottom: 0; left: 0; right: 0;
	height: 3px;
	background: #fff;
}
#header .pop_search .inner .area_search a:hover {
	color: #000;
}
#header .pop_search .inner .area_search a:hover:after {
	background: #000;
}



.abc li {
 float: left;

 margin-right: 30px;
 width: 105px;
 }







/* 우측 퀵 버튼 */
.rightQuick { position:fixed;top: 75%;right:23px; z-index:110; display:block; width:48px;text-align:center; }
.rightQuick i { vertical-align:top; margin:6px 0;color:#2c2c2c; font-size:24px;transition:all .4s ease-out }
.rightQuick span.txt { font-size:11px;opacity:0;position:absolute;top:7px;left:-34px; transition:all .4s ease-out}
.rightQuick li:hover span.user_basket_quantity,
.rightQuick li:hover i { opacity: 0.3; }
.rightQuick li:hover span.txt { opacity: 1; }
.rightQuick li { position:relative; }
.rightQuick .cart span.user_basket_quantity {position:absolute; top:0;right:6px;background:#d99f9d;border-radius:50%; color:#fff;width:18px;height:18px;line-height:18px;}
.rightQuick li a.searchOpen { font-size:24px;cursor:pointer;vertical-align:top; }
.rightQuick .searchArea { display:none; position:fixed; top:0; left:0; right:0; width:100%; height:100%; background:rgba(255,255,255,0.9); z-index:10;padding:10px 0 0; }
.rightQuick .search { position:relative; width:45%; margin:10% auto 0; border-bottom:2px solid #2e2e2e;padding:10px 0 0; }
.rightQuick .search input { width: 100%; height:44px; margin: 20% 0 0 0; border:none; font-size:20px;  background:transparent; }
.rightQuick .search .btnSch { position:absolute; bottom:10px; right:4px; color:#2e2e2e; font-size:30px; }
.rightQuick .search .searchClose { position:absolute; top:0; right:50%; font-size:24px; }
.rightQuick .search i { opacity: 1 !important; }
/* BASIC css end */

