@charset "utf-8";

/* ========== 유틸 (메인 전용 줄바꿈) ========== */
.pcbr {
	display: none;
}
.tbbr {
	display: block;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

/* ========== Figma 정렬 토큰 (태블릿 스케일) ========== */
:root {
	--imm-bg: #f0f0ee;
	--imm-title: #363131;
	--imm-title-2: #343136;
	--imm-line: #b7b7b7;
	--imm-body: #565050;
	--imm-body-soft: #706e6e;
	--imm-brand: #490e67;
	--imm-font-serif: "PT Serif", "Times New Roman", serif;
	--imm-font-sans: "pretendard", "Pretendard", "Inter", system-ui, sans-serif;
}

/* ========== 공통 레이아웃 ========== */
#wrap {
	background: var(--imm-bg);
}

.innerWrap {
	width: 100%;
	max-width: min(100%, 1200px);
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
	box-sizing: border-box;
}

/* ========== 히어로 ========== */
.visual {
	overflow: hidden;
	position: relative;
	display: flex;
	height: 100vh;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	padding: 100px 32px 64px;
	box-sizing: border-box;
}
.visual .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(/images/main/visual.png) no-repeat center / cover;
	transform-origin: center center; */
	/* opacity: 0.65; */
}
.visual .bg video,
.visual .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual .txtWrap > div {
	overflow: visible;
}
.visual .txtWrap {
	position: relative;
	z-index: 100;
	width: 100%;
	max-width: min(720px, 100%);
	margin: 0;
	text-align: left;
}
.visual .txtWrap > div > span {
	display: block;
	font-family: var(--imm-font-serif);
	font-size: clamp(34px, 3.8vw, 44px);
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.015em;
	color: #fff;
}

/* ========== sec1 — PC 전용 배경 로고 비노출 ========== */
.sec1 {
	overflow: hidden;
	position: relative;
	padding: 120px 0 96px;
}
.sec1 .bg {
	display: none;
}
.sec1 .title {
	font-family: var(--imm-font-serif);
	font-size: var(--font-size-50);
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.02em;
	color: var(--imm-title-2);
}
.sec1 .title + p {
	margin-top: 24px;
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-20);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-body);
	max-width: 56em;
}
.sec1 a.btnMore {
	margin-top: 32px;
	min-height: 0;
	padding: 8px 20px;
	border-radius: 8px;
}
.sec1 a.btnMore span {
	font-family: var(--imm-font-sans);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.sec2 {
	overflow: hidden;
}
/* ========== sec2 · Platform ========== */
.sec2 .platformRow {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid var(--imm-line);
	min-height: 410px;
}
.sec2 .platformRow:first-child {
	border-top: 1px solid var(--imm-line);
}
.sec2 .platformRow--rev {
	flex-direction: row-reverse;
}
.sec2 .platformRow__copy {
	width: 100%;
	max-width: 640px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	gap: 0;
	order: 1;
}
.sec2 .platformRow:nth-child(even) .platformRow__copy {
	text-align: left;
	align-items: flex-start;
}
.sec2 .platformRow--rev .platformRow__head {
	align-items: flex-start;
	text-align: left;
}
.sec2 .platformRow__head {
	align-items: flex-start;
	text-align: left;
	gap: 4px;
	margin: 0 0 24px;
}
.sec2 .platformRow__lead + .platformRow__body {
	margin-top: 8px;
}
.sec2 .platformRow__label {
	margin: 0;
	font-family: var(--imm-font-serif);
	font-size: var(--font-size-24);
	font-weight: 400;
	color: var(--imm-brand);
	line-height: normal;
}
.sec2 .platformRow__title {
	margin: 0;
	font-family: var(--imm-font-serif);
	font-size: var(--font-size-50);
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.02em;
	color: #343236;
}
.sec2 .platformRow__lead {
	margin: 0;
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-20);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-title);
	white-space: normal;
}
.sec2 .platformRow__body {
	margin: 0;
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-20);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-body-soft);
	white-space: normal;
	max-width: 42em;
}
.sec2 .platformRow__copy .btnMore {
	margin:0 0 24px;
	min-height: 0;
	padding: 8px 20px;
	border-radius: 8px;
	align-self: flex-start;
}
.sec2 .platformRow__copy .btnMore span {
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-17);
	font-weight: 500;
	letter-spacing: -0.02em;
}
.sec2 .platformRow__media {
	order: 2;
	width: 100%;
	aspect-ratio: 730 / 534;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
/* .sec2 .platformRow__media::after {
	content: 'Mouse over to view';
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: var(--font-size-16);
} */
.sec2 .platformRow__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.sec2 .platformRow__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ========== sec3 · Pipeline ========== */
.sec3.pipelineSec {
	padding: 72px 0 0;
}
.pipelineSec__wrap {
	max-width: none;
	width: 100%;
	padding: 0;
}
.pipelineSec__card {
	position: relative;
	overflow: hidden;
}
.pipelineSec__bgStack {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	overflow: hidden;
}
.pipelineSec__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	transition: opacity 0.75s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.pipelineSec__bg.is-visible {
	opacity: 1;
	z-index: 1;
}
.pipelineSec__bgFade {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(
		270deg,
		rgba(255, 255, 255, 0.14) 0%,
		rgba(255, 255, 255, 0.06) 42%,
		rgba(0, 0, 0, 0.25) 72%,
		rgba(0, 0, 0, 0.35) 100%
	);
}
.pipelineSec__inner {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: clamp(64px, 10vw, 100px) clamp(24px, 4vw, 40px);
}
.pipelineSec__visualTitle {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	min-height: 80px;
	margin: 0;
	font-family: var(--imm-font-serif);
	font-size: clamp(34px, 3.4vw, 48px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
}
.pipelineSec__decorLine {
	flex: 1 1 auto;
	align-self: center;
	width: 100%;
	height: 1px;
	border: none;
	background: rgba(255, 255, 255, 0.38);
	opacity: 0.95;
}
.pipelineSec__glass {
	order: 3;
	width: 100%;
	padding: 32px 28px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.58);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
	height: 50%;
}
.pipelineSec__glassMain {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.pipelineSec__headline {
	font-family: var(--imm-font-sans);
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-title);
}
.pipelineSec__body {
	font-family: var(--imm-font-sans);
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-body);
}
.pipelineSec__controls {
	padding-top: 28px;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.pipelineSec__controls .btnMore {
	min-height: 0;
	padding: 9px 22px;
	border-radius: 9px;
}
.pipelineSec__controls .btnMore span {
	font-size: 15px;
}
.pipelineSec__arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: 72px;
	flex-shrink: 0;
}
.pipelineSec__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	padding: 0;
	border: none;
	background: transparent;
	color: #363131;
	cursor: pointer;
	transition:
		color 0.35s ease,
		transform 0.35s cubic-bezier(0.45, 0.05, 0.55, 0.95),
		opacity 0.35s ease;
}
.pipelineSec__arrow:hover {
	color: #490e67;
	transform: scale(1.08);
}
.pipelineSec__arrow:focus-visible {
	outline: 2px solid #490e67;
	outline-offset: 4px;
	border-radius: 4px;
}
.pipelineSec__arrow svg {
	width: 25px;
	height: 25px;
	display: block;
}

/* ========== sec4 · 마키 (태블릿: 가로 흐름 유지, PC보다 느리게) ========== */
.marqueeStrip {
	padding: clamp(56px, 8vw, 88px) 0;
	background: var(--imm-bg);
}
.marqueeStrip__mask {
	overflow: hidden;
}
.marqueeStrip__track {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	animation: marqueeStripXTb 52s linear infinite;
	will-change: transform;
}
.marqueeStrip__item {
	flex: 0 0 auto;
	padding-right: clamp(2.5rem, 8vw, 6rem);
	font-family: var(--imm-font-serif);
	font-size: var(--font-size-100);
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.03em;
	color: var(--imm-title);
	white-space: nowrap;
	opacity: 0.3;
}

@keyframes marqueeStripXTb {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/* ========== sec5 · PR ========== */
.prSection {
	padding: clamp(88px, 10vw, 120px) 0 100px;
	background: #eaeae8;
}
.prSection .innerWrap {
	max-width: min(1496px, 100%);
}
.prSection__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 22px;
	max-width: 720px;
	margin: 0 auto;
}
.prSection__label {
	margin: 0;
	font-family: var(--imm-font-serif);
	font-size: var(--font-size-24);
	font-weight: 400;
	line-height: normal;
	color: var(--imm-brand);
}
.prSection__lead {
	margin: 0;
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-28);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-title);
}
.prSection__list {
	list-style: none;
	margin: 56px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}
.prSection__item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: clamp(14px, 2vw, 28px);
	padding: 18px 22px 18px 26px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.93);
	box-sizing: border-box;
}
.prSection__date {
	font-family: var(--imm-font-sans);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-body);
}
.prSection__main {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 14px;
	min-width: 0;
}
.prSection__badge {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 6px;
	font-family: var(--imm-font-sans);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	min-width: 52px;
}
.prSection__badge--news {
	background: #ebe1f0;
	color: var(--imm-brand);
}
.prSection__badge--notice {
	background: #f0e1e1;
	color: #670e0e;
}
.prSection__title {
	flex: 1 1 auto;
	min-width: 0;
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-20);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-title);
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.25s ease;
}
.prSection__title:hover {
	color: var(--imm-brand);
}
.prSection__more {
	display: none;
}

/* ========== 푸터 (태블릿 정렬) ========== */
.siteFooter__inner {
	padding: 0 32px;
}
.siteFooter__panel {
	border-radius: 0;
}
.siteFooter__logoImg img {
	width: clamp(74px, 12vw, 120px);
}
