
        /* ----- [03-A] 전역 기본 ----- */
        html { scroll-behavior: smooth; }
        body { font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif; }

        /* ----- [03-B] 페이지 라디얼 배경 ----- */
        .kw-bg-radial {
            background:
                radial-gradient(circle at 12% 12%, rgba(185,151,91,.14), transparent 32%),
                radial-gradient(circle at 86% 14%, rgba(31,95,174,.12), transparent 28%),
                linear-gradient(180deg, #ffffff 0%, #f8fafc 56%, #ffffff 100%);
        }

        /* ----- [03-C] 히어로 격자 오버레이 ----- */
        .kw-hero-grid {
            background-image:
                linear-gradient(rgba(11,42,91,.07) 1px, transparent 1px),
                linear-gradient(90deg, rgba(11,42,91,.07) 1px, transparent 1px);
            background-size: 44px 44px;
            mask-image: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,.08));
        }

        /* ----- [03-D] 히어로 슬라이드 ----- */
        .kw-hero-stack { display: grid; }
        .kw-hero-stack > .kw-slide { grid-area: 1 / 1; }

        .kw-slide {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            z-index: 1;
            transition: opacity .9s ease, visibility .9s ease;
        }
        .kw-slide.is-active {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            z-index: 2;
        }

        /* ----- [03-E] 히어로 배경 ----- */
        .kw-hero-bg {
            background-image:
                linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.04) 100%),
                url('/images/herobg.png');
            background-size: cover, auto 135%;
            background-position: center, center 60%;
            background-repeat: no-repeat, no-repeat;
            filter: grayscale(100%) contrast(1.2) brightness(1.35);
        }
        @media (max-width: 1023px) {
            .kw-hero-bg { background-size: cover, cover; }
        }

        /* ----- [03-F] 히어로 더미 비주얼 ----- */
        .kw-visual {
            position: relative;
            overflow: hidden;
            min-height: 520px;
            background: linear-gradient(135deg, #071A35 0%, #0B2A5B 48%, #132F55 100%);
        }
        .kw-visual::before {
            content: "";
            position: absolute;
            inset: 34px;
            border: 1px solid rgba(255,255,255,.18);
            border-radius: 34px;
        }
        .kw-visual::after {
            content: "VISUAL IMAGE SLOT";
            position: absolute;
            right: 34px;
            bottom: 30px;
            color: rgba(255,255,255,.42);
            font-size: 11px;
            font-weight: 900;
            letter-spacing: .2em;
        }
        .kw-visual-mark {
            position: absolute;
            left: 9%;
            bottom: 14%;
            width: 72%;
            height: 30%;
            border-radius: 999px 999px 24px 24px;
            background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
            border: 1px solid rgba(255,255,255,.14);
            transform: perspective(900px) rotateX(58deg);
        }
        .kw-visual-wall {
            position: absolute;
            left: 13%;
            bottom: 28%;
            width: 74%;
            height: 110px;
            transform: skewX(-14deg);
            border-radius: 18px;
            background: linear-gradient(90deg, rgba(5,8,16,.92), rgba(36,46,64,.88), rgba(5,8,16,.92));
            box-shadow: 0 36px 80px rgba(0,0,0,.34);
        }
        .kw-visual-wall span {
            position: absolute;
            top: 22px;
            width: 1px;
            height: 58px;
            background: rgba(255,255,255,.18);
        }
        .kw-flag-line {
            position: absolute;
            top: 18%;
            left: 12%;
            right: 12%;
            display: flex;
            justify-content: space-between;
            gap: 9px;
        }
        .kw-flag-line i {
            display: block;
            width: 34px;
            height: 52px;
            border-radius: 5px 5px 13px 13px;
            background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.32));
            box-shadow: 0 14px 34px rgba(0,0,0,.2);
        }
        .kw-visual-1 .kw-visual-wall { background: linear-gradient(90deg, #050816, #1b2638, #050816); }
        .kw-visual-2 { background: linear-gradient(135deg, #06111f 0%, #16263b 42%, #B9975B 160%); }
        .kw-visual-2 .kw-visual-wall { height: 148px; bottom: 24%; }
        .kw-visual-3 { background: linear-gradient(135deg, #071A35 0%, #0f355f 54%, #2b2f38 100%); }
        .kw-visual-3 .kw-flag-line i:nth-child(2n) { background: linear-gradient(180deg, rgba(214,50,62,.74), rgba(255,255,255,.25)); }
        .kw-visual-3 .kw-flag-line i:nth-child(3n) { background: linear-gradient(180deg, rgba(31,95,174,.88), rgba(255,255,255,.25)); }

        /* ----- [03-G] 카드 더미 비주얼 ----- */
        .kw-card-visual {
            min-height: 260px;
            background:
                radial-gradient(circle at 24% 18%, rgba(185,151,91,.25), transparent 28%),
                linear-gradient(135deg, #071A35, #0B2A5B 68%, #152238);
        }
        .kw-card-visual-wall::before,
        .kw-card-visual-alliance::before {
            content: "";
            position: absolute;
            left: 12%;
            right: 12%;
            bottom: 22%;
            height: 78px;
            border-radius: 18px;
            background: rgba(255,255,255,.1);
            border: 1px solid rgba(255,255,255,.16);
            transform: skewX(-12deg);
        }
        .kw-card-visual-alliance::after {
            content: "";
            position: absolute;
            top: 20%;
            left: 14%;
            right: 14%;
            height: 56px;
            border-radius: 999px;
            background: repeating-linear-gradient(90deg, rgba(255,255,255,.75) 0 22px, rgba(185,151,91,.55) 22px 36px, rgba(31,95,174,.6) 36px 58px);
            opacity: .45;
        }

        /* ----- [03-H] 공용 유틸 ----- */
        .kw-section-label { letter-spacing: .22em; }
        .kw-mobile-menu { display: none; }
        .kw-mobile-menu.is-open { display: block; }
        @media (max-width: 1023px) {
            .kw-visual { min-height: 360px; }
        }

        /* ----- [03-I] GNB 커스텀 ----- */
        .kw-gnb {
            transition: background .28s ease, border-color .28s ease, box-shadow .28s ease;
        }
        .kw-gnb.is-scrolled {
            background:
                linear-gradient(135deg, rgba(7,26,53,.70), rgba(11,42,91,.70) 48%, rgba(22,38,59,.70));
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border-color: rgba(255,255,255,.12);
            box-shadow: 0 18px 50px rgba(7,26,53,.18);
        }
        .kw-gnb.is-scrolled .kw-gnb-menu-link {
            color: rgba(255,255,255,.92) !important;
        }
        .kw-gnb.is-scrolled .kw-gnb-menu-link:hover {
            background: rgba(255,255,255,.09) !important;
            color: #ffffff !important;
        }
        .kw-gnb.is-scrolled .kw-gnb-mobile-button {
            border-color: rgba(255,255,255,.22);
            background: rgba(255,255,255,.08);
            color: #ffffff;
        }

        .kw-donate-gradient {
            position: relative;
            overflow: hidden;
            background-size: 220% 220%;
            background-image: linear-gradient(135deg, #071A35 0%, #0B2A5B 35%, #B9975B 72%, #071A35 100%);
            animation: kwDonateFlow 5.5s ease infinite;
        }
        .kw-donate-gradient::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.28) 45%, transparent 70%);
            transform: translateX(-120%);
            animation: kwDonateShine 3.8s ease-in-out infinite;
        }
        .kw-donate-gradient span {
            position: relative;
            z-index: 1;
        }
        @keyframes kwDonateFlow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        @keyframes kwDonateShine {
            0%, 45% { transform: translateX(-120%); }
            70%, 100% { transform: translateX(120%); }
        }

        /* ----- [03-J] GNB 로고 스크롤 보정 ----- */
        .kw-gnb-logo-title,
        .kw-gnb-logo-subtitle {
            transition: color .28s ease;
        }
        .kw-gnb.is-scrolled .kw-gnb-logo-title {
            color: #ffffff !important;
        }
        .kw-gnb.is-scrolled .kw-gnb-logo-subtitle {
            color: #D8BE83 !important;
        }

        /* ----- [03-K] TEXT NAV 카드 순차 등장 ----- */
        .kw-ready .kw-reveal {
            opacity: 0;
            transform: translateY(28px) scale(.98);
            filter: blur(4px);
            transition: opacity .7s ease, transform .7s ease, filter .7s ease;
        }
        .kw-ready .kw-reveal.is-in {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }

        /* ----- [03-L] TEXT NAV 이미지 배경 카드 ----- */
        .kw-qcard {
            background: #0b1220;
            color: #fff;
            isolation: isolate;
        }

        .kw-qcard-img {
            position: absolute;
            inset: 0;
            z-index: -2;
            background-size: cover;
            background-position: center;
            filter: grayscale(100%) brightness(.85) contrast(1.05);
            transform: scale(1.02);
            transition: filter .5s ease, transform .6s ease;
        }
        .kw-qcard:hover .kw-qcard-img {
            filter: grayscale(0%) brightness(1) contrast(1.05);
            transform: scale(1.08);
        }
        .kw-qcard--1 .kw-qcard-img { background-image: url('/images/subheader1.png'); }
        .kw-qcard--2 .kw-qcard-img { background-image: url('/images/subheader2.png'); }
        .kw-qcard--3 .kw-qcard-img { background-image: url('/images/subheader3.png'); }
        .kw-qcard--4 .kw-qcard-img { background-image: url('/images/subheader4.png'); }

        .kw-qcard-feather {
            position: absolute;
            inset: 0;
            z-index: -1;
            background: linear-gradient(180deg,
                rgba(7,12,25,.10) 0%,
                rgba(7,12,25,.40) 48%,
                rgba(7,12,25,.88) 100%);
            transition: background .4s ease;
        }

        .kw-qcard-label {
            position: absolute; top: 1.5rem; right: 1.5rem; z-index: 1;
            font-size: 11px; font-weight: 900; letter-spacing: .22em;
            text-transform: uppercase; color: rgba(255,255,255,.75);
            transition: color .3s ease;
        }
        .kw-qcard-badge {
            position: absolute; top: 1.35rem; left: 1.5rem; z-index: 1;
            display: inline-flex; height: 3rem; width: 3rem;
            align-items: center; justify-content: center;
            border-radius: .9rem; font-size: 1.15rem; color: #fff;
            background: rgba(255,255,255,.14);
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255,255,255,.2);
            transition: transform .3s ease, background .3s ease;
        }
        .kw-qcard:hover .kw-qcard-badge { transform: scale(1.1) rotate(-3deg); }

        .kw-qcard-body {
            position: relative;
            z-index: 1;
            padding: 1.75rem;
            margin-top: auto;
            min-height: 248px;
            display: flex;
            flex-direction: column;
        }
        .kw-qcard-foot { margin-top: auto; }
        .kw-qcard-title { display: block; font-size: 1.35rem; font-weight: 900; letter-spacing: -.03em; }
        .kw-qcard-copy  { display: block; margin-top: .5rem; font-size: .9rem; font-weight: 700; color: rgba(255,255,255,.85); }

        .kw-qcard-points {
            margin-top: 1rem; display: flex; flex-wrap: wrap; gap: .4rem .9rem;
            list-style: none; padding: 0;
        }
        .kw-qcard-points li {
            position: relative; padding-left: .85rem;
            font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.78);
        }
        .kw-qcard-points li::before {
            content: ""; position: absolute; left: 0; top: .45em;
            width: .3rem; height: .3rem; border-radius: 999px; background: #D8BE83;
        }

        .kw-qcard-foot {
            margin-top: 1.4rem; display: flex; align-items: center;
            justify-content: space-between; gap: .75rem;
            border-top: 1px solid rgba(255,255,255,.15); padding-top: 1.1rem;
        }
        .kw-qcard-chip {
            display: inline-flex; align-items: center; gap: .45rem;
            border-radius: 999px; border: 1px solid rgba(255,255,255,.25);
            background: rgba(255,255,255,.1); padding: .35rem .8rem;
            font-size: 11px; font-weight: 900; color: #fff;
            backdrop-filter: blur(4px); transition: all .3s ease;
        }
        .kw-qcard-chip i { font-size: 9px; color: #D8BE83; }
        .kw-qcard-more {
            display: inline-flex; align-items: center; gap: .35rem;
            font-size: 13px; font-weight: 900; color: #fff; white-space: nowrap;
            transition: gap .3s ease;
        }
        .kw-qcard-more i { font-size: 11px; transition: transform .3s ease; }
        .kw-qcard:hover .kw-qcard-more { gap: .6rem; }
        .kw-qcard:hover .kw-qcard-more i { transform: translateX(2px); }

        .kw-qcard--gold:hover .kw-qcard-label { color: #D8BE83; }
        .kw-qcard--gold:hover .kw-qcard-chip  { border-color: rgba(216,190,131,.6); background: rgba(185,151,91,.3); }
        .kw-qcard--gold:hover .kw-qcard-feather { background: linear-gradient(180deg, rgba(40,30,10,.10), rgba(60,44,14,.45) 48%, rgba(30,22,8,.9)); }

        .kw-qcard--blue:hover .kw-qcard-label { color: #8fb4ec; }
        .kw-qcard--blue:hover .kw-qcard-chip  { border-color: rgba(143,180,236,.6); background: rgba(31,95,174,.35); }
        .kw-qcard--blue:hover .kw-qcard-feather { background: linear-gradient(180deg, rgba(10,20,40,.10), rgba(11,42,91,.5) 48%, rgba(6,14,30,.9)); }

        .kw-qcard--teal:hover .kw-qcard-label { color: #5eead4; }
        .kw-qcard--teal:hover .kw-qcard-chip  { border-color: rgba(94,234,212,.6); background: rgba(15,118,110,.35); }
        .kw-qcard--teal:hover .kw-qcard-feather { background: linear-gradient(180deg, rgba(6,30,28,.10), rgba(15,118,110,.45) 48%, rgba(4,20,18,.9)); }

        .kw-qcard--rose:hover .kw-qcard-label { color: #fca5a5; }
        .kw-qcard--rose:hover .kw-qcard-chip  { border-color: rgba(252,165,165,.6); background: rgba(185,28,28,.35); }
        .kw-qcard--rose:hover .kw-qcard-feather { background: linear-gradient(180deg, rgba(40,10,10,.10), rgba(153,27,27,.45) 48%, rgba(30,8,8,.9)); }

        /* ----- [03-M] 핵심사업 글래스 카드 ----- */
        .kw-glass-card {
            position: relative;
            border-radius: 2rem;
            overflow: hidden;
            border: 1px solid rgba(255,255,255,.22);
            background: linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.05) 100%);
            backdrop-filter: blur(28px) saturate(140%);
            -webkit-backdrop-filter: blur(28px) saturate(140%);
            box-shadow:
                inset 0 1px 1px rgba(255,255,255,.30),
                inset 0 -1px 1px rgba(255,255,255,.05),
                0 18px 40px rgba(0,0,0,.28);
            transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
        }
        .kw-glass-card:hover {
            transform: translateY(-4px);
            border-color: rgba(255,255,255,.4);
            box-shadow:
                inset 0 1px 1px rgba(255,255,255,.45),
                inset 0 -1px 1px rgba(255,255,255,.08),
                0 26px 56px rgba(0,0,0,.36);
        }

        .kw-glass-card::before {
            content: '';
            position: absolute;
            top: -60%;
            left: -75%;
            width: 45%;
            height: 220%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,.14) 50%, transparent);
            transform: rotate(25deg);
            animation: kwShineSweep 7s ease-in-out infinite;
            pointer-events: none;
            z-index: 2;
            border-radius: inherit;
        }
        .kw-glass-card:nth-child(2)::before {
            animation-delay: 1s;
        }

        .kw-glass-inner {
            position: relative;
            z-index: 1;
            height: 100%;
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
        }

        .kw-glass-kicker {
            font-size: 11px;
            font-weight: 900;
            letter-spacing: .22em;
            text-transform: uppercase;
            background: linear-gradient(to right, rgba(216,190,131,.7) 20%, #ffffff 50%, rgba(216,190,131,.7) 80%);
            background-size: 200% auto;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
            animation: kwTextShimmer 3.5s linear infinite;
        }

        @keyframes kwGlowDrift {
            0%   { top: -15%; left: -15%; opacity: .5; }
            50%  { top: 35%;  left: 55%;  opacity: .9; }
            100% { top: -15%; left: -15%; opacity: .5; }
        }
        @keyframes kwTextShimmer { to { background-position: 200% center; } }

        @media (prefers-reduced-motion: reduce) {
            .kw-glass-card::before { animation: none; opacity: 0; }
            .kw-glass-kicker { animation: none; }
        }

        .kw-glass-shine {
            position: absolute;
            inset: 0;
            z-index: 2;
            border-radius: inherit;
            overflow: hidden;
            pointer-events: none;
        }
        .kw-glass-shine::before {
            content: '';
            position: absolute;
            width: 60%;
            aspect-ratio: 1;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255,255,255,.14) 0%, rgba(255,255,255,.05) 40%, transparent 70%);
            filter: blur(20px);
            animation: kwGlowDrift 9s ease-in-out infinite;
        }
        .kw-glass-card:nth-child(2) .kw-glass-shine::before {
            animation-delay: 1s;
        }

        /* ----- [03-N] 블럭-06 최근게시물 3탭 -----
           - 활성 탭은 파란색(#1F5FAE) 기준.
           - JS는 .is-active 클래스만 토글한다.
           - 인쇄 시 AOS/탭 애니메이션은 비활성화한다. */
.kw-recent-hero-card {
    background-color: #071A35;
    background-image:
        linear-gradient(135deg, rgba(7, 26, 53, .64) 0%, rgba(11, 42, 91, .56) 48%, rgba(31, 95, 174, .46) 100%),
        url('/images/recentbg.png');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

        .kw-tab-inner-wrap {
            background: rgba(7, 26, 53, 0.10);
            border: 1px solid rgba(255, 255, 255, 0.12);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
        }
        .kw-tab-btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: .45rem;
            min-height: 42px;
            padding: .7rem 1.35rem;
            border-radius: 999px;
            font-size: .86rem;
            font-weight: 900;
            color: rgba(255,255,255,.68);
            border: 1px solid transparent;
            transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
            white-space: nowrap;
        }
        .kw-tab-btn:hover {
            color: #ffffff;
            background: rgba(255,255,255,.08);
        }
        .kw-tab-btn.is-active {
            color: #ffffff;
            background: linear-gradient(135deg, #1F5FAE 0%, #0B2A5B 100%);
            border-color: rgba(255,255,255,.18);
            box-shadow: 0 12px 28px rgba(31, 95, 174, .34);
        }
        .kw-tab-btn.is-active::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -8px;
            width: 6px;
            height: 6px;
            border-radius: 999px;
            background: #8fb4ec;
            transform: translateX(-50%);
            box-shadow: 0 0 0 4px rgba(143, 180, 236, .16);
        }
        .kw-tab-panel { display: none; }
        .kw-tab-panel.is-active { display: block; animation: kwTabFade .38s ease; }
        @keyframes kwTabFade {
            from { opacity: 0; transform: translateY(8px); }
            to   { opacity: 1; transform: translateY(0); }
        }
        @keyframes kwShineSweep {
            0%, 42% { transform: translateX(0) rotate(25deg); opacity: 0; }
            50%     { opacity: 1; }
            78%,100%{ transform: translateX(360%) rotate(25deg); opacity: 0; }
        }

        /* ----- [03-O] 인쇄 / 접근성 모션 보정 ----- */


        /* ----- [03-O] FOOTER LIGHT MODAL -----
           - 푸터 정책 링크(개인정보처리방침/이메일무단수집거부)용 경량 모달.
           - 외부 라이브러리 의존 없이 vanilla JS 로 열고 닫는다. */
        .kw-lightmodal {
            position: fixed;
            inset: 0;
            z-index: 80;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 1.25rem;
        }
        .kw-lightmodal.is-open { display: flex; }
        .kw-lightmodal-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(7, 26, 53, .62);
            backdrop-filter: blur(10px);
        }
        .kw-lightmodal-panel {
            position: relative;
            z-index: 1;
            width: min(760px, 100%);
            max-height: min(82vh, 760px);
            overflow: hidden;
            border-radius: 2rem;
            background: #ffffff;
            box-shadow: 0 36px 120px rgba(7, 26, 53, .34);
        }
        .kw-lightmodal-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            padding: 1.25rem 1.5rem;
            border-bottom: 1px solid #e2e8f0;
            background: linear-gradient(135deg, #071A35, #0B2A5B);
            color: #ffffff;
        }
        .kw-lightmodal-title {
            font-size: 1.05rem;
            font-weight: 900;
            letter-spacing: -.025em;
        }
        .kw-lightmodal-close {
            display: inline-flex;
            height: 2.35rem;
            width: 2.35rem;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            background: rgba(255,255,255,.12);
            color: #ffffff;
            transition: background .25s ease, transform .25s ease;
        }
        .kw-lightmodal-close:hover {
            background: rgba(255,255,255,.22);
            transform: rotate(4deg);
        }
        .kw-lightmodal-body {
            max-height: calc(min(82vh, 760px) - 78px);
            overflow-y: auto;
            padding: 1.5rem;
            color: #334155;
        }
        .kw-lightmodal-body h4 {
            margin-top: 1.15rem;
            font-size: .95rem;
            font-weight: 900;
            color: #071A35;
        }
        .kw-lightmodal-body h4:first-child { margin-top: 0; }
        .kw-lightmodal-body p,
        .kw-lightmodal-body li {
            font-size: .9rem;
            line-height: 1.85;
        }
        .kw-lightmodal-body ul {
            margin-top: .55rem;
            padding-left: 1.1rem;
            list-style: disc;
        }

        @media print {
            [data-aos],
            .aos-init,
            .aos-animate {
                opacity: 1 !important;
                transform: none !important;
                transition: none !important;
            }
            .kw-tab-panel { display: block !important; }
        }
