@charset "utf-8";
/* ==========================================================================
   국립군산대학교 학생상담센터 - 서브페이지 콘텐츠 리뉴얼 스타일
   - 프레임(inc/top.html, inc/footer.html)은 그대로 두고 #content 내부만 적용
   - 모든 선택자는 .kc 범위 안에서만 동작 (기존 sub.css 와 충돌 방지)
   - 반응형 구간: ~799px(모바일) / 800~1216px(태블릿) / 1217px~(데스크톱, 콘텐츠 880px)
   - 웹접근성(KWCAG 2.2): 명도대비 4.5:1 이상, 키보드 초점 표시, 움직임 최소화 설정 대응
   ========================================================================== */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

.kc {
	--kc-navy: #12295f;
	--kc-navy-2: #1d3d86;
	--kc-blue: #2453c6;
	--kc-blue-d: #1a3f9e;
	--kc-sky: #edf2fd;
	--kc-sky-2: #f5f8fe;
	--kc-gold: #c8a668;
	--kc-gold-d: #7f5f22;
	--kc-text: #222a3a;
	--kc-text-2: #3d4659;
	--kc-muted: #5a6477;
	--kc-line: #e1e7f0;
	--kc-line-2: #cfd8e7;
	--kc-bg: #f6f8fc;
	--kc-danger: #b42318;
	--kc-danger-bg: #fff4f2;
	--kc-radius: 20px;
	--kc-shadow: 0 1px 2px rgba(18, 41, 95, .04), 0 8px 24px -12px rgba(18, 41, 95, .12);
	--kc-shadow-h: 0 2px 4px rgba(18, 41, 95, .05), 0 22px 44px -18px rgba(18, 41, 95, .28);
	font-family: "Pretendard Variable", Pretendard, "Nanum Gothic", "나눔고딕", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: var(--kc-text);
	letter-spacing: -0.01em;
	word-break: keep-all;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 20px;
}
.kc *, .kc *::before, .kc *::after { box-sizing: border-box; }
/* 기본값은 :where() 로 우선순위 0 → 아래 컴포넌트 스타일이 항상 우선 적용 */
.kc :where(img) { max-width: 100%; height: auto; vertical-align: middle; }
.kc :where(a) { color: inherit; text-decoration: none; }
.kc :where(strong, b) { font-weight: 700; }
.kc :where(ul, ol) { list-style: none; margin: 0; padding: 0; }
.kc :where(h2, h3, h4, h5, p, dl, dt, dd, figure) { margin: 0; padding: 0; font-size: inherit; }
.kc svg.kc-i { width: 1em; height: 1em; flex: none; fill: none; stroke: none; }

/* 접근성: 화면에는 숨기고 스크린리더에는 읽힘 */
.kc .kc-sr {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
/* 접근성: 키보드 초점 표시 */
.kc a:focus-visible,
.kc button:focus-visible,
.kc summary:focus-visible,
.kc [tabindex]:focus-visible {
	outline: 3px solid #0b57d0;
	outline-offset: 3px;
	border-radius: 8px;
}
.kc:focus { outline: none; }

/* --------------------------------------------------------------------------
   히어로 (페이지 상단 비주얼)
   -------------------------------------------------------------------------- */
.kc-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 320px;
	border-radius: 28px;
	overflow: hidden;
	color: #fff;
	background: #0e2250;
	isolation: isolate;
}
.kc-hero__img {
	position: absolute; inset: 0; z-index: -2;
	width: 100%; height: 100% !important; max-width: none !important;
	object-fit: cover;
	transform: scale(1.03);
	transition: transform 6s ease-out;
}
.kc-hero.is-in .kc-hero__img { transform: scale(1); }
.kc-hero::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background:
		linear-gradient(100deg, rgba(8, 21, 54, .94) 0%, rgba(8, 21, 54, .78) 38%, rgba(8, 21, 54, .28) 72%, rgba(8, 21, 54, .05) 100%),
		linear-gradient(0deg, rgba(8, 21, 54, .45) 0%, rgba(8, 21, 54, 0) 45%);
}
.kc-hero::after {
	content: ""; position: absolute; left: 48px; right: 48px; bottom: 0; height: 1px; z-index: -1;
	background: linear-gradient(90deg, rgba(232, 208, 160, .7), rgba(232, 208, 160, 0));
}
.kc-hero__body { padding: 48px 52px 46px; max-width: 620px; }
.kc-hero__eyebrow {
	display: inline-flex; align-items: center; gap: 12px;
	font-size: 13px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
	color: #efdcb3;
}
.kc-hero__eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.kc-hero__title {
	margin-top: 16px;
	font-size: 36px; line-height: 1.34; font-weight: 700; letter-spacing: -0.035em;
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
}
.kc-hero__lead { margin-top: 14px; font-size: 17px; line-height: 1.7; color: rgba(255, 255, 255, .92); }
.kc-hero__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.kc-hero__tags li {
	padding: 5px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 500;
	background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .28);
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}

/* --------------------------------------------------------------------------
   섹션 / 제목
   -------------------------------------------------------------------------- */
.kc-sec { margin-top: 76px; }
.kc-hero + .kc-sec, .kc-intro + .kc-sec { margin-top: 64px; }
.kc-sec__head {
	position: relative; display: flex; align-items: flex-end; gap: 14px;
	margin-bottom: 30px; padding-bottom: 16px; border-bottom: 1px solid var(--kc-line);
}
.kc-sec__head::after {
	content: ""; position: absolute; left: 0; bottom: -1px; width: 56px; height: 3px;
	border-radius: 3px; background: linear-gradient(90deg, var(--kc-blue), var(--kc-gold));
}
.kc-sec__no {
	font-size: 15px; font-weight: 700; line-height: 1; letter-spacing: .06em;
	color: var(--kc-gold-d); padding-bottom: 7px;
}
.kc-sec__title { font-size: 27px; line-height: 1.3; font-weight: 700; letter-spacing: -0.035em; color: var(--kc-navy); }
.kc-sec__en {
	margin-left: auto; padding-bottom: 6px;
	font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--kc-muted);
}
.kc-sec__desc { margin: -14px 0 28px; color: var(--kc-muted); font-size: 16.5px; }
.kc-subtitle {
	display: flex; align-items: center; gap: 10px;
	margin: 40px 0 18px; font-size: 19px; font-weight: 700; color: var(--kc-navy); letter-spacing: -0.02em;
}
.kc-subtitle:first-child { margin-top: 0; }
.kc-subtitle::before {
	content: ""; width: 8px; height: 8px; border-radius: 50%;
	background: var(--kc-blue); box-shadow: 0 0 0 4px var(--kc-sky);
}

/* 인트로(리드 문단) */
.kc-intro {
	position: relative; margin-top: 44px;
	padding: 38px 44px 38px 104px;
	border-radius: var(--kc-radius);
	background: linear-gradient(135deg, #f4f7fd 0%, #eaf0fb 100%);
	border: 1px solid #e3eaf7;
	font-size: 18.5px; line-height: 1.85; color: #243152; font-weight: 500;
}
.kc-intro__icon {
	position: absolute; left: 40px; top: 36px;
	width: 42px; height: 42px; border-radius: 50%;
	display: grid; place-items: center;
	background: #fff; color: var(--kc-blue); box-shadow: var(--kc-shadow); font-size: 20px;
}
.kc-intro strong { color: var(--kc-navy); }
.kc-intro--plain { padding-left: 44px; }

/* 본문 문단 */
.kc-prose p { font-size: 16.5px; line-height: 1.95; color: var(--kc-text-2); }
.kc-prose p + p { margin-top: 20px; }
.kc-prose__lead {
	font-size: 23px !important; line-height: 1.6 !important; font-weight: 700;
	color: var(--kc-navy) !important; letter-spacing: -0.03em;
}
.kc-prose__lead em { font-style: normal; color: var(--kc-blue); }
.kc-mark { background: linear-gradient(transparent 62%, #f3e4c2 62%); font-weight: 600; color: var(--kc-text); }

/* --------------------------------------------------------------------------
   카드 그리드
   -------------------------------------------------------------------------- */
.kc-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.kc-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.kc-grid > li { display: flex; }
.kc-grid > li > * { flex: 1; }

.kc-card {
	position: relative; display: flex; flex-direction: column;
	padding: 30px 28px 28px;
	background: #fff; border: 1px solid var(--kc-line); border-radius: var(--kc-radius);
	box-shadow: var(--kc-shadow);
	transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s, border-color .35s;
}
a.kc-card:hover, a.kc-card:focus-visible { transform: translateY(-4px); box-shadow: var(--kc-shadow-h); border-color: #c5d3ef; }
.kc-card__icon {
	width: 56px; height: 56px; margin-bottom: 20px; border-radius: 16px;
	display: grid; place-items: center; font-size: 27px;
	color: var(--kc-blue); background: var(--kc-sky);
	transition: background .35s, color .35s;
}
a.kc-card:hover .kc-card__icon, a.kc-card:focus-visible .kc-card__icon { background: var(--kc-navy); color: #fff; }
.kc-card__num::before { content: attr(data-num); }
.kc-card__num {
	position: absolute; right: 24px; top: 20px;
	font-size: 40px; font-weight: 800; line-height: 1; letter-spacing: -0.04em;
	color: #eef2f9;
}
.kc-card__en { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--kc-gold-d); margin-bottom: 4px; }
.kc-card__title { font-size: 19.5px; line-height: 1.4; font-weight: 700; color: var(--kc-navy); letter-spacing: -0.025em; }
.kc-card__text { margin-top: 10px; font-size: 15.5px; line-height: 1.75; color: var(--kc-text-2); }
.kc-card__list { margin-top: 14px; }
.kc-card__list li { position: relative; padding-left: 14px; font-size: 15px; line-height: 1.7; color: var(--kc-text-2); }
.kc-card__list li + li { margin-top: 4px; }
.kc-card__list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: var(--kc-blue); }
.kc-card__more {
	display: inline-flex; align-items: center; gap: 6px;
	margin-top: auto; padding-top: 20px;
	font-size: 14.5px; font-weight: 700; color: var(--kc-blue);
}
.kc-card__more .kc-i { transition: transform .3s; }
a.kc-card:hover .kc-card__more .kc-i { transform: translateX(4px); }
.kc-card--center { align-items: center; text-align: center; padding: 28px 18px 26px; }
.kc-card--center .kc-card__icon { margin-bottom: 16px; }
.kc-card--center .kc-card__title { font-size: 17.5px; }
.kc-card--soft { background: var(--kc-sky-2); box-shadow: none; }
.kc-card--navy { background: linear-gradient(155deg, #13295f 0%, #1f418b 100%); border-color: transparent; color: #fff; }
.kc-card--navy .kc-card__title { color: #fff; }
.kc-card--navy .kc-card__text, .kc-card--navy .kc-card__list li { color: rgba(255, 255, 255, .9); }
.kc-card--navy .kc-card__icon { background: rgba(255, 255, 255, .12); color: #f1dfb6; }
.kc-card--navy .kc-card__list li::before { background: var(--kc-gold); }

/* --------------------------------------------------------------------------
   핵심 정보(Fact) 스트립
   -------------------------------------------------------------------------- */
.kc-facts {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 1px; background: var(--kc-line);
	border: 1px solid var(--kc-line); border-radius: var(--kc-radius); overflow: hidden;
	box-shadow: var(--kc-shadow);
}
.kc-fact { padding: 26px 26px 24px; background: #fff; }
.kc-fact__label { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--kc-muted); }
.kc-fact__label .kc-i { font-size: 18px; color: var(--kc-blue); }
.kc-fact__value { margin-top: 8px; font-size: 22px; line-height: 1.4; font-weight: 700; color: var(--kc-navy); letter-spacing: -0.03em; }
.kc-fact__value a:hover { color: var(--kc-blue); }
.kc-fact__sub { margin-top: 4px; font-size: 14.5px; color: var(--kc-muted); line-height: 1.6; }

/* --------------------------------------------------------------------------
   절차(Step)
   -------------------------------------------------------------------------- */
.kc-steps { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kc-steps--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kc-steps--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.kc-steps--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kc-step {
	position: relative; display: flex; flex-direction: column; align-items: center; text-align: center;
	padding: 26px 16px 24px;
	background: #fff; border: 1px solid var(--kc-line); border-radius: 18px;
	box-shadow: var(--kc-shadow);
}
.kc-step:not(:last-child)::after {
	content: ""; position: absolute; z-index: 2; top: 50%; right: -13px;
	width: 22px; height: 22px; margin-top: -11px; border-radius: 50%;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232453c6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") center / 12px no-repeat;
	border: 1px solid var(--kc-line-2);
}
.kc-step__no { font-size: 12px; font-weight: 700; letter-spacing: .16em; color: var(--kc-blue); }
.kc-step__icon {
	width: 54px; height: 54px; margin: 12px 0 14px; border-radius: 50%;
	display: grid; place-items: center; font-size: 25px; color: #fff;
	background: linear-gradient(145deg, var(--kc-navy-2), var(--kc-navy));
	box-shadow: 0 8px 18px -8px rgba(18, 41, 95, .6);
}
.kc-step__title { font-size: 17px; line-height: 1.4; font-weight: 700; color: var(--kc-navy); letter-spacing: -0.02em; }
.kc-step__text { margin-top: 6px; font-size: 14.5px; line-height: 1.6; color: var(--kc-muted); }
.kc-step__list { margin-top: 10px; text-align: left; }
.kc-step__list li { position: relative; padding-left: 12px; font-size: 14px; line-height: 1.6; color: var(--kc-text-2); }
.kc-step__list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 4px; height: 4px; border-radius: 50%; background: var(--kc-gold); }
.kc-step__list small { display: block; font-size: 12.5px; color: var(--kc-muted); }
.kc-step:last-child .kc-step__icon { background: linear-gradient(145deg, #c9a869, #9a7a3c); }
.kc-flow + .kc-flow { margin-top: 40px; }

/* --------------------------------------------------------------------------
   연혁 타임라인
   -------------------------------------------------------------------------- */
.kc-tl { position: relative; }
.kc-tl__item { display: grid; grid-template-columns: 132px minmax(0, 1fr); column-gap: 8px; }
.kc-tl__year {
	padding-top: 2px;
	font-size: 30px; font-weight: 800; line-height: 1.2; letter-spacing: -0.04em;
	color: var(--kc-navy); font-variant-numeric: tabular-nums;
}
.kc-tl__events { position: relative; padding: 0 0 34px 34px; border-left: 2px solid var(--kc-line); }
.kc-tl__item:last-child .kc-tl__events { padding-bottom: 4px; }
.kc-tl__events::before {
	content: ""; position: absolute; left: -9px; top: 10px;
	width: 16px; height: 16px; border-radius: 50%;
	background: #fff; border: 3px solid var(--kc-blue);
}
.kc-tl__item--now .kc-tl__events::before { background: var(--kc-gold); border-color: #fff; box-shadow: 0 0 0 3px var(--kc-gold); }
.kc-tl__item--now .kc-tl__year { color: var(--kc-blue); }
.kc-tl__event {
	display: flex; gap: 18px; align-items: baseline;
	padding: 10px 18px; border-radius: 12px; background: var(--kc-sky-2);
	font-size: 16px; line-height: 1.6; color: var(--kc-text-2);
}
.kc-tl__event + .kc-tl__event { margin-top: 8px; }
.kc-tl__date { flex: none; min-width: 52px; font-weight: 700; color: var(--kc-blue); font-variant-numeric: tabular-nums; }

/* --------------------------------------------------------------------------
   정보 목록(일시/장소/내용/대상)
   -------------------------------------------------------------------------- */
.kc-meta { display: grid; grid-template-columns: max-content minmax(0, 1fr); }
.kc-meta dt, .kc-meta dd { padding: 13px 0; border-bottom: 1px dashed var(--kc-line-2); }
.kc-meta dt:last-of-type, .kc-meta dd:last-of-type { border-bottom: 0; }
.kc-meta dt {
	display: flex; align-items: center; gap: 8px; padding-right: 26px;
	font-size: 15px; font-weight: 700; color: var(--kc-navy); white-space: nowrap;
}
.kc-meta dt .kc-i { font-size: 17px; color: var(--kc-blue); }
.kc-meta dd { font-size: 15.5px; line-height: 1.7; color: var(--kc-text-2); }

/* 프로그램 카드 */
.kc-programs { display: grid; gap: 20px; }
.kc-program {
	display: grid; grid-template-columns: 250px minmax(0, 1fr);
	background: #fff; border: 1px solid var(--kc-line); border-radius: 22px; overflow: hidden;
	box-shadow: var(--kc-shadow);
}
.kc-program__head {
	position: relative; display: flex; flex-direction: column;
	padding: 30px 28px; color: #fff;
	background: linear-gradient(160deg, #13295f 0%, #24488f 100%);
	overflow: hidden;
}
.kc-program__head::after {
	content: ""; position: absolute; right: -40px; bottom: -40px; width: 150px; height: 150px; border-radius: 50%;
	border: 1px solid rgba(232, 208, 160, .35);
	box-shadow: 0 0 0 22px rgba(255, 255, 255, .03), 0 0 0 44px rgba(255, 255, 255, .025);
}
.kc-program__no { font-size: 12px; font-weight: 700; letter-spacing: .2em; color: #efdcb3; }
.kc-program__icon { margin: 18px 0 14px; font-size: 30px; color: #efdcb3; }
.kc-program__title { font-size: 20px; line-height: 1.45; font-weight: 700; letter-spacing: -0.03em; color: #fff; }
.kc-program__body { padding: 16px 32px; }

/* 체크 리스트 */
.kc-check li {
	position: relative; padding: 14px 18px 14px 52px;
	border-radius: 14px; background: #fff; border: 1px solid var(--kc-line);
	font-size: 16px; line-height: 1.7; color: var(--kc-text-2);
}
.kc-check li + li { margin-top: 10px; }
.kc-check li::before {
	content: ""; position: absolute; left: 16px; top: 16px; width: 24px; height: 24px; border-radius: 50%;
	background: var(--kc-sky) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232453c6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 13px no-repeat;
}
.kc-check strong { color: var(--kc-navy); }

/* 번호 목록 (친구를 돕는 방법 등) */
.kc-numbered { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); counter-reset: kcnum; }
.kc-numbered > li {
	position: relative; padding: 28px 28px 26px 28px;
	background: #fff; border: 1px solid var(--kc-line); border-radius: var(--kc-radius); box-shadow: var(--kc-shadow);
}
.kc-numbered > li.kc-numbered__wide { grid-column: 1 / -1; }
.kc-numbered__no {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 60px; height: 30px; padding: 0 12px; border-radius: 999px;
	font-size: 13.5px; font-weight: 700; color: #fff; background: var(--kc-navy);
}
.kc-numbered__title { margin: 14px 0 12px; font-size: 18.5px; line-height: 1.45; font-weight: 700; color: var(--kc-navy); letter-spacing: -0.025em; }
.kc-numbered ul li { position: relative; padding-left: 14px; font-size: 15.5px; line-height: 1.75; color: var(--kc-text-2); }
.kc-numbered ul li + li { margin-top: 4px; }
.kc-numbered ul li::before { content: ""; position: absolute; left: 0; top: .78em; width: 5px; height: 5px; border-radius: 50%; background: var(--kc-gold); }
.kc-quote { color: var(--kc-blue-d); font-weight: 600; }

/* --------------------------------------------------------------------------
   문의(Contact) 밴드
   -------------------------------------------------------------------------- */
.kc-contact {
	position: relative; margin-top: 80px; padding: 42px 44px;
	border-radius: 26px; overflow: hidden; color: #fff;
	background:
		radial-gradient(120% 140% at 100% 0%, rgba(80, 128, 230, .45) 0%, rgba(80, 128, 230, 0) 55%),
		linear-gradient(135deg, #0f2352 0%, #183a7e 100%);
}
.kc-contact::after {
	content: ""; position: absolute; right: -70px; top: -70px; width: 240px; height: 240px; border-radius: 50%;
	border: 1px solid rgba(232, 208, 160, .3); pointer-events: none;
}
.kc-contact__eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: #efdcb3; }
.kc-contact__title { margin-top: 8px; font-size: 26px; line-height: 1.35; font-weight: 700; color: #fff; letter-spacing: -0.03em; }
.kc-contact__desc { margin-top: 8px; font-size: 15.5px; color: rgba(255, 255, 255, .86); }
.kc-contact__list { position: relative; z-index: 1; display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; }
.kc-contact__list--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kc-contact__list--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kc-action {
	position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; height: 100%;
	padding: 22px 22px 20px; border-radius: 16px;
	background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18);
	color: #fff; transition: background .3s, transform .3s, border-color .3s;
}
a.kc-action:hover, a.kc-action:focus-visible { background: rgba(255, 255, 255, .16); border-color: rgba(255, 255, 255, .4); transform: translateY(-2px); }
.kc .kc-contact a.kc-action:focus-visible { outline-color: #ffd166; }
.kc-action__icon {
	flex: none; width: 46px; height: 46px; border-radius: 14px;
	display: grid; place-items: center; font-size: 22px;
	background: #fff; color: var(--kc-navy);
}
.kc-action--kakao .kc-action__icon { background: #fee500; color: #3a1d1d; }
.kc-action__txt { display: flex; flex-direction: column; min-width: 0; }
.kc-action__label { font-size: 13.5px; color: rgba(255, 255, 255, .8); line-height: 1.4; }
.kc-action__value { font-size: 17px; font-weight: 700; line-height: 1.45; color: #fff; letter-spacing: -0.02em; }
.kc-action__go { position: absolute; right: 18px; top: 18px; font-size: 18px; opacity: .8; }
.kc-action__value { overflow-wrap: normal; word-break: keep-all; }

/* 신청 방법 타일 (밝은 배경용) */
.kc-methods { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kc-method {
	display: flex; gap: 18px; align-items: flex-start; height: 100%;
	padding: 24px 24px; background: #fff; border: 1px solid var(--kc-line); border-radius: 18px;
	box-shadow: var(--kc-shadow); transition: transform .3s, box-shadow .3s, border-color .3s;
}
a.kc-method:hover, a.kc-method:focus-visible { transform: translateY(-3px); box-shadow: var(--kc-shadow-h); border-color: #c5d3ef; }
.kc-method__icon {
	flex: none; width: 50px; height: 50px; border-radius: 15px;
	display: grid; place-items: center; font-size: 24px;
	background: var(--kc-sky); color: var(--kc-blue);
}
.kc-method--kakao .kc-method__icon { background: #fee500; color: #3a1d1d; }
.kc-method__label { font-size: 13.5px; font-weight: 600; color: var(--kc-gold-d); letter-spacing: .02em; }
.kc-method__title { display: block; margin-top: 2px; font-size: 18px; line-height: 1.45; font-weight: 700; color: var(--kc-navy); letter-spacing: -0.02em; }
.kc-method__text { margin-top: 6px; font-size: 15px; line-height: 1.65; color: var(--kc-muted); }
.kc-method__link { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; font-size: 14.5px; font-weight: 700; color: var(--kc-blue); }

/* --------------------------------------------------------------------------
   배지 / 칩 / 버튼 / 안내
   -------------------------------------------------------------------------- */
.kc-badge {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 4px 11px; border-radius: 999px;
	font-size: 13px; font-weight: 700; line-height: 1.5;
	background: var(--kc-sky); color: var(--kc-blue-d);
}
.kc-badge--gold { background: #f7efdf; color: var(--kc-gold-d); }
.kc-badge--warn { background: var(--kc-danger-bg); color: var(--kc-danger); }
.kc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.kc-chips li {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 7px 15px; border-radius: 999px;
	background: #fff; border: 1px solid var(--kc-line-2);
	font-size: 14.5px; font-weight: 600; color: var(--kc-text-2);
}
.kc-chips li .kc-i { color: var(--kc-blue); }
.kc-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.kc-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 50px; padding: 0 24px; border-radius: 999px;
	font-size: 15.5px; font-weight: 700; letter-spacing: -0.01em;
	background: var(--kc-navy); color: #fff !important; border: 1px solid var(--kc-navy);
	transition: background .3s, transform .3s, box-shadow .3s;
}
.kc-btn:hover, .kc-btn:focus-visible { background: var(--kc-blue); border-color: var(--kc-blue); transform: translateY(-2px); box-shadow: 0 10px 20px -10px rgba(36, 83, 198, .6); }
.kc-btn--line { background: #fff; color: var(--kc-navy) !important; border-color: var(--kc-line-2); }
.kc-btn--line:hover, .kc-btn--line:focus-visible { background: var(--kc-sky); color: var(--kc-navy) !important; border-color: #b9c8e6; }
.kc-btn--kakao { background: #fee500; color: #191919 !important; border-color: #fee500; }
.kc-btn--kakao:hover, .kc-btn--kakao:focus-visible { background: #fbd800; border-color: #fbd800; }
.kc-btn .kc-i { font-size: 18px; }

.kc-note {
	display: flex; gap: 14px; align-items: flex-start;
	margin-top: 22px; padding: 18px 22px; border-radius: 16px;
	background: #fbf6ec; border: 1px solid #efe2c4;
	font-size: 15.5px; line-height: 1.7; color: #4e3b14;
}
.kc-note .kc-i { flex: none; margin-top: 3px; font-size: 20px; color: var(--kc-gold-d); }
.kc-note--info { background: var(--kc-sky-2); border-color: #dce5f6; color: #25355c; }
.kc-note--info .kc-i { color: var(--kc-blue); }
.kc-note a { font-weight: 700; color: var(--kc-blue-d); text-decoration: underline; text-underline-offset: 3px; }
.kc-note strong { color: inherit; }

/* --------------------------------------------------------------------------
   표
   -------------------------------------------------------------------------- */
.kc-table-wrap { border: 1px solid var(--kc-line); border-radius: var(--kc-radius); overflow: hidden; background: #fff; box-shadow: var(--kc-shadow); }
.kc-table { width: 100%; border-collapse: collapse; table-layout: auto; }
.kc-table caption { text-align: left; padding: 0; }
.kc-table thead th {
	padding: 16px 22px; background: var(--kc-navy); color: #fff;
	font-size: 15px; font-weight: 700; text-align: left; letter-spacing: .02em;
}
.kc-table tbody th, .kc-table tbody td {
	padding: 22px 22px; border-top: 1px solid var(--kc-line);
	font-size: 15.5px; line-height: 1.75; text-align: left; vertical-align: top; color: var(--kc-text-2);
}
.kc-table tbody tr:first-child th, .kc-table tbody tr:first-child td { border-top: 0; }
.kc-table tbody th { font-weight: 700; color: var(--kc-navy); background: var(--kc-sky-2); white-space: nowrap; }
.kc-table tbody tr:hover td { background: #fbfcff; }
.kc-table .kc-tel { white-space: nowrap; font-weight: 600; color: var(--kc-navy); font-variant-numeric: tabular-nums; }
.kc-table .kc-tel a:hover { color: var(--kc-blue); text-decoration: underline; }
.kc-table .kc-muted { color: var(--kc-muted); }
.kc-table ul li { position: relative; padding-left: 13px; }
.kc-table ul li + li { margin-top: 3px; }
.kc-table ul li::before { content: ""; position: absolute; left: 0; top: .78em; width: 4px; height: 4px; border-radius: 50%; background: var(--kc-blue); }

/* --------------------------------------------------------------------------
   조직도
   -------------------------------------------------------------------------- */
.kc-org { display: grid; grid-template-columns: minmax(0, 1fr) 212px; gap: 22px; align-items: start; }
.kc-org__main { position: relative; }
.kc-org__chain { display: flex; flex-direction: column; align-items: center; }
.kc-org__node {
	position: relative; z-index: 1;
	min-width: 220px; padding: 12px 26px; border-radius: 14px;
	text-align: center; font-size: 16.5px; font-weight: 700; letter-spacing: -0.02em;
	background: #fff; border: 1px solid var(--kc-line-2); color: var(--kc-navy);
	box-shadow: var(--kc-shadow);
}
.kc-org__node--top { min-width: 290px; padding: 16px 30px; font-size: 18.5px; color: #fff; border: 0; background: linear-gradient(135deg, #12295f, #2453c6); }
.kc-org__line { width: 2px; height: 26px; background: var(--kc-line-2); }
.kc-org__row { position: relative; display: flex; justify-content: center; width: 100%; }
.kc-org__side {
	position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	padding: 10px 18px; border-radius: 12px; font-size: 15px; font-weight: 700;
	color: var(--kc-gold-d); background: #fbf6ec; border: 1px dashed #d9c08c;
}
.kc-org__depts { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.kc-org__depts::before {
	content: ""; position: absolute; top: -26px; left: 16.66%; right: 16.66%; height: 2px; background: var(--kc-line-2);
}
.kc-org__dept { position: relative; background: #fff; border: 1px solid var(--kc-line); border-radius: 18px; overflow: hidden; box-shadow: var(--kc-shadow); }
.kc-org__dept::before { content: ""; position: absolute; top: -26px; left: 50%; width: 2px; height: 26px; margin-left: -1px; background: var(--kc-line-2); }
.kc-org__dept { overflow: visible; }
.kc-org__dept-name {
	padding: 13px 10px; border-radius: 17px 17px 0 0;
	text-align: center; font-size: 16px; font-weight: 700; color: #fff;
	background: linear-gradient(135deg, #1d3d86, #2f64d6);
}
.kc-org__dept-role { padding: 14px 14px 4px; text-align: center; font-size: 14.5px; font-weight: 700; color: var(--kc-navy); line-height: 1.5; }
.kc-org__dept ul { padding: 8px 16px 18px; }
.kc-org__dept li { position: relative; padding-left: 12px; font-size: 14px; line-height: 1.6; color: var(--kc-text-2); }
.kc-org__dept li + li { margin-top: 4px; }
.kc-org__dept li::before { content: ""; position: absolute; left: 0; top: .72em; width: 4px; height: 4px; border-radius: 50%; background: var(--kc-gold); }
.kc-org__aside { padding: 18px 16px; border-radius: 20px; background: var(--kc-sky); border: 1px solid #dbe4f7; }
.kc-org__aside-title { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; font-size: 14.5px; font-weight: 700; color: var(--kc-navy); }
.kc-org__aside li { padding: 12px 12px; border-radius: 12px; background: #fff; text-align: center; }
.kc-org__aside li + li { margin-top: 8px; }
.kc-org__aside strong { display: block; font-size: 15px; color: var(--kc-navy); line-height: 1.45; }
.kc-org__aside span { display: block; margin-top: 2px; font-size: 13.5px; color: var(--kc-muted); line-height: 1.5; }

/* --------------------------------------------------------------------------
   위기 수준 / 긴급 연락처
   -------------------------------------------------------------------------- */
.kc-levels { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kc-level { position: relative; display: flex; flex-direction: column; padding: 24px 20px 22px; background: #fff; border: 1px solid var(--kc-line); border-radius: 18px; box-shadow: var(--kc-shadow); overflow: hidden; }
.kc-level::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--lv, #6f93e0); }
.kc-level__meter { display: flex; gap: 4px; margin-bottom: 14px; }
.kc-level__meter i { width: 22px; height: 6px; border-radius: 3px; background: #e6ebf3; }
.kc-level__meter i.on { background: var(--lv, #6f93e0); }
.kc-level__step { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; color: var(--kc-muted); }
.kc-level__title { margin-top: 4px; font-size: 18px; line-height: 1.4; font-weight: 700; color: var(--kc-navy); letter-spacing: -0.02em; }
.kc-level__period { margin-top: 12px; font-size: 14.5px; font-weight: 700; color: var(--kc-text); }
.kc-level__text { margin-top: 4px; font-size: 14.5px; line-height: 1.65; color: var(--kc-muted); }
.kc-level--1 { --lv: #5b8def; }
.kc-level--2 { --lv: #e0a33a; }
.kc-level--3 { --lv: #e2703a; }
.kc-level--4 { --lv: #c62f2f; }

.kc-hotline {
	padding: 28px 30px; border-radius: 22px;
	background: var(--kc-danger-bg); border: 1px solid #f3cfc9;
}
.kc-hotline__head { display: flex; align-items: center; gap: 12px; }
.kc-hotline__icon { flex: none; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 22px; color: #fff; background: var(--kc-danger); }
.kc-hotline__title { font-size: 19px; font-weight: 700; color: #7a1a12; letter-spacing: -0.02em; line-height: 1.4; }
.kc-hotline__desc { margin-top: 2px; font-size: 14.5px; color: #6b2a22; }
.kc-hotline__list { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 20px; }
.kc-hotline__item {
	display: flex; flex-direction: column; height: 100%;
	padding: 14px 16px; border-radius: 14px; background: #fff; border: 1px solid #f1d6d1;
	transition: transform .3s, box-shadow .3s;
}
a.kc-hotline__item:hover, a.kc-hotline__item:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 22px -14px rgba(180, 35, 24, .5); }
.kc-hotline__name { font-size: 13.5px; line-height: 1.45; color: #6b2a22; }
.kc-hotline__num { margin-top: 2px; font-size: 21px; font-weight: 800; color: var(--kc-danger); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }

/* --------------------------------------------------------------------------
   FAQ (details/summary: 키보드·스크린리더 기본 지원)
   -------------------------------------------------------------------------- */
.kc-faq__item { background: #fff; border: 1px solid var(--kc-line); border-radius: 18px; box-shadow: var(--kc-shadow); transition: border-color .3s, box-shadow .3s; }
.kc-faq__item + .kc-faq__item { margin-top: 12px; }
.kc-faq__item[open] { border-color: #bccbeb; box-shadow: var(--kc-shadow-h); }
.kc-faq__q {
	display: flex; align-items: center; gap: 16px;
	padding: 20px 24px; cursor: pointer; list-style: none;
	font-size: 17px; line-height: 1.5; font-weight: 700; color: var(--kc-navy); letter-spacing: -0.02em;
}
.kc-faq__q::-webkit-details-marker { display: none; }
.kc-faq__q::marker { content: ""; }
.kc-faq__mark {
	flex: none; width: 36px; height: 36px; border-radius: 50%;
	display: grid; place-items: center; font-size: 15px; font-weight: 800;
	color: #fff; background: var(--kc-navy);
}
.kc-faq__toggle {
	flex: none; margin-left: auto; width: 32px; height: 32px; border-radius: 50%;
	display: grid; place-items: center; font-size: 16px;
	color: var(--kc-blue); background: var(--kc-sky); transition: transform .3s, background .3s, color .3s;
}
.kc-faq__item[open] .kc-faq__toggle { transform: rotate(45deg); background: var(--kc-navy); color: #fff; }
.kc-faq__a { display: flex; gap: 16px; padding: 0 24px 24px; }
.kc-faq__a .kc-faq__mark { color: var(--kc-gold-d); background: #f7efdf; }
.kc-faq__a p { padding-top: 5px; font-size: 16px; line-height: 1.85; color: var(--kc-text-2); }
.kc-faq__a a { font-weight: 700; color: var(--kc-blue-d); text-decoration: underline; text-underline-offset: 3px; }

/* --------------------------------------------------------------------------
   분할 레이아웃 / 이미지
   -------------------------------------------------------------------------- */
.kc-split { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 44px; align-items: start; }
.kc-split--rev { grid-template-columns: 300px minmax(0, 1fr); }
.kc-figure { position: relative; }
.kc-figure img { display: block; width: 100%; border-radius: 22px; box-shadow: var(--kc-shadow-h); }
.kc-figure::before {
	content: ""; position: absolute; left: -14px; top: -14px; width: 90px; height: 90px; z-index: -1;
	border-radius: 18px; background: radial-gradient(circle, #d4c29a 1.5px, transparent 2px) 0 0 / 12px 12px;
	opacity: .7;
}
.kc-figure figcaption { margin-top: 12px; font-size: 13.5px; color: var(--kc-muted); text-align: right; }
.kc-sign { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--kc-line); text-align: right; }
.kc-sign span { display: block; font-size: 14px; color: var(--kc-muted); }
.kc-sign strong { display: block; margin-top: 4px; font-size: 20px; color: var(--kc-navy); letter-spacing: -0.02em; }

/* 지도 */
.kc-map { position: relative; min-height: 400px; border: 1px solid var(--kc-line); border-radius: 22px; overflow: hidden; background: var(--kc-bg); box-shadow: var(--kc-shadow); }
/* 지도 스크립트를 불러오지 못한 경우를 위한 대체 안내 (지도가 뜨면 위에 덮임) */
.kc-map__fallback {
	position: absolute; inset: 0; z-index: 0;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
	padding: 24px; text-align: center; color: var(--kc-muted); font-size: 15px;
	background: radial-gradient(circle, #dfe6f3 1.2px, transparent 1.6px) 0 0 / 18px 18px, var(--kc-bg);
}
.kc-map__fallback .kc-i { font-size: 40px; color: var(--kc-blue); }
.kc-map__fallback strong { color: var(--kc-navy); font-size: 17px; }
.kc-map .root_daum_roughmap { position: relative; z-index: 1; }
.kc-map .root_daum_roughmap { width: 100% !important; border: 0 !important; }
.kc-map .root_daum_roughmap .wrap_map { height: 400px !important; }
.kc-map .root_daum_roughmap .cont,
.kc-map .root_daum_roughmap .wrap_controllers { box-sizing: content-box; }

/* 검사 카드 */
.kc-tests { display: grid; gap: 16px; }
.kc-test {
	display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 0;
	background: #fff; border: 1px solid var(--kc-line); border-radius: 22px; overflow: hidden; box-shadow: var(--kc-shadow);
}
.kc-test__head { display: flex; flex-direction: column; justify-content: center; padding: 26px 26px; background: linear-gradient(160deg, var(--kc-sky-2), #e8eefb); border-right: 1px solid var(--kc-line); }
.kc-test__name { font-size: 25px; line-height: 1.3; font-weight: 800; letter-spacing: -0.03em; color: var(--kc-navy); }
.kc-test__full { margin-top: 6px; font-size: 13.5px; line-height: 1.5; color: var(--kc-muted); }
.kc-test__body { padding: 24px 30px; }
.kc-test__desc { font-size: 16px; line-height: 1.8; color: var(--kc-text-2); }
.kc-test__time { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.kc-test__time li { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 10px; background: var(--kc-bg); font-size: 14px; color: var(--kc-text-2); }
.kc-test__time li .kc-i { color: var(--kc-blue); }
.kc-test__time li strong { color: var(--kc-navy); }
.kc-test .kc-badge { margin-top: 14px; }

/* 협력기관 카드 */
.kc-partner { display: flex; flex-direction: column; height: 100%; padding: 26px 26px 22px; background: #fff; border: 1px solid var(--kc-line); border-radius: var(--kc-radius); box-shadow: var(--kc-shadow); }
.kc-partner__head { display: flex; align-items: center; gap: 14px; }
.kc-partner__icon { flex: none; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-size: 23px; color: var(--kc-blue); background: var(--kc-sky); }
.kc-partner__name { font-size: 18px; line-height: 1.4; font-weight: 700; color: var(--kc-navy); letter-spacing: -0.025em; }
.kc-partner__text { margin-top: 14px; font-size: 15px; line-height: 1.7; color: var(--kc-text-2); }
.kc-partner__tel {
	display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
	margin-top: auto; padding: 9px 16px; border-radius: 999px;
	background: var(--kc-bg); border: 1px solid var(--kc-line);
	font-size: 15px; font-weight: 700; color: var(--kc-navy); font-variant-numeric: tabular-nums;
	transition: background .3s, color .3s, border-color .3s;
}
.kc-partner__tel-wrap { margin-top: auto; padding-top: 18px; }
.kc-partner__tel:hover, .kc-partner__tel:focus-visible { background: var(--kc-navy); border-color: var(--kc-navy); color: #fff; }

/* 카카오 채널 카드 */
.kc-kakao {
	display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center;
	padding: 34px 38px; border-radius: 24px;
	background: linear-gradient(135deg, #fff7b8 0%, #fee500 100%);
	color: #2a1c0e;
}
.kc-kakao__label { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: #3a2a12; }
.kc-kakao__title { margin-top: 8px; font-size: 26px; line-height: 1.35; font-weight: 800; letter-spacing: -0.035em; color: #1d1409; }
.kc-kakao__text { margin-top: 8px; font-size: 15.5px; line-height: 1.7; color: #3a2a12; }
.kc-kakao__qr { padding: 12px; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px -14px rgba(60, 40, 0, .5); text-align: center; }
.kc-kakao__qr img { display: block; width: 132px; height: 132px; }
.kc-kakao__qr span { display: block; margin-top: 6px; font-size: 12.5px; font-weight: 600; color: #3a2a12; }
.kc-kakao .kc-btn { background: #191919; border-color: #191919; }
.kc-kakao .kc-btn:hover, .kc-kakao .kc-btn:focus-visible { background: #3a2a12; border-color: #3a2a12; }

/* 일러스트(인라인 SVG) */
.kc-illust { display: block; width: 100%; height: auto; }
.kc-panel { padding: 34px 36px; border-radius: 24px; background: var(--kc-bg); border: 1px solid var(--kc-line); }
.kc-feature { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 36px; align-items: center; }

/* 스크롤 등장 효과 (JS 사용 시에만, 움직임 최소화 설정 존중) */
.kc-js .kc-reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1); }
.kc-js .kc-reveal.is-in { opacity: 1; transform: none; }

/* ==========================================================================
   태블릿 (800 ~ 1216px) : 좌측 메뉴 숨김, 콘텐츠 폭 확장
   ========================================================================== */
@media all and (max-width: 1216px) {
	.kc { padding-top: 6px; }
	.kc-hero { min-height: 340px; }
	.kc-hero__body { max-width: 680px; }
}

/* ==========================================================================
   소형 태블릿 / 대형 모바일 (~ 999px)
   ========================================================================== */
@media all and (max-width: 999px) {
	.kc-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kc-grid--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.kc-steps--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.kc-steps--5 .kc-step:nth-child(3)::after { display: none; }
	.kc-levels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kc-hotline__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kc-org { grid-template-columns: minmax(0, 1fr); }
	.kc-org__aside ul { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kc-org__aside li + li { margin-top: 0; }
	.kc-contact__list { grid-template-columns: minmax(0, 1fr); }
	.kc-contact__list--2, .kc-contact__list--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kc-contact__list:not(.kc-contact__list--2):not(.kc-contact__list--4) .kc-action { flex-direction: row; align-items: center; }
	.kc-contact__list:not(.kc-contact__list--2):not(.kc-contact__list--4) .kc-action__go { position: static; margin-left: auto; }
}

/* ==========================================================================
   모바일 (~ 799px)
   ========================================================================== */
@media all and (max-width: 799px) {
	.kc { font-size: 15.5px; line-height: 1.7; padding: 4px 2px 10px; }
	.kc-hero { min-height: 300px; border-radius: 20px; }
	.kc-hero::before {
		background:
			linear-gradient(0deg, rgba(8, 21, 54, .95) 0%, rgba(8, 21, 54, .78) 48%, rgba(8, 21, 54, .25) 100%);
	}
	.kc-hero::after { left: 24px; right: 24px; }
	.kc-hero__body { padding: 90px 24px 28px; }
	.kc-hero__eyebrow { font-size: 11.5px; letter-spacing: .16em; }
	.kc-hero__title { margin-top: 10px; font-size: 25px; line-height: 1.38; }
	.kc-hero__lead { font-size: 15px; }
	.kc-hero__tags li { font-size: 12.5px; padding: 4px 11px; }

	.kc-sec { margin-top: 52px; }
	.kc-hero + .kc-sec, .kc-intro + .kc-sec { margin-top: 44px; }
	.kc-sec__head { margin-bottom: 22px; padding-bottom: 12px; gap: 10px; }
	.kc-sec__title { font-size: 21.5px; }
	.kc-sec__no { font-size: 13px; padding-bottom: 5px; }
	.kc-sec__en { display: none; }
	.kc-sec__desc { margin: -8px 0 20px; font-size: 15px; }
	.kc-subtitle { margin: 30px 0 14px; font-size: 17.5px; }

	.kc-intro { margin-top: 28px; padding: 64px 22px 24px; font-size: 16.5px; line-height: 1.8; }
	.kc-intro__icon { left: 22px; top: 18px; width: 36px; height: 36px; font-size: 17px; }
	.kc-intro--plain { padding-top: 24px; }
	.kc-prose p { font-size: 15.5px; line-height: 1.9; }
	.kc-prose__lead { font-size: 19px !important; }

	.kc-grid, .kc-grid--2 { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	.kc-grid--4, .kc-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.kc-card { padding: 24px 22px 22px; border-radius: 18px; }
	.kc-card__icon { width: 50px; height: 50px; font-size: 24px; margin-bottom: 16px; border-radius: 14px; }
	.kc-card__title { font-size: 18px; }
	.kc-card__text { font-size: 15px; }
	.kc-card--center { padding: 22px 12px 20px; }
	.kc-card--center .kc-card__title { font-size: 15.5px; }
	.kc-card--center .kc-card__icon { width: 46px; height: 46px; font-size: 22px; }

	.kc-facts { grid-template-columns: minmax(0, 1fr); }
	.kc-fact { padding: 20px 22px; }
	.kc-fact__value { font-size: 19px; }

	/* 절차: 세로 배치 */
	.kc-steps, .kc-steps--3, .kc-steps--5, .kc-steps--2 { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	.kc-step {
		display: grid; grid-template-columns: 50px minmax(0, 1fr); column-gap: 16px; align-items: start;
		padding: 18px 18px; text-align: left;
	}
	.kc-step__icon { grid-row: 1 / span 4; grid-column: 1; width: 50px; height: 50px; margin: 0; font-size: 22px; }
	.kc-step__no, .kc-step__title, .kc-step__text, .kc-step__list { grid-column: 2; }
	.kc-step__title { font-size: 16.5px; }
	.kc-step__text { font-size: 14.5px; margin-top: 2px; }
	.kc-step:not(:last-child)::after,
	.kc-steps--5 .kc-step:nth-child(3)::after {
		display: block; top: auto; bottom: -18px; right: auto; left: 32px; margin-top: 0;
		transform: rotate(90deg);
	}

	.kc-tl__item { grid-template-columns: minmax(0, 1fr); }
	.kc-tl__year { font-size: 22px; padding: 0 0 8px 0; }
	.kc-tl__events { margin-left: 8px; padding: 0 0 26px 22px; }
	.kc-tl__events::before { top: 6px; left: -9px; }
	.kc-tl__event { flex-direction: column; gap: 0; padding: 10px 14px; font-size: 15px; }

	.kc-meta { grid-template-columns: minmax(0, 1fr); }
	.kc-meta dt { padding: 12px 0 2px; border-bottom: 0; }
	.kc-meta dd { padding: 0 0 12px 25px; }
	.kc-program { grid-template-columns: minmax(0, 1fr); border-radius: 18px; }
	.kc-program__head { padding: 22px 22px; }
	.kc-program__icon { display: none; }
	.kc-program__title { margin-top: 6px; font-size: 18px; }
	.kc-program__body { padding: 8px 22px 12px; }

	.kc-numbered { grid-template-columns: minmax(0, 1fr); gap: 12px; }
	.kc-numbered > li { padding: 22px 20px; }
	.kc-numbered__title { font-size: 17px; }

	.kc-contact { margin-top: 56px; padding: 30px 22px; border-radius: 22px; }
	.kc-contact__title { font-size: 22px; }
	.kc-contact__list, .kc-contact__list--2, .kc-contact__list--4 { grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 22px; }
	.kc-action, .kc-contact__list--2 .kc-action, .kc-contact__list--4 .kc-action { flex-direction: row; align-items: center; padding: 14px 16px; }
	.kc-action__go { position: static !important; margin-left: auto; }
	.kc-action__icon { width: 42px; height: 42px; font-size: 20px; }
	.kc-action__value { font-size: 16px; }

	.kc-methods { grid-template-columns: minmax(0, 1fr); gap: 12px; }
	.kc-method { padding: 20px 18px; gap: 14px; }
	.kc-method__icon { width: 44px; height: 44px; font-size: 21px; }
	.kc-method__title { font-size: 16.5px; }

	/* 표 → 카드형 */
	.kc-table-wrap { border: 0; box-shadow: none; background: transparent; overflow: visible; }
	.kc-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); }
	.kc-table, .kc-table tbody, .kc-table tr, .kc-table th, .kc-table td { display: block; width: 100%; }
	.kc-table tbody tr { margin-bottom: 12px; border: 1px solid var(--kc-line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--kc-shadow); }
	.kc-table tbody th { padding: 14px 18px; border-top: 0; font-size: 16.5px; }
	.kc-table tbody td { padding: 12px 18px; border-top: 1px solid var(--kc-line); font-size: 15px; }
	.kc-table tbody tr:first-child td { border-top: 1px solid var(--kc-line); }
	.kc-table tbody td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 2px; font-size: 12.5px; font-weight: 700; color: var(--kc-gold-d); letter-spacing: .04em; }

	.kc-org__node { min-width: 0; width: 100%; max-width: 320px; font-size: 15.5px; padding: 11px 16px; }
	.kc-org__node--top { max-width: 340px; font-size: 16.5px; }
	.kc-org__row { flex-direction: column; align-items: center; }
	.kc-org__side { position: static; transform: none; margin-top: 10px; font-size: 14px; }
	.kc-org__depts { grid-template-columns: minmax(0, 1fr); gap: 26px; }
	.kc-org__depts::before { display: none; }
	.kc-org__aside ul { grid-template-columns: minmax(0, 1fr); }

	.kc-levels { grid-template-columns: minmax(0, 1fr); gap: 12px; }
	.kc-hotline { padding: 22px 18px; border-radius: 18px; }
	.kc-hotline__title { font-size: 17px; }
	.kc-hotline__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.kc-hotline__num { font-size: 19px; }

	.kc-faq__q { gap: 12px; padding: 16px 16px; font-size: 15.5px; }
	.kc-faq__mark { width: 30px; height: 30px; font-size: 13.5px; }
	.kc-faq__toggle { width: 28px; height: 28px; font-size: 14px; }
	.kc-faq__a { gap: 12px; padding: 0 16px 18px; }
	.kc-faq__a p { font-size: 15px; padding-top: 3px; }

	.kc-split, .kc-split--rev { grid-template-columns: minmax(0, 1fr); gap: 28px; }
	.kc-split .kc-figure { order: -1; }
	.kc-figure img { aspect-ratio: 16 / 10; object-fit: cover; border-radius: 18px; }
	.kc-figure::before { display: none; }

	.kc-map { min-height: 300px; }
	.kc-map .root_daum_roughmap .wrap_map { height: 300px !important; }

	.kc-test { grid-template-columns: minmax(0, 1fr); border-radius: 18px; }
	.kc-test__head { padding: 20px 22px; border-right: 0; border-bottom: 1px solid var(--kc-line); }
	.kc-test__name { font-size: 21px; }
	.kc-test__body { padding: 18px 22px 22px; }
	.kc-test__desc { font-size: 15px; }

	.kc-kakao { grid-template-columns: minmax(0, 1fr); padding: 26px 22px; gap: 20px; }
	.kc-kakao__title { font-size: 21px; }
	.kc-kakao__qr { display: none; }

	.kc-panel { padding: 24px 20px; border-radius: 20px; }
	.kc-feature { grid-template-columns: minmax(0, 1fr); gap: 20px; }
	.kc-feature > .kc-illust, .kc-feature > figure { max-width: 220px; margin: 0 auto; }

	.kc-btn { min-height: 48px; padding: 0 20px; font-size: 15px; }
	.kc-btns { gap: 8px; }
	.kc-btns .kc-btn { flex: 1 1 auto; }
}

@media all and (max-width: 420px) {
	.kc-grid--4, .kc-grid--5 { grid-template-columns: minmax(0, 1fr); }
	.kc-card--center { flex-direction: row; text-align: left; gap: 14px; padding: 16px 18px; align-items: center; }
	.kc-card--center .kc-card__icon { margin: 0; }
	.kc-hotline__list { grid-template-columns: minmax(0, 1fr); }
}

/* 움직임 최소화 설정 사용자 */
@media (prefers-reduced-motion: reduce) {
	.kc *, .kc *::before, .kc *::after { transition: none !important; animation: none !important; }
	.kc-js .kc-reveal { opacity: 1; transform: none; }
	.kc-hero__img { transform: none; }
}

/* 고대비 모드(Windows) */
@media (forced-colors: active) {
	.kc-hero::before { background: rgba(0, 0, 0, .7); }
	.kc-card, .kc-step, .kc-program, .kc-test, .kc-faq__item { border: 1px solid CanvasText; }
}

/* 인쇄 */
@media print {
	.kc-hero { min-height: 0; color: #000; background: none; }
	.kc-hero::before, .kc-hero::after, .kc-hero__img { display: none; }
	.kc-hero__title, .kc-hero__lead, .kc-hero__eyebrow { color: #000; text-shadow: none; }
	.kc-contact { color: #000; background: none; border: 1px solid #999; }
	.kc-contact__title, .kc-action, .kc-action__value, .kc-action__label { color: #000; }
	.kc-js .kc-reveal { opacity: 1; transform: none; }
}

/* 여백 보조 클래스 */
.kc .kc-mt { margin-top: 28px; }
.kc .kc-sec__desc--flush { margin: 0 0 20px; }
.kc .kc-intro--flush { margin-top: 0; }
.kc .kc-hero + .kc-hotline { margin-top: 28px; }
@media all and (max-width: 799px) {
	.kc .kc-mt { margin-top: 20px; }
	.kc .kc-hero + .kc-hotline { margin-top: 20px; }
}

/* 캠퍼스 안전망 구성도 : 작은 화면에서는 아래 기관 카드로 동일 정보 제공 */
.kc-net-wrap { padding: 20px 16px; background: #fff; }
@media all and (max-width: 599px) {
	.kc-net-wrap { display: none; }
}

/* ==========================================================================
   마우스 오버 강조 효과 (연혁 · 조직도 · 절차/위기상담 체계 · 위기수준 · 카드 · 표 등)
   - hover 가능한 정밀 포인터(마우스) 환경에서만 동작 → 터치 기기의 hover 고착 방지
   - 링크를 포함한 요소는 :focus-within 으로 키보드 사용자에게도 동일하게 강조
   - 움직임 최소화 설정 사용자는 이동(transform) 없이 색상·그림자만 변경
   ========================================================================== */
.kc-tl__year, .kc-tl__events, .kc-tl__events::before, .kc-tl__event, .kc-tl__date,
.kc-org__node, .kc-org__side, .kc-org__dept, .kc-org__dept::before, .kc-org__dept-name, .kc-org__aside li, .kc-org__aside strong, .kc-org__aside span,
.kc-step, .kc-step::before, .kc-step__icon, .kc-step__title,
.kc-level, .kc-level::before, .kc-level__meter i,
.kc-card, .kc-card__icon, .kc-card__num,
.kc-program, .kc-program__head, .kc-program__head::after,
.kc-test, .kc-test__head, .kc-test__name,
.kc-fact, .kc-fact__label .kc-i, .kc-fact__value,
.kc-numbered > li, .kc-numbered__no,
.kc-partner, .kc-partner__icon,
.kc-table tbody th, .kc-table tbody td,
.kc-faq__item, .kc-tests, .kc-hotline__item,
.kc-net__node rect, .kc-net__node line, .kc-net__node text {
	transition-property: transform, box-shadow, background, background-color, color, border-color, opacity, fill, stroke, stroke-width, height;
	transition-duration: .35s;
	transition-timing-function: cubic-bezier(.2, .7, .2, 1);
}
/* 절차 카드 상단 강조선 (hover 시 펼쳐짐) */
.kc-step::before {
	content: ""; position: absolute; left: 18px; right: 18px; top: -1px; height: 3px;
	border-radius: 0 0 3px 3px;
	background: linear-gradient(90deg, var(--kc-blue), var(--kc-gold));
	transform: scaleX(0); transform-origin: center;
	transition-property: transform; transition-duration: .45s;
}

/* 키보드 사용자: 링크가 들어 있는 블록은 초점 이동 시에도 강조 */
.kc-partner:focus-within, .kc-partner.is-hl { border-color: #b9c9ee; box-shadow: var(--kc-shadow-h); }
.kc-partner:focus-within .kc-partner__icon, .kc-partner.is-hl .kc-partner__icon { background: var(--kc-navy); color: #fff; }
.kc-table tbody tr:focus-within th { background: var(--kc-navy); color: #fff; }
.kc-table tbody tr:focus-within td { background: #f5f8fe; }
.kc-net__node.is-hl rect { fill: var(--kc-navy); stroke: var(--kc-navy); }
.kc-net__node.is-hl text { fill: #fff; }
.kc-net__node.is-hl line { stroke: var(--kc-blue); stroke-width: 2.6; stroke-dasharray: none; }

@media (hover: hover) and (pointer: fine) {
	/* --- 연혁 --- */
	.kc-tl__item:hover .kc-tl__year { color: var(--kc-blue); }
	.kc-tl__item:hover .kc-tl__events { border-left-color: #b9c9ee; }
	.kc-tl__item:hover .kc-tl__events::before {
		background: var(--kc-blue); border-color: #fff;
		box-shadow: 0 0 0 3px var(--kc-blue), 0 0 0 10px rgba(36, 83, 198, .15);
	}
	.kc-tl__item--now:hover .kc-tl__events::before { background: var(--kc-gold); box-shadow: 0 0 0 3px var(--kc-gold), 0 0 0 10px rgba(200, 166, 104, .28); }
	.kc-tl__event:hover {
		background: linear-gradient(135deg, #12295f 0%, #1f418b 100%); color: #fff;
		box-shadow: 0 14px 26px -16px rgba(18, 41, 95, .7);
	}
	.kc-tl__event:hover .kc-tl__date { color: #efdcb3; }

	/* --- 조직도 --- */
	.kc-org__node:hover { border-color: var(--kc-blue); background: var(--kc-sky); color: var(--kc-blue-d); box-shadow: var(--kc-shadow-h); }
	.kc-org__node--top:hover { background: linear-gradient(135deg, #0f2352, #2f64d6); color: #fff; box-shadow: 0 20px 36px -16px rgba(36, 83, 198, .75); }
	.kc-org__side:hover { background: #f4e6c8; border-style: solid; box-shadow: 0 10px 20px -14px rgba(127, 95, 34, .6); }
	.kc-org__dept:hover { border-color: #9fb5e6; box-shadow: 0 0 0 4px rgba(36, 83, 198, .08), var(--kc-shadow-h); }
	.kc-org__dept:hover::before { background: var(--kc-blue); width: 3px; margin-left: -1.5px; }
	.kc-org__dept:hover .kc-org__dept-name { background: linear-gradient(135deg, #12295f, #2453c6); }
	.kc-org__aside li:hover { background: var(--kc-navy); box-shadow: 0 12px 22px -14px rgba(18, 41, 95, .7); }
	.kc-org__aside li:hover strong { color: #fff; }
	.kc-org__aside li:hover span { color: #dbe4f7; }

	/* --- 절차 / 위기상담 체계 --- */
	.kc-step:hover { z-index: 1; border-color: #b9c9ee; box-shadow: 0 0 0 4px rgba(36, 83, 198, .07), var(--kc-shadow-h); }
	.kc-step:hover::before { transform: scaleX(1); }
	.kc-step:hover .kc-step__icon { background: linear-gradient(145deg, #3a70e0, #12295f); box-shadow: 0 0 0 6px var(--kc-sky), 0 14px 24px -8px rgba(36, 83, 198, .6); }
	.kc-step:last-child:hover .kc-step__icon { background: linear-gradient(145deg, #d8b878, #8f6f33); box-shadow: 0 0 0 6px #f7efdf, 0 14px 24px -8px rgba(143, 111, 51, .55); }
	.kc-step:hover .kc-step__title { color: var(--kc-blue-d); }

	/* --- 위기수준 --- */
	.kc-level:hover { border-color: var(--lv); box-shadow: 0 0 0 4px rgba(18, 41, 95, .05), var(--kc-shadow-h); background: #fff; background: color-mix(in srgb, var(--lv) 7%, #fff); }
	.kc-level:hover::before { height: 8px; }

	/* --- 카드 (링크 없는 카드 포함) --- */
	.kc-card:hover { border-color: #c5d3ef; box-shadow: var(--kc-shadow-h); }
	.kc-card:hover .kc-card__icon { background: var(--kc-navy); color: #fff; }
	.kc-card:hover .kc-card__num { color: #dde6f7; }
	.kc-card--navy:hover { box-shadow: 0 22px 44px -18px rgba(18, 41, 95, .7); }
	.kc-card--navy:hover .kc-card__icon { background: var(--kc-gold); color: #12295f; }
	.kc-card--soft:hover { background: #fff; }

	/* --- 프로그램 / 검사 / 협력기관 --- */
	.kc-program:hover { border-color: #b9c9ee; box-shadow: var(--kc-shadow-h); }
	.kc-program:hover .kc-program__head { background: linear-gradient(160deg, #0f2352 0%, #2f5fd0 100%); }
	.kc-test:hover { border-color: #b9c9ee; box-shadow: var(--kc-shadow-h); }
	.kc-test:hover .kc-test__head { background: linear-gradient(160deg, #12295f, #24488f); }
	.kc-test:hover .kc-test__name { color: #fff; }
	.kc-test:hover .kc-test__full { color: #dbe4f7; }
	.kc-partner:hover { border-color: #b9c9ee; box-shadow: var(--kc-shadow-h); }
	.kc-partner:hover .kc-partner__icon { background: var(--kc-navy); color: #fff; }

	/* --- 핵심 정보 / 번호 목록 / 표 / FAQ --- */
	.kc-fact:hover { background: var(--kc-sky-2); }
	.kc-fact:hover .kc-fact__value { color: var(--kc-blue-d); }
	.kc-numbered > li:hover { border-color: #b9c9ee; box-shadow: var(--kc-shadow-h); }
	.kc-numbered > li:hover .kc-numbered__no { background: var(--kc-blue); }
	.kc-table tbody tr:hover th { background: var(--kc-navy); color: #fff; }
	.kc-table tbody tr:hover td { background: #f5f8fe; }
	.kc-faq__item:hover { border-color: #bccbeb; }

	/* --- 캠퍼스 안전망 구성도 --- */
	.kc-net__node:hover rect { fill: var(--kc-navy); stroke: var(--kc-navy); }
	.kc-net__node:hover text { fill: #fff; }
	.kc-net__node:hover line { stroke: var(--kc-blue); stroke-width: 2.6; stroke-dasharray: none; }
}

/* 이동 효과: 움직임 최소화 설정이 아닐 때만 */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
	.kc-tl__item:hover .kc-tl__year { transform: translateX(4px); }
	.kc-tl__event:hover { transform: translateX(6px); }
	.kc-org__node:hover { transform: translateY(-3px); }
	.kc-org__dept:hover { transform: translateY(-5px); }
	.kc-org__aside li:hover { transform: translateX(-4px); }
	.kc-step:hover { transform: translateY(-6px); }
	.kc-step:hover .kc-step__icon { transform: scale(1.08) rotate(-6deg); }
	.kc-level:hover, .kc-card:hover, .kc-program:hover, .kc-test:hover,
	.kc-numbered > li:hover, .kc-partner:hover { transform: translateY(-4px); }
	.kc-fact:hover .kc-fact__label .kc-i { transform: scale(1.2); }
	.kc-program:hover .kc-program__head::after { transform: scale(1.25); }
}
@media (prefers-reduced-motion: no-preference) {
	.kc-partner.is-hl { transform: translateY(-4px); }
}

/* ==========================================================================
   제목 등장효과
   - 페이지 제목(#subTitle) : CSS 만으로 떠오르며 등장 (프레임 마크업 변경 없음)
   - 히어로 제목 : 줄 단위로 아래에서 올라오며 등장 → 영문 라벨·설명·태그 순차 등장
   - 섹션 제목 : 화면에 들어올 때 글자가 왼쪽부터 드러나고 밑줄이 자라남
   - 소제목·문의 제목 : 떠오르며 등장
   - .kc-js 는 움직임 최소화 설정이 아닐 때만 붙음 (본문 시작부 인라인 스크립트)
   ========================================================================== */
.kc-hero__line { display: block; }

@keyframes kcFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes kcFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes kcLineUp { from { transform: translateY(110%); } to { transform: none; } }
@keyframes kcGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes kcPop { 0% { transform: scale(0); } 70% { transform: scale(1.35); } 100% { transform: scale(1); } }
@keyframes kcWipe {
	from { clip-path: inset(-20% 100% -20% -4%); transform: translateX(-12px); }
	to { clip-path: inset(-20% -12% -20% -4%); transform: none; }
}
@keyframes kcPageTitle {
	from { opacity: 0; transform: translateY(16px); letter-spacing: .14em; }
	to { opacity: 1; transform: none; letter-spacing: 0; }
}

/* 페이지 제목 (프레임 영역의 제목 글자에만 효과 적용) */
@media (prefers-reduced-motion: no-preference) {
	#subTitle p { animation: kcPageTitle 1s cubic-bezier(.2, .8, .2, 1) both; }
}

/* 히어로 */
.kc-js .kc-hero__line { overflow: hidden; padding: 0 .06em .1em 0; margin-bottom: -.1em; }
.kc-js .kc-hero__line > span { display: block; animation: kcLineUp 1s cubic-bezier(.2, .8, .2, 1) .3s both; }
.kc-js .kc-hero__line:nth-child(2) > span { animation-delay: .44s; }
.kc-js .kc-hero__line:nth-child(3) > span { animation-delay: .58s; }
.kc-js .kc-hero__eyebrow { animation: kcFadeUp .8s cubic-bezier(.2, .8, .2, 1) .1s both; }
.kc-js .kc-hero__eyebrow::before { transform-origin: left center; animation: kcGrow .9s cubic-bezier(.2, .8, .2, 1) .2s both; }
.kc-js .kc-hero__lead { animation: kcFadeUp .9s cubic-bezier(.2, .8, .2, 1) .7s both; }
.kc-js .kc-hero__tags li { animation: kcFadeUp .7s cubic-bezier(.2, .8, .2, 1) .85s both; }
.kc-js .kc-hero__tags li:nth-child(2) { animation-delay: .92s; }
.kc-js .kc-hero__tags li:nth-child(3) { animation-delay: .99s; }
.kc-js .kc-hero__tags li:nth-child(4) { animation-delay: 1.06s; }
.kc-js .kc-hero__tags li:nth-child(5) { animation-delay: 1.13s; }
.kc-js .kc-hero__tags li:nth-child(6) { animation-delay: 1.2s; }
.kc-js .kc-hero::after { transform-origin: left center; animation: kcGrow 1.4s cubic-bezier(.2, .8, .2, 1) .5s both; }

/* 섹션 제목 */
.kc-js .kc-sec__head .kc-sec__no,
.kc-js .kc-sec__head .kc-sec__en { opacity: 0; }
.kc-js .kc-sec__head .kc-sec__title { clip-path: inset(-20% 100% -20% -4%); }
.kc-js .kc-sec__head::after { transform: scaleX(0); transform-origin: left center; }
.kc-js .kc-sec__head.is-in .kc-sec__no { animation: kcFadeUp .6s cubic-bezier(.2, .8, .2, 1) .05s both; }
.kc-js .kc-sec__head.is-in .kc-sec__title { animation: kcWipe 1s cubic-bezier(.65, 0, .35, 1) .12s both; }
.kc-js .kc-sec__head.is-in::after { animation: kcGrow .9s cubic-bezier(.2, .8, .2, 1) .5s both; }
.kc-js .kc-sec__head.is-in .kc-sec__en { animation: kcFadeIn .8s ease .75s both; }

/* 소제목 · 인사말 머리글 */
.kc-js .kc-subtitle, .kc-js .kc-prose__lead { opacity: 0; }
.kc-js .kc-subtitle.is-in { animation: kcFadeUp .7s cubic-bezier(.2, .8, .2, 1) both; }
.kc-js .kc-subtitle.is-in::before { animation: kcPop .6s ease .25s both; }
.kc-js .kc-prose__lead.is-in { animation: kcFadeUp .9s cubic-bezier(.2, .8, .2, 1) .1s both; }

/* 문의 영역 제목 */
.kc-js .kc-contact__eyebrow, .kc-js .kc-contact__title, .kc-js .kc-contact__desc { opacity: 0; }
.kc-js .kc-contact.is-in .kc-contact__eyebrow { animation: kcFadeUp .7s cubic-bezier(.2, .8, .2, 1) .15s both; }
.kc-js .kc-contact.is-in .kc-contact__title { animation: kcFadeUp .8s cubic-bezier(.2, .8, .2, 1) .28s both; }
.kc-js .kc-contact.is-in .kc-contact__desc { animation: kcFadeUp .8s cubic-bezier(.2, .8, .2, 1) .42s both; }

/* 안전장치 : 움직임 최소화 설정을 켜거나 인쇄할 때는 항상 완전히 보이게 */
@media (prefers-reduced-motion: reduce) {
	.kc-js .kc-hero__line > span, .kc-js .kc-hero__eyebrow, .kc-js .kc-hero__lead, .kc-js .kc-hero__tags li,
	.kc-js .kc-sec__head .kc-sec__no, .kc-js .kc-sec__head .kc-sec__en, .kc-js .kc-sec__head .kc-sec__title,
	.kc-js .kc-subtitle, .kc-js .kc-prose__lead,
	.kc-js .kc-contact__eyebrow, .kc-js .kc-contact__title, .kc-js .kc-contact__desc {
		opacity: 1 !important; transform: none !important; clip-path: none !important;
	}
	.kc-js .kc-sec__head::after, .kc-js .kc-hero__eyebrow::before, .kc-js .kc-hero::after { transform: none !important; }
}
@media print {
	#subTitle p, .kc-js .kc-hero__line > span, .kc-js .kc-hero__eyebrow, .kc-js .kc-hero__lead, .kc-js .kc-hero__tags li,
	.kc-js .kc-sec__head .kc-sec__no, .kc-js .kc-sec__head .kc-sec__en, .kc-js .kc-sec__head .kc-sec__title,
	.kc-js .kc-subtitle, .kc-js .kc-prose__lead,
	.kc-js .kc-contact__eyebrow, .kc-js .kc-contact__title, .kc-js .kc-contact__desc {
		opacity: 1 !important; transform: none !important; clip-path: none !important; animation: none !important;
	}
	.kc-js .kc-sec__head::after { transform: none !important; }
}

/* 문의 영역 : 이 페이지 바로가기 QR코드 (모바일에서는 이미 해당 페이지이므로 숨김) */
.kc-contact__qr {
	position: absolute; z-index: 2; right: 44px; top: 28px;
	padding: 10px 10px 8px; border-radius: 16px; background: #fff; text-align: center;
	box-shadow: 0 14px 30px -16px rgba(0, 0, 0, .55);
}
.kc-contact__qr img { display: block; width: 116px; height: 116px; margin: 0 auto; }
.kc-contact__qr figcaption { margin-top: 6px; font-size: 12px; line-height: 1.45; font-weight: 600; color: var(--kc-navy); }
.kc-contact--qr .kc-contact__eyebrow,
.kc-contact--qr .kc-contact__title,
.kc-contact--qr .kc-contact__desc { padding-right: 180px; }
.kc-contact--qr .kc-contact__list { margin-top: 86px; }
@media all and (max-width: 799px) {
	.kc-contact__qr { display: none; }
	.kc-contact--qr .kc-contact__eyebrow,
	.kc-contact--qr .kc-contact__title,
	.kc-contact--qr .kc-contact__desc { padding-right: 0; }
	.kc-contact--qr .kc-contact__list { margin-top: 22px; }
}

/* 키보드 초점 진입 시 등장효과 즉시 완료 */
.kc-js .kc-reveal.kc-now { transition: none !important; opacity: 1 !important; transform: none !important; }
.kc-js .kc-now, .kc-js .kc-now * { animation-duration: .01s !important; animation-delay: 0s !important; }

/* 부서소개 표 전화번호 : 터치 대상 최소 크기 확보 (WCAG 2.5.8) */
.kc-table .kc-tel a { display: inline-flex; align-items: center; min-height: 32px; padding: 0 2px; }
