@charset "utf-8";

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

/* ========== Figma 모바일 토큰 (m_mainA) ========== */
:root {
	--imm-bg: #f0f0ee;
	--imm-title: #363131;
	--imm-title-2: #343136;
	--imm-line: #b7b7b7;
	--imm-body: #565050;
	--imm-body-soft: #706e6e;
	--imm-muted: #8c8686;
	--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: none;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}

/* ========== 히어로 · MAIN (좌 16px, 세로 중앙 느낌 · 피그마 top ≈ 50%−84px) ========== */
.visual {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	min-height: 100svh;
	height: auto;
	padding: 88px 16px 56px;
	box-sizing: border-box;
}
.visual .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(/images/main/visual.png) no-repeat 70% center / cover;
	transform-origin: center center; */
	/* opacity: 0.65; */
}
.visual .bg video,
.visual .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% center;
}
.visual .txtWrap {
	position: relative;
	z-index: 100;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.visual .txtWrap > div {
	display: inline;
	overflow: visible;
	margin: 0;
}
.visual .txtWrap > div > span {
	display: inline;
	font-family: var(--imm-font-serif);
	font-size: clamp(24px, 7.5vw, 32px);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.015em;
	color: #fff;
	word-break: keep-all;
	overflow-wrap: break-word;
}

/* ========== sec1 · OVERVIEW — padding px ≈10.24, gap 24 / 32 ========== */
.sec1 {
	overflow: hidden;
	position: relative;
	padding: 100px 0;
}
.sec1 .bg {
	display: none;
}
.sec1 .innerWrap {
	padding-left: max(10.24px, env(safe-area-inset-left));
	padding-right: max(10.24px, env(safe-area-inset-right));
}
.sec1 .title {
	font-family: var(--imm-font-serif);
	font-size: var(--font-size-30);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--imm-title-2);
	word-break: keep-all;
	overflow-wrap: break-word;
}
.sec1 .title br {
	display: none;
}
.sec1 .title + p {
	margin-top: 24px;
	font-size: var(--font-size-18);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-body);
}
.sec1 .title + p br {
	display: none;
}
.sec1 a.btnMore {
	min-height: 0;
	padding: 8px 20px;
	border-radius: 8px;
}
.sec1 a.btnMore span {
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-18);
	font-weight: 500;
	letter-spacing: -0.02em;
}

.sec2 {
	overflow: hidden;
}
.sec2 .innerWrap {
	padding-top: 0;
	padding-bottom: 0;
}
.sec2 .platformRow {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid var(--imm-line);
}
.sec2 .platformRow:first-child {
	border-top: 1px solid var(--imm-line);
}
.sec2 .platformRow--rev {
	flex-direction: column;
}
.sec2 .platformRow__copy {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	justify-content: flex-start;
	gap: 0;
	order: 1;
}
.sec2 .platformRow:nth-child(even) .platformRow__copy {
	text-align: left;
	align-items: flex-start;
	justify-content: 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-22);
	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-30);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #343236;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.sec2 .platformRow__lead {
	margin: 0;
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-18);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-title);
	white-space: normal;
}
.sec2 .platformRow__lead--lines br {
	display: inline;
}
.sec2 .platformRow__body {
	margin: 0;
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-18);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-body-soft);
	white-space: normal;
}
.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-18);
	font-weight: 500;
	letter-spacing: -0.02em;
}
.sec2 .platformRow__media {
	order: 2;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	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 {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.sec2 .platformRow__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.sec2 .platformRow:first-child .platformRow__media video {
	width: 115%;
	margin-left: -7.5%;
}

/* ========== sec3 · Pipeline ========== */
.sec3.pipelineSec {
	padding: 48px 0 0;
}
.pipelineSec__wrap {
	max-width: none;
	width: 100%;
	padding: 0;
}
.pipelineSec__card {
	position: relative;
	overflow: hidden;
	background: #000;
	height: auto;
}
.pipelineSec__bgStack {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	overflow: hidden;
}
.pipelineSec__bg {
	position: absolute;
	inset: 0;
	background-color: #111;
	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: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	justify-content: flex-start;
	gap: 16px;
	row-gap: 5vw;
	height: auto;
	min-height: inherit;
	padding: clamp(56px, 15vw, 100px) 16px;
	box-sizing: border-box;
}
.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: var(--font-size-30);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.pipelineSec__glassMain {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.pipelineSec__headline {
	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);
	margin-bottom: 0;
}
.pipelineSec__body {
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-18);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: var(--imm-body);
}
.pipelineSec__controls {
	display:flex;justify-content:space-between;align-items:center;gap: 16px;
	margin-top: auto;
	width:100%;
	padding-top: 24px;	
}
.pipelineSec__controls .btnMore span {
	font-family: var(--imm-font-sans);
	font-size: var(--font-size-18);
	font-weight: 500;
	letter-spacing: -0.02em;
}
.pipelineSec__controls .btnMore {
	min-height: 0;
	padding: 8px 20px;
	border-radius: 8px;
}
.pipelineSec__decorLine {
	flex: 1 1 auto;
	align-self: center;
	min-width: 48px;
	max-width: none;
	height: 1px;
	border: none;
	background: rgba(255, 255, 255, 0.38);
	opacity: 0.95;
}
.pipelineSec__glass {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: flex-start;
	align-items: stretch;
	flex: 1 0 100%;
	order: 3;
	width: 100%;
	max-width: none;
	height: auto;
	min-height: 250px;
	padding: 24px 16px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.58);
	backdrop-filter: blur(19px);
	-webkit-backdrop-filter: blur(19px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
.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 {
	overflow: hidden;
	padding: clamp(48px, 7vw, 100px) 0;
	background: var(--imm-bg);
}
.marqueeStrip__mask {
	overflow: hidden;
	width: 100%;
}
.marqueeStrip__track {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	animation: marqueeStripX 48s linear infinite;
	will-change: transform;
}
.marqueeStrip__item {
	flex: 0 0 auto;
	padding-right: clamp(3rem, 10vw, 8rem);
	font-family: var(--imm-font-serif);
	font-weight: 400;
	font-size: var(--font-size-50);
	line-height: 1.17;
	letter-spacing: -0.03em;
	color: var(--imm-title);
	white-space: nowrap;
	opacity: 0.3;
}

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

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

/* ========== 푸터 · 메인 모바일 보강 (common ≤1100px에서 순서·패밀리 너비 처리) ========== */
.siteFooter {
	padding: 40px 0 48px;
	border-top: 1px solid #b7b7b7;
}
.siteFooter__inner {
	padding: 0 16px;
}
.siteFooter__panel {
	padding: 0;
	border-radius: 0;
	gap: 32px;
	align-items: flex-start;
}
.siteFooter__logoImg img {
	width: 68px;
	max-width: 100%;
}
.siteFooter__copyBlock {
	margin: 0;
	line-height: 1.6;
	color: var(--imm-body-soft);
}
.siteFooter__metaRow,
.siteFooter__metaSingle {
	font-size: var(--font-size-14);
	line-height: 1.6;
	color: var(--imm-body);
}
.footFamily {
	width: 100%;
}
.footFamily__btn {
	font-size: var(--font-size-14);
	padding: 12px 16px;
}
