@charset "utf-8";
.pcbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

/* #visual — Selemen 구조 + Figma(1920×980) 이미지 위치만 */
html,
body {
	background-color: #151519;
}
/* 비주얼 로드 중 — 스크롤만 차단(JS), 스크롤바 트랙은 유지 */
html {
	overflow-y: scroll;
}
html.is-visual-locked {
	overscroll-behavior: none;
}
html.is-visual-locked #main {
	touch-action: none;
}
#main {
	width: 100%;
}
#visual.visual {
	position: relative;
	z-index: 5;
	height: 100vh;
	width: 100%;
	background-color: #151519;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: visible;
}
#visual .visual-stage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#visual #heading {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 0;
	pointer-events: none;
}
#visual #heading #head.visual-title {
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: auto;
	font-family: 'Instrument Sans';
	font-size: clamp(72px, 15.625vw, 300px);
	line-height: 110%;
	letter-spacing: -0.08em;
	color: #b4b6c0;
	text-align: center;
	white-space: nowrap;
}
#visual .visual-stage > .visual-frame,
#visual #heading #head {
	transition: none;
}
#visual .visual-stage > .visual-frame {
	position: absolute;
	overflow: hidden;
	background-color: #151519;
	transform-origin: center center;
	clip-path: inset(100%);
	-webkit-clip-path: inset(100%);
	will-change: clip-path, transform;
}
#visual.is-visual-ready .visual-stage > .visual-frame {
	clip-path: inset(0%);
	-webkit-clip-path: inset(0%);
}
#visual .visual-stage > .visual-frame > .visual-frame__inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#visual .visual-stage > .visual-frame > .visual-frame__inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: center center;
	transform: scale(1.6);
	will-change: transform;
}
/* Figma frame 좌표 (1920×980 → %) + 레이어 순서(2070:600→623, 텍스트 하단) */
#visual #ig1 {
	left: 50.05%;
	top: 15.82%;
	width: 22.6%;
	height: 30.61%;
	z-index: 2;
}
#visual #ig2 {
	left: 33.44%;
	top: 14.69%;
	width: 14.17%;
	height: 17.14%;
	z-index: 3;
}
#visual #ig3 {
	left: 39.38%;
	top: 34.18%;
	width: 14.17%;
	height: 39.8%;
	z-index: 4;
}
#visual #ig4 {
	left: 20.78%;
	top: 41.43%;
	width: 22.71%;
	height: 31.84%;
	z-index: 5;
}
#visual #ig5 {
	left: 39.27%;
	top: 67.14%;
	width: 25.68%;
	height: 26.43%;
	z-index: 6;
}
#visual #ig6 {
	left: 54.32%;
	top: 58.78%;
	width: 20.89%;
	height: 26.43%;
	z-index: 7;
}
#visual #ig7 {
	left: 51.25%;
	top: 42.04%;
	width: 20.21%;
	height: 26.53%;
	z-index: 8;
}
#visual .line1{
	position:absolute;
	left:50%;
	bottom:-50px;
	width:1px;height:340px;
	margin-left:-0.5px;
	background:#515258;
	transform-origin:bottom center;
	transform:scaleY(0);
	z-index:40;
}
#visual .line2{
	position:absolute;
	left:0;
	bottom:-50px;
	width:100%;
	height:1px;
	background:#515258;
	transform-origin:center center;
	transform:scaleX(0);
	z-index:40;
}


#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
}
html.is-visual-loading #header .head {
	opacity: 0;
	transform: translateY(60px);
	pointer-events: none;
}
#container {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	background-color: #151519;
}
#floating{
	position:fixed;
	right:30px;
	bottom:max(32px, env(safe-area-inset-bottom));
	z-index:100;
	width:90px;
	transition:opacity .25s ease,visibility .25s ease;
}
#floating ul{display:flex;flex-direction:column;flex-wrap:nowrap;gap:4px;margin:0;padding:0;list-style:none;}
#floating ul li {width:100%;}
#floating ul li a{display:block;}
#floating ul li img{display:block;width:auto;height:28px;}

.section {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.section .fp-tableCell {
	overflow: hidden;
}
.section * {
	box-sizing: border-box;
}
.anchor {
	position: fixed;
	right: 1.2%;
	top: 50%;
	z-index: 100;
	transform: translateY(-50%);
}
.anchor > ul {
}
.anchor > ul > li {
	width: 11px;
	height: 11px;
	margin: 4px 0;
}
.anchor > ul > li:after {
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	transition: all 1s;
}
.anchor > ul > li.on:after {
	background: #ea5515;
	transform: rotate(-45deg);
}

/* section1 */
.sec1 {
	position: relative;
}
.sec1 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.sec1 .bg video,
.sec1 .bg iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 9/16;
}
.sec1 .txtWrap {
	position: absolute;
	left: 0%;
	top: 50%;
	z-index: 100;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.sec1 .txtWrap .tit {
	font-size: var(--font-size-80);
	color: #fff;
	font-weight: 600;
	line-height: 1.1em;
}
.sec1 .txtWrap .tit > div {
	overflow: hidden;
}
.sec1 .txtWrap .tit > div > span {
	display: block;
	transform: translateY(100%);
}
.sec1 .txtWrap p {
	margin-top: 25px;
	font-size: var(--font-size-22);
	color: #fff;
	opacity: 0;
}

/* section2 */
.sec2 {
}
.sec2 ul {
	display: flex;
	width: 100%;
	height: 100%;
}
.sec2 ul li {
	overflow: hidden;
	position: relative;
	flex: 1;
	height: 100%;
}
.sec2 ul li .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	transition: all 1s;
}
.sec2 ul li:hover .bg {
	transform: scale(1);
}
.sec2 ul li:nth-child(1) .bg {
	background: url(/images/main/sec2_img1.jpg) no-repeat center / cover;
}
.sec2 ul li:nth-child(2) .bg {
	background: url(/images/main/sec2_img2.jpg) no-repeat center / cover;
}
.sec2 ul li:nth-child(3) .bg {
	background: url(/images/main/sec2_img3.jpg) no-repeat center / cover;
}
.sec2 ul li .con {
	position: absolute;
	left: 0;
	bottom: 20vh;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.sec2 ul li .con .hiddenTxt {
	font-size: var(--font-size-26);
	color: #fff;
	font-weight: 500;
	clip-path: inset(0 0 100% 0);
	transform: translateY(20px);
	transition: all 0.6s;
}
.sec2 ul li .con .title {
	margin-top: 10px;
	font-size: var(--font-size-36);
	color: #fff;
	font-weight: 600;
}
.sec2 ul li .con a {
	margin-top: 35px;
}
.sec2 ul li:hover .con .hiddenTxt {
	clip-path: inset(0 0 0 0);
	transform: translateY(0px);
}

/* section3 */
.sec3 {
	position: relative;
	background: url(/images/main/sec3_bg.jpg) no-repeat center / cover;
}
.sec3 > .bg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background: url(/images/main/sec3_bg.jpg) no-repeat center / cover;
	transform: translate(-50%, -50%);
}

.sec3 .mainSec3 {
	width: 100%;
	height: 100%;
}
.sec3 .mainSec3 .swiper-slide {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.sec3 .mainSec3 .swiper-slide .txts {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	width: 100%;
	transform: translateY(-50%);
	font-size: 10vw;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
}
.sec3 .mainSec3 .swiper-slide .txts .textMask {
	color: rgba(255, 255, 255, 0.8);
	background: inherit;
	background-clip: text;
}
.sec3 .mainSec3 .swiper-slide.con1 {
	position: relative;
	padding: 0 7%;
	display: flex;
	align-items: center;
}
.sec3 .mainSec3 .swiper-slide.con1 .bg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	aspect-ratio: 1187/980;
	background: url(/images/main/sec3_con1_bg.png) no-repeat center / cover;
	transform-origin: center;
	transform: scale(1.1);
	opacity: 0;
	transition: all 2s;
}
.sec3 .mainSec3 .swiper-slide .con {
}
.sec3 .mainSec3 .swiper-slide .txts .textMask {
	aspect-ratio: 2195/219;
}
.sec3 .mainSec3 .swiper-slide .txts .textMask svg {
	width: 100%;
	height: 100%;
}
.sec3 .mainSec3 .swiper-slide .txts .textMask svg text {
	font-size: 10vw;
	color: #fff;
	font-weight: 700;
}
.sec3 .mainSec3 .swiper-slide .txts .textMask svg rect {
	width: 100% !important;
	height: 100% !important;
}
.sec3 .mainSec3 .swiper-slide .con .txt1 {
	font-size: var(--font-size-26);
	color: #fff;
	font-weight: 500;
	opacity: 0;
	transform: translateX(40px);
	transition: all 1.4s;
}
.sec3 .mainSec3 .swiper-slide .con .txt1 strong {
	font-weight: 500;
	color: #ea5515;
}
.sec3 .mainSec3 .swiper-slide .con .txt2 {
	margin: 25px 0 40px;
	font-size: var(--font-size-64);
	color: #fff;
	font-weight: 700;
	opacity: 0;
	transform: translateX(40px);
	transition: all 1.4s;
}
.sec3 .mainSec3 .swiper-slide .con .txt3 {
	font-size: var(--font-size-22);
	color: rgba(255, 255, 255, 0.8);
	line-height: 32px;
	opacity: 0;
	transform: translateX(40px);
	transition: all 1.4s;
}

.sec3 .mainSec3 .swiper-slide.con2 {
	position: relative;
	padding: 0 7%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sec3 .mainSec3 .swiper-slide.con2 .bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	aspect-ratio: 1103/980;
	background: url(/images/main/sec3_con2_bg.png) no-repeat center / cover;
	transform-origin: center;
	transform: scale(1.1);
	opacity: 0;
	transition: all 2s;
}
.sec3 .mainSec3 .swiper-slide.con3 {
	position: relative;
	padding: 0 7%;
	display: flex;
	align-items: center;
}
.sec3 .mainSec3 .swiper-slide.con3 .bg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	aspect-ratio: 1103/980;
	background: url(/images/main/sec3_con3_bg.png) no-repeat center / cover;
	transform-origin: center;
	transform: scale(1.1);
	opacity: 0;
	transition: all 2s;
}

/**/
.sec3 .mainSec3 .swiper-slide.txt1 .txts .textMask:nth-child(1) {
	opacity: 0;
	transform: scale(10);
	transition: all 0s;
}
.sec3 .mainSec3 .swiper-slide.txt1 .txts .textMask:nth-child(2) {
	opacity: 0;
	transform: scale(10);
	transition: all 0s;
}
.sec3 .mainSec3 .swiper-slide.txt2 .txts {
	opacity: 1;
	transform: scale(1) translateY(-50%);
	transition: all 1.4s;
}
.sec3 .mainSec3 .swiper-slide.txt2 .txts .textMask:nth-child(1) {
	opacity: 0;
	transform: scale(10);
	transition: all 0s;
}
.sec3 .mainSec3 .swiper-slide.txt2 .txts .textMask:nth-child(2) {
	opacity: 0;
	transform: scale(10);
	transition: all 0s;
}

.sec3.ani .mainSec3 .swiper-slide.txt1.on .txts .textMask {
	opacity: 1;
	transform: scale(1);
}
.sec3.ani .mainSec3 .swiper-slide.txt1.on .txts .textMask:nth-child(1) {
	transition: all 0.6s;
}
.sec3.ani .mainSec3 .swiper-slide.txt1.on .txts .textMask:nth-child(2) {
	transition: all 0.6s 0.6s;
}

.sec3.ani .mainSec3 .swiper-slide.txt2.sIn .txts .textMask {
	opacity: 1;
	transform: scale(1);
}
.sec3.ani .mainSec3 .swiper-slide.txt2.sIn .txts .textMask:nth-child(1) {
	transition: all 0.6s;
}
.sec3.ani .mainSec3 .swiper-slide.txt2.sIn .txts .textMask:nth-child(2) {
	transition: all 0.6s 0.6s;
}

.sec3.ani .mainSec3 .swiper-slide.txt2.sOut .txts {
	opacity: 0;
	transform-origin: center;
	transform: scale(10) translateY(-15%);
}

.sec3 .mainSec3 .swiper-slide.on .bg {
	transform: scale(1);
	opacity: 1;
}
.sec3 .mainSec3 .swiper-slide.on .con .txt1 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.4s;
}
.sec3 .mainSec3 .swiper-slide.on .con .txt2 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.4s 0.1s;
}
.sec3 .mainSec3 .swiper-slide.on .con .txt3 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.4s 0.2s;
}

.sec3 .mainSec3 .swiper-slide .txts .textMask svg .shine-layer {
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateX(-100%);
	transition: none;
}
.sec3.ani .mainSec3 .swiper-slide.txt1.on .txts .tm1 svg .shine-layer {
	animation: metalShine 2s ease-out forwards;
}
.sec3.ani .mainSec3 .swiper-slide.txt1.on .txts .tm2 svg .shine-layer {
	animation: metalShine 2s ease-out forwards 0.25s;
}
.sec3.ani .mainSec3 .swiper-slide.txt2.on .txts .tm1 svg .shine-layer {
	animation: metalShine 2s ease-out forwards;
}
.sec3.ani .mainSec3 .swiper-slide.txt2.on .txts .tm2 svg .shine-layer {
	animation: metalShine 2s ease-out forwards 0.25s;
}
@keyframes metalShine {
	0% {
		opacity: 0;
		transform: translateX(-150%) rotate(-10deg);
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(150%) rotate(-10deg);
	}
}

/* section4 */
.sec4 {
	position: relative;
	background: #000;
}
.sec4 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/sec4_bg.jpg) no-repeat center / cover;
}
.sec4 .conWrap {
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 94%;
	max-width: 1522px;
	margin: 0 auto;
	padding: 15vh 0 0;
}
.sec4 .conWrap .logoImg {
	width: 34.42%;
}
.sec4 .conWrap .conArea {
	width: 54.33%;
}
.sec4 .conWrap .conArea .txt1 {
	font-size: var(--font-size-26);
	color: #f46d32;
	font-weight: 500;
}
.sec4 .conWrap .conArea .txt2 {
	margin: 25px 0 40px;
	font-family: "pretendard";
	font-size: var(--font-size-64);
	color: #fff;
	font-weight: 700;
}
.sec4 .conWrap .conArea .txt3 {
	font-size: var(--font-size-22);
	color: #fff;
	line-height: 32px;
}
.sec4 .conWrap .conArea a {
	margin-top: 40px;
}

.sec4 .bg {
	transform: scale(1.2);
	transition: all 1.4s;
}
.sec4 .conWrap .logoImg {
	clip-path: inset(0% 0% 100% 0);
	transform: translateY(100px);
}
.sec4 .conWrap .conArea .txt1 {
	clip-path: inset(0% 0% 100% 0);
	transform: translateY(40px);
}
.sec4 .conWrap .conArea .txt2 {
	clip-path: inset(0% 0% 100% 0);
	transform: translateY(40px);
}
.sec4 .conWrap .conArea .txt3 {
	clip-path: inset(0% 0% 100% 0);
	transform: translateY(40px);
}
.sec4 .conWrap .conArea a {
	clip-path: inset(0% 0% 100% 0);
	transform: translateY(40px);
}

.sec4.active .bg {
	transform: scale(1);
	transition: all 1.4s 0.6s;
}
.sec4.active .conWrap .logoImg {
	clip-path: inset(0% 0% 0% 0);
	transform: translateY(0);
	transition: all 1.4s 0.6s;
}
.sec4.active .conWrap .conArea .txt1 {
	clip-path: inset(0% 0% 0% 0);
	transform: translateY(0);
	transition: all 1.4s 0.7s;
}
.sec4.active .conWrap .conArea .txt2 {
	clip-path: inset(0% 0% 0% 0);
	transform: translateY(0);
	transition: all 1.4s 0.8s;
}
.sec4.active .conWrap .conArea .txt3 {
	clip-path: inset(0% 0% 0% 0);
	transform: translateY(0);
	transition: all 1.4s 0.9s;
}
.sec4.active .conWrap .conArea a {
	clip-path: inset(0% 0% 0% 0);
	transform: translateY(0);
	transition: all 1.4s 1s;
}

/* section5 */
.sec5 {
}
.sec5 .conWrap {
	overflow: hidden;
	display: flex;
	position: relative;
	height: 100%;
	padding: 15vh 0;
	background: url(/images/main/sec5_bg1.jpg) no-repeat left;
	background-size: 50% 100%;
}
.sec5 .conWrap:after {
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: #111;
	position: absolute;
	right: 0;
	top: 0;
}
.sec5 .conWrap .archive {
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	width: 50%;
	height: 100%;
	padding: 0 3%;
	text-align: center;
}
.sec5 .conWrap .archive .titleArea {
	width: 100%;
}
.sec5 .conWrap .archive .titleArea h3 {
	font-size: var(--font-size-26);
	color: #fff;
	font-weight: 500;
}
.sec5 .conWrap .archive .titleArea h4 {
	margin-top: 20px;
	font-size: var(--font-size-38);
	color: #fff;
	font-weight: 500;
}
.sec5 .conWrap .archive .videoWrap {
	width: 100%;
}
.sec5 .conWrap .archive .videoWrap img {
	width: 100%;
}
.sec5 .conWrap .press {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 50%;
	height: 100%;
	padding: 0 3%;
}
.sec5 .conWrap .press .titleArea {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.sec5 .conWrap .press .titleArea h3 {
	font-size: var(--font-size-26);
	color: #fff;
	font-weight: 500;
}
.sec5 .conWrap .press .titleArea a {
	font-size: var(--font-size-12);
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}
.sec5 .conWrap .press .titleArea a i {
	display: inline-block;
	position: relative;
	z-index: 10;
	width: 8px;
	aspect-ratio: 1/1;
	margin-left: 5px;
	background: url(/images/common/more_arr.png) no-repeat;
	background-size: cover;
}
.sec5 .conWrap .press .listWrap {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sec5 .conWrap .press .listWrap ul {
}
.sec5 .conWrap .press .listWrap ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sec5 .conWrap .press .listWrap ul li a {
	display: flex;
	align-items: center;
	padding: 30px 0;
}
.sec5 .conWrap .press .listWrap ul li a .con {
	width: calc(100% - 210px);
	padding: 0 60px 0 0;
}
.sec5 .conWrap .press .listWrap ul li a .con .date {
	font-size: var(--font-size-16);
	color: #a6a9b5;
}
.sec5 .conWrap .press .listWrap ul li a .con .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 16px 0;
	font-family: Pretendard;
	font-size: var(--font-size-24);
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.sec5 .conWrap .press .listWrap ul li a .con .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
	font-size: var(--font-size-18);
	color: #fff;
	line-height: 30px;
}
.sec5 .conWrap .press .listWrap ul li a .con .more {
	margin-top: 16px;
	font-size: var(--font-size-12);
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}
.sec5 .conWrap .press .listWrap ul li a .con .more i {
	display: inline-block;
	position: relative;
	z-index: 10;
	width: 8px;
	aspect-ratio: 1/1;
	margin-left: 5px;
	background: url(/images/common/more_arr.png) no-repeat;
	background-size: cover;
}
.sec5 .conWrap .press .listWrap ul li a:hover .con .more i {
	background: url(/images/common/more_arr2.png) no-repeat;
	background-size: cover;
}
.sec5 .conWrap .press .listWrap ul li a .thumb {
	overflow: hidden;
	width: 210px;
	border-radius: 7px;
}

.sec5 .conWrap .archive .titleArea h3 {
	opacity: 0;
	transform: translateY(40px);
}
.sec5 .conWrap .archive .titleArea h4 {
	opacity: 0;
	transform: translateY(40px);
}
.sec5 .conWrap .archive .videoWrap {
	opacity: 0;
	transform: translateY(40px);
}
.sec5.active .conWrap .archive .titleArea h3 {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 0.6s;
}
.sec5.active .conWrap .archive .titleArea h4 {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 0.7s;
}
.sec5.active .conWrap .archive .videoWrap {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 0.8s;
}

.sec5 .conWrap .press .titleArea {
	opacity: 0;
	transform: translateY(40px);
}
.sec5 .conWrap .press .listWrap ul li {
	opacity: 0;
	transform: translateY(40px);
}
.sec5.active .conWrap .press .titleArea {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 0.6s;
}
.sec5.active .conWrap .press .listWrap ul li {
	opacity: 1;
	transform: translateY(0);
}
.sec5.active .conWrap .press .listWrap ul li:nth-child(1) {
	transition: all 1.4s 0.7s;
}
.sec5.active .conWrap .press .listWrap ul li:nth-child(2) {
	transition: all 1.4s 0.8s;
}
.sec5.active .conWrap .press .listWrap ul li:nth-child(3) {
	transition: all 1.4s 0.9s;
}

/* section6 */
.sec6 {
	overflow: hidden;
	position: relative;
}
.sec6 .conWrap {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 3%;
	background: url(/images/main/sec6_bg.jpg) no-repeat center / cover;
}
.sec6 .conWrap .con {
	position: relative;
	z-index: 100;
	width: 100%;
	margin: 0;
}
.sec6 .conWrap .titleArea {
	position: relative;
	width: 100%;
	padding: 0 150px 0 0;
}
.sec6 .conWrap .titleArea h3 {
	font-family: Pretendard;
	font-size: var(--font-size-26);
	color: #ea5515;
	font-weight: 500;
}
.sec6 .conWrap .titleArea h4 {
	margin-top: 30px;
	font-size: var(--font-size-64);
	color: #fff;
	font-weight: 700;
}
.sec6 .conWrap .titleArea a {
	position: absolute;
	right: 0;
	bottom: 0;
}
.sec6 .conWrap .innerCon {
	position: relative;
	margin-top: 80px;
	height: 135px;
}
.sec6 .conWrap .innerCon ul {
	display: flex;
	white-space: nowrap;
	gap: 16px;
	position: absolute;
	left: 0;
	top: 0;
	width: fit-content;
}
.sec6 .conWrap .innerCon ul li {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 274px;
	height: 135px;
	padding: 0 20px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.13);
}

/* section7 */
.sec7 {
	position: relative;
}
.sec7 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/sec7_bg.jpg) no-repeat center / cover;
}
.sec7 .conWrap {
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 3%;
}
.sec7 .conWrap > div {
	width: 100%;
}
.sec7 .conWrap > div h3 {
	font-size: var(--font-size-26);
	color: #ea5515;
	font-weight: 500;
}
.sec7 .conWrap > div h4 {
	margin: 30px 0 30px;
	font-size: var(--font-size-86);
	color: #fff;
	font-weight: 600;
}
.sec7 .conWrap > div p {
	margin-bottom: 16px;
	font-size: var(--font-size-22);
	color: #fff;
	line-height: 32px;
	opacity: 0.8;
}
.sec7 .conWrap > div p.en {
	font-family: Poppins;
}

.sec7 .bg {
	transform: scale(1.4);
	transition: all 1.4s;
}
.sec7 .conWrap > div h3 {
	opacity: 0;
	transform: translateY(40px);
}
.sec7 .conWrap > div h4 {
	opacity: 0;
	transform: translateY(40px);
}
.sec7 .conWrap > div p {
	opacity: 0;
	transform: translateY(40px);
}

.sec7.active .bg {
	transform: scale(1);
	transition: all 1.4s 0.6s;
}
.sec7.active .conWrap > div h3 {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 0.6s;
}
.sec7.active .conWrap > div h4 {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 0.7s;
}
.sec7.active .conWrap > div p {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.4s 0.9s;
}
.sec7.active .conWrap > div p.en {
	transition: all 1.4s 0.8s;
}

/* ===== 메인 콘텐츠 (Figma mainA_01) — 레이아웃만, 모션은 main.js ===== */
#contents {
	position: relative;
	background-color: #151519;
	color: #fff;
}
#contents .section {
	position: relative;
	width: 100%;
}
.main-intro {
	padding:270px 80px 60px;
}
.main-intro__lead {
	margin: 0 auto 40px;
	font-size: 50px;
	line-height: 1.2;text-align: center;
	color: #a9abb5;
	transform: translateY(40px);
	opacity: 0;
}
.main-intro__title {
	position: relative;
	z-index: 10;
	font-size: 100px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	color: #fff;
	transform: scale(0);
}
.main-intro__title span {
	display: block;
}
.main-intro__media {
	display: flex;
	justify-content: center;
	margin-top: -20px;
}
.main-intro__media-frame {
	position: relative;
	width: 634px;
	height: 410px;
	overflow: hidden;
}
.main-intro__media-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-intro__line {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 60px;
	background: rgba(255, 255, 255, 0.2);
}
.main-project-head {
	position: relative;
	padding: 80px 80px 40px;
}
.main-project-head__line {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	transform: scaleX(0);
	transform-origin: center center;
}
.main-project-head__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1760px;
	margin: 0 auto;
}
.main-project-head__inner >div{width:50%;text-align:center;}
.main-project-head__inner >div:nth-child(1){padding-right:70px;}
.main-project-head__inner >div:nth-child(2){padding-left:70px;}
.main-project-head__inner >div .num{
	font-size:18px;
	color: #b4b4b4;line-height:140%;
}
.main-project-head__inner >div .txt{
	margin-top:68px;
	font-family: 'Noto Sans KR';font-size:18px;color:#b4b4b4;line-height:150%;
	opacity:0;
	transform:translateY(40px);
}



.main-project {
	position: relative;
	padding: 0 0 160px;
}
.main-project__vline {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	transform: scaleY(0);
	transform-origin: top center;
	pointer-events: none;
}
.main-project__list {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding:160px 0 0;
}
.main-project__row {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 200px;
}
.main-project__row:last-child {
	margin-bottom: 0;
}
.main-project__item {
	width: 50%;
	margin: 0;
}
.main-project__item:nth-child(1){padding-right:70px;}
.main-project__item:nth-child(2){padding-left:70px;}

.main-project__thumb {
	overflow: hidden;	
	position:relative;
	width: 100%;
	aspect-ratio: 890/1265;
	background: #000;
	clip-path: inset(5% 10% 5% 10%);
	transform: scale(.65);	
	transition: all 1.25s;	
}
.main-project__thumb .img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	transform: scale(1);
	opacity: 1;
	transition: all 1.25s;
}
.main-project__thumb .img img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 1.25s;	
}
.main-project__thumb .info{
	position:absolute;left:0;top:50%;z-index:100;
	transform:translateY(-50%);
	width:100%;
	text-align:center;
}
.main-project__thumb .info .tit{
	font-size:80px;color:#fff;letter-spacing: -0.04em;text-transform: uppercase;
}
.main-project__thumb .info .desc{
	margin-top:20px;
	font-size:20px;color:rgba(255,255,255,0.6);line-height:140%;font-weight:500;
}


.main-project__item.active .main-project__thumb{
	transform: scale(1);
	clip-path: inset(0 0 0 0);
}





.main-project__caption {
	margin-top: 30px;
	font-size: 22px;
}
.main-brand {
	overflow:hidden;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	padding: 80px;
	background: #151519;
	--brand-logo-anim-width: 4300px;
	--brand-anim-end: +=280%;
	--brand-pin-end: +=200%;
}
.main-brand__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	pointer-events: none;
	--brand-line-top: 0;
	--brand-line-bottom: 0;
}
.main-brand__bg::before,
.main-brand__bg::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #5b5b5e;
	z-index: 2;
	pointer-events: none;
}
.main-brand__bg::before {
	top: 0;
	transform: scaleX(var(--brand-line-top));
	transform-origin: left center;
}
.main-brand__bg::after {
	bottom: 0;
	transform: scaleX(var(--brand-line-bottom));
	transform-origin: right center;
}
.main-brand__bg-svg {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}
.main-brand__draw {
	fill: none;
	stroke: #5b5b5e;
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}
.main-brand__inner {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: visible;
}
.main-brand__logo {
	width: min(860px, 70vw);
	height: auto;
	transform-origin: center center;
	will-change: transform, opacity;
	backface-visibility: hidden;
}
/* pin 전에는 brand 아래 일반 스크롤, pin 시에만 최상위 */
.main-merit {
	position: relative;
	z-index: 1;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background: #151519;
}
.main-merit.is-merit-pinned {
	z-index: 10;
}
.main-merit__pin {
	position: relative;
	width: 100%;
	min-height: 100vh;
	height: 100vh;
}
.main-merit__panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
	background: #151519;
}
.main-merit__panel[data-merit-panel="1"] {
	z-index: 1;
	clip-path: none;
}
.main-merit__panel[data-merit-panel="2"] {
	z-index: 2;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.main-merit__panel[data-merit-panel="3"] {
	z-index: 3;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.main-merit__panel-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-merit__panel-bg img {
	position: absolute;
	left: 0;
	top: -10%;
	width: 100%;
	height: 120%;
	object-fit: cover;
	object-position: center center;
	will-change: transform;
}
.main-merit__panel-dim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}
.main-merit__panel-body {
	position:absolute;left:0;top:50%;
	transform:translateY(-50%);
	width:100%;
	text-align:center;
	padding: 0 80px;
	box-sizing: border-box;
}
.main-merit__panel-body .main-merit__headline {
	font-size: 68px;font-weight:500;line-height: 1.1;color: #fff;
}
.main-merit__panel-body .main-merit__desc {
	margin-top: 20px;
	font-size: 20px;line-height: 1.5;color: rgba(255, 255, 255, 0.8);
}




.main-merit-btm .btnArea{
	position:relative;
	padding:114px 0 45px;
}
.main-merit-btm .btnArea .line1{
	position:absolute;left:50%;top:0px;
	width:1px;height:68px;
	margin-left:-0.5px;
	background:#515258;
	transform:scaleY(0);
	transform-origin:top center;
}
.main-merit-btm .btnArea .line2{
	position:absolute;left:0;top:68px;
	width:100%;height:1px;
	background:#515258;
	transform:scaleX(0);
	transform-origin:center;
}
.main-merit-btm .btnArea .line3{
	position:absolute;left:0;bottom:0px;
	width:100%;height:1px;
	background:#515258;
	transform:scaleX(0);
	transform-origin:center;
}
.main-merit-btm .btnArea a{
	display:flex;align-items:center;justify-content:center;
	width:152px;height:64px;
	margin:0 auto;
	border-radius:50px;
	background:#35363d;
	font-family: Manrope;font-size:15px;color:#c1c2ca;text-align:center;
}





.main-forward {
	position: relative;
	overflow: hidden;
	background-color: #18191f;
}
.main-forward__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 200px 30px 30px;
	box-sizing: border-box;
}
.main-forward__top {
	display: flex;
	align-items: flex-start;
	gap: 60px;
}
.main-forward__title,
.main-forward__side {
	flex: 0 0 auto;
	margin: 0;
	font-size: 64px;
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -0.64px;
	color: #fff;
}
.main-forward__side {
	margin-top: 69px;
	text-align: right;
}
.main-forward__line {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	height: 1px;
	margin-top: 125px;
	background: rgba(255, 255, 255, 0.2);
}
.main-forward__desc {
	max-width: 742px;
	margin: 80px auto 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	color: #b4b4b4;
	opacity:0;transform:translateY(40px);
}
.main-forward__brand {
	margin-top: 260px;
	width: 100%;
	overflow: hidden;
}
.main-forward__brand-track {
	display: flex;
	width: max-content;
	will-change: transform;
}
.main-forward__brand-group {
	flex-shrink: 0;
	padding-right: 0.35em;
}
.main-forward__brand-text {
	display: block;
	padding-right: 0.35em;
	font-size: clamp(120px, 16.15vw, 310px);
	letter-spacing: -0.04em;
	line-height: 115%;
	white-space: nowrap;
	color: #606169;
	text-shadow: 1px 0 0 #515258, 0 1px 0 #515258, -1px 0 0 #515258, 0 -1px 0 #515258; 
}
.main-forward__bg {
	position: relative;
	overflow: hidden;
}
.main-forward__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}





/* lasting — Figma 2070:929 */
.main-lasting {
	position: relative;
	background: #18191f;
	overflow: hidden;
	padding:400px 80px 750px;
}
.main-lasting__photo {
	position: absolute;
	margin: 0;
	overflow: hidden;
	background: #18191f;
	will-change: transform;
}
.main-lasting__photo--1 {
	left: 52.4%;
	top: 440px;
	width: 360px;
	height: 586px;
}
.main-lasting__photo--2 {
	left: 0;
	top: 2087px;
	width: 360px;
	height: 480px;
}
.main-lasting__photo--3 {
	right: 0;
	top: 1343px;
	width: 510px;
	height: 860px;
}
.main-lasting__photo-frame {
	position: absolute;
	left: 0;
	width: 100%;
	height: calc(100% + var(--lasting-parallax-pad, 280px));
	top: calc(var(--lasting-parallax-pad, 280px) / -2);
	overflow: hidden;
	will-change: transform;
}
.main-lasting__photo-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.25);
	pointer-events: none;
}
.main-lasting__photo--1 .main-lasting__photo-frame::after {
	background: rgba(0, 0, 0, 0.3);
}
.main-lasting__photo-frame img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-lasting__copy {
	position:relative;z-index: 2;
	width: 100%;
}
.main-lasting__title {
	position: relative;
	margin: 0;
	font-size: clamp(72px, 9vw, 170px);
	font-weight: 500;
	line-height: 78%;
	letter-spacing: -0.03em;
	word-break: break-word;
}
.main-lasting__title-line {
	position: relative;
	display: block;	
	margin-bottom:-25px;
}
.main-lasting__title-line>span{
	line-height: 117%;
	display: block;
	transform: translateY(-35px);
}
.main-lasting__title-dim {
	display: block;
	color: #676769;
	white-space: pre;
}
.main-lasting__title-lit {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	color: #fff;
	white-space: pre;
	clip-path: inset(0 100% 0 0);
	will-change: clip-path;
}






.clientSec {
	padding: 160px 0 200px;
	overflow: hidden;
}
.clientSec .innerWrap {
	width: 92%;
	max-width: 1760px;
	margin: 0 auto;
}
.clientSec h3 {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 90px;
}
.clientSec .list {
	display: flex;
	margin-bottom: 15px;
	gap: 15px;
}
.clientSec .innerWrap {
	width: 92%;
	max-width: 1760px;
	margin: 0 auto;
}
.clientSec h3 { 
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 90px;
}
.clientSec .list {
	display: flex;
	gap: 9px;
	margin-bottom: 15px;
	will-change: transform;
}
.clientSec .list li {
	flex-shrink: 0;
	width: 258px;height: 120px;
	padding: 30px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}


#footer {
	margin: 0;
	padding: 0;
}
#footer .main-footer {
	position: relative;
	min-height: 780px;
	background: #151519;
	border-top: 1px solid #515258;
	overflow: hidden;
}
.main-footer__inner {
	position: relative;
	max-width: 1860px;
	margin: 0 auto;
	padding: 0 30px 0;
	box-sizing: border-box;
}
.main-footer__top {
	position: absolute;
	top: 101px;
	right: 30px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #2b2b33;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease;
}
.main-footer__top:hover {
	background: #3a3a42;
	color: #fff;
}
.main-footer__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	position: relative;
	padding: 100px 90px 0 0;
}
.main-footer__row::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 340px;
	background: #515258;
	transform: translateX(-50%);
}
.main-footer__info {
	width: 50%;
	margin: 0;
}
.main-footer__info p {
	margin: 0;
	font-family: "pretendard", "Noto Sans KR", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.9);
}
.main-footer__aside {
	flex-shrink: 0;
	width: 50%;
	padding-left: 80px;
	box-sizing: border-box;
}
.main-footer__copy {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.9);
}
.main-footer__copy p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.9);
}
.main-footer__sns {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
}
.main-footer__sns-link {
	display: block;
	flex-shrink: 0;
	width: 54px;
	height: 54px;
	border:1px solid #fff;border-radius:50%;
}
.main-footer__sns-link {
	display: flex;align-items:center;justify-content:center;
	flex-shrink: 0;
	width: 54px;
	height: 54px;
	border:1px solid #fff;border-radius:50%;
}
.main-footer__sns-link img{width:30px;}
.main-footer__mark {
	margin: 0;
	padding: 182px 0 0;
	font-size: clamp(120px, 17.7vw, 340px);
	font-weight: 500;
	line-height: 1.2;
	color: #333338;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
}
.main-footer__mark-char {
	display: inline-block;
	vertical-align: bottom;
	will-change: transform, opacity;
}
.main-footer__mark-char.is-space {
	width: 0.28em;
}
