/* BucheonTemplate — magazine / stacked-bleed independent layout (not purple Ganghwa) */
:root {
  --bc-bg: #f4f1ea;
  --bc-ink: #241c16;
  --bc-muted: #6d6256;
  --bc-accent: #f55768;
  --bc-line: #e4d8c6;
  --bc-paper: #fffaf3;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.theme-bucheon {
  margin: 0;
  background: var(--bc-bg);
  color: var(--bc-ink);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 18px;
  line-height: 1.8;
  overflow-x: hidden;
}
.bc-shell { width: 100%; }
.bc-slim-bar {
  font-family: Pretendard, "Noto Sans KR", sans-serif;
}
.bc-slim-cta, .bc-caption-actions, .bc-cta-buttons, .bc-float-cta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.bc-link-phone, .bc-link-kakao {
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  text-decoration: none; font-weight: 700; font-size: 13px;
  min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 2px;
}
.bc-link-phone { background: var(--bc-ink); color: #fff; }
.bc-link-kakao { color: var(--bc-accent); border-bottom: 1px solid var(--bc-accent); background: transparent; border-radius: 0; }
.bc-hero-bleed { position: relative; }
.bc-bleed-frame { width: 100%; }
.bc-bleed-img, .bc-bleed-frame .visual-fallback {
  width: 100%; height: min(58vh, 620px); min-height: 280px; object-fit: cover; display: block;
}
.bc-overlap-caption {
  max-width: 1280px; margin: -28px auto 0; position: relative; z-index: 2;
  background: var(--bc-paper); padding: 40px 48px 32px;
  box-shadow: 0 18px 40px rgba(36,28,22,.08);
}
.bc-kicker {
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--bc-accent); margin: 0 0 10px;
}
.bc-hero-bleed h1 { font-size: clamp(36px, 4vw, 62px); font-weight: 500; margin: 0 0 14px; line-height: 1.2; }
.bc-hero-bleed h1 i { font-style: italic; color: var(--bc-accent); font-size: .62em; }
.bc-hero-sub { font-size: 22px; margin: 0 0 10px; }
.bc-hero-desc { color: var(--bc-muted); }
.bc-feature-rail {
  display: flex; gap: 14px; overflow-x: auto; padding: 28px 8vw 8px;
  scroll-snap-type: x mandatory;
}
.bc-rail-card {
  flex: 0 0 260px; scroll-snap-align: start;
  background: #fff; border-top: 3px solid var(--bc-accent); padding: 18px;
  font-family: Pretendard, "Noto Sans KR", sans-serif; font-size: 15px;
}
.bc-magazine { max-width: 1280px; margin: 0 auto; padding: 24px 24px 64px; display: grid; gap: 64px; }
.bc-magazine h2 { font-size: 32px; font-weight: 500; margin: 0 0 18px; padding-bottom: 8px; border-bottom: 1px solid var(--bc-line); }
.bc-mag-entry { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--bc-line); }
.bc-mag-img, .bc-mag-entry .visual-fallback { width: 100%; min-height: 160px; object-fit: cover; display: block; }
.bc-mag-entry figcaption { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--bc-muted); font-family: Pretendard, sans-serif; }
.bc-stack-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding: 20px 0; }
.bc-stack-img, .bc-stack-card .visual-fallback { width: 100%; min-height: 140px; object-fit: cover; display: block; }
.bc-course-line { display: grid; gap: 4px; padding: 14px 0; border-bottom: 1px dotted var(--bc-line); list-style: none; }
.bc-course-list ul { padding: 0; margin: 0; }
.bc-faq-line { border-bottom: 1px solid var(--bc-line); padding: 12px 0 16px; }
.bc-faq-q {
  display: block; width: 100%; text-align: left; background: none; border: 0;
  font: inherit; font-size: 22px; font-weight: 500; cursor: default; padding: 0;
}
.bc-faq-line summary.bc-faq-q { cursor: pointer; }
.bc-faq-line[open] { background: #fff8f6; margin: 0 -12px; padding-left: 12px; padding-right: 12px; border-radius: 12px; }
.bc-cta-split {
  max-width: 1280px; margin: 0 auto 24px; padding: 28px 32px;
  display: grid; grid-template-columns: 1.4fr auto; gap: 16px; align-items: center;
  background: var(--bc-ink); color: #fff;
}
.bc-cta-split h2, .bc-cta-split p { color: #fff; margin: 0 0 6px; }
.bc-cta-split .bc-link-phone { background: var(--bc-accent); }
.bc-cta-split .bc-link-kakao { color: #fff; border-bottom-color: #fff; }
.bc-colophon { max-width: 1280px; margin: 0 auto; padding: 0 24px 96px; color: var(--bc-muted); font-size: 14px; font-family: Pretendard, sans-serif; }
.bc-float-cta {
  position: fixed; right: 16px; bottom: 16px; z-index: 30;
  background: #fff; padding: 8px 10px; box-shadow: 0 12px 28px rgba(36,28,22,.14);
}
.visual-fallback { position: relative; overflow: hidden; background: linear-gradient(135deg, #e3d4f3, #f4f1ea); min-height: 160px; }
.visual-fallback .orb { position: absolute; border-radius: 50%; }
.orb-a { width: 180px; height: 180px; right: 8%; top: 8%; background: rgba(107,63,160,.16); }
.orb-b { width: 90px; height: 90px; left: 12%; bottom: 12%; background: rgba(36,28,22,.1); }
.orb-c { width: 42px; height: 42px; left: 48%; top: 36%; background: #fff; }
.visual-label { position: absolute; left: 16px; bottom: 14px; font-weight: 700; font-family: Pretendard, sans-serif; font-size: 13px; }
.bc-slim-bar { position: sticky; top: 0; z-index: 40; }
.bc-menu-btn, .bc-phone-mini, .bc-nav-cta { display: none; }
.bc-link-phone, .bc-link-kakao {
  gap: 6px; border-radius: 999px; font-weight: 800; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
  min-height: 44px; padding: 0 16px;
}
.bc-caption-actions .bc-link-phone, .bc-caption-actions .bc-link-kakao,
.bc-cta-buttons .bc-link-phone, .bc-cta-buttons .bc-link-kakao {
  min-height: 52px; padding: 0 22px; font-size: 16px;
}
.bc-link-phone { background: var(--bc-accent); color: #fff; box-shadow: 0 10px 18px rgba(245,87,104,.28); border: 0; }
.bc-link-phone:hover, .bc-link-kakao:hover { transform: translateY(-2px); }
.bc-link-kakao { background: #fee500; color: #191600; border: 0; box-shadow: 0 8px 16px rgba(254,229,0,.32); }
.cta-ico { display: inline-flex; }
.bc-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; padding: 0; margin: 14px 0; }
.bc-facts li { background: #fff; border: 1px solid var(--bc-line); border-radius: 14px; padding: 14px 16px; font-family: Pretendard, sans-serif; }
.bc-facts strong { display: block; font-size: 16px; }
.bc-facts span, .bc-featured { color: var(--bc-muted); font-size: 13px; }
.bc-featured { font-weight: 800; font-family: Pretendard, sans-serif; }
.bc-bleed-img { object-position: var(--hero-pos, 50% 12%); }
.bc-bleed-frame { position: relative; overflow: hidden; }
.bc-mag-intro { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(220px, .7fr); gap: 24px; align-items: start; }
.bc-side-panel, .yj-side-panel, .sh-side-panel {
  padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--bc-line);
}
.bc-side-panel ul { margin: 0; padding-left: 18px; }
.bc-stack-visual { display: grid; place-items: center; }
.bc-howto-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.bc-howto-list li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; background: #fff; padding: 14px; border-radius: 14px; }
.bc-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.bc-price { background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid var(--bc-line); }
.bc-price h3 { margin: 0 16px 8px; }
.bc-price table { width: 100%; border-collapse: collapse; }
.bc-price td { padding: 10px 16px; border-top: 1px solid var(--bc-line); }
.bc-price td:last-child { text-align: right; font-weight: 800; color: var(--bc-accent); }
.bc-cta-split {
  max-width: none; margin: 12px 6vw 32px; padding: 36px 40px;
  display: grid; grid-template-columns: 1.4fr auto auto; gap: 18px; align-items: center;
  background: linear-gradient(135deg, #ff7a86, #f55768 48%, #e44558);
  color: #fff; border-radius: 28px;
  box-shadow: 0 18px 40px rgba(245,87,104,.28);
}
.bc-cta-split h2, .bc-cta-split p { color: #fff; margin: 0 0 6px; }
.bc-cta-split .bc-link-phone { background: #fff; color: var(--bc-accent); }
.bc-cta-split .bc-link-kakao { background: #fee500; color: #191600; }
.bc-cta-3d { width: 72px; height: 72px; }
.bc-colophon { display: block; }
.site-foot-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.site-foot-nav a { text-decoration: none; color: inherit; font-weight: 700; }
#service, #courses, #areas, #guide, #faq { scroll-margin-top: 84px; }
@media (min-width: 901px) {
  .bc-hero-bleed h1 { font-size: clamp(44px, 3.6vw, 64px); }
  .bc-hero-desc, .bc-article p { font-size: 17px; line-height: 1.8; }
  .bc-course-line { padding: 20px 4px; }
  .bc-course-line strong { font-size: 22px; display: block; }
  .bc-course-line span { font-size: 16px; }
  .bc-price { padding-bottom: 8px; }
  .bc-price h3 { font-size: 22px; margin-top: 16px; }
  .bc-howto-list { grid-template-columns: 1fr 1fr; }
  .bc-howto-list li { padding: 18px 20px; }
  .bc-faq-q { font-size: 20px; min-height: 48px; }
  .bc-cta-split { max-width: 1280px; margin: 12px auto 32px; width: calc(100% - 48px); padding: 40px 44px; }
}
@media (max-width: 1023px) {
  .bc-menu-btn, .bc-phone-mini { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 12px; border-radius: 999px; font-weight: 800; }
  .bc-phone-mini { background: var(--bc-accent); color: #fff; text-decoration: none; }
  .bc-menu-btn { border: 1px solid var(--bc-line); background: #fff; }
  .bc-slim-cta { display: none; }
  .bc-slim-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; background: #fff; padding: 8px 5vw 16px; border-bottom: 1px solid var(--bc-line);
  }
  .bc-slim-nav.is-open { display: flex; }
  .bc-nav-cta { display: flex; margin-top: 10px; gap: 8px; }
}
@media (max-width: 900px) {
  .bc-overlap-caption { margin-top: 0; padding: 28px 20px; max-width: none; }
  .bc-mag-entry, .bc-stack-card, .bc-cta-split, .bc-mag-intro, .bc-price-grid, .bc-howto-list { grid-template-columns: 1fr; }
  .bc-hero-bleed h1 { font-size: 32px; }
  .bc-bleed-img, .bc-bleed-frame .visual-fallback { height: min(42vh, 360px); object-position: var(--hero-pos-m, 50% 10%); }
  .bc-caption-actions { flex-direction: column; }
  .bc-caption-actions a { width: 100%; justify-content: center; min-height: 46px; }
}

/* Bucheon premium — Coral / Rose / Peach / Cream Clay Bento */
.bc-slim-bar {
  width: 100%;
  min-height: 72px;
  background: linear-gradient(180deg, rgba(255,250,243,.94), rgba(255,246,239,.86));
  border-bottom: 1px solid rgba(245,87,104,.14);
  box-shadow: 0 8px 20px rgba(245,87,104,.06);
  position: sticky;
  top: 0;
  z-index: 40;
}
.bc-header-inner {
  max-width: 1280px;
  margin-inline: auto;
  width: calc(100% - 48px);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.bc-brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex: 0 0 auto;
  min-width: min-content;
  flex-wrap: nowrap;
  text-decoration: none;
  color: inherit;
}
.bc-brand-name {
  font-size: 19px;
  font-weight: 800;
  font-family: Georgia, "Noto Serif KR", serif;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.bc-brand-dot { color: rgba(36,28,22,.35); font-weight: 700; }
.bc-brand-service {
  font-size: 15px;
  font-weight: 700;
  color: var(--bc-accent);
  font-family: Pretendard, sans-serif;
  white-space: nowrap;
}
.bc-slim-nav {
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 8px 18px;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}
.bc-slim-nav a { color: var(--bc-ink); padding: 6px 4px; }
.bc-slim-nav a:hover { color: var(--bc-accent); }
.bc-slim-cta { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; flex: 0 0 auto; }
@media (min-width: 1024px) {
  .bc-slim-nav { display: flex; }
}
@media (max-width: 1023px) {
  .bc-slim-cta { display: none; }
}
.bc-slim-cta .bc-link-phone,
.bc-slim-cta .bc-link-kakao,
.bc-nav-cta .bc-link-phone,
.bc-nav-cta .bc-link-kakao {
  min-height: 48px;
  padding: 0 16px;
  gap: 8px;
  border-radius: 999px;
}
.cta-ico { display: inline-flex; align-items: center; }
.bc-hero-bleed {
  max-width: 1280px;
  width: calc(100% - 48px);
  margin: 18px auto 0;
  padding: 0;
  box-sizing: border-box;
}
.bc-overlap-caption {
  position: relative;
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,244,239,.88));
  backdrop-filter: blur(16px);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 32px;
  box-shadow:
    0 28px 70px rgba(245,87,104,.18),
    0 10px 24px rgba(36,28,22,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.bc-overlap-caption::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,180,168,.7), rgba(245,87,104,.22), rgba(255,214,186,.55));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.bc-link-phone {
  background: linear-gradient(180deg, #ff7a86, #f55768 58%, #e44558);
  color: #fff; min-height: 56px; padding: 0 24px; font-weight: 800; border-radius: 999px;
  box-shadow: 0 12px 22px rgba(245,87,104,.32), inset 0 1px 0 rgba(255,255,255,.35);
}
.bc-link-kakao {
  background: linear-gradient(180deg, #ffe75a, #fee500);
  color: #191600; min-height: 56px; padding: 0 24px; font-weight: 800; border-radius: 999px;
  box-shadow: 0 10px 20px rgba(254,229,0,.38), inset 0 1px 0 rgba(255,255,255,.55);
}
.bc-link-phone:hover, .bc-link-kakao:hover { transform: translateY(-3px); }
.bc-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; padding: 0; margin: 0 0 20px; font-family: Pretendard, sans-serif; }
.bc-fact {
  position: relative; padding: 10px 12px; border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fff4f1);
  border: 1px solid rgba(245,87,104,.16);
  box-shadow: 0 8px 16px rgba(245,87,104,.08), inset 0 1px 0 #fff;
  transition: transform .18s ease;
}
.bc-fact .iso { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; }
.bc-fact em { display: block; font-size: 10px; letter-spacing: .14em; color: var(--bc-accent); font-style: normal; font-weight: 800; }
.bc-fact strong { display: block; margin: 2px 36px 2px 0; font-size: 14px; }
.bc-fact span { color: var(--bc-muted); font-size: 12px; }
.bc-fact:hover { transform: translateY(-3px); }
.bc-feature-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
  max-width: 1360px;
  margin: 24px auto 8px;
  padding: 0 24px;
  overflow: visible;
}
.bc-rail-card {
  position: relative;
  flex: none;
  border-radius: 24px;
  padding: 22px 18px 18px;
  background: linear-gradient(180deg, #fff, #fff4f1);
  border: 1px solid rgba(245,87,104,.16);
  box-shadow: 0 16px 32px rgba(245,87,104,.1), inset 0 1px 0 #fff;
  font-family: Pretendard, "Noto Sans KR", sans-serif;
}
.bc-rail-card::before {
  content: "";
  position: absolute;
  top: 0; left: 18px; right: 18px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #ffb4a8, #f55768);
}
.bc-rail-ico { display: block; width: 48px; height: 48px; margin-bottom: 8px; }
.bc-rail-card h3 { margin: 0 0 6px; font-size: 16px; }
.bc-rail-card p { margin: 0; color: var(--bc-muted); font-size: 14px; line-height: 1.55; }
.bc-magazine { max-width: 1280px; padding: 24px 24px 64px; }
.bc-magazine .la-guide { max-width: none; width: 100%; padding: 0; }
.bc-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; align-items: start; }
.bc-price {
  position: relative; padding: 22px 20px 16px; border-radius: 28px;
  background: linear-gradient(180deg, #fffdf9, #fff3ec);
  border: 1px solid rgba(245,87,104,.16);
  box-shadow: 0 16px 32px rgba(245,87,104,.12), inset 0 1px 0 #fff;
  font-family: Pretendard, sans-serif;
  overflow: hidden;
}
.bc-price::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 72px;
  background: linear-gradient(180deg, rgba(255,180,168,.22), transparent);
  pointer-events: none;
}
.bc-price.is-featured {
  transform: translateY(-10px);
  border-color: rgba(245,87,104,.42);
  box-shadow: 0 26px 48px rgba(245,87,104,.22), 0 0 0 1px rgba(245,87,104,.18), inset 0 1px 0 #fff;
}
.bc-price-badge, .bc-price-eye {
  position: relative; z-index: 1;
  display: inline-flex; padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 800; letter-spacing: .08em;
}
.bc-price-badge { position: absolute; top: 14px; right: 14px; background: var(--bc-accent); color: #fff; }
.bc-price-eye { background: rgba(245,87,104,.1); color: var(--bc-accent); }
.bc-price-ico { position: relative; z-index: 1; display: block; width: 52px; height: 52px; margin: 10px 0 4px; }
.bc-price h3 { position: relative; z-index: 1; margin: 8px 0 4px; font-size: 24px; }
.bc-price-lead { position: relative; z-index: 1; margin: 0 0 10px; color: var(--bc-muted); font-size: 13px; }
.bc-price table { width: 100%; border-collapse: collapse; position: relative; z-index: 1; }
.bc-price td { padding: 10px 0; border-top: 1px solid rgba(245,87,104,.12); font-variant-numeric: tabular-nums; }
.bc-price td:last-child { text-align: right; font-weight: 800; color: var(--bc-accent); }
.bc-price td b { font-weight: 800; }
.bc-price td small { font-size: 11px; margin-left: 2px; font-weight: 700; opacity: .8; }
.bc-howto-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px 16px; list-style: none; padding: 18px 0 0; }
.bc-howto-list li, .bc-step {
  display: flex; flex-direction: column; gap: 8px;
  position: relative; padding: 36px 18px 20px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fff, #fff6f2);
  box-shadow: 0 14px 28px rgba(245,87,104,.1), inset 0 1px 0 #fff;
  border: 1px solid rgba(245,87,104,.14);
}
.bc-step-badge {
  position: absolute; top: -14px; left: 18px;
  width: 42px; height: 42px; border-radius: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; color: #fff; font-family: Pretendard, sans-serif;
  background: linear-gradient(180deg, #ff8a96, #f55768);
  box-shadow: 0 10px 18px rgba(245,87,104,.32), inset 0 1px 0 rgba(255,255,255,.4);
}
.bc-step-ico { width: 48px; height: 48px; margin-top: 4px; }
.bc-howto-list li strong { display: block; font-size: 17px; }
.bc-howto-list li p { margin: 0; color: var(--bc-muted); font-size: 14px; line-height: 1.55; }
.bc-faq-line {
  border: 1px solid rgba(245,87,104,.14); border-radius: 22px; padding: 0; margin: 0 0 12px;
  background: linear-gradient(180deg, #fff, #fff8f4);
  box-shadow: 0 10px 22px rgba(245,87,104,.08);
}
.bc-faq-q { display: flex; gap: 12px; align-items: center; min-height: 56px; padding: 14px 18px; }
.bc-faq-qtext { flex: 1; }
.bc-faq-plus { margin-left: auto; color: var(--bc-accent); font-weight: 800; transition: transform .18s ease; }
.bc-faq-no { color: var(--bc-accent); font-family: Pretendard, sans-serif; font-size: 13px; font-weight: 800; }
.bc-faq-line[open] { box-shadow: inset 0 8px 18px rgba(245,87,104,.06), 0 10px 22px rgba(245,87,104,.08); }
.bc-faq-line[open] .bc-faq-plus { transform: rotate(45deg); }
.bc-faq-a {
  margin: 0 14px 16px; padding: 12px 14px; border-radius: 16px;
  background: rgba(255,244,239,.72); font-family: Pretendard, sans-serif;
}
.bc-side-panel, .bc-summary-card {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,250,243,.9), rgba(255,244,236,.78));
  backdrop-filter: blur(14px);
  border-radius: 28px; padding: 22px;
  border: 1px solid rgba(245,87,104,.16);
  box-shadow: 0 18px 36px rgba(245,87,104,.14), inset 0 1px 0 #fff;
}
.bc-summary-orb {
  position: absolute; right: -24px; top: -28px;
  width: 128px; height: 128px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,138,150,.5), transparent 70%);
  pointer-events: none;
}
.bc-summary-rows { list-style: none; padding: 0; margin: 12px 0 0; }
.bc-summary-rows li {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(245,87,104,.12);
  font-weight: 700; font-family: Pretendard, sans-serif;
}
.bc-summary-rows li:first-child { border-top: 0; }
.bc-summary-rows .iso { width: 40px; height: 40px; }
.bc-cta-split {
  position: relative; overflow: hidden;
  max-width: 1360px; margin: 12px auto 32px; width: calc(100% - 48px);
  background: linear-gradient(135deg, #ff8a96, #f55768 46%, #e44558);
  border-radius: 32px;
  box-shadow: 0 24px 48px rgba(245,87,104,.28), inset 0 1px 0 rgba(255,255,255,.28);
}
.bc-cta-deco { display: flex; gap: 8px; align-items: center; }
.bc-cta-deco .iso { width: 52px; height: 52px; }
.bc-orb { width: 72px; height: 72px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #fff, rgba(255,255,255,.1)); opacity: .45; }
.bc-colophon {
  max-width: none;
  margin: 0;
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #fffaf3, #fff3ec);
  border: 0;
  border-top: 1px solid rgba(245,87,104,.14);
  box-shadow: none;
}
.bc-foot-inner {
  max-width: 1280px;
  margin-inline: auto;
  width: calc(100% - 48px);
  min-height: 180px;
  padding: 36px 0 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 28px;
  align-items: start;
}
.bc-foot-name { margin: 0; font-size: 20px; font-weight: 800; font-family: Georgia, serif; white-space: nowrap; }
.bc-foot-service { margin: 4px 0 12px; font-size: 15px; font-weight: 700; color: var(--bc-accent); font-family: Pretendard, sans-serif; }
.bc-foot-meta { margin: 0 0 4px; font-size: 14px; color: var(--bc-muted); font-family: Pretendard, sans-serif; }
.bc-foot-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.bc-foot-heading { margin: 0; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--bc-accent); font-family: Pretendard, sans-serif; }
.bc-foot-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.bc-foot-nav a { text-decoration: none; color: inherit; font-size: 14px; font-weight: 700; font-family: Pretendard, sans-serif; }
.bc-foot-col h3 { margin: 0 0 8px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--bc-accent); }
.bc-foot-col p { margin: 0; }
@media (min-width: 901px) {
  .bc-hero-bleed {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(520px, 600px);
    align-items: stretch;
    gap: 0;
    justify-content: start;
  }
  .bc-bleed-frame {
    border-radius: 32px 0 0 32px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    min-height: 0;
    height: auto;
    max-height: 720px;
    box-shadow: 0 28px 70px rgba(36,28,22,.12);
  }
  .bc-bleed-img, .bc-bleed-frame .visual-fallback {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: var(--hero-pos, 50% 18%);
  }
  .bc-overlap-caption {
    margin: 0;
    max-width: none;
    border-radius: 0 32px 32px 0;
    height: 100%;
    padding: 40px 40px 36px;
  }
}
@media (max-width: 1023px) {
  .bc-header-inner { width: calc(100% - 48px); padding-inline: 0; flex-wrap: nowrap; }
  .bc-brand { flex: 1 1 auto; flex-direction: column; align-items: flex-start; gap: 2px; min-width: 0; white-space: normal; }
  .bc-brand-dot { display: none; }
  .bc-brand-name { font-size: 17px; }
  .bc-brand-service { font-size: 13px; }
}
@media (max-width: 900px) {
  .bc-howto-list, .bc-price-grid, .bc-facts, .bc-feature-rail, .bc-foot-inner { grid-template-columns: 1fr; }
  .bc-price.is-featured { transform: none; }
  .bc-cta-deco { display: none; }
  .bc-hero-bleed { padding: 0; margin: 0 auto; width: calc(100% - 48px); }
  .bc-bleed-img, .bc-bleed-frame .visual-fallback {
    height: min(62vh, 520px);
    min-height: 400px;
    object-fit: cover;
    object-position: var(--hero-pos-m, 50% 32%);
  }
  .bc-overlap-caption { margin: 0; border-radius: 0 0 28px 28px; }
}

/* MASTER LOCK — HEADER / HERO text / FOOTER layout. Do not redesign. */
.bc-kicker { margin: 0 0 12px; }
.bc-hero-bleed h1 { margin: 0 0 8px; }
.bc-hero-brand {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 16px;
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--bc-accent);
  font-family: Georgia, "Noto Serif KR", serif;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.bc-hero-sub { margin: 0 0 14px; }
.bc-featured {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  font-family: Pretendard, sans-serif;
}
.bc-featured span {
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(245,87,104,.2);
  font-size: 13px;
  font-weight: 800;
}
.bc-hero-desc { margin: 0 0 22px; max-width: 42em; }
.bc-caption-actions { margin-top: 0; }
.bc-slim-cta { gap: 10px; }
.bc-overlap-caption,
.bc-overlap-caption > * {
  text-align: left;
}
.bc-hero-sub { margin: 0 0 14px; }
.bc-featured {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  font-family: Pretendard, sans-serif;
}
.bc-featured span {
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(245,87,104,.2);
  font-size: 13px;
  font-weight: 800;
}
.bc-hero-desc { margin: 0 0 22px; max-width: 42em; }
.bc-caption-actions { margin-top: 0; }
.bc-slim-cta { gap: 10px; }


html { scroll-behavior: smooth; }
.la-guide {
  --la-accent: #f55768;
  --la-ink: #2a2220;
  --la-muted: #7a6a66;
  --la-line: #f0dcd6;
  --la-card: #ffffff;
  --la-soft: #fff7f4;
  --la-chip: #ffffff;
  --la-tint-2: #fff9f7;
  --la-tint-3: #fff5f2;
  padding: 8px 0 48px;
  width: calc(100% - 48px);
  overflow-x: hidden;
  color: var(--la-ink);
}
.la-guide--bucheon {
  --la-accent: #f55768;
  --la-ink: #2a2220;
  --la-muted: #7a6a66;
  --la-line: #f0dcd6;
  --la-soft: #fff4f1;
  --la-tint-2: #fff9f7;
  --la-tint-3: #fff5f2;
}
.la-guide--yeongjong {
  --la-accent: #2a9b8f;
  --la-ink: #16324a;
  --la-muted: #5b7383;
  --la-line: #cfe4df;
  --la-soft: #eef8f6;
  --la-card: rgba(255,255,255,.82);
  --la-chip: rgba(255,255,255,.9);
  --la-tint-2: #f4fbf9;
  --la-tint-3: #eef6fb;
}
.la-guide--siheung {
  --la-accent: #1b6b8a;
  --la-ink: #10233a;
  --la-muted: #5d6f7e;
  --la-line: #d5e0e6;
  --la-soft: #eef3f6;
  --la-tint-2: #f7fafb;
  --la-tint-3: #eef4f7;
}
.la-guide--ganghwa {
  --la-accent: #f55768;
  --la-ink: #2a2220;
  --la-muted: #7a6a66;
  --la-line: rgba(245, 87, 104, .18);
  --la-soft: #fff4f2;
  --la-tint-2: #fff9f7;
  --la-tint-3: #fff5f2;
}
.la-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  gap: 16px 24px;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto 22px;
  padding: 22px 24px;
  min-height: 0;
  border: 1px solid var(--la-line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, var(--la-soft));
  box-shadow: 0 10px 24px rgba(20, 16, 24, .05);
}
.la-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--la-accent);
}
.la-summary-copy h2,
.la-summary h2 {
  margin: 0 0 6px;
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: -.03em;
  line-height: 1.25;
}
.la-summary-line { margin: 0 0 10px; color: var(--la-muted); font-size: 16px; }
.la-jump { margin: 0; }
.la-guide { max-width: 1360px; margin-left: auto; margin-right: auto; }
.la-stats {
  display: flex;
  gap: 18px;
  align-items: stretch;
}
.la-stats p {
  margin: 0;
  min-width: 84px;
  text-align: center;
}
.la-stats strong {
  display: block;
  font-size: 28px;
  letter-spacing: -.04em;
  line-height: 1.1;
}
.la-stats span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--la-muted);
}
.la-jump-label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: var(--la-muted);
}
.la-jump-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.la-jump-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--la-line);
  background: var(--la-chip);
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 0 var(--la-soft);
}
.la-jump-chip:hover { border-color: var(--la-accent); }
.la-district {
  margin: 0 0 28px;
  scroll-margin-top: 84px;
}
.la-district-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--la-line);
}
.la-district-head h3 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: -.03em;
}
.la-district-head p {
  margin: 0;
  color: var(--la-muted);
  font-size: 13px;
  font-weight: 700;
}
.container .la-guide,
.section .la-guide,
.bc-magazine .la-guide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.la-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  grid-auto-rows: min-content;
}
.la-grid[data-count="1"],
.la-grid[data-count="2"],
.la-grid[data-count="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.la-card {
  position: relative;
  align-self: start;
  height: auto;
  padding: 22px 22px 20px;
  border: 1px solid var(--la-line);
  border-radius: 20px;
  background: var(--la-card);
  box-shadow: 0 12px 22px rgba(20, 16, 24, .05);
  overflow: hidden;
}
.la-card--2 { background: linear-gradient(180deg, var(--la-card), var(--la-tint-2)); }
.la-card--3 { background: linear-gradient(180deg, var(--la-card), var(--la-tint-3)); }
.la-card-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  opacity: .9;
}
.la-card-icon .iso { width: 46px; height: 46px; }
.la-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  color: var(--la-accent);
}
.la-card-title {
  margin: 0 48px 8px 0;
  font-size: 22px;
  letter-spacing: -.03em;
  line-height: 1.3;
}
.la-card-desc {
  margin: 0 0 12px;
  color: var(--la-muted);
  font-size: 15px;
  line-height: 1.65;
}
.la-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.la-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid var(--la-line);
  background: var(--la-chip);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  max-width: 100%;
}
.la-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  gap: 16px 24px;
  align-items: center;
  max-width: 1360px;
  margin: 0 auto 28px;
  padding: 24px 26px;
  min-height: 0;
  border-radius: 28px;
}
.la-district-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  margin: 0 0 16px;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  width: fit-content;
  max-width: 100%;
}
.la-district-eye {
  margin: 0;
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 800;
}
.la-stat {
  position: relative;
  overflow: hidden;
  min-width: 108px;
  padding: 14px 14px 12px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--la-line);
  box-shadow: 0 12px 24px rgba(20,16,24,.08), inset 0 1px 0 #fff;
}
.la-stat::after {
  content: "";
  position: absolute;
  right: -12px;
  top: -14px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--la-accent) 40%, white), transparent 72%);
  pointer-events: none;
}
.la-stat .iso { width: 40px; height: 40px; margin: 0 auto 4px; position: relative; z-index: 1; }
.la-stat strong, .la-stat span { position: relative; z-index: 1; }
.la-card {
  position: relative;
  align-self: start;
  height: auto;
  padding: 22px 22px 20px;
  border-radius: 26px;
  overflow: hidden;
}
.la-card:hover { transform: translateY(-3px); }
.la-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  max-width: 100%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 4px 10px rgba(20,16,24,.05);
}
.la-guide--bucheon .la-summary,
.la-guide--bucheon .la-card {
  background: linear-gradient(180deg, #fff, #fff4f1);
  border: 1px solid rgba(245,87,104,.16);
  box-shadow: 0 18px 36px rgba(245,87,104,.12), inset 0 1px 0 #fff;
}
.la-guide--bucheon .la-district-head {
  background: linear-gradient(180deg, #fff, #ffe8e4);
  box-shadow: 0 8px 18px rgba(245,87,104,.12);
  color: #f55768;
}
.la-guide--bucheon .la-stat { background: #fff5f2; box-shadow: inset 0 1px 0 #fff; }
.la-guide--bucheon .la-chip { background: #fff7f4; border: 1px solid rgba(245,87,104,.18); }
.la-guide--yeongjong .la-summary,
.la-guide--yeongjong .la-card {
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(124,196,255,.4);
  border-radius: 26px;
  box-shadow: 0 16px 34px rgba(47,125,225,.12), inset 0 1px 0 #fff;
}
.la-guide--yeongjong .la-district-head {
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(42,155,143,.3);
  color: #2a9b8f;
}
.la-guide--yeongjong .la-stat { background: rgba(255,255,255,.7); }
.la-guide--yeongjong .la-chip { background: rgba(255,255,255,.9); border: 1px solid #cfe8ff; }
.la-guide--siheung .la-summary,
.la-guide--siheung .la-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(18,164,196,.2);
  border-top: 3px solid #12a4c4;
  box-shadow: 0 16px 32px rgba(11,58,77,.1);
}
.la-guide--siheung .la-district-head {
  background: #0b3a4d;
  color: #9be7ff;
  border-radius: 14px;
}
.la-guide--siheung .la-district-head h3 { color: #fff; }
.la-guide--siheung .la-stat { background: #f4fbfd; border-top: 2px solid #12a4c4; }
.la-guide--siheung .la-chip { background: #f4fafc; border: 1px solid #cfe4ec; }
.la-guide--ganghwa .la-summary,
.la-guide--ganghwa .la-card {
  background: linear-gradient(180deg, #fff, #fff6f2);
  border: 1px solid rgba(245,87,104,.18);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(245,87,104,.1), inset 0 1px 0 #fff;
}
.la-guide--ganghwa .la-district-head {
  background: #fff4f0;
  border: 1px solid rgba(245,87,104,.2);
  color: #f55768;
  border-radius: 18px;
}
.la-guide--ganghwa .la-stat { background: #fff8f5; }
.la-guide--ganghwa .la-chip { background: #fff8f5; border: 1px solid rgba(245,87,104,.16); }
.la-board {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 22px 22px 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), var(--la-soft));
  border: 1px solid var(--la-line);
  box-shadow: 0 22px 40px rgba(20,16,24,.08), inset 0 1px 0 #fff;
}
.la-board::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--la-accent) 55%, white), rgba(255,255,255,.2), color-mix(in srgb, var(--la-accent) 28%, white));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.la-zones {
  display: grid;
  gap: 12px;
}
.la-zones--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.la-zones--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.la-zones--3, .la-zones-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.la-zones--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.la-zone {
  padding: 12px 12px 10px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--la-soft) 70%, white);
  border: 1px solid var(--la-line);
  box-shadow: 0 8px 16px rgba(20,16,24,.04), inset 0 1px 0 #fff;
  min-height: 0;
}
.la-zone-eye {
  margin: 0 0 4px;
  font-size: 10px;
  letter-spacing: .16em;
  font-weight: 800;
  color: var(--la-accent);
}
.la-zone h3 {
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: -.03em;
}
.la-district-block { margin: 0 0 14px; }
.la-district-block:last-child { margin-bottom: 0; }
.la-adjacent {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--la-line);
}
.la-adjacent > span {
  font-size: 12px;
  font-weight: 800;
  color: var(--la-muted);
}
.la-guide--compact .la-chip {
  padding: 7px 11px;
  font-size: 13px;
}
.la-guide--compact { padding-bottom: 28px; }
.la-guide--bucheon .la-board,
.la-guide--ganghwa .la-board {
  background: linear-gradient(180deg, #fff, #fff4f1);
  box-shadow: 0 22px 40px rgba(245,87,104,.12), inset 0 1px 0 #fff;
}
.la-guide--yeongjong .la-board {
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(16px);
}
.la-guide--siheung .la-board {
  background: #fff;
  border-top: 3px solid #12a4c4;
}
.iso { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; }
.iso svg { width: 56px !important; height: 56px !important; max-width: 56px; max-height: 56px; display: block; }
.la-chip-sub {
  font-size: 13px;
  font-weight: 650;
  color: var(--la-muted);
  background: transparent;
}
.la-sub-label {
  margin: 12px 0 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--la-muted);
}
@media (min-width: 1100px) {
  .la-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .la-grid[data-count="1"],
  .la-grid[data-count="2"],
  .la-grid[data-count="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .la-card { min-width: 0; }
}
@media (max-width: 1023px) {
  .la-guide { padding-left: 5vw; padding-right: 5vw; }
  .la-grid,
  .la-grid[data-count="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .la-zones--5, .la-zones--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .la-guide { padding: 8px 5vw 36px; }
  .la-summary { grid-template-columns: 1fr; }
  .la-stats { justify-content: flex-start; }
  .la-grid,
  .la-grid[data-count="4"],
  .la-zones,
  .la-zones--5,
  .la-zones--4,
  .la-zones--3,
  .la-zones-3,
  .la-zones--2 { grid-template-columns: 1fr; }
  .la-card-title { margin-right: 44px; font-size: 18px; }
  .la-jump-chip, .la-chip { min-height: 36px; }
  .la-board { padding: 16px 14px; overflow-x: hidden; }
}

/* Preview-safe constraints: never let icons/SVG fill the viewport when a stylesheet is missing. */
.iso,
.iso svg,
.la-card-icon,
.la-card-icon svg,
.sh-usecase-visual svg,
.yj-sky-visual svg,
.bc-stack-visual svg,
.bc-cta-deco svg,
.yj-cta-deco svg,
.sh-cta-deco svg,
.bc-price-ico svg,
.yj-course-ico svg,
.sh-course-ico svg,
.bc-step-ico svg,
.yj-step-ico svg,
.sh-step-ico svg,
.bc-rail-ico svg,
.la-stat svg,
.gh-life-visual svg {
  max-width: 72px !important;
  max-height: 72px !important;
  width: 48px;
  height: 48px;
}
.iso { display: inline-flex !important; width: 56px; height: 56px; }
.iso svg { display: block; width: 56px !important; height: 56px !important; }
.la-card-icon { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; }
.la-card-icon .iso,
.la-card-icon svg { width: 44px !important; height: 44px !important; max-width: 44px !important; max-height: 44px !important; }
img.sh-hero-photo, img.yj-hero-visual, img.bc-bleed-img {
  max-width: 100%;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

