@charset "UTF-8";
/* ==========================================================
   event_common.css — 리뉴얼 이벤트 통합 공통 베이스 
   (사회복지사 .theme-sb / 보육교사 .theme-cc / 문헌정보학 .theme-lib / 미용학 .theme-bt 
    / 경영학 .theme-biz / 건강가정사 .theme-hf / 한국어교원 .theme-ko / 평생교육사 .theme-le 
    / 심리학사 .theme-psy / 장애영유아 .theme-sc / 청소년지도사 .theme-yt)
========================================================== */

/* ── [공통 1] 기본/레이아웃 변수 ── */
:root {
  --rn-secondary: #f59e0b;
  --rn-white: #ffffff;
  --rn-max-width: 1160px;
  --rn-radius-lg: 24px;
  --rn-radius-md: 16px;
}

/* ── [테마 1] 사회복지사 (기본 / .theme-sb) ── */
.rn_event_wrap,
.rn_event_wrap.theme-sb {
  --theme-primary: #1263eb;
  --theme-primary-hover: #0a4ec2;
  --theme-primary-light: #eff6ff;
  --theme-border: #e2e8f0;
  --theme-border-subtle: #bfdbfe;
  --theme-text-dark: #0f172a;
  --theme-text-body: #334155;
  --theme-text-muted: #64748b;
  --theme-text-point: #0f2454;
  --theme-text-heading: #0b1528;
  --theme-badge-color: #0b4fc4;
  --theme-badge-border: #3b82f6;
  --theme-highlight: rgba(254, 240, 138, 0.55);
  --theme-glow: rgba(18, 99, 235, 0.12);
  --theme-badge-shadow: rgba(18, 99, 235, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(68, 138, 255, 0.14) 0%, rgba(68, 138, 255, 0) 55%),
                    linear-gradient(115deg, #f8fbff 0%, #f1f7ff 50%, #e3efff 100%);
  --theme-system-bg: #f4f8fe;
  --theme-system-border: #e2edfb;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #f1f7ff 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #1e40af 0%, #0f172a 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #1263eb 0%, #0d4bb8 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  --theme-faq-banner-tit: #1e3a8a;
  --theme-faq-banner-sub: #2563eb;
  --theme-dark-badge-color: #38bdf8;
  --theme-dark-badge-border: #38bdf8;
  --theme-dark-glow: rgba(56, 189, 248, 0.25);
  --theme-dark-grad-start: #60a5fa;
  --theme-dark-grad-end: #38bdf8;
  --theme-dark-desc: #cbd5e1;
  --theme-shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.04);
  --theme-shadow-md: 0 12px 32px rgba(15, 23, 42, 0.08);
  --theme-shadow-lg: 0 20px 40px rgba(18, 99, 235, 0.12);
  --theme-btn-gradient: linear-gradient(135deg, #1263eb 0%, #0052cc 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #0d56d1 0%, #0042a6 100%);
  --theme-btn-shadow: 0 14px 28px rgba(18, 99, 235, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(18, 99, 235, 0.42);
  --theme-target-img-bg: #f1f5f9;
  --theme-dash-item-bg: #f8fafc;
  --theme-dash-border: #cbd5e1;
  --theme-dash-plus-bg: #1263eb;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [테마 2] 보육교사 (.theme-cc) ── */
.rn_event_wrap.theme-cc {
  --theme-primary: #ee7806;
  --theme-primary-hover: #d66800;
  --theme-primary-light: #fff7ed;
  --theme-border: #fed7aa;
  --theme-border-subtle: #fed7aa;
  --theme-text-dark: #2a1205;
  --theme-text-body: #4a382e;
  --theme-text-muted: #8c786a;
  --theme-text-point: #431407;
  --theme-text-heading: #2e1503;
  --theme-badge-color: #c25e00;
  --theme-badge-border: #fb923c;
  --theme-highlight: rgba(254, 215, 170, 0.65);
  --theme-glow: rgba(238, 120, 6, 0.14);
  --theme-badge-shadow: rgba(238, 120, 6, 0.18);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(245, 158, 11, 0.15) 0%, rgba(245, 158, 11, 0) 55%),
                    linear-gradient(115deg, #fffcf7 0%, #fff7ed 50%, #ffedd5 100%);
  --theme-system-bg: #fffcf5;
  --theme-system-border: #fed7aa;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #9a3412 0%, #2e1503 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #fffcf8 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #ee7806 0%, #c25e00 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  --theme-faq-banner-tit: #431407;
  --theme-faq-banner-sub: #c2410c;
  --theme-dark-badge-color: #fbbf24;
  --theme-dark-badge-border: #f59e0b;
  --theme-dark-glow: rgba(245, 158, 11, 0.25);
  --theme-dark-grad-start: #fbbf24;
  --theme-dark-grad-end: #f97316;
  --theme-dark-desc: #fed7aa;
  --theme-shadow-sm: 0 4px 12px rgba(238, 120, 6, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(238, 120, 6, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(238, 120, 6, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #ee7806 0%, #d66800 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #e06d00 0%, #b85400 100%);
  --theme-btn-shadow: 0 14px 28px rgba(238, 120, 6, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(238, 120, 6, 0.42);
  --theme-target-img-bg: #fff7ed;
  --theme-dash-item-bg: #fffaf0;
  --theme-dash-border: #fdba74;
  --theme-dash-plus-bg: #ffc72c;
  --theme-dash-plus-icon: #ee7806;
}

/* ── [테마 3] 문헌정보학 / 2급 정사서 (.theme-lib) ── */
.rn_event_wrap.theme-lib {
  --theme-primary: #0d7a5f;
  --theme-primary-hover: #095945;
  --theme-primary-light: #f0fdf9;
  --theme-border: #a7f3d0;
  --theme-border-subtle: #bbf7d0;
  --theme-text-dark: #062b22;
  --theme-text-body: #1e3e37;
  --theme-text-muted: #53756d;
  --theme-text-point: #063d30;
  --theme-text-heading: #04261f;
  --theme-badge-color: #0d7a5f;
  --theme-badge-border: #34d399;
  --theme-highlight: rgba(167, 243, 208, 0.65);
  --theme-glow: rgba(13, 122, 95, 0.15);
  --theme-badge-shadow: rgba(13, 122, 95, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(13, 122, 95, 0.15) 0%, rgba(13, 122, 95, 0) 55%),
                    linear-gradient(115deg, #f7fdfb 0%, #ecfdf5 50%, #d1fae5 100%);
  --theme-system-bg: #f4fbf8;
  --theme-system-border: #d1fae5;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #f0fdf9 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #064e3b 0%, #032018 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #f6fdfa 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #0d7a5f 0%, #065440 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  --theme-faq-banner-tit: #064e3b;
  --theme-faq-banner-sub: #059669;
  --theme-dark-badge-color: #6ee7b7;
  --theme-dark-badge-border: #34d399;
  --theme-dark-glow: rgba(52, 211, 153, 0.25);
  --theme-dark-grad-start: #6ee7b7;
  --theme-dark-grad-end: #10b981;
  --theme-dark-desc: #d1fae5;
  --theme-shadow-sm: 0 4px 12px rgba(13, 122, 95, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(13, 122, 95, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(13, 122, 95, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #0d7a5f 0%, #065440 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #0a654e 0%, #043e2f 100%);
  --theme-btn-shadow: 0 14px 28px rgba(13, 122, 95, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(13, 122, 95, 0.42);
  --theme-target-img-bg: #ecfdf5;
  --theme-dash-item-bg: #f7fdfb;
  --theme-dash-border: #6ee7b7;
  --theme-dash-plus-bg: #10b981;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [테마 4] 미용학사 / 종합미용면허 (.theme-bt) ── */
.rn_event_wrap.theme-bt {
  --theme-primary: #c8235d;
  --theme-primary-hover: #a81549;
  --theme-primary-light: #fff1f5;
  --theme-border: #fecdd3;
  --theme-border-subtle: #ffe4e6;
  --theme-text-dark: #3b0718;
  --theme-text-body: #4c1d29;
  --theme-text-muted: #884e5b;
  --theme-text-point: #4c051e;
  --theme-text-heading: #310212;
  --theme-badge-color: #c8235d;
  --theme-badge-border: #fb7185;
  --theme-highlight: rgba(254, 205, 211, 0.65);
  --theme-glow: rgba(200, 35, 93, 0.15);
  --theme-badge-shadow: rgba(200, 35, 93, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(200, 35, 93, 0.14) 0%, rgba(200, 35, 93, 0) 55%),
                    linear-gradient(115deg, #fffafd 0%, #fff1f5 50%, #ffe4e8 100%);
  --theme-system-bg: #fff8fa;
  --theme-system-border: #ffe4e8;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #fff1f5 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #881337 0%, #29030e 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #fffbfc 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #c8235d 0%, #9f1245 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #fff1f5 0%, #ffe4e8 100%);
  --theme-faq-banner-tit: #881337;
  --theme-faq-banner-sub: #be123c;
  --theme-dark-badge-color: #fda4af;
  --theme-dark-badge-border: #fb7185;
  --theme-dark-glow: rgba(251, 113, 133, 0.25);
  --theme-dark-grad-start: #fda4af;
  --theme-dark-grad-end: #f43f5e;
  --theme-dark-desc: #ffe4e6;
  --theme-shadow-sm: 0 4px 12px rgba(200, 35, 93, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(200, 35, 93, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(200, 35, 93, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #c8235d 0%, #9f1245 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #b0174e 0%, #830b35 100%);
  --theme-btn-shadow: 0 14px 28px rgba(200, 35, 93, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(200, 35, 93, 0.42);
  --theme-target-img-bg: #fff1f5;
  --theme-dash-item-bg: #fffafb;
  --theme-dash-border: #fda4af;
  --theme-dash-plus-bg: #f43f5e;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [테마 5] 경영학사 / CPA (.theme-biz) ── */
.rn_event_wrap.theme-biz {
  --theme-primary: #1e3a8a;
  --theme-primary-hover: #172554;
  --theme-primary-light: #f0f4ff;
  --theme-border: #bfdbfe;
  --theme-border-subtle: #dbeafe;
  --theme-text-dark: #0f172a;
  --theme-text-body: #1e293b;
  --theme-text-muted: #475569;
  --theme-text-point: #172554;
  --theme-text-heading: #0f172a;
  --theme-badge-color: #1e3a8a;
  --theme-badge-border: #3b82f6;
  --theme-highlight: rgba(191, 219, 254, 0.65);
  --theme-glow: rgba(30, 58, 138, 0.15);
  --theme-badge-shadow: rgba(30, 58, 138, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(30, 58, 138, 0.14) 0%, rgba(30, 58, 138, 0) 55%),
                    linear-gradient(115deg, #f8faff 0%, #f0f4ff 50%, #dbeafe 100%);
  --theme-system-bg: #f5f8ff;
  --theme-system-border: #dbeafe;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #f0f4ff 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #1e3a8a 0%, #030712 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #1e3a8a 0%, #0f172a 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  --theme-faq-banner-tit: #172554;
  --theme-faq-banner-sub: #1e40af;
  --theme-dark-badge-color: #93c5fd;
  --theme-dark-badge-border: #60a5fa;
  --theme-dark-glow: rgba(96, 165, 250, 0.25);
  --theme-dark-grad-start: #93c5fd;
  --theme-dark-grad-end: #3b82f6;
  --theme-dark-desc: #dbeafe;
  --theme-shadow-sm: 0 4px 12px rgba(30, 58, 138, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(30, 58, 138, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(30, 58, 138, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #172554 0%, #1e3a8a 100%);
  --theme-btn-shadow: 0 14px 28px rgba(30, 58, 138, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(30, 58, 138, 0.42);
  --theme-target-img-bg: #f0f4ff;
  --theme-dash-item-bg: #f8faff;
  --theme-dash-border: #93c5fd;
  --theme-dash-plus-bg: #3b82f6;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [테마 6] 건강가정사 (.theme-hf) ── */
.rn_event_wrap.theme-hf {
  --theme-primary: #9333ea;
  --theme-primary-hover: #7e22ce;
  --theme-primary-light: #faf5ff;
  --theme-border: #e9d5ff;
  --theme-border-subtle: #f3e8ff;
  --theme-text-dark: #3b0764;
  --theme-text-body: #581c87;
  --theme-text-muted: #7e5c99;
  --theme-text-point: #3b0764;
  --theme-text-heading: #3b0764;
  --theme-badge-color: #9333ea;
  --theme-badge-border: #c084fc;
  --theme-highlight: rgba(233, 213, 255, 0.65);
  --theme-glow: rgba(147, 51, 234, 0.15);
  --theme-badge-shadow: rgba(147, 51, 234, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(147, 51, 234, 0.14) 0%, rgba(147, 51, 234, 0) 55%),
                    linear-gradient(115deg, #fdfaff 0%, #faf5ff 50%, #f3e8ff 100%);
  --theme-system-bg: #fcf9ff;
  --theme-system-border: #f3e8ff;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #faf5ff 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #6b21a8 0%, #2e0854 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #fdfaff 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #9333ea 0%, #6b21a8 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
  --theme-faq-banner-tit: #581c87;
  --theme-faq-banner-sub: #7e22ce;
  --theme-dark-badge-color: #d8b4fe;
  --theme-dark-badge-border: #c084fc;
  --theme-dark-glow: rgba(192, 132, 252, 0.25);
  --theme-dark-grad-start: #d8b4fe;
  --theme-dark-grad-end: #a855f7;
  --theme-dark-desc: #f3e8ff;
  --theme-shadow-sm: 0 4px 12px rgba(147, 51, 234, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(147, 51, 234, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(147, 51, 234, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #9333ea 0%, #6b21a8 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #7e22ce 0%, #581c87 100%);
  --theme-btn-shadow: 0 14px 28px rgba(147, 51, 234, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(147, 51, 234, 0.42);
  --theme-target-img-bg: #faf5ff;
  --theme-dash-item-bg: #fcf9ff;
  --theme-dash-border: #d8b4fe;
  --theme-dash-plus-bg: #a855f7;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [테마 7] 한국어교원 (.theme-ko) ── */
.rn_event_wrap.theme-ko {
  --theme-primary: #0284c7;
  --theme-primary-hover: #0369a1;
  --theme-primary-light: #f0f9ff;
  --theme-border: #bae6fd;
  --theme-border-subtle: #e0f2fe;
  --theme-text-dark: #082f49;
  --theme-text-body: #0c4a6e;
  --theme-text-muted: #4a6d82;
  --theme-text-point: #034266;
  --theme-text-heading: #082f49;
  --theme-badge-color: #0284c7;
  --theme-badge-border: #38bdf8;
  --theme-highlight: rgba(186, 230, 253, 0.65);
  --theme-glow: rgba(2, 132, 199, 0.15);
  --theme-badge-shadow: rgba(2, 132, 199, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(2, 132, 199, 0.14) 0%, rgba(2, 132, 199, 0) 55%),
                    linear-gradient(115deg, #f8fcff 0%, #f0f9ff 50%, #e0f2fe 100%);
  --theme-system-bg: #f4faff;
  --theme-system-border: #e0f2fe;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #075985 0%, #082f49 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #0284c7 0%, #0369a1 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  --theme-faq-banner-tit: #075985;
  --theme-faq-banner-sub: #0284c7;
  --theme-dark-badge-color: #7dd3fc;
  --theme-dark-badge-border: #38bdf8;
  --theme-dark-glow: rgba(56, 189, 248, 0.25);
  --theme-dark-grad-start: #7dd3fc;
  --theme-dark-grad-end: #0ea5e9;
  --theme-dark-desc: #e0f2fe;
  --theme-shadow-sm: 0 4px 12px rgba(2, 132, 199, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(2, 132, 199, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(2, 132, 199, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #0369a1 0%, #075985 100%);
  --theme-btn-shadow: 0 14px 28px rgba(2, 132, 199, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(2, 132, 199, 0.42);
  --theme-target-img-bg: #f0f9ff;
  --theme-dash-item-bg: #f8fcff;
  --theme-dash-border: #7dd3fc;
  --theme-dash-plus-bg: #0ea5e9;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [테마 8] 평생교육사 (.theme-le) ── */
.rn_event_wrap.theme-le {
  --theme-primary: #b91c1c;
  --theme-primary-hover: #991b1b;
  --theme-primary-light: #fef2f2;
  --theme-border: #fecaca;
  --theme-border-subtle: #fee2e2;
  --theme-text-dark: #450a0a;
  --theme-text-body: #7f1d1d;
  --theme-text-muted: #835555;
  --theme-text-point: #450a0a;
  --theme-text-heading: #450a0a;
  --theme-badge-color: #b91c1c;
  --theme-badge-border: #f87171;
  --theme-highlight: rgba(254, 202, 202, 0.65);
  --theme-glow: rgba(185, 28, 28, 0.15);
  --theme-badge-shadow: rgba(185, 28, 28, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(185, 28, 28, 0.14) 0%, rgba(185, 28, 28, 0) 55%),
                    linear-gradient(115deg, #fffafa 0%, #fef2f2 50%, #fee2e2 100%);
  --theme-system-bg: #fff8f8;
  --theme-system-border: #fee2e2;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #7f1d1d 0%, #2b0303 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #b91c1c 0%, #881313 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  --theme-faq-banner-tit: #7f1d1d;
  --theme-faq-banner-sub: #b91c1c;
  --theme-dark-badge-color: #fca5a5;
  --theme-dark-badge-border: #f87171;
  --theme-dark-glow: rgba(248, 113, 113, 0.25);
  --theme-dark-grad-start: #fca5a5;
  --theme-dark-grad-end: #ef4444;
  --theme-dark-desc: #fee2e2;
  --theme-shadow-sm: 0 4px 12px rgba(185, 28, 28, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(185, 28, 28, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(185, 28, 28, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #b91c1c 0%, #881313 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #991b1b 0%, #690c0c 100%);
  --theme-btn-shadow: 0 14px 28px rgba(185, 28, 28, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(185, 28, 28, 0.42);
  --theme-target-img-bg: #fef2f2;
  --theme-dash-item-bg: #fffafa;
  --theme-dash-border: #fca5a5;
  --theme-dash-plus-bg: #ef4444;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [테마 9] 심리학사 (.theme-psy) ── */
.rn_event_wrap.theme-psy {
  --theme-primary: #0d9488;
  --theme-primary-hover: #0f766e;
  --theme-primary-light: #f0fdf4;
  --theme-border: #ccfbf1;
  --theme-border-subtle: #99f6e4;
  --theme-text-dark: #134e4a;
  --theme-text-body: #115e59;
  --theme-text-muted: #527a75;
  --theme-text-point: #042f2c;
  --theme-text-heading: #134e4a;
  --theme-badge-color: #0d9488;
  --theme-badge-border: #2dd4bf;
  --theme-highlight: rgba(204, 251, 241, 0.65);
  --theme-glow: rgba(13, 148, 136, 0.15);
  --theme-badge-shadow: rgba(13, 148, 136, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(13, 148, 136, 0.14) 0%, rgba(13, 148, 136, 0) 55%),
                    linear-gradient(115deg, #f0fdfa 0%, #ccfbf1 50%, #99f6e4 100%);
  --theme-system-bg: #f4fbfb;
  --theme-system-border: #99f6e4;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #115e59 0%, #042f2c 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #0d9488 0%, #0f766e 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
  --theme-faq-banner-tit: #115e59;
  --theme-faq-banner-sub: #0d9488;
  --theme-dark-badge-color: #5eead4;
  --theme-dark-badge-border: #2dd4bf;
  --theme-dark-glow: rgba(45, 212, 191, 0.25);
  --theme-dark-grad-start: #5eead4;
  --theme-dark-grad-end: #14b8a6;
  --theme-dark-desc: #ccfbf1;
  --theme-shadow-sm: 0 4px 12px rgba(13, 148, 136, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(13, 148, 136, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(13, 122, 95, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
  --theme-btn-shadow: 0 14px 28px rgba(13, 148, 136, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(13, 148, 136, 0.42);
  --theme-target-img-bg: #f0fdfa;
  --theme-dash-item-bg: #f4fbfb;
  --theme-dash-border: #5eead4;
  --theme-dash-plus-bg: #14b8a6;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [테마 10] 장애영유아 보육교사 (.theme-sc) ── */
.rn_event_wrap.theme-sc {
  --theme-primary: #e25b39;
  --theme-primary-hover: #c84626;
  --theme-primary-light: #fff5f2;
  --theme-border: #fed7cb;
  --theme-border-subtle: #ffe5dc;
  --theme-text-dark: #3a170e;
  --theme-text-body: #5c2d22;
  --theme-text-muted: #8a6258;
  --theme-text-point: #48160a;
  --theme-text-heading: #331008;
  --theme-badge-color: #e25b39;
  --theme-badge-border: #fca58f;
  --theme-highlight: rgba(254, 215, 203, 0.65);
  --theme-glow: rgba(226, 91, 57, 0.15);
  --theme-badge-shadow: rgba(226, 91, 57, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(226, 91, 57, 0.14) 0%, rgba(226, 91, 57, 0) 55%),
                    linear-gradient(115deg, #fffcfb 0%, #fff5f2 50%, #ffe5dc 100%);
  --theme-system-bg: #fffaf8;
  --theme-system-border: #ffe5dc;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #fff5f2 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #8c2e17 0%, #2e0c05 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #fffcfb 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #e25b39 0%, #a83418 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #fff5f2 0%, #ffe5dc 100%);
  --theme-faq-banner-tit: #5c2012;
  --theme-faq-banner-sub: #e25b39;
  --theme-dark-badge-color: #fca58f;
  --theme-dark-badge-border: #f87154;
  --theme-dark-glow: rgba(248, 113, 84, 0.25);
  --theme-dark-grad-start: #fca58f;
  --theme-dark-grad-end: #f87154;
  --theme-dark-desc: #ffe5dc;
  --theme-shadow-sm: 0 4px 12px rgba(226, 91, 57, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(226, 91, 57, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(226, 91, 57, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #e25b39 0%, #c44020 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #c84626 0%, #9e2a10 100%);
  --theme-btn-shadow: 0 14px 28px rgba(226, 91, 57, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(226, 91, 57, 0.42);
  --theme-target-img-bg: #fff5f2;
  --theme-dash-item-bg: #fffaf8;
  --theme-dash-border: #fca58f;
  --theme-dash-plus-bg: #f87154;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [테마 11] 청소년지도사 (.theme-yt) ── */
.rn_event_wrap.theme-yt {
  --theme-primary: #65a30d;
  --theme-primary-hover: #4d7c0f;
  --theme-primary-light: #f7fee7;
  --theme-border: #d9f99d;
  --theme-border-subtle: #ecfccb;
  --theme-text-dark: #1a2e05;
  --theme-text-body: #365314;
  --theme-text-muted: #5c7340;
  --theme-text-point: #142403;
  --theme-text-heading: #1a2e05;
  --theme-badge-color: #65a30d;
  --theme-badge-border: #a3e635;
  --theme-highlight: rgba(217, 249, 157, 0.65);
  --theme-glow: rgba(101, 163, 13, 0.15);
  --theme-badge-shadow: rgba(101, 163, 13, 0.2);
  --theme-hero-bg: radial-gradient(circle at 75% 45%, rgba(101, 163, 13, 0.14) 0%, rgba(101, 163, 13, 0) 55%),
                    linear-gradient(115deg, #fbfef7 0%, #f7fee7 50%, #ecfccb 100%);
  --theme-system-bg: #f9fef2;
  --theme-system-border: #ecfccb;
  --theme-process-bg: linear-gradient(180deg, #ffffff 0%, #f7fee7 100%);
  --theme-review-bg: radial-gradient(circle at 50% 0%, #365314 0%, #0d1702 100%);
  --theme-benefit-bg: linear-gradient(180deg, #ffffff 0%, #fbfef7 100%);
  --theme-benefit-card-bg: linear-gradient(145deg, #65a30d 0%, #4d7c0f 100%);
  --theme-faq-banner-bg: linear-gradient(135deg, #f7fee7 0%, #ecfccb 100%);
  --theme-faq-banner-tit: #365314;
  --theme-faq-banner-sub: #65a30d;
  --theme-dark-badge-color: #bef264;
  --theme-dark-badge-border: #a3e635;
  --theme-dark-glow: rgba(163, 230, 53, 0.25);
  --theme-dark-grad-start: #bef264;
  --theme-dark-grad-end: #84cc16;
  --theme-dark-desc: #ecfccb;
  --theme-shadow-sm: 0 4px 12px rgba(101, 163, 13, 0.05);
  --theme-shadow-md: 0 12px 32px rgba(101, 163, 13, 0.1);
  --theme-shadow-lg: 0 20px 40px rgba(101, 163, 13, 0.16);
  --theme-btn-gradient: linear-gradient(135deg, #65a30d 0%, #4d7c0f 100%);
  --theme-btn-gradient-hover: linear-gradient(135deg, #4d7c0f 0%, #365314 100%);
  --theme-btn-shadow: 0 14px 28px rgba(101, 163, 13, 0.3);
  --theme-btn-shadow-hover: 0 18px 36px rgba(101, 163, 13, 0.42);
  --theme-target-img-bg: #f7fee7;
  --theme-dash-item-bg: #f9fef2;
  --theme-dash-border: #a3e635;
  --theme-dash-plus-bg: #84cc16;
  --theme-dash-plus-icon: #ffffff;
}

/* ── [공통 기본 셋팅] ── */
.rn_event_wrap {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  color: var(--theme-text-dark);
  line-height: 1.65;
  word-break: keep-all;
  width: 100%;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.rn_event_wrap .rn_inner {
  max-width: var(--rn-max-width);
  margin: 0 auto;
  padding: 0 24px;
}
.rn_event_wrap section {
  padding: 120px 0 110px;
  position: relative;
}

/* ==========================================================
   ★ [초강조] 헤더 모듈 (Ultra-Impact Header) ★
========================================================== */
.ev_sec_header {
  text-align: center;
  margin-bottom: 65px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ev_sec_header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(650px, 90%);
  height: 180px;
  background: radial-gradient(circle, var(--theme-glow) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.ev_sec_header .ev_pill_badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 900;
  color: var(--theme-badge-color);
  background: #ffffff;
  padding: 8px 24px;
  border-radius: 999px;
  border: 2px solid var(--theme-badge-border);
  box-shadow: 0 8px 24px var(--theme-badge-shadow);
  margin-bottom: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ev_sec_header .ev_pill_badge i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-primary);
  box-shadow: 0 0 8px var(--theme-primary);
  animation: ev_pulse_dot 1.5s infinite;
}

@keyframes ev_pulse_dot {
  0% { transform: scale(0.9); opacity: 0.7; box-shadow: 0 0 0 0 var(--theme-glow); }
  70% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 0 6px rgba(0, 0, 0, 0); }
  100% { transform: scale(0.9); opacity: 0.7; box-shadow: 0 0 0 0 var(--theme-glow); }
}

.ev_sec_header .ev_sec_title {
  position: relative;
  z-index: 1;
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 800;
  color: var(--theme-text-heading);
  line-height: 1.28;
  letter-spacing: -1.8px;
  margin: 0 0 18px 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.ev_sec_header .ev_sec_title strong {
  display: inline-block;
  font-weight: 900;
  background: linear-gradient(135deg, var(--theme-primary) 10%, var(--theme-primary-hover) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.ev_sec_header .ev_sec_title strong::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -4px;
  right: -4px;
  height: 14px;
  background: var(--theme-highlight);
  z-index: -1;
  border-radius: 4px;
}

.ev_sec_header .ev_sec_desc {
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 600;
  color: var(--theme-text-muted);
  margin: 0;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

/* 다크 테마 헤더 (후기 섹션) */
.ev_sec_header.dark::before {
  background: radial-gradient(circle, var(--theme-dark-glow) 0%, rgba(0, 0, 0, 0) 70%);
}
.ev_sec_header.dark .ev_pill_badge {
  background: #0f172a;
  color: var(--theme-dark-badge-color);
  border-color: var(--theme-dark-badge-border);
  box-shadow: 0 8px 24px var(--theme-dark-glow);
}
.ev_sec_header.dark .ev_pill_badge i {
  background-color: var(--theme-dark-badge-color);
  box-shadow: 0 0 8px var(--theme-dark-badge-color);
}
.ev_sec_header.dark .ev_sec_title {
  color: #ffffff;
}
.ev_sec_header.dark .ev_sec_title strong {
  background: linear-gradient(135deg, var(--theme-dark-grad-start) 0%, var(--theme-dark-grad-end) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ev_sec_header.dark .ev_sec_title strong::after {
  background: var(--theme-dark-glow);
}
.ev_sec_header.dark .ev_sec_desc {
  color: var(--theme-dark-desc);
}

/* ==========================================================
   [섹션별 세부 디자인]
========================================================== */

/* ── 1. 메인 히어로 배너 ── */
.ev_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--theme-hero-bg);
  padding: 0 !important;
  border-bottom: 1px solid var(--theme-border);
}

.ev_banner_inner {
  position: relative;
  max-width: 1280px;
  width: 92%;
  min-height: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  box-sizing: border-box;
}

.ev_copy {
  position: relative;
  z-index: 10;
  flex: 0 0 540px;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ev_kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 16px;
  margin-bottom: 10px;
  border: 1px solid var(--theme-border-subtle);
  border-radius: 999px;
  background: #ffffff;
  color: var(--theme-primary);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: -0.3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.ev_kicker span {
  color: var(--theme-primary);
  font-size: 12px;
  display: flex;
  align-items: center;
}

.ev_copy h2 {
  margin: 0 0 16px 0;
  font-size: clamp(40px, 4.4vw, 78px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -2px;
}
.ev_copy h2 span {
  display: block;
  color: var(--theme-text-point);
  margin-bottom: 4px;
}
.ev_copy h2 strong {
  display: inline-block;
  background: linear-gradient(125deg, var(--theme-primary) 0%, var(--theme-primary-hover) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  position: relative;
}

.ev_desc {
  margin: 0 0 16px 0;
  color: var(--theme-text-body);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.4px;
  font-weight: 600;
}

/* ── 혜택 카드 그리드 ── */
.ev_info_grid {
  display: flex;
  align-items: stretch;
  gap: 5px;
  margin-bottom: 25px;
  width: 100%;
  max-width: 530px;
  box-sizing: border-box;
}

.ev_info_item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--theme-border-subtle);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ev_info_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px var(--theme-badge-shadow);
}

.ev_info_icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--theme-primary-light);
  color: var(--theme-primary);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.ev_info_item b {
  display: block;
  color: var(--theme-text-dark);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 2px;
  white-space: nowrap;
}
.ev_info_item small {
  display: block;
  color: var(--theme-text-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

/* ── 메인 CTA 버튼 ── */
.ev_cta_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(440px, 100%);
  height: 70px;
  padding: 0 28px 0 32px;
  border-radius: 20px;
  background: var(--theme-btn-gradient);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18.5px;
  font-weight: 900;
  letter-spacing: -0.5px;
  box-shadow: 0 16px 36px var(--theme-badge-shadow), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
  animation: ev_cta_glow 2.5s infinite;
}

@keyframes ev_cta_glow {
  0% { box-shadow: 0 14px 30px var(--theme-badge-shadow), 0 0 0 0 var(--theme-glow); }
  50% { box-shadow: 0 18px 40px var(--theme-badge-shadow), 0 0 0 8px var(--theme-glow); }
  100% { box-shadow: 0 14px 30px var(--theme-badge-shadow), 0 0 0 0 var(--theme-glow); }
}

.ev_cta_btn span {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.ev_cta_btn i {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background 0.25s ease;
  backdrop-filter: blur(4px);
}

.ev_cta_btn:hover {
  transform: translateY(-4px) scale(1.01);
  background: var(--theme-btn-gradient-hover);
  box-shadow: 0 22px 46px var(--theme-btn-shadow-hover), 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}
.ev_cta_btn:hover i {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.3);
}

/* ── 우측 비주얼 이미지 ── */
.ev_visual {
  position: absolute;
  right: -2%;
  bottom: 0;
  width: 70%;
  max-width: 920px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 5;
}

.ev_people {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.ev_people img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  max-height: 610px;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.16));
}

/* ── 2. 강점 카드 섹션 (ev_sec_target) ── */
.ev_sec_target {
  background: #ffffff;
}
.ev_target_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ev_target_list li {
  background: #ffffff;
  border: 1px solid var(--theme-border);
  border-radius: var(--rn-radius-lg);
  text-align: center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--theme-shadow-sm);
}
.ev_target_list li:hover {
  transform: translateY(-8px);
  border-color: var(--theme-primary);
  box-shadow: var(--theme-shadow-lg);
}
.ev_target_img_wrap {
  width: 100%;
  height: 165px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--theme-target-img-bg);
}
.ev_target_img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.ev_target_list li:hover .ev_target_img_wrap img { transform: scale(1.06); }
.ev_target_txt_wrap {
  padding: 26px 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  text-align: center;
}
.ev_target_label {
  display: inline-block !important;
  color: var(--theme-primary) !important;
  background: var(--theme-primary-light) !important;
  border: 1px solid var(--theme-border) !important;
  padding: 5px 14px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  margin-bottom: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
}
.ev_target_txt_wrap p {
  font-size: 15px;
  color: var(--theme-text-muted);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px 0;
}
.ev_target_txt_wrap strong {
  display: block;
  font-size: 20px;
  color: var(--theme-text-dark);
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.5px;
}
.ev_target_txt_wrap .ev_sub_desc {
  display: block;
  font-size: 13px;
  color: var(--theme-text-muted);
  line-height: 1.5;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed var(--theme-border);
  width: 100%;
}

/* ── 3. 시스템 비주얼 ── */
.ev_sec_system {
  background: var(--theme-system-bg);
  text-align: center;
  padding: 100px 0 0 !important;
  overflow: hidden;
  border-top: 1px solid var(--theme-system-border);
  border-bottom: 1px solid var(--theme-system-border);
}
.ev_sec_header.system_header {
  margin-bottom: 24px !important;
}
.ev_system_img_wrap {
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-top: 0;
}
.ev_system_img_wrap picture {
  display: block;
  width: 100%;
}
.ev_system_img_wrap img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

/* ── 4. 학력별 로드맵 (ev_sec_process) ── */
.ev_sec_process {
  background: var(--theme-process-bg);
}
.ev_plan_tab_wrap {
  max-width: 920px;
  margin: 0 auto;
}
.ev_plan_tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: -16px;
  padding: 0 10px;
}
.ev_plan_tabs .ev_tab_btn {
  flex: 1;
  max-width: 280px;
  height: 60px;
  background: #ffffff;
  border: 1px solid var(--theme-border);
  border-bottom: none;
  border-radius: 18px 18px 0 0;
  font-size: 16px;
  color: var(--theme-text-muted);
  font-weight: 600;
  box-shadow: 0 -4px 14px rgba(15, 23, 42, 0.03);
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 6px;
}
.ev_plan_tabs .ev_tab_btn:hover {
  color: var(--theme-primary);
  background: #fbfdff;
}
.ev_plan_tabs .ev_tab_btn.active {
  background: var(--theme-primary);
  color: #ffffff;
  font-weight: 800;
  border-color: var(--theme-primary);
  box-shadow: 0 6px 20px var(--theme-badge-shadow);
  transform: translateY(-4px);
}

.ev_plan_content {
  position: relative;
  z-index: 1;
}
.ev_plan_panel {
  background: #ffffff;
  border-radius: var(--rn-radius-lg);
  box-shadow: var(--theme-shadow-md);
  padding: 55px 50px 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid var(--theme-border);
}
.ev_plan_solid_box {
  flex: 0 0 45%;
  background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-primary-hover) 100%);
  border-radius: 20px;
  padding: 40px 24px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px var(--theme-badge-shadow);
}
.ev_plan_solid_box img {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}
.ev_plan_solid_box p {
  font-size: 19px;
  font-weight: 500;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.95);
}
.ev_plan_solid_box p strong {
  font-weight: 900;
  font-size: 28px;
  display: block;
  margin-top: 6px;
  color: #ffffff;
  letter-spacing: -0.5px;
}
.ev_plan_solid_box .ev_plan_sub_txt {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.ev_plan_dash_col {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.ev_plan_dash_col.ev_plan_dash_single {
  flex: 0 0 45%;
  align-self: stretch;
}

.ev_plan_dash_col.ev_plan_dash_single .ev_dash_item {
  width: 100%;
  height: auto;
  min-height: 100%;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ev_plan_dash_col.ev_plan_dash_single .ev_dash_item span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
.ev_plan_dash_col .ev_dash_item {
  border: 2px dashed var(--theme-dash-border);
  border-radius: 14px;
  text-align: center;
  background: var(--theme-dash-item-bg);
  padding: 16px 14px;
  font-size: 17px;
  font-weight: 700;
  color: var(--theme-text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  box-sizing: border-box;
}
.ev_plan_dash_col .ev_dash_plus {
  margin: 10px auto;
  width: 38px;
  height: 38px;
  background: var(--theme-dash-plus-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 12px var(--theme-badge-shadow);
}
.ev_plan_dash_col .ev_dash_plus::before {
  content: "";
  position: absolute;
  background-color: var(--theme-dash-plus-icon);
  border-radius: 2px;
  width: 14px;
  height: 3px;
}
.ev_plan_dash_col .ev_dash_plus::after {
  content: "";
  position: absolute;
  background-color: var(--theme-dash-plus-icon);
  border-radius: 2px;
  width: 3px;
  height: 14px;
}
.ev_plan_center_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.ev_plan_center_link img {
  width: 90px;
  height: auto;
  opacity: 0.85;
}

/* ── 5. FAQ 섹션 (ev_sec_faq) ── */
.ev_sec_faq {
  background: #ffffff;
}
.ev_faq_list {
  list-style: none;
  padding: 0;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ev_faq_item {
  background: #ffffff;
  border-radius: var(--rn-radius-lg);
  overflow: hidden;
  border: 1px solid var(--theme-border);
  box-shadow: var(--theme-shadow-sm);
  transition: all 0.3s ease;
}
.ev_faq_item:hover {
  box-shadow: var(--theme-shadow-md);
  border-color: var(--theme-primary);
}
.ev_faq_q {
  background: #0f172a;
  padding: 24px 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.ev_faq_q .ev_q_mark {
  font-size: 24px;
  font-weight: 900;
  color: var(--theme-dark-badge-color);
  margin-right: 16px;
  line-height: 1;
  flex-shrink: 0;
}
.ev_faq_q .ev_q_mark span { display: none; }
.ev_faq_q .ev_q_txt {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.ev_faq_a {
  background: #ffffff;
  padding: 28px 32px;
  display: flex;
  align-items: flex-start;
  margin: 0;
  border-top: 1px solid var(--theme-border);
}
.ev_faq_a .ev_a_mark {
  font-size: 22px;
  font-weight: 900;
  color: var(--theme-primary);
  margin-right: 18px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.ev_faq_a .ev_a_txt {
  font-size: 16.5px;
  font-weight: 400;
  color: var(--theme-text-body);
  line-height: 1.7;
  word-break: keep-all;
  margin: 0;
}
.ev_faq_banner {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 50px auto 0;
  border-radius: var(--rn-radius-lg);
  padding: 28px 40px;
  display: flex;
  align-items: center;
  border: 1px solid var(--theme-border-subtle);
  background: var(--theme-faq-banner-bg);
  box-shadow: 0 8px 24px var(--theme-glow);
}
.ev_faq_banner .ev_banner_txt p {
  margin: 0 0 6px 0;
  font-weight: 700;
  color: var(--theme-faq-banner-sub);
  font-size: 15px;
}
.ev_faq_banner .ev_banner_txt strong {
  font-size: 20px;
  font-weight: 800;
  color: var(--theme-faq-banner-tit);
  line-height: 1.45;
}
.ev_faq_banner .ev_banner_txt strong span {
  color: var(--theme-primary);
  text-decoration: underline;
  text-underline-position: under;
}
.ev_faq_banner .ev_ico_jungu {
  position: absolute;
  right: 30px;
  top: -32px;
  width: 115px;
  transform: rotate(12deg);
  pointer-events: none;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}

/* ── 6. 수료생 리얼 스토리 (ev_sec_review) ── */
.ev_sec_review {
  position: relative;
  background: var(--theme-review-bg);
  text-align: center;
  padding: 120px 0 0 !important;
  z-index: 1;
  overflow: hidden;
}
.ev_sec_review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/file/main/images/landing/bg_line.png") no-repeat center bottom;
  background-size: contain;
  opacity: 0.35;
  pointer-events: none;
  z-index: -1;
}

.ev_review_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.ev_review_item {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--rn-radius-lg);
  padding: 38px 28px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.ev_review_item:hover { transform: translateY(-8px); }
.ev_review_item .ev_stars {
  color: #f59e0b;
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.ev_review_item .ev_quote {
  font-size: 16.5px;
  font-weight: 600;
  color: var(--theme-text-dark);
  margin-bottom: 24px;
  line-height: 1.6;
  word-break: keep-all;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.ev_review_item .ev_author {
  color: var(--theme-text-muted);
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--theme-border);
  width: 100%;
  flex-shrink: 0;
}
.ev_review_item .ev_btn_review {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: var(--theme-primary);
  border-radius: 12px;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.ev_review_item .ev_btn_review:hover {
  background: var(--theme-primary-hover);
  box-shadow: 0 6px 18px var(--theme-badge-shadow);
}
.ev_review_item .ev_btn_review i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 8px;
}
.ev_family_wrap {
  margin-top: 50px;
  text-align: center;
}
.ev_family_wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ── 7. 수강 혜택 (ev_sec_benefit) ── */
.ev_sec_benefit {
  background: var(--theme-benefit-bg);
  text-align: center;
  padding: 120px 0;
}
.ev_benefit_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1060px;
  margin: 0 auto;
}
.ev_benefit_item {
  background: var(--theme-benefit-card-bg);
  padding: 42px 26px;
  border-radius: var(--rn-radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 24px var(--theme-badge-shadow);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.ev_benefit_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px var(--theme-badge-shadow);
}
.ev_benefit_item img {
  height: 68px;
  margin-bottom: 22px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}
.ev_benefit_item strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.35;
  letter-spacing: -0.4px;
}
.ev_benefit_item p {
  font-size: 14.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

/* ── 8. 유튜브 슬라이더 후기 ── */
#evtyt-section {
  background: #ffffff;
  padding: 100px 0 110px;
}

/* ==========================================================
   반응형 미디어 쿼리
========================================================== */
@media (max-width: 1024px) {
  .ev_target_list { grid-template-columns: repeat(2, 1fr); }
  .ev_benefit_grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .rn_event_wrap section { padding: 75px 0 70px; }
  
  .ev_sec_header { margin-bottom: 40px; }
  .ev_sec_header .ev_pill_badge { font-size: 13.5px; padding: 6px 18px; margin-bottom: 14px; }
  .ev_sec_header .ev_sec_title { font-size: 28px; letter-spacing: -1px; }
  .ev_sec_header .ev_sec_title strong::after { height: 10px; }
  .ev_sec_header .ev_sec_desc { font-size: 15.5px; }

  .ev_banner_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 0 0;
    min-height: auto;
  }
  .ev_copy {
    width: 100%;
    max-width: 100%;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .ev_copy h2 { font-size: 34px; }
  
  .ev_info_grid {
    flex-direction: row;
    gap: 8px;
    width: 100%;
    margin-bottom: 28px;
  }
  .ev_info_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 6px;
    gap: 6px;
  }
  .ev_info_icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .ev_info_item b { font-size: 12px; }
  .ev_info_item small { font-size: 10px; }
  
  .ev_cta_btn {
    width: 100%;
    max-width: 380px;
    height: 64px;
    padding: 0 20px 0 24px;
    font-size: 17px;
    border-radius: 18px;
  }
  .ev_cta_btn i {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .ev_plan_dash_col.ev_plan_dash_single {
    flex: 0 0 100%;
    width: 100%;
  }
  .ev_visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin-top: 30px;
    justify-content: center;
  }
  .ev_people { justify-content: center; }
  .ev_people img { max-width: 100%; max-height: 380px; }

  .ev_sec_system { padding: 75px 0 0 !important; }

  .ev_plan_tabs { flex-direction: column; }
  .ev_plan_tabs .ev_tab_btn { max-width: 100%; border-radius: 14px; height: 50px; }
  .ev_plan_panel { flex-direction: column; padding: 35px 20px; gap: 20px; }
  .ev_plan_solid_box, .ev_plan_dash_col { flex: 0 0 100%; }
  .ev_plan_center_link img { transform: rotate(90deg); margin: 8px 0; width: 60px; }

  .ev_review_grid { grid-template-columns: 1fr; }
  .ev_benefit_grid { grid-template-columns: 1fr; }
}
.ev_faq_banner .ev_ico_jungu{right:0; width:80px;}
/* ──────────────────────────────────────────────
   개강 임박 안내바 - 테마 색상 상속 버전
   ────────────────────────────────────────────── */
.corner_notice_badge.dis_pc {
  display: inline-flex !important;
  width: auto !important;
  margin: 14px 0;
}

.corner_notice_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1.5px solid var(--theme-border-subtle, #FFD9A0);
  border-radius: 30px;
  padding: 8px 18px 8px 8px;
  box-shadow: 0 6px 18px var(--theme-badge-shadow, rgba(251, 133, 0, 0.14));
  width: fit-content;
  white-space: nowrap;
}

.corner_notice_term {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--theme-primary, #FFB703) 0%, var(--theme-primary-hover, #FB8500) 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  padding: 6px 12px;
  border-radius: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.corner_notice_divider {
  width: 1px;
  height: 16px;
  background: var(--theme-border, #f0dcb8);
  flex-shrink: 0;
}

.corner_notice_date_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.corner_notice_icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.corner_notice_icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.corner_notice_maindate {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--theme-text-dark, #0f172a);
  letter-spacing: -0.02em;
  line-height: 1;
  flex-shrink: 0;
}

