/*SKIP NAVI*/
#skipNavi li { font-size:0; line-height:0; z-index:99999999999;}
#skipNavi li a { display:block; width:100%; padding:10px 0; color:#fff; position:absolute; left:0; top:-100px; text-align:center; z-index:200; background:#413022; border:0 none; z-index:99999999999;}
#skipNavi li a:active, #skipNavi li a:focus { top:0; font-weight:bold;font-size:16px;line-height:1.5; border-bottom:1px solid #fff; z-index:99999999999;}

/* HEADER */
.top-banner-box {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background-color: rgb(40, 40, 40);
}
.top-banner-box div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.top-banner-box a {
	font-size: 14px;
	color: rgb(255,255,255);
	text-align: center;
}
#header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	background-color: rgb(255, 255, 255);
	transition: all .2s;
}
#header .inner {
	max-width: 1920px;
	margin: auto;
	padding: 0 30px;
	box-sizing: border-box;
}
#header .head-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 0 0;
}
#header .logo {
	order: 2;
	margin-top: auto;
}
#header .logo > a {
	display: flex;
    align-items: flex-end;
    padding: 9px 15px 0;
}
#header .search-box {
	order: 1;
	min-width: 75px;
}
#header .search-box .search__btn {
	width: 36px;
	height: 36px;
	margin-left: -9px;
	background: url(/pc/resource/images/common/ico_search_bk_19x19.png) center / 19px no-repeat;
	font-size: 0;
}
#header .util-box {
	order: 3;
	display: flex;
	padding-right: 3px;
}
#header .util-box > a {
	position: relative;
	width: 36px;
	height: 36px;
	font-size: 0;
}
#header .util-box .acc__btn {
	background: url(/pc/resource/images/common/ico_account_bk_20x20.png) center / 20px no-repeat;
}
#header .util-box .cart__btn {
	background: url(/pc/resource/images/common/ico_cart_bk_18x18.png) center / 18px no-repeat;
}
#header .util-box .cart__btn:after {
	content: attr(data-count);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: -3px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: rgb(40, 40, 40);
	font-size: 12px;
	color: rgb(255, 255, 255);
	white-space: nowrap;
}
#header .gnb > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
}
#header .gnb > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 39px;
    font-family: 'Zurich-Regular', sans-serif;
    font-size: 16px;
    line-height: 29px;
    padding: 20px 15px;
}
#header .gnb > ul > li > a:before {
    content: '';
    position: absolute;
    left: 15px;
    transform: scaleX(0);
    transform-origin: right;
    bottom: 25px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgb(40, 40, 40);
    transition: transform .2s;
}
#header .gnb > ul > li:hover > a:before {
	transform: scaleX(1);
	transform-origin: left;
}
#header .gnb .gnb-depth {
	position: absolute;
    width: 100%;
	top: 100%;
    left: 0;
    padding: 40px;
	border-top: 1px solid rgb(204, 204, 204);
    box-sizing: border-box;
	background: rgb(255, 255, 255);

	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
#header .gnb > ul:hover + .gnb-depth, 
#header .gnb .gnb-depth:hover {
	visibility: visible;
	opacity: 1;
}
#header .gnb .gnb-depth .depth-bg {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /*height: calc(100vh - 120px);*/
	height: calc(100vh - 459px);
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
#header .gnb .gnb-depth .depth-box {
	display: flex;
	/*justify-content: center;
	gap: 204px;*/
	justify-content: space-between;
	width: 100%;
	max-width: 1275px;
    margin: auto;
}
#header .gnb .gnb-depth .link-box {
	display: flex;
	justify-content: space-between;
	min-width: 775px;
}
#header .gnb .gnb-depth .cate {
	font-family: 'Zurich-Bold', sans-serif;
	font-size: 14px;
}
#header .gnb .gnb-depth ul {
	margin-top: 12px;
}
#header .gnb .gnb-depth li {
	font-family: 'Zurich-Regular', 'Pretendard', sans-serif;
	font-size: 14px;
	line-height: 30px;
}
#header .gnb .gnb-depth li a {display: block;}
#header .gnb .gnb-depth .banner-box {
	position: relative;
	width: 300px;
	height: fit-content;
	overflow: hidden;
}
#header .gnb .gnb-depth .banner-box a {display: block;}
#header .gnb .gnb-depth .banner-box a img {
	position: relative;
	width: 100%;
	transition: .2s;
}
#header .gnb .gnb-depth .banner-box a:hover img {
	transform: scale(1.1);
}
#header .gnb .gnb-depth .banner-box .info {
	position: absolute;
	left: 20px;
	bottom: 16px;
}
#header .gnb .gnb-depth .banner-box .info .sub {
	font-family: 'Zurich-Bold', sans-serif;
	font-size: 14px;
	color: rgb(255, 255, 255);
}
#header .gnb .gnb-depth .banner-box .info .tit {
	font-weight: 700;
	font-family: 'Pretendard', sans-serif;
	font-size: 24px;
	color: rgb(255, 255, 255);
}
/* //HEADER */

/* CONTENTS */
#contents {min-height: calc(100vh - 514px);}

/* FOOTER */
#footer {
	padding: 60px 0;
	width: 100%;
	background-color: rgb(32, 32, 32);
}
#footer .inner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 40px;
}
#footer .sitemap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#footer .sitemap .tit {
	font-family: 'Zurich-Bold', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: rgb(255, 255, 255);
}
#footer .sitemap ul {margin-top: 30px;}
#footer .sitemap a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: rgb(204, 204, 204);
}
#footer .sns__list {
	display: flex;
}
#footer .sns__list a {
	display: block;
	width: 56px;
	height: 56px;
	border: 1px solid rgb(65, 65, 65);
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
#footer .sns__list .sns__instagram {
	background-size: 20px;
	background-image: url(/pc/resource/images/common/ico_insta_gr_20x20.png);
}
#footer .sns__list .sns__youtube {
	border-left: 0px;
	background-size: 24px;
	background-image: url(/pc/resource/images/common/ico_youtube_gr_24x18.png);
}
#footer .address-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 60px;
}
#footer .address-box address {
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	color: rgb(255, 255, 255);
}
#footer .address-box p {
	display: flex;
	gap: 12px;
}
#footer .address-box .copyright {
	font-family: 'Zurich-Regular', sans-serif;
	font-size: 13px;
	color: rgb(255, 255, 255);
}
/* //FOOTER */

#header .search-box-all {
	width: 100%;
	min-width: 1200px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(0,43,73,0.9);
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.3s, opacity 0.3s;
}

#header .search-box-all.show {
	opacity: 1;
	visibility: visible;
}
#header .search-box-all.hide {
	opacity: 0;
	visibility: hidden;
}
#header .search-box-all div {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
    align-items: flex-end;
	width: 900px;
	border-bottom: 3px solid rgb(255,255,255);
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}
#header .search-box-all .inp__search {
	width: calc(100% - 46px);
	padding: 8px 0;
	font-weight: 400;
    font-family: 'Pretendard';
	font-size: 16px;
	color: rgb(255,255,255);
	border: 0;
	box-sizing: border-box;
	background: transparent;
	outline: 0;
}
#header .search-box-all .inp__search::placeholder {
	color: rgb(255,255,255);
	font-weight: 400;
    font-family: 'Pretendard';
}
#header .search-box-all button {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center right;
}
#header .search-box-all .btn__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 110px;
	background-image: url(/pc/resource/images/common/close_btn_wt_32x32.png);
	background-position: center;
	background-size: 30px;
}
#header .search-box-all .btn__search {
	width: 46px;
	height: 46px;
	display: table-cell;
	vertical-align: middle;
	background-image: url(/pc/resource/images/common/ico_search_wt_22x22.png);
	background-size: 22px;
}

@media all and (max-width: 1200px){
	body{
		width: 1200px;
	}
	#header{
		width: 1200px;
	}
}