.elementor-23531 .elementor-element.elementor-element-a5d8dee{margin-top:-100px;margin-bottom:0px;}.elementor-23531 .elementor-element.elementor-element-0b77629 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-23531 .elementor-element.elementor-element-c501c20 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-a5d8dee */* { margin: 0; padding: 0; box-sizing: border-box; word-break: keep-all; }

  :root {
    --white: #ffffff;
    --gray-bg: #f5f5f5;
    --ink: #1a1a1a;
    --text: #3a3a3a;
    --sub: #6c6c6c;
    --line: #e6e6e6;
    --teal: #3cccbb;
    --teal-dark: #2bb3a3;
    --teal-soft: #eafaf7;
    --orange: #ff4d00;
    --orange-dark: #e64500;
    /* A 상단 5섹션 이식용 별칭 변수 */
    --teal-deep: #2bb3a3;
    --orange-deep: #e63f00;
    --body: #3a3a3a;
    --maxw: 880px;
  }


/* ── 섹션 공통 ── */
  
  .section-gray { background: var(--gray-bg); }

  .eyebrow {
    display: inline-block;
    font-size: 13px; font-weight: 700; letter-spacing: 1px;
    color: var(--teal-dark);
    border: 1px solid var(--teal);
    border-radius: 999px;
    padding: 5px 14px;
    margin-bottom: 18px;
    background: var(--white);
  }
  .section-title {
    font-size: 27px; font-weight: 900; color: var(--ink);
    margin-bottom: 12px; letter-spacing: -0.5px;
  }
  .section-title .dot { color: var(--teal); }
  .section-lead {
    font-size: 16px; color: var(--sub); margin-bottom: 38px; max-width: 640px;
  }
  .divider {
    width: 48px; height: 4px; background: var(--teal); border-radius: 4px;
    margin: 0 0 22px;
  }
  .center { text-align: center; }
  .center .section-lead { margin-left: auto; margin-right: auto; }
  .center .divider { margin-left: auto; margin-right: auto; }

  /* ── 히어로 ── */
  .hero {
    background: var(--white);
    padding: 92px 0 56px;
    text-align: center;
    border-bottom: 1px solid var(--line);
  }
  .hero .badge-line {
    display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
    margin-bottom: 22px;
  }
  .hero .badge {
    font-size: 12.5px; font-weight: 700;
    color: var(--teal-dark); background: var(--teal-soft);
    border: 1px solid var(--teal); border-radius: 999px;
    padding: 5px 13px;
  }
  .hero .badge.orange {
    color: #fff; background: var(--orange); border-color: var(--orange);
  }
  .hero h1 {
    font-size: 38px; font-weight: 900; color: var(--ink);
    letter-spacing: -1px; line-height: 1.32; margin-bottom: 18px;
  }
  .hero h1 .hl { color: var(--teal-dark); }
  .hero .sub {
    font-size: 18px; color: var(--text); max-width: 600px;
    margin: 0 auto 30px; line-height: 1.65;
  }
  .hero .hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

  /* 썸네일 자리 */
  .thumb-ph {
    margin-top: 40px;
    max-width: 760px; margin-left: auto; margin-right: auto;
    height: 320px;
    background: var(--gray-bg);
    border: 2px dashed #cfcfcf; border-radius: 16px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: var(--sub); gap: 8px;
  }
  .thumb-ph .ph-icon { font-size: 30px; }
  .thumb-ph .ph-label { font-size: 14.5px; font-weight: 700; color: #9a9a9a; }
  .thumb-ph .ph-note { font-size: 12.5px; color: #b3b3b3; }

  /* ── 신뢰 지표 바 ── */
  .trustbar {
    background: var(--ink);
    padding: 30px 0;
  }
  .trustbar .tb-stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
    max-width: 820px; margin: 0 auto;
  }
  .trustbar .tb-stat { text-align: center; }
  .trustbar .tb-stat .tb-num {
    font-size: 28px; font-weight: 900; color: var(--teal);
    letter-spacing: -.5px; line-height: 1.1;
  }
  .trustbar .tb-stat .tb-lbl {
    font-size: 13px; color: #cfcfcf; margin-top: 5px; font-weight: 500;
  }
  .trustbar .tb-certs {
    display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
    margin-top: 22px; padding-top: 20px; border-top: 1px solid #333;
  }
  .trustbar .tb-cert {
    font-size: 12.5px; font-weight: 600; color: #e8e8e8;
    background: rgba(60,204,187,.12); border: 1px solid rgba(60,204,187,.4);
    border-radius: 999px; padding: 6px 15px;
  }
  .trustbar .tb-cert strong { color: var(--teal); font-weight: 700; }

  /* ── 버튼 ── */
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-weight: 700; font-size: 17px;
    padding: 16px 34px; border-radius: 12px;
    cursor: pointer; border: none; transition: all .18s ease;
    font-family: inherit;
  }
  .btn-primary {
    background: var(--orange); color: #fff;
    box-shadow: 0 6px 18px rgba(255,77,0,.24);
  }
  .btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
  .btn-ghost {
    background: var(--white); color: var(--teal-dark);
    border: 2px solid var(--teal);
  }
  .btn-ghost:hover { background: var(--teal-soft); }
  .btn-lg { font-size: 19px; padding: 19px 46px; }

  /* ── 가격 블록 ── */
  .price-block {
    background: var(--white);
    border: 1px solid var(--line); border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0,0,0,.05);
    padding: 40px 34px; text-align: center;
    max-width: 620px; margin: 0 auto;
  }
  .price-block .ptag {
    font-size: 13px; font-weight: 700; color: var(--teal-dark);
    letter-spacing: .5px; margin-bottom: 10px;
  }
  .price-block .pmain {
    font-size: 44px; font-weight: 900; color: var(--ink); letter-spacing: -1px;
  }
  .price-block .pmain .won { font-size: 24px; font-weight: 700; }
  .price-block .pnote {
    font-size: 14.5px; color: var(--sub); margin: 10px 0 8px;
  }
  .price-block .pearly {
    font-size: 13px; color: #b3b3b3; margin-bottom: 24px;
  }
  .price-block .btn { width: 100%; max-width: 380px; }
  .price-meta {
    display: flex; gap: 0; justify-content: center; flex-wrap: wrap;
    margin: 26px auto 0; max-width: 540px;
    border-top: 1px solid var(--line); padding-top: 22px;
  }
  .price-meta .pm {
    flex: 1; min-width: 130px; padding: 6px 10px;
  }
  .price-meta .pm .k { font-size: 12.5px; color: var(--sub); margin-bottom: 3px; }
  .price-meta .pm .v { font-size: 15px; font-weight: 700; color: var(--ink); }

  /* ── 일정/모집 카드 ── */
  .schedule-card {
    background: var(--white); border: 1px solid var(--line); border-radius: 16px;
    overflow: hidden; max-width: 720px; margin: 0 auto;
  }
  .schedule-head {
    background: var(--teal-soft); padding: 18px 26px;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
    border-bottom: 1px solid var(--line);
  }
  .schedule-head .sh-title { font-size: 17px; font-weight: 800; color: var(--ink); }
  .deadline-badge {
    font-size: 13px; font-weight: 800; color: #fff;
    background: var(--orange); border-radius: 999px; padding: 6px 15px;
  }
  .schedule-body { padding: 12px 26px 24px; }
  .schedule-body .srow {
    display: flex; gap: 16px; padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }
  .schedule-body .srow:last-child { border-bottom: none; }
  .schedule-body .srow .sk {
    width: 110px; flex-shrink: 0; font-size: 14px; font-weight: 700; color: var(--teal-dark);
  }
  .schedule-body .srow .sv { font-size: 15.5px; color: var(--text); }
  .schedule-body .srow .sv strong { color: var(--ink); font-weight: 700; }

  /* ── 강사 소개 ── */
  .instructor {
    display: flex; gap: 34px; align-items: center; flex-wrap: wrap;
    background: var(--white); border: 1px solid var(--line); border-radius: 18px;
    padding: 34px; max-width: 820px; margin: 0 auto;
  }
  .instructor .photo-ph {
    width: 180px; height: 180px; flex-shrink: 0;
    background: var(--gray-bg); border: 2px dashed #cfcfcf; border-radius: 16px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 6px; color: var(--sub); margin: 0 auto;
  }
  .instructor .photo-ph .ph-icon { font-size: 26px; }
  .instructor .photo-ph .ph-label { font-size: 13px; font-weight: 700; color: #9a9a9a; text-align: center; }
  .instructor .ibody { flex: 1; min-width: 240px; }
  .instructor .ibody .role { font-size: 13px; font-weight: 700; color: var(--teal-dark); margin-bottom: 6px; }
  .instructor .ibody h3 { font-size: 24px; font-weight: 900; margin-bottom: 12px; }
  .instructor .ibody p { font-size: 15.5px; color: var(--text); margin-bottom: 16px; }
  .instructor .ibody .ibio-list { list-style: none; margin-bottom: 18px; }
  .instructor .ibody .ibio-list li {
    font-size: 14.5px; color: var(--text); padding: 5px 0 5px 20px; position: relative;
  }
  .instructor .ibody .ibio-list li::before {
    content: "·"; position: absolute; left: 6px; top: 5px; color: var(--teal-dark); font-weight: 900;
  }
  .instructor .istats { display: flex; gap: 12px; flex-wrap: wrap; }
  .instructor .istat {
    background: var(--teal-soft); border: 1px solid var(--teal); border-radius: 10px;
    padding: 10px 16px; text-align: center; flex: 1; min-width: 110px;
  }
  .instructor .istat .num { font-size: 21px; font-weight: 900; color: var(--teal-dark); }
  .instructor .istat .lbl { font-size: 12.5px; color: var(--sub); margin-top: 2px; }

  /* ── 핵심 메시지 ── */
  .keymsg { text-align: center; }
  .keymsg .big {
    font-size: 30px; font-weight: 900; color: var(--ink);
    letter-spacing: -.8px; line-height: 1.42; margin-bottom: 18px;
  }
  .keymsg .big .hl {
    color: var(--teal-dark);
    border-bottom: 4px solid var(--teal); padding-bottom: 1px;
  }
  .keymsg p { font-size: 16.5px; color: var(--text); max-width: 620px; margin: 0 auto; }

  /* before → after */
  .ba-grid {
    display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: stretch;
    max-width: 760px; margin: 40px auto 0;
  }
  .ba-card {
    border-radius: 16px; padding: 26px 24px; text-align: left;
  }
  .ba-card.before { background: var(--gray-bg); border: 1px solid var(--line); }
  .ba-card.after { background: var(--teal-soft); border: 1px solid var(--teal); }
  .ba-card .ba-tag {
    display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: .5px;
    padding: 4px 12px; border-radius: 999px; margin-bottom: 14px;
  }
  .ba-card.before .ba-tag { background: #e2e2e2; color: var(--sub); }
  .ba-card.after .ba-tag { background: var(--teal); color: #fff; }
  .ba-card ul { list-style: none; }
  .ba-card li {
    font-size: 15px; color: var(--text); padding: 7px 0 7px 22px; position: relative;
  }
  .ba-card.before li::before { content: "·"; position: absolute; left: 6px; color: var(--sub); font-weight: 900; }
  .ba-card.after li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 900; }
  .ba-arrow {
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; font-weight: 900; color: var(--orange);
  }

  /* ── 단계 로드맵 (스텝) ── */
  .roadmap {
    display: flex; gap: 0; align-items: stretch; flex-wrap: wrap;
    max-width: 880px; margin: 0 auto;
  }
  .road-step {
    flex: 1; min-width: 200px; position: relative;
    background: var(--white); border: 1px solid var(--line); border-radius: 14px;
    padding: 24px 20px; margin: 8px;
  }
  .road-step.cur { border: 2px solid var(--teal); background: var(--teal-soft); }
  .road-step .rs-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--teal); color: #fff; font-weight: 900; font-size: 15px;
    margin-bottom: 12px;
  }
  .road-step.cur .rs-num { background: var(--orange); }
  .road-step h4 { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
  .road-step .rs-tag {
    display: inline-block; font-size: 11.5px; font-weight: 700;
    color: var(--teal-dark); background: var(--white);
    border: 1px solid var(--teal); border-radius: 999px;
    padding: 2px 10px; margin-bottom: 10px;
  }
  .road-step.cur .rs-tag { color: var(--orange); border-color: var(--orange); }
  .road-step p { font-size: 13.5px; color: var(--sub); }
  .road-note {
    max-width: 760px; margin: 26px auto 0; text-align: center;
    font-size: 13.5px; color: var(--sub);
    background: var(--gray-bg); border: 1px solid var(--line); border-radius: 10px;
    padding: 12px 18px;
  }
  .road-note strong { color: var(--ink); font-weight: 700; }

  /* ── 추천 대상 / 포인트 카드 ── */
  .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .info-card {
    background: var(--white); border: 1px solid var(--line); border-radius: 16px;
    padding: 28px 24px; transition: all .18s ease;
  }
  .info-card:hover { border-color: var(--teal); box-shadow: 0 8px 24px rgba(60,204,187,.12); transform: translateY(-3px); }
  .info-card .ic-num {
    font-size: 14px; font-weight: 900; color: var(--teal-dark);
    background: var(--teal-soft); border: 1px solid var(--teal);
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
  }
  .info-card h4 { font-size: 18px; font-weight: 800; margin-bottom: 9px; }
  .info-card p { font-size: 14.5px; color: var(--text); }

  .target-list {
    max-width: 720px; margin: 0 auto 38px;
    background: var(--white); border: 1px solid var(--line); border-radius: 16px;
    padding: 26px 30px;
  }
  .target-list .tl-title { font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 14px; }
  .target-list ul { list-style: none; }
  .target-list li {
    font-size: 15.5px; color: var(--text); padding: 9px 0 9px 30px; position: relative;
    border-bottom: 1px dashed var(--line);
  }
  .target-list li:last-child { border-bottom: none; }
  .target-list li::before {
    content: "✓"; position: absolute; left: 0; top: 9px;
    color: var(--teal-dark); font-weight: 900; font-size: 16px;
  }

  /* ── 따능AI 소개 ── */
  .ddai {
    display: flex; gap: 34px; align-items: center; flex-wrap: wrap;
    max-width: 860px; margin: 0 auto;
  }
  .ddai .ddai-body { flex: 1.3; min-width: 280px; }
  .ddai .ddai-body .ddai-eyebrow {
    display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 1px;
    color: var(--teal-dark); border: 1px solid var(--teal); border-radius: 999px;
    padding: 5px 14px; margin-bottom: 16px; background: var(--white);
  }
  .ddai .ddai-body h3 { font-size: 24px; font-weight: 900; color: var(--ink); margin-bottom: 14px; letter-spacing: -.5px; }
  .ddai .ddai-body p { font-size: 15.5px; color: var(--text); margin-bottom: 14px; }
  .ddai .ddai-body .ddai-tags { display: flex; gap: 8px; flex-wrap: wrap; }
  .ddai .ddai-body .ddai-tag {
    font-size: 12.5px; font-weight: 700; color: var(--teal-dark);
    background: var(--teal-soft); border: 1px solid var(--teal); border-radius: 999px;
    padding: 5px 13px;
  }
  .ddai .ddai-ph {
    flex: 1; min-width: 240px; height: 200px;
    background: var(--gray-bg); border: 2px dashed #cfcfcf; border-radius: 16px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px; color: var(--sub);
  }
  .ddai .ddai-ph .ph-icon { font-size: 28px; }
  .ddai .ddai-ph .ph-label { font-size: 13.5px; font-weight: 700; color: #9a9a9a; text-align: center; }
  .ddai .ddai-ph .ph-note { font-size: 12px; color: #b3b3b3; }

  /* ── 커리큘럼 표 ── */
  .curri-note {
    text-align: center; font-size: 13.5px; color: var(--sub);
    background: var(--teal-soft); border: 1px solid var(--teal); border-radius: 10px;
    padding: 10px 16px; max-width: 540px; margin: 0 auto 28px;
    font-weight: 600;
  }
  .curri-table {
    width: 100%; border-collapse: collapse; max-width: 820px; margin: 0 auto;
    background: var(--white); border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  }
  .curri-table thead th {
    background: var(--ink); color: #fff; font-size: 14.5px; font-weight: 700;
    padding: 15px 18px; text-align: left;
  }
  .curri-table thead th:first-child { width: 140px; }
  .curri-table tbody td { padding: 18px; font-size: 15px; color: var(--text); border-top: 1px solid var(--line); vertical-align: top; }
  .curri-table tbody tr:nth-child(even) { background: #fafafa; }
  .curri-table .wk {
    font-weight: 800; color: var(--teal-dark);
  }
  .curri-table .wk .wk-date { display: block; font-size: 12.5px; color: var(--sub); font-weight: 500; margin-top: 3px; }
  .curri-table .topic-title { font-weight: 700; color: var(--ink); display: block; margin-bottom: 4px; }

  /* ── 후기 placeholder ── */
  .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 820px; margin: 0 auto; }
  .review-ph {
    background: var(--white); border: 2px dashed #cfcfcf; border-radius: 14px;
    padding: 30px 22px; text-align: center; min-height: 170px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  }
  .review-ph .ph-icon { font-size: 26px; color: #c7c7c7; }
  .review-ph .ph-label { font-size: 14px; font-weight: 700; color: #9a9a9a; }
  .review-ph .ph-note { font-size: 12.5px; color: #b3b3b3; }

  /* ── FAQ ── */
  .faq-wrap { max-width: 760px; margin: 0 auto; }
  .faq-item {
    background: var(--white); border: 1px solid var(--line); border-radius: 12px;
    margin-bottom: 12px; overflow: hidden;
  }
  .faq-q {
    font-size: 16px; font-weight: 700; color: var(--ink);
    padding: 18px 22px; display: flex; gap: 12px; align-items: flex-start;
  }
  .faq-q .qmark { color: var(--teal-dark); font-weight: 900; flex-shrink: 0; }
  .faq-a {
    font-size: 14.5px; color: var(--text); line-height: 1.75;
    padding: 0 22px 20px 50px; border-top: 1px solid var(--line); padding-top: 16px;
  }

  /* ── 하단 CTA ── */
  .final-cta {
    background: var(--ink); color: #fff; text-align: center; padding: 70px 0;
  }
  .final-cta h2 { color: #fff; font-size: 28px; font-weight: 900; margin-bottom: 14px; letter-spacing: -.5px; }
  .final-cta h2 .hl { color: var(--teal); }
  .final-cta p { font-size: 16px; color: #cfcfcf; margin-bottom: 30px; max-width: 540px; margin-left: auto; margin-right: auto; }
  .final-cta .price-mini { font-size: 15px; color: #bdbdbd; margin-top: 18px; }
  .final-cta .price-mini strong { color: #fff; font-weight: 700; }

  /* ── 컴플라이언스 푸터 ── */
  .compliance {
    background: var(--white); border-top: 1px solid var(--line);
    padding: 34px 0 50px;
  }
  .compliance .cwrap { max-width: 920px; margin: 0 auto; padding: 0 22px; }
  .compliance .ctitle { font-size: 13px; font-weight: 700; color: var(--sub); margin-bottom: 14px; }
  .compliance ul { list-style: none; }
  .compliance li {
    font-size: 12.5px; color: #8a8a8a; line-height: 1.75; margin-bottom: 8px;
  }
  .compliance a { color: #8a8a8a; text-decoration: underline; }

  /* ── 반응형 ── */
  @media (max-width: 760px) {
    .hero h1 { font-size: 28px; }
    .hero .sub { font-size: 16px; }
    .section-title { font-size: 22px; }
    .keymsg .big { font-size: 23px; }
    .price-block .pmain { font-size: 36px; }
    .trustbar .tb-stats { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
    .trustbar .tb-stat .tb-num { font-size: 24px; }
    .card-grid { grid-template-columns: 1fr; }
    .review-grid { grid-template-columns: 1fr; }
    .ba-grid { grid-template-columns: 1fr; }
    .ba-arrow { transform: rotate(90deg); padding: 4px 0; }
    .roadmap { flex-direction: column; }
    .instructor { flex-direction: column; text-align: center; }
    .instructor .ibody { text-align: center; }
    .instructor .ibody .ibio-list li { text-align: left; }
    .ddai { flex-direction: column; }
    .ddai .ddai-ph { width: 100%; }
    .thumb-ph { height: 220px; }
    .curri-table thead { display: none; }
    .curri-table, .curri-table tbody, .curri-table tr, .curri-table td { display: block; width: 100%; }
    .curri-table tbody td { border-top: none; }
    .curri-table tbody tr { border-top: 1px solid var(--line); padding: 8px 0; }
    .schedule-body .srow { flex-direction: column; gap: 4px; }
    .schedule-body .srow .sk { width: auto; }
  }

  /* ===== A 상단 5섹션 이식 (.atop 스코프 — B 하단과 충돌 방지) ===== */
  .atop .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

  /* 1) 히어로 */
  .atop .hero { background:#fff; text-align:center; padding:64px 22px 48px !important; border-bottom:none; }
  .atop .hero .eyebrow { display:inline-block; background:var(--teal-soft); color:var(--teal-deep); border:1px solid var(--teal); font-size:13px; font-weight:700; letter-spacing:.04em; padding:7px 16px; border-radius:999px; margin-bottom:22px; }
  .atop .hero h1 { font-size:34px; line-height:1.45; font-weight:900; color:var(--ink); margin:0 auto 18px; max-width:720px; letter-spacing:-.01em; }
  .atop .hero h1 .hl { color:var(--teal-deep); }
  .atop .hero .hook { font-size:18px; color:var(--sub); max-width:600px; margin:0 auto 14px; line-height:1.75; }
  .atop .hero .course-line { font-size:14px; color:var(--sub); margin:0 auto 30px; }
  .atop .hero .course-line strong { color:var(--ink); font-weight:700; }
  .atop .thumb-ph { max-width:680px; margin:0 auto; aspect-ratio:16/9; height:auto; background:var(--gray-bg); border:1px dashed #cfcfcf; border-radius:14px; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#9a9a9a; gap:8px; }
  .atop .thumb-ph .ph-icon { width:46px; height:46px; color:#c2c2c2; }
  .atop .thumb-ph .ph-label { font-size:14px; font-weight:500; letter-spacing:.02em; color:#9a9a9a; }

  /* 2) 신뢰 지표 바 */
  .atop .trust-bar { background:var(--ink); color:#fff; padding:34px 22px 30px; }
  .atop .trust-bar .tb-inner { max-width:var(--maxw); margin:0 auto; }
  .atop .trust-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; text-align:center; }
  .atop .trust-stats .ts { padding:6px 4px; }
  .atop .trust-stats .ts .num { font-size:28px; font-weight:900; color:var(--teal); line-height:1.1; letter-spacing:-.01em; }
  .atop .trust-stats .ts .lbl { font-size:13px; color:#d8d8d8; margin-top:6px; line-height:1.5; }
  .atop .trust-cert { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:10px 16px; margin-top:24px; padding-top:20px; border-top:1px solid rgba(255,255,255,.16); }
  .atop .trust-cert .badge { display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:600; color:#e9e9e9; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.18); border-radius:999px; padding:8px 16px; line-height:1.4; }
  .atop .trust-cert .badge .dot { width:7px; height:7px; border-radius:50%; background:var(--teal); flex:0 0 auto; }

  /* 섹션 공통 (A) */
  .atop section { padding:56px 0; border-top:1px solid var(--line); }
  .atop section.alt { background:var(--gray-bg); }
  .atop .kicker { display:inline-block; font-size:13px; font-weight:700; letter-spacing:.1em; color:var(--teal-deep); margin:0 0 10px; }
  .atop .kicker::before { content:""; display:inline-block; width:18px; height:2px; background:var(--teal); vertical-align:middle; margin-right:9px; border-radius:2px; }
  .atop h2 { font-size:27px; line-height:1.4; font-weight:900; color:var(--ink); margin:0 0 20px; letter-spacing:-.01em; }
  .atop h2 .hl { color:var(--teal-deep); }
  .atop p.body { font-size:16px; color:var(--body); line-height:1.8; margin:0 0 16px; }
  .atop .center { text-align:center; }

  /* 3) 가격 */
  .atop .price-card { border:2px solid var(--teal); border-radius:18px; padding:36px 32px; text-align:center; background:#fff; box-shadow:0 8px 28px rgba(60,204,187,.10); }
  .atop .price-card .pc-name { font-size:15px; font-weight:700; color:var(--sub); margin-bottom:14px; }
  .atop .price-card .pc-amount { font-size:44px; font-weight:900; color:var(--ink); letter-spacing:-.02em; line-height:1.1; }
  .atop .price-card .pc-amount .won { font-size:24px; font-weight:700; margin-left:2px; }
  .atop .price-card .pc-extra { font-size:14.5px; color:var(--sub); margin:12px 0 4px; line-height:1.7; }
  .atop .price-card .pc-early { font-size:13px; color:#a8a8a8; margin:0 0 26px; }
  .atop .btn { display:inline-block; background:var(--orange); color:#fff; font-size:18px; font-weight:700; text-decoration:none; padding:18px 52px; border-radius:999px; letter-spacing:.01em; box-shadow:0 10px 26px rgba(255,77,0,.24); border:none; cursor:pointer; }
  .atop .btn:hover { background:var(--orange-deep); }
  .atop .price-card .pc-note { font-size:13px; color:var(--sub); margin-top:16px; }

  /* 4) 모집·일정 */
  .atop .deadline-badge { display:inline-block; background:var(--orange); color:#fff; font-size:13px; font-weight:700; letter-spacing:.04em; padding:6px 16px; border-radius:999px; margin-bottom:18px; }
  .atop .sched-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:26px; }
  .atop .sched-item { background:#fff; border:1px solid var(--line); border-radius:14px; padding:22px 16px; text-align:center; }
  .atop .sched-item .si-top { font-size:13px; font-weight:700; color:var(--teal-deep); letter-spacing:.04em; margin-bottom:8px; }
  .atop .sched-item .si-main { font-size:17px; font-weight:700; color:var(--ink); line-height:1.4; }
  .atop .sched-item .si-sub { font-size:13.5px; color:var(--sub); margin-top:6px; }

 /* 5) 강사 소개 최종 */
.atop .insta-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  align-items: flex-start !important;
  margin-top: 8px;
}

/* 대표 사진 영역 */
.atop .photo-ph,
.atop .insta-row > div[role="img"] {
  flex: 0 0 150px !important;
  width: 150px !important;
  height: 190px !important;
  max-width: 150px !important;
  position: relative !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: var(--gray-bg);
  border: 1px solid var(--line);
  display: block !important;
}

/* 이미지가 상하좌우 빈틈 없이 꽉 차게 */
.atop .photo-ph img,
.atop .insta-row > div[role="img"] img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.12) !important;
  display: block !important;
}

/* 우측 콘텐츠: PC에서는 남은 영역 전체, 모바일에서는 아래로 */
.atop .insta-info {
  flex: 1 1 420px !important;
  min-width: min(100%, 420px) !important;
}

/* 텍스트 */
.atop .insta-info h3 {
  font-size: 21px;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 4px;
}

.atop .insta-info .role {
  font-size: 14px;
  color: var(--teal-deep);
  font-weight: 700;
  margin: 0 0 16px;
}

.atop .insta-info p {
  font-size: 15.5px;
  color: var(--body);
  line-height: 1.8;
  margin: 0 0 18px;
}

/* 이력 리스트 */
.atop .cred-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 9px;
}

.atop .cred-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: var(--body);
  line-height: 1.65;
}

.atop .cred-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
}

/* 숫자 카드: 넓으면 3개, 좁으면 자동 줄바꿈 */
.atop .stat-row {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
}

.atop .stat {
  min-width: 0 !important;
  background: var(--teal-soft);
  border: 1px solid var(--teal);
  border-radius: 12px;
  padding: 14px 10px !important;
  text-align: center;
}

.atop .stat .num {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 900;
  color: var(--teal-deep);
  line-height: 1.1;
  white-space: nowrap;
}

.atop .stat .lbl {
  font-size: clamp(11px, 2.2vw, 12.5px);
  color: var(--sub);
  margin-top: 5px;
  line-height: 1.35;
}
}
  
  
  
  
  
  img {
  max-width: 100%;
  height: auto;
}

.wrap,
.atop .wrap {
  width: min(100% - 36px, var(--maxw));
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

section,
.atop section {
  padding: clamp(44px, 7vw, 64px) 0;
}

.section-title,
.atop h2 {
  font-size: clamp(22px, 4.8vw, 27px);
  letter-spacing: 0;
}

.hero {
  padding: clamp(56px, 9vw, 92px) 0 clamp(42px, 7vw, 56px);
}

.hero h1,
.atop .hero h1 {
  font-size: clamp(28px, 6vw, 38px);
  letter-spacing: 0;
}

.hero .sub,
.atop .hero .hook {
  font-size: clamp(15.5px, 3.8vw, 18px);
}

.atop .hero {
  padding: clamp(52px, 8vw, 64px) 0 clamp(40px, 7vw, 48px);
}

.atop .thumb-ph {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  max-height: none;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--gray-bg);
}

.atop .thumb-ph img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(65%);
  border-radius: 18px;
}

.trustbar .tb-stats,
.atop .trust-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(128px, 100%), 1fr));
  gap: 18px 14px;
}

.trustbar .tb-stat .tb-num,
.atop .trust-stats .ts .num {
  font-size: clamp(23px, 5vw, 28px);
  letter-spacing: 0;
}

.atop .sched-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(145px, 100%), 1fr));
  gap: 16px;
}

.atop .insta-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: clamp(22px, 5vw, 34px);
  align-items: start;
}

.atop .photo-ph {
  width: min(100%, 220px);
  aspect-ratio: 5 / 6;
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--gray-bg);
}

.atop .photo-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
  max-width: 760px;
  margin: 40px auto 0;
}

.ba-card {
  flex: 1 1 min(280px, 100%);
}

.ba-arrow {
  flex: 0 0 36px;
}

.card-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 18px;
}

.ddai {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 5vw, 34px);
}

.ddai .ddai-body {
  flex: 1 1 min(360px, 100%);
  min-width: 0;
}

.ddai .ddai-ph {
  flex: 1 1 min(260px, 100%);
  min-width: 0;
  height: clamp(170px, 34vw, 200px);
  overflow: hidden;
  background: #1a1a1a;
}

.ddai .ddai-ph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: clamp(24px, 6vw, 42px);
}

/* ── 커리큘럼 표 ── */
.curri-wrap {
  width: min(100% - 36px, 820px);
  margin: 0 auto;
}

.curri-table {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  table-layout: fixed;
}

/* 상단 검정 타이틀 영역 */
.curri-table thead {
  display: table-header-group !important;
}

.curri-table thead th {
  background: var(--ink);
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  padding: 18px 22px;
  text-align: left;
  border: 0;
}

.curri-table thead th:first-child {
  width: clamp(88px, 18vw, 140px);
}

.curri-table thead th:first-child {
  border-top-left-radius: 14px;
}

.curri-table thead th:last-child {
  border-top-right-radius: 14px;
}

/* 기존 display:block 강제값 무력화 */
.curri-table tbody,
.curri-table tr,
.curri-table td {
  display: revert !important;
}

.curri-table tbody td {
  padding: clamp(18px, 4vw, 26px) 22px;
  font-size: clamp(14px, 3.2vw, 15px);
  color: var(--text);
  border-top: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.7;
}

.curri-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.curri-table .wk {
  width: clamp(88px, 18vw, 140px);
  font-weight: 900;
  color: var(--teal-dark);
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.35;
}

.curri-table .wk .wk-date {
  display: block;
  font-size: clamp(12px, 2.8vw, 13.5px);
  color: var(--sub);
  font-weight: 500;
  margin-top: 8px;
}

.curri-table .topic-title {
  display: block;
  font-size: clamp(15px, 3.5vw, 17px);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 6px;
}

.price-card,
.atop .price-card {
  padding: clamp(28px, 6vw, 36px) clamp(20px, 5vw, 32px);
}

.atop .price-card .pc-amount {
  font-size: clamp(36px, 8vw, 44px);
  letter-spacing: 0;
}

.atop .btn,
.btn,
.btn-lg {
  max-width: 100%;
  font-size: clamp(16px, 3.8vw, 18px);
  padding: clamp(15px, 3.5vw, 18px) clamp(30px, 9vw, 52px);
  letter-spacing: 0;
}

.final-cta {
  padding: clamp(54px, 8vw, 70px) 0;
}

.final-cta h2 {
  font-size: clamp(23px, 5vw, 28px);
  letter-spacing: 0;
}



/* 추천 포인트 카드: PC 3개 한 줄, 모바일 1개씩 자동 내려가기 */
.card-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)) !important;
  gap: 18px !important;
  padding: 0 15px !important;
}

.info-card {
  min-width: 0;
  padding: 24px 18px;
}

.info-card h4 {
  font-size: 17px;
  line-height: 1.35;
}

.info-card p {
  font-size: 14px;
  line-height: 1.65;
}/* End custom CSS */