:root {
  --ink: #111815;
  --muted: #6a746f;
  --line: #e3e5e4;
  --bg: #ffffff;
  --panel: #ffffff;
  --green: #0a5b43;
  --green-soft: #eef5f1;
  --shadow: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button { font: inherit; cursor: pointer; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 15px 16px 10px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.brand strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
}
.brand small {
  display: none;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.menu-toggle, .language-switch button, .list-link {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
}
.menu-toggle {
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 9px;
}
.menu-toggle span:not(.sr-only) {
  width: 17px;
  height: 2px;
  background: var(--ink);
}
.language-switch {
  display: flex;
  gap: 4px;
  overflow: hidden;
}
.language-switch button {
  min-width: 34px;
  min-height: 34px;
  font-size: 11px;
}

.detail-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.detail-header-actions .language-switch {
  display: flex;
  width: auto;
  padding: 0;
}

.detail-header-actions .language-switch button {
  padding: 4px 3px;
}
.language-switch button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}
.primary-nav {
  grid-column: 1 / -1;
  display: none;
  gap: 8px;
  padding-top: 4px;
}
.primary-nav.is-open { display: grid; }
.primary-nav a {
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}
.list-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}

main, .site-footer {
  width: min(720px, 100%);
  max-width: 100%;
  margin: 0 auto;
}
.top-category-bar {
  position: sticky;
  top: 64px;
  z-index: 20;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}
.category-tab-list {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.category-tab-list::-webkit-scrollbar { display: none; }
.category-tab-list button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 43px;
  padding: 2px 0 0;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}
.category-tab-list button b {
  color: #9aa39e;
  font-size: 12px;
}
.category-tab-list button.is-active {
  border-bottom-color: var(--ink);
  color: var(--ink);
}

.mobile-news-feed {
  padding: 2px 16px 34px;
}
.feed-top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.feed-top-line span {
  color: var(--ink);
  font-weight: 900;
}
.feed-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: end;
  margin: 0;
  padding: 22px 0 15px;
}
.feed-heading .eyebrow {
  grid-column: 1 / -1;
}
.feed-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
}
.feed-all-link {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.section-status {
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.section-status[hidden] {
  display: none;
}
.recommend-news-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  padding: 0 0 24px;
  border-bottom: 8px solid #f3f4f3;
}
.recommend-news-row::-webkit-scrollbar { display: none; }
.recommend-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.recommend-card.is-lead {
  grid-column: 1 / -1;
}
.recommend-card a {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto auto auto;
}
.recommend-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  background: #eef2ef;
}
.recommend-card.is-lead img {
  aspect-ratio: 1.64 / 1;
}
.recommend-card .recommend-meta {
  align-self: end;
  margin: 10px 0 0;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}
.recommend-card strong {
  padding: 5px 0 0;
  font-size: 18px;
  line-height: 1.35;
}
.recommend-card p {
  display: -webkit-box;
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.recommend-card:not(.is-lead) strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.visual-gallery {
  padding: 18px 0 22px;
  border-bottom: 8px solid #f3f4f3;
}
.visual-gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.visual-gallery-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}
.visual-gallery-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.visual-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.visual-gallery-card {
  display: block;
  overflow: hidden;
  background: #eef2ef;
}
.visual-gallery-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.gallery-card {
  display: grid;
  min-width: 0;
  gap: 4px;
}
.gallery-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #eef2ef;
}
.gallery-card span {
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
}
.gallery-card strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feed-list-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 0 13px;
}
.feed-list-heading h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
}
.feed-list-heading span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.news-list-feed {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.news-feed-card {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  min-height: 104px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.news-feed-card:hover {
  background: #fafcfb;
}
.news-thumb {
  display: grid;
  place-items: center;
  min-height: 104px;
  background: #f3f6f4;
}
.news-thumb img {
  object-fit: cover;
  background: #eef2ef;
}
.news-copy {
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 11px 0 11px 12px;
}
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}
.meta span + span::before {
  content: "·";
  margin-right: 6px;
  color: #a7b3ad;
}
.news-feed-card h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}
.news-feed-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-feed-card h2,
.news-feed-card p,
.recommend-card strong {
  overflow-wrap: anywhere;
}
.mini-info {
  display: grid;
  gap: 4px;
  margin: 1px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.mini-info div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 6px;
}
.mini-info dt {
  color: var(--green);
  font-weight: 900;
}
.mini-info dd {
  margin: 0;
}
.empty-state, .noscript {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--muted);
  font-weight: 900;
}

.mrt-section, .flight-section, .stay-section, .tna-section, .travel-tools-section, .coupang-affiliate-section, .visit-check-section, .category-news-wrapper, .faq-section, .article-page {
  padding: 4px 12px 24px;
}
.mrt-section {
  display: grid;
  gap: 12px;
  padding-top: 8px;
  border-top: 8px solid #edf2ef;
  border-bottom: 8px solid #edf2ef;
  background: #fff;
}
.coupang-affiliate-section {
  display: grid;
  gap: 10px;
  padding-top: 10px;
  border-bottom: 8px solid #edf2ef;
  background: #fff;
}

.mobile-news-feed.is-category-filtered .recommend-news-row,
.mobile-news-feed.is-category-filtered .visual-gallery {
  display: none;
}
.article-affiliate-section {
  margin-top: 14px;
  border-top: 1px solid var(--line);
}
.affiliate-label {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}
.coupang-widget-frame {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  min-height: 120px;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.coupang-widget-frame iframe,
.coupang-widget-frame object,
.coupang-widget-frame embed {
  display: block;
  width: 100% !important;
  max-width: 560px !important;
  height: 120px !important;
  border: 0;
}
.flight-section {
  display: grid;
  gap: 12px;
  padding-top: 8px;
  border-top: 8px solid #edf2ef;
  border-bottom: 8px solid #edf2ef;
  background: #fff;
}
.stay-section {
  display: grid;
  gap: 12px;
  padding-top: 8px;
  border-bottom: 8px solid #edf2ef;
  background: #fff;
}
.tna-section {
  display: grid;
  gap: 12px;
  padding-top: 8px;
  border-bottom: 8px solid #edf2ef;
  background: #fff;
}
.travel-tools-section {
  display: grid;
  gap: 12px;
  padding-top: 14px;
  border-top: 8px solid #edf2ef;
  border-bottom: 8px solid #edf2ef;
  background: #fff;
}
.visit-check-section {
  padding-top: 8px;
}
.category-news-section {
  margin-top: 16px;
}
.section-heading {
  margin-bottom: 12px;
}
.eyebrow {
  margin: 0 0 3px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}
.section-heading > p:not(.eyebrow) {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.travel-tool-list {
  display: grid;
  gap: 10px;
}
.travel-tool-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 29, 23, .05);
}
.travel-tool-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 15px;
}
.travel-tool-summary em {
  display: block;
  margin-bottom: 2px;
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.travel-tool-summary strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
}
.travel-tool-summary small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
.tool-toggle {
  min-width: 56px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #cfe0d8;
  border-radius: 999px;
  background: #f5fbf8;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}
.travel-tool-card.is-open .tool-toggle {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}
.travel-tool-panel {
  display: grid;
  gap: 12px;
  padding: 0 15px 15px;
}
.visit-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.visit-check-card {
  min-height: 132px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.visit-check-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 15px;
  line-height: 1.25;
}
.visit-check-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}
.mrt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.mrt-status {
  grid-column: 1 / -1;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8faf8;
}
.mrt-status strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}
.mrt-status p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.mrt-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.mrt-card a,
.mrt-card.is-disabled {
  display: grid;
  grid-template-rows: 118px auto;
  min-height: 100%;
}
.mrt-card span {
  display: grid;
  gap: 4px;
  padding: 10px 11px 12px;
}
.mrt-card em {
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.mrt-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mrt-card small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flight-search-form,
.stay-search-form,
.tna-search-form {
  display: grid;
  gap: 10px;
}
.flight-search-form label,
.stay-search-form label,
.tna-search-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.flight-search-form label span,
.stay-search-form label span,
.tna-search-form label span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}
.flight-search-form input,
.stay-search-form input,
.tna-search-form input,
.tna-search-form select {
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}
.flight-search-form button,
.stay-search-form button,
.tna-search-form button {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}
.travel-tool-panel .flight-search-form,
.travel-tool-panel .stay-search-form,
.travel-tool-panel .tna-search-form {
  gap: 8px;
}
.travel-tool-panel .flight-search-form input,
.travel-tool-panel .stay-search-form input,
.travel-tool-panel .tna-search-form input,
.travel-tool-panel .tna-search-form select {
  min-height: 42px;
  border-radius: 13px;
  font-size: 15px;
}
.travel-tool-panel .flight-search-form button,
.travel-tool-panel .stay-search-form button,
.travel-tool-panel .tna-search-form button {
  min-height: 42px;
  border-radius: 13px;
}
.flight-status,
.stay-status,
.tna-status {
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8faf8;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.flight-calendar-list,
.stay-card-list,
.tna-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.flight-price-card {
  display: grid;
  gap: 4px;
  min-height: 102px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.flight-price-card strong {
  color: var(--ink);
  font-size: 14px;
}
.flight-price-card span {
  color: var(--green);
  font-size: 19px;
  font-weight: 900;
}
.flight-price-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.stay-card,
.tna-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.stay-card,
.tna-card {
  display: grid;
  grid-template-rows: 118px auto;
}
.stay-card > img,
.tna-card > img {
  min-height: 118px;
  background: var(--green-soft);
}
.stay-card span,
.tna-card span {
  display: grid;
  gap: 4px;
  padding: 10px 11px 12px;
}
.stay-card em,
.tna-card em {
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.stay-card strong,
.tna-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.stay-card small,
.tna-card small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.compact-feed .news-feed-card {
  box-shadow: none;
}

.faq-list {
  display: grid;
  gap: 10px;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.faq-item summary {
  padding: 15px 16px;
  font-weight: 900;
}
.faq-item p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
}

.site-footer {
  padding: 24px 14px 30px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-intro p {
  margin: 12px 0 18px;
  color: var(--muted);
  font-weight: 700;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.footer-grid h2 {
  margin: 0 0 8px;
  font-size: 14px;
}
.footer-grid ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-grid a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.copyright {
  margin: 20px 0 0;
  color: #8a948f;
  font-size: 12px;
}

.article-page {
  display: grid;
  gap: 16px;
  width: min(720px, 100%);
  max-width: 100%;
  overflow-x: hidden;
}
.article-detail, .related-box {
  overflow: hidden;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.detail-hero {
  width: 100%;
  height: auto;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  background: var(--green-soft);
}
.detail-body {
  display: grid;
  gap: 22px;
  padding: 20px;
  min-width: 0;
}
.detail-body > * {
  min-width: 0;
}
.detail-body h1 {
  margin: 0;
  font-size: clamp(30px, 8vw, 48px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}
.summary {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.68;
}
.info-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.info-table th,
.info-table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.58;
}
.info-table th {
  width: 88px;
  background: #f8faf8;
  color: var(--green);
}
.detail-body h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
}
.detail-body p {
  margin: 0;
  color: #252c28;
  font-size: 16px;
  line-height: 1.78;
  overflow-wrap: anywhere;
  word-break: normal;
}
.detail-body section p + p {
  margin-top: 12px;
}
.article-readable-section {
  display: grid;
  gap: 14px;
  padding-top: 4px;
}
.section-kicker {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
}
.readable-lead {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #dfe8e3;
  border-radius: 14px;
  background: #f8fbf9;
}
.readable-lead strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}
.readable-lead p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.65;
}
.article-note-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.article-note-block {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.article-note-block h3 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.32;
}
.article-note-block p {
  color: #2f3733;
}
.article-note-block p + p {
  margin-top: 2px;
}
.nearby-travel-section {
  display: grid;
  gap: 12px;
  padding: 16px 0 4px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.nearby-travel-head {
  display: grid;
  gap: 5px;
}
.nearby-travel-head h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
}
.nearby-travel-head p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}
.nearby-travel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.nearby-travel-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.nearby-travel-card:hover {
  border-color: #bdd3c9;
  background: #f8fbfa;
}
.nearby-travel-thumb {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #eef2ef;
}
.nearby-travel-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}
.nearby-travel-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.nearby-travel-meta {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
}
.nearby-travel-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nearby-travel-copy em {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.course-list, .check-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}
.template-card {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcfb;
}
.recommend-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}
.recommend-list li,
.course-list li,
.check-list li {
  line-height: 1.65;
}
.planning-grid {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.planning-grid div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.planning-grid dt {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}
.planning-grid dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}
.spot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.spot-tags a {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}
.spot-tags a:hover {
  background: var(--green);
  color: #fff;
}
.map-card {
  display: grid;
  gap: 10px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8faf8;
}
.official-inline-card {
  background: #fff;
}
.official-inline-status {
  padding: 12px;
  border-radius: 12px;
  background: #f8faf8;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.official-facts {
  display: grid;
  gap: 8px;
  margin: 2px 0;
}
.official-facts div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}
.official-facts div:last-child {
  border-bottom: 0;
}
.official-facts dt {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}
.official-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  text-align: right;
}
.primary-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}
.primary-link.is-secondary {
  background: #eef7f2;
  color: var(--green);
}
.detail-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.source-note, .detail-loading {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.detail-loading {
  padding: 28px;
}
.related-box {
  padding: 16px;
}
.related-box .news-feed-card {
  box-shadow: none;
}

@media (max-width: 759px) {
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 25;
    background: rgba(17, 24, 21, .18);
    backdrop-filter: blur(2px);
  }
  body.menu-open .site-header {
    z-index: 60;
  }
  .primary-nav {
    position: fixed;
    top: 62px;
    right: max(10px, calc((100vw - 748px) / 2));
    left: max(10px, calc((100vw - 748px) / 2));
    z-index: 70;
    display: none;
    gap: 8px;
    max-height: calc(100dvh - 78px);
    overflow-y: auto;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(16, 29, 23, .18);
  }
  .primary-nav.is-open {
    display: grid;
  }
  .primary-nav a {
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 14px;
  }
}

@media (min-width: 760px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    top: 0;
    margin-top: 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }
  .brand strong {
    font-size: 28px;
  }
  .menu-toggle {
    display: none;
  }
  .primary-nav {
    grid-column: auto;
    display: flex;
    justify-content: center;
  }
  .primary-nav a {
    background: transparent;
  }
  .flight-search-form {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 142px 128px;
    align-items: end;
  }
  .stay-search-form {
    grid-template-columns: minmax(0, 1.3fr) 138px 138px 88px 112px;
    align-items: end;
  }
  .tna-search-form {
    grid-template-columns: minmax(0, 1fr) 168px minmax(0, 1.2fr) 112px;
    align-items: end;
  }
  .flight-calendar-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .stay-card-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tna-card-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .top-category-bar {
    top: 64px;
  }
  .recommend-news-row {
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: initial;
    overflow: visible;
  }
  .news-feed-card {
    grid-template-columns: 168px minmax(0, 1fr);
  }
  .news-thumb {
    min-height: 148px;
  }
}

@media (max-width: 560px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
    width: 100%;
    max-width: 100vw;
    padding: 9px 10px;
  }
  .brand {
    gap: 8px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }
  .brand strong {
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .brand small {
    display: none;
  }
  .language-switch {
    gap: 0;
  }
  .language-switch button {
    min-width: 32px;
    min-height: 32px;
    border-radius: 999px;
  }
  .language-switch button:not(:first-child) {
    display: none;
  }
  .menu-toggle {
    min-width: 34px;
    min-height: 34px;
    padding: 8px;
  }
  .primary-nav {
    position: fixed;
    top: 55px;
    right: 10px;
    left: 10px;
    max-height: calc(100dvh - 68px);
  }
  .top-category-bar {
    position: static;
    padding: 9px 10px;
  }
  .mobile-news-feed {
    padding: 10px 10px 18px;
  }
  .section-status {
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
  }
  .recommend-news-row {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding-bottom: 22px;
  }
  .recommend-card {
    border-radius: 0;
    box-shadow: none;
  }
  .recommend-card a {
    min-height: 0;
    grid-template-rows: auto auto auto;
  }
  .recommend-card:not(.is-lead) a {
    grid-template-rows: auto auto;
  }
  .recommend-card img {
    aspect-ratio: 1.18 / 1;
  }
  .recommend-card.is-lead img {
    aspect-ratio: 1.78 / 1;
  }
  .recommend-card .recommend-meta {
    display: none;
  }
  .recommend-card.is-lead .recommend-meta {
    display: flex;
  }
  .recommend-card strong {
    display: -webkit-box;
    min-height: 0;
    padding: 5px 0 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .recommend-card.is-lead strong {
    font-size: 21px;
    line-height: 1.24;
    -webkit-line-clamp: 3;
  }
  .news-list-feed {
    gap: 0;
  }
  .news-feed-card {
    grid-template-columns: 98px minmax(0, 1fr);
    min-height: 104px;
    border-radius: 0;
    box-shadow: none;
  }
  .news-thumb {
    min-height: 104px;
  }
  .news-copy {
    gap: 5px;
    padding: 10px 0 10px 11px;
  }
  .meta {
    gap: 4px;
    font-size: 10px;
    line-height: 1.2;
  }
  .meta span + span::before {
    margin-right: 4px;
  }
  .news-feed-card h2 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-feed-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .mini-info {
    display: none;
  }
  .mrt-section,
  .flight-section,
  .stay-section,
  .tna-section,
  .travel-tools-section,
  .visit-check-section,
  .category-news-wrapper,
  .faq-section,
  .article-page {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mrt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .mrt-card {
    border-radius: 14px;
    box-shadow: none;
  }
  .mrt-card a,
  .mrt-card.is-disabled {
    grid-template-rows: 96px auto;
  }
  .mrt-card span {
    padding: 9px;
  }
  .mrt-card strong {
    font-size: 14px;
  }
  .travel-tool-card {
    border-radius: 15px;
    box-shadow: none;
  }
  .travel-tool-summary {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }
  .travel-tool-summary strong {
    font-size: 17px;
  }
  .tool-toggle {
    justify-self: start;
    min-height: 36px;
  }
  .travel-tool-panel {
    padding: 0 14px 14px;
  }
  .stay-card,
  .tna-card {
    grid-template-rows: 96px auto;
    border-radius: 14px;
    box-shadow: none;
  }
  .stay-card > img,
  .tna-card > img {
    min-height: 96px;
  }
  .stay-card span,
  .tna-card span {
    padding: 9px;
  }
  .stay-card strong,
  .tna-card strong {
    font-size: 14px;
  }
  .visit-check-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .article-detail,
  .related-box {
    border-radius: 16px;
    box-shadow: none;
  }
  .detail-body {
    gap: 18px;
    padding: 16px;
  }
  .detail-body h1 {
    font-size: 26px;
    line-height: 1.16;
  }
  .summary {
    font-size: 15px;
  }
  .detail-body p {
    font-size: 15.5px;
    line-height: 1.76;
  }
  .readable-lead {
    padding: 14px;
  }
  .readable-lead p {
    font-size: 14.5px;
  }
  .article-note-block {
    padding: 16px 0;
  }
  .article-note-block h3 {
    font-size: 18px;
  }
  .info-table th,
  .info-table td {
    padding: 9px 10px;
    font-size: 13px;
  }
  .info-table th {
    width: 72px;
  }
}

@media (max-width: 420px) {
  .news-feed-card {
    grid-template-columns: 94px minmax(0, 1fr);
  }
  .news-feed-card h2 {
    font-size: 15px;
  }
  .news-copy {
    padding: 9px 0 9px 10px;
  }
  .recommend-card a {
    grid-template-rows: auto auto auto;
  }
  .recommend-card:not(.is-lead) a {
    grid-template-rows: auto auto;
  }
  .mrt-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mrt-card a,
  .mrt-card.is-disabled {
    grid-template-rows: 88px auto;
  }
  .stay-card-list {
    grid-template-columns: 1fr;
  }
  .tna-card-list {
    grid-template-columns: 1fr;
  }
  .stay-card,
  .tna-card {
    grid-template-columns: 106px minmax(0, 1fr);
    grid-template-rows: auto;
  }
  .stay-card > img,
  .tna-card > img {
    min-height: 112px;
  }
}

/* Reference-style news feed layout */
.site-header {
  display: block;
  width: min(720px, 100%);
  max-width: 100%;
  padding: 15px 16px 10px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, .96);
}
.site-header .brand {
  display: block;
  max-width: calc(100% - 116px);
  margin: 0 0 12px;
}
.brand-mark,
.menu-toggle {
  display: none !important;
}
.brand strong {
  display: block;
  overflow: visible;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  text-overflow: clip;
  white-space: normal;
}
.brand small {
  display: none;
}
.language-switch {
  position: absolute;
  top: 14px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.language-switch button {
  display: inline-block;
  min-width: auto;
  min-height: auto;
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #555;
  font-size: 12px;
  font-weight: 900;
}
.language-switch button:first-child {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}
.language-switch button:not(:first-child) {
  display: inline-block;
}
.primary-nav {
  position: static !important;
  display: flex !important;
  max-height: none !important;
  gap: 18px;
  overflow-x: auto;
  padding: 0 0 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: nowrap;
  scrollbar-width: none;
}
.primary-nav::-webkit-scrollbar {
  display: none;
}
.primary-nav a {
  display: block;
  min-height: auto;
  padding: 2px 0 !important;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent !important;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}
.primary-nav a.is-active {
  border-bottom-color: var(--ink);
}
.primary-nav b {
  margin-left: 3px;
  color: var(--muted);
  font-size: 12px;
}
body.menu-open::before {
  display: none;
}
.top-category-bar {
  display: none;
}
.mobile-news-feed,
.category-news-wrapper {
  padding: 0 16px;
}
.feed-top-line {
  padding: 10px 0 18px;
  border-bottom: 1px solid var(--line);
}
.feed-heading {
  padding: 28px 0 16px;
}
.feed-heading h1 {
  font-size: 31px;
}
.section-status {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
}
.recommend-news-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding: 0 0 24px;
  border-bottom: 8px solid #f2f2f2;
}
.recommend-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.recommend-card.is-lead {
  grid-column: 1 / -1;
}
.recommend-card a {
  display: block;
}
.recommend-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.2 / 1;
  padding: 3px;
  object-fit: contain;
  background: #f3f6f4;
}
.recommend-card.is-lead img {
  aspect-ratio: 1.78 / 1;
}
.recommend-card .recommend-meta {
  display: flex;
  margin: 7px 0 0;
  font-size: 12px;
}
.recommend-card strong {
  display: -webkit-box;
  overflow: hidden;
  padding: 6px 0 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.recommend-card.is-lead strong {
  display: block;
  overflow: visible;
  font-size: 24px;
  line-height: 1.22;
}
.feed-list-heading {
  padding: 24px 0 12px;
}
.feed-list-heading h2 {
  font-size: 31px;
}
.news-list-feed {
  gap: 0;
  border-top: 1px solid var(--line);
}
.news-feed-card {
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 96px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.news-thumb {
  min-height: 96px;
}
.news-copy {
  padding: 10px 0 10px 12px;
}
.news-feed-card h2 {
  font-size: 17px;
  line-height: 1.35;
}
.news-feed-card p {
  font-size: 13px;
  line-height: 1.48;
}
.news-section {
  padding: 28px 0 34px;
  border-bottom: 8px solid #f2f2f2;
}
.news-section h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1.05;
  font-weight: 900;
}
.news-lead {
  display: block;
}
.lead-thumb,
.pick-thumb,
.row-thumb {
  display: block;
  overflow: hidden;
  background: #f3f6f4;
}
.lead-thumb {
  aspect-ratio: 1.78 / 1;
}
.pick-thumb,
.row-thumb {
  aspect-ratio: 1.25 / 1;
}
.lead-thumb img,
.pick-thumb img,
.row-thumb img {
  width: 100%;
  height: 100%;
  padding: 3px;
  object-fit: contain;
  background: #f3f6f4;
}
.news-lead strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 900;
}
.news-lead > span:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.pick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}
.pick-card {
  min-width: 0;
}
.pick-card strong {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 7px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.34;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-list {
  margin-top: 22px;
  border-top: 1px solid var(--line);
}
.news-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.news-row strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-row em {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}
.detail-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-site-header .brand {
  max-width: calc(100% - 84px);
  margin: 0;
}
.detail-site-header .brand strong {
  font-size: 22px;
}
.list-link {
  min-width: auto;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
}

@media (min-width: 760px) {
  main,
  .site-footer,
  .site-header {
    width: min(1040px, 100%);
  }
  main {
    display: block;
  }
  .mobile-news-feed,
  .category-news-wrapper {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .brand strong {
    font-size: 25px;
  }
  .language-switch {
    gap: 7px;
  }
  .primary-nav {
    gap: 16px;
  }
  .mobile-news-feed,
  .category-news-wrapper {
    padding-right: 14px;
    padding-left: 14px;
  }
  .recommend-card.is-lead strong,
  .news-lead strong {
    font-size: 22px;
  }
  .news-feed-card,
  .news-row {
    grid-template-columns: 86px minmax(0, 1fr);
  }
}

/* Desktop travel portal layout */
:root {
  --portal-width: 1120px;
  --portal-red: #e23a3a;
}

main,
.site-footer,
.site-header,
.today-keyword-inner {
  width: min(var(--portal-width), calc(100% - 32px));
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 18px 0 12px;
  border-bottom: 1px solid #eceeed;
  background: #fff;
}

.site-header .brand {
  display: flex;
  align-items: center;
  max-width: none;
  margin: 0;
  gap: 8px;
}

.brand-mark {
  display: grid !important;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #f1f6ff;
  color: var(--green);
  font-size: 10px;
}

.brand strong {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
}

.menu-toggle {
  display: none !important;
}

.primary-nav {
  display: flex !important;
  justify-content: center;
  gap: 26px;
  overflow: visible;
  padding: 0 !important;
  white-space: nowrap;
}

.primary-nav a {
  padding: 4px 0 !important;
  color: #3c4440;
  font-size: 13px;
  font-weight: 800;
}

.primary-nav a.is-active {
  border-bottom-color: var(--green);
  color: var(--ink);
}

.language-switch {
  position: static;
  display: flex;
  gap: 9px;
}

.language-switch button {
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #68726d;
  font-size: 12px;
}

.language-switch button:first-child {
  border: 0;
  background: transparent;
  color: var(--ink);
}

.today-keyword-bar {
  border-bottom: 1px solid #eef0ef;
  background: #fff;
}

.today-keyword-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
}

.today-keyword-inner strong {
  color: var(--portal-red);
  font-size: 11px;
  font-weight: 900;
}

.today-keyword-inner div {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.today-keyword-inner div::-webkit-scrollbar {
  display: none;
}

.today-keyword-inner a {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f5f6f6;
  color: #404845;
  font-size: 12px;
  font-weight: 800;
}

.top-category-bar,
.feed-heading,
.visual-gallery {
  display: none;
}

.mobile-news-feed {
  width: 100%;
  max-width: none;
  padding: 18px 0 0;
}

.recommend-news-row {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(174px, 1fr));
  gap: 4px;
  padding: 0 0 34px;
  border-bottom: 0;
}

.recommend-card {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #111;
}

.recommend-card.is-lead {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.recommend-card a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  color: #fff;
}

.recommend-card img,
.recommend-card.is-lead img {
  width: 100%;
  height: 100%;
  padding: 0;
  aspect-ratio: auto;
  object-fit: cover;
  opacity: .84;
  transition: transform .2s ease;
}

.recommend-card a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .78));
}

.recommend-card:hover img {
  transform: scale(1.025);
}

.recommend-content {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 7px;
  min-width: 0;
}

.recommend-label {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.recommend-content strong {
  display: -webkit-box;
  overflow: hidden;
  padding: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: keep-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recommend-card.is-lead .recommend-content strong {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
}

.recommend-content p {
  display: -webkit-box;
  max-width: 94%;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recommend-content em {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.feed-list-heading,
.portal-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3px 16px;
  padding: 0 0 13px;
  border-bottom: 1px solid #1d2421;
}

.feed-list-heading::before {
  grid-column: 1 / -1;
  content: "PLACES";
  color: var(--portal-red);
  font-size: 11px;
  font-weight: 900;
}

.feed-list-heading h2,
.portal-section-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
}

.feed-list-heading span,
.portal-section-head a {
  color: #606966;
  font-size: 12px;
  font-weight: 900;
}

.news-list-feed,
.section-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 18px;
  padding: 18px 0 42px;
  border: 0;
}

.news-feed-card,
.section-card {
  display: block;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.news-feed-card:hover,
.section-card:hover {
  background: transparent;
}

.news-feed-card a,
.section-card a {
  display: block;
}

.news-thumb,
.section-thumb {
  display: block;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 1.58 / 1;
  background: #f2f3f3;
}

.news-thumb img,
.section-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.news-feed-card:hover img,
.section-card:hover img {
  transform: scale(1.025);
}

.news-copy {
  display: block;
  padding: 10px 0 0;
}

.section-card-label,
.meta {
  display: flex;
  margin: 10px 0 5px;
  color: var(--portal-red);
  font-size: 11px;
  font-weight: 900;
}

.section-card h3,
.news-feed-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0;
}

.section-card p,
.news-feed-card p {
  display: -webkit-box;
  margin: 6px 0 0;
  overflow: hidden;
  color: #6d7571;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-news-wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
}

.news-section {
  padding: 0 0 42px;
  border-bottom: 0;
}

.portal-section-head span {
  grid-column: 1 / -1;
  color: var(--portal-red);
  font-size: 11px;
  font-weight: 900;
}

.travel-tools-section,
.mrt-section,
.visit-check-section,
.faq-section {
  width: min(760px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.related-box .news-feed-card {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.related-box .news-thumb {
  aspect-ratio: 1 / 1;
}

.related-box .news-copy {
  padding: 10px 0 10px 12px;
}

@media (max-width: 860px) {
  main,
  .site-footer,
  .site-header,
  .today-keyword-inner {
    width: min(720px, calc(100% - 28px));
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .primary-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
  }

  .recommend-news-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .recommend-card,
  .recommend-card.is-lead {
    grid-column: auto;
    grid-row: auto;
    min-height: 190px;
  }

  .recommend-card.is-lead {
    grid-column: 1 / -1;
    min-height: 330px;
  }

  .news-list-feed,
  .section-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  main,
  .site-footer,
  .site-header,
  .today-keyword-inner {
    width: 100%;
  }

  .site-header {
    padding: 18px 16px 10px;
  }

  .today-keyword-inner {
    padding: 0 16px;
  }

  .mobile-news-feed,
  .category-news-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .recommend-news-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 4px;
  }

  .recommend-card {
    min-height: 170px;
  }

  .recommend-card.is-lead {
    grid-column: 1 / -1;
    min-height: 285px;
  }

  .recommend-card.is-lead .recommend-content strong {
    font-size: 29px;
  }

  .recommend-content strong {
    font-size: 15px;
    line-height: 1.28;
  }

  .recommend-card:not(.is-lead) .recommend-content strong {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .recommend-content p {
    -webkit-line-clamp: 2;
  }

  .recommend-content em {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .recommend-content {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 5px;
  }

  .news-list-feed,
  .section-card-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feed-list-heading h2,
  .portal-section-head h2 {
    font-size: 22px;
  }
}

/* Jeju News identity layer: keep the portal flow, but avoid a reference-site clone. */
:root {
  --portal-red: #08785d;
  --jeju-sea: #277da1;
  --jeju-coral: #f06f5a;
  --jeju-foam: #f3faf7;
}

body {
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 470px, #f8fbfa 470px, #ffffff 920px);
}

.site-header {
  gap: 22px;
  padding-top: 20px;
  border-bottom: 0;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--jeju-sea));
  color: #fff;
}

.brand strong {
  font-size: 21px;
}

.primary-nav {
  justify-content: flex-start;
  gap: 22px;
}

.primary-nav a {
  color: #1f2a25;
  font-size: 14px;
}

.primary-nav a.is-active {
  color: var(--green);
}

.today-keyword-bar {
  border-top: 1px solid #eef3f1;
  border-bottom: 1px solid #dfe9e4;
  background: linear-gradient(90deg, #f8fcfa, #fff);
}

.today-keyword-inner {
  gap: 14px;
  min-height: 48px;
}

.today-keyword-inner strong {
  color: var(--jeju-coral);
  letter-spacing: .08em;
}

.today-keyword-inner a {
  border: 1px solid #dcebe5;
  background: #fff;
  color: #245244;
}

.today-keyword-inner a:hover {
  border-color: #b9dcd0;
  background: var(--jeju-foam);
}

.recommend-news-row {
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  padding: 20px 0 44px;
}

.recommend-card {
  border-radius: 18px;
  background: #17342b;
  box-shadow: 0 18px 42px rgba(15, 42, 35, .12);
}

.recommend-card.is-lead {
  border-radius: 24px;
}

.recommend-card img,
.recommend-card.is-lead img {
  opacity: .9;
}

.recommend-card a::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(5, 34, 27, .82)),
    linear-gradient(90deg, rgba(0, 84, 65, .28), rgba(0, 0, 0, 0));
}

.recommend-label {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #d9fff2;
}

.recommend-card.is-lead .recommend-content strong {
  max-width: 720px;
}

.recommend-content em {
  color: rgba(255, 255, 255, .82);
}

.feed-list-heading,
.portal-section-head {
  border-bottom: 0;
  padding-bottom: 16px;
}

.feed-list-heading::before,
.portal-section-head span {
  color: var(--jeju-coral);
  letter-spacing: .06em;
}

.feed-list-heading h2,
.portal-section-head h2 {
  position: relative;
  padding-left: 14px;
  font-size: 26px;
}

.feed-list-heading h2::before,
.portal-section-head h2::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green), var(--jeju-sea));
  content: "";
}

.feed-list-heading span,
.portal-section-head a {
  padding: 7px 11px;
  border: 1px solid #dce8e3;
  border-radius: 999px;
  background: #fff;
  color: #31584c;
}

.news-list-feed,
.section-card-grid {
  gap: 30px 22px;
  padding-top: 10px;
}

.section-card,
.news-feed-card {
  padding: 12px;
  border: 1px solid #e3ece8;
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 28px rgba(24, 54, 45, .06);
}

.section-card:hover,
.news-feed-card:hover {
  border-color: #c7ddd4;
  background: #fff;
}

.section-thumb,
.news-thumb {
  border-radius: 14px;
  background: #eaf4f0;
}

.section-card-label,
.meta {
  color: var(--green);
}

.section-card h3,
.news-feed-card h2 {
  font-size: 18px;
}

.category-news-wrapper {
  margin-top: 10px;
}

.news-section {
  margin-top: 10px;
}

@media (max-width: 860px) {
  .recommend-news-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body {
    background: #fff;
  }

  .site-header {
    gap: 12px;
    padding-top: 16px;
  }

  .brand strong {
    font-size: 21px;
  }

  .today-keyword-inner {
    min-height: 48px;
  }

  .recommend-news-row {
    gap: 12px;
    padding-top: 18px;
  }

  .recommend-card,
  .recommend-card.is-lead {
    border-radius: 16px;
  }

  .section-card,
  .news-feed-card {
    padding: 10px;
    border-radius: 16px;
  }

  .feed-list-heading h2,
  .portal-section-head h2 {
    font-size: 23px;
  }
}

/* Hero compact balance */
.recommend-news-row {
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 176px);
  grid-auto-flow: row dense;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}

.recommend-card {
  height: 100%;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
}

.recommend-card.is-lead {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  min-height: 0;
}

.recommend-card img,
.recommend-card.is-lead img {
  object-position: center center;
}

.recommend-card:nth-child(1) img {
  object-position: center 46%;
}

.recommend-card:nth-child(2) img,
.recommend-card:nth-child(4) img {
  object-position: center 42%;
}

.recommend-card:nth-child(3) img,
.recommend-card:nth-child(5) img {
  object-position: center 54%;
}

.recommend-card:not(.is-lead) .recommend-content {
  right: 14px;
  bottom: 14px;
  left: 14px;
}

.recommend-card:not(.is-lead) .recommend-content strong {
  font-size: 15px;
  line-height: 1.32;
}

.recommend-card.is-lead .recommend-content strong {
  font-size: clamp(27px, 2.3vw, 34px);
  line-height: 1.1;
  -webkit-line-clamp: 2;
}

.recommend-card.is-lead .recommend-content p {
  max-width: 92%;
  font-size: 13px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
}

@media (max-width: 860px) {
  .recommend-news-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 14px;
    width: 100%;
    max-width: 100%;
  }

  .recommend-card {
    min-height: 178px;
  }

  .recommend-card.is-lead {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 286px;
  }

  .recommend-card.is-lead .recommend-content strong {
    font-size: clamp(25px, 5.2vw, 32px);
  }
}

@media (max-width: 560px) {
  .recommend-news-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 26px;
  }

  .recommend-card {
    min-height: 174px;
  }

  .recommend-card.is-lead {
    grid-column: auto;
    min-height: 236px;
  }

  .recommend-card.is-lead .recommend-content strong {
    font-size: clamp(23px, 6.5vw, 28px);
    line-height: 1.1;
  }

  .recommend-content p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .recommend-card:not(.is-lead) .recommend-content {
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .recommend-card:not(.is-lead) .recommend-content strong {
    font-size: 14px;
    line-height: 1.28;
  }
}

/* Mobile recommendation list */
@media (max-width: 560px) {
  .nearby-travel-grid {
    grid-template-columns: 1fr;
  }

  .nearby-travel-card {
    grid-template-columns: 104px minmax(0, 1fr);
    padding: 9px;
  }

  .nearby-travel-head h2 {
    font-size: 20px;
  }

  .recommend-news-row {
    gap: 0;
    padding: 0 0 18px;
    border-top: 1px solid #e6ece9;
    border-bottom: 8px solid #f3f5f4;
    overflow: visible;
  }

  .recommend-card,
  .recommend-card.is-lead {
    height: auto;
    min-height: 0;
    border-radius: 0;
    border-bottom: 1px solid #e6ece9;
    background: #fff;
    box-shadow: none;
  }

  .recommend-card:last-child {
    border-bottom: 0;
  }

  .recommend-card a,
  .recommend-card.is-lead a {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    height: auto;
    min-height: 0;
    padding: 12px 0;
    color: var(--ink);
  }

  .recommend-card a::after {
    display: none;
  }

  .recommend-card img,
  .recommend-card.is-lead img {
    width: 112px;
    height: 82px;
    aspect-ratio: auto;
    border-radius: 10px;
    opacity: 1;
    object-fit: cover;
    transform: none;
  }

  .recommend-card:hover img {
    transform: none;
  }

  .recommend-content,
  .recommend-card.is-lead .recommend-content {
    position: static;
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .recommend-label {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--green);
    font-size: 11px;
    line-height: 1.2;
  }

  .recommend-content strong,
  .recommend-card.is-lead .recommend-content strong,
  .recommend-card:not(.is-lead) .recommend-content strong {
    padding: 0;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.28;
    overflow-wrap: anywhere;
    word-break: keep-all;
    -webkit-line-clamp: 2;
  }

  .recommend-content p,
  .recommend-card.is-lead .recommend-content p {
    max-width: 100%;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.38;
    -webkit-line-clamp: 2;
  }

  .recommend-content em {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.3;
  }
}
