.theme-4 {
  --bg: #f4f8f4;
  --ink: #143024;
  --lead: #2d4a3a;
  --muted: #5a7266;
  --accent: #1f6b45;
  --line: #d5e4d8;
  --box-bg: #e8f4ec;
  --card-bg: #fff;
  --th-bg: #e4f0e8;
  --tag-bg: #d8f0e2;
  --tag-ink: #14532d;
  --cta-bg: #14532d;
  --cta-btn: #d8f0e2;
  --cta-btn-ink: #14532d;
  --radius: 20px;
  --font: "Pretendard", "Apple SD Gothic Neo", sans-serif;
}
.theme-4 .cbd-table tbody tr:nth-child(even) { background: #f3faf5 }
.theme-4 .cbd-card { border: 0; box-shadow: 0 8px 24px rgba(20, 48, 36, .06) }
.theme-4 .cbd-faq { border-radius: 18px }
