@charset "utf-8";

.pcbr {
	display: none;
}
.tbbr {
	display: block;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

/* ===== base ===== */
html,
body {
	background-color: #151519;
}
html {
	overflow-y: scroll;
}
html.is-visual-locked {
	overscroll-behavior: none;
}
html.is-visual-locked #main {
	touch-action: none;
}
#main {
	width: 100%;
}
#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;
	min-height: 100vh;
	background-color: #151519;
}
#floating {
	position: fixed;
	right: 20px;
	bottom: max(32px, env(safe-area-inset-bottom));
	z-index: 100;
	width: 90px;
	transition: opacity 0.25s ease, visibility 0.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:first-child {
	text-align: right;
}
#floating ul li:last-child {
	text-align: left;
}
#floating ul li a {
	display: block;
}
#floating ul li img {
	display: block;
	width: auto;
	height: 26px;
}
.section {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.section * {
	box-sizing: border-box;
}

/* ===== #visual — PC 좌표 + 고정 캔버스 비율(1920×980) contain ===== */
#visual.visual {
	position: relative;
	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: min(100vw, 100vh * 1920 / 980);
	height: min(100vh, 100vw * 980 / 1920);
	max-width: 100vw;
	max-height: 100vh;
	overflow: visible;
	flex-shrink: 0;
	container-type: size;
	container-name: visual-stage;
}
#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", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 15.625cqw;
	font-weight: 400;
	line-height: 1.1;
	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 → %) — PC와 동일 */
#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: -5.102%;
	width: 1px;
	height: 34.694%;
	margin-left: -0.5px;
	background: #515258;
	transform-origin: bottom center;
	transform: scaleY(0);
	z-index: 40;
}
#visual .line2 {
	position: absolute;
	left: 0;
	bottom: -5.102%;
	width: 100%;
	height: 1px;
	background: #515258;
	transform-origin: center center;
	transform: scaleX(0);
	z-index: 40;
}

/* ===== 메인 콘텐츠 — tablet 독립 스타일 ===== */
#contents {
	position: relative;
	background-color: #151519;
	color: #fff;
}
#contents .section {
	position: relative;
	width: 100%;
}

/* intro */
.main-intro {
	padding: 96px 32px 56px;
}
.main-intro__lead {
	max-width: 100%;
	margin: 0 auto 28px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	color: #a9abb5;
	transform: translateY(40px);
	opacity: 0;
}
.main-intro__title {
	position: relative;
	z-index: 10;
	margin: 0;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: clamp(40px, 6.8vw, 56px);
	font-weight: 500;
	line-height: 1.12;
	text-align: center;
	color: #fff;
	transform: scale(0);
}
.main-intro__title span {
	display: block;
}
.main-intro__media {
	display: flex;
	justify-content: center;
	margin-top: -4px;
}
.main-intro__media-frame {
	position: relative;
	width: min(100%, 520px);
	height: auto;
	aspect-ratio: 634 / 410;
	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: 48px;
	background: rgba(255, 255, 255, 0.2);
}

/* project */
.main-project-head {
	position: relative;
	padding: 56px 32px 28px;
}
.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: left center;
}
.main-project-head__inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 40px;
	max-width: 1760px;
	margin: 0 auto;
}
.main-project-head__inner > div {
	width: 100%;
	text-align: left;
}
.main-project-head__inner > div .num {
	font-size: 16px;
	color: #b4b4b4;
	line-height: 1.4;
}
.main-project-head__inner > div .txt {
	margin-top: 24px;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
	color: #b4b4b4;
	line-height: 1.5;
	opacity: 0;
	transform: translateY(40px);
}
.main-project {
	position: relative;
	padding: 0 32px 100px;
}
.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;
	max-width: 1760px;
	margin: 0 auto;
}
.main-project__list {
	padding-top: 72px;
}
.main-project__row {
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-bottom: 72px;
}
.main-project__row:last-child {
	margin-bottom: 0;
}
.main-project__item {
	width: 100%;
	margin: 0;
}
.main-project__item--right {
	width: 100%;
	margin-left: 0;
}
.main-project__thumb {
	overflow: hidden;
	position: relative;
	width: 100%;
	aspect-ratio: 890 / 1265;
	background: #000;
	clip-path: inset(0);;
	transform: none;
	transition: none;
}
.main-project__thumb .img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	opacity: 1;
	transition: all 1.25s;
}
.main-project__thumb .img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1.25s;
}
.main-project__thumb .info {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.main-project__thumb .info .tit {
	font-size: clamp(36px, 5.5vw, 56px);
	color: #fff;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}
.main-project__thumb .info .desc {
	margin-top: 14px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
	font-weight: 500;
}
.main-project__item.active .main-project__thumb {
	transform: scale(1);
	clip-path: inset(0 0 0 0);
}
.main-project__caption {
	margin: 18px 0 0;
	font-size: 18px;
	color: #fff;
}

/* brand — Figma mainA_01 스케일 다운 */
.main-brand {
	overflow: hidden;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 560px;
	padding: 32px;
	background: #151519;
	--brand-logo-anim-width: 2800px;
	--brand-anim-end: +=250%;
	--brand-pin-end: +=185%;
}
.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(560px, 74vw);
	height: auto;
	transform-origin: center center;
	will-change: transform, opacity;
	backface-visibility: hidden;
}

/* merit — pin / clip-path (PC와 동일 동작) */
.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: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 32px;
	padding: 0 32px 48px;
	box-sizing: border-box;
	text-align:center;
}
.main-merit__label {
	margin: 0;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
.main-merit__headline {
	margin: 20px 0 0;
	font-size: clamp(32px, 5.2vw, 44px);
	font-weight: 600;
	line-height: 1.15;
	color: #fff;
}
.main-merit__desc {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.7);
}
.main-merit__num {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 14px;
	color: #fff;
}
.main-merit__num-bar {
	width: 20px;
	height: 1px;
	background: #d9d9d9;
}

.main-merit-btm .btnArea {
	position: relative;
	padding: 80px 32px 40px;
}
.main-merit-btm .btnArea .line1 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 56px;
	margin-left: -0.5px;
	background: #515258;
	transform: scaleY(0);
	transform-origin: top center;
}
.main-merit-btm .btnArea .line2 {
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	height: 1px;
	background: #515258;
	transform: scaleX(0);
	transform-origin: center;
}
.main-merit-btm .btnArea .line3 {
	position: absolute;
	left: 0;
	bottom: 0;
	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: 148px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50px;
	background: #35363d;
	font-family: Manrope, sans-serif;
	font-size: 15px;
	color: #c1c2ca;
	text-align: center;
}

/* forward — Figma 2369:690 / 2222:1329 */
.main-forward {
	position: relative;
	overflow: hidden;
	background-color: #18191f;
}
.main-forward__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	min-height: auto;
	margin: 0 auto;
	padding: 140px 32px 80px;
	box-sizing: border-box;
}
.main-forward__top {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 56px;
}
.main-forward__title,
.main-forward__side {
	margin: 0;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: clamp(40px, 5.2vw, 52px);
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
}
.main-forward__title {
	text-align: left;
}
.main-forward__side {
	margin-top: 0;
	text-align: right;
}
.main-forward__line {
	display: none;
}
.main-forward__desc {
	max-width: 560px;
	margin: 56px auto 0;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #b4b4b4;
	opacity: 0;
	transform: translateY(40px);
}
.main-forward__brand {
	margin-top: auto;
	padding-top: 96px;
	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-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: clamp(80px, 12vw, 100px);
	font-weight: 500;
	line-height: 0.8;
	white-space: nowrap;
	color: #4b4c53;
	text-shadow: 1px 0 0 #515258, 0 1px 0 #515258, -1px 0 0 #515258, 0 -1px 0 #515258;
}
.main-forward__bg {
	position: relative;
	width: 100%;
	height: min(812px, 72vh);
	overflow: hidden;
}
.main-forward__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

/* lasting — index_mobile.css 구조 기준, 태블릿 스케일 */
.main-lasting {
	position: relative;
	padding: 480px 0;
	background: #18191f;
	overflow: hidden;
}
.main-lasting__gallery {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.main-lasting__photo {
	position: absolute;
	margin: 0;
	overflow: hidden;
	background: #18191f;
	will-change: transform;
}
.main-lasting__photo--1 {
	right: 0;
	top: -240px;
	width: 42%;
	aspect-ratio: 360 / 586;
}
.main-lasting__photo--2 {
	left: 0;
	top: 680px;
	width: 42%;
	aspect-ratio: 360 / 480;
}
.main-lasting__photo--3 {
	right: 0;
	top: 360px;
	width: 52%;
	aspect-ratio: 510 / 860;
}
.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%;
	padding: 0 3%;
	pointer-events: none;
	box-sizing: border-box;
}
.main-lasting__title {
	position: relative;
	margin: 0;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: clamp(52px, 6.8vw, 80px);
	font-weight: 500;
	line-height: 1.17em;
	letter-spacing: -0.03em;
	word-break: break-word;
}
.main-lasting__title-line,
.main-lasting__title-dim,
.main-lasting__title-lit {
	line-height: inherit;
	letter-spacing: inherit;
}
.main-lasting__title-line {
	position: relative;
	display: block;
}
.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;
}

/* trust — 마퀴 (PC와 동일) */
.clientSec {
	padding: 96px 0 120px;
	overflow: hidden;
	background: #151519;
}
.clientSec .innerWrap {
	width: calc(100% - 64px);
	max-width: 1760px;
	margin: 0 auto;
}
.clientSec h3 {
	margin: 0 0 40px;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
.clientSec .list {
	display: flex;
	gap: 12px;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	will-change: transform;
}
.clientSec .list li {
	flex-shrink: 0;
	width: min(320px, 42vw);
	height: 120px;
	padding: 28px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.clientSec .list li img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* footer */
#footer {
	margin: 0;
	padding: 0;
}
#footer .main-footer {
	position: relative;
	min-height: auto;
	background: #151519;
	border-top: 1px solid #515258;
	overflow: hidden;
	padding-bottom: 40px;
}
.main-footer__inner {
	position: relative;
	max-width: 1860px;
	margin: 0 auto;
	padding: 72px 32px 0;
	box-sizing: border-box;
}
.main-footer__top {
	position: absolute;
	top: 72px;
	right: 32px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #2b2b33;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
.main-footer__row {
	display: flex;
	flex-direction: column;
	gap: 36px;
	position: relative;
	padding: 0 72px 0 0;
}
.main-footer__row::before {
	display: none;
}
.main-footer__info {
	width: 100%;
	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 {
	width: 100%;
	padding-left: 0;
	padding-top: 8px;
	border-top: 1px solid rgba(81, 82, 88, 0.6);
}
.main-footer__copy {
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	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: 24px;
}
.main-footer__sns-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.9);
}
.main-footer__sns-link--dim {
	opacity: 0.7;
}
.main-footer__sns-link svg,
.main-footer__sns-link img {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
}
.main-footer__mark {
	margin: 0;
	padding: 40px 0 0;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: clamp(72px, 15vw, 120px);
	font-weight: 500;
	line-height: 0.8;
	color: #333338;
	white-space: nowrap;
	text-align: left;
	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;
}
