/*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;}

body{overflow-x: hidden;}
#wrap {overflow: hidden;}

._sc_disable {
	height: 100%;
	min-height: 100%;
	overflow: hidden !important;
	touch-action: none;
}

/* header */
#header {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: rgb(255,255,255);
}
#header > .inner {
	max-width: 1900px;
	height: 110px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
#header > .inner:after {
	content: '';
	display: block;
	clear: both;
}
#header .logo {
	float: left;
	margin: 30px 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
}
#header .logo a {
	width: 140px;
	height: 39px;
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center 14px;
	background-image: url(/pc/resource/images/common/logo_szst_140x24.png);
}
#header .util {
	float: right;
	margin: 38px 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
}
#header .util > a:not(.cart) {
	float: left;
	/*font-family: 'brandongrotesque-regular';*/
	font-weight: 400;
	font-size: 14px;
	color: rgb(0,0,0);
	line-height: 32px;
}
#header .util > a.util__account {
	margin-left: 20px;
	position: relative;
	top: 0;
	left: 0;
}
#header .util > a.util__account:before {
	content: '/';
	position: absolute;
	top: 0;
	left: -12px;
}
#header .util > a.util__login {text-decoration: underline;}
#header .util > a.util__account.util__join {color: rgb(153,153,153);}
#header .util > .cart {
	width: 33px;
	height: 32px;
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/pc/resource/images/common/ico_cart_bk_23x24.png);
}
#header .util > .cart span {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'degular';
	font-weight: 400;
	font-size: 10px;
	color: rgb(0,0,0);
	text-align: center;
	line-height: 20px;
	background-color: rgb(238,238,238);
	border-radius: 50%;
}
#header .util .search-box {
	width: 160px;
	height: 32px;
	float: left;
	margin: 0 0 0 9px;
	padding: 0 5px 0 18px;
	font-size: 0;
	background-color: rgb(0,0,0);
	border: 1px solid rgb(238,238,238);
	border-radius: 32px;
	box-sizing: border-box;
}
#header .util .search-box .inp__search {
	width: calc(100% - 28px);
	height: 28px;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	color: rgb(255,255,255);
	vertical-align: top;
	background: none;
	border: 0;
	outline: 0;
}
#header .util .search-box .search__btn {
	width: 24px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/pc/resource/images/common/ico_search_wt_14x14.png);
}
.gnb {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gnb > ul {
	margin: 40px 0 0;
	font-size: 0;
}
.gnb > ul > li {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 0 39px;
	vertical-align: top;
}
.gnb > ul > li.brand:after {
	content: '/';
	display: inline-block;
	margin-left: 18px;
	font-family: 'degular';
	font-weight: 400;
	font-size: 14px;
}
.gnb > ul > li:first-child {margin-left: 0;}
.gnb > ul > li > a {
	display: inline-block;
	padding: 5px 0;
	position: relative;
	top: 0;
	left: 0;
	font-family: 'degular';
	font-weight: 400;
	font-size: 14px;
	color: rgb(0,0,0);
	letter-spacing: 1px;
}
.gnb > ul > li > a:before {
	width: 100%;
	height: 1px;
	content: '';
	display: none;
	position: absolute;
	bottom: 7px;
	left: 0;
	background-color: rgb(102,102,102);
}
.gnb > ul > li:hover > a:before,
.gnb > ul > li.on > a:before {display: block;}
.gnb .depth2-box {
	width: 100vw;
	min-width: 1280px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 110px;
	left: 50%;
	background-color: rgb(255,255,255);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	-webkit-transition: height 0.3s;
	-ms-transition: height 0.3s;
	transition: height 0.3s;
}
.gnb > ul > li:hover .depth2-box {height: 350px;}
.gnb .depth2-box > .inner {
	max-width: 63.158%;
	margin: 0 auto;
	padding: 0 0 49px;
	text-align: left;
}
.gnb .depth2-box > .inner:after {
	content: '';
	display: block;
	clear: both;
}
.gnb .depth2-box ul {
	width: 25%;
	height: 280px;
	float: left;
}
.gnb .depth2-box ul:first-of-type {clear: both;}
.gnb .depth2-box ul li {
	width: 100%;
	margin: 7px 0 0;
}
.gnb .depth2-box .all {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(0,0,0);
	vertical-align: top;
}
.gnb .depth2-box .all:before {
	width: 100%;
	height: 1px;
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: rgb(119,119,119);
}
.gnb .depth2-box ul li a {
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(153,153,153);
}


/* footer */
#footer {	
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background-color: rgb(17,17,17);
}
#footer > .inner {
	max-width: 1900px;
	margin: 0 auto;
	padding: 43px 40px 35px;
	box-sizing: border-box;
}
#footer > .inner:after {
	content: '';
	display: block;
	clear: both;
}
#footer .tit {
	width: 310px;
	float: left;
	font-family: 'degular';
	font-weight: 400;
	/*font-size: 24px;*/
	font-size: 23px;
	color: rgb(255,255,255);
	line-height: 32px;
}
#footer .info-box {
	width: calc(100% - 310px);
	float: left;
}
#footer .info-box .sitemap a {
	display: inline-block;
	margin: 0 0 0 15px;
	font-weight: 400;
	font-size: 12px;
	color: rgb(255,255,255);
	vertical-align: top;
}
#footer .info-box .sitemap a:first-child {margin-left: 0;}
#footer .info-box .sitemap strong {font-weight: 800;}
#footer .info-box .address {margin: 30px 0 0;}
#footer .info-box .address p {
	font-weight: 400;
	font-size: 12px;
	color: rgb(153,153,153);
	line-height: 24px;
}
#footer .info-box .address span {color: rgb(102,102,102);}
#footer .info-box .copyright {
	margin: 31px 0 0;
	font-weight: 400;
	font-size: 10px;
	color: rgb(255,255,255);
}
#footer.v2 > .inner {padding: 56px 40px 62px;}
#footer.v2 .info-box {
	width: 100%;
	float: none;
}
#footer.v2 .info-box .sitemap {text-align: center;}
#footer.v2 .info-box .sitemap a {
	margin-left: 20px;
	font-size: 14px;
}
#footer.v2 .info-box .sitemap a:first-child {margin-left: 0;}
#footer.v2 .address {text-align: center;}
#footer.v2 .copyright {
	font-family: 'degular';
	text-align: center;
}
#footer.v2 {}
#footer.v2 {}
#footer.v2 {}



#contents {min-height: calc(100vh - 378px);}

/* header fix */
#header {position: fixed;}
#contents {margin-top: 110px;}

/* ticker */
.ticker {
	width: 100%;
	max-width: 1900px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	background-color: rgb(241,89,42);
}
.ticker a {
	display: block;
	padding: 3px 0 0;
	font-size: 0;
	white-space: nowrap;

	animation: ticker 40s linear infinite;
}
.ticker p {
	width: 3162px;
	display: inline-block;
	margin: 0 0 0 30px;
	font-family: 'degular', 'Pretendard', sans-serif;
	font-weight: 800;
	font-size: 90px;
	color: rgb(0,0,0);
	line-height: 1;	
	vertical-align: top;
}
@keyframes ticker {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-19152px);/* (텍스트 1개 길이 + 간격) * 갯수 / 2 */
	}
}



/* starluxe */
#header.starluxe > .inner {padding-left: 27px;}
#header.szst-v2 > .inner {padding-left: 27px;}
#header .menu__btn {
	width: 56px;
	height: 48px;
	float: left;
	margin: 31px 16px 0 0;
	position: relative;
	top: 0;
	left: 0;
}
#header .menu__btn span {
	width: 30px;
	height: 4px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgb(0,0,0);
	border-radius: 4px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	

	-webkit-transition: transform 0.3s, opacity 0.3s, top 0.3s;
	-ms-transition: transform 0.3s, opacity 0.3s, top 0.3s;
	transition: transform 0.3s, opacity 0.3s, top 0.3s;
}
#header .menu__btn .top {top: calc(50% - 9px);}
#header .menu__btn .bot {top: calc(50% + 9px);}
body.gnb--open #header .menu__btn .top {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);	
	-ms-transform: translate(-50%, -50%) rotate(45deg);	
	transform: translate(-50%, -50%) rotate(45deg);	
}
body.gnb--open #header .menu__btn .mid {opacity: 0;}
body.gnb--open #header .menu__btn .bot {
	width: 28px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);	
	-ms-transform: translate(-50%, -50%) rotate(-45deg);	
	transform: translate(-50%, -50%) rotate(-45deg);	
}

#header.starluxe .logo a {
	width: 338px;
	background-image: url(/pc/resource/images/common/logo_szst_starluxe_338x28.png);
}

#header.fossil .logo a {
	width: 343px;
	background-image: url(/pc/resource/images/common/logo_szst_fossil_bk_343x27_d.png);
}

#header.starluxe + .gnb,
#header.szst-v2 + .gnb {
	width: 100%;
	min-width: 1280px;
	height: 350px;
	position: fixed;
	top: 110px;
	left: 0;
	z-index: 14;
	background-color: rgb(255,255,255);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);

	-webkit-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	transition: transform 0.3s;
}
body.gnb--open #header.starluxe + .gnb,
body.gnb--open #header.szst-v2 + .gnb {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
body #header.starluxe + .gnb > .inner,
body #header.szst-v2 + .gnb > .inner {
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
body #header.starluxe + .gnb > .inner:after,
body #header.szst-v2 + .gnb > .inner:after {
	content: '';
	display: block;
	clear: both;
}
body #header.starluxe + .gnb .all,
body #header.szst-v2 + .gnb .all {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(0,0,0);
	vertical-align: top;
}
body #header.starluxe + .gnb .all:before,
body #header.szst-v2 + .gnb .all:before {
	width: 100%;
	height: 1px;
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: rgb(119,119,119);
}
body #header.starluxe + .gnb .brand-box,
body #header.szst-v2 + .gnb .brand-box {
	width: 100%;
	clear: both;
	float: left;
}
body #header.starluxe + .gnb ul,
body #header.szst-v2 + .gnb ul {
	width: 16.48%;
	height: 280px;
	float: left;
	text-align: left;
}
body #header.starluxe + .gnb ul li,
body #header.szst-v2 + .gnb ul li {
	width: 100%;
	margin: 7px 0 0;
}
body #header.starluxe + .gnb ul li a,
body #header.szst-v2 + .gnb ul li a {
	display: inline-block;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(153,153,153);
}

#footer .logo {
	width: 20px;
	height: 20px;
	margin: 5px auto 55px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url(/pc/resource/images/common/logo_szst_wt_115x20.png);*/
	background-image: url(/pc/resource/images/common/d_logo_brandaweek_foot.png);
}


/* 2021-04-12 레이아웃 수정 */
#header.v210412 {border-bottom: 1px solid rgb(0,0,0);}
.spot-banner {
	height: 50px;
	text-align: center;
	background-color: rgb(0,0,0);
}
.spot-banner a {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	padding: 0 40px;
	font-family: 'degular', 'Pretendard', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: rgb(255,255,255);
	text-align: center;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
#header.v210412 > .inner {height: 70px;}
#header.v210412 .logo {
	/*width: 154px;*/
	width: 223px;
	float: none;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header.v210412 .logo a {
	width: 100%;
	height: 70px;
	background-position: center center;
	/*background-image: url(/pc/resource/images/common/logo_szst_bk_141x19.png);*/
	background-image: url(/pc/resource/images/common/logo_baw.svg);

	
}
#header.v210412 .gnb {
	width: auto;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
#header.v210412 .gnb > ul {margin-top: 16px;}
#header.v210412 .gnb > ul > li {
	margin-left: 30px;
	padding-bottom: 17px;
}
#header.v210412 .gnb > ul > li:before {
	width: 100%;
	height: 100%;
	content: '';
	display: none;
	position: fixed;
	top: 120px;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0.5);
	pointer-events: none;
}
.ie9 #header.v210412 .gnb > ul > li:before {content: none;}
#header.v210412 .gnb > ul > li:not(.no-depth):hover:before {display: block;}
#header.v210412 .gnb > ul > li:first-child {margin-left: 0;}
#header.v210412 .gnb > ul > li > a {
	padding: 5px 0;
	position: relative;
	top: 0;
	left: 0;
	font-family: 'degular', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: rgb(0,0,0);
	letter-spacing: 0;
}
#header.v210412 .gnb > ul > li > a:before {content: none !important;}
#header.v210412 .util  {margin-top: 19px;}
#header.v210412 .util > a.util__account:before  {content: none !important;}
#header.v210412 .util > a.util__login {text-decoration: none;}
#header.v210412 .util > .cart span {font-family: 'degular', sans-serif;}
#header.v210412 .depth2-box {
	max-width: 1903px;
	height: 0px;
	position: absolute;
	top: 70px;
	left: -42px;
	background-color: rgb(255,255,255);	
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
#header.v210412 .gnb > ul > li:hover .depth2-box {
	height: auto;
	border-top: 1px solid rgb(0,0,0);
}
#header.v210412 .depth2-box > .inner {
	max-width: 1920px;
	width: 100%;
	padding: 35px 40px 36px;
	box-sizing: border-box;
}
#header.v210412 .depth2-box > .inner:after {
	content: '';
	display: block;
	clear: both;
}
#header.v210412 .depth2-box .category-box {
	width: 200px;
	float: left;
}
#header.v210412 .depth2-box .category-box .tit {
	font-weight: 800;
	font-size: 14px;
	color: rgb(0,0,0);
}
#header.v210412 .depth2-box .category-box ul {
	width: auto;
	height: auto;
	float: none;
	margin-top: 32px;
}
#header.v210412 .depth2-box .category-box ul li {margin: 0;}
#header.v210412 .depth2-box .category-box ul li a {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: rgb(0,0,0);
	line-height: 28px;
}
#header.v210412 ~ #contents {margin-top: 71px;}
#header.v210412._type_banner_open ~ #contents {margin-top: 120px;}



/* 2024-07-19 띠배너 수정 */
.spot-banner > div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
}
.spot-banner a {width: auto;}
.spot-banner .code-lyr__btn {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 24px;
	height: 24px;
	background-color: rgb(255,255,255);
	border-radius: 50%;
	transform: translateY(-50%);
	font-family: 'degular', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: rgb(0,0,0);
	line-height: 0;
}

.code__layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
body.code--open .code__layer {display: block;}
.code__layer .code-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.code__layer .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 320px;
	background-color: rgb(255,255,255);
	border-radius: 20px;
	transform: translate(-50%, -50%);
}
.code__layer .close__btn {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.556' height='15.556' viewBox='0 0 15.556 15.556'%3E%3Cg id='x' transform='translate(-87.681 -325.269) rotate(45)'%3E%3Crect id='사각형_15' data-name='사각형 15' width='20' height='2' rx='1' transform='translate(293 167)'/%3E%3Crect id='사각형_16' data-name='사각형 16' width='20' height='2' rx='1' transform='translate(304 158) rotate(90)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.code__layer .txt-box .tit {
	font-family: 'degular', sans-serif;
	font-weight: 900;
	font-size: 40px;
	color: rgb(0,0,0);
	line-height: 1;
	text-align: center;
}
.code__layer .txt-box .txt {
	margin-top: 12px;
	font-weight: 400;
	font-size: 18px;
	color: rgb(0,0,0);
	line-height: 28px;
	text-align: center;
}
.code__layer .txt-box strong {font-weight: 800;}
.code__layer .txt-box button {
	display: block;
	width: 240px;
	height: 50px;
	margin: 39px auto 0;
	background-color: rgb(0,0,0);
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	color: rgb(255,255,255);
}
/* //2024-07-19 띠배너 수정 */



@media screen and (max-width: 1280px) {
	body {
		min-width: 1280px;
		overflow-x: auto;
	}

	._sc_disable {overflow-x: auto !important;}
}