@charset "utf-8";


/* Top 버튼 */
.common-btn-top {
	left: 95%;
}

/* ===== Exhibition Tour-Fit Styles ===== */
.trans-layout.new-main[class*='scroll'] .new-header {
	opacity: 0 !important;
}
.trans-layout.new-main[class*='scroll'] .new-header + .gnb-wrap {
	display: none !important;
}
.exhibition-tourfit {
	padding-bottom: 230px;
	background: linear-gradient(to bottom, white 0%,white 45%, gray 54%, black 80%, black 100%);
}

/* Hero Banner Section */
.section-hero {
    position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;	
    font-family: 'Pretendard';
}

.section-hero-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.section-hero-img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-hero-img .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section-hero-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
}

.section-hero-title {
	font-family: 'NovaECB';
	font-size: 82px;
	line-height: 1.025;
	color: #fff;
	font-weight: bold;
}


/* Tour-Fit Features Section */
.section-features {
	padding: 220px 0 216px;
	text-align: center;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255, 1) 100%),
    url('/resource/content/exhibition/tourfit_26ss/pc/bg_performance.jpg');
	background-size: cover;
}
.sub-tit {
	display: block;
	font-family: 'NovaECB';
	font-size: 40px;
	font-weight: 700;
	color:#b40000;
	line-height: 1;
	text-align: center;
}
.section-tit {
	margin-top: 20px;
	font-family: 'NovaECB';
	font-size: 80px;
	font-weight: 700;
	color:#000;
	line-height: 1;
	text-align: center;
}
.contents {
	margin-top: 40px;
	font-family: 'Pretendard';
	font-size: 24px;
	font-weight: 500;
	color:#000;
	line-height: 1.5;
	text-align: center;
}
.section-features-img {
	margin-top: 70px;
}
.section-features-img img {
	border-radius: 12px;
}

/* Temperature Change Section */
.section-heritage {
	padding-top:100px;
}
.section-heritage-wrap {
	overflow: hidden;
	height: 610px;
	max-width: 1600px;
	margin: 70px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background: url('/resource/content/exhibition/tourfit_26ss/pc/bg_shdow.png') no-repeat 50% 100%;
}
.section-heritage-swiper {
	position: relative;
	width: 1600px;         
	height: 610px;         
	flex-shrink: 0;
	overflow: hidden;      
}
.section-heritage-swiper .swiper-wrapper {
	position: absolute;
	left: 50%;
	top: 143%;  
	width: 0;
	height: 0;
	transform: none;
	display: block;
}
.section-heritage-swiper .swiper-slide {
	opacity: 0 !important;
	position: absolute;
	left: 0;
	top: 0;
    width: 204px !important;
    height: 340px;
	overflow: hidden;
	will-change: transform, opacity;
	transition: all 0.3s ease-out;
}
.section-heritage-swiper .swiper-slide[style*="z-index: 10"], 
.section-heritage-swiper .swiper-slide[style*="z-index: 11"] {
	opacity: 1 !important;
}
.section-heritage-swiper .swiper-slide.is-active, 
.section-heritage-swiper .swiper-slide.is-active ~ .swiper-slide {
	z-index: 11 !important;
}
.section-heritage-swiper .swiper-slide a {
	display: block;
}

.section-heritage-swiper .swiper-slide a::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset -32px 0 35px rgba(0,0,0,0.3);
}
.section-heritage-swiper .swiper-slide .img-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.section-heritage-swiper .swiper-slide .year {
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 16px;
	font-weight: bold;
	transform: translateX(-50%);
}

.section-tab {
	margin: 150px 0 100px;
	text-align: center;
}

.section-new-for {
	margin-top: 150px;
	padding: 100px 0;
	text-align: center;
}
.section-new-for .section-tit {
	color: #fff;
}
.section-new-for .contents {
	color: #fff;
}


.new-for-item {
	-webkit-box-reflect: below 0 linear-gradient(to top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.0) 43%,rgba(0,0,0,0) 100%)
}
.new-for-item ul {
	display: flex;
	gap: 0 30px;
	max-width: 1120px;
	margin: 50px auto 0;
}
.new-for-item ul li {
	overflow: hidden;
	flex: 1;
	border-radius: 30px;
}
.new-for-item ul li a {
    display: block;
}
.new-for-item ul li .item-title {
	display: block;
	height: 70px;
	font-family: 'NovaECEB';
	font-weight: 700;
	font-size: 33px;
	line-height: 70px;
	color: #c60000;
	background: #fff;
}

/* Look-Book Section */
.section-lookbook {
	position: relative;
	width: 100%;
	margin-top: 150px;
	padding: 100px 50px 0;
}
.section-lookbook .section-tit {
	color: #fff;
}
.tab-wrap {
	max-width: 1130px;
	margin: 35px auto 0;
}
.tab-wrap .tab-menu {
	display: flex;
	justify-content: center;
	gap: 0 70px; 
	margin-top: 46px;
}
.tab-wrap .btn-tab {
	width: 194px;
	font-size: 30px;
	color: #fff;
	line-height: 64px;
	background: #3f3f3f;
	border-radius: 100px;
}
.tab-wrap .btn-tab.is-active {
	color: #3f3f3f;
	font-weight: 500;
	background: #fff;
}
.tab-wrap .tab-contents {
	display: none;
	overflow: hidden;
	width: 1128px;
	height: 665px;
}
.tab-wrap .tab-contents img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tab-wrap .tab-contents.is-active {
	display: block;
}

/* 사진 보기 레이어 팝업 */
.layer-photo-view .layer-popup {overflow:hidden;width:1200px;height:86dvh;height:600px;padding:0 50px;border-radius: 0;background-color: transparent;}
.layer-photo-view .layer-content {position:relative;padding: 0;}
.layer-wrap .layer-popup .layer-inner, 
.layer-wrap .layer-popup .layer-body,
.layer-wrap .layer-popup .layer-content {height: 100%;}
.layer-photo-view .layer-content .swiper {overflow:hidden;width:100%;height:100%;}
.layer-photo-view .layer-content .swiper .swiper-slide img {width:100%;height:100%;object-fit: cover;object-position: top;}
.layer-photo-view .layer-content .swiper-button-prev {width:44px;left: -50px;background-image:none;mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat;background-color: #fff;}
.layer-photo-view .layer-content .swiper-button-next {width:44px;right: -67px;background-image:none;mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat;background-color: #fff;}
.layer-photo-view .layer-content .swiper-pagination {bottom: 4px;left:50%;transform: translateX(-50%);}
.layer-photo-view .layer-content .swiper-pagination-bullet {margin: 0 4px}
.layer-photo-view .layer-content .swiper-pagination-bullet-active {background-color: #E31837;}
.layer-photo-view .layer-popup .layer-inner .btn-layer-close {top:-10px;right:-60px;width:45px;height:45px;z-index: 1;background: url('/resource/content/exhibition/tourfit_26ss/pc/ico-close-white.svg') no-repeat 50% 50% / cover;}

