@charset "utf-8";
.pcbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}
.innerWrap {
	max-width: 1496px;
	width: 90%;
	margin: 0 auto;
}

/* visual */
.visual {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	padding: 0;
}
.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; */
}
.visual .bg video,
.visual .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual .txtWrap {
	position: relative;
	z-index: 100;
	max-width: 1496px;
	width: 90%;
	margin: 0 auto;
}
.visual .txtWrap > div {
	overflow: hidden;
}
.visual .txtWrap > div > span {
	display: block;
	font-family: "PT Serif";
	font-size: clamp(32px, 3.5vw, 62px);
	color: #fff;
	font-weight: 500;
}

/* sec1 */
#wrap {
	background: rgba(240, 240, 238, 1);
}
.sec1 {
	overflow: hidden;
	position: relative;
	padding: 160px 0;
}
.sec1 .bg {
	position: absolute;
	right: 0;
	top: 160px;
	width: 30%;
	aspect-ratio: 656/487;
	pointer-events: none;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
}
.sec1 .bg .sec1-logo-svg {
	width: 100%;
	height: auto;
	display: block;
}
.sec1 .innerWrap {
	position: relative;
	z-index: 1;
}

.sec1 .title {
	font-family: "PT Serif";
	font-size: var(--font-size-62);
	color: #343136;
	line-height: 110%;
}
.sec1 .title + p {
	margin-top: 40px;
	font-size: var(--font-size-24);
	color: #565050;
	line-height: 150%;
}
.sec1 a {
	margin-top: 46px;
}

/* sec2  */
.sec2 {
	overflow: hidden;
}
.sec2 .platformRow {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 24px 0;
	border-bottom: 1px solid #b7b7b7;
}
.sec2 .platformRow:first-child {
	border-top: 1px solid #b7b7b7;
}
.sec2 .platformRow--rev {
	flex-direction: row-reverse;
}
.sec2 .platformRow__copy {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	min-width: 0;
}
.sec2 .platformRow:nth-child(even) .platformRow__copy {
	text-align: right;
	justify-content: flex-end;
}
.sec2 .platformRow__head {
	display: flex;
	flex-direction: column;
	align-items: inherit;
	gap: 4px;
	width: 100%;
}
.sec2 .platformRow--rev .platformRow__head {
	align-items: flex-end;
	text-align: right;
}
.sec2 .platformRow__label {
	margin: 0;
	font-family: "PT Serif", serif;
	font-size: var(--font-size-24);
	font-weight: 400;
	line-height: normal;
	color: #490e67;
}
.sec2 .platformRow__title {
	margin: 0;
	font-family: "PT Serif", serif;
	font-size: var(--font-size-62);
	font-weight: 400;
	line-height: 1.1;
	color: #343236;
}
.sec2 .platformRow__lead {
	margin: 40px 0 16px;
	font-family: "pretendard", "Inter", sans-serif;
	font-size: var(--font-size-24);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #363131;
}
.sec2 .platformRow__body {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	font-family: "pretendard", "Inter", sans-serif;
	font-size: var(--font-size-24);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #706e6e;
}
.sec2 .platformRow__media {
	width: 50%;
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 738 / 461;
	background: #ddd;
	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 {
	padding: 180px 0 0;
}
.pipelineSec__wrap {
	max-width: 1800px;
}
.pipelineSec__card {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	height: 706px;
	background: #000;
}
.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-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: clamp(28px, 3vw, 56px);
	padding: clamp(72px, 8vw, 160px) clamp(40px, 6vw, 152px);
	height: 100%;
	box-sizing: border-box;
}

.pipelineSec__visualTitle {
	flex: 0 0 auto;
	margin: 0;
	max-width: 42%;
	font-family: "PT Serif", serif;
	font-size: clamp(32px, 3.5vw, 62px);
	font-weight: 400;
	line-height: 1;
	color: #fff;
	letter-spacing: -0.02em;
	transition:
		opacity 0.55s cubic-bezier(0.45, 0.05, 0.55, 0.95),
		transform 0.65s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.pipelineSec__decorLine {
	flex: 1 1 auto;
	align-self: center;
	min-width: 48px;
	max-width: 452px;
	height: 1px;
	background: rgba(255, 255, 255, 0.38);
	border: none;
	opacity: 0.95;
}

.pipelineSec__glass {
	flex: 0 1 606px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: min(606px, 38vw);
	height: 386px;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.58);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}
.pipelineSec__glassMain {
	display: flex;
	flex-direction: column;
}
.pipelineSec__headline {
	margin: 0 0 16px;
	font-family: "pretendard", "Inter", sans-serif;
	font-size: clamp(22px, 1.75vw, 26px);
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: -0.03em;
	color: #363131;
	transition:
		opacity 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95),
		transform 0.55s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.pipelineSec__body {
	font-family: "pretendard", "Inter", sans-serif;
	font-size: var(--font-size-24);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #565050;
	transition:
		opacity 0.45s cubic-bezier(0.45, 0.05, 0.55, 0.95),
		transform 0.55s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.pipelineSec__controls {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 40px;
	width: 100%;
}

.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;
}

/* sec4 · 가로 무한 마키 (Immune Resilience for Longevity) */
.marqueeStrip {
	overflow: hidden;
	padding: clamp(48px, 7vw, 120px) 0;
	background: #f0f0ee;
}

.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: "PT Serif", serif;
	font-weight: 400;
	font-size: clamp(48px, 10.5vw, 170px);
	line-height: 1.17;
	letter-spacing: -0.03em;
	color: #363131;
	white-space: nowrap;
	opacity: 0.3;
}

@keyframes marqueeStripX {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/* sec5 · PR (Figma node 2818:16893) */
.prSection {
	padding: 120px 0 130px;
	background: #eaeae8;
}

.prSection__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	max-width: 946px;
	margin: 0 auto;
	text-align: center;
}

.prSection__label {
	margin: 0;
	font-family: "PT Serif", serif;
	font-size: var(--font-size-24);
	font-weight: 400;
	line-height: normal;
	color: #490e67;
}

.prSection__lead {
	margin: 0;
	font-family: "pretendard", "Inter", sans-serif;
	font-size: var(--font-size-38);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #363131;
}

.prSection__list {
	list-style: none;
	margin: 70px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.prSection__item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: clamp(16px, 2vw, 40px);
	padding: 19px 24px 19px 32px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.93);
	box-sizing: border-box;
	transition:
		box-shadow 0.35s cubic-bezier(0.45, 0.05, 0.55, 0.95),
		transform 0.35s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.prSection__item:hover {
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}

.prSection__date {
	flex: 0 0 auto;
	min-width: 6.5em;
	font-family: "pretendard", "Inter", sans-serif;
	font-size: var(--font-size-16);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #565050;
}

.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 9px;
	border-radius: 6px;
	font-family: "pretendard", "Inter", sans-serif;
	font-size: var(--font-size-13);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.prSection__badge--news {
	min-width: 55px;
	background: #ebe1f0;
	color: #490e67;
}

.prSection__badge--notice {
	background: #f0e1e1;
	color: #670e0e;
}

.prSection__title {
	flex: 1 1 auto;
	min-width: 0;
	font-family: "pretendard", "Inter", sans-serif;
	font-size: var(--font-size-24);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #363131;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.25s ease;
}

.prSection__title:hover {
	color: #490e67;
}

.prSection__more {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	padding: 0;
	border: none;
	border-radius: 10px;
	background: #490e67 url(/images/main/sec5_arr.png) no-repeat center / 25px;
	cursor: pointer;
	text-decoration: none;
	transition:
		background 0.3s ease,
		transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	text-indent: -9999px;
}

.prSection__more:hover {
	background: #5b1180 url(/images/main/sec5_arr.png) no-repeat center / 25px;
	transform: scale(1.06);
}

.prSection__more svg {
	display: block;
}
