@charset "utf-8";

body{
	min-width: 1243px;
}
#contents{
	padding-top: 83px;
}
.basic-inner{
	max-width: 1640px;
	min-width: 1243px;
	padding: 0 1.129%;
	margin: 0 auto;
	box-sizing: border-box;
}
/*---header---*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: rgb(30,37,44);
}
.ie9 #header {z-index: 10000;}
#header .basic-inner{
	height: 83px;
}
#header .basic-inner:after{
	content: '';
	display: block;
	clear: both;
}
#header .logo{
	float: left;
	width: 120px;
	height: 100%;
}
#header .logo a{
	display: block;
	height: 100%;
	text-indent: -9999px;
	background:  url(/pc/resource/images/common/logo.png) center center no-repeat;
}
#header .util{
	float: right;
	overflow: hidden;
	height: 100%;
	padding: 10px 0;
	box-sizing: border-box;
}
#header .hd__banner{
	display: inline-block;
	width: 210px;
	margin-right: 40px;
	vertical-align: middle;
	line-height: 16px;
	font-size: 14px;
	color: rgb(255,255,255);
}
#header .hd__banner .slick-slide{
	display: inline-block;
	text-align: center;
}
#header .hd__banner .txt,
#header .hd__banner .mark{
	display: inline-block;
	vertical-align: middle;
}
#header .hd__banner .txt{
	margin-left: 10px;
	text-align: left;
}
#header .hd__banner .slick-arrow{
	position: absolute;
	top: 50%;
	width: 4px;
	height: 5px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#header .hd__banner .slick-next{
	right: 0;
	background-image: url(/pc/resource/images/common/arr_right_wt.png);
}
#header .hd__banner .slick-prev{
	left: 0;
	background-image: url(/pc/resource/images/common/arr_left_wt.png);
}
#header .util__menu{
	display: inline-block;
	vertical-align: middle;
}
#header .util__menu ul{
	overflow: hidden;
}
#header .util__menu li {
	position: relative;
	float: left;
}
#header .util__menu li > a{
	display: block;
	width: 35px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header .util__menu .util-srh{background-image: url(/pc/resource/images/common/ico_util_srh.png);}
#header .util__menu .util-my{background-image: url(/pc/resource/images/common/ico_util_my.png);}
#header .util__menu .util-cart{background-image: url(/pc/resource/images/common/ico_util_cart.png);}

#header .util__menu .num{
	position: absolute;
	top: 20%;
	right: -25px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	font-family: 'Industry-Book';
	border-radius:100%;
	background:rgb(51,51,51);
	color: rgb(255,255,255);
}
#header .util .customer-tel{
	font-size: 14px;
	color: rgb(255,255,255);
}

/*---gnb---*/
#gnb{
	float: left;
	margin: 0 0 0 30px;
}
#gnb .gnb__depth:after{
	content: '';
	clear: both;
	display: block;
}
#gnb .gnb__depth{
	text-align: center;
	font-size: 0;
}
#gnb .gnb__depth > li{
	display: inline-block;
}
#gnb .gnb__depth > li + li{
	margin-left: 25px;
}
#gnb .gnb__depth > li > a{
	display: block;
	padding: 29px 0 30px;
	color: rgb(255,255,255);
}
#gnb .gnb__depth > li > a.point {
	color: rgb(254,80,0);
}
#gnb .gnb__depth li > a{
	font-size: 16px;
}
#gnb .gnb__depth2{
	position: absolute;
	left: 0;
	top: 83px;
	z-index: -1;
	overflow: hidden;
	width: 100%;
	height: 0;
	text-align: left;
	transition:all .1s ease;
	font-size: 14px;
	background: rgb(255,255,255);
	box-sizing: border-box;
}
#gnb .gnb__depth2 .inner{
    width: 1600px;
	margin: 0 auto;
	padding: 0 0 30px 150px;
    box-sizing: border-box;
	overflow: hidden;
}
#gnb .gnb__depth2 .inner > div {
	display: flex;
	width: 698px;
	overflow: hidden;
}
#gnb .gnb__depth2 .list{
	float: left;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
}
#gnb .gnb__depth2 .list > a {
	line-height: 30px;
	letter-spacing: -.5px;
	color: rgb(0,0,0);
}
#gnb .gnb__depth2 .list:nth-child(1) {width: 105px;}
#gnb .gnb__depth2 .list:nth-child(2) {width: 120px;}
#gnb .gnb__depth2 .list:nth-child(3) {width: 96px;}
#gnb .gnb__depth2 .img{
	width: 120px;
}
#gnb .gnb__depth2 .img img{width: 100%;}
#gnb .gnb__depth2 .tit{
	display: block;
	margin-top: 30px;
	font-weight: 700;
}
#gnb .gnb__depth2 ul{
	margin-top: 10px;
}
#gnb .gnb__depth2 ul a{
	color: rgb(102,102,102);
}

	/*gnb 활성화*/
#gnb .gnb__depth > li > a:hover{
	color: rgb(254,80,0);
}
#gnb .gnb__depth > li > a.point:hover {
	color: rgb(255,255,255)
}
#gnb .gnb__depth2.open{
	height: 150px;
	padding: 13px 0;
	z-index: 9;
	-webkit-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.93);
	-moz-box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.93);
	box-shadow: 0px 5px 10px 1px rgba(168,168,168,0.93);
}

/*검색창*/
.search__wrap{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background: rgb(30,37,44);
}
.search__wrap .inner{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.search__wrap .inp{
	float: left;
	width: calc(100% - 75px);
}
.search__wrap .search__inp{
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	background: rgb(30,37,44);
	color: rgb(255,255,255);
	outline:0;
}
.search__wrap .btn-area{
	float: right;
	width: 75px;
}
.search__wrap .btn-area button{
	display: inline-block;
	width: 36px;
	height: 80px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}
.search__wrap .btn-area .search-btn{background-image: url(/pc/resource/images/btn/btn_search.png);}
.search__wrap .btn-area .close-btn{margin-left: 3px;background-image: url(/pc/resource/images/btn/btn_close.png);}

	/*검색창 활성화*/
.search--open .search__wrap {display: block;}

/*---footer---*/
#footer{
	background: rgb(30,37,43);
}
#footer .basic-inner{
	padding: 0 20px;
	box-sizing: border-box;
}
#footer .site-map {
	position: relative;
	overflow: hidden;
	padding: 55px 0;
}
#footer .site-map .map--left{
	float: left;
}
#footer .site-map .mid-logo{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width: 210px;
}
#footer .site-map .mid-logo img{width: 100%;}
#footer .site-map .map--right{
	float: right;
}
#footer .site-map .list{											
	float: left;
}
#footer .site-map .list + .list{
	margin-left: 90px;
}
#footer .site-map .list > .tit{
	display: block;
	margin-bottom: 25px;
	font-size: 22px;
    font-family: 'Industry-Book';
	font-weight: normal;
	color: rgb(204,204,204);
}
#footer .site-map .list li + li{
	margin-top: 10px;
}
#footer .site-map .list li{
	font-size: 14px;
	color: rgb(153,153,153);
}
#footer .site-map .sns {
	margin-top: -10px;
	font-size: 0;
}
#footer .site-map .sns li{
	display: inline-block;
}
#footer .site-map .sns li + li{
	margin-left: 20px;
}
#footer .site-map .sns li a{
	display: block;
	height: 20px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}
#footer .site-map .sns li a.face{width:11px;background-image: url(/pc/resource/images/common/ico_sns_face.png);}
#footer .site-map .sns li a.insta{width:20px;background-image: url(/pc/resource/images/common/ico_sns_insta.png);}
#footer .site-map .sns li a.youtube{width:26px;background-image: url(/pc/resource/images/common/ico_sns_youtube.png);}

#footer .site-map .list .privacy{
	color: rgb(204,204,204);
}
#footer .bottom{
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	border-top: 1px solid rgb(255,255,255);
	color: rgb(153,153,153);
}
#footer .bottom .footer__logo{
	float: left;
	width: 120px;
	height: 43px;
	text-indent: -9999px;
	background:  url(/pc/resource/images/common/logo-footer.png) center center no-repeat;
}
#footer .bottom address{
	float: left;
	margin: -3px 0 0 25px;
	line-height: 24px;
	font-size: 14px;
	font-style: normal;
}
#footer .bottom .ft-etc{
	float: right;
}
#footer .ft-etc .link-box{
	text-align: right;
	font-size: 0;
}
#footer .ft-etc .link-box > a{
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid rgb(102,102,102);
	font-size: 12px;
	box-sizing: border-box;
}
#footer .ft-etc .link-box > a + a{
	margin-left: 10px;
}
#footer .ft-etc .copy{
	position: absolute;
	right: 0;
	bottom: 30px;
	font-size: 16px;
    font-family: 'DINPro-Cond';
	color: rgb(85,87,89);
}

/* 2021-07-06 gnb 수정 */
#gnb .gnb__depth li.b-collection > a span {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 1px 3px 0 0;
	font-family: 'Industry-Bold', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: rgb(255,255,255);
	text-align: center;
	line-height: 20px;
	vertical-align: top;
	background-color: rgb(240,90,33);
	border-radius: 50%;
}
/* //2021-07-06 gnb 수정 */

/* 2023-03-13 gnb 수정 */
#gnb._v2 .gnb__depth > li:nth-child(6),
#gnb._v2 .gnb__depth > li:nth-child(3) {
	position: relative;
	margin-left: 50px;
}
#gnb._v2 .gnb__depth > li:nth-child(6):after,
#gnb._v2 .gnb__depth > li:nth-child(3):after {
	content: '';
	display: block;
	position: absolute;
	left: -24px;
	top: 50%;
	transform: translateY(-50%);
	background: rgb(255,255,255);
	width: 1px;
	height: 17px;
}
/* // 2023-03-13 gnb 수정 */

/* 2024-06-10 gnd 수정 */
#gnb._v3 .gnb__depth > li {
	position: relative;
	margin-left: 60px;
}
#gnb._v3 .gnb__depth > li:after {
    content: '';
    display: block;
    position: absolute;
    left: -31px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255, 255, 255);
    width: 1px;
    height: 17px;
}
#gnb._v3 .gnb__depth > li:first-child {margin-left: 0;}
#gnb._v3 .gnb__depth > li:first-child:after {display: none;}
/* // 2024-06-10 gnd 수정 */
@media all and (max-width: 1440px) {
	#footer .site-map .list + .list{
		margin-left: 50px;
	}
}