/* ==========================================================================
   K-FIMS Enterprise V10 — 메인 홈페이지
   정부·엔터프라이즈 플랫폼 톤: 절제된 네이비/블루, 넓은 여백, 명확한 위계
   ========================================================================== */

.kfh {
	--kfh-navy: #16295c;
	--kfh-navy-deep: #0e1c40;
	--kfh-blue: #1a6ef2;
	--kfh-blue-dark: #1d4ed8;
	--kfh-red: #e03a2c;
	--kfh-bg: #f3f6fb;
	--kfh-line: #dfe7f3;
	--kfh-line-soft: #e9eff8;
	--kfh-text: #22314e;
	--kfh-muted: #5c6b85;
	--kfh-faint: #8a97b0;
	--kfh-radius: 16px;
	--kfh-shadow: 0 18px 44px -22px rgba(22, 41, 92, .22);
	--kfh-shadow-lg: 0 28px 64px -28px rgba(22, 41, 92, .30);

	color: var(--kfh-text);
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

.kfh *,
.kfh *::before,
.kfh *::after {
	box-sizing: border-box;
}

.kfh h1,
.kfh h2,
.kfh h3,
.kfh p,
.kfh ul,
.kfh ol,
.kfh li {
	margin: 0;
	padding: 0;
}

.kfh ul,
.kfh ol {
	list-style: none;
}

.kfh a {
	text-decoration: none;
}

.kfh-shell {
	width: 100%;
	max-width: 1440px;
	margin-inline: auto;
	padding-inline: 40px;
}

/* --------------------------------------------------------------------------
   공통 부품
   -------------------------------------------------------------------------- */

.kfh-eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--kfh-faint);
}

.kfh-eyebrow > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 20px;
	padding-inline: 6px;
	border-radius: 5px;
	background: #e7eefb;
	color: var(--kfh-blue-dark);
	font-size: 10.5px;
	letter-spacing: .06em;
}

.kfh-eyebrow--light {
	color: #9db4e0;
}

.kfh-eyebrow--light > span {
	background: rgba(255, 255, 255, .12);
	color: #bcd2f7;
}

.kfh-eyebrow--chip {
	display: inline-flex;
	padding: 7px 14px;
	border: 1px solid var(--kfh-line);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 4px 14px -8px rgba(22, 41, 92, .18);
	letter-spacing: .09em;
}

.kfh-eyebrow--chip > span {
	min-width: 0;
	height: auto;
	padding: 1px 7px;
}

.kfh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 52px;
	padding: 0 26px;
	border-radius: 10px;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.kfh-btn svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .18s ease;
}

.kfh-btn:hover svg {
	transform: translateX(3px);
}

.kfh-btn--primary {
	color: #ffffff;
	background: linear-gradient(180deg, #2a7bf5 0%, var(--kfh-blue) 100%);
	box-shadow: 0 12px 26px -12px rgba(26, 110, 242, .65), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.kfh-btn--primary:hover {
	background: linear-gradient(180deg, #2f71e8 0%, var(--kfh-blue-dark) 100%);
	transform: translateY(-1px);
	box-shadow: 0 16px 30px -12px rgba(29, 78, 216, .7), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.kfh-btn--light {
	color: var(--kfh-navy);
	background: #ffffff;
	box-shadow: 0 12px 26px -14px rgba(6, 14, 34, .8);
}

.kfh-btn--light:hover {
	transform: translateY(-1px);
	background: #eef3fb;
}

.kfh-link-more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 14.5px;
	font-weight: 700;
	color: var(--kfh-blue-dark);
}

.kfh-link-more svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .18s ease;
}

.kfh-link-more:hover {
	text-decoration: underline;
}

.kfh-link-more:hover svg {
	transform: translateX(3px);
}

/* 섹션 공통 */
.kfh-section {
	padding-block: clamp(76px, 9vw, 126px);
}

.kfh-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 44px;
	margin-bottom: clamp(38px, 5vw, 58px);
}

.kfh-head__main h2 {
	margin-top: 14px;
	font-size: clamp(24px, 3vw, 35px);
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: -.02em;
	color: var(--kfh-navy);
}

.kfh-head__desc {
	flex: 0 1 400px;
	font-size: 15px;
	line-height: 1.78;
	color: var(--kfh-muted);
	word-break: keep-all;
}

.kfh-head--center {
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.kfh-head--center .kfh-head__desc {
	flex: none;
	max-width: 620px;
}

.kfh-head--center .kfh-eyebrow {
	justify-content: center;
}

/* --------------------------------------------------------------------------
   히어로 — 아시아 5개국 운영망
   -------------------------------------------------------------------------- */

.kfh-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(64px, 8vw, 110px) clamp(68px, 8vw, 116px);
	background: var(--kfh-navy-deep);
}

/* 데스크톱: 화면 높이에 맞춰 콘텐츠 수직 중앙 정렬 */
@media (min-width: 1025px) {
	.kfh-hero {
		display: flex;
		align-items: center;
		min-height: min(92vh, 860px);
	}
}

/* 상단 공공기관 톤 3색 바 */
.kfh-hero::before {
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--kfh-navy) 0%, var(--kfh-navy) 55%, var(--kfh-blue) 55%, var(--kfh-blue) 82%, var(--kfh-red) 82%, var(--kfh-red) 100%);
}

/* --- 히어로 배경 실사진 + 모션 영상 (켄번즈 줌) --- */

.kfh-hero__media,
.kfh-hero__media picture {
	position: absolute;
	inset: 0;
}

.kfh-hero__media img,
.kfh-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: 62% 42%;
	animation: kfh-kenburns 20s ease-in-out infinite alternate;
	will-change: transform;
}

.kfh-hero__video {
	pointer-events: none;
}

@keyframes kfh-kenburns {
	from {
		transform: scale(1.02);
	}
	to {
		transform: scale(1.12) translate(-1.2%, -1%);
	}
}

/* 텍스트 가독성을 위한 네이비 그라디언트 셰이드 */
.kfh-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 17, 40, .34) 0%, rgba(8, 17, 40, .18) 40%, rgba(8, 17, 40, .55) 100%),
		linear-gradient(100deg, rgba(8, 17, 40, .92) 8%, rgba(8, 17, 40, .66) 46%, rgba(8, 17, 40, .3) 78%, rgba(8, 17, 40, .22) 100%);
}

/* --- 오버레이 효과: 도트 그리드 + 플로팅 라이트 오브 --- */

.kfh-hero__fx {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.kfh-hero__grid {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(255, 255, 255, .16) 1px, transparent 1px);
	background-size: 26px 26px;
	opacity: .35;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .25) 60%, transparent);
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .25) 60%, transparent);
}

.kfh-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: .55;
	animation: kfh-orb-float 12s ease-in-out infinite alternate;
	will-change: transform;
}

.kfh-hero__orb--1 {
	top: -140px;
	right: -100px;
	width: 480px;
	height: 480px;
	background: radial-gradient(circle, rgba(26, 110, 242, .55) 0%, rgba(26, 110, 242, .12) 55%, transparent 72%);
}

.kfh-hero__orb--2 {
	bottom: -180px;
	left: -120px;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(86, 156, 255, .38) 0%, rgba(86, 156, 255, .1) 55%, transparent 72%);
	animation-delay: -6s;
}

@keyframes kfh-orb-float {
	from {
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		transform: translate3d(-36px, 26px, 0) scale(1.08);
	}
}

.kfh-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.04fr .96fr;
	align-items: center;
	gap: clamp(40px, 5.5vw, 76px);
}

/* --- 히어로 카피 (스태거드 페이드업 인트로) --- */

.kfh-hero__copy > * {
	opacity: 0;
	animation: kfh-hero-rise .85s cubic-bezier(.22, .61, .36, 1) forwards;
}

.kfh-hero__copy > *:nth-child(1) {
	animation-delay: .05s;
}

.kfh-hero__copy > *:nth-child(2) {
	animation-delay: .18s;
}

.kfh-hero__copy > *:nth-child(3) {
	animation-delay: .3s;
}

.kfh-hero__copy > *:nth-child(4) {
	animation-delay: .44s;
}

.kfh-hero__copy > *:nth-child(5) {
	animation-delay: .58s;
}

@keyframes kfh-hero-rise {
	from {
		opacity: 0;
		transform: translateY(22px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.kfh-hero .kfh-eyebrow--chip {
	border-color: rgba(255, 255, 255, .24);
	background: rgba(255, 255, 255, .1);
	box-shadow: none;
	color: #cfe0fb;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.kfh-hero .kfh-eyebrow--chip > span {
	background: rgba(26, 110, 242, .85);
	color: #ffffff;
}

.kfh-hero__title {
	margin-top: 22px;
	font-size: clamp(30px, 4.4vw, 50px);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -.025em;
	color: #ffffff;
	word-break: keep-all;
	text-shadow: 0 2px 22px rgba(4, 10, 26, .5);
}

.kfh-hero__title em {
	font-style: normal;
	color: #8fb8ff;
}

.kfh-hero__lead {
	margin-top: 20px;
	font-size: clamp(15px, 1.35vw, 17px);
	line-height: 1.8;
	color: #d3def0;
	word-break: keep-all;
	text-shadow: 0 1px 14px rgba(4, 10, 26, .45);
}

.kfh-hero__actions {
	margin-top: 32px;
}

.kfh-hero__facts {
	display: flex;
	margin-top: 44px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, .22);
}

.kfh-hero__facts li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-right: clamp(20px, 3vw, 40px);
}

.kfh-hero__facts li + li {
	padding-left: clamp(20px, 3vw, 40px);
	border-left: 1px solid rgba(255, 255, 255, .22);
}

.kfh-hero__facts strong {
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 800;
	letter-spacing: -.01em;
	color: #ffffff;
}

.kfh-hero__facts span {
	font-size: 12.5px;
	font-weight: 600;
	color: #a9bcd9;
}

/* --- 히어로 네트워크 패널 (MOU 실데이터) --- */

.kfh-hero__net {
	position: relative;
	padding: 24px 26px 18px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 18px;
	background: rgba(11, 23, 50, .58);
	box-shadow: 0 30px 70px -30px rgba(3, 9, 24, .8);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	animation: kfh-hero-rise .85s cubic-bezier(.22, .61, .36, 1) .35s both, kfh-net-float 7s ease-in-out 1.4s infinite alternate;
}

@keyframes kfh-net-float {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-8px);
	}
}

.kfh-hero__net-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.kfh-hero__net-title small {
	display: block;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .14em;
	color: #8ea6cf;
}

.kfh-hero__net-title strong {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
	font-size: 16.5px;
	font-weight: 800;
	letter-spacing: -.01em;
	color: #ffffff;
}

.kfh-hero__net-title strong span {
	padding: 3px 8px;
	border-radius: 5px;
	background: rgba(34, 197, 94, .18);
	color: #6ee7a0;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .02em;
}

.kfh-hero__net-count {
	flex: none;
	margin-top: 2px;
	padding: 6px 11px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	color: #b9c8e2;
	font-variant-numeric: tabular-nums;
}

.kfh-hero__net-count b {
	color: #8fb8ff;
	font-weight: 800;
}

.kfh-hero__net-item {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 13px 2px;
	border-bottom: 1px solid rgba(255, 255, 255, .09);
	animation: kfh-net-in .5s ease both;
	animation-delay: calc(var(--i, 0) * 80ms);
}

.kfh-hero__net-item:last-child {
	border-bottom: 0;
}

@keyframes kfh-net-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.kfh-hero__net-flag {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 30px;
	border: 1px solid #e2e9f4;
	border-radius: 7px;
	background: #ffffff;
	box-shadow: 0 2px 6px -2px rgba(22, 41, 92, .16);
	overflow: hidden;
}

.kfh-hero__net-flag-svg {
	width: 28px;
	height: 21px;
}

.kfh-hero__net-name {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.kfh-hero__net-name strong {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -.01em;
	color: #ffffff;
}

.kfh-hero__net-name small {
	overflow: hidden;
	font-size: 12px;
	font-weight: 600;
	color: #93a7cc;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kfh-hero__net-status {
	display: inline-flex;
	flex: none;
	align-items: center;
	gap: 6px;
	margin-left: auto;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11.5px;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

.kfh-hero__net-status i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	animation: kfh-dot-pulse 2.4s ease-in-out infinite;
}

@keyframes kfh-dot-pulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.5);
		opacity: .6;
	}
}

.kfh-hero__net-status.is-ok {
	background: #eaf7ef;
	color: #15803d;
}

.kfh-hero__net-status.is-ok i {
	box-shadow: 0 0 0 3px rgba(21, 128, 61, .14);
}

.kfh-hero__net-status.is-warn {
	background: #fdf3e3;
	color: #b45309;
}

.kfh-hero__net-status.is-off {
	background: #fdeeee;
	color: #b91c1c;
}

.kfh-hero__net-status.is-pending {
	background: rgba(255, 255, 255, .12);
	color: #c6d3ea;
}

.kfh-hero__net-foot {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	font-size: 11.5px;
	font-weight: 600;
	color: #8ea2c6;
}

.kfh-hero__net-foot i {
	flex: none;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, .16);
}

/* --------------------------------------------------------------------------
   01 플랫폼 코어
   -------------------------------------------------------------------------- */

.kfh-core {
	background: #ffffff;
}

.kfh-core__grid {
	display: grid;
	grid-template-columns: 1.04fr .96fr;
	gap: clamp(32px, 4.5vw, 64px);
	align-items: stretch;
}

.kfh-core__media {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	border: 1px solid #e3eaf6;
	border-radius: 18px;
	background: var(--kfh-bg);
	box-shadow: var(--kfh-shadow);
}

.kfh-core__media .kf-art,
.kfh-core__media .kf-art img,
.kfh-core__media .kf-art svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kfh-core__media .kf-art img,
.kfh-core__media .kf-art svg {
	object-fit: cover;
}

.kfh-core__panel {
	display: flex;
	flex-direction: column;
	padding: clamp(26px, 3vw, 42px) 0;
}

.kfh-core__label {
	padding-left: 12px;
	border-left: 3px solid var(--kfh-blue);
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .15em;
	color: var(--kfh-blue-dark);
}

.kfh-core__panel h3 {
	margin-top: 16px;
	font-size: clamp(21px, 2.3vw, 29px);
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -.02em;
	color: var(--kfh-navy);
	word-break: keep-all;
}

.kfh-core__panel > p {
	margin-top: 14px;
	font-size: 14.5px;
	line-height: 1.78;
	color: var(--kfh-muted);
	word-break: keep-all;
}

.kfh-core__mods {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 24px;
}

.kfh-core__mods li {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 13px 15px;
	border: 1px solid var(--kfh-line-soft);
	border-radius: 10px;
	background: var(--kfh-bg);
	transition: border-color .18s ease, background-color .18s ease;
}

.kfh-core__mods li:hover {
	border-color: #c3d4ee;
	background: #eef4fd;
}

.kfh-core__mods span {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	color: var(--kfh-blue);
	font-variant-numeric: tabular-nums;
}

.kfh-core__mods strong {
	font-size: 14px;
	font-weight: 700;
	color: var(--kfh-navy);
}

.kfh-core__panel .kfh-link-more {
	margin-top: auto;
	padding-top: 24px;
}

/* --------------------------------------------------------------------------
   02 전주기 프로세스
   -------------------------------------------------------------------------- */

.kfh-flow {
	background: var(--kfh-bg);
}

.kfh-flow__visual {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid #e0e8f4;
	box-shadow: var(--kfh-shadow);
}

.kfh-flow__picture,
.kfh-flow__picture picture,
.kfh-flow__picture img {
	display: block;
	width: 100%;
}

.kfh-flow__picture img {
	height: clamp(240px, 32vw, 400px);
	object-fit: cover;
}

.kfh-flow__brief {
	position: absolute;
	left: clamp(18px, 3vw, 36px);
	bottom: clamp(18px, 3vw, 32px);
	max-width: 400px;
	padding: 22px 24px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 14px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 40px -20px rgba(14, 28, 64, .45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.kfh-flow__brief > p {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .14em;
	color: var(--kfh-blue-dark);
}

.kfh-flow__brief > p i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--kfh-blue);
}

.kfh-flow__brief > strong {
	display: block;
	margin-top: 10px;
	font-size: 17.5px;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: -.015em;
	color: var(--kfh-navy);
}

.kfh-flow__brief ul {
	margin-top: 12px;
}

.kfh-flow__brief li {
	position: relative;
	padding: 3px 0 3px 16px;
	font-size: 13px;
	font-weight: 600;
	color: var(--kfh-muted);
}

.kfh-flow__brief li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: var(--kfh-blue);
	opacity: .8;
}

.kfh-flow__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 22px;
}

.kfh-flow__steps > li {
	padding: 28px 28px 26px;
	border: 1px solid #e3eaf6;
	border-radius: 14px;
	background: #ffffff;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.kfh-flow__steps > li:hover {
	transform: translateY(-3px);
	border-color: #cbd9ef;
	box-shadow: var(--kfh-shadow);
}

.kfh-flow__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: #e9f1fd;
	color: var(--kfh-blue-dark);
}

.kfh-flow__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kfh-flow__steps span {
	display: block;
	margin-top: 16px;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .13em;
	color: var(--kfh-faint);
}

.kfh-flow__steps strong {
	display: block;
	margin-top: 5px;
	font-size: 16.5px;
	font-weight: 800;
	letter-spacing: -.01em;
	color: var(--kfh-navy);
}

.kfh-flow__steps p {
	margin-top: 7px;
	font-size: 13.5px;
	line-height: 1.65;
	color: var(--kfh-muted);
	word-break: keep-all;
}

/* --------------------------------------------------------------------------
   03 스마트 현장 운영 (다크 밴드)
   -------------------------------------------------------------------------- */

.kfh-field {
	position: relative;
	overflow: hidden;
	background: var(--kfh-navy-deep);
}

.kfh-field__media,
.kfh-field__media .kf-art,
.kfh-field__media .kf-art img,
.kfh-field__media .kf-art svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kfh-field__media .kf-art img,
.kfh-field__media .kf-art svg {
	object-fit: cover;
}

.kfh-field__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(9, 19, 43, .95) 12%, rgba(9, 19, 43, .82) 46%, rgba(9, 19, 43, .38) 78%, rgba(9, 19, 43, .2) 100%);
}

.kfh-field__inner {
	position: relative;
	padding-block: clamp(76px, 9vw, 128px);
}

.kfh-field__copy {
	max-width: 560px;
}

.kfh-field__copy h2 {
	margin-top: 16px;
	font-size: clamp(25px, 3.2vw, 38px);
	font-weight: 800;
	line-height: 1.36;
	letter-spacing: -.02em;
	color: #ffffff;
	word-break: keep-all;
}

.kfh-field__copy > p {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.8;
	color: #c2cfe6;
	word-break: keep-all;
}

.kfh-field__copy ul {
	margin-top: 26px;
}

.kfh-field__copy li {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 7px 0;
	font-size: 14.5px;
	font-weight: 600;
	color: #e4ebf8;
}

.kfh-field__copy li span {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(26, 110, 242, .28);
	color: #8fb8ff;
	font-size: 12px;
	font-weight: 800;
}

.kfh-field__copy .kfh-btn {
	margin-top: 34px;
}

/* --------------------------------------------------------------------------
   04 운영 여정
   -------------------------------------------------------------------------- */

.kfh-journey {
	background: #ffffff;
}

.kfh-journey__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}

.kfh-journey__card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e3eaf6;
	border-radius: var(--kfh-radius);
	background: #ffffff;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.kfh-journey__card:hover {
	transform: translateY(-4px);
	border-color: #c8d7f0;
	box-shadow: var(--kfh-shadow-lg);
}

.kfh-journey__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--kfh-bg);
}

.kfh-journey__media .kf-art,
.kfh-journey__media .kf-art img,
.kfh-journey__media .kf-art svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kfh-journey__media .kf-art img,
.kfh-journey__media .kf-art svg {
	object-fit: cover;
	transition: transform .35s ease;
}

.kfh-journey__card:hover .kf-art img,
.kfh-journey__card:hover .kf-art svg {
	transform: scale(1.045);
}

.kfh-journey__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 24px 26px;
}

.kfh-journey__body small {
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .11em;
	color: var(--kfh-blue);
}

.kfh-journey__body strong {
	display: block;
	margin-top: 9px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -.015em;
	color: var(--kfh-navy);
	word-break: keep-all;
}

.kfh-journey__body > span {
	margin-top: 7px;
	font-size: 13px;
	line-height: 1.65;
	color: var(--kfh-muted);
	word-break: keep-all;
}

/* --------------------------------------------------------------------------
   05 운영 성과 (네이비 밴드)
   -------------------------------------------------------------------------- */

.kfh-stats {
	position: relative;
	overflow: hidden;
	padding-block: clamp(80px, 9vw, 120px);
	background:
		radial-gradient(760px 340px at 85% -10%, rgba(26, 110, 242, .32), transparent 65%),
		linear-gradient(160deg, #18294f 0%, var(--kfh-navy) 46%, #101f42 100%);
}

.kfh-stats__head {
	margin-bottom: clamp(34px, 4.5vw, 52px);
	text-align: center;
}

.kfh-stats__head .kfh-eyebrow {
	justify-content: center;
}

.kfh-stats__head h2 {
	margin-top: 14px;
	font-size: clamp(22px, 2.6vw, 32px);
	font-weight: 800;
	letter-spacing: -.02em;
	color: #ffffff;
}

.kfh-stats__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.kfh-stats__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	padding: 30px 18px 28px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 14px;
	background: rgba(255, 255, 255, .06);
	text-align: center;
}

.kfh-stats__item strong {
	font-size: clamp(25px, 2.6vw, 36px);
	font-weight: 800;
	letter-spacing: -.02em;
	color: #ffffff;
	font-variant-numeric: tabular-nums;
}

.kfh-stats__item sup {
	margin-left: 1px;
	font-size: .52em;
	font-weight: 800;
	color: #7ea6f8;
}

.kfh-stats__item span {
	font-size: 14px;
	font-weight: 700;
	color: #dbe4f4;
}

.kfh-stats__item small {
	font-size: 12px;
	font-weight: 500;
	color: #93a5c8;
}

/* --------------------------------------------------------------------------
   06 공지사항 + 시스템 접속
   -------------------------------------------------------------------------- */

.kfh-access {
	background: var(--kfh-bg);
}

.kfh-access__grid {
	display: grid;
	grid-template-columns: 1.22fr .78fr;
	gap: 32px;
	align-items: stretch;
}

/* --- 공지사항 --- */

.kfh-news {
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid #e3eaf6;
	border-radius: var(--kfh-radius);
	background: #ffffff;
	box-shadow: var(--kfh-shadow);
}

.kfh-news__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 18px;
}

.kfh-news__head h2 {
	margin-top: 12px;
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--kfh-navy);
}

.kfh-news__more {
	display: inline-flex;
	flex: none;
	align-items: center;
	gap: 4px;
	margin-top: 4px;
	padding: 8px 13px;
	border: 1px solid var(--kfh-line);
	border-radius: 8px;
	background: #ffffff;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--kfh-muted);
	transition: color .18s ease, border-color .18s ease;
}

.kfh-news__more:hover {
	border-color: var(--kfh-blue);
	color: var(--kfh-blue-dark);
}

.kfh-news__more span {
	font-size: 14px;
	line-height: 1;
}

.kfh-news__list li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14.5px 0;
	border-top: 1px solid var(--kfh-line-soft);
}

.kfh-news__badge {
	flex: none;
	padding: 3.5px 9px;
	border: 1px solid #d5e2f6;
	border-radius: 6px;
	background: #eef3fc;
	font-size: 11.5px;
	font-weight: 800;
	color: var(--kfh-blue-dark);
}

.kfh-news__title {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	font-size: 14.5px;
	font-weight: 600;
	color: #33415e;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kfh-news__pin {
	margin-right: 7px;
	padding: 1.5px 6px;
	border-radius: 5px;
	background: #fdeeee;
	color: var(--kfh-red);
	font-size: 10.5px;
	font-style: normal;
	font-weight: 800;
	vertical-align: 1px;
}

.kfh-news__list time {
	flex: none;
	font-size: 12.5px;
	font-weight: 500;
	color: var(--kfh-faint);
	font-variant-numeric: tabular-nums;
}

/* --- 시스템 접속 포털 --- */

.kfh-portal {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: clamp(26px, 3vw, 36px);
	border-radius: var(--kfh-radius);
	background: linear-gradient(155deg, #1a3168 0%, var(--kfh-navy) 55%, #101f42 100%);
	box-shadow: var(--kfh-shadow-lg);
	color: #ffffff;
}

.kfh-portal::before,
.kfh-portal::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .1);
	pointer-events: none;
}

.kfh-portal::before {
	top: -110px;
	right: -110px;
	width: 260px;
	height: 260px;
}

.kfh-portal::after {
	top: -70px;
	right: -70px;
	width: 180px;
	height: 180px;
	border-color: rgba(255, 255, 255, .14);
}

.kfh-portal__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.kfh-portal__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 12px;
	background: rgba(255, 255, 255, .09);
}

.kfh-portal__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: #bcd2f7;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kfh-portal__state {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 11px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .12em;
	color: #a9c1ec;
}

.kfh-portal__state i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 0 3px rgba(74, 222, 128, .2);
}

.kfh-portal__label {
	margin-top: 30px;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .16em;
	color: #8fb8ff;
}

.kfh-portal h2 {
	margin-top: 10px;
	font-size: clamp(22px, 2.3vw, 29px);
	font-weight: 800;
	line-height: 1.38;
	letter-spacing: -.02em;
	color: #ffffff;
}

.kfh-portal__desc {
	margin-top: 12px;
	font-size: 13.5px;
	line-height: 1.75;
	color: #bcc9e4;
	word-break: keep-all;
}

.kfh-portal__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	margin-top: 28px;
	border-radius: 10px;
	background: #ffffff;
	font-size: 15px;
	font-weight: 800;
	color: var(--kfh-navy);
	transition: transform .18s ease, background-color .18s ease;
}

.kfh-portal__btn:hover {
	transform: translateY(-1px);
	background: #eaf1fc;
}

.kfh-portal__btn svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kfh-portal__note {
	margin-top: 14px;
	font-size: 12px;
	font-weight: 500;
	color: #8ba0c8;
	text-align: center;
}

/* ==========================================================================
   와이드 데스크톱 (≥1280px) — 타이포 스텝업
   ========================================================================== */

@media (min-width: 1280px) {

	.kfh-hero__title {
		font-size: clamp(38px, 3.9vw, 56px);
	}

	.kfh-head__main h2 {
		font-size: 38px;
	}
}

/* ==========================================================================
   반응형 — 태블릿 (≤1024px)
   ========================================================================== */

@media (max-width: 1024px) {

	.kfh-shell {
		padding-inline: 24px;
	}

	.kfh-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.kfh-head__desc {
		flex: none;
		max-width: 640px;
	}

	/* 히어로: 카피 위, 네트워크 패널 아래 */
	.kfh-hero__inner {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.kfh-hero__copy {
		max-width: 640px;
	}

	.kfh-hero__net {
		max-width: 640px;
	}

	/* 플랫폼 코어: 단일 컬럼 */
	.kfh-core__grid {
		grid-template-columns: 1fr;
	}

	.kfh-core__media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.kfh-core__panel {
		padding-block: 4px;
	}

	.kfh-core__panel .kfh-link-more {
		margin-top: 0;
	}

	/* 전주기 단계 2열 */
	.kfh-flow__steps {
		grid-template-columns: repeat(2, 1fr);
	}

	/* 운영 여정 2열 */
	.kfh-journey__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* 성과 지표 3열 랩 */
	.kfh-stats__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	/* 공지 + 포털 단일 컬럼 */
	.kfh-access__grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   반응형 — 모바일 (≤759px, 헤더 mob 브레이크포인트와 동일)
   ========================================================================== */

@media (max-width: 759px) {

	.kfh-shell {
		padding-inline: 20px;
	}

	.kfh-section {
		padding-block: 64px;
	}

	/* --- 히어로 --- */

	.kfh-hero {
		padding-block: 56px 64px;
	}

	.kfh-hero__title {
		font-size: clamp(27px, 8.2vw, 34px);
	}

	.kfh-hero__lead {
		font-size: 14.5px;
	}

	.kfh-hero__actions .kfh-btn {
		width: 100%;
		min-height: 52px;
	}

	.kfh-hero__facts {
		margin-top: 34px;
		padding-top: 22px;
	}

	.kfh-hero__facts li {
		padding-right: 14px;
	}

	.kfh-hero__facts li + li {
		padding-left: 14px;
	}

	.kfh-hero__facts strong {
		font-size: 17px;
	}

	.kfh-hero__facts span {
		font-size: 11px;
	}

	/* 네트워크 패널: 컴팩트 리스트 */
	.kfh-hero__net {
		max-width: none;
		padding: 18px 18px 12px;
		border-radius: 14px;
	}

	.kfh-hero__net-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding-bottom: 12px;
	}

	.kfh-hero__net-item {
		gap: 10px;
		padding: 11px 0;
	}

	.kfh-hero__net-flag {
		width: 36px;
		height: 27px;
	}

	.kfh-hero__net-name strong {
		font-size: 14px;
	}

	.kfh-hero__net-name small {
		font-size: 11.5px;
	}

	.kfh-hero__net-status {
		padding: 4px 9px;
		font-size: 11px;
	}

	.kfh-hero__net-foot {
		font-size: 11px;
	}

	/* --- 섹션 헤드 --- */

	.kfh-head {
		margin-bottom: 30px;
	}

	.kfh-head__main h2 {
		font-size: clamp(21px, 6.4vw, 26px);
	}

	.kfh-head__desc {
		font-size: 14px;
	}

	/* --- 플랫폼 코어 --- */

	.kfh-core__media {
		aspect-ratio: 4 / 3;
		border-radius: 14px;
	}

	.kfh-core__mods {
		grid-template-columns: 1fr;
	}

	/* --- 전주기 프로세스 --- */

	.kfh-flow__visual {
		border-radius: 14px;
	}

	.kfh-flow__picture img {
		height: 210px;
	}

	/* 브리핑 카드는 이미지 아래 일반 흐름으로 */
	.kfh-flow__brief {
		position: static;
		max-width: none;
		border: 0;
		border-top: 1px solid var(--kfh-line-soft);
		border-radius: 0;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.kfh-flow__steps {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.kfh-flow__steps > li {
		padding: 20px;
	}

	/* --- 스마트 현장 운영 --- */

	.kfh-field__inner {
		padding-block: 64px;
	}

	.kfh-field__shade {
		background: linear-gradient(180deg, rgba(9, 19, 43, .9) 0%, rgba(9, 19, 43, .78) 100%);
	}

	.kfh-field__copy .kfh-btn {
		width: 100%;
	}

	/* --- 운영 여정 --- */

	.kfh-journey__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	/* --- 성과 지표 2열 랩 --- */

	.kfh-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.kfh-stats__item {
		padding: 20px 12px 18px;
	}

	.kfh-stats__item:last-child {
		grid-column: 1 / -1;
	}

	.kfh-stats__item strong {
		font-size: 24px;
	}

	/* --- 공지사항 + 포털 --- */

	.kfh-news {
		padding: 20px 18px;
	}

	.kfh-news__head {
		align-items: center;
		padding-bottom: 12px;
	}

	.kfh-news__list li {
		flex-wrap: wrap;
		gap: 7px 10px;
		padding: 13px 0;
	}

	.kfh-news__badge {
		order: 1;
	}

	.kfh-news__list time {
		order: 2;
		margin-left: auto;
	}

	.kfh-news__title {
		flex: 1 1 100%;
		order: 3;
		white-space: normal;
		line-height: 1.55;
	}

	.kfh-portal {
		padding: 24px 20px;
	}
}

/* --------------------------------------------------------------------------
   회원가입 환영 배너
   -------------------------------------------------------------------------- */

.kfh-welcome {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 12px 20px;
	background: linear-gradient(90deg, #123a7a 0%, var(--kfh-blue, #1a6ef2) 100%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}

.kfh-welcome p {
	margin: 0;
}

.kfh-welcome button {
	padding: 4px 12px;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 6px;
	background: transparent;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color .18s ease;
}

.kfh-welcome button:hover {
	background: rgba(255, 255, 255, .14);
}

/* --------------------------------------------------------------------------
   K-Worker 통합관리시스템 (기능 어필 + 실데이터 통계)
   -------------------------------------------------------------------------- */

.kfh-sys {
	background: #ffffff;
}

.kfh-sys__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin: 0 0 26px;
}

.kfh-sys__stats li {
	display: flex;
	align-items: baseline;
	gap: 7px;
	padding: 22px 26px;
	border: 1px solid #e3eaf6;
	border-radius: 12px;
	background: var(--kfh-bg);
}

.kfh-sys__stats strong {
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--kfh-navy);
	font-variant-numeric: tabular-nums;
}

.kfh-sys__stats span {
	font-size: 13px;
	font-weight: 700;
	color: var(--kfh-muted);
}

.kfh-sys__stats em {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: var(--kfh-faint);
}

.kfh-sys__main {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(28px, 3.5vw, 48px);
	align-items: stretch;
}

/* --- 시스템 화면 미리보기 (브라우저 프레임 카드) --- */

.kfh-sys__preview {
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	border: 1px solid #e3eaf6;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: var(--kfh-shadow-lg);
	transition: transform .25s ease, box-shadow .25s ease;
}

.kfh-sys__preview:hover {
	transform: translateY(-3px);
	box-shadow: 0 34px 72px -30px rgba(22, 41, 92, .38);
}

.kfh-sys__chrome {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 11px 14px;
	border-bottom: 1px solid var(--kfh-line);
	background: #f0f4fa;
}

.kfh-sys__chrome i {
	flex: none;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.kfh-sys__chrome i:nth-child(1) {
	background: #f5655b;
}

.kfh-sys__chrome i:nth-child(2) {
	background: #f6bf4f;
}

.kfh-sys__chrome i:nth-child(3) {
	background: #43c465;
}

.kfh-sys__chrome b {
	overflow: hidden;
	margin-left: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	color: var(--kfh-faint);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kfh-sys__screen {
	display: block;
	overflow: hidden;
	background: var(--kfh-navy-deep);
}

.kfh-sys__screen img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: top center;
	transition: transform .5s ease;
}

.kfh-sys__preview:hover .kfh-sys__screen img {
	transform: scale(1.04);
}

.kfh-sys__caption {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px 24px 24px;
}

.kfh-sys__caption strong {
	font-size: 16.5px;
	font-weight: 800;
	letter-spacing: -.01em;
	color: var(--kfh-navy);
}

.kfh-sys__caption p {
	margin-top: 8px;
	font-size: 13.5px;
	line-height: 1.7;
	color: var(--kfh-muted);
	word-break: keep-all;
}

.kfh-sys__caption .kfh-btn {
	margin-top: 18px;
}

/* --- 기능 카드 6종 --- */

.kfh-sys__feats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.kfh-sys__feats li {
	padding: 24px;
	border: 1px solid #e3eaf6;
	border-radius: 12px;
	background: #ffffff;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.kfh-sys__feats li:hover {
	transform: translateY(-3px);
	border-color: #cbd9ef;
	box-shadow: var(--kfh-shadow);
}

.kfh-sys__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: #e9f1fd;
	color: var(--kfh-blue-dark);
}

.kfh-sys__icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kfh-sys__feats strong {
	display: block;
	margin-top: 13px;
	font-size: 15.5px;
	font-weight: 800;
	letter-spacing: -.01em;
	color: var(--kfh-navy);
}

.kfh-sys__feats p {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.65;
	color: var(--kfh-muted);
	word-break: keep-all;
}

/* --------------------------------------------------------------------------
   반응형 보정 — 히어로 미디어 + 통합시스템 섹션
   -------------------------------------------------------------------------- */

@media (max-width: 1024px) {

	.kfh-sys__main {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 759px) {

	/* 모바일: 정지 이미지 + 애니메이션 축소 */
	.kfh-hero__video {
		display: none;
	}

	.kfh-hero__media img {
		animation: none;
		transform: none;
	}

	.kfh-hero__orb {
		animation: none;
		opacity: .35;
	}

	.kfh-hero__net {
		animation: kfh-hero-rise .85s cubic-bezier(.22, .61, .36, 1) .25s both;
	}

	.kfh-hero__shade {
		background: linear-gradient(180deg, rgba(8, 17, 40, .78) 0%, rgba(8, 17, 40, .68) 55%, rgba(8, 17, 40, .82) 100%);
	}

	.kfh-sys__stats {
		gap: 10px;
	}

	.kfh-sys__stats li {
		flex-wrap: wrap;
		gap: 4px 6px;
		padding: 14px 16px;
	}

	.kfh-sys__feats {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.kfh-sys__caption {
		padding: 18px 18px 20px;
	}

	.kfh-sys__caption .kfh-btn {
		width: 100%;
	}

	.kfh-welcome {
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}
}

/* --------------------------------------------------------------------------
   모션 최소화 설정 존중
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

	.kfh-hero__media img,
	.kfh-hero__orb,
	.kfh-hero__net,
	.kfh-hero__net-item,
	.kfh-hero__net-status i,
	.kfh-hero__copy > * {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.kfh-hero__video {
		display: none;
	}

	.kfh-sys__screen img,
	.kfh-sys__preview {
		transition: none;
	}
}

/* --------------------------------------------------------------------------
   해외 지자체 MOU 협약 현황
   -------------------------------------------------------------------------- */

.kfh-mou {
	background: var(--kfh-bg);
}

.kfh-mou__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-bottom: clamp(40px, 5vw, 56px);
}

.kfh-mou__stats li {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 22px 24px;
	border: 1px solid var(--kfh-line);
	border-radius: var(--kfh-radius);
	background: #ffffff;
	box-shadow: var(--kfh-shadow);
}

.kfh-mou__stats strong {
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.1;
	color: var(--kfh-navy);
}

.kfh-mou__stats span {
	font-size: 14px;
	font-weight: 700;
	color: var(--kfh-text);
}

.kfh-mou__stats em {
	font-style: normal;
	font-size: 12.5px;
	color: var(--kfh-faint);
}

.kfh-mou__sub {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.kfh-mou__sub h3 {
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -.01em;
	color: var(--kfh-navy);
}

.kfh-mou__sub p {
	font-size: 13.5px;
	color: var(--kfh-muted);
	word-break: keep-all;
}

.kfh-mou__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: clamp(40px, 5vw, 56px);
}

.kfh-mou__card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 28px;
	border: 1px solid var(--kfh-line);
	border-radius: var(--kfh-radius);
	background: #ffffff;
	box-shadow: var(--kfh-shadow);
	transition: transform .18s ease, box-shadow .18s ease;
}

.kfh-mou__card:hover {
	transform: translateY(-3px);
	box-shadow: var(--kfh-shadow-lg);
}

.kfh-mou__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.kfh-mou__flag-svg {
	width: 28px;
	height: 21px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(22, 41, 92, .12);
}

.kfh-mou__chip {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding-inline: 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	font-style: normal;
	white-space: nowrap;
}

.kfh-mou__chip--done {
	background: #e6f6ec;
	color: #157a3c;
}

.kfh-mou__chip--talk {
	background: #fdf1dd;
	color: #b26a00;
}

.kfh-mou__city {
	font-size: 17.5px;
	font-weight: 800;
	letter-spacing: -.01em;
	color: var(--kfh-navy);
}

.kfh-mou__org {
	font-size: 12.5px;
	line-height: 1.55;
	color: var(--kfh-faint);
	word-break: keep-all;
}

.kfh-mou__mayor {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--kfh-muted);
}

.kfh-mou__card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid var(--kfh-line-soft);
}

.kfh-mou__date {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--kfh-blue-dark);
}

.kfh-mou__quota {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--kfh-muted);
}

.kfh-mou__strip {
	overflow-x: auto;
	padding-bottom: 8px;
	scrollbar-width: thin;
}

.kfh-mou__strip-list {
	display: grid;
	grid-template-rows: repeat(2, auto);
	grid-auto-flow: column;
	grid-auto-columns: minmax(320px, 360px);
	gap: 12px;
}

.kfh-mou__strip-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 18px;
	border: 1px solid var(--kfh-line);
	border-radius: 12px;
	background: #ffffff;
}

.kfh-mou__strip-main {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.kfh-mou__strip-main strong {
	font-size: 14.5px;
	font-weight: 800;
	color: var(--kfh-navy);
}

.kfh-mou__strip-main span {
	font-size: 12px;
	color: var(--kfh-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.kfh-mou__strip-main small {
	font-size: 11.5px;
	color: var(--kfh-faint);
}

.kfh-mou__strip-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	flex-shrink: 0;
}

.kfh-mou__when {
	padding: 3px 8px;
	border-radius: 6px;
	background: #e7eefb;
	font-size: 12px;
	font-weight: 800;
	color: var(--kfh-blue-dark);
}

.kfh-mou__foot {
	margin-top: 18px;
	font-size: 12.5px;
	color: var(--kfh-faint);
}

@media (max-width: 1024px) {

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

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

@media (max-width: 759px) {

	.kfh-mou__stats li {
		padding: 16px 18px;
	}

	.kfh-mou__grid {
		grid-template-columns: 1fr;
	}

	.kfh-mou__sub {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.kfh-mou__strip-list {
		grid-auto-columns: minmax(270px, 82vw);
	}
}
