.theme-3 {
  --bg: #fff;
  --ink: #111;
  --lead: #333;
  --muted: #737373;
  --accent: #111;
  --line: #ececec;
  --box-bg: #fafafa;
  --card-bg: #fff;
  --th-bg: #fafafa;
  --tag-bg: #111;
  --tag-ink: #fff;
  --cta-bg: #111;
  --cta-btn: #fff;
  --cta-btn-ink: #111;
  --radius: 0;
  --font: "Pretendard", "Apple SD Gothic Neo", sans-serif;
}
.theme-3 .cbd-hero h1 { letter-spacing: -.02em }
.theme-3 .cbd-h2 { border-bottom: 1px solid #111; padding-bottom: 8px; font-weight: 600 }
.theme-3 .cbd-cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 0 }
.theme-3 .cbd-cards li { flex: 0 0 280px; scroll-snap-align: start }
.theme-3 .cbd-card { border: 0; border-right: 1px solid var(--line); border-radius: 0 }
.theme-3 .cbd-card:hover { transform: none; box-shadow: none }
.theme-3 .cbd-box { border-radius: 0; border-left: 2px solid #111 }
.theme-3 .cbd-faq, .theme-3 .cbd-list li, .theme-3 .cbd-table-wrap { border-radius: 0 }
.theme-3 .cbd-cta { border-radius: 0 }
