@charset "utf-8";

.show-default {display:block;}
.hide-default {display:none;}

body.on {
    height: 100%;
    min-height: 100%;
    touch-action: none;
    overflow: hidden !important;
}

html.on {
    height: 100%;
    min-height: 100%;
    touch-action: none;
    overflow: hidden !important;
}

/* skip */
#top_skip {
	display:block;
	background:#fff;
	position:fixed;
	left:0; top:0;
	z-index:99999999;
}
#top_skip a {
	position:relative;
	display:block;
	width:120px;
	line-height:35px;
	text-align:center;
	background:#333;
	color:#fff;
	font-size:12px;
	height:0;
	overflow:hidden;
}
#top_skip a:focus {
	height:35px;
	border:2px solid #005983;
}

/* banner */
.top_bn { 
	position:relative;
	height:120px;
	background-repeat:no-repeat;
	background-position:center center;
}
.top_bn .close {
	position:absolute;
	top:50%; margin-top:-15px;
	right:50%; margin-right:-500px;
	display:inline-block;
	width:30px; height:30px; line-height:30px;
	text-align:center;
	z-index:1;
}

/* hbox */
#header .h_inner {
    margin: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
	width: auto;
}
#hbox {
	position:relative;
	height: 100%;
}
.hupper {
	position:Relative;
	height: 100%;
}
.logo {
	z-index: 999;
	/* filter: invert(100%); */
}
#header.main_ver .logo {
	filter: unset;
} 
.snb {
	overflow:hidden;
}

.snb a {
	font-size:14px; line-height:1.5em;
	color:#aaaaaa; 
	cursor: pointer;
	width: 21px;
    height: 21px;
}
.snb a:hover {color:#333333;}
.snb1 {
	display: flex;
	z-index: 99;
	align-items: center;
	justify-content: center;
	overflow: visible;	
}
/* #header.main_ver .snb1 {
	filter: invert(100%);
} */
.snb2 {
	top:18px; left:0;
}
.fnb2 li:last-child a {
	margin-right: 0;
}
.snb1 .search_click {
	cursor: pointer;
	width: 21px;
	height: 21px;	
	background: url('/image/common/search.png') no-repeat;
	background-size: contain;
}
.snb1 .search_click.active {
	background: url('/image/common/esc.png') no-repeat;
	background-size: contain;
}
.hs_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #ddd;
	z-index: -1;
	opacity: 0;
}
.hs_wrap.on {
	height: 300px;
	opacity: 1;
}
.hs_inp {
	position:absolute;
	width: 450px;
	height:35px; line-height:35px;
	background:#f2f2f2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-bottom: 2px solid #221815;
    background: transparent;
}
.hs_inp input[type="text"] {
	position:absolute;
	left:0; top:0;
	width: 400px;
	height:35px; padding:0 10px;
	font-size:14px;
	box-sizing:border-box;
	border:0; 
	background:transparent;
}
.hs_inp input[type="text"]:focus {
	outline:0;
}
.hs_inp a {
	position:absolute;
	right:0; top:50%;
	width: 21px;
	height: 21px;
	transform: translateY(-50%);
}
.hash {
	color:#e53e3a;
	font-size:14px;
	position: absolute;
	width: auto;
	transform: translateY(100%);
}
.hash span {margin-left:20px;}
.hash span:first-child {margin:0;}

.hslidebn {
	position:absolute;
	top:70px; left:0;
	width:250px; height:80px; overflow:Hidden;
}
.hslidebn .item {
	width:250px; height:80px; overflow:Hidden;
	position:relative;
}
.hslidebn .img {
	position:absolute;
	top:0; left:0;
	width:110px; height:80px; line-height:80px;
	overflow:hidden;
}
.hslidebn .cts {
	padding-top:10px;
	padding-left:120px;
}
.hslidebn .name {
	font-size:17px; line-height:1.5em;
	color:#83705b; font-weight:600; 
}
.hslidebn .price em {
	margin-right:10px;
	font-size:17px; line-height:1.5em;
	color:#555555; font-weight:600; letter-spacing:-0.03em;
}
.hslidebn .price s {
	color:#888888;
}

/* header */
#header {
	border-bottom: 1px solid #ddd;
}
#header.main_ver {
	border-bottom: 0;
}

#header.h_hover,
#header.fix {
	background: #fff;
}
#header.fix {
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}

#header .logo .one {
	display:none;
}
#header .logo .two {
	display:block;
}
#header.main_ver .logo .one {
	display:block;
}
#header.main_ver .logo .two {
	display:none;
}
#header.main_ver.fix .logo .one,#header.main_ver.h_hover .logo .one {
    display:none;
}
#header.main_ver.fix .logo .two,#header.main_ver.h_hover .logo .two {
    display:block;
}
.h_wrap {
	position: relative;
}

/* controls */
.hslidebn .slick-prev, .hslidebn .slick-next {
	position:absolute;
	bottom:0;
	border:none;
	outline:none;
	cursor:pointer;
	text-indent:-9999px;
	background:transparent;
	z-index:99;
	width: 17px; height: 17px;
	background-image:url("../image/common/hsbn_arr.jpg");
	background-repeat:no-repeat;
}
.hslidebn .slick-prev {
	left:120px;
	background-position:0 0;
}
.hslidebn .slick-next {
	left:137px;
	background-position:-17px 0;
}

#header.main_ver .gnb > li > a {
	color: #fff;
}
#header.h_hover .gnb > li > a,
#header.fix .gnb > li > a {
	color: #000;
}
/* #header.h_hover .logo,
#header.fix .logo {
	filter: invert(100%);
} */
#header.main_ver .snb1 {
    filter: invert(100%);
}
#header.h_hover .snb1,
#header.fix .snb1 {
	filter: unset;
}
/* gbox */
#gbox {
	width: auto;	
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100% ;
	z-index:999;
}
/* #gbox.fix {
	position:fixed;
	top:0; left:0; right:0;
}
#gbox.opened {
	border-bottom:1px solid #d5d4d3;
} */
.gnb {
	display: flex;
	height: 100% ;
	justify-content: center;
	align-items: center;
}
.gnb > li {
	position: relative;
}
.gnb > li > a {
	font-size: 17px;
	font-weight: bold;
	padding: 0 30px;
	line-height: 100px;
}
.lan_box .country {
	color: #888888;
	font-size: 12px;
	padding-right: 11px;
	margin-right: 15px;
	position: relative;
}
.lan_box .country::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 6px;
	height: 4px;
	background: url('../image/common/lan_arrow.png') no-repeat;
	background-size: contain;
}
/* .gnb > li:first-child > a {background:none;} */

.gnb > li.active .gsub{
	height: auto;
}

.gsub {
	overflow: hidden;
	height: 0;
	position: absolute;
	z-index: 99;
	left: -18px;
	right: 0;
	top: 100%;
	min-width: 200px;
	background: #fff;
	box-shadow: 0 5px 10px 0px rgb(0 0 0 / 5%);
}
.gsub li:first-child {
	border-top: 2px solid #000;
	padding-top: 20px;
}
.gsub li:last-child {
	padding-bottom: 20px;
}
.gsub li a {
	displaY: block;
	line-height: 30px;
	margin: 5px 0;
	color: #666;
	padding: 0 10px;
}
.gsub li a:hover {
	color: #000;
}
/* .gnb > li:hover > a {
	font-weight:600;
	color:#fff;
} */
/* .gnb > li:hover .gsub_wrap {
	background:url("../image/common/gsub_bg1.png") no-repeat center bottom;
} */
/* .gnb > li:hover .gsub a {
	color:#fff;
} */
.snb1 li{
	width: 21px;
	height: 21px;
}
.snb1 li:first-child {
	margin-left: 0;
}
.snb1 .box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.snb1 li {
	margin-left: 25px;
}
.cart_box .box {
	position: relative;
	overflow: visible;
}
span.cart_num {
	display: block;
    position: absolute;
    right: -11px;
    top: -4px;
    background: #000;
    width: 18px;
    height: 18px;
    line-height: 16px;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
    text-align: center;
}
/* Footer */
.btn_top {
	color:#e53e3a !important;
}
.ftop {overflow:hidden;}
.ftop .float-l,
.ftop .float-r {
	padding:35px 30px 50px;
	width:50%; height:300px;
	box-sizing:border-box;
}
.ftop .float-l {background-color:#2a2a2a;}
.ftop .float-r {background-color:#3a3a3a;}
.ftop .cts {width:520px;}
.ftop .float-l .cts {margin-left:auto;}
.ftop .float-r .cts {margin-right:auto;}
.mcs {
	position:Relative;
}
.mcs_l {
	position:absolute;
	top:0; left:0;
	font-size:17px; line-height:1.5em;
	color:#dddddd; font-weight:600;
}
.mcs_r {
	padding-top:10px;
	padding-left:308px;
	color:#777777;
	line-height:1.65em;
}
.mcs_l .num {
	padding-left:52px;
	font-size:30px; line-height:1.5em;
	color:#e53e3a; font-weight:600; 
	background:url("../image/common/call.png") no-repeat center left;
}
.fnb1 {
	overflow:hidden;
	border-top:1px solid #777777;
}
.fnb1 li {
	float:left;
	width:33.33%; height:50px; line-height:50px;
	text-align:center; 
	box-sizing:border-box;
	border-left:1px solid #777777;
	border-bottom:1px solid #777777;
}
.fnb1 .br1 {border-right:1px solid #777777;}
.fnb1 a {
	display:block;
	color:#eee;
}
.footer_alt_box {
	display: flex;
	justify-content: space-between;
}
.fnb2 {
	display: flex;
}
.fnb2 li a {
	display: block;
	font-weight: 500;
	color: #b4b4b4;
	margin-right: 20px;
	line-height: 25px;
	font-size: 15px;
}
.f_txt {
	line-height: 1.8em;
	margin: 30px 0 35px;
}
.copyright {
	color: #6b6b6b;
}

.customer .tit {
	font-size: 16px;
	font-weight: bold;
}
.customer .num {
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0 20px;
	line-height: 1;
}
.fnb2 li a.white {
	color: #fff;
}
.fnb3 {
	overflow:hidden;
}
.fnb3 li {
	float:left;
	margin-left:30px;
}
.fnb3 a {
	color:#333333; font-weight:600;
}
.fbtm {
	padding:25px 0;
}
.flogo {
	position:absolute;
	top:0; left:0;
}
.fbtm .cts {
	padding-top:5px;
	padding-left:100px;
	font-size:14px; line-height:1.5em;
	color:#777777;
}
.fbtm .cts span {
	margin-left:25px;
}
.fbtm .cts span:first-child {margin-left:0;}
.futil {
	position:absolute;
	top:10px; right:0;
	overflow:hidden;
	z-index:1;
}
.futil li {
	float:left;
	margin-left:10px;
}
.futil a {
	display:inline-block;
	width:33px; height:33px; line-height:33px;
	text-align:center;
	border-radius:20px;
	background-color:#444444;
}
.futil a:hover {background-color:#e53e3a;}
.futil img {vertical-align:middle;}

/* Bottom Basket */
.btm_basket_wrap {
	position:fixed;
	bottom:0; left:0; right:0;
	z-index:99999;
}
.btm_basket_wrap.no_fix {
	position:relative;
	bottom:0 !important; left:auto; right:auto;
}
.btm_basket_tit {
	position:absolute;
	bottom:0; left:0; right:0;
	height:35px; line-height:35px;
	text-align:center;
	border-top:1px solid #dddddd;
	background-color:#fff;
	z-index:99;
}
.btm_basket_tit a {display:block;}
.btm_basket_tit img {
	vertical-align:middle;
	margin-right:10px;
}

/*
.btm_basket_tit a::hover {
	display:inline-block;
	margin-left:10px;
	width:8px; height:5px; 
	vertical-align:middle;
	content:''; 
	background:url("../image/common/basket_tg.png") no-repeat;
	background-position:0px 0;
}
*/

.basket_wrap {
	position:absolute;
	bottom:-413px; left:0; right:0;
	padding-top:25px; padding-bottom:36px;
	background:url("../image/common/basket_bg.jpg");
	border-top:1px solid #dddddd;
}
.basket_wrap .inner {
	height:351px;
}
.basket_tit em {
	display:block;
	margin-top:5px;
	font-size:19px; line-height:1.5em;
	font-weight:600; color:#333333; letter-spacing:-0.03em;
}
.basket_tit .opensans {
	font-size:17px; line-height:1.5em;
	letter-spacing:0.03em; color:#333333;
}
.basket_slide_wrap {
	overflow:hidden;
	position:absolute;
	bottom:30px; left:0; 
	width:770px; height:240px;
}
.basket_slide {
	margin-left:-7.5px;
}
.basket_slide .item {
	/* margin-right:15px; */
	position:relative;
	margin:0 7.5px;
	width:180px !important; height:240px; 
	background-color:#fff;
	overflow:Hidden;
}
.basket_slide .btn_del {
	position:absolute;
	right:7px; top:7px;
	z-index:9999;
}

/* controls */
.basket_slide .slick-prev, .basket_slide .slick-next {
	position:absolute;
	left:785px;
	border:none; outline:none;
	overflow:Hidden;
	width:90px;
	height:120px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
	background:#fff;
}
.basket_slide .slick-prev {
	top:0;
}
.basket_slide .slick-next {
	top:90px;
	border-top:1px solid #ddd;
}


/* controls */
.basket_controls {
	position:absolute;
	left:785px; bottom:30px;
	width:90px; height:240px;
	background-color:#fff;
	overflow:Hidden;
}
.basket_controls div {
	height:120px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
	border-top:1px solid #ddd;
}
.basket_controls div:first-child {
	border-top:0;
}
.basket_controls img {
	display:block;
	margin:0 auto 15px;
	padding-top:40px;
}
.basket_slide .img {
	height:115px; overflow:hidden;
}
.basket_slide .cts {
	padding:20px 10px;
	border-bottom:1px solid #dddddd;
}
.basket_slide .name {
	height:22px; overflow:hidden;
	font-size:18px; line-height:1.3em;
	letter-spacing:-0.03em;
	font-weight:600; color:#333333; 
}
.basket_slide .price {
	font-size:17px; line-height:1.5em;
	color:#e53e3a; font-weight:600;
}
.shop_basket_btns {
	position:Relative;
	height:35px; line-height:35px;
	text-align:center;
}
.shop_basket_btns .vol {
	position:absolute;
	top:0;
	left:0;
	width:65px;
	color:#333333;
}
.shop_basket_btns .num {
	position:absolute;
	top:0;
	left:65px;
	width:35px;
	font-weight:600; color:#e53e3a;
}
.shop_basket_btns .t1 {
	position:absolute;
	top:0; right:33px;
	width:33px;
}
.shop_basket_btns .t2 {
	position:absolute;
	top:0; right:0;
	width:33px;
}
.shop_basket_btns button {width:33px; height:36px;}
.shop_basket_btns button.t1 {
	color:#fff;
	background-color:#dad5cf;
}
.basket_result {
	position:absolute;
	bottom:30px; right:0;
	width:205px; height:240px;
	background-color:#fff;
}
.basket_result .tit {
	padding:20px 20px 5px;
	font-size:19px; line-height:1.5em;
	font-weight:600; color:#333333; letter-spacing:-0.03em;
}
.basket_result ul {
	padding:0 20px;
}
.basket_result li {
	overflow:hidden;
	margin-top:10px;
}
.basket_result .dt {
	float:left;
	color:#333333;
}
.basket_result .dd {
	float:right;
	text-align:right;
}
.basket_result .bt1 {
	border-top:1px solid #ddd;
	padding-top:12px;
}
.basket_result .sum {
	font-weight:600; color:#e53e3a;
}
.basket_result .btn {
	position:absolute;
	bottom:0; left:0; right:0;
}
.basket_result .btn a {
	display:block;
	height:44px; line-height:44px;
	text-align:center;
	font-size:17px; font-weight:600; color:#fff;
	background-color:#e53e3a;
}
.btn_close {
	position:absolute;
	top:0; right:0;
}




/* Font Style */
.square {font-family:'Nanum Square', sans-serif;}
.opensans {font-family:'Open Sans', 'Nanum Square', sans-serif;}


/* 로그인 회원가입 박스 */
.snb1 .login_box {
	position: relative;
	height: 100px;
}
.login_box.active .login_box_sub_box {
	height: auto;
}
.login_box_sub_box {
	overflow: hidden;
    height: 0;
    position: absolute;
    z-index: 99;
	left: 0;
    transform: translateX(-50%);
    right: 0;
    top: 100%;
    min-width: 160px;
    background: #fff;
    box-shadow: 0 5px 10px 0px rgb(0 0 0 / 5%);
}
.login_box_sub_box li {
	width: 100%;
	height: 100%;
	margin-left: unset;
}
.login_box_sub_box li a {
	displaY: block;
    line-height: 30px;
    margin: 5px 0;
    color: #666;
    padding: 0 25px;
	width: 100%;
	height: 100%;
}
.login_box_sub_box li:first-child {
	border-top: 2px solid #000;
    padding-top: 20px;
}
.login_box_sub_box li:last-child {
	padding-bottom: 20px;
}

/* mb_gnb */
.m_gnb {
	display: none;
	padding: 20px;
}
.btn_gnb {
	display: none;
	height: 100%;
	z-index: 999;
}
.btn_gnb img {
	height: 20px;
}

/* 반응형 */
@media all and (max-width:1399px) {
	
	/* header */
	#header .h_inner { margin: 0 40px; }
	.m_gnb {
		display: block;
	}
	h1.logo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.m_gnb .close_btn{
		text-align: end;
	}
	.gnb_mask {
		background-color: #000;
		opacity: 0.6;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		display: none;
	}
	.h_open .gnb_mask {display: block;}
	.btn_gnb {
		display: block;
	}
	.h_open #gbox {
		transform: translateX(0);
	}
	#gbox {
		position: fixed;
		display: block;
		left: 0;
		top: 0;
		right: 15%;
		background: #fff;
		height: 100vh;
		box-sizing: border-box;
		transform: translateX(-100%);
		transition: 0.3s all;
		z-index: 9999;
		overflow: auto;
	}
	.gnb {display: block;border-top: 10px solid #ebebeb;padding: 25px 20px;}
	.gnb > li > a {
		background: url(../image/common/arw01.png) no-repeat right 15px center / 16px;
		display: block;
		padding: 15px 0px;
		font-size: 20px;
		line-height: 1.5;
	}
	.gnb > li.active > a {background: url(../image/common/arw02.png) no-repeat right 15px center / 16px;}
	
	.gsub { display: none; min-width: auto; height: auto; position: static; box-shadow: none; }
	.gsub li:first-child {border-top: 0;padding-top: 0px;}
	.gsub li:last-child { padding-bottom: 10px; }
	.gsub li a {font-size: 18px;padding: 0;line-height: 35px;}
	#header.main_ver .gnb > li > a {
		color: #000;
	}
	/* #header.main_ver .btn_gnb {
		filter: invert(100%);
	} */
	#header.h_hover .btn_gnb, #header.fix .btn_gnb {
		filter: unset;
	}
    #header.main_ver .btn_gnb {
		display: block;
        filter: invert(100%);
	}
}

@media all and (max-width:1199px) {

	

}


/* 타블렛 세로 */
@media all and (max-width:1023px) {
}


/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {

	/* header */
	#header { height: calc(100vw * (80/640)); }
	#header .h_inner { margin: 0 20px; }
	h1.logo a {
		width: calc(100vw * (270/640));
		line-height: calc(100vw * (80/640));
		display: block;
	}
	.snb1 .login_box {
		height: auto;
	}
	.hs_wrap.on {
		height: calc(100vw * (300/640));
	}
	.login_box_sub_box li a {
		line-height: calc(100vw * (30/640));
		margin: calc(100vw * (5/640)) 0;
		padding: 0 calc(100vw * (25/640));
		font-size: calc(100vw * (14/640));
	}
	span.cart_num {
		min-width: calc(100vw * (18/640));
		min-height: calc(100vw * (18/640));
		width: auto;
		height: auto;
		padding: 0 calc(100vw * (5/640));
		font-size: calc(100vw * (10/640));
		line-height: calc(100vw * (18/640));
	}
	.snb1 > li {		
		width: calc(100vw * (28/640));
		height: calc(100vw * (28/640));
	}
	.login_box.active .login_box_sub_box {
		margin-top: calc(100vw * (20/640));
	}
	.btn_gnb {
		width: calc(100vw * (34/640));
	}
	.snb1 .search_click {
		width: calc(100vw * (28/640));
		height: calc(100vw * (28/640));
	}
	.snb1 > li {
		margin-left: calc(100vw * (25/640));
	}
	.snb a {
		width: calc(100vw * (28/640));
		height: calc(100vw * (28/640));
		display: block;
	}
	.logo img { width: 100%; height: 100%; object-fit: contain; vertical-align: middle;}
	.btn_gnb img { width: 100%; height: 100%; object-fit: contain; }

	/* footer */
	.footer_alt_box {
		display: block;
	}
	.customer { margin-top: 40px;  }

}

/* 모바일 상세 */
@media all and (max-width:640px) {
	.hs_inp {
		width: calc(100vw * (450/640));
    	height: calc(100vw * (35/640));
	}
	.hs_inp input[type="text"] {
		width: calc(100vw * (400/640));
    	height: calc(100vw * (35/640));
	}
	.hash {
		font-size: calc(100vw * (16/640));
	}
}

/* 모바일 가로 */
@media all and (max-width:568px) {

	.gnb > li > a { font-size: 18px; background-size: 14px !important; padding: 12px 0; }
	.gsnb li a { font-size: 16px; margin: 0; }
	.snb1 .login_box {
		height: auto;
	}
}

@media all and (max-width:425px) {	
	.hs_inp a {
		width: 15px;
    	height: 15px;
	}
}

@media all and (max-width:375px) {

}

@media all and (max-width:320px) {

}







/* 공통 */

/* PC이하 ~ 타블렛 가로 */
@media all and (max-width:1399px) {
	.show-1399 {display:block;}
	.hide-1399 {display:none;}
}
@media all and (max-width:1199px) {
	.show-1199 {display:block;}
	.hide-1199 {display:none;}
}
/* 타블렛 가로 이하 */
@media all and (max-width:1023px) {
	.show-1023 {display:block;}
	.hide-1023 {display:none;}
}
/* 타블렛 이하 ~ 모바일 */
@media all and (max-width:767px) {
	.show-767 {display:block;}
	.hide-767 {display:none;}
}
/* 모바일 가로 미만 */
@media all and (max-width:568px) {
	.show-568 {display:block;}
	.hide-568 {display:none;}
}
/* 모바일 최소 */
@media all and (max-width:425px) {
	.show-425 {display:block;}
	.hide-425 {display:none;}
}

@media all and (max-width:375px) {
	.show-375 {display:block;}
	.hide-375 {display:none;}
}

@media all and (max-width:320px) {
	.show-320 {display:block;}
	.hide-320 {display:none;}
}

