/* ================================================================
   Philosophy Page — PC Styles (Desktop-first, 1920px base)
   ================================================================ */

/* ── Base ── */
.philosophy-page {
	overflow-x: hidden;
}

.philosophy-main {
	position: relative;
}

/* base styles in common-curtain.css */


/* ================================================================
   Section 01–02: Intro Hero (mask → fullbleed expand)
   ================================================================ */
.ph-intro {
	background: #fff;
	z-index: 1;
}

.ph-intro__bg-img {
	filter: saturate(0.3);
}

.ph-intro__bg-dimmed {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.1);
}

/* page-specific intro overrides (base styles in common-intro.css) */
.ph-intro__title {
	font-family: 'Pretendard', sans-serif;
	color: #171B1E;
	letter-spacing: -2px;
}

.ph-intro__subtitle {
	font-family: 'Pretendard', sans-serif;
	letter-spacing: -0.48px;
	color: #171B1E;
}

.ph-intro__subtitle-logo {
	font-family: 'Google Sans Flex', sans-serif;
	font-weight: 500;
}

.ph-intro__scroll-cta {
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.5px;
	opacity: 0;
	z-index: 3;
}


/* ================================================================
   Section 03–04: People ↔ Technology (Wrapper)
   ================================================================ */
.ph-sec0304 {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-color: #171B1E;
	z-index: 2;
}

.ph-sec0304__layer {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.ph-sec0304__layer--03 {
	opacity: 1;
}

.ph-sec0304__layer--04 {
	opacity: 0;
}

.ph-sec03__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 2;
}

.ph-sec04__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 2;
}

.ph-sec03__stroke {
	position: absolute;
	top: 42.593%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	pointer-events: none;
	overflow: hidden;
}

.ph-sec03__stroke-svg {
	display: block;
	width: 42.448vw;   /* 815 / 1920 */
	height: 17.604vw;  /* 338 / 1920 */
	transform: translateY(100%);
	will-change: transform;
}

.ph-sec04__stroke {
	position: absolute;
	top: 42.593%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	overflow: hidden;
	pointer-events: none;
}

.ph-sec04__stroke-svg {
	display: block;
	width: 70.365vw;   /* 1351 / 1920 */
	height: 17.604vw;  /* 338 / 1920 */
	transform: translateY(100%);
	will-change: transform;
}

.ph-sec0304__title {
	position: absolute;
	top: 48.889%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	opacity: 0;
}

.ph-sec0304__word {
	font-family: 'Pretendard', sans-serif;
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.ph-sec0304__word--right {
	width: 0;
	overflow: hidden;
}

.ph-sec0304__bar {
	display: inline-block;
	width: 0;
	height: 8px;
	background: #fff;
	margin: 0;
	vertical-align: middle;
	overflow: hidden;
}

/* ── 기존 요소 유지 (레거시) ── */
.ph-sec03__bg-texture {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0);
	z-index: 0;
}

.ph-sec03__bg-gradient {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 0%, #171b1e 70%);
	z-index: 1;
}

.ph-sec03__blur {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 754px;
	height: 434px;
	background: #D9D9D9;
	border-radius: 251px;
	filter: blur(291px);
	z-index: 3;
}

.ph-sec03__hero-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1920px;
	height: 1080px;
	max-width: none;
	object-fit: cover;
	filter: contrast(1.05) saturate(0.39) brightness(0.85);
	z-index: 4;
}

.ph-sec03__dimmed {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1723px;
	height: 931px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 5;
}

.ph-sec04__bg-layer {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ph-sec04__bg-texture {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0);
}

.ph-sec04__bg-gradient {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 0%, #171b1e 70%);
}

.ph-sec04__blur {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 754px;
	height: 434px;
	background: #D9D9D9;
	border-radius: 251px;
	filter: blur(291px);
	z-index: 1;
}

.ph-sec04__hero-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1877px;
	height: 1253px;
	max-width: none;
	object-fit: cover;
	filter: contrast(0.9) saturate(0.83);
	z-index: 2;
}

.ph-sec04__dimmed {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1723px;
	height: 931px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 3;
}


/* ================================================================
   Section 05: Circle + CI Logo
   ================================================================ */
.ph-sec05 {
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ph-sec05__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ph-sec05__bg picture {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}

.ph-sec05__bg-texture {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.ph-sec05__bg-layer {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 1);
	z-index: 1;
}

.ph-sec05__bg-dimmed {
	position: absolute;
	inset: 0;
	background: radial-gradient(36.02% 36.02% at 49.06% 60.65%, rgba(23, 27, 30, 0.00) 0%, #171B1E 100%);
	z-index: 2;
}


/* Gradient circle object */
.ph-sec05__object {
	position: absolute;
	bottom: -1700px;
	left: 50%;
	transform: translateX(-50%);
	width: 3408px;
	height: 3408px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
	z-index: 1;
	will-change: transform;
}

/* Content */
.ph-sec05__content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.ph-sec05__text {
	font-family: 'Pretendard', sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
	margin: 0;
}

.ph-sec05__text-line {
	display: block;
}

.ph-sec05__accent {
	display: inline-grid;
}
.ph-sec05__accent .ph-accent__white,
.ph-sec05__accent .ph-accent__gradient {
	grid-area: 1 / 1;
}
.ph-sec05__accent .ph-accent__gradient {
	background: linear-gradient(90deg, #F5952F, #F17D2F, #ED5134, #EB4136, #E82939) no-repeat left center;
	background-size: 100% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-font-smoothing: antialiased;
	clip-path: inset(0 100% 0 0);
}
.ph-sec05__accent .ph-accent__white {
	color: #fff;
	-webkit-text-fill-color: #fff;
	clip-path: inset(0 0 0 0);
}

.ph-sec05__text-ci {
	display: inline-block;
	height: 42px;
	width: auto;
	vertical-align: baseline;
	margin-bottom: -2px;
	margin-right: 5px;
}

.ph-sec05__text strong {
	font-weight: 600;
}

.ph-sec05__text--mobile {
	display: none;
}

.ph-sec05__text--tablet {
	display: none;
}


/* ================================================================
   Section 06: Quote + Portrait
   ================================================================ */
.ph-sec06 {
	position: relative;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}

.ph-sec06__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ph-sec06__bg picture {
	display: block;
	width: 100%;
	height: 100%;
}

.ph-sec06__bg-texture {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.ph-sec06__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-width: 1760px;
	margin: 0 auto;
	padding: 0 80px;
	gap: 80px;
}

.ph-sec06__text-area {
	flex: 1;
	max-width: 560px;
}

.ph-sec06__mark {
	display: block;
	width: 64px;
	height: 48px;
	opacity: 0.3;
	margin-bottom: 56px;
}

.ph-sec06__title {
	font-family: var(--Family-Pretendard, Pretendard);
	font-size: var(--Size-H1, 56px);
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -1.12px;
	color: var(--Text-White, #FFF);
	margin: 0 0 24px;
}

.ph-sec06__desc {
	font-family: var(--Family-Pretendard, Pretendard);
	font-size: var(--Size-H6, 24px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.48px;
	color: var(--Text-White, #FFF);
}

.ph-sec06__portrait {
	flex-shrink: 0;
	width: 573px;
	height: 720px;
	overflow: hidden;
}

.ph-sec06__portrait-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.82);
	will-change: transform;
}


/* ================================================================
   Section 07–09: Full-bleed Image + Text (common)
   ================================================================ */
.ph-fullimg {
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.ph-fullimg__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ph-fullimg__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: transform;
}

.ph-fullimg__content {
	position: relative;
	z-index: 1;
	text-align: center;
}

.ph-fullimg__text {
	font-family: 'Pretendard', sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	margin: 0;
}

.ph-fullimg__text--tablet {
	display: none;
}

.ph-fullimg__text--mobile {
	display: none;
}

.ph-fullimg__text--sec08-mobile {
	display: none;
}

.ph-fullimg__text--sec09-mobile {
	display: none;
}

.ph-sec10__text--mobile {
	display: none;
}

.ph-fullimg__accent {
	display: inline-grid;
}
.ph-fullimg__accent .ph-accent__white,
.ph-fullimg__accent .ph-accent__gradient {
	grid-area: 1 / 1;
}
.ph-fullimg__accent .ph-accent__gradient {
	background: linear-gradient(90deg, #F5952F, #F17D2F, #ED5134, #EB4136, #E82939) no-repeat left center;
	background-size: 100% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-font-smoothing: antialiased;
	clip-path: inset(0 100% 0 0);
}
.ph-fullimg__accent .ph-accent__white {
	color: #fff;
	-webkit-text-fill-color: #fff;
	clip-path: inset(0 0 0 0);
}


/* ================================================================
   Section 10: Quotes Card
   ================================================================ */

.ph-sec1011 {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 20;
}

.ph-sec1011__stack {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ph-sec1011__stack .ph-sec10,
.ph-sec1011__stack .ph-sec11 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	will-change: transform;
}

.ph-sec1011__stack .ph-sec10 {
	z-index: 1;
}

.ph-sec1011__stack .ph-sec11 {
	z-index: 2;
}

.ph-sec10 {
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ph-sec10__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ph-sec10__bg picture {
	display: block;
	width: 100%;
	height: 100%;
}

.ph-sec10__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ph-sec10__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1464px;
	margin: 0 auto;
	padding: 0 40px;
}

.ph-sec10__box {
	position: relative;
	width: 100%;
	min-height: 630px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 100px 0 130px 0;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
	transform: translateZ(0);
	will-change: transform;
}

.ph-sec10__mark {
	display: block;
	width: 64px;
	height: 48px;
	opacity: 0.3;
	margin-bottom: 20px;
}

.ph-sec10__quote {
	margin: 0;
}

.ph-sec10__quote-text,
.ph-sec10__text {
	font-family: 'Pretendard', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.8px;
	color: #fff;
	text-align: center;
	margin: 0 0 40px;
}

.ph-sec10__text-line {
	display: inline-block;
}

.ph-sec10__quote-author,
.ph-sec10__author {
	font-family: 'Pretendard', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.48px;
	color: #e6eaee;
	text-align: center;
}

.ph-sec10__exit-dimmed {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	z-index: 10;
	pointer-events: none;
	will-change: opacity;
}


/* ================================================================
   Section 11: Closing
   ================================================================ */
.ph-sec11 {
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ph-sec11__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ph-sec11__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ph-sec11__bg-dimmed {
	position: absolute;
	inset: 0;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 0, 0, 0.40);
	z-index: 1;
}

.ph-sec11__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.ph-sec11__line {
	display: block;
	font-family: 'Pretendard', sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #fff;
}

.ph-sec11__middle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	line-height: 1.5;
}

.ph-sec11__ci-logo {
	display: block;
	width: 360px;
	height: 48px;
	object-fit: contain;
}

.ph-sec11__middle-suffix {
	font-family: 'Pretendard', sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #fff;
}

.ph-sec11__middle-text {
	font-family: 'Pretendard', sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.96px;
	color: #fff;
	white-space: nowrap;
}

.ph-sec11__accent {
	display: inline-grid;
}
.ph-sec11__accent .ph-accent__white,
.ph-sec11__accent .ph-accent__gradient {
	grid-area: 1 / 1;
}
.ph-sec11__accent .ph-accent__gradient {
	background: linear-gradient(90deg, #F5952F, #F17D2F, #ED5134, #EB4136, #E82939) no-repeat left center;
	background-size: 100% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-font-smoothing: antialiased;
	clip-path: inset(0 100% 0 0);
}
.ph-sec11__accent .ph-accent__white {
	color: #fff;
	-webkit-text-fill-color: #fff;
	clip-path: inset(0 0 0 0);
}


/* ================================================================
   Responsive: rwd-br (hidden by default, shown at breakpoints)
   ================================================================ */
.rwd-br {
	display: none;
}


/* ================================================================
   Large Desktop + short viewport: 1280px ~ 1535px (e.g. LG Gram)
   ================================================================ */
@media (min-width: 1280px) and (max-width: 1535px) {
}

/* ================================================================
   Small Desktop: 1024px ~ 1279px
   ================================================================ */
@media (min-width: 1024px) and (max-width: 1279px) {

	/* ── sec0304 ── */
	.ph-sec0304__word {
		font-size: 60px;
	}

	.ph-sec03__stroke-svg {
		width: 35vw;
		height: 14.5vw;
	}

	.ph-sec04__stroke-svg {
		width: 58vw;
		height: 14.5vw;
	}

	/* ── sec05 ── */
	.ph-sec05__object {
		width: 2800px;
		height: 2800px;
		bottom: -1400px;
	}

	.ph-sec05__text {
		font-size: 44px;
	}

	.ph-sec05__text-ci {
		height: 36px;
	}

	/* ── sec06 ── */
	.ph-sec06__inner {
		max-width: 1200px;
		padding: 0 60px;
		gap: 60px;
	}

	.ph-sec06__text-area {
		max-width: 480px;
	}

	.ph-sec06__title {
		font-size: 44px;
		letter-spacing: -0.88px;
	}

	.ph-sec06__desc {
		font-size: 20px;
		letter-spacing: -0.4px;
	}

	.ph-sec06__portrait {
		width: 460px;
		height: 580px;
	}

	.ph-sec06__mark {
		width: 54px;
		height: 40px;
	}

	/* ── sec07-09 ── */
	.ph-fullimg__text {
		font-size: 38px;
	}

	/* ── sec10 ── */
	.ph-sec10__inner {
		max-width: 1100px;
	}

	.ph-sec10__box {
		min-height: 540px;
		padding: 80px 0 100px 0;
	}

	.ph-sec10__mark {
		width: 54px;
		height: 40px;
	}

	.ph-sec10__quote-text,
	.ph-sec10__text {
		font-size: 34px;
		letter-spacing: -0.68px;
	}

	.ph-sec10__quote-author,
	.ph-sec10__author {
		font-size: 20px;
	}

	/* ── sec11 ── */
	.ph-sec11__line {
		font-size: 38px;
		letter-spacing: -0.76px;
	}

	.ph-sec11__ci-logo {
		width: 288px;
		height: 38px;
	}

	.ph-sec11__middle-suffix {
		font-size: 38px;
		letter-spacing: -0.76px;
	}

	.ph-sec11__middle-text {
		font-size: 38px;
		letter-spacing: -0.76px;
	}
}

/* ================================================================
   Small PC + short viewport (e.g. 1024×768 landscape tablet)
   ================================================================ */
@media (min-width: 1024px) and (max-width: 1279px) and (max-height: 800px) {
}


/* ================================================================
   Tablet: 768px ~ 1023px
   ================================================================ */
@media (min-width: 768px) and (max-width: 1023px) {

	.rwd-br {
		display: inline;
	}

	.rwd-br--mobile {
		display: none;
	}

	/* ── Intro ── */
	.ph-intro__bg-wrapper {
		width: 512px;
		height: 500px;
	}

	.ph-intro__title {
		font-size: 48px;
		letter-spacing: -0.96px;
	}

	.ph-intro__subtitle {
		font-size: 20px;
		letter-spacing: -0.4px;
	}

	.ph-intro__content {
		top: calc(var(--header-h, 90px) + 10vh);
	}

	/* ── sec0304 ── */
	.ph-sec0304__title {
		top: 51.855%;   /* Figma Y:509 + 44/2 = 531 / 1024 */
	}

	.ph-sec03__stroke {
		top: 48.291%;   /* Figma Y:410 + 169/2 = 494.5 / 1024 */
	}

	.ph-sec04__stroke {
		top: 48.291%;
	}

	.ph-sec0304__word {
		font-size: var(--Size-D3, 44px);
		font-weight: 600;
		line-height: 100%;
	}

	.ph-sec03__stroke-svg,
	.ph-sec03__stroke {
		width: 408px;
		height: 169px;
	}

	.ph-sec04__stroke-svg,
	.ph-sec04__stroke {
		width: 677px;
		height: 169px;
	}

	.ph-sec0304__bar {
		height: 6px;
		width: 142px;
	}

	/* ── sec05 ── */
	.ph-sec05__object {
		width: 2200px;
		height: 2200px;
		bottom: -1100px;
	}

	.ph-sec05__text--pc {
		display: none;
	}

	.ph-sec05__text--tablet {
		display: block;
	}

	.ph-sec05__text--mobile {
		display: none;
	}

	.ph-sec05__text {
		font-size: var(--Size-H2, 32px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.64px;
	}

	.ph-sec05__text-ci {
		height: 30px;
		margin-bottom: -1px;
	}

	/* ── sec06 ── */
	.ph-sec06__inner {
		max-width: none;
		padding: 0 40px;
		gap: 30px;
	}

	.ph-sec06__text-area {
		flex: 1;
		max-width: 336px;
	}

	.ph-sec06__title {
		font-size: var(--Size-H1, 34px);
		line-height: 130%;
		letter-spacing: -0.68px;
	}

	.ph-sec06__desc {
		font-size: var(--Size-H6, 20px);
		line-height: 150%;
		letter-spacing: -0.4px;
	}

	.ph-sec06__portrait {
		width: 336px;
		height: 422px;
	}

	.ph-sec06__mark {
		width: 42px;
		height: 32px;
		margin-bottom: 30px;
	}

	/* ── sec07-09 ── */
	.ph-sec07 .ph-fullimg__text--pc {
		display: none;
	}

	.ph-sec07 .ph-fullimg__text--tablet {
		display: block;
	}

	.ph-fullimg__text {
		font-size: 32px;
		letter-spacing: -0.64px;
		line-height: 1.5;
		padding: 0 40px;
	}

	/* ── sec10 ── */
	.ph-sec10__inner {
		max-width: none;
		padding: 0 40px;
	}

	.ph-sec10__box {
		min-height: 480px;
		padding: 70px 40px 90px;
	}

	.ph-sec10__mark {
		width: 42px;
		height: 32px;
	}

	.ph-sec10__quote-text,
	.ph-sec10__text {
		font-size: var(--Size-H4, 28px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.56px;
	}

	.ph-sec10__quote-author,
	.ph-sec10__author {
		font-size: 18px;
	}

	/* ── sec11 ── */
	.ph-sec11__line {
		font-size: var(--Size-H1, 34px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.68px;
	}

	.ph-sec11__ci-logo {
		width: 240px;
		height: 32px;
	}

	.ph-sec11__middle {
		flex-wrap: wrap;
		justify-content: center;
	}

	.ph-sec11__middle-suffix {
		font-size: var(--Size-H1, 34px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.68px;
	}

	.ph-sec11__middle-text {
		width: 100%;
		text-align: center;
		font-size: var(--Size-H1, 34px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.68px;
		white-space: normal;
	}

	/* ── sec11 ── */
	.ph-sec11__line {
		font-size: var(--Size-H1, 34px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.68px;
	}

	.ph-sec11__ci-logo {
		width: 240px;
		height: 32px;
	}

	.ph-sec11__middle {
		flex-wrap: wrap;
		justify-content: center;
	}

	.ph-sec11__middle-suffix {
		font-size: var(--Size-H1, 34px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.68px;
	}

	.ph-sec11__middle-text {
		width: 100%;
		text-align: center;
		font-size: var(--Size-H1, 34px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.68px;
	}
}


/* ================================================================
   Mobile: ~767px
   ================================================================ */
@media (max-width: 767px) {

	.rwd-br {
		display: inline;
	}

	/* ── Intro ── */
	.ph-intro__bg-wrapper {
		width: 334px;
		height: 300px;
	}

	.ph-intro__title {
		font-size: 48px;
		letter-spacing: -0.96px;
		margin: 0 0 20px;
	}

	.ph-intro__subtitle {
		font-size: 20px;
		letter-spacing: -0.4px;
		white-space: normal;
		padding: 0 20px;
	}

	.ph-intro__content {
		top: calc(var(--header-h, 60px) + 10vh);
		width: 100%;
	}

	.ph-intro__scroll-cta {
		font-size: 14px;
		bottom: 24px;
	}

	/* ── sec0304 ── */
	.ph-sec0304__title {
		color: var(--black-white-white, #FFF);
		text-align: center;
	}

	.ph-sec0304__word {
		font-size: var(--Size-D3, 44px);
		font-weight: 600;
		line-height: 100%;
	}

	.ph-sec0304__bar {
		height: 6px;
	}

	.ph-sec03__stroke-svg,
	.ph-sec03__stroke {
		width: 53.867vw;
		height: 22.133vw;
	}

	.ph-sec04__stroke-svg,
	.ph-sec04__stroke {
		width: 89.867vw;
		height: 22.133vw;
	}

	/* ── sec05 ── */
	.ph-sec05__object {
		width: 1600px;
		height: 1600px;
		bottom: -800px;
	}

	.ph-sec05__text--pc {
		display: none;
	}

	.ph-sec05__text--tablet {
		display: none;
	}

	.ph-sec05__text--mobile {
		display: block;
	}

	.ph-sec05__text {
		font-size: 34px;
		line-height: 1.5;
		padding: 0 20px;
	}

	.ph-sec05__text-ci {
		height: 23px;
		margin-bottom: -1px;
		margin-right: 4px;
	}

	/* ── sec06 ── */
	.ph-sec06 {
		height: auto;
		min-height: 100vh;
	}

	.ph-sec06__inner {
		flex-direction: column;
		max-width: none;
		padding: 80px 20px;
		gap: 60px;
		align-items: flex-start;
	}

	.ph-sec06__text-area {
		flex: none;
		max-width: none;
		width: 100%;
	}

	.ph-sec06__title {
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: var(--Size-H3, 30px);
		font-style: normal;
		font-weight: 600;
		line-height: 130%;
		letter-spacing: -0.6px;
		color: var(--Text-White, #FFF);
		margin-bottom: 16px;
	}

	.ph-sec06__desc {
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: var(--Size-H6, 20px);
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		letter-spacing: -0.4px;
		color: var(--Text-White, #FFF);
	}

	.ph-sec06__desc br {
		display: none;
	}

	.ph-sec06__portrait {
		width: 100%;
		max-width: none;
		height: auto;
		aspect-ratio: 336 / 422;
	}

	.ph-sec06__mark {
		width: 42px;
		height: 32px;
		margin-bottom: 30px;
	}

	/* ── sec07-09 ── */
	.ph-sec07 .ph-fullimg__text--pc {
		display: none;
	}

	.ph-sec07 .ph-fullimg__text--tablet {
		display: none;
	}

	.ph-sec07 .ph-fullimg__text--mobile {
		display: block;
	}

	.ph-sec08 .ph-fullimg__text--sec08-pc {
		display: none;
	}

	.ph-sec08 .ph-fullimg__text--sec08-mobile {
		display: block;
	}

	.ph-sec09 .ph-fullimg__text--sec09-pc {
		display: none;
	}

	.ph-sec09 .ph-fullimg__text--sec09-mobile {
		display: block;
	}

	.ph-sec07 .ph-fullimg__text--mobile,
	.ph-sec08 .ph-fullimg__text--sec08-mobile,
	.ph-sec09 .ph-fullimg__text--sec09-mobile {
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: var(--Size-H5, 24px);
		font-style: normal;
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.48px;
	}

	.ph-fullimg__text {
		font-size: 32px;
		letter-spacing: -0.64px;
		line-height: 1.5;
		padding: 0 20px;
	}

	/* ── sec10 ── */
	.ph-sec10__text--pc {
		display: none;
	}

	.ph-sec10__text--mobile {
		display: block;
	}
	.ph-sec10__inner {
		max-width: none;
		padding: 0 20px;
	}

	.ph-sec10__box {
		min-height: 480px;
		padding: 60px 20px 80px;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		background: rgba(30, 40, 55, 0.85);
	}

	.ph-sec10__mark {
		width: 42px;
		height: 32px;
		margin-bottom: 36px;
	}

	.ph-sec10__quote-text,
	.ph-sec10__text {
		font-size: var(--Size-H4, 28px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.56px;
		margin: 0 0 28px;
	}

	.ph-sec10__text--mobile {
		font-family: var(--Family-Pretendard, Pretendard);
		font-size: var(--Size-H6, 20px);
		font-style: normal;
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.4px;
	}

	.ph-sec10__quote-author,
	.ph-sec10__author {
		font-size: var(--Size-H6, 20px);
		font-weight: 400;
		line-height: 130%;
		letter-spacing: -0.4px;
		color: var(--Text-Light-Gray, #E6EAEE);
	}

	/* ── sec11 ── */
	.ph-sec11__line {
		font-size: var(--Size-H1, 34px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.68px;
	}

	.ph-sec11__ci-logo {
		width: 240px;
		height: 32px;
	}

	.ph-sec11__middle {
		flex-wrap: wrap;
		justify-content: center;
	}

	.ph-sec11__middle-suffix {
		font-size: var(--Size-H1, 34px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.68px;
	}

	.ph-sec11__middle-text {
		width: 100%;
		text-align: center;
		font-size: var(--Size-H1, 34px);
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.68px;
		white-space: normal;
	}
}


/* ================================================================
   Small Mobile: ~375px
   ================================================================ */
@media (max-width: 375px) {

	.ph-intro__title {
		font-size: 40px;
		letter-spacing: -0.8px;
	}

	.ph-intro__subtitle {
		font-size: 18px;
	}

	.ph-sec0304__word {
		font-size: 36px;
	}

	.ph-sec05__object {
		width: 1200px;
		height: 1200px;
		bottom: -600px;
	}

	.ph-sec05__text {
		font-size: 28px;
	}

	.ph-sec05__text-ci {
		height: 22px;
	}

	.ph-sec06__title {
		font-size: 28px;
		letter-spacing: -0.56px;
	}

	.ph-fullimg__text {
		font-size: 26px;
		letter-spacing: -0.52px;
	}

	.ph-sec10__quote-text,
	.ph-sec10__text {
		font-size: 22px;
		letter-spacing: -0.44px;
	}

	.ph-sec11__line {
		font-size: 28px;
		letter-spacing: -0.56px;
	}

	.ph-sec11__ci-logo {
		width: 170px;
		height: 24px;
	}

	.ph-sec11__middle-suffix {
		font-size: 28px;
		letter-spacing: -0.56px;
	}

	.ph-sec11__middle-text {
		font-size: 28px;
		letter-spacing: -0.56px;
	}
}
