@charset "UTF-8"; 

body {
	min-width: var(--window-min-width);
	background-color: var(--color-white);
}

/*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;}


._wt_size01 {
	flex: 1;
	width: calc(475 / 1920 * 100%);
}
._wt_size02 {
	min-width: 500px;
	width: calc(600 / 1920 * 100%);
}
._wt_size03 {
	min-width: 200px;
	width: calc(300 / 1920 * 100%);
}
._wt_size04 {
	min-width: 300px;
	width: calc(545 / 1920 * 100%);
}
._wt_size05 {
	min-width: 541px;
	width: calc(845 / 1920 * 100%);
}
._wt_size06 {
	min-width: 700px;
	width: calc(900 / 1920 * 100%);
}

/* HEADER */
#header .inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 40px;
	box-sizing: border-box;
}
#header .top-box {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: var(--color-light);
}
#header .top-box .inner {justify-content: space-between;}
#header .site-cate {
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .site-cate a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 15px;
	box-sizing: border-box;
	font-family: var(--fontfam-eng-hrt), sans-serif;
	font-size: 14px;
	color: var(--color-default);
	transition: all .2s;
}
#header .site-cate a:hover {border-color: var(--color-default);}
#header .site-cate a.on {
	border-color: var(--color-default);
	background-color: var(--color-default);
	color: var(--color-light);
}
#header .txt-banner a {
	font-family: var(--fontfam-eng-hrt), sans-serif;
	font-size: 14px;
	color: var(--color-default);
}
#header .util-box {
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 46px;
}
#header .util-box li {height: 100%;}
#header .util-box a,
#header .util-box button {
	display: block;
	position: relative;
	width: 24px;
	height: 100%;
	padding: 0 10px;
	font-size: 0;
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
}
#header .util-box .search__btn {background-image: var(--ico-search);}
#header .util-box .account__btn {background-image: var(--ico-account);}
#header .util-box .cart__btn {background-image: var(--ico-cart);}
#header .util-box .cart__btn:after {
	content: attr(data-num);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-15px);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--color-default);
	font-family: var(--fontfam-eng-hrt), sans-serif;
	font-size: 8px;
	color: var(--color-light);
}
#header .gnb-box {
	height: 120px;
	background-color: var(--color-white);
}
#header .logo-box {
	flex-shrink: 0;
	display: block;
	width: clamp(100px, 8.7% ,159px);
}
#header .logo a {
	display: block;
	width: 100%;
	height: 87px;
	background: var(--logo-bk) center / contain no-repeat; 
	text-indent: -999px;
}
#header .promo-box {margin-left: auto;}
#header .promo-box a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 clamp(10px, 1.05vw, 20px);
	border-radius: 20px;
	box-sizing: border-box;
	background-color: var(--color-default);
	font-family: var(--fontfam-eng-hrt), sans-serif;
	font-size: 16px;
	font-size: clamp(14px, .9vw, 16px);
	color: var(--color-light);
	line-height: 1;
	text-align: center;

	/* text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}
#header .gnb {
	display: flex;
	margin-left: clamp(15px, .95vw, 18px);
}
#header .gnb > ul > li {
	padding: 40px 0;
}
#header .gnb > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 clamp(15px, 1.05vw, 20px);
	border-radius: 20px;
	border: 1px solid transparent;
	box-sizing: border-box;
	font-family: var(--fontfam-eng-hrt), sans-serif;
	font-size: 16px;
	font-size: clamp(14px, .9vw, 16px);
	color: var(--color-default);
	line-height: 1;
	text-align: center;

	transition: border-color .2s;
}
#header .gnb > ul > li:hover > a,
#header .gnb > ul > li.on > a {border-color: var(--color-default);}
#header .gnb > ul > li:hover > a._type_yl,
#header .gnb > ul > li.on > a._type_yl {
	border-color: var(--color-yl);
	background-color: var(--color-yl);
}
#header .gnb > ul {
	display: flex;
	/* position: relative; */
}
#header .gnb > ul + ul {
	margin-left: clamp(15px, 1.05vw, 20px);
	padding-left: clamp(15px, 1.05vw, 20px);
}
#header .gnb > ul + ul:before {
	content: '';
	position: relative;
	top: 50%;
	left: clamp(-20px, -1.05vw, -15px);
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: var(--color-default);
}

#header {
	position: sticky;
	top: -60px;
}

.gnb .depth-wrap .depth-bg {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(40px);
    pointer-events: none;
    z-index: -1;

    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}
.gnb > ul > li:hover .depth-wrap .depth-bg {
	visibility: visible;
	opacity: 1;
}
.gnb .depth-wrap .depth-con {	
	display: flex;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: var(--window-min-width);	
	box-sizing: border-box;
	background-color: var(--color-white);
	
	visibility: hidden;
	opacity: 0;
}
.gnb > ul > li:hover .depth-wrap .depth-con {	
	visibility: visible;
	opacity: 1;

	transition: all 0.3s;
}

/*임시*/
.gnb > ul > li.on .depth-wrap .depth-con {
	visibility: visible;
	opacity: 1;

	transition: all 0.3s;
}
.gnb .depth-wrap .depth-con > div {box-sizing: border-box;}
.gnb .depth-wrap .depth-con .depth2-box {
	display: flex;
	width: calc(50% - 10px);
	padding: 40px 0 40px 40px;
}
.gnb .depth-wrap .depth-con .depth2-box a {
	display: block;
	font-weight: 700; 
	font-size: 24px;
	line-height: 44px;
	color: var(--color-default); 
}
.gnb .depth-wrap .depth-con .depth-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 250px;
    width: 28%;
}
.gnb .depth-wrap .depth-con .depth-left .guide {margin-top: auto;}
.gnb .depth-wrap .depth-con .depth-left .guide a {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
}
.gnb .depth-con .depth-right {flex-grow: 1;}
.gnb .depth-con .depth-right > ul {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2뎁스 3뎁스 */
    align-items: start;
    padding-left: clamp(60px, 4vw, 75px);
    padding-right: clamp(30px, 2.1vw, 40px);
}
.gnb .depth-con .depth-right > ul > li {
    display: contents; 
}
.gnb .depth-con .depth-right > ul > li > a {
    grid-column: 1; 
    display: block;
	position: relative;
	opacity: .5;
}
.gnb .depth-con .depth-right > ul > li > a:after {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 50%;
	max-width: 155px;
	height: 1px;
	background-color: var(--color-default);
}
.gnb .depth-con .depth-right .depth3-box {
    grid-column: 2;
    grid-row: 1 / span 20; 
    display: none;
	padding-left: clamp(30px, 2.1vw, 40px);
}
.gnb .depth-con .depth-right > ul > li:hover > a,
.gnb .depth-con .depth-right > ul > li.on > a {opacity: 1;}
.gnb .depth-con .depth-right > ul > li:hover > a:after,
.gnb .depth-con .depth-right > ul > li.on > a:after {
	display: block;
	opacity: 1;
}
.gnb .depth-con .depth-right > ul > li:hover .depth3-box,
.gnb .depth-con .depth-right > ul > li.on .depth3-box {
    display: block;
}


.gnb .depth-wrap .depth-con .depth-banner {width: calc(50% + 10px);}
.gnb .depth-wrap .depth-con .depth-banner {
	position: relative;
}
.gnb .depth-wrap .depth-con .depth-banner .banner-box {
	height: 100%;
	overflow: hidden;
}
.gnb .depth-wrap .depth-con .depth-banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s;
}
.gnb .depth-wrap .depth-con .depth-banner:hover img {transform: scale(1.2);}
.gnb .depth-wrap .depth-con .depth-banner .txt-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
}
.gnb .depth-wrap .depth-con .depth-banner .txt-box .sub {
	font-family: var(--fontfam-eng-hr), sans-serif;
	font-size: 16px;
	color: var(--color-white);
}
.gnb .depth-wrap .depth-con .depth-banner .txt-box .tit {
	font-weight: 700;
	font-size: 45px;
	line-height: 54px;
	color: var(--color-white);
	word-break: keep-all;
}
.gnb .depth-wrap .depth-con .depth-banner .btn-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}
.gnb .depth-wrap .depth-con .depth-banner .banner__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	min-width: 380px;
	max-width: 620px;
	height: 60px;
	padding: 0 47px;
	border-radius: 30px;
	box-sizing: border-box;
	background-color: var(--color-light);
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -.01em;
	color: var(--color-default);

	transition: flex-grow 0.2s ease;
} 
.gnb .depth-wrap .depth-con .depth-banner:hover .banner__btn {
	flex-grow: 1;
}

/* FOOTER */
#footer {
	padding: 80px 0 20px;
	background-color: var(--color-light);
}
#footer .con {
	display: flex;
	width: 100%;
	padding: 0 40px 80px;
	box-sizing: border-box;
}
#footer .con > div {width: 50%;}
#footer .cs-center a {
	font-weight: 700;
	font-size: 20px;
	color: var(--color-default);
}
#footer .cs-center p {
	margin-top: 17px;
	font-weight: 500;
	font-size: 14px;
}
#footer address {
	margin-top: 54px;
	font-style: normal;
}
#footer address p {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: var(--color-default);
}
#footer address p + p {
	margin-top: 14px;
}
#footer .sns__list {
	display: flex;
	margin: 50px 0 0 -10px;
}
#footer .sns__list a {
	display: block;
	width: 24px;
	height: 24px;
	padding: 10px;
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#footer .sns__list a._insta {background-image: var(--ico-insta);}
#footer .sns__list a._youtube {background-image: var(--ico-youtube);}

#footer .site-map {
	display: flex;
}
#footer .site-map ul {
	width: calc(100% / 3);
	box-sizing: border-box;
}
#footer .site-map ul li {
	width: fit-content;
}
#footer .site-map ul li a {
	display: block;
	/* padding: 6px 10px;
	line-height: 1.2; */
	padding: 0 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	color: var(--color-default);
	word-break: keep-all;
}
#footer .graphic img {
	display: block;
	width: 100%;
	pointer-events: none;
}
#footer .copyright {
	margin-top: -9px;
	padding: 0 40px;
	font-size: 12px;
}


/* contents */
#contents {min-height: calc(100vh - 354px);}
/* //contents */


/* loading */
.loading img,
#paging img {display: none;}
.loading,
#paging {
	display: block;
  width: 5%;
	max-width: 45px;
	margin: 50px auto;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#000 0 0);
  background: 
    var(--c) 0%   50%,
    var(--c) 50%  50%,
    var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
}
.loading._type_wt,
#paging._type_wt {--c: no-repeat linear-gradient(#fff 0 0);}
@keyframes l1 {
  0%  {background-size: 20% 100%,20% 100%,20% 100%}
  33% {background-size: 20% 10% ,20% 100%,20% 100%}
  50% {background-size: 20% 100%,20% 10% ,20% 100%}
  66% {background-size: 20% 100%,20% 100%,20% 10% }
  100%{background-size: 20% 100%,20% 100%,20% 100%}
}
/* //loading */




/*  ACCOUNT */
.util-account {
	position: relative;
	top: 0;
	left: 0;
}
.account__layer {
	visibility: hidden; 
	position: absolute;
	top: 100%;
	right: 15px;
	padding-top: 15px;
	opacity: 0;
	transition: all 0.3s;
}
.search--open .account__layer {z-index: 5002;}
#header .util-box .util-account:hover .account__layer {
	visibility: visible;
	opacity: 1;
}
.account__layer .inner {
	width: 160px;
	padding: 18px 30px;
	background-color: var(--color-white);
	border: 1px solid rgb(238,238,238);
	box-sizing: border-box;
}
#header .util-box .util-account .account__layer a {
	display: block;
	width: auto;
	height: auto;
	background: none;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-default);
}
#header .util-box .util-account .account__layer a + a {margin-top: 15px;}
/*  //ACCOUNT */

/* 2025-12-12 띠배너 추가 */
.banner__top {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	min-width: var(--window-min-width);
	height: 40px;
	background-color: var(--color-default);
	padding: 0 58px;
	box-sizing: border-box;
	z-index: 5601;
}
.banner__top p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: var(--fontfam-kor), sans-serif;
	font-weight: 700;
	text-align: center;
	color: var(--color-white);
}
.banner__top p a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.banner__top .top__close-btn {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 18px;
	height: 40px;
	padding: 0 20px;
	transform: translateY(-50%);
	background-image: var(--ico-x-wt);
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;	
}

.banner__top ~ #header {top: 40px;}
.banner__top ~ .brand-header {top: 100px;}
.banner__top._close {display: none;}
.banner__top._close ~ #header {top: 0px;}
.banner__top._close ~ .brand-header {top: 60px;}

.banner__top ~ #contents .goods-list-box .sorting-box {top: 105px;}
.banner__top._close ~ #contents .goods-list-box .sorting-box {top: 65px;}
/* //2025-12-12 띠배너 추가 */

@media screen and (max-width: 1700px){
	.gnb > ul > li > a {font-size: 12px;}
}