:root {
  --ink: #17211d;
  --muted: #68736f;
  --line: rgba(23, 33, 29, 0.12);
  --paper: #fffdf8;
  --soft: #f5f0e7;
  --sage: #6d8779;
  --sage-dark: #314c40;
  --peach: #e98f6f;
  --gold: #d7a95f;
  --shadow: 0 24px 70px rgba(39, 45, 41, 0.13);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(233, 143, 111, 0.16), transparent 34rem),
    radial-gradient(circle at 80% 10%, rgba(109, 135, 121, 0.13), transparent 32rem),
    var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
  word-break: keep-all;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 248, 0.86);
  border-bottom: 1px solid rgba(23, 33, 29, 0.08);
}

.header-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
  box-shadow: 0 12px 24px rgba(49, 76, 64, 0.22);
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(23, 33, 29, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.nav a {
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  color: #33433c;
}

.nav a[aria-current="page"],
.nav a:hover {
  color: #fff;
  background: var(--sage-dark);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--peach), #d16f52);
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(233, 143, 111, 0.28);
  white-space: nowrap;
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 90px 0;
}

.hero {
  position: relative;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 82px 0 78px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 36px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(233, 143, 111, 0.24), rgba(215, 169, 95, 0.14));
  filter: blur(3px);
  opacity: 0.6;
  z-index: 0;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--peach);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.18;
  letter-spacing: -0.055em;
}

h1 {
  font-size: clamp(2.35rem, 5.6vw, 5.3rem);
  max-width: 780px;
}

h2 {
  font-size: clamp(2rem, 4.4vw, 3.65rem);
  max-width: 820px;
}

h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.62rem);
}

.lead {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.14rem);
  max-width: 680px;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #405048;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(49, 76, 64, 0.12);
  font-size: 0.88rem;
  font-weight: 850;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
  box-shadow: 0 16px 36px rgba(49, 76, 64, 0.24);
}

.btn-soft {
  color: var(--sage-dark);
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(49, 76, 64, 0.16);
}

.hero-media {
  position: relative;
}

.hero-card {
  overflow: hidden;
  border-radius: 38px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: #fff;
}

.hero-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.floating-note {
  position: absolute;
  left: -22px;
  bottom: 24px;
  width: min(260px, 72%);
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(23, 33, 29, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.floating-note strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.floating-note span {
  color: var(--muted);
  font-size: 0.9rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 44px;
}

.metric-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 33, 29, 0.08);
  box-shadow: 0 12px 36px rgba(23, 33, 29, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.metric-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(23, 33, 29, 0.1);
}

.metric-card b {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.section-title {
  position: sticky;
  top: 104px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature-mosaic .card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(109, 135, 121, 0.13), rgba(255, 255, 255, 0.84)),
    rgba(255, 255, 255, 0.78);
}

.feature-mosaic .card:first-child .num {
  margin-bottom: 0;
}

.feature-mosaic .card:first-child h3 {
  margin-bottom: 4px;
}

.card,
.panel,
.faq details,
.review {
  border: 1px solid rgba(23, 33, 29, 0.1);
  background: rgba(255, 255, 255, 0.76);
  border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(23, 33, 29, 0.06);
}

.card {
  padding: 26px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.card:hover,
.guide-link:hover,
.review:hover {
  transform: translateY(-3px);
  border-color: rgba(49, 76, 64, 0.22);
  box-shadow: 0 20px 54px rgba(23, 33, 29, 0.1);
}

.card .num {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #fff;
  background: var(--sage-dark);
  font-weight: 900;
  margin-bottom: 18px;
}

.card p,
.panel p,
.review p,
.faq p {
  color: var(--muted);
}

.dark-band {
  margin: 70px 0 0;
  padding: 86px 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(233, 143, 111, 0.22), transparent 26rem),
    linear-gradient(135deg, #17211d, #293a32);
  color: #fff;
}

.dark-band .section {
  padding: 0;
}

.dark-band .lead,
.dark-band p {
  color: rgba(255, 255, 255, 0.72);
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.process-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.process-card b {
  color: #f6c795;
}

.guide-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 34px;
}

.section-head {
  margin-bottom: 34px;
}

.section-head.center {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-head.center .eyebrow {
  justify-content: center;
}

.section-head.center .eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.section-head.center h2,
.section-head.center .lead {
  margin-left: auto;
  margin-right: auto;
}

.guide-link {
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 240, 231, 0.75));
  border: 1px solid rgba(23, 33, 29, 0.1);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.guide-link small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.panel {
  padding: 34px;
}

.subjects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: #465650;
  font-weight: 800;
  font-size: 0.92rem;
}

.tuition-section {
  padding-top: 76px;
}

.tuition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.tuition-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(233, 143, 111, 0.2), transparent 16rem),
    rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 33, 29, 0.1);
  box-shadow: var(--shadow);
}

.tuition-card.accent {
  background:
    radial-gradient(circle at top right, rgba(109, 135, 121, 0.22), transparent 16rem),
    rgba(255, 255, 255, 0.82);
}

.tuition-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.tuition-card-head h3 {
  margin-bottom: 4px;
}

.tuition-card-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.tuition-badge {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(49, 76, 64, 0.2);
}

.fee-board {
  display: grid;
  gap: 12px;
}

.fee-tier {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 14px;
  align-items: stretch;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(23, 33, 29, 0.08);
}

.fee-tier.highlight {
  background: linear-gradient(135deg, rgba(49, 76, 64, 0.08), rgba(233, 143, 111, 0.1)), rgba(255, 255, 255, 0.78);
  border-color: rgba(49, 76, 64, 0.16);
}

.fee-tier-title {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 14px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
}

.tuition-card.accent .fee-tier-title {
  background: linear-gradient(135deg, #7a6656, var(--peach));
}

.fee-tier-title strong {
  font-size: 1.12rem;
  letter-spacing: -0.04em;
}

.fee-tier-title small {
  margin-top: 2px;
  opacity: 0.78;
  font-weight: 800;
}

.fee-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.fee-prices span {
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 76px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(23, 33, 29, 0.07);
}

.fee-prices em {
  color: var(--muted);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 900;
}

.fee-prices b {
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  letter-spacing: -0.045em;
}

.tuition-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.tuition-info span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 33, 29, 0.08);
  color: #52615b;
  font-weight: 850;
  font-size: 0.88rem;
}

.fee-notice {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.92rem;
}

.faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.faq details {
  padding: 20px 22px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.review {
  padding: 24px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.stars {
  color: #d28d2d;
  letter-spacing: 0.1em;
}

.cta-box {
  text-align: center;
  padding: 52px 26px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(233, 143, 111, 0.18), rgba(109, 135, 121, 0.16)), #fff;
  border: 1px solid rgba(23, 33, 29, 0.1);
  box-shadow: var(--shadow);
}

.footer {
  margin-top: 70px;
  padding: 48px 0 110px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
}

.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
}

.footer strong {
  color: var(--ink);
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  gap: 8px;
}

.floating-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(23, 33, 29, 0.18);
}

.floating-actions a:nth-child(1) {
  background: var(--sage-dark);
}

.floating-actions a:nth-child(2) {
  background: #7a6656;
}

.floating-actions a:nth-child(3) {
  background: var(--peach);
}

.page-hero {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 76px 0 34px;
  text-align: center;
}

.page-hero .lead {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 10px;
}

.check-list li {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
}

.check-list li::before {
  content: "✓";
  color: var(--sage-dark);
  font-weight: 900;
  margin-right: 8px;
}

.hub-hero {
  padding-bottom: 28px;
}

.hub-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.hub-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 33, 29, 0.09);
  color: #45554d;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(23, 33, 29, 0.06);
}

.hub-intro-panel {
  padding-top: 34px;
  padding-bottom: 30px;
}

.hub-intro-panel .panel {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(233, 143, 111, 0.16), transparent 24rem),
    rgba(255, 255, 255, 0.78);
}

.hub-region-list {
  display: grid;
  gap: 22px;
  padding-top: 36px;
}

.hub-region-card {
  padding: 26px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 33, 29, 0.1);
  box-shadow: 0 16px 48px rgba(23, 33, 29, 0.07);
}

.hub-region-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(23, 33, 29, 0.08);
}

.hub-region-head h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.hub-region-head span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--sage-dark);
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

.center-town-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.center-town-link {
  display: grid;
  gap: 3px;
  padding: 15px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 240, 231, 0.72));
  border: 1px solid rgba(23, 33, 29, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.center-town-link:hover {
  transform: translateY(-2px);
  border-color: rgba(49, 76, 64, 0.22);
  box-shadow: 0 16px 34px rgba(23, 33, 29, 0.1);
}

.center-town-link b {
  font-size: 1.02rem;
  letter-spacing: -0.035em;
}

.center-town-link span {
  color: var(--muted);
  font-size: 0.84rem;
}

.local-hero {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0 36px;
  text-align: center;
}

.local-hero .eyebrow {
  justify-content: center;
}

.local-hero .eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.local-hero .lead {
  margin-left: auto;
  margin-right: auto;
}

.mini-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.mini-breadcrumb a {
  color: #485850;
  font-weight: 800;
}

.mini-breadcrumb strong {
  color: var(--sage-dark);
}

.local-media-section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 24px 0 54px;
}

.local-media-card {
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 33, 29, 0.1);
  box-shadow: var(--shadow);
}

.local-media-card img {
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  background: #fff;
}

.local-media-label {
  margin: 0;
  padding: 15px 20px;
  color: var(--sage-dark);
  font-weight: 950;
  border-bottom: 1px solid rgba(23, 33, 29, 0.08);
  background: rgba(255, 253, 248, 0.76);
}

.local-content {
  padding-top: 66px;
}

.local-guide-panel {
  padding-top: 62px;
  padding-bottom: 62px;
}

.local-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.local-info-grid div {
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 240, 231, 0.72));
  border: 1px solid rgba(23, 33, 29, 0.09);
  box-shadow: 0 14px 40px rgba(23, 33, 29, 0.06);
}

.local-info-grid b {
  color: var(--sage-dark);
  font-size: 0.92rem;
}

.local-info-grid span {
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

@media (max-width: 900px) {
  .header-inner {
    width: min(100% - 20px, 760px);
    min-height: 64px;
  }

  .brand span:last-child {
    display: none;
  }

  .nav {
    gap: 2px;
    padding: 4px;
  }

  .nav a {
    padding: 9px 10px;
    font-size: 0.84rem;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 46px;
    gap: 28px;
  }

  .floating-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .metric-row,
  .process,
  .guide-strip,
  .reviews,
  .tuition-grid,
  .center-town-grid,
  .local-info-grid {
    grid-template-columns: 1fr;
  }

  .hub-intro-panel .panel {
    grid-template-columns: 1fr;
  }

  .hub-region-card {
    padding: 20px;
    border-radius: 28px;
  }

  .hub-region-head {
    align-items: start;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .section-title {
    position: static;
  }

  .feature-mosaic .card:first-child {
    grid-template-columns: 1fr;
  }

  .feature-mosaic .card:first-child .num {
    margin-bottom: 14px;
  }

  .fee-tier {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .fee-tier-title {
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start;
    gap: 8px;
  }

  .fee-prices {
    grid-template-columns: 1fr;
  }

  .fee-prices span {
    min-height: 0;
    grid-template-columns: 56px 1fr;
    align-items: center;
  }

  .footer-inner {
    display: grid;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .nav a {
    padding: 8px 8px;
    font-size: 0.8rem;
  }

  .hero-card {
    border-radius: 28px;
  }

  .hero-card img {
    aspect-ratio: 4 / 3;
  }

  .tuition-card {
    padding: 22px;
    border-radius: 28px;
  }

  .btn {
    width: 100%;
  }

  .floating-actions {
    right: 10px;
    bottom: 10px;
  }

  .floating-actions a {
    min-width: 76px;
    min-height: 36px;
    font-size: 0.78rem;
  }
}

/* ─────────────────────────────────────────────
   Site6 premium refresh
   더 넓은 이미지, 더 선명한 지역 버튼, 공간감 있는 레이어 디자인
───────────────────────────────────────────── */

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(233, 143, 111, 0.22), transparent 28rem),
    radial-gradient(circle at 86% 4%, rgba(109, 135, 121, 0.22), transparent 34rem),
    linear-gradient(135deg, #fffaf0 0%, #f4efe5 48%, #edf3ee 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 33, 29, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 33, 29, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,.08));
}

.site-header {
  background: rgba(255, 250, 240, 0.74);
  border-bottom-color: rgba(49, 76, 64, 0.12);
  box-shadow: 0 12px 36px rgba(23, 33, 29, 0.045);
}

.brand-mark {
  background: conic-gradient(from 210deg, #17211d, #6d8779, #e98f6f, #17211d);
}

.nav {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(49, 76, 64, 0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 10px 28px rgba(23,33,29,.055);
}

.nav a[aria-current="page"],
.nav a:hover {
  background: linear-gradient(135deg, #17211d, #466154);
  box-shadow: 0 10px 22px rgba(23, 33, 29, 0.18);
}

.hero,
.page-hero,
.local-hero {
  isolation: isolate;
}

.hero-card,
.panel,
.card,
.review,
.faq details,
.tuition-card,
.hub-region-card,
.local-media-card,
.cta-box {
  backdrop-filter: blur(14px);
}

.hero-card {
  border-radius: 46px;
  transform: rotate(0.5deg);
}

.hero-card img {
  filter: saturate(1.02) contrast(1.02);
}

.metric-card,
.card,
.guide-link,
.review,
.faq details,
.local-info-grid div {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 250, 240, 0.64));
}

.hub-summary span,
.hero-points span,
.tuition-info span {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(49, 76, 64, 0.13);
}

.hub-region-list {
  width: min(1260px, calc(100% - 28px));
}

.hub-region-card {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(233, 143, 111, 0.14), transparent 23rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(245, 240, 231, 0.72));
}

.hub-region-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(109, 135, 121, 0.2), rgba(233, 143, 111, 0.18));
  pointer-events: none;
}

.hub-region-head {
  position: relative;
  z-index: 1;
}

.center-town-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.center-town-link {
  position: relative;
  min-height: 92px;
  padding: 18px 18px 16px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(249, 243, 232, 0.72));
  border-color: rgba(49, 76, 64, 0.12);
  box-shadow: 0 10px 26px rgba(23, 33, 29, 0.055);
}

.center-town-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(49, 76, 64, 0.09), transparent 52%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.center-town-link::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
  font-weight: 900;
  opacity: 0.9;
  transform: translateX(4px);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.center-town-link:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 76, 64, 0.26);
  box-shadow: 0 22px 46px rgba(23, 33, 29, 0.13);
}

.center-town-link:hover::before {
  opacity: 1;
}

.center-town-link:hover::after {
  transform: translateX(0);
  opacity: 1;
}

.center-town-link b {
  position: relative;
  z-index: 1;
  padding-right: 34px;
  font-size: 1.08rem;
}

.center-town-link span {
  position: relative;
  z-index: 1;
  line-height: 1.45;
}

.local-media-section {
  width: min(1120px, calc(100% - 20px));
  padding-top: 12px;
}

.local-media-card {
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
}

.local-media-card img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: initial;
}

.local-media-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 22px;
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.92), rgba(237, 243, 238, 0.72));
}

.local-media-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--peach);
  box-shadow: 0 0 0 6px rgba(233, 143, 111, 0.12);
}

.local-info-grid div {
  min-height: 132px;
  align-content: center;
}

@media (max-width: 1180px) {
  .center-town-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .center-town-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .center-town-link {
    min-height: 84px;
  }

  .local-media-section {
    width: min(100% - 12px, 918px);
  }
}

@media (max-width: 520px) {
  .header-inner {
    width: calc(100% - 14px);
  }

  .nav a {
    padding: 8px 7px;
    font-size: 0.77rem;
  }

  .center-town-grid {
    grid-template-columns: 1fr;
  }

  .hub-region-card {
    padding: 16px;
    border-radius: 26px;
  }

  .hub-region-head {
    display: grid;
    gap: 8px;
  }

  .center-town-link {
    min-height: 76px;
    border-radius: 20px;
  }

  .local-media-section {
    width: calc(100% - 8px);
    gap: 12px;
  }

  .local-media-card {
    border-radius: 22px;
  }

  .local-media-label {
    padding: 13px 15px;
  }
}

/* 전국센터 지역별 버튼 정리: 아코디언형 지역 카드 */
.hub-region-list {
  gap: 16px;
}

.hub-region-card {
  display: block;
}

.hub-region-card summary {
  list-style: none;
}

.hub-region-card summary::-webkit-details-marker {
  display: none;
}

.hub-region-summary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "kicker title count"
    "kicker desc toggle";
  gap: 5px 16px;
  align-items: center;
  padding: 6px 54px 20px 4px;
  cursor: pointer;
}

.hub-region-summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 8px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(49, 76, 64, 0.2);
}

.hub-region-card[open] .hub-region-summary::after {
  content: "–";
}

.hub-region-kicker {
  grid-area: kicker;
  align-self: stretch;
  display: grid;
  place-items: center;
  min-width: 74px;
  padding: 10px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #17211d, #6d8779);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.hub-region-summary strong {
  grid-area: title;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.hub-region-summary small {
  grid-area: count;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  background: var(--peach);
  font-size: 0.88rem;
  font-weight: 950;
  white-space: nowrap;
}

.hub-region-summary em {
  grid-area: desc;
  color: var(--muted);
  font-style: normal;
  font-weight: 750;
  line-height: 1.45;
}

.hub-region-card .center-town-grid {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 33, 29, 0.08);
}

.hub-region-card:not([open]) {
  padding-bottom: 18px;
}

.hub-region-card:not([open]) .center-town-grid {
  display: none;
}

.hub-region-card[open] {
  border-color: rgba(49, 76, 64, 0.18);
}

.hub-region-card[open] .center-town-grid {
  animation: hubReveal 0.22s ease both;
}

@keyframes hubReveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.center-town-link {
  min-height: 78px;
  padding: 16px 46px 14px 16px;
}

.center-town-link b {
  padding-right: 0;
}

@media (max-width: 900px) {
  .hub-region-summary {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "title count"
      "desc desc";
    padding: 2px 52px 18px 2px;
  }

  .hub-region-kicker {
    display: none;
  }

  .hub-region-summary::after {
    right: 2px;
    top: 4px;
  }
}

@media (max-width: 520px) {
  .hub-region-summary {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "count"
      "desc";
    padding: 2px 48px 14px 2px;
  }

  .hub-region-summary small {
    justify-self: start;
  }

  .hub-region-summary em {
    font-size: 0.9rem;
  }

  .center-town-link {
    min-height: 70px;
  }
}

/* 동네 페이지 하단 자식페이지 이동 카드 */
.child-link-panel {
  padding-top: 46px;
}

.child-link-grid {
  width: min(820px, 100%);
  margin: 0 auto;
}

.child-page-link {
  position: relative;
  display: grid;
  gap: 10px;
  padding: clamp(22px, 3.5vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(49, 76, 64, 0.12);
  border-radius: 34px;
  color: var(--ink);
  text-decoration: none;
  background:
    radial-gradient(circle at 88% 18%, rgba(233, 143, 111, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 239, 224, 0.92));
  box-shadow: 0 24px 54px rgba(49, 76, 64, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.child-page-link::before {
  content: "";
  position: absolute;
  inset: 18px auto auto 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--peach);
  box-shadow:
    22px 0 0 rgba(233, 143, 111, 0.35),
    44px 0 0 rgba(49, 76, 64, 0.2);
}

.child-page-link::after {
  content: "자세히 보기 →";
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(49, 76, 64, 0.2);
}

.child-page-link:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 76, 64, 0.24);
  box-shadow: 0 30px 66px rgba(49, 76, 64, 0.16);
}

.child-page-link b {
  padding-top: 24px;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  letter-spacing: -0.06em;
  line-height: 1.15;
}

.child-page-link span {
  max-width: 620px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.6;
}

.child-hero {
  background:
    radial-gradient(circle at 16% 12%, rgba(233, 143, 111, 0.16), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(116, 142, 126, 0.16), transparent 32%),
    linear-gradient(135deg, #fffaf2, #f3eadb);
}

.child-content .section-title {
  align-self: start;
}

.child-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.child-focus-grid article {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(49, 76, 64, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(49, 76, 64, 0.08);
}

.child-focus-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: var(--sage-dark);
  font-size: 0.82rem;
  font-weight: 950;
}

.child-focus-grid h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.child-focus-grid p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .child-focus-grid {
    grid-template-columns: 1fr;
  }

  .child-page-link {
    border-radius: 26px;
  }
}

/* 부모/자식 페이지 공통 내부링크 정리 */
.related-links-section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.related-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.related-link-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  min-height: 178px;
  padding: 22px 20px;
  overflow: hidden;
  border: 1px solid rgba(49, 76, 64, 0.12);
  border-radius: 28px;
  color: var(--ink);
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 244, 233, 0.9)),
    radial-gradient(circle at 86% 18%, rgba(233, 143, 111, 0.18), transparent 34%);
  box-shadow: 0 18px 42px rgba(49, 76, 64, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.related-link-card::after {
  content: "→";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--sage-dark), var(--sage));
  font-weight: 950;
  box-shadow: 0 12px 22px rgba(49, 76, 64, 0.2);
}

.related-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 76, 64, 0.24);
  box-shadow: 0 26px 58px rgba(49, 76, 64, 0.14);
}

.related-link-card span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--sage-dark);
  background: rgba(116, 142, 126, 0.12);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.related-link-card b {
  font-size: clamp(1.05rem, 1.9vw, 1.32rem);
  line-height: 1.28;
  letter-spacing: -0.05em;
}

.related-link-card em {
  padding-right: 32px;
  color: var(--muted);
  font-style: normal;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .related-link-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

.english-math-hero {
  background:
    radial-gradient(circle at 14% 16%, rgba(233, 143, 111, 0.18), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(116, 142, 126, 0.18), transparent 34%),
    linear-gradient(135deg, #fff7ec, #eef3ec);
}

@media (max-width: 560px) {
  .related-links-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .related-link-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .related-link-card {
    min-height: 136px;
    padding: 18px 17px;
    border-radius: 23px;
  }
}
