@charset "utf-8";

/* ==================================================
	공통 상위 컨텐츠
================================================== */
.cont_inner {
	width: 100%;
}

.cont_inner2 {
	width: 100%;
}

.cont_inner2.reveal-up {
	opacity: 0;
	transform: translateY(1.2rem);
	visibility: visible;
	transition: opacity 0.8s 0.3s ease-out, transform 0.8s 0.3s ease-out;
}

.cont_inner2.reveal-up.is-revealed {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	transition: opacity 0.8s 0.3s ease-out, transform 0.8s 0.3s ease-out;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width:1100px) {
	.cont_inner {
		margin-top: 0;
	}

	.cont_inner2 {
		margin-top: 0;
	}
}

/* ==================================================
	공통 기본 컨텐츠
================================================== */
.blind {
	display: none;
}

/* ==================
	반응형CSS
=====================*/
.mb_brblock {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	.mb_brnone {
		display: none !important;
	}

	.mb_brblock {
		display: block !important;
	}
}

@media screen and (max-width: 640px) {
	.mb_brnone2 {
		display: none !important;
	}
}

/* ==================================================
	공통 개별 컨텐츠
================================================== */
/* 텍스트라벨 */
.con-label-unit {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 3rem;
}

.label-line {
	width: 4rem;
	height: 1.5px;
	background: var(--accent);
}

.con-label {
	font-family: var(--font-Paperlogy);
	font-size: 1.4rem;
	font-weight: var(--font-eb);
	color: var(--accent);
	letter-spacing: 0.5rem;
	text-transform: uppercase;
}

.con-label-center {
	justify-content: center;
}

/* ESG경영 - 환경경영 */
.env-header .label-line {
	background: var(--envcolor);
}

.env-header .con-label {
	color: var(--envcolor);
}

/* ESG경영 - 사회적책임경영 */
.cs-header .label-line {
	background: var(--cscolor);
}

.cs-header .con-label {
	color: var(--cscolor);
}

/* ESG경영 - 지배구조 */
.gov-header .label-line {
	background: var(--govcolor);
}

.gov-header .con-label {
	color: var(--govcolor);
}

/* 공통상단 텍스트 */
.con-header {}

.con-header_tl {
	text-align: center;
}

.cnhd-title {
	font-size: 6.8rem;
	font-weight: var(--font-eb);
	line-height: 1.2;
	color: var(--text-main);
	letter-spacing: -0.03em;
	word-break: keep-all;
	margin-bottom: 4.5rem;
}

.cnhd-title span {
	color: var(--brand-color-main);
	position: relative;
	display: inline-block;
}

.cnhd-title span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1.2rem;
	width: 100%;
	height: 24px;
	background: rgba(0, 168, 204, 0.08);
	z-index: -1;
}

.cnhd-desc {
	font-size: 2.2rem;
	color: var(--text-muted);
	font-weight: var(--font-rg);
	line-height: 1.7;
	position: relative;
}

/* ESG경영 - 환경경영 */
.env-header .cnhd-title span {
	color: var(--envcolor);
}

.env-header .cnhd-desc strong {
	color: var(--text-main);
	font-weight: var(--font-eb);
	display: block;
	margin-bottom: 1.5rem;
}

.env-header cnhd-title span:after {
	background: rgba(168, 132, 100, 0.1);
}

/* ESG경영 - 사회적책임경영 */
.cs-header .cnhd-title span {
	color: var(--cscolor);
}

.cs-header .cnhd-title span:after {
	background: rgba(243, 156, 18, 0.15);
}

/* ESG경영 - 지배구조 */
.gov-header .cnhd-title span {
	color: var(--govcolor);
}

.gov-header.cnhd-title span:after {
	background: rgba(30, 58, 138, 0.08);
}

/* 애니메이션 */
.con-header {
	will-change: transform, opacity;
}

.con-header.reveal-up {
	transform: translateY(30px);
}

.con-header.is-revealed {
	/* 하단 컨텐츠 겹침 방지 CSS */
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translateY(0);
}

/* 컨텐츠디자인 공통사용 */
.common-section-row {
	padding-top: 8rem;
	position: relative;
}

.common-section-divider {
	margin-bottom: 6rem;
	display: flex;
	align-items: flex-end;
}

.common-divider-bar {
	width: 10rem;
	height: 4px;
	background: var(--accent);
}

/* ESG경영- 사회적책임경영 */
.safety-theme .common-divider-bar {
	background: var(--cscolor);
}

/* ESG경영- 지배구조 */
.gov-theme .common-divider-bar {
	background: var(--govcolor);
}

.common-divider-line {
	flex-grow: 1;
	height: 1px;
	background: #e2ebf5;
	margin-bottom: 2px;
}

.common-header-group {
	margin-bottom: 5rem;
}

.common-header-group .pre-label {
	font-family: var(--font-Paperlogy);
	font-size: 1.3rem;
	font-weight: var(--font-eb);
	color: var(--accent);
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	display: block;
}

/* ESG경영- 사회적책임경영 */
.safety-theme .pre-label {
	color: var(--cscolor);
}

/* ESG경영- 지배구조 */
.gov-theme .pre-label {
	color: var(--govcolor);
}

.common-header-group h3 {
	font-size: 4.8rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	letter-spacing: -0.04em;
}

.common-intro-text {
	font-size: 2rem;
	color: var(--text-muted);
	line-height: 1.7;
	margin-top: 3rem;
	max-width: var(--font-eb);
	word-break: keep-all;
}

.common-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

/* ESG경영- 사회적책임경영 안전관리 방침: 안전 섹션은 2열 */
.safety-theme .common-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
}

.common-card {
	background: var(--color-white);
	border: 1px solid #e2ebf5;
	padding: 6rem 4.5rem;
	border-radius: 2.5rem;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	overflow: hidden;
}

.common-card:hover {
	transform: translateY(-1.5rem);
	border-color: var(--accent);
	box-shadow: 0 4rem 8rem rgba(0, 168, 204, 0.08);
}

.common-card-deco {
	position: absolute;
	top: -2rem;
	right: -2rem;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	opacity: 0.5;
	transition: 0.5s;
	z-index: 1;
}

.common-card-deco {
	background: #f5f9fc;
}

.common-card-deco.common-card-deco--safety {
	background: var(--color-white);
}

.common-card:hover .common-card-deco {
	background: rgba(0, 168, 204, 0.1);
	scale: 1.5;
}

.common-card h4 {
	font-size: 2.6rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 2.5rem;
	position: relative;
	z-index: 2;
}

.common-card p {
	font-size: 1.8rem;
	color: var(--text-muted);
	line-height: 1.8;
	font-weight: var(--font-rg);
	word-break: keep-all;
	position: relative;
	z-index: 2;
}

/* ESG경영- 사회적책임경영 */
.common-card.common-card--safety:hover {
	transform: translateY(-15px);
	border-color: var(--cscolor);
	box-shadow: 0 4rem 8rem rgba(243, 156, 18, 0.08);
}

.common-card.common-card--safety:hover .common-card-deco.common-card-deco--safety {
	background: rgba(243, 156, 18, 0.1);
}

.common-card.common-card--safety h4 {
	font-size: 3.2rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	letter-spacing: -0.02em;
	margin-bottom: 2.5rem;
	position: relative;
	z-index: 2;
}

.common-card.common-card--safety p {
	font-size: 1.9rem;
	color: var(--text-muted);
	line-height: 1.75;
	word-break: keep-all;
	position: relative;
	z-index: 2;
}

/* ESG경영- 지배구조 */
.common-card.common-card--cs:hover {
	transform: translateY(-15px);
	border-color: var(--govcolor);
	box-shadow: 0 4rem 8rem rgba(30, 58, 138, 0.08);
}

.common-card.common-card--cs:hover .common-card-deco.common-card--cs {
	background: rgba(30, 58, 138, 0.1);
}

.common-card.common-card--cs h4 {
	font-size: 3.2rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	letter-spacing: -0.02em;
	margin-bottom: 2.5rem;
	position: relative;
	z-index: 2;
}

.common-card.common-card--cs h5 {
	font-size: 2.6rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	letter-spacing: -0.02em;
	position: relative;
	z-index: 2;
}

.common-card.common-card--cs p {
	font-size: 1.8rem;
	color: var(--text-muted);
	line-height: 1.75;
	word-break: keep-all;
	position: relative;
	z-index: 2;
	margin-top: 1rem;
}

.common-tag {
	font-family: var(--font-Paperlogy);
	font-size: 1.15rem;
	font-weight: var(--font-eb);
	color: var(--accent);
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	margin-bottom: 3.5rem;
	display: block;
	border-left: 3px solid var(--accent);
	padding-left: 1.5rem;
	position: relative;
	z-index: 2;
}

/* ESG경영- 사회적책임경영 */
.common-card.common-card--safety .common-tag {
	color: var(--cscolor) !important;
	border-left: 3px solid var(--cscolor) !important;
}

/* ESG경영- 지배구조 */
.common-card.common-card--cs .common-tag {
	color: var(--govcolor) !important;
	border-left: 3px solid var(--govcolor) !important;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1600px) {
	.cnhd-title {
		font-size: 5.2rem;
		margin-bottom: 4.2rem;
	}

	.con-label-unit {
		gap: 1.35rem;
		margin-bottom: 2.8rem;
	}

	.label-line {
		width: 3.6rem;
	}

	.con-label {
		font-size: 1.35rem;
		letter-spacing: 0.45rem;
	}

	.common-section-row {
		padding-top: 7.2rem;
	}

	.common-section-divider {
		margin-bottom: 5.5rem;
	}

	.common-header-group {
		margin-bottom: 4.5rem;
	}

	.common-header-group .pre-label {
		font-size: 1.25rem;
		letter-spacing: 0.36rem;
	}

	.common-header-group h3 {
		font-size: 3.9rem;
	}

	.common-intro-text {
		font-size: 1.92rem;
		margin-top: 2.7rem;
	}

	.common-grid {
		gap: 2.7rem;
	}

	.safety-theme .common-grid {
		gap: 3.6rem;
	}

	.common-card {
		padding: 5.5rem 4rem;
	}

	.common-card h4 {
		font-size: 2.15rem;
		margin-bottom: 2.1rem;
	}

	.common-card p {
		font-size: 1.58rem;
	}

	.common-card.common-card--safety h4 {
		font-size: 2.55rem;
	}

	.common-card.common-card--cs h4 {
		font-size: 3rem;
		margin-bottom: 2.2rem;
	}

	.common-card.common-card--cs h5 {
		font-size: 2.05rem;
	}

	.common-tag {
		font-size: 1.1rem;
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 1440px) {
	.cnhd-title {
		font-size: 4.8rem;
		line-height: 1.3;
	}

	.cnhd-desc {
		font-size: 1.85rem;
	}

	.common-section-row {
		padding-top: 6.8rem;
	}

	.common-header-group h3 {
		font-size: 3.65rem;
	}

	.common-intro-text {
		font-size: 1.85rem;
		margin-top: 2.5rem;
	}

	.common-grid {
		gap: 2.5rem;
	}

	.safety-theme .common-grid {
		gap: 3.4rem;
	}

	.common-card {
		padding: 5.2rem 3.8rem;
	}

	.common-card.common-card--safety h4 {
		font-size: 2.45rem;
	}

	.common-card.common-card--cs h4 {
		font-size: 2.85rem;
	}

	.common-card.common-card--cs h5 {
		font-size: 1.95rem;
	}
}

@media screen and (max-width: 1200px) {

	/* 공통상단 텍스트 */
	.cnhd-title {
		font-size: 4.4rem;
		margin-bottom: 3.4rem;
	}

	.cnhd-desc {
		font-size: 2rem;
		line-height: 1.65;
	}

	.common-header-group h3 {
		font-size: 3.35rem;
	}

	.common-intro-text {
		font-size: 1.78rem;
		margin-top: 2.35rem;
	}

	/* 컨텐츠디자인 공통사용 */
	.common-grid {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}

	.safety-theme .common-grid {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}

	.common-card {
		padding: 5rem 3.6rem;
	}

	.common-card.common-card--safety h4 {
		font-size: 2.35rem;
	}

	.common-card.common-card--cs h4 {
		font-size: 2.65rem;
	}

	.common-card.common-card--cs h5 {
		font-size: 1.85rem;
	}
}

@media screen and (max-width: 1024px) {

	/* 컨텐츠디자인 공통사용 */
	.common-section-row {
		padding-top: 6rem;
	}

	.common-section-divider {
		margin-bottom: 5rem;
	}

	.common-divider-bar {
		width: 8.5rem;
		height: 3px;
	}

	.common-header-group {
		margin-bottom: 4rem;
	}

	.common-header-group .pre-label {
		font-size: 1.2rem;
		letter-spacing: 0.3rem;
	}

	.common-header-group h3 {
		font-size: 3.05rem;
	}

	.common-intro-text {
		font-size: 1.7rem;
		margin-top: 2.1rem;
	}

	.common-card.common-card--safety h4 {
		font-size: 2.25rem;
	}

	.common-card.common-card--cs h4 {
		font-size: 2.5rem;
	}

	.common-card.common-card--cs h5 {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.common-card:hover {
		transform: translateY(0);
		box-shadow: 0 2.5rem 5rem rgba(0, 168, 204, 0.06);
	}

	.common-card:hover .common-card-deco {
		scale: 1.15;
	}

	.common-card.common-card--safety:hover {
		transform: translateY(0);
		box-shadow: 0 2.5rem 5rem rgba(243, 156, 18, 0.06);
	}

	.common-card.common-card--cs:hover {
		transform: translateY(0);
		box-shadow: 0 2.5rem 5rem rgba(30, 58, 138, 0.06);
	}
}

@media screen and (max-width: 768px) {

	/* 텍스트라벨 */
	.con-label-unit {
		gap: 1rem;
		margin-bottom: 2rem;
	}

	.label-line {
		width: 2.8rem;
	}

	.con-label {
		font-size: 1.2rem;
		letter-spacing: 0.25rem;
	}

	/* 공통상단 텍스트 */
	.cnhd-title {
		font-size: 4.1rem;
		margin-bottom: 2.2rem;
	}

	.cnhd-title br {
		display: inline;
	}

	.cnhd-title span::after {
		bottom: 0.21em;
		height: 0.44em;
	}

	.cnhd-desc {
		font-size: 1.7rem;
		line-height: 1.65;
	}

	/* 컨텐츠디자인 공통사용 */
	.common-header-group h3 {
		font-size: 2.8rem;
	}

	.common-section-row {
		padding-top: 4rem;
	}

	.common-section-divider {
		margin-bottom: 4.5rem;
		align-items: center;
	}

	.common-divider-bar {
		width: 7.5rem;
		height: 3px;
	}

	.common-divider-line {
		margin-bottom: 1px;
	}

	.common-header-group {
		margin-bottom: 3.5rem;
	}

	.common-header-group .pre-label {
		font-size: 1.1rem;
		letter-spacing: 0.25rem;
		margin-bottom: 0.8rem;
	}

	.common-card.common-card--safety {
		padding: 4rem 3rem;
	}

	.common-grid {
		gap: 1.8rem;
	}

	.common-card {
		padding: 4.5rem 3.2rem;
		border-radius: 1.4rem;
	}

	.common-card h4 {
		font-size: 2.3rem;
		margin-bottom: 1.8rem;
	}

	.common-card p {
		font-size: 1.7rem;
		line-height: 1.65;
	}

	.common-tag {
		font-size: 1.1rem;
		margin-bottom: 1.8rem;
		letter-spacing: 0.2rem;
		padding-left: 1.2rem;
	}

	.common-intro-text {
		font-size: 1.6rem;
		line-height: 1.65;
		margin-top: 2.2rem;
		max-width: 100%;
	}

	.common-card.common-card--safety h4 {
		font-size: 2.15rem;
		margin-bottom: 1.65rem;
	}

	.common-card.common-card--cs h4 {
		font-size: 2.35rem;
		margin-bottom: 1.75rem;
	}

	.common-card.common-card--cs h5 {
		font-size: 1.65rem;
	}
}

@media screen and (max-width: 600px) {

	/* 텍스트라벨 */
	.label-line {
		display: none;
	}

	.cnhd-title {
		font-size: 3.6rem;
		margin-bottom: 1.7rem;
	}

	.cnhd-title span::after {
		bottom: 0.19em;
		height: 0.44em;
	}

	.cnhd-desc {
		font-size: 1.55rem;
		line-height: 1.65;
	}
}

@media screen and (max-width: 480px) {
	.cnhd-title {
		font-size: 3.1rem;
		margin-bottom: 1.4rem;
	}

	.cnhd-title span::after {
		bottom: 0.18em;
		height: 0.45em;
	}

	/* 컨텐츠디자인 공통사용 */
	.common-section-divider {
		margin-bottom: 4rem;
	}

	.common-divider-bar {
		width: 6.5rem;
		height: 3px;
	}

	.common-divider-line {
		margin-bottom: 0;
	}

	.common-header-group {
		margin-bottom: 3rem;
	}

	.common-header-group .pre-label {
		font-size: 1rem;
		letter-spacing: 0.2rem;
	}

	.common-header-group h3 {
		font-size: 2.6rem;
		letter-spacing: -0.03em;
	}

	.common-intro-text {
		font-size: 1.35rem;
		line-height: 1.7;
		margin-top: 1.9rem;
		max-width: 100%;
	}

	.common-grid {
		gap: 1.4rem;
	}

	.common-card {
		padding: 3.6rem 2.4rem;
	}

	.common-card h4 {
		font-size: 2.1rem;
		margin-bottom: 1.4rem;
	}

	.common-card p {
		font-size: 1.55rem;
		line-height: 1.55;
	}

	.common-tag {
		font-size: 1rem;
		margin-bottom: 1.4rem;
		letter-spacing: 0.12rem;
		padding-left: 1rem;
	}
}

/* ==================================================
	애니메이션
================================================== */
.reveal {
	opacity: 0;
	transform: translateY(4rem);
	transition: var(--transition-base);
}

.reveal.is-active {
	opacity: 1;
	transform: translateY(0);
}

.reveal-up,
.reveal-scale,
.reveal-left,
.reveal-right {
	opacity: 0;
	visibility: hidden;
}

.reveal-up {
	transform: translateY(60px);
}

.reveal-scale {
	transform: scale(0.9);
}

.reveal-left {
	transform: translateX(60px);
}

.reveal-right {
	transform: translateX(-60px);
}

.is-revealed {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0) scale(1);
	transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sub-hero.reveal-up {
	opacity: 0;
	transform: translateY(1.2rem);
	visibility: visible;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.sub-hero.reveal-up.is-revealed {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* ==================================================
	회사소개 - 회사개요
================================================== */
.hero-header {
	text-align: center;
}

.hero-title {
	font-size: 7.2rem;
	font-weight: var(--font-eb);
	line-height: 1.2;
	color: var(--text-main);
	letter-spacing: -0.05em;
	word-break: keep-all;
	margin-bottom: 4.5rem;
}

.hero-title span {
	color: var(--brand-color-main);
	position: relative;
	display: inline-block;
}

.hero-title span::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1.2rem;
	width: 100%;
	height: 2.4rem;
	background: rgba(0, 168, 204, 0.08);
	z-index: -1;
}

.hero-desc {
	font-size: 2.4rem;
	color: var(--text-muted);
	line-height: 1.7;
	position: relative;
}

.visual-float-wrap {
	margin: 8rem auto 2.5rem;
}

.main-visual-box {
	position: relative;
	width: 100%;
	height: 60rem;
	border-radius: 4.5rem 4.5rem 0 0;
	overflow: hidden;
	box-shadow: 0 4rem 10rem rgba(4, 63, 123, 0.1);
	background: var(--color-black);
	z-index: 5;
}

.main-visual-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.85;
}

/* 하단 정밀 스펙 스트립: 3개 유닛 집중 구성 */
.precision-spec-strip {
	background: #f8faff;
	background-image: radial-gradient(rgba(0, 112, 224, 0.1) 1px, transparent 1px);
	background-size: 3rem 3rem;
	border: 1px solid #e2eaf5;
	border-top: 0;
	border-radius: 0 0 4.5rem 4.5rem;
	padding: 5.5rem 8rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 7rem;
	position: relative;
	box-shadow: 0 8rem 15rem rgba(4, 63, 123, 0.08);
	z-index: 5;
}

.spec-node {
	display: flex;
	align-items: flex-start;
	gap: 2.5rem;
	position: relative;
}

.spec-node:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -3.5rem;
	top: 15%;
	height: 70%;
	width: 1px;
	background: linear-gradient(to bottom, transparent, #e2eaf5, transparent);
}

/* 테크니컬 스텝 넘버: 그라디언트 포인트 */
.sn-num {
	font-family: var(--font-Paperlogy);
	font-size: 1.4rem;
	font-weight: var(--font-eb);
	color: var(--color-white);
	line-height: 1;
	margin-top: 5px;
	background: linear-gradient(135deg, var(--brand-color-bright), var(--accent));
	width: 3.6rem;
	height: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	box-shadow: 0 1rem 2rem rgba(4, 63, 123, 0.15);
}

.sn-info-wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sn-label {
	font-family: var(--font-Paperlogy);
	font-size: 1.3rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	letter-spacing: 0.2rem;
}

.sn-val {
	font-size: 2.1rem;
	font-weight: var(--font-md);
	color: var(--text-main);
	word-break: keep-all;
	letter-spacing: -0.01em;
}

/* Core Values Grid: 글래스모피즘 + 호버 글로우 */
.philosophy-section {
	padding: 7rem 0 10rem 0;
}

.philosophy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

.ph-card {
	background: var(--color-white);
	border: 1px solid #e2eaf5;
	padding: 6rem 4.5rem;
	border-radius: 4rem;
	position: relative;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ph-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--brand-color-main), var(--brand-color-bright));
	opacity: 0;
	transition: opacity 0.6s ease;
	z-index: 1;
}

.ph-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, var(--brand-color-main), var(--accent));
	opacity: 0.3;
	transition: opacity 0.4s;
	z-index: 3;
}

.ph-card:hover {
	transform: translateY(-15px);
	box-shadow: 0 4rem 8rem rgba(4, 63, 123, 0.15);
	transform: translateY(-20px);
	border-color: var(--brand-color-bright);
	box-shadow: 0 50px 100px rgba(4, 63, 123, 0.08);
}

.ph-card:hover::before {
	opacity: 1;
}

.ph-card:hover::after {
	opacity: 1;
}

.ph-content {
	position: relative;
	z-index: 5;
}

.ph-card:hover .ph-content * {
	color: var(--color-white) !important;
}

.ph-card .icon-box {
	width: 80px;
	height: 80px;
	background: #f8faff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.ph-card .icon-box i {
	font-size: 3.6rem;
	color: var(--brand-color-bright);
}

.ph-card:hover .icon-box {
	background: var(--brand-color-bright);
	transform: scale(1.1);
}

.ph-card:hover .icon-box i {
	color: #fff;
}

.ph-card h5 {
	font-size: 4rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 2.5rem;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.ph-card h5::before {
	display: none;
}

.ph-no {
	position: absolute;
	top: -20px;
	right: -10px;
	font-family: 'Outfit';
	font-size: 16rem;
	font-weight: 1000;
	color: var(--brand-color-main);
	opacity: 0.03;
	line-height: 1;
	pointer-events: none;
	transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
}

.ph-card:hover .ph-no {
	opacity: 0.06;
	transform: scale(1.1) translateX(-30px);
	color: var(--brand-color-bright);
}

.ph-unit {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 35px;
	position: relative;
	z-index: 5;
}

.ph-badge {
	background: var(--brand-color-bright);
	color: #fff;
	font-family: 'Outfit';
	font-size: 1.3rem;
	font-weight: 950;
	padding: 5px 14px;
	border-radius: 2px;
	line-height: 1;
}

.ph-label {
	font-family: 'Outfit';
	font-size: 1.6rem;
	font-weight: 1000;
	color: var(--brand-color-bright);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	opacity: 0.75;
}

.ph-card p {
	font-size: 1.8rem;
	color: var(--text-muted);
	line-height: 1.6;
	word-break: keep-all;
}

/* Stats Section: 테크니컬 대시보드 그리드 */
.stats-section {
	padding: 12rem 0;
	background: #041d38;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.stats-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(0, 168, 204, 0.15) 1px, transparent 1px);
	background-size: 4rem 4rem;
	opacity: 0.3;
}

.stats-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(0, 168, 204, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	z-index: 5;
}

.stat-hub-item {
	background: #041d38;
	padding: 7.5rem 4rem;
	text-align: center;
	transition: all 0.4s ease;
}

.stat-hub-item:hover {
	background: rgba(0, 168, 204, 0.08);
}

.hub-label {
	display: inline-block;
	font-family: var(--font-Paperlogy);
	font-size: 1.2rem;
	font-weight: var(--font-eb);
	color: var(--accent);
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	margin-bottom: 3rem;
	padding: 0.6rem 1.4rem;
	border: 1px solid rgba(0, 168, 204, 0.3);
	border-radius: 4px;
}

.stat-num {
	font-size: 6rem;
	font-weight: var(--font-eb);
	color: var(--color-white);
	line-height: 1;
	margin-bottom: 2.5rem;
	letter-spacing: -0.04em;
	font-family: var(--font-Paperlogy);
}

.stat-num span {
	font-size: 2.4rem;
	color: var(--accent);
	margin-left: 4px;
}

.stat-desc {
	font-size: 1.8rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5;
	word-break: keep-all;
}

/* Business Detail Blocks in Overview Page */
.business-detail-container {
	padding: 10rem 0;
}

.bd-header {
	margin-bottom: 8rem;
	text-align: center;
}

.bd-header h3 {
	font-size: 5.2rem;
	font-weight: var(--font-eb);
	letter-spacing: -0.2rem;
	margin-bottom: 0.2rem;
}

.bd-header p {
	font-size: 2.2rem;
	color: var(--text-muted);
	font-weight: var(--font-md);
}

.business-split-row {
	display: flex;
	gap: 6rem;
	align-items: center;
	margin-bottom: 12rem;
}

.business-split-row:last-child {
	margin-bottom: 0;
}

.business-split-row.rev {
	flex-direction: row-reverse;
}

.bs-visual {
	flex: 1.2;
	height: 55rem;
	border-radius: 4rem;
	overflow: hidden;
	box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.1);
	position: relative;
}

.bs-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s;
}

.business-split-row:hover .bs-visual img {
	transform: scale(1.05);
}

.bs-info {
	flex: 1;
}

.bs-info .cate {
	font-family: var(--font-Paperlogy);
	font-size: 1.3rem;
	font-weight: var(--font-eb);
	color: var(--accent);
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	margin-bottom: 2rem;
	display: block;
}

.bs-info h4 {
	font-size: 3.8rem;
	font-weight: var(--font-eb);
	margin-bottom: 3.5rem;
	line-height: 1.2;
	letter-spacing: -0.1rem;
}

.bs-feature-list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.bs-f-item {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
	padding: 3rem;
	background: #f8fafc;
	border-radius: 2.4rem;
	transition: all 0.3s;
	border: 1px solid transparent;
}

.bs-f-item:hover {
	background: var(--color-white);
	border-color: var(--brand-color-main);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.bs-f-item i {
	font-size: 2.22rem;
	color: var(--brand-color-bright);
	margin-top: 5px;
	background: rgba(0, 168, 204, 0.1);
	width: 4.4rem;
	height: 4.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.2rem;
}

/* [수정 2026-04-02 kor company/overview] xi-check-min 체크 글리프 크기 편차 완화
   - xeicon은 ::before 로 아이콘을 그리므로, 폰트 렌더링 편차가 보이는 경우를 대비해
     글리프에 font-size/line-height를 명시한다.
   - HTML 구조/클래스 변경 없음. */
.bs-f-item i::before {
	font-size: 1em;
	line-height: 1;
	display: block;
}

.bs-f-item h5 {
	font-size: 2rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 1rem;
}

.bs-f-item p {
	font-size: 1.7rem;
	color: var(--text-muted);
	line-height: 1.6;
	word-break: keep-all;
}

/* Company Profile 스타일 복구 및 조정 */
.profile-section-wrap {
	background: var(--color-white);
	padding: 0;
}

.profile-header {
	margin-bottom: 5rem;
	text-align: left;
}

.profile-header h4 {
	font-size: 5rem;
	font-weight: var(--font-eb);
	line-height: 1;
	margin: 0;
}

.profile-header p {
	font-size: 2rem;
	color: #999;
	margin-top: 1.5rem;
	font-weight: var(--font-md);
}

.profile-modern-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}

.pm-item {
	background: #f8fafc;
	border-radius: 3rem;
	padding: 5rem 4rem;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	border: 1px solid transparent;
}

.pm-item:hover {
	background: var(--color-white);
	border-color: var(--brand-color-main);
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.05);
}

.pm-item .label {
	font-size: 1.5rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.pm-item .label::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #ddd;
}

.pm-item .val {
	font-size: 2rem;
	font-weight: var(--font-bd);
	color: #111;
	word-break: keep-all;
}

.pm-item .val strong {
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
}

/* ==================
	반응형CSS
=====================*/
@media (max-width: 1280px) {
	.visual-float-wrap {
		margin-top: 6rem;
	}

	.main-visual-box {
		height: 52rem;
	}

	.precision-spec-strip {
		padding: 4.2rem 4rem;
		gap: 3.6rem;
	}

	.spec-node:not(:last-child)::after {
		right: -1.8rem;
	}

	.sn-val {
		font-size: 1.8rem;
	}

	.philosophy-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ph-card {
		padding: 4.5rem 3.4rem;
		border-radius: 3rem;
	}

	.stats-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.stat-hub-item {
		padding: 5.2rem 3rem;
	}

	.bd-header {
		margin-bottom: 5rem;
	}

	.bd-header h3 {
		font-size: 4.2rem;
	}

	.bd-header p {
		font-size: 1.9rem;
	}

	.business-split-row {
		gap: 4rem;
		margin-bottom: 8rem;
	}

	.bs-visual {
		height: 42rem;
		border-radius: 3rem;
	}

	.bs-info h4 {
		font-size: 3.1rem;
		margin-bottom: 2.5rem;
	}

	.bs-f-item {
		padding: 2.2rem;
	}

	.profile-modern-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.4rem;
	}

	.pm-item {
		padding: 3.4rem 2.6rem;
	}
}

@media (max-width: 1024px) {
	.main-visual-box {
		height: 44rem;
		border-radius: 3rem 3rem 0 0;
	}

	.precision-spec-strip {
		border-radius: 0 0 3rem 3rem;
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 3rem 2.6rem;
	}

	.bd-header {
		margin-bottom: 3rem;
	}

	.spec-node {
		gap: 1.6rem;
	}

	.spec-node:not(:last-child)::after {
		display: none;
	}

	.sn-val {
		font-size: 1.7rem;
	}

	.philosophy-section {
		padding: 5rem 0 7rem;
	}

	.philosophy-grid {
		grid-template-columns: 1fr;
	}

	.stats-section {
		padding: 8rem 0;
	}

	.stat-num {
		font-size: 4.6rem;
	}

	.business-detail-container {
		padding: 7rem 0;
	}

	.business-split-row,
	.business-split-row.rev {
		flex-direction: column;
		align-items: stretch;
	}

	.business-split-row {
		margin-bottom: 4rem;
	}

	.bs-visual {
		width: 100%;
		height: 34rem;
	}

	.bs-info h4 {
		font-size: 2.8rem;
	}

	.bs-f-item h5 {
		font-size: 1.8rem;
	}

	.bs-f-item p {
		font-size: 1.55rem;
	}

	.profile-header {
		margin-bottom: 3rem;
	}

	.profile-modern-grid {
		grid-template-columns: 1fr;
	}

	.profile-header h4 {
		font-size: 3.6rem;
	}

	.profile-header p {
		font-size: 1.8rem;
	}
}

@media (max-width: 768px) {
	.visual-float-wrap {
		margin-top: 6rem;
	}

	.main-visual-box {
		height: 36rem;
	}

	.precision-spec-strip {
		padding: 2.4rem 1.8rem;
	}

	.sn-num {
		width: 3.2rem;
		height: 3.2rem;
		font-size: 1.2rem;
	}

	.sn-label {
		font-size: 1.1rem;
		letter-spacing: 0.12rem;
	}

	.sn-val {
		font-size: 1.5rem;
	}

	.ph-card {
		padding: 3.4rem 2.2rem;
		border-radius: 2.2rem;
	}

	.ph-card .icon-box {
		width: 6rem;
		height: 6rem;
		font-size: 3rem;
		margin-bottom: 2rem;
	}

	.ph-card h5 {
		font-size: 2rem;
		margin-bottom: 1.6rem;
	}

	.ph-card p {
		font-size: 1.5rem;
	}

	.stats-container {
		grid-template-columns: 1fr;
	}

	.stat-hub-item {
		padding: 4rem 2rem;
	}

	.hub-label {
		margin-bottom: 2rem;
	}

	.stat-num {
		font-size: 4rem;
		margin-bottom: 1.6rem;
	}

	.stat-desc {
		font-size: 1.5rem;
	}

	.bd-header h3 {
		font-size: 3.2rem;
	}

	.bd-header p {
		font-size: 1.6rem;
	}

	.bs-visual {
		height: 28rem;
		border-radius: 2.2rem;
	}

	.bs-info .cate {
		font-size: 1.1rem;
	}

	.bs-info h4 {
		font-size: 2.3rem;
		line-height: 1.35;
	}

	.bs-f-item {
		padding: 1.8rem;
		gap: 1.2rem;
		border-radius: 1.6rem;
	}

	.bs-f-item i {
		width: 3.6rem;
		height: 3.6rem;
		font-size: 1.8rem;
	}

	.pm-item {
		padding: 2.6rem 2rem;
		border-radius: 2rem;
		gap: 1.2rem;
	}

	.pm-item .label {
		font-size: 1.3rem;
	}

	.pm-item .val {
		font-size: 1.7rem;
	}
}

/* ==================================================
	회사소개 - CEO인사말
================================================== */
.editorial-layout {
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: 8rem;
	align-items: start;
	position: relative;
	z-index: 10;
}

.visual-board-wrap {
	position: relative;
}

.greeting-visual-board {
	position: relative;
	border-radius: 2rem 10rem 2rem 2rem;
	overflow: hidden;
	background: #f8fafc;
	aspect-ratio: 1 / 1.38;
	box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
}

.visual-content-inner {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.visual-img-mask {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.1);
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.greeting-visual-board .visual-img-mask {
	object-position: 35% 50%;
	pointer-events: none;
}

.is-revealed .visual-img-mask {
	opacity: 0.95;
	transform: scale(1);
}

/* 우측 컨텐츠 영역 */
.content-column {
	padding-top: 0.5rem;
}

.greeting-title {
	font-size: 5rem;
	font-weight: var(--font-eb);
	line-height: 1.32;
	color: var(--text-main);
	letter-spacing: -0.04em;
	margin-bottom: 3rem;
	word-break: keep-all;
}

.greeting-title .highlight {
	color: var(--brand-color-main);
}

.greeting-subtitle {
	font-size: 2.1rem;
	line-height: 1.65;
	color: var(--brand-color-main);
	font-weight: var(--font-bd);
	margin-bottom: 35px;
	opacity: 0.95;
}

/* 본문 문단 스타일링 */
.editorial-article {
	text-align: left;
}

.editorial-article p {
	font-size: 1.85rem;
	line-height: 1.7;
	color: #4a5568;
	margin-bottom: 1.5rem;
	word-break: keep-all;
	letter-spacing: -0.0125em;
}

.editorial-article p:last-child {
	margin-bottom: 0;
}

/* 서명 영역 */
/* [수정] 2026-04-06: sign-info-box와 서명 이미지 사이 간격 — flex 자식 간 gap 추가 */
/* [수정] 2026-04-06: eng와 동일 — flex stretch + object-fit으로 sign-info-box 행 높이와 서명 이미지 박스 세로 일치 */
.sign-area {
	margin-top: 4rem;
	padding-top: 3rem;
	border-top: 1px solid var(--cw-grey-100);
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	gap: 1.6rem;
}

.sign-info-box {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.sign-info-box .rank {
	font-size: 1.6rem;
	color: var(--text-muted);
	font-weight: var(--font-sb);
	margin-bottom: 8px;
}

.sign-info-box .name-wrap {
	display: flex;
	align-items: baseline;
	gap: 1rem;
	justify-content: flex-end;
}

.sign-info-box .name {
	font-size: 4rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	letter-spacing: 0.1em;
}

.sign-info-box .title {
	font-size: 2rem;
	color: var(--brand-color-main);
	font-weight: var(--font-eb);
}

/* [수정] 2026-04-06: eng와 동일 — 서명 이미지 행(stretch) 높이에 맞춤, 가로만 상한(원본 1000×419 대응) */
.sign-area img {
	flex-shrink: 0;
	align-self: stretch;
	display: block;
	width: auto;
	max-width: min(22rem, 42vw);
	height: auto;
	min-height: 0;
	object-fit: contain;
	object-position: center right;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1600px) {
	.editorial-layout {
		gap: 6.8rem;
	}

	.greeting-title {
		font-size: 3.7rem;
		line-height: 1.3;
	}

	.greeting-subtitle {
		font-size: 1.95rem;
	}

	.editorial-article p {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 1440px) {
	.editorial-layout {
		gap: 6rem;
	}

	.greeting-title {
		font-size: 3.45rem;
	}

	.greeting-subtitle {
		font-size: 1.82rem;
		margin-bottom: 2.8rem;
	}

	.editorial-article p {
		font-size: 1.62rem;
		line-height: 1.72;
	}
}

@media screen and (max-width: 1400px) {
	.greeting-title {
		font-size: 3.3rem;
	}

	.editorial-layout {
		gap: 6rem;
	}
}

@media screen and (max-width: 1200px) {
	.editorial-layout {
		grid-template-columns: 1fr;
		gap: 6rem;
	}

	.visual-board-wrap {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.greeting-visual-board {
		aspect-ratio: auto;
	}

	.greeting-visual-board .visual-content-inner {
		height: auto;
	}

	.greeting-visual-board video.visual-img-mask {
		display: block;
		width: 100%;
		height: auto;
		object-fit: contain;
		object-position: center;
	}

	.content-column {
		text-align: center;
	}

	/* [수정] 2026-04-06: eng와 동일 — greeting DOM 순서 sign-info-box→img 이므로 column으로 텍스트 위·서명 아래 */
	.sign-area {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.sign-info-box {
		text-align: center;
	}

	.sign-info-box .name-wrap {
		justify-content: center;
	}

	.sign-area img {
		align-self: center;
		max-width: min(20rem, 70vw);
		object-position: center;
	}
}

@media screen and (max-width: 768px) {
	.editorial-layout {
		gap: 1.5rem;
	}

	.visual-board-wrap {
		max-width: 100%;
	}

	.greeting-visual-board {
		border-radius: 2rem;
	}

	.content-column {
		padding-top: 2rem;
	}

	.greeting-title {
		font-size: 2.6rem;
		margin-bottom: 1.8rem;
	}

	.greeting-subtitle {
		font-size: 1.55rem;
		margin-bottom: 2.5rem;
	}

	.editorial-article p {
		font-size: 1.4rem;
		line-height: 1.75;
		text-align: justify;
		letter-spacing: -0.01em;
	}

	/* [수정] 2026-04-06: eng와 동일 — 모바일 세로 스택(텍스트 위·서명 아래) */
	.sign-area {
		margin-top: 2.5rem;
		padding-top: 2rem;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.sign-info-box {
		text-align: center;
	}

	.sign-info-box .name-wrap {
		justify-content: center;
	}

	.sign-info-box .rank {
		font-size: 1.35rem;
	}

	.sign-info-box .name {
		font-size: 3rem;
	}

	.sign-info-box .title {
		font-size: 1.6rem;
	}

	.sign-area img {
		align-self: center;
		max-width: min(18rem, 85vw);
		object-position: center;
	}
}

/* ==================================================
	회사소개 - 비전
================================================== */
.vision-hero {
	padding-bottom: 8rem;
}

.vision-header-content {
	position: relative;
	z-index: 5;
	text-align: center;
}

.vision-label-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 4rem;
	background: rgba(4, 63, 123, 0.03);
	padding: 0.8rem 3rem;
	border-radius: 5rem;
	border: 1px solid rgba(4, 63, 123, 0.1);
}

.vision-label-box::before,
.vision-label-box::after {
	content: '';
	width: 2rem;
	height: 0.2rem;
	background: var(--brand-color-main);
	opacity: 0.5;
}

.vision-label-text {
	font-size: 1.5rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	text-transform: uppercase;
	letter-spacing: 0.4em;
}

.vision-main-title {
	font-size: 7.2rem;
	font-weight: var(--font-eb);
	line-height: 1.25;
	color: var(--text-main);
	letter-spacing: -0.04em;
	margin-bottom: 4rem;
	text-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.03);
}

.vision-main-title .gradient-text {
	background: linear-gradient(135deg, var(--brand-color-main), #00a8cc);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	padding-bottom: 5px;
	animation: shineText 5s linear infinite;
}

@keyframes shineText {
	to {
		background-position: 200% center;
	}
}

.vision-main-title .dot {
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background: #00a8cc;
	border-radius: 50%;
	margin-left: 1.2rem;
	vertical-align: super;
	box-shadow: 0 0 15px rgba(0, 168, 204, 0.6);
}

.vision-sub-desc {
	font-size: 2.3rem;
	line-height: 1.75;
	color: var(--text-muted);
	font-weight: 400;
	max-width: 85rem;
	margin: 0 auto;
	word-break: keep-all;
}

.mv-container {
	margin: 0 auto 15rem;
	padding: 0 5%;
	position: relative;
	z-index: 10;
}

.mv-grid {
	display: flex;
	gap: 4rem;
	align-items: stretch;
}

.mv-card {
	flex: 1;
	position: relative;
	border-radius: 3.5rem;
	background: var(--color-white);
	padding: 8.5rem 6.5rem;
	box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 1px solid var(--cw-grey-100);
	display: flex;
	flex-direction: column;
}

/* 미션 카드는 메인 컬러 반전 기반 */
.mv-card.mission {
	background: linear-gradient(145deg, var(--brand-color-dmain), var(--brand-color-main));
	color: var(--color-white);
	border: none;
	box-shadow: 0 3rem 6rem rgba(4, 63, 123, 0.25);
	transform: translateY(-2rem);
}

/* 배경 기하학 원형 데코 (겹침 효과) */
.mv-card.mission::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40rem;
	height: 40rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transform: translate(30%, -30%);
}

.mv-card.mission::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30rem;
	height: 30rem;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
	border-radius: 50%;
	transform: translate(20%, -20%);
}

.mv-card.vision {
	background: var(--color-white);
	border: 1px solid #e9eef2;
	transform: translateY(2rem);
	/* 비대칭 레이아웃 */
}

.mv-card.mission.reveal-left {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(3rem, -2rem, 0);
	transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mv-card.mission.reveal-left.is-revealed {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, -2rem, 0);
}

.mv-card.vision.reveal-right {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(-3rem, 2rem, 0);
	transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mv-card.vision.reveal-right.is-revealed {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 2rem, 0);
}

.mv-card.vision::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40rem;
	height: 40rem;
	border: 1px dashed rgba(4, 63, 123, 0.1);
	border-radius: 50%;
	transform: translate(30%, -30%);
	transition: transform 1s ease;
}

/* 호버 시 플로팅 조작(노출 애니메이션 완료 후, transform 축 유지) */
.mv-grid:hover .mv-card.mission.reveal-left.is-revealed {
	transform: translate3d(0, -3.5rem, 0);
	box-shadow: 0 4.5rem 9rem rgba(4, 63, 123, 0.3);
}

.mv-grid:hover .mv-card.vision.reveal-right.is-revealed {
	transform: translate3d(0, 5px, 0);
	box-shadow: 0 3.5rem 7rem rgba(0, 0, 0, 0.1);
}

.mv-grid:hover .mv-card.vision::before {
	transform: scale(1.1) translate(25%, -25%) rotate(10deg);
}

.mv-icon-wrap {
	margin-bottom: 4.5rem;
	position: relative;
	z-index: 2;
}

.mv-card.mission .mv-icon-bg {
	font-size: 8rem;
	color: rgba(255, 255, 255, 0.1);
	font-weight: var(--font-eb);
	font-family: serif;
	line-height: 1;
}

.mv-card.vision .mv-icon-bg {
	font-size: 8rem;
	color: rgba(4, 63, 123, 0.06);
	font-weight: var(--font-eb);
	font-family: serif;
	line-height: 1;
}

.mv-eng {
	font-size: 1.6rem;
	font-weight: var(--font-bd);
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-bottom: 15px;
	display: block;
	position: relative;
	z-index: 2;
}

.mv-card.mission .mv-eng {
	color: #a1cdef;
}

.mv-card.vision .mv-eng {
	color: var(--brand-color-main);
}

.mv-title {
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 30px;
	word-break: keep-all;
	position: relative;
	z-index: 2;
}

.mv-card.vision .mv-title {
	color: var(--text-main);
}

.mv-desc {
	font-size: 1.85rem;
	line-height: 1.8;
	word-break: keep-all;
	position: relative;
	z-index: 2;
	flex-grow: 1;
}

.mv-card.mission .mv-desc {
	color: rgba(255, 255, 255, 0.85);
}

.mv-card.vision .mv-desc {
	color: var(--text-muted);
}

/* 하단 장식선 (바텀 라인) */
.mv-card-line {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8px;
	width: 0;
	transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 3;
}

.mv-card.mission .mv-card-line {
	background: #00a8cc;
}

.mv-card.vision .mv-card-line {
	background: var(--brand-color-main);
}

.mv-card:hover .mv-card-line {
	width: 100%;
}

/* 핵심 가치 (Core Values) */
.cv-section {
	background: #e9eef2;
	padding: 13rem 0;
	position: relative;
}

/* 핵심가치 타일 배경 워터마크 */
.cv-section-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20vw;
	font-weight: var(--font-eb);
	color: rgba(4, 63, 123, 0.03);
	white-space: nowrap;
	z-index: 0;
	pointer-events: none;
	letter-spacing: -0.05em;
}

.cv-header {
	text-align: center;
	margin-bottom: 8rem;
}

.cv-header p {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: var(--font-bd);
	color: var(--brand-color-main);
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-bottom: 2rem;
	border-bottom: 2px solid rgba(4, 63, 123, 0.2);
	padding-bottom: 5px;
}

.cv-header h3 {
	font-size: 4.8rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	letter-spacing: -0.04em;
}

.cv-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
}

.cv-box {
	background: var(--color-white);
	border-radius: 2.8rem;
	padding: 6rem 4rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 1px solid #e5e9f0;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.02);
}

/* 내부 장식 테두리 */
.cv-box::after {
	content: '';
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 2rem;
	transition: all 0.5s ease;
	z-index: 1;
}

/* 카드 내부에 숨겨진 원형 배경 (호버 시 확장) */
.cv-box::before {
	content: '';
	position: absolute;
	top: -10%;
	right: -10%;
	width: 15vw;
	height: 15vw;
	background: linear-gradient(135deg, var(--brand-color-main), #0056b3);
	border-radius: 50%;
	z-index: 0;
	transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
	opacity: 0.05;
	transform: scale(0.1);
}

.cv-box:hover {
	transform: translateY(-2rem);
	box-shadow: 0 3.5rem 7rem rgba(4, 63, 123, 0.15);
	border-color: transparent;
}

.cv-box:hover::before {
	transform: scale(20);
	opacity: 1;
}

.cv-box:hover::after {
	border-color: rgba(255, 255, 255, 0.2);
}

.cv-box>* {
	position: relative;
	z-index: 2;
	transition: all 0.4s ease;
}

/* 아이콘 컨테이너 */
.cv-icon-circle {
	width: 10.5rem;
	height: 10.5rem;
	margin: 0 auto 3.5rem;
	background: #e5f1fb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5rem;
	color: var(--brand-color-main);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 10px 20px rgba(4, 63, 123, 0.05);
}

.cv-icon-circle img {
	width: 4.2rem;
	height: 4.2rem;
	object-fit: contain;
	display: block;
}

.cv-icon-circle.cv-icon-trust img {
	width: 4.8rem;
	height: 4.8rem;
}

.cv-box:hover .cv-icon-circle {
	background: rgba(255, 255, 255, 0.2);
	color: var(--color-white);
	transform: scale(1.15) translateY(-5px);
	box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
}

.cv-title-box {
	margin-bottom: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cv-title-box .en {
	font-size: 1.4rem;
	font-weight: var(--color-white);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--text-light);
	margin-bottom: 8px;
}

.cv-box:hover .cv-title-box .en {
	color: rgba(255, 255, 255, 0.7);
}

.cv-title-box .ko {
	font-size: 2.8rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
}

.cv-box:hover .cv-title-box .ko {
	color: var(--color-white);
}

.cv-text {
	font-size: 1.7rem;
	line-height: 1.75;
	color: var(--text-muted);
	word-break: keep-all;
}

.cv-box:hover .cv-text {
	color: rgba(255, 255, 255, 0.9);
}

/* 하단 장식 포인트 (넘버링) */
.cv-num-float {
	position: absolute;
	bottom: -1rem;
	left: 2rem;
	font-size: 6rem;
	font-weight: var(--font-eb);
	color: rgba(4, 63, 123, 0.04);
	line-height: 1;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cv-box:hover .cv-num-float {
	color: rgba(255, 255, 255, 0.15);
	transform: translate(1.5rem, -2.5rem) scale(1.1);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1400px) {
	.vision-main-title {
		font-size: 6rem;
	}

	.vision-sub-desc {
		font-size: 2.1rem;
	}

	.mv-card {
		padding: 7rem 5rem;
	}

	.mv-title {
		font-size: 3.6rem;
	}

	.mv-desc {
		font-size: 1.75rem;
	}

	.cv-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cv-section-bg {
		font-size: 30vw;
	}
}

@media screen and (max-width: 1024px) {
	.mv-grid {
		flex-direction: column;
		gap: 6rem;
	}

	.mv-card.mission,
	.mv-card.vision {
		transform: translateY(0);
	}

	.mv-card.mission.reveal-left:not(.is-revealed) {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(2.4rem, 0, 0);
	}

	.mv-card.mission.reveal-left.is-revealed {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}

	.mv-card.vision.reveal-right:not(.is-revealed) {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-2.4rem, 0, 0);
	}

	.mv-card.vision.reveal-right.is-revealed {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}

	.mv-grid:hover .mv-card.mission.reveal-left.is-revealed {
		transform: translate3d(0, -1.2rem, 0);
	}

	.mv-grid:hover .mv-card.vision.reveal-right.is-revealed {
		transform: translate3d(0, 4px, 0);
	}

	.mv-card {
		padding: 6rem 4rem;
	}

	.vision-main-title {
		font-size: 5rem;
	}

	.vision-sub-desc {
		font-size: 1.95rem;
		line-height: 1.7;
	}

	.cv-icon-circle {
		width: 9.5rem;
		height: 9.5rem;
		margin-bottom: 3rem;
	}

	.cv-icon-circle img {
		width: 3.9rem;
		height: 3.9rem;
	}

	.cv-icon-circle.cv-icon-trust img {
		width: 4.3rem;
		height: 4.3rem;
	}
}

@media screen and (max-width: 768px) {
	.vision-main-title {
		font-size: 3.8rem;
		line-height: 1.3;
		margin-bottom: 2.8rem;
	}

	.vision-sub-desc {
		font-size: 1.8rem;
		line-height: 1.65;
	}

	.mv-title {
		font-size: 3.4rem;
		margin-bottom: 2.2rem;
	}

	.mv-desc {
		font-size: 1.6rem;
		margin-bottom: 2rem;
		line-height: 1.7;
	}

	.mv-container {
		margin-bottom: 9rem;
		padding: 0 2.6rem;
	}

	.mv-grid {
		gap: 3rem;
	}

	.mv-card {
		border-radius: 2.4rem;
		padding: 4.2rem 2.8rem;
	}

	.mv-icon-wrap {
		margin-bottom: 2.6rem;
	}

	.mv-card.mission .mv-icon-bg,
	.mv-card.vision .mv-icon-bg {
		font-size: 6.4rem;
	}

	.mv-eng {
		font-size: 1.3rem;
		letter-spacing: 0.2em;
		margin-bottom: 1.1rem;
	}

	.cv-grid {
		grid-template-columns: 1fr;
	}

	.cv-box {
		border-radius: 2.2rem;
		padding: 4.2rem 2.4rem;
	}

	.cv-icon-circle {
		width: 8.8rem;
		height: 8.8rem;
		margin-bottom: 2.4rem;
	}

	.cv-icon-circle img {
		width: 3.6rem;
		height: 3.6rem;
	}

	.cv-icon-circle.cv-icon-trust img {
		width: 4rem;
		height: 4rem;
	}

	.cv-title-box {
		margin-bottom: 2rem;
	}

	.cv-title-box .ko {
		font-size: 2.4rem;
	}

	.cv-text {
		font-size: 1.55rem;
		line-height: 1.65;
	}

	.cv-num-float {
		font-size: 5rem;
	}

	.cv-section {
		padding: 8rem 0;
	}

	.cv-header h3 {
		font-size: 3.6rem;
	}
}

@media screen and (max-width: 480px) {
	.vision-hero {
		padding-bottom: 3rem;
	}

	.vision-label-box {
		gap: 1.2rem;
		margin-bottom: 2.4rem;
		padding: 0.7rem 1.8rem;
	}

	.vision-label-box::before,
	.vision-label-box::after {
		width: 1.2rem;
	}

	.vision-label-text {
		font-size: 1.2rem;
		letter-spacing: 0.22em;
	}

	.vision-main-title {
		font-size: 3rem;
	}

	.vision-sub-desc {
		font-size: 1.55rem;
	}

	.mv-container {
		margin-bottom: 7rem;
		padding: 0 2rem;
	}

	.mv-card {
		padding: 3.6rem 2rem;
	}

	.mv-title {
		font-size: 2.8rem;
	}

	.mv-desc {
		font-size: 1.45rem;
	}

	.cv-section {
		padding: 7rem 0;
	}

	.cv-header {
		margin-bottom: 4.2rem;
	}

	.cv-header p {
		font-size: 1.2rem;
		margin-bottom: 1.2rem;
	}

	.cv-header h3 {
		font-size: 3rem;
	}

	.cv-box {
		padding: 3.8rem 2rem;
	}

	.cv-icon-circle {
		width: 8rem;
		height: 8rem;
		margin-bottom: 2rem;
	}

	.cv-icon-circle img {
		width: 3.2rem;
		height: 3.2rem;
	}

	.cv-icon-circle.cv-icon-trust img {
		width: 3.6rem;
		height: 3.6rem;
	}

	.cv-title-box .en {
		font-size: 1.2rem;
	}

	.cv-title-box .ko {
		font-size: 2.2rem;
	}

	.cv-text {
		font-size: 1.45rem;
	}
}

/* ==================================================
	회사소개 - 연혁
================================================== */
/* 연혁 컨테이너 및 배경 장식 최적화 */
.history_wrap {
	max-width: 130rem;
	margin: 0 auto;
	position: relative;
}

/* 정교한 중앙 가이드 라인 */
.history_wrap::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(to bottom,
			transparent,
			rgba(4, 63, 123, 0.08) 5%,
			rgba(4, 63, 123, 0.08) 95%,
			transparent);
	transform: translateX(-50%);
	z-index: 1;
}

/* 움직이는 스캔 라인 */
.history_wrap::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 100px;
	background: linear-gradient(to bottom, transparent, var(--brand-color-main, #043f7b), transparent);
	transform: translateX(-50%);
	z-index: 2;
	animation: scanLine 7s linear infinite;
	opacity: 0.45;
}

@keyframes scanLine {
	0% {
		top: -100px;
	}

	100% {
		top: 100%;
	}
}

/* 연대별 섹션 간격 조정 */
.history_section {
	position: relative;
	margin-bottom: 14rem;
}

.history_section:last-child {
	margin-bottom: 0;
}

/* 연대 타이틀 크기 조정 */
.decade_title {
	position: relative;
	text-align: center;
	margin-bottom: 8rem;
	z-index: 5;
}

.decade_title .decade_bg_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	font-size: 13rem;
	font-weight: 900;
	color: rgba(4, 63, 123, 0.02);
	white-space: nowrap;
	z-index: -1;
	letter-spacing: -0.05em;
}

.decade_title h3 {
	display: inline-block;
	font-size: 7.2rem;
	font-weight: 900;
	background: linear-gradient(135deg, var(--brand-color-main, #043f7b) 0%, #1e5fa0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -0.04em;
	line-height: 1;
	position: relative;
}

.decade_title p {
	font-size: 1.5rem;
	color: var(--brand-color-main);
	font-weight: 700;
	margin-top: 1.2rem;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	opacity: 0.75;
}

/* 개별 연혁 아이템 간격 조정 */
.history_item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 6.5rem;
	opacity: 0;
	transform: translateY(40px) scale(0.98);
	transition: all 0.9s cubic-bezier(0.2, 0, 0.2, 1);
}

.history_item.is-active {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.history_item:nth-child(even) {
	flex-direction: row-reverse;
}

/* 중앙 포인트 크기 조정 */
.history_point {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	background: var(--color-white);
	border: 2px solid #dee2e6;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	box-shadow: 0 0 0 5px var(--color-white);
	transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.history_item.is-active .history_point,
.history_item:hover .history_point {
	background: var(--brand-color-main, #043f7b);
	border-color: var(--brand-color-main, #043f7b);
	transform: translate(-50%, -50%) scale(1.45);
	box-shadow: 0 0 0 8px rgba(4, 63, 123, 0.1);
}

/* 연도 표시 레이아웃 조정 */
.history_year_box {
	width: 43%;
	text-align: right;
	padding-right: 4.5rem;
	display: flex;
	align-items: center;
	/* 세로 중앙(점/카드 중앙) 맞춤 */
	justify-content: flex-end;
	/* 중앙 라인 방향(오른쪽)으로 붙임 */
}

.history_item:nth-child(even) .history_year_box {
	text-align: left;
	padding-right: 0;
	padding-left: 4.5rem;
	justify-content: flex-start;
	/* 중앙 라인 방향(왼쪽)으로 붙임 */
}

.year_num {
	font-size: 6.4rem;
	font-weight: 900;
	color: #f1f3f5;
	line-height: 1;
	font-family: 'Outfit', 'Pretendard', sans-serif;
	transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
	position: relative;
	display: inline-block;
	transition-delay: 0.18s;
}

.history_item.is-active .year_num,
.history_item:hover .year_num {
	color: var(--brand-color-main);
	transform: translateX(-8px);
}

.history_item:nth-child(even).is-active .year_num,
.history_item:nth-child(even):hover .year_num {
	transform: translateX(8px);
}

/* 카드 박스 패딩 및 곡률 조정 */
.history_content_box {
	width: 43%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	padding: 3.5rem 4.2rem;
	border-radius: 3.2rem;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 15px 40px rgba(4, 63, 123, 0.03);
	transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
	position: relative;
	z-index: 5;
	transition-delay: 0.35s;
}

.history_content_box::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 3.2rem;
	padding: 1px;
	background: linear-gradient(135deg, rgba(4, 63, 123, 0.1), transparent 50%, rgba(4, 63, 123, 0.05));
	-webkit-mask: linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);
	mask: linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.history_item.is-active .history_content_box,
.history_content_box:hover {
	background: var(--color-white);
	transform: translateY(-1.2rem);
	box-shadow: 0 30px 60px rgba(4, 63, 123, 0.07);
	border-color: rgba(4, 63, 123, 0.18);
}

.history_list li {
	display: flex;
	align-items: center;
	gap: 1.8rem;
	margin-bottom: 1.8rem;
}

.history_list li:last-child {
	margin-bottom: 0;
}

.month_circle {
	flex-shrink: 0;
	width: 4.2rem;
	height: 4.2rem;
	background: #f1f5f9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: 800;
	color: #64748b;
	transition: all 0.4s ease;
	margin-top: 0;
}

.history_item.is-active .month_circle,
.history_item:hover .month_circle {
	background: var(--brand-color-main);
	color: var(--color-white);
}

.event_desc {
	font-size: 1.8rem;
	line-height: 1.6;
	color: #1a1a1a;
	font-weight: 500;
	word-break: keep-all;
}

/* 장식용 화살표 */
.history_content_box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	/* 카드와 중앙 타임라인을 자연스럽게 연결 */
	width: clamp(18px, 7vw, 92px);
	height: 1px;
	background: rgba(4, 63, 123, 0.18);
	transform: translateY(-50%);
}

.history_item:nth-child(even) .history_content_box::after {
	right: auto;
	left: 100%;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1024px) {

	.history_wrap::before,
	.history_wrap::after {
		left: 4rem;
		transform: none;
	}

	.history_section {
		margin-bottom: 5rem;
	}

	.history_point {
		display: none;
	}

	.decade_title {
		margin-bottom: 3rem;
	}

	.decade_title .decade_bg_text {
		font-size: 10rem;
	}

	.decade_title h3 {
		font-size: 5.4rem;
	}

	.history_item {
		flex-direction: column !important;
		align-items: flex-start;
		margin-left: 8.5rem;
		width: calc(100% - 8.5rem);
		margin-bottom: 3rem;
	}

	.history_item.is-active .year_num,
	.history_item:hover .year_num {
		transform: translateX(8px);
	}

	.history_year_box {
		width: 100%;
		text-align: left !important;
		padding: 0 !important;
		margin-bottom: 1.5rem;
		justify-content: flex-start;
	}

	.year_num {
		font-size: 4.1rem;
	}

	.history_content_box {
		width: 100%;
		padding: 3rem 3.5rem;
		border-radius: 2.4rem;
		box-sizing: border-box;
	}

	.history_content_box::before {
		border-radius: 2.4rem;
	}

	.history_content_box::after {
		display: none;
	}
}

@media screen and (max-width: 640px) {

	.history_wrap::before,
	.history_wrap::after {
		display: none;
	}

	.decade_title {
		margin-bottom: 0;
	}

	.decade_title h3 {
		font-size: 4.5rem;
	}

	.history_item {
		margin-left: 0;
		width: 100%;
		margin-bottom: 0;
	}

	.year_num {
		font-size: 3rem;
	}

	.event_desc {
		font-size: 1.74rem;
	}

	.month_circle {
		width: 3.8rem;
		height: 3.8rem;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 600px) {
	.history_year_box {
		/* [수정-20260401] 단위 누락 수정: 3.2 -> 3.2rem */
		min-height: 6rem !important;
		margin-bottom: 2rem;
	}
}

/* ==================================================
	회사소개 - 주요고객
================================================== */
.clients-wrap {
	margin-top: 6rem;
}

.clients-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

.client-prism-card {
	background: var(--color-white);
	border: 1px solid #e2eaf5;
	border-radius: 4rem;
	aspect-ratio: 16 / 7.3;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.02);
}

.client-prism-card:hover {
	transform: translateY(1.5rem);
	border-color: var(--brand-color-bright);
	box-shadow: 0 4rem 8rem rgba(4, 63, 123, 0.08);
}

.client-prism-card:hover::before,
.client-prism-card:hover::after {
	opacity: 1;
	width: 2.5rem;
	height: 2.5rem;
}

.logo-box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3.2rem 4.2rem;
	transition: 0.5s;
}

.logo-box img {
	max-width: 88%;
	max-height: 65%;
	object-fit: contain;
	opacity: 1;
	transition: 0.6s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.client-prism-card:hover .logo-box img {
	transform: scale(1.03);
}

/* ==================
	주요고객 로고/카드 보정
	- 로고 과도한 사이즈(특히 SVG/PNG 다양성) 완화
================== */
.client-prism-card .logo-box img[src$=".svg"] {
	max-height: 58%;
}

.client-prism-card .logo-box img[src$=".png"] {
	max-height: 68%;
}

/* HD건설기계(현대건설기계) 로고는 기존 느낌 유지 */
.client-prism-card .logo-box img[src$="cl_hyundaice.svg"] {
	max-height: 65%;
}

/* 현대로템 / BEML / NERIC: 로고 과대 노출 보정 */
.client-prism-card .logo-box img[src$="cl_hyundairotem.svg"] {
	max-height: 50%;
}

.client-prism-card .logo-box img[src$="cl_beml.png"] {
	max-height: 50%;
}

.client-prism-card .logo-box img[src$="cl_neric.png"] {
	max-height: 50%;
}

.client-prism-card .logo-box img[src*="cl_volvo"] {
	max-height: 50%;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1024px) {
	.clients-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.clients-wrap {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 640px) {
	.clients-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.client-prism-card {
		aspect-ratio: 16 / 6.6;
	}

	/* 모바일에서는 hover로 인한 상단 이동도 과해 보일 수 있어 줄임 */
	.client-prism-card:hover {
		transform: none;
	}

	.logo-box {
		padding: 1.8rem 2.2rem;
	}

	.client-prism-card .logo-box img[src$=".svg"] {
		max-height: 40%;
	}

	.client-prism-card .logo-box img[src$=".png"] {
		max-height: 40%;
	}

	/* HD건설기계(현대건설기계)는 모바일에서 과대 노출되어 크기 축소 */
	.client-prism-card .logo-box img[src$="cl_hyundaice.svg"] {
		max-height: 35%;
	}

	.client-prism-card .logo-box img[src*="cl_volvo.svg"] {
		max-height: 25%;
	}
}

/* ==================================================
	회사소개 - 사업장소개
================================================== */
.hq_hero {
	position: relative;
	width: 100%;
	height: 50rem;
	border-radius: 4rem;
	overflow: hidden;
	margin-bottom: 6rem;
	box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.15);
	opacity: 0;
	transform: scale(0.98);
	transition: all 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}

.hq_hero.is-revealed {
	opacity: 1;
	transform: scale(1);
}

.hq_hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 10s ease;
}

.hq_hero:hover img {
	transform: scale(1.1);
}

.hq_hero .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(4, 63, 123, 0.5), transparent);
	display: flex;
	align-items: flex-end;
	padding: 5rem;
}

.hq_hero .hero_text h2 {
	color: var(--color-white);
	font-size: 4.8rem;
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.2;
	text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.hq_hero .hero_text p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.8rem;
	margin-top: 1rem;
	font-weight: var(--font-md);
}

/* 정보 카드 그리드 */
.hq_info_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.5rem;
	margin-bottom: 6rem;
}

.info_card {
	background: var(--color-white);
	padding: 4rem 3rem;
	border-radius: 3rem;
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(30px);
}

.info_card.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

.info_card:hover {
	transform: translateY(-1rem);
	border-color: var(--brand-color-main);
	box-shadow: 0 3rem 6rem rgba(4, 63, 123, 0.1);
}

.info_card .icon {
	width: 6.4rem;
	height: 6.4rem;
	background: #f1f5f9;
	border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2.5rem;
	color: var(--brand-color-main);
	font-size: 2.8rem;
	transition: all 0.4s ease;
}

.info_card:hover .icon {
	background: var(--brand-color-main);
	color: var(--color-white);
	transform: rotateY(180deg);
}

.info_card h3 {
	font-size: 1.6rem;
	color: #64748b;
	font-weight: var(--font-bd);
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.info_card p {
	font-size: 1.8rem;
	color: #1a1a1a;
	font-weight: var(--font-sb);
	line-height: 1.5;
	word-break: keep-all;
}

.info_card .address_text {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 지도 섹션 */
.hq_map_wrap {
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s ease;
}

.hq_map_wrap.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

/*====== 카카오지도 요소들 지우기======*/
.root_daum_roughmap .cont {
	display: none;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1024px) {
	.hq_hero {
		height: 40rem;
		border-radius: 3rem;
		margin-bottom: 4rem;
	}

	.hq_info_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
		margin-bottom: 4rem;
	}

	.hq_hero .overlay {
		padding: 4rem;
	}

	.hq_hero .hero_text h2 {
		font-size: 3.6rem;
	}

	.hq_hero .hero_text p {
		font-size: 1.6rem;
	}

	.info_card {
		padding: 3.2rem 2.4rem;
		border-radius: 2.4rem;
	}

	.info_card p {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {
	.hq_hero {
		height: 28rem;
		border-radius: 2.5rem;
		margin-bottom: 3rem;
	}

	.hq_hero .overlay {
		padding: 2.4rem;
	}

	.hq_hero .hero_text h2 {
		font-size: 2.8rem;
	}

	.hq_hero .hero_text p {
		font-size: 1.4rem;
	}

	.hq_info_grid {
		grid-template-columns: 1fr;
		gap: 1.6rem;
		margin-bottom: 3rem;
	}

	.info_card {
		padding: 2.6rem 2rem;
		border-radius: 2rem;
	}

	.info_card .icon {
		width: 5.6rem;
		height: 5.6rem;
		font-size: 2.4rem;
		margin-bottom: 1.8rem;
	}

	.info_card h3 {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}

	.info_card p {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 480px) {
	.hq_hero {
		height: 24rem;
	}

	.hq_hero .hero_text h2 {
		font-size: 2.4rem;
	}

	.hq_hero .hero_text p {
		font-size: 1.3rem;
	}
}

/* ==================================================
	사업영역
================================================== */
.cont_biz_section {
	position: relative;
	width: calc(100% + 2 * var(--header-inner-padding));
	max-width: var(--px-base);
	margin-left: calc(-1 * var(--header-inner-padding));
	box-sizing: border-box;
}

.cont_biz_section .cont_biz_visual {
	position: relative;
	width: 100%;
	max-width: var(--px-base);
	margin: 0 auto;
	border-radius: 4rem;
	overflow: hidden;
	aspect-ratio: 1720 / 579;
	max-height: 57.9rem;
}

.cont_biz_section .cont_biz_visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cont_biz_section .cont_biz_card {
	position: relative;
	width: calc(100% - 8rem);
	max-width: var(--px-base2);
	margin: 0 auto;
	background: var(--color-white);
	border-radius: 4rem 4rem 0 0;
	margin-top: -14rem;
	min-height: 14rem;
	padding: 5rem 6rem 6rem;
	box-sizing: border-box;
}

.cont_biz_section .cont_biz_card_inner {
	display: flex;
	align-items: flex-start;
	gap: 6rem;
}

.cont_biz_section .cont_biz_title {
	font-size: 5rem;
	font-weight: var(--font-bd);
	color: var(--brand-color-main, #043f7b);
	line-height: 1;
	white-space: nowrap;
	flex-shrink: 0;
}

.cont_biz_section .cont_biz_desc {
	font-size: 1.8rem;
	line-height: 1.5;
	color: var(--color-black);
	font-weight: 400;
	flex: 1;
	min-width: 0;
}

.cont_biz_section .cont_biz_desc p {
	margin: 0 0 1em 0;
}

.cont_biz_section .cont_biz_desc p:last-child {
	margin-bottom: 0;
}

.cont_biz_section .cont_biz_desc .cont_biz_highlight {
	font-weight: 600;
}

/* 사업영역 공통 리스트 */
.cont_biz_list {
	padding-top: 5rem;
	overflow: visible;
}

.cont_biz_list_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8rem;
	gap: 8rem;
	overflow: visible;
}

.cont_biz_list_item:last-child {
	margin-bottom: 0;
}

.cont_biz_list_item:nth-child(even) {
	flex-direction: row-reverse;
}

.cont_biz_list_img {
	width: 68.1rem;
	height: auto;
	max-height: 40rem;
	border-radius: 4rem 0 4rem 0;
	overflow: hidden;
	flex-shrink: 0;
}

.cont_biz_list_img img {
	width: 100%;
	height: auto;
	max-height: 40rem;
	object-fit: cover;
	object-position: center;
	display: block;
	vertical-align: top;
	transition: transform 0.5s ease;
}

.cont_biz_list_item:hover .cont_biz_list_img img {
	transform: scale(1.08);
}

.cont_biz_list_content {
	flex: 1;
	position: relative;
	overflow: visible;
}

/* 배경 장식 숫자 - 01~04 모두 글자 밑(왼쪽) 동일 위치 */
.cont_biz_list_number {
	font-size: 18rem;
	font-weight: var(--font-bd);
	color: #e8eef4;
	line-height: 1;
	position: absolute;
	top: -7rem;
	left: -1.1rem;
	z-index: -1;
	pointer-events: none;
}

.cont_biz_list_title {
	font-size: 4rem;
	font-weight: var(--font-bd);
	color: #111;
	margin-bottom: 3rem;
}

.cont_biz_list_desc {
	font-size: 2rem;
	line-height: 1.4;
	color: #111;
	margin-bottom: 4rem;
}

.cont_biz_list_features {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 3.5rem;
	margin-bottom: 0;
}

.cont_biz_list_features ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	min-width: 0;
	flex: 1 1 22rem;
}

/* 두 번째 ul만 첫 번째 ul과의 간격 축소 (gap 보다 작게) */
.cont_biz_list_features ul+ul {
	margin-left: -3rem;
}

.cont_biz_list_features ul li {
	position: relative;
	padding-left: 1.2rem;
	font-size: 1.8rem;
	color: #111;
	margin-bottom: 1rem;
}

.cont_biz_list_features ul li:last-child {
	margin-bottom: 0;
}

.cont_biz_list_features ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 0.4rem;
	height: 0.4rem;
	background: #111;
	border-radius: 50%;
}

.cont_biz_list_btn_major {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	width: fit-content;
	max-height: 3.8rem;
	padding: 1.2rem 3rem;
	line-height: 1;
	background: var(--brand-color-main);
	color: var(--color-white);
	font-size: 1.8rem;
	font-weight: var(--font-bd);
	border-radius: 2rem;
	border: none;
	white-space: nowrap;
	box-sizing: border-box;
}

/* 사업영역 안 영상 주요실적 */
.video-section {
	padding-top: 10rem;
}

.video-section .sec-title-wrap {
	text-align: center;
	margin-bottom: 6rem;
}

.video-section .sec-title {
	display: inline-block;
	font-size: 3.2rem;
	font-weight: var(--font-bd);
	position: relative;
	padding-bottom: 2rem;
	letter-spacing: -0.02em;
}

.video-section .sec-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 4rem;
	height: 0.3rem;
	background: var(--brand-color-main);
}

.video-section .video-container {
	max-width: 130rem;
	margin: 0 auto;
	padding: 0 2rem;
}

.video-section .video-inner {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
	line-height: 0;
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.video-section.reveal-up.is-revealed .video-inner {
	transform: translateY(0);
	opacity: 1;
}

.video-section .video-inner video {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/* 사업영역 안 주요실적 */
.results-section {
	margin-top: 10rem;
	padding-top: 6rem;
	border-top: 0.1rem solid #e5e5e5;
}

.results-section .sec-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 6rem;
}

.results-section .sec-title {
	font-size: 4.5rem;
	font-weight: 700;
	color: var(--brand-color-main);
	text-align: center;
}

.portfolio-grid {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-bottom: 3rem;
}

a.pf-item {
	display: block;
	text-decoration: none;
	color: inherit;
	width: 46.6rem;
	height: auto;
	max-height: 32rem;
	position: relative;
	overflow: hidden;
	border: 0.1rem solid #e5e5e5;
}

.pf-item img {
	width: 100%;
	height: auto;
	max-height: 32rem;
	object-fit: cover;
	object-position: center;
	display: block;
	vertical-align: top;
}

.pf-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.pf-item:hover .pf-hover {
	opacity: 1;
}

.pf-tag {
	display: inline-block;
	padding: 0.6rem 2rem;
	border: 0.1rem solid var(--color-white);
	color: var(--color-white);
	font-size: 1.6rem;
	border-radius: 10rem;
	margin-bottom: 2rem;
}

.pf-title {
	align-self: stretch;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 2.4rem;
	margin-bottom: 2.5rem;
	font-size: 3rem;
	color: var(--color-white);
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.pf-plus {
	width: 3.2rem;
	height: 3.2rem;
}

.pf-plus circle {
	fill: var(--brand-color-main);
	stroke: none;
}

.pf-plus path {
	stroke: var(--color-white);
}

a.btn-view-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	width: 17.6rem;
	height: 4.8rem;
	background: var(--brand-color-main);
	color: var(--color-white);
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 10rem;
	margin: 0 auto;
	transition: transform 0.25s ease, background-color 0.25s ease;
}

a.btn-view-more:hover {
	transform: translateY(-0.3rem);
	background-color: var(--brand-color-dmain, #003366);
}

/* 애니메이션 */
.cont_biz_section.reveal-up .cont_biz_visual {
	opacity: 0;
	transform: translateY(4rem);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.cont_biz_section.reveal-up.is-revealed .cont_biz_visual {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.15s;
}

.cont_biz_section.reveal-up {
	opacity: 0;
	transform: translateY(1rem);
	transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.cont_biz_section.reveal-up.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

.cont_biz_list.reveal-up {
	opacity: 0;
	transform: translateX(-0.8rem);
	transition: opacity 1.1s ease-out, transform 1.1s ease-out;
}

.cont_biz_list.reveal-up.is-revealed {
	opacity: 1;
	transform: translateX(0);
}

/* cont_biz_list_item: 리스트가 .is-revealed 될 때 홀수는 왼쪽, 짝수는 오른쪽에서 순차 등장 */
.cont_biz_list.reveal-up .cont_biz_list_item {
	opacity: 0;
	transition: opacity 1s ease-out, transform 1.1s ease-out;
}

.cont_biz_list.reveal-up .cont_biz_list_item:nth-child(odd) {
	transform: translateX(-3rem);
}

.cont_biz_list.reveal-up .cont_biz_list_item:nth-child(even) {
	transform: translateX(3rem);
}

.cont_biz_list.reveal-up.is-revealed .cont_biz_list_item:nth-child(1) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.2s;
}

.cont_biz_list.reveal-up.is-revealed .cont_biz_list_item:nth-child(2) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.45s;
}

.cont_biz_list.reveal-up.is-revealed .cont_biz_list_item:nth-child(3) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.7s;
}

.cont_biz_list.reveal-up.is-revealed .cont_biz_list_item:nth-child(4) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.95s;
}

.results-section.reveal-up {
	opacity: 0;
	transform: scale(0.98);
	transition: opacity 1.1s ease-out, transform 1.1s ease-out;
}

.results-section.reveal-up.is-revealed {
	opacity: 1;
	transform: scale(1);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1600px) {

	/* .video-section */
	.video-section {
		padding-top: 8.5rem;
	}

	.video-section .sec-title-wrap {
		margin-bottom: 5rem;
	}

	.video-section .sec-title {
		font-size: 3rem;
		padding-bottom: 1.7rem;
	}

	.video-section .video-container {
		padding: 0 1.8rem;
	}

	.cont_biz_section {
		width: 100%;
		margin-left: 0;
	}

	.cont_biz_section .cont_biz_visual {
		border-radius: 3.2rem;
		max-height: 50rem;
	}

	.cont_biz_section .cont_biz_card {
		width: calc(100% - 6rem);
		margin-top: -12rem;
		padding: 4rem 5rem 5rem;
		border-radius: 3.2rem 3.2rem 0 0;
	}

	.cont_biz_section .cont_biz_card_inner {
		gap: 5rem;
	}

	.cont_biz_section .cont_biz_title {
		font-size: 4.4rem;
	}

	.cont_biz_section .cont_biz_desc {
		font-size: 1.7rem;
	}

	.cont_biz_list_item {
		gap: 6rem;
		margin-bottom: 6.5rem;
	}

	.cont_biz_list_img {
		width: 58rem;
		height: auto;
		max-height: 100%;
	}

	.cont_biz_list_img img {
		max-height: 100%;
	}

	.cont_biz_list_number {
		font-size: 15rem;
		top: -6rem;
	}

	.cont_biz_list_title {
		font-size: 3.6rem;
		margin-bottom: 2.5rem;
	}

	.cont_biz_list_desc {
		font-size: 1.85rem;
		margin-bottom: 3.5rem;
	}

	.cont_biz_list_features {
		gap: 3.5rem;
	}

	.cont_biz_list_features>ul {
		flex: 1 1 16rem;
	}

	.cont_biz_list_features ul+ul {
		margin-left: -2rem;
	}

	.cont_biz_list_features ul li {
		font-size: 1.7rem;
	}

	.cont_biz_list_btn_major {
		padding: 1.1rem 2.6rem;
		font-size: 1.7rem;
	}

	.results-section {
		margin-top: 8rem;
		padding-top: 4rem;
	}

	.results-section .sec-title-wrap {
		margin-bottom: 5rem;
	}

	.results-section .sec-title {
		font-size: 4rem;
	}

	.portfolio-grid {
		gap: 2.2rem;
		margin-bottom: 2rem;
	}

	.pf-item {
		width: 42rem;
		height: auto;
		max-height: 28rem;
	}

	.pf-item img {
		max-height: 28rem;
	}

	.pf-title {
		font-size: 2.6rem;
	}

	.pf-tag {
		font-size: 1.5rem;
		padding: 0.55rem 1.8rem;
	}
}

@media screen and (max-width: 1300px) {
	.cont_biz_list_item {
		flex-direction: column;
		gap: 4rem;
		margin-bottom: 3rem;
	}

	.cont_biz_list_item:nth-child(even) {
		flex-direction: column;
	}

	.cont_biz_list_img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.cont_biz_list_content {
		width: 100%;
		margin-top: 2rem;
	}

	.cont_biz_list_number {
		font-size: 10rem;
		top: -5rem;
	}

	.cont_biz_list_title {
		font-size: 3.2rem;
		margin-bottom: 2rem;
	}

	.cont_biz_list_desc {
		font-size: 1.7rem;
		margin-bottom: 3rem;
	}

	.cont_biz_list_features {
		gap: 3rem;
	}

	.cont_biz_list_features ul+ul {
		margin-left: 0;
	}

	.cont_biz_list_btn_major {
		width: 100%;
		flex-basis: 100%;
		padding: 1rem 2.4rem;
		font-size: 1.6rem;
	}

	.cont_biz_list_features>ul {
		flex: 1 1 18rem;
	}

	.cont_biz_list_features ul li {
		font-size: 1.6rem;
	}

	.video-section {
		padding-top: 7.5rem;
	}

	.video-section .sec-title-wrap {
		margin-bottom: 4.25rem;
	}

	.video-section .sec-title {
		font-size: 2.85rem;
	}

	.video-section .video-container {
		padding: 0 1.6rem;
	}
}

@media screen and (max-width: 1024px) {
	.cont_biz_section {
		width: 100%;
		margin-left: 0;
	}

	.cont_biz_section .cont_biz_visual {
		border-radius: 2.4rem;
		max-height: 40rem;
	}

	.cont_biz_section .cont_biz_card {
		width: 100%;
		margin-top: 0;
		border-radius: 0;
		padding: 4rem 0 0 0;
	}

	.cont_biz_section .cont_biz_card_inner {
		flex-direction: column;
		gap: 3rem;
	}

	.cont_biz_section .cont_biz_title {
		font-size: 3.6rem;
		white-space: normal;
	}

	.cont_biz_section .cont_biz_desc {
		font-size: 1.6rem;
	}

	.results-section {
		margin-top: 3rem;
		padding-top: 3rem;
	}

	.results-section .sec-title-wrap {
		margin-bottom: 4rem;
	}

	.results-section .sec-title {
		font-size: 3.6rem;
	}

	.portfolio-grid {
		flex-wrap: wrap;
		gap: 2rem;
		justify-content: center;
	}

	.portfolio-grid a.pf-item {
		width: 100%;
		min-width: 0;
		height: auto;
		max-height: 50rem;
	}

	.portfolio-grid a.pf-item img {
		max-height: 50rem;
	}

	.pf-title {
		font-size: 2.4rem;
	}

	.pf-tag {
		font-size: 1.4rem;
		padding: 0.5rem 1.6rem;
	}

	.video-section {
		padding-top: 6rem;
	}

	.video-section .sec-title-wrap {
		margin-bottom: 3.5rem;
	}

	.video-section .sec-title {
		font-size: 2.6rem;
		padding-bottom: 1.4rem;
	}

	.video-section .video-container {
		padding: 0 1.2rem;
	}

	.video-section .video-inner {
		border-radius: 1.2rem;
	}
}

@media screen and (max-width: 768px) {
	.cont_biz_section .cont_biz_visual {
		border-radius: 1.6rem;
		max-height: 28rem;
	}

	.cont_biz_section .cont_biz_card {
		width: 100%;
		margin-top: 0;
		border-radius: 0;
		padding: 3rem 0 4rem 0;
	}

	.cont_biz_section .cont_biz_title {
		font-size: 2.8rem;
	}

	.cont_biz_section .cont_biz_desc {
		font-size: 1.5rem;
	}

	.cont_biz_list {
		padding-top: 1rem;
	}

	.cont_biz_list_item {
		flex-direction: column;
		gap: 2.4rem;
		margin-bottom: 2.5rem;
	}

	.cont_biz_list_item:nth-child(even) {
		flex-direction: column;
	}

	.cont_biz_list_img {
		width: 100%;
		max-width: 100%;
		height: auto;
		border-radius: 2rem 0 2rem 0;
	}

	.cont_biz_list_content {
		width: 100%;
		margin-top: 2rem;
	}

	.cont_biz_list_number {
		font-size: 8rem;
		top: -3rem;
		left: -0.5rem;
	}

	.cont_biz_list_title {
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
	}

	.cont_biz_list_desc {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}

	.cont_biz_list_features {
		gap: 2rem;
		margin-bottom: 2.5rem;
	}

	.cont_biz_list_features ul+ul {
		margin-left: 0;
	}

	.cont_biz_list_btn_major {
		width: 100%;
		flex-basis: 100%;
		padding: 0.8rem 2rem;
		font-size: 1.4rem;
	}

	.cont_biz_list_features>ul {
		flex: 1 1 14rem;
	}

	.cont_biz_list_features ul li {
		font-size: 1.4rem;
	}

	.results-section {
		margin-top: 2.5rem;
		padding-top: 2.5rem;
	}

	.results-section .sec-title-wrap {
		margin-bottom: 3rem;
	}

	.results-section .sec-title {
		font-size: 2.8rem;
	}

	.portfolio-grid {
		flex-direction: column;
		gap: 1.6rem;
		justify-content: flex-start;
		width: 100%;
		box-sizing: border-box;
	}

	.portfolio-grid a.pf-item {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		height: auto;
	}

	.pf-title {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}

	.pf-tag {
		font-size: 1.3rem;
		padding: 0.4rem 1.2rem;
		margin-bottom: 1.2rem;
	}

	a.btn-view-more {
		width: 14rem;
		height: 4.2rem;
		font-size: 1.4rem;
	}

	.video-section {
		padding-top: 4rem;
	}

	.video-section .sec-title-wrap {
		margin-bottom: 2.75rem;
	}

	.video-section .sec-title {
		font-size: 2.15rem;
		padding-bottom: 1.1rem;
	}

	.video-section .sec-title::after {
		width: 3.2rem;
		height: 0.25rem;
	}

	.video-section .video-container {
		padding: 0 1rem;
		max-width: 100%;
	}

	.video-section .video-inner {
		border-radius: 1rem;
	}
}

@media screen and (max-width: 600px) {

	.results-section .portfolio-grid .pf-item {
		max-height: 20rem;
	}

	.results-section .portfolio-grid .pf-item img {
		max-height: 20rem;
	}
}

@media screen and (max-width: 480px) {
	.video-section {
		padding-top: 1rem;
	}

	.video-section .sec-title-wrap {
		margin-bottom: 2rem;
	}

	.video-section .sec-title {
		font-size: 1.85rem;
		padding-bottom: 1rem;
	}

	.video-section .sec-title::after {
		width: 2.8rem;
	}

	.video-section .video-container {
		padding: 0 0.8rem;
	}

	.video-section .video-inner {
		border-radius: 0.8rem;
	}
}

/* ==================================================
	사업영역 - 주요실적
================================================== */
/* 탭메뉴 */
.perf_tab_section {
	position: relative;
	margin-bottom: 3.5rem;
}

.perf_tab_list {
	display: flex;
	gap: 0.8rem;
	border-bottom: 1px solid var(--cw-grey-200);
	padding-bottom: 3.5rem;
	flex-wrap: wrap;
}

.perf_tab_btn {
	padding: 0.875rem 2.2rem;
	border: 1px solid var(--cw-grey-200);
	background: var(--color-white);
	font-size: 1.7rem;
	font-weight: 500;
	color: var(--cw-grey-600);
	cursor: pointer;
	transition: var(--transition-base);
	border-radius: 6rem;
	position: relative;
}

.perf_tab_btn:hover {
	border-color: var(--brand-color-main);
	color: var(--brand-color-main);
	font-weight: 700;
}

.perf_tab_btn.active {
	background: var(--brand-color-main);
	border-color: var(--brand-color-main);
	color: var(--color-white);
	font-weight: 700;
}

/* 주요실적 그리드 */
.performance-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5.5rem;
	column-gap: 5rem;
}

/* [추가 2026-04-02 kor business/performance.html 등 주요실적 그리드] 제목 줄수 차이에도 동일 행에서 파트너 박스 하단 정렬 — eng/css/content.css 와 동일 */
.pf-card,
.perf-pf-card,
.performance-card {
	background: transparent;
	border-radius: 0;
	overflow: visible;
	transition: var(--transition-base);
	position: relative;
	opacity: 1;
	transform: translateY(0);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

.pf-card.hidden,
.perf-pf-card.hidden,
.performance-card.hidden {
	display: none;
}

/* 카드 이미지 테두리 및 효과 */
.pf-img-box {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--cw-grey-100);
	flex-shrink: 0;
}

.pf-img-box:after {
	content: '';
	position: absolute;
	inset: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	z-index: 2;
	pointer-events: none;
}

.pf-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	filter: grayscale(0.2);
}

.pf-card:hover .pf-img-box img,
.perf-pf-card:hover .pf-img-box img,
.performance-card:hover .pf-img-box img {
	transform: scale(1.1);
	filter: grayscale(0);
}

/* 카테고리 태그 모던화 */
.pf-cat-tag {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.75rem 2rem;
	background: var(--cw-navy);
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-white);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	z-index: 5;
	transition: var(--transition-base);
}

.pf-card:hover .pf-cat-tag,
.perf-pf-card:hover .pf-cat-tag,
.performance-card:hover .pf-cat-tag {
	background: var(--brand-color-main);
	padding-right: 3rem;
}

/* 정보 텍스트 레이아웃 디테일 */
/* [수정 2026-04-02] eng 와 동일: flex:1 로 정보영역이 카드 하단까지 채워짐 */
.pf-info-box {
	padding: 3rem 0 0 0;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
}

.pf-info-box>.performance-title {
	flex: 1 1 auto;
	min-height: 0;
}

.performance-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--cw-navy);
	line-height: 1.4;
	margin-bottom: 2rem;
	word-break: keep-all;
	transition: var(--transition-base);
}

.pf-card:hover .pf-title,
.perf-pf-card:hover .pf-title,
.performance-card:hover .performance-title {
	color: var(--brand-color-main);
	transform: translateX(0.625rem);
}

.pf-client-info {
	position: relative;
	padding: 12px 16px;
	background: #fdfdfd;
	border: 1px solid #ececec;
	border-radius: 6px;
	transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow: hidden;
}

/* 카드 호버 시 클라이언트 정보 섹션 변화 */
.pf-card:hover .pf-client-info,
.perf-pf-card:hover .pf-client-info,
.performance-card:hover .pf-client-info {
	background: var(--color-white);
	border-color: var(--brand-color-dmain);
	box-shadow: 0 4px 15px rgba(0, 85, 184, 0.08);
	transform: translateY(-2px);
}

.pf-client-info>div {
	display: flex;
	flex-direction: column;
	gap: 3px;
	position: relative;
	z-index: 1;
}

.pf-client-info .client-label {
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 700;
	color: var(--brand-color-main);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pf-client-info .client-label::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 1px;
	background: var(--brand-color-main);
	margin-left: 6px;
	opacity: 0.5;
}

.pf-client-info .client-name {
	font-size: 1.6rem;
	font-weight: 600;
	color: #444;
	transition: color 0.3s ease;
}

.pf-card:hover .pf-client-info .client-name,
.perf-pf-card:hover .pf-client-info .client-name,
.performance-card:hover .pf-client-info .client-name {
	color: var(--color-black);
}

/* 좌측 악센트 바 */
.pf-client-info::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 0;
	background: var(--brand-color-main);
	transition: height 0.3s ease;
}

.pf-card:hover .pf-client-info::before,
.perf-pf-card:hover .pf-client-info::before,
.performance-card:hover .pf-client-info::before {
	height: 60%;
}

/* 하단 로딩 효과 추가용 */
.pf-card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0.125rem;
	background: var(--brand-color-main);
	transition: width 0.4s ease;
}

.pf-card:hover .pf-card-overlay,
.perf-pf-card:hover .pf-card-overlay,
.performance-card:hover .pf-card-overlay {
	width: 100%;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.performance-portfolio-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem;
	}
}

@media screen and (max-width: 768px) {
	.performance-portfolio-grid {
		grid-template-columns: 1fr;
		gap: 6rem;
	}

	.performance-title {
		font-size: 1.875rem;
	}

	.perf_tab_section {
		margin-bottom: 2.5rem;
	}

	.perf_tab_list {
		/* 버튼 폭이 제각각이라 flex-wrap만 쓰면 줄이 들쭉날쭉해 보일 수 있음.
		   모바일은 2열 그리드로 고정해 정돈된 레이아웃을 유지합니다. */
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.8rem 1rem;
		justify-content: center;
		padding-bottom: 1.5rem;
		border-bottom: 0;
	}

	.perf_tab_btn {
		white-space: normal;
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.25;
		padding: 0.85rem 1rem;
	}
}

@media screen and (max-width: 450px) {
	.perf_tab_btn {
		font-size: 1.4rem;
		line-height: 1.2;
	}
}

/* ==================================================
	연구개발 - 연구소 소개
================================================== */
.visual-float-wrap {
	margin-top: 6rem;
}

.main-visual-box {
	position: relative;
	border-radius: 3rem;
	overflow: hidden;
	box-shadow: 0 5rem 10rem rgba(4, 63, 123, 0.1);
	height: 55rem;
	background: #f9fbff;
}

.main-visual-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.visual-info-card {
	position: absolute;
	bottom: 5rem;
	right: 5rem;
	width: 42rem;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	padding: 4.5rem;
	border-radius: 2rem;
	border: 1px solid var(--white);
	box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
}

.vic-tag {
	font-family: var(--font-Paperlogy);
	font-size: 1.2rem;
	font-weight: var(--font-eb);
	color: var(--accent);
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	display: block;
}

.vic-title {
	font-size: 3rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	line-height: 1.3;
	margin-bottom: 2rem;
}

.vic-desc {
	font-size: 1.8rem;
	color: var(--text-muted);
	line-height: 1.7;
	word-break: keep-all;
}

/* 연구 로드맵 그리드 */
.rnd-roadmap-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.5rem;
	margin-top: 6rem;
}

.roadmap-item {
	background: var(--color-white);
	border: 1px solid var(--border-soft);
	padding: 5rem 3.5rem;
	border-radius: 2.5rem;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
}

.roadmap-item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: var(--brand-color-bright);
	transition: 0.5s;
}

.roadmap-item:hover {
	transform: translateY(-10px);
	background: #f9fbff;
	border-color: var(--brand-color-bright);
}

.roadmap-item:hover::after {
	width: 100%;
}

.step-label {
	font-family: var(--font-Paperlogy);
	font-size: 1.3rem;
	font-weight: var(--font-eb);
	color: var(--accent);
	margin-bottom: 2.5rem;
	display: block;
	letter-spacing: 0.2rem;
}

.roadmap-item i {
	font-size: 3.6rem;
	color: var(--brand-color-main);
	margin-bottom: 3rem;
	display: block;
}

.roadmap-item h5 {
	font-size: 2.6rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 2rem;
}

.roadmap-item p {
	font-size: 1.8rem;
	color: var(--text-muted);
	line-height: 1.6;
	word-break: keep-all;
}

/* 연구소 조직도 */
.org-core-hub {
	background: #f9fbff;
	padding: 5rem;
	border-radius: 4px;
	border: 1px solid var(--border-soft);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8rem;
	position: relative;
	overflow: hidden;
}

.hub-title-box {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.hub-icon {
	width: 8rem;
	height: 8rem;
	background: var(--brand-color-main);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}

.hub-icon img {
	display: block;
	width: 4.2rem;
	height: 4.2rem;
	object-fit: contain;
}

.hub-info h4 {
	font-size: 3.2rem;
	font-weight: var(--font-bd);
	color: var(--text-main);
}

.hub-info p {
	font-size: 1.7rem;
	color: var(--text-muted);
	margin-top: 5px;
	font-weight: var(--font-md);
}

/* 모듈형 팀 그리드 */
.org-module-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}

.unit-module-card {
	position: relative;
	background: var(--color-white);
	border: 1px solid var(--border-soft);
	border-radius: 2.5rem;
	padding: 6rem 4.5rem;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	min-height: 40rem;
	display: flex;
	flex-direction: column;
	z-index: 5;
}

.unit-module-card:hover {
	transform: translateY(-15px);
	border-color: var(--brand-color-main);
	box-shadow: 0 4rem 8rem rgba(4, 63, 123, 0.1);
}

/* 정밀 장식 요소 */
.unit-num {
	font-family: var(--font-Paperlogy);
	font-size: 6rem;
	font-weight: var(--font-eb);
	color: #f9fbff;
	position: absolute;
	top: 4rem;
	right: 4rem;
	line-height: 1;
	transition: 0.5s;
}

.unit-module-card:hover .unit-num {
	color: rgba(0, 168, 204, 0.05);
	transform: translateY(-10px);
}

.unit-name {
	font-size: 3rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 2.5rem;
	letter-spacing: -0.02em;
}

.unit-desc {
	font-size: 1.8rem;
	color: var(--text-muted);
	line-height: 1.75;
	word-break: keep-all;
	flex-grow: 1;
}

.unit-spec-box {
	border-top: 1px solid var(--bg-light);
	padding-top: 3.5rem;
}

.u-spec-item {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 1.8rem;
	font-size: 1.8rem;
	font-weight: var(--font-bd);
	color: var(--text-main);
}

.u-spec-mark {
	width: 8px;
	height: 8px;
	background: var(--border-soft);
	transform: rotate(45deg);
	transition: 0.4s;
}

.unit-module-card:hover .u-spec-mark {
	background: var(--brand-color-main);
	transform: rotate(135deg);
	scale: 1.2;
}

/* 연구개발 인프라 */
.infra-card i {
	display: none;
}

.infra-card img {
	width: 4.2rem;
	height: 4.2rem;
	margin-bottom: 3rem;
	display: block;
	object-fit: contain;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.visual-info-card {
		width: 36rem;
		padding: 3.5rem;
		bottom: 3.5rem;
		right: 3.5rem;
	}

	.vic-title {
		font-size: 2.6rem;
	}

	.vic-desc {
		font-size: 1.6rem;
	}

	.rnd-roadmap-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}

	.org-module-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.4rem;
	}
}

@media screen and (max-width: 991px) {
	.visual-float-wrap {
		margin-top: 4.5rem;
	}

	.visual-info-card {
		position: static;
		width: 100%;
		margin-top: 2rem;
		padding: 2.8rem;
		border-radius: 1.6rem;
	}

	.rnd-roadmap-grid,
	.org-module-grid {
		grid-template-columns: 1fr;
	}

	.main-visual-box {
		height: 40rem;
	}
}

@media screen and (max-width: 768px) {
	.main-visual-box {
		height: 34rem;
		border-radius: 2rem;
	}

	.vic-tag {
		font-size: 1rem;
		letter-spacing: 0.2rem;
	}

	.vic-title {
		font-size: 2.2rem;
		margin-bottom: 1.2rem;
	}

	.vic-desc {
		font-size: 1.45rem;
		line-height: 1.6;
	}

	.rnd-roadmap-grid {
		margin-top: 4rem;
		gap: 1.8rem;
	}

	.roadmap-item {
		padding: 4rem 2.6rem;
		border-radius: 1.4rem;
	}

	.step-label {
		font-size: 1.1rem;
		margin-bottom: 1.6rem;
	}

	.roadmap-item i {
		font-size: 3rem;
		margin-bottom: 1.8rem;
	}

	.roadmap-item h5 {
		font-size: 2.3rem;
		margin-bottom: 1.2rem;
	}

	.roadmap-item p {
		font-size: 1.7rem;
		line-height: 1.55;
	}

	.org-main-title {
		font-size: 3.4rem;
	}

	.org-core-hub {
		flex-direction: column;
		gap: 3rem;
		align-items: flex-start;
		padding: 3rem;
		margin-bottom: 4rem;
	}

	.hub-icon {
		width: 6rem;
		height: 6rem;
	}

	.hub-icon img {
		width: 3.2rem;
		height: 3.2rem;
	}

	.hub-info h4 {
		font-size: 2.2rem;
	}

	.unit-module-card {
		padding: 4rem 3rem;
		min-height: auto;
	}

	.unit-name {
		font-size: 2.6rem;
	}

	.unit-desc {
		font-size: 1.7rem;
		line-height: 1.65;
	}

	.unit-num {
		font-size: 4rem;
		top: 2rem;
		right: 2rem;
	}

	.infra-card i {
		display: none;
	}

	.infra-card img {
		width: 3.5rem;
		height: 3.5rem;
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 480px) {
	.main-visual-box {
		height: 27rem;
	}

	.visual-info-card {
		padding: 2.2rem;
		margin-top: 1.4rem;
	}

	.vic-title {
		font-size: 1.9rem;
	}

	.vic-desc {
		font-size: 1.3rem;
	}

	.rnd-roadmap-grid {
		margin-top: 3rem;
		gap: 1.4rem;
	}

	.roadmap-item {
		padding: 3.2rem 2rem;
	}

	.roadmap-item h5 {
		font-size: 2.1rem;
	}

	.roadmap-item p {
		font-size: 1.55rem;
	}


	.org-main-title {
		font-size: 2.8rem;
	}

	.unit-module-card {
		padding: 3.2rem 2rem;
	}

	.unit-name {
		font-size: 2.2rem;
	}

	.unit-desc {
		font-size: 1.55rem;
	}
}

/* ==================================================
	연구개발 - 연구분야/실적
================================================== */
.tech-heritage-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6rem 4rem;
	margin-top: 6rem;
}

/* 넥스트-젠 테크 카드 V67.0 (내부 공간 최적화) */
.tech-inventory-card {
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(2.5rem);
	-webkit-backdrop-filter: blur(2.5rem);
	padding: 8rem 6.5rem;
	border-radius: 1.2rem;
	border: 1.5px solid #dbe4f0;
	transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1rem 4rem rgba(4, 63, 123, 0.04);
}

.tech-inventory-card .scan-line {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--accent), transparent);
	transition: 0s;
	z-index: 10;
	opacity: 0;
}

.tech-inventory-card:hover .scan-line {
	animation: scanning 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	opacity: 1;
}

@keyframes scanning {
	0% {
		left: -100%;
	}

	100% {
		left: 100%;
	}
}

.tech-inventory-card:hover {
	transform: translateY(-20px) scale(1.01);
	border: 2px solid var(--accent);
	box-shadow: 0 5rem 10rem rgba(4, 63, 123, 0.15);
	background: rgba(255, 255, 255, 0.95);
}

.card-year {
	font-family: var(--font-Paperlogy);
	font-size: 5.4rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	display: block;
	margin-bottom: 4.5rem;
	position: relative;
	z-index: 5;
	letter-spacing: -0.04em;
}

.card-year::after {
	content: attr(data-year);
	position: absolute;
	top: -1rem;
	right: -1rem;
	font-size: 11rem;
	color: var(--brand-color-main);
	opacity: 0.04;
	z-index: -1;
	line-height: 1;
}

.tech-detail-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(226, 234, 245, 0.5);
	padding-top: 4.5rem;
	position: relative;
	z-index: 5;
	width: 100%;
}

.tech-detail-list li {
	position: relative;
	padding-left: 3.6rem;
	font-size: 2rem;
	color: var(--text-main);
	font-weight: var(--font-md);
	line-height: 1.6;
	margin-bottom: 2.4rem;
	word-break: keep-all;
	transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.tech-detail-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.6rem;
	width: 1.4rem;
	height: 2px;
	background: var(--accent);
	opacity: 0.4;
	transition: 0.4s;
}

.tech-inventory-card:hover .tech-detail-list li {
	color: var(--brand-color-main);
	transform: translateX(5px);
}

.tech-inventory-card:hover .tech-detail-list li::before {
	width: 2.4rem;
	background: var(--brand-color-main);
	opacity: 1;
	transform: translateX(-5px);
}

.tech-inventory-card:hover .tech-detail-list li {
	color: var(--brand-color-main);
}

.tech-inventory-card:hover .tech-detail-list li::before {
	width: 2.2rem;
	background: var(--brand-color-main);
	opacity: 1;
	transform: translateX(-5px);
}

.tech-detail-list li:last-child {
	margin-bottom: 0;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.tech-heritage-grid {
		grid-template-columns: 1fr;
		gap: 5rem;
	}

	.tech-detail-list li {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 2rem;
	}

	.tech-detail-list li::before {
		top: 1.4rem;
	}
}

@media screen and (max-width: 768px) {
	.tech-heritage-grid {
		margin-top: 3rem;
	}

	.tech-inventory-card {
		padding: 6rem 3rem;
	}

	.card-year {
		font-size: 3.4rem;
	}

	.tech-detail-list li {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.tech-detail-list li::before {
		top: 1.2rem;
	}
}

/* ==================================================
	ESG경영 - 환경경영
================================================== */
/* 로드맵 섹션 */
.roadmap-container {
	margin-top: 6rem;
}

.roadmap-header {
	margin-bottom: 3rem;
}

.roadmap-header h3 {
	font-size: 4.5rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	letter-spacing: -0.04em;
	line-height: 1.2;
	margin: 0;
}

.roadmap-header h3 span {
	color: var(--envcolor);
	position: relative;
}

.roadmap-header h3 span::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0.8rem;
	width: 100%;
	height: 1.5rem;
	background: rgba(0, 168, 132, 0.1);
	z-index: -1;
}

.roadmap-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	position: relative;
}

.roadmap-card {
	background: var(--color-white);
	border: 1px solid #e2ede9;
	border-radius: 4rem;
	padding: 7rem 5rem;
	position: relative;
	transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.02);
}

.roadmap-card:hover {
	transform: translateY(-15px);
	border-color: var(--envcolor);
	box-shadow: 0 4rem 8rem rgba(0, 168, 132, 0.1);
}

.roadmap-year {
	font-family: var(--font-Paperlogy);
	font-size: 5rem;
	font-weight: var(--font-eb);
	color: var(--envcolor);
	line-height: 1;
	margin-bottom: 3rem;
	display: block;
	opacity: 0.8;
}

.roadmap-step {
	font-size: 2.2rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 2.5rem;
	display: block;
}

.roadmap-list {
	list-style: none;
	padding: 0;
}

.roadmap-list li {
	font-size: 1.7rem;
	color: var(--text-muted);
	padding: 1rem 0;
	border-bottom: 1px solid #e2ede9;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.roadmap-list li::before {
	content: '→';
	color: var(--envcolor);
	font-weight: var(--font-eb);
}

.roadmap-list li:last-child {
	border-bottom: none;
}

/* 환경 방침 및 품질 경영 */
.policy-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
	position: relative;
	margin-top: 8rem;
}

.policy-card {
	background: var(--color-white);
	border: 1px solid #e2ede9;
	border-radius: 4rem;
	padding: 7rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.policy-card h4 {
	font-size: 3rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 3rem;
	letter-spacing: -0.04em;
}

.policy-card h4 span {
	color: var(--envcolor);
}

.policy-card p {
	font-size: 1.85rem;
	color: var(--text-muted);
	line-height: 1.7;
	word-break: keep-all;
}

.policy-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-top: 4rem;
}

.policy-item-mini {
	background: #f1f8f6;
	padding: 2.5rem;
	border-radius: 2rem;
}

.policy-item-mini b {
	font-size: 1.8rem;
	color: var(--envcolor);
	display: block;
	margin-bottom: 1rem;
}

.policy-item-mini span {
	font-size: 1.6rem;
	color: var(--text-muted);
	line-height: 1.4;
	display: block;
}

/* 시스템 섹션 (인증) */
.system-section {
	margin-top: 6rem;
}

.iso-box {
	background: var(--brand-color-main);
	border-radius: 4px;
	padding: 8rem;
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6rem;
	position: relative;
	overflow: hidden;
}

.iso-box::before {
	content: 'CERTIFIED_MANAGEMENT';
	font-family: var(--font-Paperlogy);
	font-size: 10rem;
	font-weight: var(--font-eb);
	color: var(--color-white);
	opacity: 0.03;
	position: absolute;
	top: 50%;
	left: -2rem;
	transform: translateY(-50%);
	white-space: nowrap;
	pointer-events: none;
}

.iso-text {
	flex: 1.2;
	position: relative;
	z-index: 2;
}

.iso-text h4 {
	font-size: 3.8rem;
	font-weight: var(--font-eb);
	color: var(--color-white);
	margin-bottom: 2rem;
	letter-spacing: -0.03em;
}

.iso-text p {
	font-size: 1.9rem;
	opacity: 0.8;
	font-weight: var(--font-rg);
	line-height: 1.7;
	word-break: keep-all;
}

.iso-badges {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: relative;
	z-index: 2;
}

.iso-badge {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 2rem 3rem;
	border-radius: 2px;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	transition: 0.4s;
}

.iso-badge:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--envcolor);
}

.iso-badge {
	display: flex;
	align-items: baseline;
	gap: 1.5rem;
}

.badge-code {
	font-family: var(--font-Paperlogy);
	font-size: 2.2rem;
	font-weight: var(--font-eb);
	color: var(--envcolor);
	white-space: nowrap;
}

.badge-name {
	font-size: 1.7rem;
	font-weight: var(--font-sb);
	color: var(--color-white);
	opacity: 0.95;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.roadmap-header h3 {
		font-size: 3.9rem;
	}

	.roadmap-card {
		padding: 6rem 4rem;
	}

	.roadmap-year {
		font-size: 4.2rem;
		margin-bottom: 2.5rem;
	}

	.roadmap-step {
		font-size: 2rem;
		margin-bottom: 2.2rem;
	}

	.roadmap-list li {
		padding: 0.9rem 0;
	}

	.iso-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 4rem;
		padding: 6rem 4rem;
	}

	.iso-box::before {
		font-size: 8.5rem;
		left: -1.5rem;
	}

	.iso-badges {
		width: 100%;
	}

	.policy-card {
		padding: 6rem 4rem;
	}

	.policy-card h4 {
		font-size: 2.6rem;
	}
}

@media screen and (max-width: 768px) {
	.roadmap-header h3 {
		font-size: 3.2rem;
	}

	.roadmap-grid {
		grid-template-columns: 1fr;
	}

	#content.con_bg-env .roadmap-grid {
		gap: 24px;
	}

	.roadmap-container {
		margin-top: 3rem;
	}

	.roadmap-card {
		padding: 5rem 3rem;
		border-radius: 3rem;
	}

	#content.con_bg-env .roadmap-card:hover {
		transform: none;
		border-color: #e2ede9;
		box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.02);
	}

	.roadmap-year {
		font-size: 3.6rem;
		margin-bottom: 2rem;
	}

	.roadmap-step {
		margin-bottom: 1.8rem;
	}

	.roadmap-list li {
		padding: 0.85rem 0;
	}

	#content.con_bg-env .roadmap-list li {
		gap: 0.85rem;
	}

	.policy-grid {
		grid-template-columns: 1fr;
		margin-top: 5rem;
	}

	#content.con_bg-env .policy-grid {
		gap: 2.6rem;
	}

	.policy-card {
		padding: 5rem 3rem;
	}

	.policy-card h4 {
		font-size: 2.4rem;
		margin-bottom: 2.4rem;
	}

	.policy-card p {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.policy-items {
		margin-top: 3rem;
		gap: 1.6rem;
	}

	.policy-item-mini {
		padding: 2.1rem;
		border-radius: 1.6rem;
	}

	.policy-item-mini b {
		margin-bottom: 0.8rem;
	}

	.iso-text h4 {
		font-size: 2.8rem;
	}

	.iso-box {
		padding: 4.5rem 3rem;
		gap: 3rem;
	}

	.iso-text p {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.iso-badge {
		font-size: 1.6rem;
		padding: 1.8rem 2rem;
	}
}

@media screen and (max-width: 480px) {
	.roadmap-header h3 {
		font-size: 2.3rem;
	}

	.roadmap-header h3 span::after {
		bottom: 0.6rem;
		height: 1.2rem;
	}

	.roadmap-card {
		padding: 4rem 2.4rem;
		border-radius: 2.6rem;
	}

	#content.con_bg-env .roadmap-grid {
		gap: 20px;
	}

	.roadmap-year {
		font-size: 3.2rem;
		margin-bottom: 1.6rem;
	}

	.roadmap-step {
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
	}

	.roadmap-list li {
		font-size: 1.5rem;
		padding: 0.75rem 0;
	}

	#content.con_bg-env .roadmap-list li {
		gap: 0.75rem;
	}

	#content.con_bg-env .policy-grid {
		gap: 2.4rem;
	}

	.policy-card {
		padding: 4rem 2.4rem;
	}

	.policy-card h4 {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}

	.policy-card p {
		font-size: 1.5rem;
	}

	.policy-items {
		grid-template-columns: 1fr;
		margin-top: 2.4rem;
		gap: 1.4rem;
	}

	.policy-item-mini {
		padding: 1.8rem;
		border-radius: 1.4rem;
	}

	.policy-item-mini b {
		font-size: 1.5rem;
	}

	.policy-item-mini span {
		font-size: 1.5rem;
	}

	.system-section {
		margin-top: 4rem;
	}

	.iso-box {
		padding: 3.5rem 2.2rem;
		gap: 2.4rem;
	}

	.iso-box::before {
		font-size: 6.2rem;
		left: -1.2rem;
	}

	.iso-text h4 {
		font-size: 2rem;
		margin-bottom: 1.2rem;
	}

	.iso-text p {
		font-size: 1.5rem;
	}

	.iso-badges {
		gap: 1.1rem;
	}

	.iso-badge {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.4rem;
		padding: 1.3rem 1.6rem;
	}

	.badge-code {
		font-size: 1.8rem;
		white-space: normal;
	}

	.badge-name {
		font-size: 1.5rem;
	}
}

/* ==================================================
	ESG경영 - 사회적책임경영
================================================== */
/* 안전 실천 원칙 */
.safety-rules-container {
	margin-top: 5rem;
}

.rules-title {
	font-size: 3.2rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 4rem;
	border-left: 6px solid var(--cscolor);
	padding-left: 2rem;
}

.rules-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.5rem;
}

.rule-box {
	background: var(--color-white);
	border: 1px solid #e2ebf5;
	border-radius: 2.5rem;
	padding: 3rem 2rem;
	text-align: center;
	transition: 0.4s;
}

.rule-box:hover {
	border-color: var(--cscolor);
	transform: scale(1.05);
}

.rule-box i {
	font-size: 3.5rem;
	color: var(--cscolor);
	margin-bottom: 1.5rem;
	display: block;
}

.rule-box span {
	font-size: 1.7rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	word-break: keep-all;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 768px) {
	.safety-rules-container .rule-box:hover {
		transform: none;
	}
}

@media screen and (max-width: 480px) {
	.safety-rules-container {
		margin-top: 4rem;
	}

	.safety-rules-container .rules-grid {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.safety-rules-container .rule-box {
		padding: 2.4rem 1.6rem;
		border-radius: 2.2rem;
	}

	.safety-rules-container .rule-box:hover {
		transform: none;
	}

	.safety-rules-container .rule-box i {
		font-size: 3.2rem;
		margin-bottom: 1.2rem;
	}

	.safety-rules-container .rule-box span {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1200px) {
	.rules-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.rules-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ==================================================
	ESG경영 - 지배구조
================================================== */
/* 윤리 핵심 가치 */
.ethics-value-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
	margin-top: 6rem;
}

.value-card {
	background: var(--color-white);
	border: 1px solid var(--border-soft);
	border-radius: 4rem;
	padding: 6rem 4.5rem;
	transition: 0.5s;
	text-align: center;
}

.value-card:hover {
	transform: translateY(-15px);
	border-color: var(--govcolor);
	box-shadow: 0 4rem 8rem rgba(30, 58, 138, 0.05);
}

.value-icon {
	font-size: 4.5rem;
	color: var(--govcolor);
	margin-bottom: 30px;
	display: block;
}

.value-card h4 {
	font-size: 2.8rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 2rem;
}

.value-card p {
	font-size: 1.7rem;
	color: var(--text-muted);
	line-height: 1.7;
	font-weight: var(--font-rg);
	word-break: keep-all;
}

/* Fair Trade & Compliance */
.fairtrade-layout {
	margin-top: 8rem;
}

.cp-main-box {
	background: #f1f5f9;
	border: 1px solid var(--border-soft);
	border-radius: 5rem;
	padding: 8rem;
	color: var(--text-main);
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 8rem;
	align-items: center;
}

.cp-title h3 {
	font-size: 4rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	margin-bottom: 2.5rem;
}

.cp-title p {
	font-size: 1.8rem;
	color: var(--text-muted);
	line-height: 1.7;
	font-weight: var(--font-rg);
}

.principles-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.princ-mini-card {
	background: var(--color-white);
	border: 1px solid var(--border-soft);
	border-radius: 2.5rem;
	padding: 3.5rem;
	transition: 0.4s;
}

.princ-mini-card:hover {
	background: var(--color-white);
	border-color: var(--brand-color-main);
	box-shadow: 0 2rem 4rem rgba(4, 63, 125, 0.05);
}

.princ-mini-card h5 {
	font-size: 2rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 1.5rem;
}

.princ-mini-card p {
	font-size: 1.5rem;
	color: var(--text-muted);
	line-height: 1.6;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.ethics-value-grid {
		grid-template-columns: 1fr;
	}

	.cp-main-box {
		grid-template-columns: 1fr;
		padding: 6rem 4rem;
		text-align: center;
		gap: 4rem;
	}

	.principles-mini-grid {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}
}

@media screen and (max-width: 768px) {

	/* 윤리 핵심 가치 */
	.ethics-value-grid {
		margin-top: 3rem;
	}

	/* 터치 환경에서 hover 튐 완화 */
	.value-card:hover {
		transform: none;
		border-color: var(--border-soft);
		box-shadow: none;
	}

	.princ-mini-card:hover {
		box-shadow: none;
	}

	/* 윤리 핵심 가치 */
	.value-card {
		padding: 5rem 2.8rem;
		border-radius: 3.5rem;
	}

	.value-icon {
		font-size: 4rem;
	}

	.value-card h4 {
		font-size: 2.3rem;
		margin-bottom: 1.6rem;
	}

	.value-card p {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	/* Fair Trade & Compliance */
	.fairtrade-layout {
		margin-top: 6rem;
	}

	.cp-main-box {
		padding: 5rem 3rem;
		gap: 3rem;
	}

	.cp-title h3 {
		font-size: 3.2rem;
		margin-bottom: 1.8rem;
	}

	.cp-title p {
		font-size: 1.6rem;
		line-height: 1.65;
	}

	.principles-mini-grid {
		gap: 1.4rem;
	}

	.princ-mini-card {
		padding: 3rem 2.4rem;
		border-radius: 2.2rem;
	}

	.princ-mini-card h5 {
		font-size: 1.8rem;
		margin-bottom: 1.2rem;
	}

	.princ-mini-card p {
		font-size: 1.35rem;
		line-height: 1.55;
	}
}

@media screen and (max-width: 480px) {

	/* 윤리 핵심 가치 */
	.value-card {
		padding: 3.8rem 2rem;
		border-radius: 3rem;
	}

	.value-icon {
		font-size: 3.3rem;
		margin-bottom: 20px;
	}

	.value-card h4 {
		font-size: 2rem;
		margin-bottom: 1.2rem;
	}

	.value-card p {
		font-size: 1.3rem;
	}

	.cp-main-box {
		padding: 4.2rem 2.2rem;
	}

	.cp-title h3 {
		font-size: 2.6rem;
	}

	.cp-title p {
		font-size: 1.4rem;
	}

	.princ-mini-card {
		padding: 2.6rem 2.2rem;
		border-radius: 2rem;
	}

	.princ-mini-card h5 {
		font-size: 1.55rem;
	}

	.princ-mini-card p {
		font-size: 1.25rem;
	}
}

/* ==================================================
	인재채용 - 인재상
================================================== */
.talent-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
	margin-top: 6rem;
}

.talent-card {
	background: var(--color-white);
	border: 1px solid var(--border-soft);
	padding: 9rem 7rem;
	border-radius: 2rem;
	transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
		box-shadow 0.45s cubic-bezier(0.19, 1, 0.22, 1),
		border-color 0.35s ease;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3rem 6rem rgba(4, 63, 123, 0.03);
	display: flex;
	flex-direction: column;
	/* [수정-20260401] reveal-up transform 충돌 방지: 기존값 transform: translateZ(0); 삭제 */
	will-change: transform;
}

/* [수정-20260401] talent-card 전용 진입 애니메이션: 공통 .is-revealed(all transition) 부작용 분리 */
.talent-card.reveal-up {
	transform: translate3d(0, 60px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* [수정-20260401] talent-card 진입 완료 상태 */
.talent-card.reveal-up.is-revealed {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

/* 스캔 빔 애니메이션 */
.talent-card:after {
	content: '';
	position: absolute;
	top: -100%;
	left: -100%;
	width: 300%;
	height: 300%;
	background: linear-gradient(135deg, transparent, rgba(0, 168, 204, 0.05), transparent);
	transform: rotate(25deg);
	transition: top 0.8s cubic-bezier(0.19, 1, 0.22, 1),
		left 0.8s cubic-bezier(0.19, 1, 0.22, 1),
		opacity 0.35s ease;
	pointer-events: none;
	opacity: 0;
	will-change: top, left, opacity;
}

.talent-card:hover:after {
	top: -50%;
	left: -50%;
	opacity: 1;
}

.talent-card:hover {
	/* [수정-20260401] 진입 애니메이션과 좌표계 통일 */
	transform: translate3d(0, -5px, 0);
	border-color: var(--brand-color-bright);
	box-shadow: 0 6rem 14rem rgba(4, 63, 123, 0.12);
}

.talent-num-unit {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	margin-bottom: 5rem;
	position: relative;
	z-index: 15;
}

.talent-num-badge {
	background: var(--brand-color-main);
	color: var(--color-white);
	font-family: var(--font-Paperlogy);
	font-size: 1.4rem;
	font-weight: var(--font-eb);
	padding: 0.6rem 1.6rem;
	border-radius: 2px;
	letter-spacing: 0.1rem;
	line-height: 1;
}

.talent-num-text {
	font-family: var(--font-Paperlogy);
	font-size: 1.6rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	opacity: 0.75;
}

/* 고스트 넘버 배경 효과 */
.talent-bg-num {
	position: absolute;
	top: -2rem;
	right: -1rem;
	font-family: var(--font-Paperlogy);
	font-size: 16rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	opacity: 0.03;
	line-height: 1;
	pointer-events: none;
	transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
}

.talent-card:hover .talent-bg-num {
	opacity: 0.07;
	transform: scale(1.1) translateX(-30px);
}

.talent-card h4 {
	font-size: 4.2rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 3.5rem;
	line-height: 1.3;
	position: relative;
	z-index: 15;
}

.talent-card p {
	font-size: 2rem;
	color: var(--text-muted);
	line-height: 1.85;
	word-break: keep-all;
	position: relative;
	z-index: 15;
	margin-bottom: 5rem;
}

/* 아이콘 레티클: 위치는 기존(우하단 고정), 점선·회전·호버는 welfare.html 과 동일 */
.talent-card .icon-reticle-wrap {
	position: absolute;
	bottom: 4.5rem;
	right: 4.5rem;
	width: 12rem;
	height: 12rem;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.talent-card .icon-reticle-wrap .reticle-circle {
	position: absolute;
	inset: 0;
	border: 1px dashed var(--accent);
	border-radius: 50%;
	opacity: 0.2;
	animation: rotateReticle 20s linear infinite;
	will-change: transform;
}

@keyframes rotateReticle {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* 아이콘은 원 안에만 보이도록 내부 클립 영역 */
.talent-card .icon-reticle-inner {
	position: absolute;
	inset: 6px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 11;
	pointer-events: none;
}

/* SVG는 img가 아닌 mask+background 로 welfare 와 동일하게 색상 전환 */
.talent-card .talent-icon-mask {
	display: block;
	flex-shrink: 0;
	width: 58px;
	height: 58px;
	background-color: var(--brand-color-main);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	transition: background-color 0.4s, transform 0.4s;
	transform: none;
}

.talent-card:hover .talent-icon-mask {
	background-color: var(--brand-color-bright);
	transform: scale(1.08);
}

.talent-icon-mask--01 {
	-webkit-mask-image: url("../../lib/images/recruit/talent_ic01.svg");
	mask-image: url("../../lib/images/recruit/talent_ic01.svg");
}

.talent-icon-mask--02 {
	-webkit-mask-image: url("../../lib/images/recruit/talent_ic02.svg");
	mask-image: url("../../lib/images/recruit/talent_ic02.svg");
}

.talent-icon-mask--03 {
	-webkit-mask-image: url("../../lib/images/recruit/talent_ic03.svg");
	mask-image: url("../../lib/images/recruit/talent_ic03.svg");
}

.talent-icon-mask--04 {
	-webkit-mask-image: url("../../lib/images/recruit/talent_ic04.svg");
	mask-image: url("../../lib/images/recruit/talent_ic04.svg");
}

/* 하단 텍티컬 상태바 */
.card-status-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #f4f7fc;
	z-index: 20;
}

.status-fill {
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, var(--brand-color-main), var(--brand-color-bright));
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.5s ease-out, opacity 0.25s ease-out;
	transition-delay: 0s !important;
	opacity: 0;
	will-change: transform;
}

.talent-card:hover .status-fill {
	transform: scaleX(1);
	opacity: 1;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.talent-grid {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	.talent-card {
		padding: 8rem 6rem;
	}

	.talent-card p {
		font-size: 1.9rem;
	}
}

@media screen and (max-width: 768px) {
	.talent-grid {
		margin-top: 3rem;
	}

	.talent-card {
		padding: 7rem 5rem;
	}

	.talent-card h4 {
		font-size: 3.4rem;
	}

	.talent-card .icon-reticle-wrap {
		display: none;
	}

	.talent-card p {
		margin-bottom: 0;
	}

	/* 터치 환경에서 hover 이질감 완화 */
	.talent-card:hover {
		transform: translateY(-8px);
		box-shadow: 0 3.5rem 8rem rgba(4, 63, 123, 0.1);
	}

	.talent-card:hover:after {
		transform: translate3d(-40%, -40%, 0) rotate(25deg);
	}
}

@media screen and (max-width: 480px) {
	.talent-grid {
		gap: 2.4rem;
	}

	.talent-card {
		padding: 5rem 3.2rem;
		border-radius: 1.6rem;
	}

	.talent-num-unit {
		margin-bottom: 3rem;
	}

	.talent-num-badge {
		font-size: 1.2rem;
		padding: 0.5rem 1.2rem;
	}

	.talent-num-text {
		font-size: 1.3rem;
		letter-spacing: 0.15rem;
	}

	.talent-card h4 {
		font-size: 2.5rem;
		margin-bottom: 2.2rem;
	}

	.talent-card p {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	.talent-card:hover {
		transform: translateY(-5px);
	}
}

/* ==================================================
	인재채용 - 복리후생
================================================== */
.welfare-matrix {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	margin-top: 6rem;
}

.prism-welfare-card {
	background: var(--color-white);
	border: 1px solid var(--border-soft);
	padding: 9rem 4.5rem;
	border-radius: 2rem;
	position: relative;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	overflow: hidden;
	cursor: default;
}

.welfare-bg-num {
	position: absolute;
	top: 4rem;
	right: -2rem;
	font-family: var(--font-Paperlogy);
	font-size: 16rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	opacity: 0.03;
	line-height: 1;
	transition: 0.8s transform;
	pointer-events: none;
}

.prism-welfare-card:hover .welfare-bg-num {
	opacity: 0.08;
	transform: translateX(-20px) scale(1.1);
}

/* 스캔 빔 애니메이션 */
.prism-welfare-card::after {
	content: '';
	position: absolute;
	top: -100%;
	left: -100%;
	width: 300%;
	height: 300%;
	background: linear-gradient(135deg, transparent, rgba(0, 168, 204, 0.05), transparent);
	transform: rotate(25deg);
	transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: none;
	opacity: 0;
}

.prism-welfare-card:hover::after {
	top: -50%;
	left: -50%;
	opacity: 1;
}

/* 아이콘 레티클(Reticle) 유닛 */
.icon-reticle-wrap {
	position: relative;
	width: 10rem;
	height: 10rem;
	margin-bottom: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reticle-circle {
	position: absolute;
	inset: 0;
	border: 1px dashed var(--accent);
	border-radius: 50%;
	opacity: 0.2;
	animation: rotateReticle 20s linear infinite;
}

@keyframes rotateReticle {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.prism-welfare-card i {
	font-size: 4.8rem;
	color: var(--brand-color-main);
	position: relative;
	z-index: 5;
	transition: 0.4s;
}

.prism-welfare-card:hover i {
	transform: scale(1.2);
	color: var(--brand-color-bright);
}

.welfare-cat-key {
	font-family: var(--font-Paperlogy);
	font-size: 1.3rem;
	font-weight: var(--font-eb);
	color: var(--accent);
	margin-bottom: 2.5rem;
	display: block;
	letter-spacing: 0.3rem;
	opacity: 0.7;
}

.prism-welfare-card h5 {
	font-size: 2.8rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 3rem;
	letter-spacing: -0.02em;
}

.welfare-detail-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 5;
}

.welfare-detail-list li {
	font-size: 1.8rem;
	color: var(--text-muted);
	line-height: 1.7;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1.2rem;
	font-weight: var(--font-rg);
	word-break: keep-all;
}

.welfare-detail-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.2rem;
	width: 6px;
	height: 1px;
	background: var(--accent);
	opacity: 0.6;
}

.prism-welfare-card:hover {
	transform: translateY(-15px);
	border-color: var(--brand-color-bright);
	box-shadow: 0 4rem 8rem rgba(4, 63, 123, 0.1);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1400px) {
	.welfare-matrix {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}

	.prism-welfare-card {
		padding: 7.5rem 4rem;
	}

	.prism-welfare-card h5 {
		font-size: 2.4rem;
	}

	.welfare-detail-list li {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 768px) {
	.welfare-matrix {
		grid-template-columns: 1fr;
		gap: 2.4rem;
		margin-top: 3rem;
	}

	.prism-welfare-card {
		padding: 6rem 3.6rem;
		border-radius: 1.6rem;
	}

	.welfare-bg-num {
		font-size: 12rem;
		top: 2rem;
		right: -1.2rem;
	}

	.icon-reticle-wrap {
		width: 8.8rem;
		height: 8.8rem;
		margin-bottom: 3.2rem;
	}

	.prism-welfare-card i {
		font-size: 4rem;
	}

	.welfare-cat-key {
		font-size: 1.1rem;
		margin-bottom: 1.8rem;
		letter-spacing: 0.18rem;
	}

	.prism-welfare-card h5 {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}

	.welfare-detail-list li {
		font-size: 1.6rem;
		line-height: 1.65;
		margin-bottom: 0.9rem;
		padding-left: 1.6rem;
	}

	.welfare-detail-list li:before {
		top: 1.1rem;
	}

	/* 터치 환경에서 hover 과도한 이동 완화 */
	.prism-welfare-card:hover {
		transform: translateY(-8px);
		box-shadow: 0 2.8rem 5.5rem rgba(4, 63, 123, 0.09);
	}
}

@media screen and (max-width: 480px) {
	.welfare-matrix {
		gap: 1.8rem;
	}

	.prism-welfare-card {
		padding: 4.8rem 2.6rem;
	}

	.welfare-bg-num {
		font-size: 9rem;
		top: 1.6rem;
		right: -0.8rem;
	}

	.icon-reticle-wrap {
		width: 7.6rem;
		height: 7.6rem;
		margin-bottom: 2.6rem;
	}

	.prism-welfare-card i {
		font-size: 3.5rem;
	}

	.welfare-cat-key {
		font-size: 1rem;
		margin-bottom: 1.4rem;
		letter-spacing: 0.12rem;
	}

	.prism-welfare-card h5 {
		font-size: 2rem;
		margin-bottom: 1.6rem;
	}

	.welfare-detail-list li {
		font-size: 1.5rem;
		line-height: 1.6;
		padding-left: 1.4rem;
	}

	.prism-welfare-card:hover {
		transform: translateY(-5px);
	}
}

/* ==================================================
	고객지원 - 견적문의
================================================== */
.form-prism-container {
	margin-top: 6rem;
}

.form-box-card {
	background: var(--color-white);
	border: 1px solid var(--border-soft);
	border-radius: 5rem;
	padding: 10rem;
	box-shadow: 0 4rem 10rem rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
}

.form-box-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg, var(--brand-color-main), var(--accent));
}

/* 폼 그리드 및 입력 필드 */
.inquiry-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem 6rem;
	margin-bottom: 6rem;
}

.inquiry-grid .full {
	grid-column: span 2;
}

.input-item {
	position: relative;
}

.input-item label {
	font-size: 1.7rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin-bottom: 1.5rem;
	display: block;
	font-family: var(--font-Paperlogy);
	letter-spacing: 0.05em;
}

.input-item label span {
	color: var(--accent);
	margin-left: 5px;
}

.field-unit {
	position: relative;
	display: block;
	width: 100%;
}

.field-unit input[type="text"],
.field-unit input[type="email"],
.field-unit textarea {
	width: 100%;
	padding: 2rem 3rem;
	border: 1.5px solid var(--border-soft);
	border-radius: 1.5rem;
	background: rgba(244, 247, 252, 0.4);
	font-size: 1.8rem;
	color: var(--text-main);
	transition: 0.4s;
	font-family: var(--font-Pretendard);
}

.field-unit textarea {
	height: 28rem;
	resize: none;
	overflow-y: auto;
}

.field-unit input:focus,
.field-unit textarea:focus {
	border-color: var(--brand-color-main);
	background: var(--color-white);
	outline: none;
	box-shadow: 0 1.5rem 3.5rem rgba(4, 63, 123, 0.06);
}

.focus-bar {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: var(--brand-color-bright);
	transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transform: translateX(-50%);
}

.field-unit input:focus~.focus-bar,
.field-unit textarea:focus~.focus-bar {
	width: 100%;
}

/* 체크 박스 및 라디오 */
.option-check-unit {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.5rem 4rem;
	margin-top: 1.5rem;
}

.custom-check {
	display: inline-flex;
	align-items: center;
	gap: 1.2rem;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
}

.custom-check input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.check-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.6rem;
	height: 2.6rem;
	min-width: 2.6rem;
	min-height: 2.6rem;
	border: 2px solid var(--border-soft);
	border-radius: 8px;
	position: relative;
	background: var(--color-white);
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-check input:checked+.check-mark {
	background: var(--accent);
	border-color: var(--accent);
	box-shadow: 0 5px 15px rgba(0, 168, 204, 0.25);
}

.check-mark::after {
	content: '\e929';
	font-family: 'xeicon';
	font-size: 16px;
	color: var(--color-white);
	transform: scale(0);
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	line-height: 1;
	margin-top: -1px;
}

.custom-check input:checked+.check-mark::after {
	transform: scale(1);
}

.check-text {
	font-size: 1.7rem;
	color: var(--text-main);
	font-weight: var(--font-md);
	letter-spacing: -0.02em;
	line-height: 1;
}

.custom-check:hover .check-mark {
	border-color: var(--accent);
	background: #f4f7fc;
	text-shadow: none;
}

/* 약관 동의 영역 전용 스타일 보강 */
.privacy-text .check-mark {
	border-color: #cbd5e1;
}

.privacy-text .check-text {
	font-weight: var(--font-sb);
	color: var(--text-main);
}

/* 포커스 상태 표시 (접근성) */
.custom-check input:focus-visible+.check-mark {
	outline: 2px solid var(--brand-color-main);
	outline-offset: 3px;
}

/* 약관 동의 영역 */
.privacy-agreement {
	margin-top: 8rem;
	padding: 4rem;
	background: #f4f7fc;
	border-radius: 2.5rem;
	border: 1px dashed var(--border-soft);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.privacy-text {
	font-size: 1.7rem;
	font-weight: var(--font-sb);
	color: var(--text-main);
}

.privacy-btn {
	font-size: 1.5rem;
	color: var(--accent);
	border-bottom: 1px solid var(--accent);
	cursor: pointer;
	margin-left: 2rem;
	font-weight: var(--font-bd);
}

/* 하단 제출 버튼: 정밀 스캐닝 이펙트 */
.form-submit-unit {
	margin-top: 9rem;
	text-align: center;
}

.btn-inquiry-submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	/* [수정-20260401] 버튼 텍스트 가운데 정렬 */
	justify-content: center;
	gap: 2rem;
	padding: 3rem 12rem;
	background: var(--brand-color-main);
	border-radius: 6rem;
	color: var(--color-white);
	font-size: 2.2rem;
	font-weight: var(--font-eb);
	letter-spacing: 0.1em;
	overflow: hidden;
	cursor: pointer;
	transition: 0.5s;
	border: none;
}

.btn-inquiry-submit::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transform: rotate(25deg);
	transition: 0.8s;
	pointer-events: none;
}

.btn-inquiry-submit:hover {
	background: var(--brand-color-bright);
	transform: translateY(-10px);
	box-shadow: 0 3rem 6rem rgba(0, 112, 224, 0.3);
}

.btn-inquiry-submit:hover::before {
	left: 100%;
}

.btn-inquiry-submit i {
	font-size: 2.4rem;
	transition: 0.3s;
}

.btn-inquiry-submit:hover i {
	transform: translateX(10px);
}

/* 파일 첨부 유닛 커스텀 */
.file-attach-unit {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.file-name {
	flex-grow: 1;
	padding: 2rem 3rem;
	border: 1.5px solid var(--border-soft);
	border-radius: 1.5rem;
	background: rgba(244, 247, 252, 0.4);
	font-size: 1.8rem;
	color: var(--text-main);
	transition: 0.4s;
	font-family: var(--font-Pretendard);
	cursor: default;
}

.file-btn {
	flex-shrink: 0;
	padding: 1.8rem 3rem;
	background: #f1f5f9;
	color: var(--text-main);
	border: 1.5px solid var(--border-soft);
	border-radius: 15px;
	font-size: 1.4rem;
	font-weight: var(--font-bd);
	font-family: var(--font-Paperlogy);
	display: flex;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
	transition: 0.3s;
}

.file-btn:hover {
	border-color: var(--brand-color-main);
	color: var(--color-white);
	background: var(--brand-color-main);
}

.file-btn i {
	color: var(--accent);
}

.file-hidden {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.file-guide {
	font-size: 1.5rem;
	color: var(--text-muted);
	margin-top: 1.5rem;
	display: block;
	opacity: 0.8;
	font-weight: var(--font-rg);
}

/* 모달 시스템 - 라이블리 프리시전 글래스모피즘 */
.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(17, 27, 37, 0.4);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.4s;
}

.modal-overlay.is-active {
	display: flex;
	opacity: 1;
}

.modal-card {
	background: var(--color-white);
	width: 90%;
	max-width: 80rem;
	max-height: 85vh;
	border-radius: 4rem;
	box-shadow: 0 5rem 10rem rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
	transform: translateY(30px) scale(0.95);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-overlay.is-active .modal-card {
	transform: translateY(0) scale(1);
}

.modal-header {
	padding: 4.5rem 5rem 3rem;
	border-bottom: 1px solid var(--border-soft);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-header h4 {
	font-size: 2.8rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	letter-spacing: -0.04em;
}

.modal-close {
	font-size: 3rem;
	color: var(--text-muted);
	cursor: pointer;
	transition: 0.3s;
}

.modal-close:hover {
	color: var(--accent);
	transform: rotate(90deg);
}

.modal-body {
	padding: 4rem 5rem 6rem;
	overflow-y: auto;
	max-height: calc(85vh - 15rem);
}

.modal-content-text {
	font-size: 1.6rem;
	color: var(--text-muted);
	line-height: 1.8;
	font-weight: var(--font-rg);
}

.modal-content-text b {
	color: var(--text-main);
	font-weight: var(--font-bd);
	display: block;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-size: 1.8rem;
}

/* 커스텀 스크롤바 */
.modal-body::-webkit-scrollbar {
	width: 6px;
}

.modal-body::-webkit-scrollbar-track {
	background: #f4f7fc;
}

.modal-body::-webkit-scrollbar-thumb {
	background: var(--border-soft);
	border-radius: 1reml;
}

.modal-body::-webkit-scrollbar-thumb:hover {
	background: var(--accent);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.form-box-card {
		padding: 6rem 4rem;
	}

	.inquiry-grid {
		grid-template-columns: 1fr;
		gap: 2.6rem;
	}

	.inquiry-grid .full {
		grid-column: span 1;
	}

	.input-item label {
		font-size: 1.55rem;
		margin-bottom: 1.3rem;
	}

	.field-unit input[type="text"],
	.field-unit input[type="email"],
	.field-unit textarea {
		padding: 1.8rem 2.4rem;
		font-size: 1.6rem;
	}

	.field-unit textarea {
		height: 24rem;
	}
}

@media screen and (max-width: 768px) {
	.btn-inquiry-submit {
		width: 100%;
		padding: 2.5rem 0;
	}

	.privacy-agreement {
		/* [수정-20260401] 반응형에서 상단 간격 축소 */
		margin-top: 5.5rem;
		flex-direction: column;
		gap: 2rem;
		align-items: flex-start;
	}

	.option-check-unit {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
	}

	.inquiry-grid {
		gap: 2.2rem;
	}

	.input-item label {
		font-size: 1.45rem;
		margin-bottom: 1.2rem;
	}

	.field-unit input[type="text"],
	.field-unit input[type="email"],
	.field-unit textarea {
		padding: 1.6rem 2.2rem;
		font-size: 1.5rem;
	}

	.field-unit textarea {
		height: 22rem;
	}

	.privacy-agreement {
		padding: 3.2rem 2.2rem;
		border-radius: 2rem;
	}

	/* [수정-20260401] 반응형에서 제출 버튼 상단 간격 축소 */
	.form-submit-unit {
		margin-top: 6rem;
	}
}

/* [수정-20260401] inquiry 600px 이하 레이아웃 보정 */
@media screen and (max-width: 600px) {

	/* [수정-20260401] 카드 좌우 여백 압축 */
	.form-box-card {
		padding: 4.8rem 2.6rem;
		border-radius: 3rem;
	}

	/* [수정-20260401] 파일첨부 영역 세로 스택으로 전환 */
	.file-attach-unit {
		flex-direction: column;
		align-items: stretch;
		gap: 1.2rem;
	}

	/* [수정-20260401] 파일명 입력 폭 안정화 */
	.file-name {
		width: 100%;
		padding: 1.4rem 1.8rem;
		font-size: 1.45rem;
	}

	/* [수정-20260401] 첨부 버튼 full width */
	.file-btn {
		width: 100%;
		justify-content: center;
		padding: 1.4rem 1.6rem;
	}

	/* [수정-20260401] 약관 행에서 긴 문장 줄바꿈 안정화 */
	.privacy-agreement {
		/* [수정-20260401] 600px 이하 추가 축소 */
		margin-top: 4.8rem;
		padding: 2.8rem 1.8rem;
	}

	/* [수정-20260401] 체크 텍스트 가독성/줄바꿈 보정 */
	.check-text {
		line-height: 1.4;
	}

	/* [수정-20260401] 우측 버튼 들여쓰기 제거 */
	.privacy-btn {
		margin-left: 0;
	}

	/* [수정-20260401] 600px 이하 제출 버튼 상단 간격 추가 축소 */
	.form-submit-unit {
		margin-top: 5.2rem;
	}
}

@media screen and (max-width: 480px) {
	.form-prism-container {
		margin-top: 4.5rem;
	}

	.form-box-card {
		padding: 4.8rem 2.4rem;
		border-radius: 4rem;
	}

	.inquiry-grid {
		gap: 2rem;
		margin-bottom: 4.6rem;
	}

	.input-item label {
		font-size: 1.35rem;
		margin-bottom: 1.1rem;
	}

	.field-unit input[type="text"],
	.field-unit input[type="email"],
	.field-unit textarea {
		padding: 1.4rem 1.8rem;
		font-size: 1.45rem;
	}

	.field-unit textarea {
		height: 20rem;
	}

	.option-check-unit {
		gap: 1.2rem;
	}

	.custom-check .check-text {
		font-size: 1.55rem;
	}

	.btn-inquiry-submit {
		font-size: 1.7rem;
		padding: 2.2rem 0;
		border-radius: 5.5rem;
	}
}

/* ==================================================
	고객지원 - Contact us
================================================== */
.contact-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 6rem;
}

.contact-prism-card {
	background: var(--color-white);
	border: 1px solid var(--border-soft);
	border-radius: 4rem;
	padding: 10rem 6rem;
	position: relative;
	overflow: hidden;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-prism-card:hover {
	transform: translateY(2rem);
	border-color: var(--brand-color-bright);
	box-shadow: 0 5rem 10rem rgba(4, 63, 123, 0.08);
}

/* 카드 내부 데코 */
.card-bg-num {
	position: absolute;
	top: 40px;
	right: -20px;
	font-family: var(--font-Paperlogy);
	font-size: 16rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	opacity: 0.02;
	line-height: 1;
	pointer-events: none;
}

.contact-prism-card:hover .card-bg-num {
	opacity: 0.06;
	transform: translateX(-15px);
}

.icon-reticle {
	position: relative;
	width: 10rem;
	height: 10rem;
	margin-bottom: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reticle-ring {
	position: absolute;
	inset: 0;
	border: 1px dashed var(--accent);
	border-radius: 50%;
	opacity: 0.15;
	transition: 0.4s;
}

.contact-prism-card:hover .reticle-ring {
	opacity: 0.4;
	animation: spinReticle 15s linear infinite;
}

@keyframes spinReticle {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.contact-prism-card i {
	font-size: 5.4rem;
	color: var(--brand-color-main);
	position: relative;
	z-index: 5;
	transition: 0.4s;
}

.contact-prism-card:hover i {
	color: var(--brand-color-bright);
	transform: scale(1.15);
}

.contact-info-text {
	position: relative;
	z-index: 5;
}

.contact-info-text .cat {
	font-family: var(--font-Paperlogy);
	font-size: 1.4rem;
	font-weight: var(--font-eb);
	color: var(--accent);
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	margin-bottom: 2.5rem;
	display: block;
}

.contact-info-text .val {
	font-size: 3.4rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	display: block;
	word-break: break-all;
}

.contact-info-text .note {
	font-size: 1.7rem;
	color: var(--text-muted);
	margin-top: 1.5rem;
	display: block;
	font-weight: var(--font-rg);
}

/* 스캔 빔 애니메이션 */
.contact-prism-card::after {
	content: '';
	position: absolute;
	top: -100%;
	left: -100%;
	width: 300%;
	height: 300%;
	background: linear-gradient(135deg, transparent, rgba(0, 168, 204, 0.05), transparent);
	transform: rotate(30deg);
	transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: none;
	opacity: 0;
}

.contact-prism-card:hover::after {
	top: -50%;
	left: -50%;
	opacity: 1;
}

/* 하단 오퍼레이션 보드 */
.operation-board {
	margin-top: 10rem;
}

.board-inner {
	background: var(--brand-color-main);
	border-radius: 4rem;
	padding: 8rem 10rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.board-text h3 {
	font-size: 4rem;
	font-weight: var(--font-eb);
	color: var(--color-white);
	margin-bottom: 2rem;
	line-height: 1.3;
}

.board-text p {
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.7);
	font-weight: var(--font-rg);
}

.operation-time {
	text-align: right;
}

.time-item {
	margin-bottom: 0;
}

.time-item span {
	display: block;
	color: #00d2ff;
	font-family: var(--font-Paperlogy);
	font-size: 1.4rem;
	font-weight: var(--font-eb);
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.time-item strong {
	display: block;
	color: var(--color-white);
	font-size: 2.8rem;
	font-weight: var(--font-eb);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1400px) {
	.contact-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.4rem;
	}

	.contact-prism-card {
		padding: 8.5rem 4.8rem;
	}

	.contact-info-text .val {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1200px) {
	.board-inner {
		flex-direction: column;
		text-align: center;
		gap: 6rem;
		padding: 8rem 4rem;
	}

	.operation-time {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-top: 3rem;
	}

	.contact-prism-card {
		padding: 6.5rem 3.2rem;
		border-radius: 2.4rem;
	}

	.card-bg-num {
		font-size: 12rem;
		top: 2.4rem;
		right: -1.2rem;
	}

	.icon-reticle {
		width: 8.6rem;
		height: 8.6rem;
		margin-bottom: 3.2rem;
	}

	.contact-prism-card i {
		font-size: 4.4rem;
	}

	.contact-info-text .cat {
		font-size: 1.2rem;
		margin-bottom: 1.8rem;
		letter-spacing: 0.18rem;
	}

	.contact-info-text .val {
		font-size: 2.8rem;
		line-height: 1.35;
	}

	.contact-info-text .note {
		font-size: 1.5rem;
		margin-top: 1.1rem;
	}

	.board-text h3 {
		font-size: 3rem;
	}

	.board-text p {
		font-size: 1.8rem;
	}

	.time-item strong {
		font-size: 2.4rem;
	}

	/* 모바일 터치 환경에서 과한 hover 이동 완화 */
	.contact-prism-card:hover {
		transform: translateY(0.8rem);
		box-shadow: 0 2.8rem 5.5rem rgba(4, 63, 123, 0.08);
	}
}

@media screen and (max-width: 480px) {
	.contact-grid {
		gap: 1.6rem;
	}

	.contact-prism-card {
		padding: 5.2rem 2.4rem;
		border-radius: 1.8rem;
	}

	.card-bg-num {
		font-size: 9rem;
		top: 1.8rem;
		right: -0.8rem;
	}

	.icon-reticle {
		width: 7.2rem;
		height: 7.2rem;
		margin-bottom: 2.4rem;
	}

	.contact-prism-card i {
		font-size: 3.6rem;
	}

	.contact-info-text .cat {
		font-size: 1rem;
		margin-bottom: 1.2rem;
		letter-spacing: 0.12rem;
	}

	.contact-info-text .val {
		font-size: 2.2rem;
	}

	.operation-board {
		margin-top: 6rem;
	}

	.board-inner {
		padding: 5rem 2.4rem;
		border-radius: 2.2rem;
		gap: 3.2rem;
	}

	.board-text h3 {
		font-size: 2rem;
		letter-spacing: -0.02em;
		margin-bottom: 1.2rem;
	}

	.board-text p {
		font-size: 1.5rem;
	}

	.time-item span {
		font-size: 1.1rem;
		margin-bottom: 0.6rem;
	}

	.time-item strong {
		font-size: 2rem;
	}

	.contact-prism-card:hover {
		transform: translateY(0.5rem);
	}
}

/* ==================================================
	개인정보 처리방침
================================================== */
.sub-hero .util-title {
	margin-bottom: 8rem;
}

.util_box {
	background: var(--color-white);
	padding: 8rem 8rem;
	border: 1px solid #e5eaf2;
	border-radius: 2.5rem;
	overflow: hidden;
	position: relative;
}

.util_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: var(--brand-color-main);
	border-radius: 2.5rem 2.5rem 0 0;
}

.util_box::after {
	content: 'CORPORATE PRIVACY POLICY';
	position: absolute;
	top: 3rem;
	right: 4rem;
	font-size: 1.2rem;
	font-weight: var(--font-bd);
	color: #cbd5e0;
	letter-spacing: 0.15em;
}

/* [개인정보 처리방침] 이메일무단수집거부 페이지 문구 변경 */
.util_box--email::after {
	content: 'EMAIL COLLECTION REJECTION';
}

.privacy_txt {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	color: #444;
	line-height: 1.85;
	word-break: keep-all;
}

.privacy_txt .privacy_sec {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	margin-top: 5rem;
	padding-bottom: 0.25rem;
}

.privacy_txt .privacy_sec:first-of-type {
	margin-top: 2rem;
}

.privacy_txt .privacy_sec h2 {
	font-size: var(--rem-26);
	font-weight: var(--font-bd);
	color: var(--color-black);
	margin: 0 0 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid #f2f4f7;
	position: relative;
}

.privacy_txt .privacy_sec h2::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 6rem;
	height: 2px;
	background: var(--brand-color-main);
}

.privacy_txt p {
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
}

.privacy_txt ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 2rem 0 4rem;
}

.privacy_txt ul:last-child {
	margin-bottom: 0;
}

.privacy_txt ul li {
	position: relative;
	font-size: 1.6rem;
	padding-left: 1rem;
}

.privacy_txt>ul>li>ul {
	margin-top: 1rem;
}

.privacy_txt .dash_list {
	background: #f9fbfd;
	padding: 3rem 4rem;
	border-radius: 8px;
	border: 1px solid #edf2f7;
	margin: 2rem 0;
}

.privacy_txt .dash_list li {
	padding-left: 1.5rem;
	color: #555;
}

.privacy_txt .dash_list li::before {
	content: '·';
	background: none;
	font-weight: var(--font-bd);
	top: -1px;
	font-size: 2rem;
	color: var(--brand-color-main);
	margin-left: -2rem;
	margin-right: 1rem;
}

.privacy_txt strong {
	color: #111;
	font-weight: var(--font-bd);
}

.privacy_txt .privacy_sec:last-of-type>p:last-of-type {
	margin-top: 2.5rem;
	margin-bottom: 0;
	padding-top: 2.5rem;
	border-top: 1px dashed #e2e8f0;
	color: #999;
	font-size: 1.4rem;
	text-align: right;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1024px) {
	.sub-hero .util-title {
		margin-bottom: 6rem;
	}

	.util_box {
		padding: 6rem 4rem;
	}

	.privacy_txt .privacy_sec h2 {
		font-size: 2.2rem;
	}

	.privacy_txt ul {
		margin: 1.5rem 0 2.5rem;
	}

	.privacy_txt>ul>li>ul {
		margin-top: 0.8rem;
	}

	.privacy_txt .dash_list {
		padding: 2.5rem 3rem;
		margin: 1.6rem 0;
		border-radius: 7px;
	}

	.privacy_txt p {
		margin-bottom: 2.2rem;
	}
}

@media screen and (max-width: 768px) {
	.sub-hero .util-title {
		margin-bottom: 4rem;
	}

	.util_box {
		padding: 4rem 2.5rem;
	}

	.util_box::after {
		display: none;
	}

	.privacy_txt .privacy_sec {
		margin-top: 2.25rem;
	}

	.privacy_txt .privacy_sec:first-of-type {
		margin-top: 1.5rem;
	}

	.privacy_txt p {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}

	.privacy_txt ul {
		margin: 1.2rem 0 2.0rem;
	}

	.privacy_txt>ul>li>ul {
		margin-top: 0.7rem;
	}

	.privacy_txt .dash_list {
		padding: 2rem 2.3rem;
		margin: 1.2rem 0;
		border-radius: 6px;
	}

	.privacy_txt .dash_list li::before {
		font-size: 1.8rem;
	}
}