.elementor-22116 .elementor-element.elementor-element-59c3ec5 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-22116 .elementor-element.elementor-element-bfac735 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-22116 .elementor-element.elementor-element-116154b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-22116 .elementor-element.elementor-element-c0ed70d{--spacer-size:50px;}/* Start custom CSS for section, class: .elementor-element-50ae605 */:root {
  --bg: #f4f9ff;
  --bg-soft: #eef6ff;
  --line: #d9e8fb;
  --line-strong: #bfd7f7;
  --text: #12304f;
  --text-soft: #5d7692;
  --primary: #2f7de1;
  --primary-dark: #1f5fb1;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(36, 92, 164, 0.10);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.cert-page {
  overflow: hidden;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.hero-section {
  position: relative;
  padding: 100px 0 90px;
  background:
    radial-gradient(circle at top left, rgba(92, 165, 255, 0.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(47, 125, 225, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
}

.hero-bg {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.55;
}

.hero-bg-1 {
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: rgba(123, 188, 255, 0.28);
}

.hero-bg-2 {
  left: -60px;
  bottom: -50px;
  width: 220px;
  height: 220px;
  background: rgba(194, 225, 255, 0.6);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: flex;              /* grid → flex로 변경 */
  flex-direction: column;     /* 세로 쌓기 */
  gap: 28px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 125, 225, 0.12);
  border-radius: 999px;
  padding: 8px 14px;
  box-shadow: 0 6px 20px rgba(47, 125, 225, 0.08);
  margin-top:20px;
}

.hero-copy h1 {
  margin: 18px 0 50px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-align: center;
}

.hero-copy h2 {
    font-weight: 700;
    padding-left: 30px;
}

.hero-copy h1 span {
  color: var(--primary);
  
}

.hero-text {
  margin: 0;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 1.4;
  color: var(--text-soft);
  padding:0 30px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  
}

.hero-actions {margin-left:80px;}


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, #3b8df6 0%, #2a6fd6 100%);
  box-shadow: 0 14px 28px rgba(47, 125, 225, 0.24);
}

.btn-secondary {
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line-strong);
}

.btn.full {
  width: 100%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.stat-card,
.trust-card,
.level-card,
.flow-step,
.info-box,
.audience-card,
.faq-item,
.panel-card,
.exam-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 20px 18px;
}

.stat-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
}

.stat-card span {
  display: block;
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 14px;
}

.hero-panel {
  display: block;
  width:80%;
  margin: 0 auto; /* ← 핵심 */
}

.hero-exam-box {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(circle at top right, rgba(47, 125, 225, 0.16), transparent 22%),
    linear-gradient(135deg, #16365c 0%, #12304f 52%, #0f2740 100%);
  box-shadow: 0 24px 50px rgba(18, 48, 79, 0.16);
}

.hero-exam-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.hero-exam-head h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: #ffffff;
}

.hero-exam-head p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #63e0cf;
}

.hero-exam-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #39c8b4 0%, #2fb9b8 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(57, 200, 180, 0.22);
}

.hero-exam-cta span {
  font-size: 20px;
  line-height: 1;
}

.hero-exam-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.hero-exam-card {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.04) 100%);
}

.hero-exam-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-exam-card-title strong {
  font-size: 20px;
  color: #ffffff;
}

.hero-exam-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(57, 200, 180, 0.12);
  color: #63e0cf;
  font-size: 20px;
}

.hero-exam-list {
  display: grid;
}

.hero-exam-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.hero-exam-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-exam-row span {
  font-size: 16px;
  color: rgba(226, 236, 248, 0.74);
}

.hero-exam-row b {
  font-size: 17px;
  color: #ffffff;
  text-align: right;
}

.hero-exam-row b.is-accent {
  color: #ff8b8b;
}

.hero-exam-fee {
  padding: 22px 18px;
  border-radius: 18px;
  text-align: center;
  background: rgba(8, 24, 44, 0.42);
  border: 1px solid rgba(255,255,255,0.06);
}

.hero-exam-fee span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(226, 236, 248, 0.72);
}

.hero-exam-fee em {
  display: block;
  font-style: normal;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
}

.hero-exam-fee small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #63e0cf;
}

.hero-exam-note {
  margin-top: 16px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(76, 164, 255, 0.10);
  border: 1px solid rgba(99, 224, 207, 0.14);
  font-size: 16px;
  line-height: 1.7;
  color: #e7f1fb;
}

.main-panel {
  padding: 28px;
}

.panel-top {
  font-size: 14px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 16px;
}

.panel-list {
  margin: 0;
  padding-left: 18px;
  color: var(--text-soft);
}

.panel-list li + li {
  margin-top: 10px;
}

.panel-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 600;
}

.section-head {
  margin-bottom: 36px;
}

.section-head.center {
  text-align: center;
}

.section-head h2 {
  margin: 16px 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.section-head p {
  margin: 0;
  font-size: 17px;
  color: var(--text-soft);
}

.trust-section {
  background: var(--white);
}

.trust-grid,
.audience-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.trust-card,
.audience-card {
  padding: 28px;
}

.trust-card h3,
.info-box h3,
.faq-item h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.trust-card p,
.info-box p,
.faq-item p,
.audience-card,
.exam-card li,
.level-card li,
.flow-step p {
  margin: 0;
  color: var(--text-soft);
}

.levels-section {
  background: linear-gradient(180deg, #f6fbff 0%, #eef6ff 100%);
}

.levels-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.level-card {
  padding: 28px;
}

.level-card.featured {
  border: 1.5px solid #9ac5fb;
  transform: translateY(-6px);
}

.level-head {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.level-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.level-head h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
}

.level-head p {
  margin: 8px 0 0;
  color: var(--text-soft);
}

.level-card ul,
.exam-card ul {
  margin: 0;
  padding-left: 18px;
}

.level-card li + li,
.exam-card li + li {
  margin-top: 10px;
}

.flow-section {
  background: var(--white);
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.flow-step {
  padding: 26px;
}

.flow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e9f3ff;
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 16px;
}

.flow-step h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.exam-section {
  background: linear-gradient(180deg, #f6fbff 0%, #fdfefe 100%);
}

.exam-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.info-boxes {
  display: grid;
  gap: 16px;
}

.info-box {
  padding: 24px;
}

.exam-card {
  padding: 28px;
  position: sticky;
  top: 24px;
}

.exam-card-head {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}

.audience-section {
  background: var(--white);
}

.audience-grid {
  grid-template-columns: repeat(2, 1fr);
}

.audience-card {
  font-size: 18px;
  font-weight: 600;
}

.faq-section {
  background: linear-gradient(180deg, #f6fbff 0%, #eef6ff 100%);
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 26px;
}

.cta-section {
  padding-top: 84px;
  padding-bottom: 110px;
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 38px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(236,245,255,0.98) 100%);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.cta-box h2 {
  margin: 16px 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.cta-box p {
  margin: 0;
  color: var(--text-soft);
}

.hero-grid,
.exam-grid,
.levels-grid,
.flow-steps,
.trust-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.hero-stats,
.audience-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.cta-box {
  flex-wrap: wrap;
}

/* levels-section 타이틀 중앙 정렬 */
.levels-section .section-head {
  text-align: center;
  margin-bottom: 40px; /* 위아래 여백도 같이 정리 */
}

/* 혹시 내부 텍스트까지 좌측으로 밀리는 경우 대비 */
.levels-section .section-head h2,
.levels-section .section-head p {
  margin-left: auto;
  margin-right: auto;
}

/* 3급 - 민트톤 (추천) */
.btn-level3 {
  background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
  box-shadow: 0 12px 24px rgba(45, 212, 191, 0.25);
}

.btn-level3:hover {
  background: linear-gradient(135deg, #5eead4 0%, #2dd4bf 100%);
  color:#fff;
}

/* 2급 - 기존 블루 유지 or 살짝 더 강하게 */
.btn-level2 {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.25);
}

.btn-level2:hover {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  color:#fff;
}

/* 전체 */
.cert-roadmap {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* 흐름 */
.roadmap-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* 카드 */
.roadmap-step {
  min-width: 180px;
  padding: 22px 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #ffffff;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
}

.roadmap-step:hover {
  transform: translateY(-4px);
}

/* 텍스트 */
.step-badge {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 800;
  color: #2dd4bf;
}

.roadmap-step strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
  color: var(--text);
}

.roadmap-step p {
  font-size: 13px;
  color: var(--text-soft);
  margin: 0;
}

/* 단계별 컬러 */
.step-3 .step-badge { color: #2dd4bf; }
.step-2 .step-badge { color: #3b82f6; }
.step-1 .step-badge { color: #1e40af; }

/* ⭐ 심화과정 강조 */
.step-highlight {
  border: 2px solid #8b5cf6; /* 퍼플 */
  background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
  box-shadow: 0 12px 30px rgba(139, 92, 246, 0.25);
}



/* 급수(뱃지) 퍼플 */
.step-highlight .step-badge {
  color: #8b5cf6;
}

/* 화살표 */
.roadmap-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap-arrow svg {
  width: 28px;
  height: 28px;
  stroke: #94a3b8;
  stroke-width: 2.5;
  fill: none;
}

/* 단계별 화살표 색감 */
.roadmap-arrow:nth-of-type(2) svg { stroke: #2dd4bf; }
.roadmap-arrow:nth-of-type(4) svg { stroke: #3b82f6; }
.roadmap-arrow:nth-of-type(6) svg { stroke: #1e40af; }


/* 아이콘 영역 */
.step-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

/* 단계별 아이콘 컬러 */
.step-3 .step-icon {
  background: rgba(45, 212, 191, 0.12);
  color: #2dd4bf;
}

.step-2 .step-icon {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}

.step-1 .step-icon {
  background: rgba(30, 64, 175, 0.12);
  color: #1e40af;
}

/* 심화과정 강조 */
.step-highlight .step-icon {
  background: rgba(139, 92, 246, 0.15) !important;
  color: #8b5cf6 !important;
  box-shadow: 0 6px 18px rgba(139, 92, 246, 0.25);
}

.cert-meta-bar {
  padding: 20px 16px;
  background: #E0F2FE; /* 밝은 하늘색 */
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.cert-meta {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: center;
}

.cert-meta span {
  display: block;
  font-size: 12px;
  color: #0369A1; /* 진한 블루 (가독성) */
  margin-bottom: 4px;
}

.cert-meta strong {
  font-size: 16px;
  color: #0F172A; /* 진한 텍스트 */
  font-weight: 700;
}

/* =========================================
   ✅ 전체 폰트 반응형 최적화 (최종본)
   - media 사용 없음
   - clamp 기반 디바이스 대응
   - 기존 스타일 덮어쓰기
========================================= */

/* ===== 공통 라벨 / 뱃지 ===== */
.eyebrow,
.section-kicker {
  font-size: clamp(13px, 1.8vw, 18px);
}

.panel-top,
.hero-exam-fee span,
.hero-exam-fee small,
.mini-badge {
  font-size: clamp(12px, 1.5vw, 14px);
}

.level-label,
.roadmap-step p,
.cert-meta span {
  font-size: clamp(11px, 1.4vw, 13px);
}

/* ===== 메인 타이틀 ===== */
.hero-copy h1 {
  font-size: clamp(30px, 6vw, 58px);
  line-height: 1.2;
}

.section-head h2,
.cta-box h2 {
  font-size: clamp(24px, 4.8vw, 42px);
  line-height: 1.3;
}

.hero-exam-head h3 {
  font-size: clamp(22px, 4vw, 34px);
}

.level-head h3 {
  font-size: clamp(26px, 5vw, 34px);
}

.hero-exam-fee em {
  font-size: clamp(30px, 5vw, 48px);
}

/* ===== 중간 타이틀 ===== */
.trust-card h3,
.info-box h3,
.faq-item h3,
.flow-step h3,
.hero-exam-card-title strong,
.step-badge {
  font-size: clamp(17px, 2.5vw, 22px);
}

.exam-card-head,
.hero-exam-cta,
.audience-card {
  font-size: clamp(15px, 2.2vw, 18px);
}

.roadmap-step strong,
.cert-meta strong,
.hero-exam-row b {
  font-size: clamp(14px, 2vw, 17px);
}

/* ===== 본문 ===== */

.section-head p,
.hero-exam-note,
.hero-exam-row span {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
}

.trust-card p,
.info-box p,
.faq-item p,
.exam-card li,
.level-card li,
.flow-step p,
.level-head p,
.panel-list,
.hero-exam-head p {
  font-size: clamp(13px, 1.8vw, 16px);
  line-height: 1.6;
}

/* ===== 통계 ===== */
.stat-card strong {
  font-size: clamp(18px, 2.6vw, 22px);
}

.stat-card span {
  font-size: clamp(12px, 1.6vw, 14px);
}

/* ===== 버튼 ===== */
.btn {
  font-size: clamp(14px, 1.8vw, 16px);
}

.hero-exam-cta span {
  font-size: clamp(17px, 2.2vw, 20px);
}

/* ===== 아이콘 ===== */
.step-icon {
  font-size: clamp(20px, 3vw, 26px);
}

/* ===== 추가 안정화 (줄바꿈/가독성) ===== */
p, li {
  word-break: keep-all;
}

h1, h2, h3 {
  word-break: keep-all;
  letter-spacing: -0.02em;
}

/* ===== 모바일에서 너무 커지는 문제 방지 ===== */
body {
  -webkit-text-size-adjust: 100%;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a2a1529 *//* =========================================
   자격 로드맵 모바일 전용
========================================= */

.cert-roadmap-mobile {
  padding: 72px 20px 84px;
}

.cert-roadmap-mobile-inner {
  max-width: 720px;
  margin: 0 auto;
}

.cert-roadmap-mobile-head {
  text-align: center;
  margin-bottom: 34px;
}

.cert-roadmap-mobile-head h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 6vw, 34px);
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #111827;
  word-break: keep-all;
}

.cert-roadmap-mobile-head p {
  margin: 0;
  font-size: clamp(14px, 3.6vw, 16px);
  line-height: 1.65;
  color: #6b7280;
  word-break: keep-all;
}

.cert-roadmap-mobile-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.cert-roadmap-mobile-step {
  width: 100%;
  max-width: 420px;
  padding: 24px 20px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5edf7;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.cert-roadmap-mobile-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eff6ff 0%, #e0ecff 100%);
  color: #2563eb;
}

.cert-roadmap-mobile-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2458d3;
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 700;
  line-height: 1;
}

.cert-roadmap-mobile-step strong {
  display: block;
  margin: 0 0 8px;
  font-size: clamp(20px, 5vw, 24px);
  line-height: 1.35;
  color: #111827;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.cert-roadmap-mobile-step p {
  margin: 0;
  font-size: clamp(14px, 3.6vw, 16px);
  line-height: 1.6;
  color: #6b7280;
}

.cert-roadmap-mobile-arrow {
  width: 44px;
  height: 44px;
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
}

.cert-roadmap-mobile-arrow svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* 단계별 포인트 컬러 */
.step-level-3 .cert-roadmap-mobile-icon {
  background: linear-gradient(135deg, #eef6ff 0%, #ddeaff 100%);
  color: #2f6fe4;
}

.step-level-2 .cert-roadmap-mobile-icon {
  background: linear-gradient(135deg, #f2f8ff 0%, #e3f0ff 100%);
  color: #2563eb;
}

/* 심화과정 보라색 강조 */
.step-level-highlight {
  border: 3px solid #e9d5ff;
  background: linear-gradient(135deg, #ffffff 0%, #faf5ff 100%);
  box-shadow: 0 16px 34px rgba(147, 51, 234, 0.08);
}

.step-level-highlight .cert-roadmap-mobile-icon {
  background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
  color: #7c3aed;
}

.step-level-highlight .cert-roadmap-mobile-badge {
  background: #f3e8ff;
  color: #7c3aed;
}

.step-level-1 .cert-roadmap-mobile-icon {
  background: linear-gradient(135deg, #eef7ff 0%, #dcecff 100%);
  color: #1e40af;
}

.step-level-1 .cert-roadmap-mobile-badge {
  background: #e7f0ff;
  color: #1e40af;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f12ce63 */.exam-flow-section {
  width: 100%;
  padding: 72px 20px;
  background: #f8fafc;
  box-sizing: border-box;
}

.exam-flow-container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.exam-flow-head {
  text-align: center;
  margin-bottom: 40px;
}

.exam-flow-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.exam-flow-head h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 6vw, 40px);
  line-height: 1.28;
  font-weight: 800;
  color: #0f172a;
  word-break: keep-all;
}

.exam-flow-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
  word-break: keep-all;
}

.exam-flow-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.exam-flow-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
}

.exam-flow-step {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.exam-flow-image {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #e2e8f0;
  border: 1px solid #cbd5e1;
}

.exam-flow-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.exam-flow-content h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 4.8vw, 26px);
  line-height: 1.45;
  font-weight: 800;
  color: #0f172a;
  word-break: keep-all;
}

.exam-flow-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #475569;
  word-break: keep-all;
}

.exam-flow-content strong {
  color: #111827;
  font-weight: 800;
}/* End custom CSS */