:root {
  --ink: #16211c;
  --muted: #66716b;
  --paper: #f4f1e9;
  --cream: #fbfaf6;
  --line: #d9ddd6;
  --green: #146c4f;
  --green-dark: #0c3d2d;
  --lime: #c9ef66;
  --coral: #ff6b4a;
  --coral-text: #b43c27;
  --coral-dark: #b63d24;
  --blue: #6e9cf6;
  --white: #ffffff;
}


/* WordPress layout compatibility. */
.site-header ul,
.footer-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: inherit;
  list-style: none;
}

#main-content {
  min-height: 55vh;
}

.portal-search label {
  flex: 1;
  display: flex;
}

.portal-search label input {
  width: 100%;
}

.post-edit-link {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.article-content > * {
  max-width: 100%;
}

.article-content img {
  height: auto;
  border-radius: 14px;
}

.article-content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.article-content > table {
  display: block;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.article-content th,
.article-content td {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.article-content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--green);
  background: #e6efe9;
}

.article-content .wp-block-image figcaption {
  color: var(--muted);
  font-size: 11px;
}

.verification-row {
  margin: 20px 0 34px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 11px;
}

.verification-row a {
  color: var(--green);
  font-weight: 800;
}

.deadline-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff0ea;
  color: #a64731;
  font-size: 11px;
  font-weight: 850;
}

.eroke-alert-form {
  margin: 38px 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.eroke-alert-form h3 {
  margin: 0 0 6px;
}

.eroke-alert-form p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
}

.eroke-alert-fields {
  display: grid;
  grid-template-columns: 1fr 145px 125px auto;
  gap: 8px;
}

.eroke-alert-fields input,
.eroke-alert-fields select,
.eroke-alert-fields button {
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  font: inherit;
}

.eroke-alert-fields button {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font-weight: 850;
}

.eroke-form-message {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #e6efe9;
  font-size: 12px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 2px solid var(--green-dark);
  border-radius: 10px;
  background: var(--white);
  color: var(--green-dark);
  box-shadow: 0 8px 24px rgba(12, 61, 45, .18);
  font-weight: 850;
}

@media (max-width: 640px) {
  .eroke-alert-fields {
    grid-template-columns: 1fr;
  }
}

/* Eroke Korean wordmark — crisp at every viewport, no raster logo dependency */
.brand.brand-v2 {
  min-width: 118px;
  padding: 7px 9px 7px 0;
  border-radius: 12px;
  text-decoration: none;
}
.brand.brand-v2:focus-visible { outline: 3px solid rgba(66,111,200,.72); outline-offset: 4px; }
.brand-wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; }
.brand-wordmark strong {
  display: inline-flex;
  align-items: flex-end;
  color: var(--green-dark);
  font-family: "Wanted Sans Variable", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 950;
  line-height: .76;
  letter-spacing: -.105em;
}
.brand-wordmark strong > span { color: inherit; }
.brand-wordmark strong > i {
  width: .19em;
  height: .19em;
  margin: 0 0 .02em .12em;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  color: transparent;
  background: var(--coral);
  transform: translateY(-.01em);
}
.brand-wordmark small {
  margin: 9px 0 0 1px;
  color: #607168;
  font-family: "Wanted Sans Variable", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .015em;
  text-transform: none;
  white-space: nowrap;
}
.footer-brand .brand-wordmark strong { color: var(--cream); }
.footer-brand .brand-wordmark strong > i { background: var(--lime); }
.footer-brand .brand-wordmark small { color: rgba(255,255,255,.62); }
@media (max-width: 640px) {
  .brand.brand-v2 { min-width: 103px; }
  .brand-wordmark strong { font-size: 30px; }
  .brand-wordmark small { margin-top: 8px; font-size: 8px; }
}

@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .site-header { width: calc(100% - 28px); height: 74px; padding: 0; flex-wrap: nowrap; gap: 14px; }
  .site-header nav { display: none; }
  .site-header .header-cta { margin-left: auto; padding: 9px 13px; }
  .brand.brand-v2 { min-width: 108px; }
  .brand-wordmark strong { font-size: 32px; letter-spacing: -.085em; }
  .portal-hero { width: calc(100% - 20px); margin-top: 8px; padding: 30px 18px 22px; border-radius: 24px; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .portal-hero .hero-copy, .hero-editorial-card, .portal-hero .today-board { min-width: 0; width: 100%; grid-column: 1; }
  .portal-hero h1 { max-width: 100%; font-size: clamp(39px, 11.8vw, 50px); line-height: 1.08; letter-spacing: -.07em; overflow-wrap: anywhere; }
  .hero-description { max-width: 100%; font-size: 16px; line-height: 1.72; }
  .portal-search { width: 100%; min-width: 0; height: auto; grid-template-columns: 34px minmax(0, 1fr); padding: 7px; border-radius: 18px; }
  .portal-search > span { padding-left: 8px; }
  .portal-search input { min-width: 0; padding: 11px 8px; font-size: 14px; }
  .portal-search button { grid-column: 1 / -1; width: 100%; min-height: 46px; }
  .quick-searches { max-width: 100%; flex-wrap: wrap; gap: 8px; }
  .hero-editorial-card { margin: 0; border-width: 4px; border-radius: 20px; }
  .hero-editorial-card figcaption { display: none; }
  .portal-hero .today-board { padding: 18px; border-radius: 20px; }
  .portal-hero .board-heading { align-items: flex-start; gap: 12px; }
  .portal-hero .board-heading time { padding-top: 4px; white-space: nowrap; }
  .portal-hero .board-list { grid-template-columns: 1fr; }
  .portal-hero .board-list a { min-height: 82px; }
  .trust-strip { width: calc(100% - 36px); margin-top: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip span { justify-content: flex-start; }
  .section-wrap { width: calc(100% - 28px); }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { max-width: 100%; }
  .eroke-method { width: calc(100% - 20px); }
}

/* Final responsive guardrails */
html, body { max-width: 100%; overflow-x: clip; }
@media (max-width: 760px) {
  .site-header { width: calc(100% - 28px); height: 74px; gap: 14px; }
  .site-header nav { display: none; }
  .site-header .header-cta { margin-left: auto; padding: 9px 13px; }
  .brand.brand-v2 { min-width: 108px; }
  .brand-wordmark strong { font-size: 32px; letter-spacing: -.085em; }
  .portal-hero { width: calc(100% - 20px); margin-top: 8px; padding: 30px 18px 22px; border-radius: 24px; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .portal-hero .hero-copy, .hero-editorial-card, .portal-hero .today-board { min-width: 0; width: 100%; grid-column: 1; }
  .portal-hero h1 { max-width: 100%; font-size: clamp(42px, 13.2vw, 56px); line-height: 1.08; letter-spacing: -.07em; overflow-wrap: anywhere; }
  .hero-description { max-width: 100%; font-size: 16px; line-height: 1.72; }
  .portal-search { width: 100%; min-width: 0; grid-template-columns: 34px minmax(0, 1fr); padding: 7px; border-radius: 18px; }
  .portal-search > span { padding-left: 8px; }
  .portal-search input { min-width: 0; padding: 11px 8px; font-size: 14px; }
  .portal-search button { grid-column: 1 / -1; width: 100%; min-height: 46px; }
  .quick-searches { max-width: 100%; flex-wrap: wrap; gap: 8px; }
  .hero-editorial-card { border-width: 4px; border-radius: 20px; }
  .hero-editorial-card figcaption { display: none; }
  .portal-hero .today-board { padding: 18px; border-radius: 20px; }
  .portal-hero .board-heading { align-items: flex-start; gap: 12px; }
  .portal-hero .board-heading time { padding-top: 4px; white-space: nowrap; }
  .portal-hero .board-list { grid-template-columns: 1fr; }
  .portal-hero .board-list a { min-height: 82px; }
  .trust-strip { width: calc(100% - 36px); margin-top: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip span { justify-content: flex-start; }
  .section-wrap { width: calc(100% - 28px); }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { max-width: 100%; }
  .eroke-method { width: calc(100% - 20px); }
}

.eroke-method {
  margin-top: 88px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 30px;
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.6fr);
  gap: clamp(34px, 6vw, 80px);
  color: #fff;
  background: radial-gradient(circle at 0 0, rgba(201,239,102,.18), transparent 32%), linear-gradient(135deg, #0b3528, #105b43 72%, #177253);
  box-shadow: 0 30px 80px rgba(12,61,45,.18);
}
.method-intro { align-self: center; }
.method-intro .eyebrow { color: var(--lime); }
.method-intro h2 { margin: 10px 0 16px; max-width: 420px; color: #fff; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.1; letter-spacing: -.06em; }
.method-intro > p:not(.eyebrow) { max-width: 450px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.75; }
.method-intro > a { margin-top: 22px; min-height: 46px; padding: 12px 17px; border-radius: 12px; display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); background: var(--lime); font-size: 14px; font-weight: 850; text-decoration: none; }
.method-steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.method-steps li { min-height: 180px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.075); backdrop-filter: blur(10px); }
.method-steps li > span { color: var(--lime); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.method-steps strong { display: block; margin-bottom: 7px; color: #fff; font-size: 20px; }
.method-steps p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.65; }

.help-board .board-list a:nth-child(1) small { color: #0e6b4e; }
.help-board .board-list a:nth-child(2) small { color: #dd593d; }
.help-board .board-list a:nth-child(3) small { color: #426fc8; }
.help-board .board-list a:nth-child(4) small { color: #7253a8; }
.help-board .board-list a:hover b { transform: translateX(3px); }
.help-board .board-list b { transition: transform .18s ease; }
@media (max-width: 900px) { .eroke-method { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .eroke-method { width: calc(100% - 24px); margin-top: 54px; padding: 26px 20px; border-radius: 24px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-steps li { min-height: 0; flex-direction: row; gap: 18px; justify-content: flex-start; }
  .method-steps li > span { padding-top: 3px; }
}

/* Korean masthead and image-led editorial system. */
.brand > span {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.09em;
}

.brand > span small {
  max-width: 128px;
  overflow: hidden;
  white-space: nowrap;
}

.portal-hero {
  min-height: 0;
  padding: 44px;
  grid-template-columns: minmax(360px, .84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: 38px;
}

.portal-hero::after {
  content: "이로케";
  right: -20px;
  bottom: -70px;
  font-size: 160px;
  letter-spacing: -.12em;
}

.portal-hero h1 {
  max-width: 600px;
  font-size: clamp(49px, 5.2vw, 72px);
}

.hero-editorial-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 7px solid rgba(255,255,255,.76);
  border-radius: 26px;
  background: white;
  box-shadow: 0 28px 60px rgba(8,47,36,.17);
}

.hero-editorial-card img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-editorial-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(8,47,36,.88);
  color: white;
  backdrop-filter: blur(12px);
}

.hero-editorial-card figcaption span {
  color: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
}

.hero-editorial-card figcaption strong {
  font-size: 11px;
}

.portal-hero .today-board {
  grid-column: 1 / -1;
  padding: 20px;
}

.portal-hero .board-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-hero .board-list a {
  min-height: 104px;
}

.article-visual {
  min-height: 238px;
  isolation: isolate;
}

.article-visual::after {
  z-index: -1;
  background: rgba(255,255,255,.24);
}

.thumb-label {
  position: relative;
  z-index: 3;
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(8px);
}

.thumb-scene {
  width: 100%;
  min-height: 170px;
  position: relative;
}

.thumb-scene > b {
  max-width: 68%;
  position: absolute;
  bottom: 22px;
  left: 0;
  z-index: 3;
  color: var(--green-dark);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 950;
  line-height: .95;
}

.thumb-scene > small {
  position: absolute;
  bottom: 0;
  left: 1px;
  color: rgba(8,47,36,.62);
  font-size: 8px;
  font-weight: 850;
}

.thumb-sheet {
  width: 93px;
  height: 116px;
  padding: 22px 15px;
  position: absolute;
  top: -14px;
  right: 17px;
  border: 1px solid rgba(8,47,36,.12);
  border-radius: 8px;
  display: grid;
  align-content: start;
  gap: 9px;
  background: #fffdf8;
  box-shadow: 8px 11px 0 rgba(14,107,78,.13), 0 18px 30px rgba(8,47,36,.13);
  transform: rotate(5deg);
}

.thumb-sheet::before {
  content: "✓";
  width: 27px;
  height: 27px;
  margin: -9px auto 2px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green);
  color: white;
  font-size: 12px;
  font-weight: 950;
}

.thumb-sheet i {
  height: 4px;
  border-radius: 99px;
  display: block;
  background: #d9e0da;
}

.thumb-sheet i:nth-child(2) { width: 75%; }
.thumb-sheet i:nth-child(3) { width: 58%; }

.thumb-device {
  width: 91px;
  height: 134px;
  position: absolute;
  right: 14px;
  bottom: 6px;
  border: 4px solid var(--green-dark);
  border-radius: 18px;
  display: none;
  place-items: center;
  background: #f8faf4;
  box-shadow: 0 16px 28px rgba(8,47,36,.18);
  transform: rotate(7deg);
}

.thumb-device i {
  width: 34px;
  height: 61px;
  border: 3px solid var(--green);
  border-radius: 5px;
  position: relative;
}

.thumb-device i::after {
  content: "";
  position: absolute;
  inset: 12px 4px 3px;
  border-radius: 2px;
  background: var(--lime);
}

.thumb-money { background: linear-gradient(135deg, #f8e3db, #f0dbce); }
.thumb-money .thumb-sheet::before { content: "₩"; background: var(--coral); }
.thumb-digital { background: linear-gradient(135deg, #dce6fa, #cad9f5); }
.thumb-digital .thumb-sheet { display: none; }
.thumb-digital .thumb-device { display: grid; }
.thumb-benefits { background: linear-gradient(135deg, #e8f2d5, #cce7d3); }
.thumb-career { background: linear-gradient(135deg, #e2e9f8, #d7e3f1); }
.thumb-living { background: linear-gradient(135deg, #e2eee7, #cee2d5); }
.thumb-market { background: linear-gradient(135deg, #dfe8e4, #c6d9d1); }
.thumb-market .thumb-sheet::before { content: "株"; background: var(--green-dark); }
.thumb-culture { background: linear-gradient(135deg, #f4dfdd, #ead6e6); }
.thumb-culture .thumb-sheet::before { content: "▶"; background: #8f4968; }
.thumb-travel { background: linear-gradient(135deg, #deedf4, #cbe4e2); }
.thumb-travel .thumb-sheet::before { content: "KR"; background: #285d73; font-size: 9px; }

@media (max-width: 1040px) {
  .portal-hero {
    grid-template-columns: 1fr;
    padding: 38px;
  }

  .portal-hero .board-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brand > span small { max-width: 108px; font-size: 7px; }

  .portal-hero {
    width: calc(100% - 18px);
    padding: 27px 18px 18px;
    gap: 25px;
    border-radius: 26px;
  }

  .hero-editorial-card {
    margin-right: -8px;
    margin-left: -8px;
    border-width: 4px;
    border-radius: 18px;
  }

  .hero-editorial-card figcaption { display: none; }
  .portal-hero .today-board { padding: 15px; }
  .portal-hero .board-list { grid-template-columns: 1fr; }
  .portal-hero .board-list a { min-height: 82px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family:
    "Wanted Sans Variable", "Wanted Sans", Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.65;
  word-break: keep-all;
}

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

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  width: min(1240px, calc(100% - 40px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.brand small {
  display: block;
  margin-top: -3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand .custom-logo-link {
  display: block;
  line-height: 0;
}

.brand .custom-logo {
  width: auto;
  height: 46px;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #35423b;
  font-size: 12px;
  font-weight: 700;
}

.site-header nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: inherit;
}

.site-header nav li {
  margin: 0;
}

.site-header nav a,
.footer-links a {
  transition: color 160ms ease;
}

.site-header nav a:hover,
.footer-links a:hover {
  color: var(--coral-text);
}

.site-header nav a[aria-current="page"] {
  color: var(--green);
  text-decoration: underline;
  text-decoration-color: var(--lime);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.header-cta {
  padding: 10px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.header-cta:hover {
  background: var(--ink);
  color: var(--white);
}

.portal-hero {
  width: min(1240px, calc(100% - 32px));
  min-height: 650px;
  margin: 12px auto 0;
  padding: 72px;
  border-radius: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.72fr);
  align-items: center;
  gap: 72px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 92% 7%, rgba(201, 239, 102, 0.54), transparent 25%),
    radial-gradient(circle at 8% 95%, rgba(110, 156, 246, 0.15), transparent 26%),
    linear-gradient(135deg, #e1eee6 0%, #f1efe4 54%, #f8dfd7 100%);
}

.portal-hero::after {
  content: "eroke";
  position: absolute;
  right: -32px;
  bottom: -88px;
  color: rgba(20, 108, 79, 0.045);
  font-size: 190px;
  font-weight: 950;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.portal-hero .hero-copy,
.today-board {
  position: relative;
  z-index: 1;
}

.portal-hero h1 {
  margin: 0;
  font-size: clamp(49px, 5.8vw, 78px);
  line-height: 1.08;
  letter-spacing: -0.075em;
}

.portal-hero h1 em {
  color: var(--green);
  font-style: normal;
}

.portal-search > span {
  padding-left: 16px;
  align-self: center;
  color: var(--green);
  font-size: 24px;
  font-weight: 900;
}

.today-board {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 65px rgba(22, 54, 42, 0.14);
  backdrop-filter: blur(12px);
}

.board-heading {
  padding: 4px 4px 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.board-heading span,
.board-heading strong {
  display: block;
}

.board-heading span {
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.board-heading strong {
  margin-top: 3px;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.board-heading time {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.board-list {
  display: grid;
  gap: 8px;
}

.board-list a {
  min-height: 82px;
  padding: 13px 14px;
  border: 1px solid rgba(22, 33, 28, 0.08);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 28px 1fr 16px;
  gap: 11px;
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 160ms ease, background 160ms ease;
}

.board-list a:hover {
  transform: translateX(4px);
  background: var(--white);
}

.board-list a > span {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
}

.board-list small,
.board-list strong,
.board-list p {
  display: block;
}

.board-list small {
  color: var(--coral-text);
  font-size: 9px;
  font-weight: 850;
}

.board-list strong {
  font-size: 14px;
}

.board-list p {
  margin: 1px 0 0;
  color: var(--muted);
  font-size: 9px;
}

.board-list b {
  color: var(--green);
}

.board-note {
  margin: 14px 4px 0;
  color: var(--muted);
  font-size: 9px;
}

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 610px;
  margin: 18px auto 0;
  padding: 76px 72px;
  border-radius: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 60px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 93% 8%, rgba(201, 239, 102, 0.45), transparent 28%),
    linear-gradient(135deg, #e5f0e8 0%, #f0efe4 48%, #f9e5dc 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(20, 108, 79, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 280px;
  height: 280px;
  top: -165px;
  left: 45%;
}

.hero::after {
  width: 420px;
  height: 420px;
  bottom: -340px;
  right: 6%;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--lime);
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 74px);
  line-height: 1.09;
  letter-spacing: -0.075em;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-description {
  max-width: 615px;
  margin: 26px 0 30px;
  color: #44534b;
  font-size: 17px;
  line-height: 1.75;
}

.search-box {
  max-width: 620px;
  padding: 7px;
  border: 1px solid rgba(22, 33, 28, 0.08);
  border-radius: 18px;
  display: flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(22, 54, 42, 0.12);
}

.search-box input {
  flex: 1;
  min-width: 0;
  padding: 15px 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 15px;
}

.search-box button,
.primary-button,
.light-button {
  border: 0;
  border-radius: 12px;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
}

.search-box button {
  padding: 0 24px;
}

.quick-searches {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 11px;
}

.quick-searches span {
  margin-right: 4px;
  color: var(--muted);
  font-weight: 800;
}

.quick-searches a {
  min-height: 44px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(22, 33, 28, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-desk {
  min-height: 390px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 26px 60px rgba(22, 54, 42, 0.15);
  backdrop-filter: blur(10px);
  transform: rotate(1.5deg);
}

.desk-topline {
  padding: 3px 3px 15px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.fold-card {
  min-height: 215px;
  padding: 27px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background: var(--green-dark);
  color: var(--white);
}

.fold-card::after {
  content: "";
  width: 154px;
  height: 220px;
  position: absolute;
  top: -58px;
  right: -18px;
  border: 1px solid rgba(201, 239, 102, 0.65);
  border-radius: 22px;
  transform: rotate(18deg);
  box-shadow: inset 0 0 0 8px rgba(201, 239, 102, 0.05);
}

.mini-label {
  color: var(--lime);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.fold-card strong {
  max-width: 250px;
  margin: 7px 0;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.045em;
}

.fold-card p {
  max-width: 270px;
  margin: 0 0 11px;
  color: #b7c9c0;
  font-size: 12px;
}

.fold-card a {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
}

.desk-list {
  margin-top: 11px;
  display: grid;
  gap: 8px;
}

.desk-list > div {
  padding: 12px 14px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 11px;
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.status-dot.blue {
  background: var(--blue);
}

.status-dot.coral {
  background: var(--coral);
}

.desk-list p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.desk-list strong {
  display: block;
  color: var(--ink);
  font-size: 12px;
}

.desk-list b {
  color: var(--green);
  font-size: 10px;
}

.trust-strip {
  width: min(1030px, calc(100% - 40px));
  margin: -22px auto 0;
  padding: 15px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  justify-content: space-around;
  gap: 20px;
  position: relative;
  z-index: 2;
  background: var(--white);
  box-shadow: 0 16px 32px rgba(22, 33, 28, 0.06);
  color: #3d4a43;
  font-size: 12px;
  font-weight: 800;
}

.trust-strip span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--green);
}

.section-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 130px auto;
}

.section-heading {
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.section-heading h2,
.galaxy-feature h2,
.webbook-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.14;
  letter-spacing: -0.065em;
}

.section-heading > p {
  max-width: 450px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section-heading.compact {
  align-items: center;
}

.section-heading.compact > a {
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.life-nav {
  margin-bottom: 95px;
}

.life-stage-grid {
  border-top: 2px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.life-stage-grid a {
  min-height: 158px;
  padding: 22px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: background 160ms ease;
}

.life-stage-grid a:first-child {
  border-left: 1px solid var(--line);
}

.life-stage-grid a:hover {
  background: #edf2ec;
}

.life-stage-grid span {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
}

.life-stage-grid strong {
  margin-top: auto;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.life-stage-grid small {
  color: var(--muted);
  font-size: 10px;
}

.life-stage-grid b {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--green);
}

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

.category-card {
  min-height: 255px;
  padding: 23px;
  border: 1px solid rgba(22, 33, 28, 0.08);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(22, 33, 28, 0.1);
}

.tone-1 {
  background: #dcebe1;
}

.tone-2 {
  background: #f8e1d9;
}

.tone-3 {
  background: #e4eaf8;
}

.tone-4 {
  background: #eee8d5;
}

.tone-5 {
  background: #e8e0f2;
}

.tone-6 {
  background: #dcebe9;
}

.tone-7 {
  background: #f4dfe7;
}

.tone-8 {
  background: #dce9ee;
}

.category-number {
  color: #536059;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 800;
}

.category-symbol {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border: 1px solid rgba(22, 33, 28, 0.18);
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.category-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.05em;
}

.category-card p {
  min-height: 63px;
  margin: 0 0 14px;
  color: #526058;
  font-size: 12px;
  line-height: 1.7;
}

.category-card small {
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
}

.galaxy-feature {
  width: min(1180px, calc(100% - 40px));
  min-height: 560px;
  margin: 0 auto;
  padding: 80px 90px;
  border-radius: 34px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
  overflow: hidden;
  background: var(--green-dark);
  color: var(--white);
}

.galaxy-copy p:not(.eyebrow) {
  max-width: 390px;
  margin: 23px 0 30px;
  color: #b7c9c0;
  font-size: 14px;
}

.light-button,
.primary-button {
  display: inline-flex;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
}

.light-button {
  background: var(--lime);
  color: var(--green-dark);
}

.device-study {
  min-height: 390px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.fold-device {
  width: 215px;
  height: 340px;
  padding: 24px;
  border: 2px solid #7b8c84;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 50% 30%, rgba(110, 156, 246, 0.28), transparent 35%),
    #101914;
  box-shadow: 0 35px 65px rgba(0, 0, 0, 0.32);
  color: var(--white);
}

.left-panel {
  border-radius: 28px 4px 4px 28px;
  transform: rotateY(12deg) rotateZ(-2deg);
}

.right-panel {
  border-radius: 4px 28px 28px 4px;
  transform: rotateY(-12deg) rotateZ(2deg);
}

.fold-device span {
  color: #a6b7ae;
  font-size: 10px;
}

.fold-device strong {
  color: var(--lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 32px;
}

.battery-ring {
  width: 105px;
  height: 105px;
  margin: auto;
  border: 8px solid rgba(201, 239, 102, 0.18);
  border-top-color: var(--lime);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--lime);
  font-size: 22px;
  font-weight: 900;
  transform: rotate(12deg);
}

.study-note {
  padding: 10px 14px;
  border-radius: 10px;
  position: absolute;
  background: var(--paper);
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.note-one {
  top: 28px;
  right: 16px;
  transform: rotate(6deg);
}

.note-two {
  bottom: 30px;
  left: 6px;
  background: var(--coral);
  color: var(--ink);
  transform: rotate(-5deg);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.article-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--white);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(22, 33, 28, 0.09);
}

.article-visual.has-editorial-image {
  background-position: center;
  background-size: cover;
  position: relative;
}

.article-visual.has-editorial-image::after {
	background: linear-gradient(180deg, rgba(9, 21, 38, 0.02), rgba(9, 21, 38, 0.12));
  content: "";
  inset: 0;
  position: absolute;
}

.article-visual.has-editorial-image span {
	display: none;
}

.editorial-hero {
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(20, 38, 58, 0.14);
  margin: -42px auto 54px;
  max-width: 1180px;
  overflow: hidden;
}

.editorial-hero img,
.guide-list-image img {
  display: block;
  height: auto;
  width: 100%;
}

.editor-note {
  align-items: center;
  background: #f5f7f8;
  border-left: 3px solid var(--coral);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 20px 0 32px;
  padding: 14px 18px;
}

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

.related-guides {
  border-top: 1px solid var(--line);
  margin-top: 56px;
  padding-top: 42px;
}

.related-guides > div {
  display: grid;
  gap: 12px;
}

.related-guides a {
  align-items: center;
  background: #f7f8f9;
  border-radius: 14px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 20px;
}

.related-guides span {
  color: var(--coral-dark);
  flex: 0 0 auto;
  font-size: 0.85rem;
  font-weight: 700;
}

.guide-list article.has-list-image {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 34%) 1fr;
}

.guide-list-image {
  border-radius: 18px;
  display: block;
  overflow: hidden;
}

@media (max-width: 720px) {
  .editorial-hero {
    border-radius: 18px;
    margin: -24px 20px 38px;
  }

  .guide-list article.has-list-image {
    grid-template-columns: 1fr;
  }
}

.book-library,
.webbook-reading-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 64px auto 0;
}

.book-library-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.book-library-card { padding: 24px; border: 1px solid var(--line); border-radius: 24px; display: grid; grid-template-columns: 180px 1fr; gap: 24px; background: #fff; box-shadow: 0 18px 50px rgba(22, 33, 28, .06); }
.book-library-card h2 { margin: 4px 0 10px; font-size: 24px; letter-spacing: -.045em; }
.book-library-card h2 a { color: var(--ink); text-decoration: none; }
.book-library-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.book-library-card > div > a { color: var(--green); font-size: 14px; font-weight: 800; }
.book-cover-type { min-height: 250px; padding: 22px; border-radius: 8px 18px 18px 8px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; text-decoration: none; background: linear-gradient(145deg, #0c3d2d, #146c4f 68%, #1d8c68); box-shadow: -5px 6px 0 #c9ef66, 0 20px 35px rgba(12,61,45,.18); }
.book-cover-type span { font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.book-cover-type strong { font-size: 22px; line-height: 1.25; letter-spacing: -.045em; }
.book-cover-type small { color: #d9f6e8; font-size: 12px; }
.book-cover-type.has-generated-cover { min-height: 0; padding: 0; overflow: hidden; background: #0c3d2d; }
.book-cover-type.has-generated-cover img { width: 100%; height: auto; aspect-ratio: 3 / 4; display: block; object-fit: cover; transition: transform 220ms ease; }
.book-cover-type.has-generated-cover:hover img { transform: scale(1.025); }
.webbook-cover-hero { width: min(420px, calc(100% - 40px)); margin: -38px auto 58px; border-radius: 12px 28px 28px 12px; overflow: hidden; box-shadow: -9px 11px 0 #c9ef66, 0 30px 80px rgba(12,61,45,.23); background: #0c3d2d; }
.webbook-cover-hero img { width: 100%; height: auto; display: block; }
.library-empty { padding: 48px; border: 1px dashed var(--line); border-radius: 24px; text-align: center; background: #fff; }
.library-empty strong { font-size: 24px; }
.library-empty p { color: var(--muted); }

.webbook-reading-shell { max-width: 900px; }
.webbook-crumb { margin-bottom: 22px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 13px; }
.webbook-crumb a { color: var(--green); font-weight: 750; }
.webbook-content { padding: clamp(24px, 5vw, 64px); border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 24px 70px rgba(22,33,28,.07); font-size: 17px; line-height: 1.85; }
.webbook-content h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.16; letter-spacing: -.06em; }
.webbook-content h2 { margin-top: 52px; font-size: clamp(27px, 4vw, 38px); letter-spacing: -.05em; }
.webbook-content h3 { margin-top: 34px; font-size: 23px; }
.webbook-content pre { max-width: 100%; overflow-x: auto; padding: 20px; border-radius: 14px; color: #edf8f2; background: #10251d; }
.webbook-content img { max-width: 100%; height: auto; border-radius: 16px; }
.webbook-content table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.webbook-content th, .webbook-content td { min-width: 120px; padding: 12px; border: 1px solid var(--line); text-align: left; }
.webbook-content .chapter-nav { margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; }
.webbook-content .chapter-nav a:last-child { text-align: right; }

@media (max-width: 900px) {
  .book-library-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .book-library-card { grid-template-columns: 112px 1fr; padding: 16px; gap: 18px; }
  .book-cover-type { min-height: 180px; padding: 14px; }
  .book-cover-type strong { font-size: 16px; }
  .book-library-card h2 { font-size: 20px; }
  .book-library-card p { display: none; }
  .webbook-content { width: calc(100% + 20px); margin-left: -10px; border-radius: 18px; }
  .webbook-content .chapter-nav { grid-template-columns: 1fr; }
  .webbook-content .chapter-nav a:last-child { text-align: left; }
}

.article-visual {
  min-height: 190px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.article-visual::after {
  content: "";
  width: 170px;
  height: 170px;
  border: 1px solid rgba(22, 33, 28, 0.16);
  border-radius: 34px;
  position: absolute;
  right: -48px;
  bottom: -68px;
  transform: rotate(20deg);
}

.visual-1 {
  background: #d8e7dd;
}

.visual-2 {
  background: #f6dfd7;
}

.visual-3 {
  background: #dee6f8;
}

.article-visual span {
  padding: 5px 8px;
  border: 1px solid rgba(22, 33, 28, 0.18);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.article-visual b {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 32px;
  letter-spacing: -0.05em;
}

.article-body {
  padding: 23px;
}

.article-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}

.article-meta span {
  color: var(--green);
}

.article-body h3 {
  min-height: 64px;
  margin: 12px 0 8px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.article-body p {
  min-height: 58px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.article-foot {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #edf0eb;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}

.article-foot span {
  color: var(--muted);
}

.article-foot strong {
  color: var(--green);
}

.webbook-band {
  width: min(1120px, calc(100% - 40px));
  margin: 140px auto;
  padding: 76px 90px;
  border-radius: 32px;
  display: grid;
  grid-template-columns: 330px 1fr;
  align-items: center;
  gap: 95px;
  background: #ece8da;
}

.book-cover {
  width: 270px;
  aspect-ratio: 0.72;
  padding: 28px;
  border-radius: 5px 18px 18px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 9%),
    var(--coral);
  box-shadow: -17px 22px 0 #173e31, 0 30px 50px rgba(22, 33, 28, 0.22);
  color: var(--white);
  transform: rotate(-3deg);
}

.book-cover::after {
  content: "무료로 계속 업데이트";
  padding: 8px 10px;
  position: absolute;
  right: -40px;
  top: 55px;
  background: var(--lime);
  color: var(--green-dark);
  font-size: 9px;
  font-weight: 900;
  transform: rotate(7deg);
}

.book-cover span {
  font-size: 11px;
  font-weight: 850;
}

.book-cover strong {
  font-size: 39px;
  line-height: 1.12;
  letter-spacing: -0.07em;
}

.book-cover small {
  font-weight: 700;
}

.webbook-copy {
  max-width: 570px;
}

.webbook-copy > p:not(.eyebrow) {
  margin: 21px 0;
  color: #526058;
  font-size: 14px;
}

.webbook-copy ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
}

.webbook-copy li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--green);
}

.latest-list {
  border-top: 2px solid var(--ink);
}

.latest-list a {
  min-height: 82px;
  padding: 18px 5px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 150px 1fr 130px 20px;
  gap: 20px;
  align-items: center;
  transition: background 160ms ease;
}

.latest-list a:hover {
  background: #f0f3ed;
}

.latest-list span {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
}

.latest-list strong {
  font-size: 17px;
  letter-spacing: -0.025em;
}

.latest-list time {
  color: var(--muted);
  font-size: 10px;
  text-align: right;
}

footer {
  margin-top: 130px;
  padding: 65px max(40px, calc((100% - 1120px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  background: var(--ink);
  color: var(--white);
}

.footer-brand {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-brand strong {
  font-size: 18px;
}

.footer-brand p {
  margin: 2px 0 0;
  color: #9eaaa4;
  font-size: 12px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #c3ccc7;
  font-size: 12px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid #334039;
  color: #aabbb3;
  font-size: 10px;
}

.inner-header {
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.inner-header .site-header {
  height: 78px;
}

.inner-hero {
  padding: 92px 20px 72px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 239, 102, 0.25), transparent 34%),
    var(--cream);
}

.inner-hero h1 {
  max-width: 850px;
  margin: 0 auto;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.15;
  letter-spacing: -0.07em;
}

.inner-hero > p:not(.eyebrow) {
  max-width: 650px;
  margin: 20px auto 0;
  color: var(--muted);
}

.article-shell {
  width: min(1040px, calc(100% - 40px));
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 690px) 250px;
  gap: 70px;
  align-items: start;
}

.article-content {
  font-size: 16px;
}

.answer-box {
  margin-bottom: 38px;
  padding: 25px 28px;
  border-left: 4px solid var(--green);
  border-radius: 0 16px 16px 0;
  background: #e6efe9;
}

.answer-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 12px;
}

.answer-box p {
  margin: 0;
  font-weight: 700;
}

.article-content h2 {
  margin: 48px 0 17px;
  font-size: 30px;
  letter-spacing: -0.05em;
  scroll-margin-top: 110px;
}

.article-action-panel {
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid rgba(20, 108, 79, 0.24);
  border-radius: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  background: linear-gradient(135deg, #eff7f2 0%, #fbfaf6 100%);
  box-shadow: 0 12px 34px rgba(12, 61, 45, 0.08);
}

.article-action-panel > div:first-child { display: grid; gap: 4px; }
.article-action-panel > div:first-child > span { color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.article-action-panel strong { font-size: 20px; line-height: 1.35; }
.article-action-panel small { color: var(--muted); font-size: 13px; line-height: 1.55; }
.article-action-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.article-action-links a {
  min-height: 44px;
  padding: 11px 15px;
  border: 1px solid var(--green);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.article-action-links .primary { color: #fff; background: var(--green); }
.article-action-links .primary:hover { background: var(--green-dark); }
.article-action-links .reference-primary { color: var(--green); background: #fff; }
.article-action-links .reference-primary:hover { background: #eef6f1; }
.article-action-links .secondary { color: var(--green); background: #fff; }
.article-action-links .secondary:hover { background: #eef6f1; }

.verified-official-screen {
  margin: 0 0 28px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 61, 45, .08);
}
.verified-official-screen img { width: 100%; height: auto; border-radius: 12px; display: block; }
.verified-official-screen figcaption { padding: 11px 4px 1px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.verified-official-screen figcaption strong { color: var(--ink); }
.verified-official-screen figcaption a { color: var(--green); font-weight: 800; }

.article-toc {
  margin: 0 0 38px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.article-toc > strong { display: block; margin-bottom: 12px; font-size: 15px; }
.article-toc ol { margin: 0; padding-left: 22px; columns: 2; column-gap: 28px; }
.article-toc li { margin: 0 0 7px; break-inside: avoid; color: var(--muted); font-size: 14px; line-height: 1.45; }
.article-toc a { color: inherit; text-decoration: none; }
.article-toc a:hover { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 720px) {
  .article-action-panel { grid-template-columns: 1fr; padding: 18px; }
  .article-action-links { justify-content: stretch; }
  .article-action-links a { width: 100%; }
  .article-toc ol { columns: 1; }
}

.step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
  display: grid;
  gap: 13px;
}

.step-list li {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  background: var(--white);
  counter-increment: steps;
}

.step-list li::before {
  content: counter(steps);
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.caution-box {
  margin-top: 40px;
  padding: 21px 23px;
  border-radius: 14px;
  background: #fff0ea;
  color: #7a3c2d;
}

.caution-box strong {
  display: block;
  margin-bottom: 5px;
}

.ad-slot {
  min-height: 110px;
  margin: 36px 0;
  border: 1px dashed #c7ccc7;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #f8f8f4;
  color: #959d98;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.article-sidebar {
  position: sticky;
  top: 25px;
}

.side-card {
  margin-bottom: 15px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.side-card h3 {
  margin: 0 0 11px;
  font-size: 16px;
}

.side-card p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.side-card a {
  display: inline-block;
  margin-top: 15px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
}

.guide-list {
  width: min(1040px, calc(100% - 40px));
  margin: 55px auto 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.guide-list article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.guide-list article span {
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
}

.guide-list article h2 {
  margin: 10px 0 9px;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.guide-list article p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.guide-list article a {
  display: inline-block;
  margin-top: 18px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
}

.guide-list article.guide-list-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.guide-list article.guide-list-card:hover {
  border-color: rgba(20, 108, 79, 0.34);
  box-shadow: 0 22px 52px rgba(22, 33, 28, 0.09);
  transform: translateY(-4px);
}

.guide-list .guide-list-visual {
  display: flex;
  margin: 0;
  min-height: 176px;
  width: 100%;
}

.guide-list .guide-list-visual:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -5px;
}

.guide-list .guide-list-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px 27px 27px;
}

.guide-list .guide-list-copy h2 a {
  color: var(--ink);
  display: inline;
  font-size: inherit;
  margin: 0;
  text-decoration: none;
}

.guide-list .guide-list-copy h2 a:hover {
  color: var(--green);
}

.guide-list .guide-list-copy .guide-list-action {
  align-self: flex-start;
  margin-top: auto;
  min-height: 44px;
  padding-top: 18px;
}

.guide-list .search-start {
  grid-column: 1 / -1;
  padding: clamp(28px, 6vw, 56px);
  text-align: center;
}

.search-start form {
  display: flex;
  gap: 10px;
  margin: 24px auto 14px;
  max-width: 620px;
}

.search-start label {
  flex: 1;
}

.search-start input[type="search"] {
  min-height: 52px;
  width: 100%;
}

.search-start input[type="submit"] {
  min-height: 52px;
}

@media (max-width: 540px) {
  .search-start form { flex-direction: column; }
}

.webbook-layout {
  width: min(1040px, calc(100% - 40px));
  margin: 70px auto 120px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 70px;
}

.webbook-sidebar {
  position: sticky;
  top: 25px;
  align-self: start;
}

.mini-book {
  padding: 25px;
  border-radius: 5px 16px 16px 5px;
  background: var(--coral);
  color: var(--white);
  box-shadow: -10px 12px 0 var(--green-dark);
}

.mini-book strong {
  display: block;
  margin: 45px 0;
  font-size: 31px;
  line-height: 1.15;
  letter-spacing: -0.06em;
}

.chapter-list {
  display: grid;
  gap: 12px;
}

.chapter-list a {
  padding: 21px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 13px;
  align-items: center;
  background: var(--white);
}

.chapter-list span {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 900;
}

.chapter-list strong {
  font-size: 15px;
}

.chapter-list small {
  color: var(--muted);
  font-size: 10px;
}

.about-wrap {
  width: min(860px, calc(100% - 40px));
  margin: 70px auto 120px;
}

.about-wrap section {
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.about-wrap h2 {
  margin: 0 0 16px;
  font-size: 31px;
  letter-spacing: -0.05em;
}

.about-wrap p,
.about-wrap li {
  color: #536159;
}

@media (max-width: 900px) {
  .site-header nav {
    display: none;
  }

  .hero {
    padding: 60px 45px;
    grid-template-columns: 1fr;
  }

  .portal-hero {
    padding: 60px 45px;
    grid-template-columns: 1fr;
  }

  .today-board {
    max-width: 620px;
  }

  .hero-desk {
    max-width: 520px;
  }

  .trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .life-stage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .life-stage-grid a:first-child {
    border-left: 0;
  }

  .life-stage-grid a:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .category-card:nth-child(n) {
    grid-column: auto;
  }

  .galaxy-feature {
    padding: 70px 50px;
    grid-template-columns: 1fr;
  }

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

  .article-card:first-child {
    grid-column: 1 / -1;
  }

  .webbook-band {
    padding: 65px 55px;
    grid-template-columns: 260px 1fr;
    gap: 55px;
  }

  .book-cover {
    width: 220px;
  }

  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media (max-width: 640px) {
  body {
    word-break: normal;
  }

  .site-header {
    width: min(100% - 28px, 1180px);
    height: 72px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    width: min(100% - 20px, 1180px);
    min-height: auto;
    margin-top: 5px;
    padding: 48px 24px 30px;
    border-radius: 24px;
    gap: 40px;
  }

  .portal-hero {
    width: min(100% - 20px, 1240px);
    min-height: auto;
    margin-top: 5px;
    padding: 48px 24px 26px;
    border-radius: 24px;
    gap: 38px;
  }

  .portal-hero h1 {
    font-size: 43px;
  }

  .portal-search > span {
    display: none;
  }

  .today-board {
    padding: 15px;
    border-radius: 20px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-description {
    font-size: 14px;
  }

  .search-box button {
    padding: 0 17px;
  }

  .quick-searches {
    display: none;
  }

  .hero-desk {
    min-height: 370px;
    padding: 15px;
  }

  .trust-strip {
    width: calc(100% - 36px);
    margin-top: -10px;
    padding: 14px 18px;
    gap: 8px;
    font-size: 10px;
  }

  .section-wrap {
    width: calc(100% - 32px);
    margin: 90px auto;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 18px;
  }

  .section-heading h2,
  .galaxy-feature h2,
  .webbook-copy h2 {
    font-size: 36px;
  }

  .category-grid,
  .article-grid,
  .guide-list {
    grid-template-columns: 1fr;
  }

  .life-stage-grid {
    grid-template-columns: 1fr;
  }

  .life-stage-grid a,
  .life-stage-grid a:nth-child(odd) {
    min-height: 125px;
    border-left: 1px solid var(--line);
  }

  .article-card:first-child {
    grid-column: auto;
  }

  .category-card {
    min-height: 220px;
  }

  .galaxy-feature {
    width: calc(100% - 20px);
    padding: 55px 26px 30px;
    border-radius: 24px;
    gap: 40px;
  }

  .device-study {
    min-height: 300px;
    transform: scale(0.78);
    margin: -30px -70px;
  }

  .webbook-band {
    width: calc(100% - 20px);
    margin: 100px auto;
    padding: 58px 28px;
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .book-cover {
    width: 205px;
    margin: 0 auto;
  }

  .latest-list a {
    grid-template-columns: 1fr 25px;
    gap: 7px;
  }

  .latest-list span,
  .latest-list time {
    display: none;
  }

  footer {
    padding: 52px 25px;
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .inner-hero {
    padding-top: 65px;
  }

  .article-shell,
  .guide-list,
  .webbook-layout,
  .about-wrap {
    width: calc(100% - 32px);
  }

  .article-shell,
  .webbook-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .webbook-sidebar {
    position: static;
  }
}

/* Final cascade for the 2026 Korean image-led masthead. */
.portal-hero {
  min-height: 0;
  padding: 44px;
  grid-template-columns: minmax(360px, .84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: 38px;
}

.portal-hero::after {
  content: "이로케";
  right: -20px;
  bottom: -70px;
  font-size: 160px;
  letter-spacing: -.12em;
}

.portal-hero h1 {
  max-width: 600px;
  font-size: clamp(49px, 5.2vw, 72px);
}

.portal-hero .today-board {
  grid-column: 1 / -1;
  padding: 20px;
}

.portal-hero .board-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-hero .board-list a { min-height: 104px; }
.article-visual { min-height: 238px; }

@media (max-width: 1040px) {
  .portal-hero {
    grid-template-columns: 1fr;
    padding: 38px;
  }

  .portal-hero .board-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .portal-hero {
    width: calc(100% - 18px);
    padding: 27px 18px 18px;
    gap: 25px;
    border-radius: 26px;
  }

  .portal-hero .board-list { grid-template-columns: 1fr; }
  .portal-hero .board-list a { min-height: 82px; }
}

/* Unified type scale: 12 / 14 / 16 / 18 / 22 / 40 / 72 */
:root {
  --type-caption: .75rem;
  --type-small: .875rem;
  --type-body: 1rem;
  --type-lead: 1.125rem;
  --type-card: 1.375rem;
  --type-section: clamp(2rem, 3.6vw, 2.75rem);
  --type-display: clamp(3rem, 5.4vw, 4.5rem);
}

body {
  font-size: var(--type-body);
  line-height: 1.65;
}

.brand {
  gap: 0;
}

.brand-wordmark {
  display: grid;
  line-height: 1;
}

.brand-wordmark strong {
  font-size: 30px;
  font-weight: 950;
  line-height: .9;
  letter-spacing: -.115em;
}

.brand-wordmark strong > span {
  margin-left: .035em;
  color: var(--coral-text);
}

.brand-wordmark small {
  max-width: none;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .2em;
}

.footer-brand .brand-wordmark strong { color: var(--cream); }
.footer-brand .brand-wordmark strong > span { color: var(--lime); }

.site-header nav,
.header-cta,
.quick-searches,
.footer-links,
.copyright {
  font-size: var(--type-small);
}

.eyebrow,
.article-meta,
.verification-row,
.thumb-label,
.thumb-scene > small,
.board-heading span,
.board-heading time,
.board-list a > span,
.board-list small,
.board-list p,
.board-note {
  font-size: var(--type-caption);
  line-height: 1.45;
}

.portal-hero h1 {
  font-size: var(--type-display);
  line-height: 1.08;
}

.hero-description,
.section-heading > p,
.galaxy-copy > p,
.webbook-copy > p {
  font-size: var(--type-lead);
  line-height: 1.75;
}

.section-heading h2,
.galaxy-copy h2,
.webbook-copy h2,
.inner-hero h1 {
  font-size: var(--type-section);
  line-height: 1.16;
  letter-spacing: -.055em;
}

.category-card h3,
.article-body h3,
.side-card h3 {
  font-size: var(--type-card);
  line-height: 1.32;
}

.category-card p,
.article-body p,
.life-stage-grid small,
.footer-brand > p {
  font-size: var(--type-small);
  line-height: 1.65;
}

.board-heading strong { font-size: 20px; }
.board-list strong { font-size: var(--type-body); line-height: 1.35; }
.hero-editorial-card figcaption span,
.hero-editorial-card figcaption strong { font-size: var(--type-caption); }
.article-content { font-size: 17px; line-height: 1.85; }

.trust-strip,
.category-number,
.category-card small,
.fold-device span,
.study-note,
.article-foot,
.latest-list span,
.latest-list time,
.book-cover span,
.book-cover small,
.deadline-badge,
.ad-slot,
.side-card p,
.side-card a,
.guide-list article span,
.chapter-list span,
.chapter-list small,
.chapter-coming span,
.chapter-coming small,
.toc-list,
.footer-links a {
  font-size: var(--type-caption);
  line-height: 1.5;
}

.latest-list strong,
.guide-list article p,
.webbook-copy li {
  font-size: var(--type-small);
  line-height: 1.6;
}

@media (max-width: 640px) {
  :root {
    --type-section: 2rem;
    --type-display: clamp(2.7rem, 12vw, 3.4rem);
  }

  .brand-wordmark strong { font-size: 27px; }
  .brand-wordmark small { max-width: none; font-size: 9px; }

  .hero-description,
  .section-heading > p,
  .galaxy-copy > p,
  .webbook-copy > p {
    font-size: var(--type-body);
  }
}

/* Final wordmark layer */
.brand.brand-v2 { min-width: 118px; padding: 7px 9px 7px 0; gap: 0; border-radius: 12px; text-decoration: none; }
.brand.brand-v2:focus-visible { outline: 3px solid rgba(66,111,200,.72); outline-offset: 4px; }
.brand-wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 0; line-height: 1; }
.brand-wordmark strong { display: inline-flex; align-items: flex-end; color: var(--green-dark); font-family: "Wanted Sans Variable", sans-serif; font-size: 34px; font-style: normal; font-weight: 950; line-height: .76; letter-spacing: -.105em; }
.brand-wordmark strong > span { margin: 0; color: inherit; }
.brand-wordmark strong.is-latin { font-size: 29px; letter-spacing: -.075em; line-height: .8; }
.brand-wordmark strong.is-latin > span { letter-spacing: inherit; }
.brand-wordmark strong > i { width: .19em; height: .19em; margin: 0 0 .02em .12em; border-radius: 50%; display: block; overflow: hidden; color: transparent; background: var(--coral); transform: translateY(-.01em); }
.brand-wordmark small { max-width: none; margin: 9px 0 0 1px; color: #607168; font-family: "Wanted Sans Variable", sans-serif; font-size: 11px; font-weight: 800; line-height: 1.1; letter-spacing: .015em; text-transform: none; white-space: nowrap; }
.footer-brand .brand-wordmark strong { color: var(--cream); }
.footer-brand .brand-wordmark strong > i { background: var(--lime); }
.footer-brand .brand-wordmark small { color: rgba(255,255,255,.62); }
@media (max-width: 640px) {
  .brand.brand-v2 { min-width: 103px; }
  .brand-wordmark strong { font-size: 30px; }
  .brand-wordmark strong.is-latin { font-size: 27px; }
  .brand-wordmark small { margin-top: 8px; font-size: 11px; }
}
