body { font-family: 'Noto Sans KR', 'Inter', sans-serif; background-color: #F8F9FA; overflow-x: hidden; }
        .navy-text { color: #1A2B4C; }
        .brand-blue { background-color: #0056FF; }
        .brand-blue-text { color: #0056FF; }
        .dropdown-menu { display: none; opacity: 0; transform: translateY(10px); transition: all 0.3s ease; }
        .group:hover .dropdown-menu { display: block; opacity: 1; transform: translateY(0); }
        #mobile-menu.hidden-drawer { transform: translateX(100%); }
        #mobile-overlay { transition: opacity 0.4s ease; pointer-events: none; }
        #mobile-overlay.active { opacity: 1; pointer-events: auto; }
        .sub-hero-bg { background: linear-gradient(135deg, #1A2B4C 0%, #2A4375 100%); }
        .info-badge { font-size: 11px; letter-spacing: .08em; }
        /* 사업주훈련 지원절차 상단 히어로 (스타일) */
        .biz-ntc-hero {
            background: #050816;
            color: #f9fafb;
            padding: 72px 16px;
            position: relative;
            overflow: hidden;
        }
        .biz-ntc-hero-inner {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 48px;
        }
        .biz-ntc-hero-title {
            font-size: 1.4rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .biz-ntc-hero-title span {
            color: #4fd1c5;
        }
        .biz-ntc-hero-subcopy {
            margin-top: 1.25rem;
            font-size: 1.5rem;
            line-height: 1.5;
            font-weight: 700;
        }
        .biz-ntc-hero-subcopy strong {
            color: #4fd1c5;
        }
        .biz-ntc-hero-desc {
            margin-top: 1rem;
            font-size: 0.95rem;
            line-height: 1.7;
            color: #e5e7eb;
        }
        .biz-ntc-hero-illus-wrap {
            flex-shrink: 0;
            width: 440px;
            max-width: 100%;
        }
        .biz-ntc-hero-illus {
            position: relative;
            width: 100%;
            aspect-ratio: 4 / 3;
            border-radius: 2.25rem;
            background: radial-gradient(circle at 20% 20%, rgba(79, 209, 197, 0.18) 0, rgba(79, 209, 197, 0) 55%),
                        radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.16) 0, rgba(15, 23, 42, 0.95) 55%);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .biz-ntc-hero-illus-main {
            position: relative;
            z-index: 10;
            width: 80%;
            max-width: 360px;
            height: 70%;
            border-radius: 1.75rem;
            background: linear-gradient(135deg, #111827 0%, #020617 55%, #1e293b 100%);
            border: 1px solid rgba(148, 163, 184, 0.5);
            padding: 1.5rem 1.75rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: #e5e7eb;
        }
        .biz-ntc-hero-illus-main-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.75rem;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .biz-ntc-hero-illus-main-header span:last-child {
            padding: 0.25rem 0.6rem;
            border-radius: 999px;
            background: rgba(79, 209, 197, 0.14);
            color: #6ee7b7;
            font-size: 0.72rem;
            font-weight: 600;
        }
        .biz-ntc-hero-illus-main-body {
            margin-top: 1.25rem;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        .biz-ntc-hero-illus-main-body strong {
            color: #4fd1c5;
        }
        .biz-ntc-hero-illus-badges {
            margin-top: 1.5rem;
            display: flex;
            flex-wrap: nowrap;
            gap: 0.45rem;
            font-size: 0.7rem;
        }
        .biz-ntc-hero-illus-badge {
            padding: 0.25rem 0.6rem;
            border-radius: 999px;
            background: rgba(15, 23, 42, 0.8);
            border: 1px solid rgba(148, 163, 184, 0.4);
            white-space: nowrap;
        }
        .biz-ntc-hero-bg-icon {
            position: absolute;
            right: 14%;
            bottom: 14%;
            opacity: 0.18;
            color: #38bdf8;
            pointer-events: none;
        }
        .biz-ntc-hero-bg-icon i {
            width: 96px;
            height: 96px;
        }
        .biz-ntc-hero-bg-icons {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
        }
        .biz-ntc-hero-bg-icons .bg-icon-monitor {
            position: absolute;
            left: -60px;
            bottom: -80px;
            width: 520px;
            height: 520px;
            color: #0ea5e9;
            opacity: 0.12;
        }
        /* 사업주훈련 지원절차 - 카드 스타일 (제공 디자인 유사) */
        .biz-step-row {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 1rem;
        }
        .biz-step-card {
            position: relative;
            border-radius: 1.5rem;
            background: #ffffff;
            border: 1px solid #e5e7eb;
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
            padding: 1.5rem 1.4rem 1.4rem;
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
            transition: transform 0.22s ease, box-shadow 0.22s ease;
        }
        .biz-step-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 22px 45px rgba(15, 23, 42, 0.14);
        }
        .biz-step-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.5rem;
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.18em;
            color: #9ca3af;
            font-weight: 700;
        }
        .biz-step-icon {
            width: 40px;
            height: 40px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #eff6ff;
            color: #2563eb;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
            box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
        }
        .biz-step-card:nth-child(3) .biz-step-icon {
            background: #ecfdf5;
            color: #059669;
            box-shadow: 0 8px 18px rgba(5, 150, 105, 0.25);
        }
        .biz-step-card:nth-child(4) .biz-step-icon {
            background: #fef2f2;
            color: #f97316;
            box-shadow: 0 8px 18px rgba(249, 115, 22, 0.25);
        }
        .biz-step-card:hover .biz-step-icon {
            transform: translateY(-3px);
        }
        .biz-step-title {
            font-size: 1rem;
            font-weight: 700;
            color: #111827;
        }
        .biz-step-desc {
            font-size: 0.8rem;
            color: #6b7280;
        }
        .biz-step-arrow {
            position: absolute;
            top: 50%;
            right: -0.75rem;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            border-radius: 999px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            display: none;
            align-items: center;
            justify-content: center;
            color: #9ca3af;
            font-size: 0.7rem;
        }
        .biz-step-card:not(:last-child) .biz-step-arrow {
            display: inline-flex;
        }
        @media (max-width: 900px) {
            .biz-step-row {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .biz-step-card:not(:last-child) .biz-step-arrow {
                display: none;
            }
        }
        @media (max-width: 640px) {
            .biz-step-row {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0.65rem;
            }
            .biz-step-card {
                border-radius: 1rem;
                padding: 0.9rem 0.8rem 0.85rem;
                gap: 0.4rem;
            }
            .biz-step-icon {
                width: 2rem;
                height: 2rem;
            }
            .biz-step-title {
                font-size: 0.875rem;
            }
            .biz-step-desc {
                font-size: 0.72rem;
                line-height: 1.4;
            }
        }
        .support-flow-wrap { position: relative; overflow: hidden; border-radius: 1.5rem; background: #f8fafc; border: 1px solid #e2e8f0; padding: 1rem; }
        .support-flow-wrap::before {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 85% 20%, rgba(59,130,246,.08), transparent 40%),
                        radial-gradient(circle at 15% 80%, rgba(139,92,246,.08), transparent 42%);
            pointer-events: none;
        }
        .support-step-item { position: relative; z-index: 1; border: 1px solid #e2e8f0; border-radius: 1rem; background: #fff; padding: .9rem; cursor: pointer; transition: all .2s ease; }
        .support-step-item:hover { border-color: #cbd5e1; background: #f8fafc; }
        .support-step-item.is-active { border-color: #93c5fd; background: #eff6ff; box-shadow: 0 8px 20px rgba(59,130,246,.15); }
        .support-step-index { width: 1.7rem; height: 1.7rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; background: #e2e8f0; color: #475569; }
        .support-step-item.is-active .support-step-index { background: #fff; color: #1d4ed8; }
        .support-flow-diagram-panel {
            position: relative;
            min-height: clamp(500px, 68vh, 760px);
            padding: 0;
            overflow: hidden;
        }
        .support-flow-canvas {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
        }
        .support-flow-scene {
            position: absolute;
            inset: 0;
            padding: 0.5rem 0.5rem 2.75rem;
            box-sizing: border-box;
        }
        /* 정삼각형 — 패널 전체 활용 */
        .support-entity[data-entity="trainer"] { left: 50%; top: 16%; }
        .support-entity[data-entity="employer"] { left: 20%; top: 74%; }
        .support-entity[data-entity="hrd"] { left: 80%; top: 74%; }
        .support-flow-scene .support-flow-svg {
            display: block;
            width: 100%;
            height: 100%;
        }
        .support-entity {
            position: absolute;
            transform: translate(-50%, -50%);
            text-align: center;
            transition: all .25s ease;
            z-index: 2;
        }
        .support-entity-inner {
            position: relative;
            width: clamp(5.75rem, 20vw, 8.5rem);
            height: clamp(5.75rem, 20vw, 8.5rem);
        }
        .support-entity-node {
            width: 100%;
            height: 100%;
            border-radius: 999px;
            border: 2px solid #e2e8f0;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
        }
        .support-entity-node [data-lucide] {
            width: clamp(1.75rem, 5vw, 2.5rem);
            height: clamp(1.75rem, 5vw, 2.5rem);
        }
        .support-entity[data-entity="trainer"] .support-entity-label {
            top: calc(100% + 1.1rem);
        }
        .support-entity-label {
            position: absolute;
            left: 50%;
            top: calc(100% + 0.75rem);
            transform: translateX(-50%);
            font-size: clamp(0.75rem, 2.2vw, 0.9375rem);
            font-weight: 700;
            color: #1e293b;
            line-height: 1.3;
            white-space: nowrap;
        }
        .support-entity.is-active .support-entity-node {
            border-color: #3b82f6;
            box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.12), 0 4px 14px rgba(15, 23, 42, 0.08);
        }
        .support-edge {
            fill: none;
            stroke: #cbd5e1;
            stroke-width: 2;
            stroke-linecap: round;
            vector-effect: non-scaling-stroke;
            marker-end: url(#support-arrow);
        }
        .support-edge.support-edge-lane { pointer-events: none; }
        .support-edge.is-active {
            stroke: #3b82f6;
            stroke-width: 3;
            stroke-dasharray: 8 6;
            animation: support-flow 1.1s linear infinite;
            marker-end: url(#support-arrow-active);
        }
        .support-badge {
            position: absolute;
            left: 0;
            top: 0;
            transform: translate(-50%, -50%);
            font-size: clamp(0.65rem, 1.8vw, 0.8125rem);
            font-weight: 700;
            color: #fff;
            background: #1d4ed8;
            border-radius: 999px;
            padding: 0.35em 0.85em;
            white-space: nowrap;
            box-shadow: 0 8px 20px rgba(29, 78, 216, 0.28);
            opacity: 0;
            transition: opacity .25s ease;
            z-index: 3;
            pointer-events: none;
        }
        .support-badge.is-visible { opacity: 1; }
        .support-badge[data-badge-tone="violet"] { background: #7c3aed; box-shadow: 0 8px 20px rgba(124, 58, 237, 0.28); }
        .support-badge[data-badge-tone="teal"] { background: #0f766e; box-shadow: 0 8px 20px rgba(15, 118, 110, 0.28); }
        @keyframes support-flow { from { stroke-dashoffset: 24; } to { stroke-dashoffset: 0; } }
        @keyframes et-fade-up {
            from { opacity: 0; transform: translateY(18px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes et-float-soft {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
        }
        .et-reveal {
            opacity: 0;
            animation: et-fade-up .7s ease-out forwards;
            animation-delay: var(--et-delay, 0s);
        }
        .biz-ntc-hero-text {
            animation: et-fade-up .8s ease-out both;
        }
        .biz-ntc-hero-illus-wrap {
            animation: et-fade-up .95s ease-out both, et-float-soft 6.5s ease-in-out 1.1s infinite;
        }
        #support-proc-steps .support-step-item {
            opacity: 0;
            animation: et-fade-up .55s ease-out forwards;
        }
        #support-proc-steps .support-step-item:nth-child(1) { animation-delay: .12s; }
        #support-proc-steps .support-step-item:nth-child(2) { animation-delay: .2s; }
        #support-proc-steps .support-step-item:nth-child(3) { animation-delay: .28s; }
        #support-proc-steps .support-step-item:nth-child(4) { animation-delay: .36s; }
        #support-proc-steps .support-step-item:nth-child(5) { animation-delay: .44s; }
        @media (prefers-reduced-motion: reduce) {
            .et-reveal,
            .biz-ntc-hero-text,
            .biz-ntc-hero-illus-wrap,
            #support-proc-steps .support-step-item {
                animation: none !important;
                opacity: 1 !important;
                transform: none !important;
            }
        }
        @media (max-width: 768px) {
            .support-flow-diagram-panel {
                display: none !important;
            }
            .biz-ntc-hero {
                display: none !important;
            }
            .biz-ntc-hero-illus-wrap {
                display: none;
            }
            .et-mobile-jump {
                display: block;
                margin: 0 0 1rem;
                background: #fff;
                border: 1px solid #eef2f7;
                border-radius: 0.85rem;
                overflow: hidden;
            }
            .et-mobile-jump__rail {
                display: flex;
                gap: 0.4rem;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                padding: 0.55rem 0.75rem;
            }
            .et-mobile-jump__rail::-webkit-scrollbar { display: none; }
            .et-mobile-jump__rail a {
                flex-shrink: 0;
                display: inline-flex;
                align-items: center;
                padding: 0.4rem 0.75rem;
                font-size: 0.75rem;
                font-weight: 600;
                letter-spacing: -0.02em;
                color: #475569;
                background: #f1f5f9;
                border-radius: 9999px;
                text-decoration: none;
                white-space: nowrap;
            }
            .et-mobile-jump__rail a:active,
            .et-mobile-jump__rail a:focus-visible {
                background: #1a365d;
                color: #fff;
            }
            .et-main {
                padding-top: 1.25rem !important;
                padding-bottom: 1.75rem !important;
            }
            .et-main > .flex {
                gap: 1rem !important;
            }
            .et-card {
                padding: 1.1rem 1rem !important;
                margin-bottom: 0.75rem !important;
                border-radius: 1rem !important;
            }
            .et-card--intro {
                margin-bottom: 0.85rem !important;
            }
            .et-card--intro h2 {
                font-size: 1.2rem !important;
                margin-bottom: 0.5rem !important;
                letter-spacing: -0.03em;
            }
            .et-card--intro p.text-slate-600 {
                font-size: 0.875rem;
                line-height: 1.55;
            }
            .et-card h3 {
                font-size: 1rem !important;
                margin-bottom: 0.75rem !important;
            }
            .et-card h4 {
                font-size: 1.1rem !important;
            }
            .et-card ul {
                font-size: 0.8125rem;
            }
            .et-card ul li {
                line-height: 1.5;
            }
            .support-flow-wrap {
                padding: 0.65rem;
                border-radius: 1rem;
            }
            .support-step-item {
                padding: 0.7rem;
                border-radius: 0.75rem;
            }
            .support-step-item p.text-xs {
                display: none;
            }
            #support-proc-toggle {
                width: 100%;
                justify-content: center;
            }
            .et-table-wrap {
                display: none !important;
            }
            .et-support-cards {
                display: flex;
                flex-direction: column;
                gap: 0.55rem;
                margin-bottom: 1rem;
            }
            .et-support-card {
                border: 1px solid #e2e8f0;
                border-radius: 0.75rem;
                background: #fff;
                padding: 0.85rem 0.9rem;
            }
            .et-support-card__head {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 0.5rem;
                margin-bottom: 0.35rem;
            }
            .et-support-card__tag {
                font-size: 0.6875rem;
                font-weight: 700;
                color: #1d4ed8;
                background: #eff6ff;
                padding: 0.15rem 0.45rem;
                border-radius: 9999px;
            }
            .et-support-card__rate {
                font-size: 1rem;
                font-weight: 800;
                color: #0f172a;
                letter-spacing: -0.02em;
            }
            .et-support-card__size {
                font-size: 0.875rem;
                font-weight: 700;
                color: #1e293b;
                margin: 0 0 0.35rem;
            }
            .et-support-card__desc {
                font-size: 0.75rem;
                line-height: 1.45;
                color: #64748b;
                margin: 0;
                word-break: keep-all;
            }
            .et-support-card--note {
                background: #f8fafc;
            }
            .et-support-card--note .et-support-card__desc {
                color: #475569;
                font-size: 0.8125rem;
            }
            .et-coeff-list {
                display: flex;
                flex-direction: column;
                gap: 0.45rem;
                margin-bottom: 1.25rem;
            }
            .et-coeff-item {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 0.75rem;
                padding: 0.7rem 0.85rem;
                border: 1px solid #e2e8f0;
                border-radius: 0.75rem;
                background: #fff;
            }
            .et-coeff-item__label {
                font-size: 0.8125rem;
                font-weight: 600;
                color: #334155;
                line-height: 1.35;
                min-width: 0;
                flex: 1;
            }
            .et-coeff-item__vals {
                display: flex;
                align-items: center;
                gap: 0.45rem;
                flex-shrink: 0;
            }
            .et-coeff-item__coeff {
                font-size: 0.75rem;
                font-weight: 600;
                color: #64748b;
            }
            .et-coeff-item__rate {
                font-size: 0.875rem;
                font-weight: 800;
                color: #1d4ed8;
                background: #eff6ff;
                padding: 0.2rem 0.5rem;
                border-radius: 9999px;
            }
            .et-cta {
                padding: 1.15rem 1rem !important;
                border-radius: 1rem !important;
                text-align: center;
            }
            .et-cta h3 {
                font-size: 1.15rem !important;
            }
            .et-cta a {
                width: 100%;
            }
            .page-banner-v2 > .container {
                padding-top: 1.75rem !important;
                padding-bottom: 1.75rem !important;
            }
            .page-banner-v2__title {
                font-size: 1.5rem !important;
                line-height: 1.25 !important;
            }
        }
        .et-support-cards,
        .et-coeff-list {
            display: none;
        }
        @media (min-width: 769px) {
            .et-support-cards,
            .et-coeff-list {
                display: none !important;
            }
            .et-table-wrap {
                display: block;
            }
        }
        .et-mobile-jump {
            display: none;
        }
        @media (min-width: 769px) {
            .et-mobile-jump {
                display: none !important;
            }
        }
