.view-page {
  background: var(--bg);
  font-family: "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.view-page main {
  padding-top: 0.3rem;
}

.view-stage {
  padding: 0.9rem 0 0;
}

.view-grid {
  display: block;
}

.article-view {
  width: min(100%, 760px);
  margin: 0 auto;
}

.view-top-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: min(100%, 650px);
  margin: 0 auto 1.15rem;
  padding: 0.8rem 1rem;
  background: linear-gradient(90deg, #8fd3ff 0%, #60b9ff 42%, #8bd2ff 100%);
  color: #0d2b48;
}

.view-top-banner__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
}

.view-top-banner__copy {
  min-width: 0;
}

.view-top-banner__copy strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.view-top-banner__copy span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.73rem;
  color: rgba(13, 43, 72, 0.86);
}

.view-top-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 34px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: #1671d9;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
}

.article-view__header {
  width: min(100%, 650px);
  margin: 0 auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.article-view__breadcrumb {
  margin-bottom: 1rem;
  color: #444;
  font-size: 0.84rem;
  line-height: 1.4;
}

.article-view__title {
  margin: 0;
  font-size: clamp(1.68rem, 2.7vw, 2.18rem);
  line-height: 1.3;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.article-view__lead {
  margin: 1rem 0 0;
  padding-left: 0.75rem;
  border-left: 4px solid #666;
  color: #8a8a8a;
  font-size: 0.88rem;
  line-height: 1.55;
}

.article-view__meta {
  margin-top: 0.85rem;
  color: #222;
  font-size: 0.8rem;
  line-height: 1.4;
}

.article-view__hero {
  width: min(100%, 760px);
  margin: 1.05rem auto 0;
}

.article-view__hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
}

.article-view__caption {
  margin: 0;
  padding: 0.35rem 0.55rem 0;
  color: #555;
  font-size: 0.74rem;
  background: #f7f7f7;
}

.article-view__summary-box {
  width: min(100%, 520px);
  margin: 1rem auto 1.6rem;
  padding: 1rem 1.2rem 1.05rem;
  border: 1px solid #f2c27c;
  border-radius: 14px;
  background: #fbc47e;
  color: #5a3909;
}

.article-view__summary-title {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.3;
}

.article-view__summary-list {
  margin: 0;
  padding-left: 1rem;
  font-size: 0.82rem;
  line-height: 1.62;
}

.article-view__summary-list li + li {
  margin-top: 0.25rem;
}

.article-view__body {
  width: min(100%, 650px);
  margin: 0 auto;
  font-size: 0.92rem;
  line-height: 1.88;
  letter-spacing: -0.015em;
}

.article-view__body p {
  margin: 0;
}

.article-view__body p + p,
.article-view__body p + h2,
.article-view__body h2 + p,
.article-view__body ul + p,
.article-view__body p + ul {
  margin-top: 1.2rem;
}

.article-view__body h2 {
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.42;
  letter-spacing: -0.03em;
}

.article-view__body ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-soft);
}

.article-view__quote {
  margin: 1.5rem 0;
  padding: 1.15rem 1.2rem;
  border-left: 4px solid var(--primary);
  background: var(--surface-soft);
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.72;
}

.article-related {
  width: min(100%, 760px);
  margin: 2.2rem auto 0;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
}

.article-related__head {
  margin-bottom: 0.75rem;
}

.article-related__title {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.3;
  font-weight: 700;
}

.article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.article-related__item a {
  display: block;
}

.article-related__item img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.article-related__item span {
  display: block;
  margin-top: 0.45rem;
  color: #222;
  font-size: 0.77rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.article-reporter {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.2rem;
  width: min(100%, 520px);
  margin: 2.2rem auto 0;
}

.article-reporter__profile {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.article-reporter__profile img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.article-reporter__meta {
  min-width: 0;
}

.article-reporter__name {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.25;
  font-weight: 700;
}

.article-reporter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin-top: 0.35rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  background: #ececec;
  color: #555;
  font-size: 0.68rem;
  font-weight: 600;
}

.article-reporter__message {
  margin: 0;
  padding: 1rem 1.5rem;
  border-radius: 18px;
  background: #fbf1df;
  color: #665646;
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: center;
}

.article-reactions {
  width: min(100%, 650px);
  margin: 1.7rem auto 0;
  text-align: center;
}

.article-reactions__title {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 700;
}

.article-reactions__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.article-reaction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222;
}

.article-reaction__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.article-reaction--recommend .article-reaction__icon,
.article-reaction--like .article-reaction__icon,
.article-reaction--sad .article-reaction__icon,
.article-reaction--angry .article-reaction__icon {
  background: linear-gradient(180deg, #f6b355 0%, #e89b34 100%);
  color: #6d3f07;
}

.article-reaction--follow .article-reaction__icon {
  background: #36b6e6;
  color: #fff;
  font-size: 1.5rem;
}

.article-reaction__label {
  font-size: 0.75rem;
  line-height: 1.35;
}

.article-reaction__count {
  color: #444;
  font-size: 0.73rem;
  line-height: 1;
}

.view-ad-stack {
  margin-top: 1.8rem;
}

.view-ad-stack .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  width: min(calc(100% - 2rem), 380px);
}

.view-ad-card {
  display: block;
  padding: 1rem 0.95rem;
  background: linear-gradient(135deg, #25124f 0%, #6544ff 55%, #3a2bad 100%);
  color: #fff;
  min-height: 158px;
}

.view-ad-card strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.35;
}

.view-ad-card span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.74rem;
  line-height: 1.45;
}

.view-original-strip {
  margin-top: 2.4rem;
}

.view-cookie-feed {
  margin-top: 1.6rem;
}

.view-cookie-feed .container {
  width: min(calc(100% - 2rem), 760px);
}

.view-cookie-feed__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  padding-top: 0.1rem;
  border-top: 1px solid #e5bd75;
}

.view-cookie-feed__brand {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding-top: 0.4rem;
}

.view-cookie-feed__icon {
  color: #f0982a;
  font-size: 1.2rem;
}

.view-cookie-feed__title {
  margin: 0;
  color: #f0982a;
  font-size: 1.38rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.view-cookie-feed__more {
  padding-top: 0.55rem;
  color: #777;
  font-size: 0.68rem;
}

.view-cookie-feed__intro {
  margin: 0 0 0.95rem;
  color: #f0982a;
  font-size: 0.8rem;
  line-height: 1.45;
}

.view-cookie-feed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.view-cookie-card {
  overflow: hidden;
  border: 1px solid #efbe72;
  border-radius: 4px;
  background: #fff;
}

.view-cookie-card__link {
  display: block;
}

.view-cookie-card__top {
  padding: 0.45rem 0.55rem 0;
}

.view-cookie-card__author,
.view-cookie-card__date,
.view-cookie-card__summary,
.view-cookie-card__headline {
  margin: 0;
}

.view-cookie-card__author {
  color: #222;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
}

.view-cookie-card__date {
  margin-top: 0.12rem;
  color: #9a9a9a;
  font-size: 0.58rem;
}

.view-cookie-card__summary {
  padding: 0.45rem 0.55rem 0.5rem;
  color: #666;
  font-size: 0.66rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view-cookie-card__media {
  position: relative;
}

.view-cookie-card__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.view-cookie-card__headline {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.55rem;
  color: #fff;
  font-size: 0.71rem;
  line-height: 1.3;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.74) 100%);
}

.view-cookie-card__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.55rem;
  color: #8d8d8d;
}

.view-cookie-card__action {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  font-size: 0.69rem;
  line-height: 1;
}

.view-cookie-card__action--like {
  padding-left: 1.15rem;
}

.view-cookie-card__action--like::before,
.view-cookie-card__action--comment::before,
.view-cookie-card__action--share::before,
.view-cookie-card__action--save::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.view-cookie-card__action--like::before {
  width: 11px;
  height: 11px;
  border: 1.4px solid currentColor;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 1px;
  transform: translateY(-55%) rotate(-45deg);
}

.view-cookie-card__action--comment,
.view-cookie-card__action--share,
.view-cookie-card__action--save {
  width: 14px;
}

.view-cookie-card__action--comment::before {
  width: 12px;
  height: 9px;
  border: 1.3px solid currentColor;
  border-radius: 999px;
}

.view-cookie-card__action--share::before {
  width: 10px;
  height: 10px;
  border-top: 1.3px solid currentColor;
  border-right: 1.3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.view-cookie-card__action--save {
  margin-left: auto;
}

.view-cookie-card__action--save::before {
  width: 9px;
  height: 11px;
  border: 1.3px solid currentColor;
  border-bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);
}

.view-mid-banner {
  margin-top: 1.55rem;
}

.view-mid-banner .container {
  width: min(calc(100% - 2rem), 760px);
  display: flex;
  justify-content: center;
}

.view-mid-banner__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  width: min(100%, 420px);
  padding: 0.45rem 0.8rem;
  background: linear-gradient(90deg, #8ed4ff 0%, #5db9ff 45%, #8ed4ff 100%);
  color: #0f3460;
}

.view-mid-banner__link span,
.view-mid-banner__link em {
  font-size: 0.62rem;
  font-style: normal;
}

.view-mid-banner__link strong {
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.view-popular-section {
  margin-top: 1.4rem;
}

.view-popular-section .container {
  width: min(calc(100% - 2rem), 760px);
}

@media (max-width: 768px) {
  .view-topline__inner {
    min-height: 38px;
    font-size: 0.72rem;
    gap: 0.45rem;
  }

  .view-stage {
    padding-top: 0.75rem;
  }

  .article-view {
    width: 100%;
  }

  .view-top-banner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0.75rem 0.85rem;
    margin-bottom: 0.9rem;
  }

  .view-top-banner__badge {
    width: 38px;
    height: 38px;
  }

  .view-top-banner__copy strong {
    font-size: 0.84rem;
  }

  .view-top-banner__copy span {
    font-size: 0.68rem;
  }

  .view-top-banner__cta {
    justify-self: start;
    min-width: 70px;
    height: 31px;
    font-size: 0.7rem;
  }

  .article-view__header {
    width: 100%;
    padding-bottom: 0.95rem;
  }

  .article-view__title {
    font-size: 1.34rem;
    line-height: 1.3;
  }

  .article-view__lead {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .article-view__meta {
    font-size: 0.72rem;
  }

  .article-view__hero {
    width: 100%;
    margin-top: 0.9rem;
  }

  .article-view__hero img {
    aspect-ratio: 1 / 0.84;
  }

  .article-view__summary-box {
    width: min(100%, 520px);
    padding: 0.9rem 0.95rem;
  }

  .article-view__summary-title {
    font-size: 0.86rem;
  }

  .article-view__summary-list {
    font-size: 0.76rem;
    line-height: 1.58;
  }

  .article-view__body {
    width: 100%;
    font-size: 0.84rem;
    line-height: 1.78;
  }

  .article-view__body h2 {
    font-size: 0.95rem;
  }

  .article-view__quote {
    padding: 0.9rem 1rem;
    font-size: 0.8rem;
    line-height: 1.62;
  }

  .article-related {
    width: 100%;
  }

  .article-related__grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .reporterInfo {
    width: 100%;
    margin-top: 2rem;
    padding: 1.45rem 0 1.25rem;
    border-top: 1px solid #d7d7d7;
    border-bottom: 2px solid #111;
  }

  .reporterInfo .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 1rem;
  }

  .reporterInfo .img {
    flex: 0 0 auto;
  }

  .reporterInfo .img img,
  .reporterInfo .img svg {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
  }

  .reporterInfo .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 1rem;
  }

  .reporterInfo .name {
    font-size: 1rem;
    line-height: 1.3;
  }

  .reporterInfo .url,
  .reporterInfo .url a {
    margin-top: 0;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 0.86rem;
    font-weight: 600;
    white-space: nowrap;
  }

  .reporterInfo .message {
    position: relative;
    flex: 0 0 calc(100% - 2rem);
    width: calc(100% - 2rem);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 1rem 1.2rem;
    border-radius: 20px;
    background: #fff0da;
    color: #111;
    font-size: 0.92rem;
    line-height: 1.55;
    text-align: left;
  }

  .reporterInfo .message::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 28px;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-bottom: 20px solid #fff0da;
    border-left: 14px solid transparent;
  }

  .article-reactions {
    width: 100%;
  }

  .article-reactions__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0.9rem;
  }

  .article-reaction__icon {
    width: 50px;
    height: 50px;
    font-size: 0.88rem;
  }

  .article-reaction--follow .article-reaction__icon {
    font-size: 1.35rem;
  }

  .view-ad-stack .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100% - 0.875rem), 380px);
  }

  .view-ad-card {
    min-height: 142px;
  }

  .view-cookie-feed .container,
  .view-mid-banner .container,
  .view-popular-section .container {
    width: min(calc(100% - 0.875rem), 760px);
  }

  .view-cookie-feed__grid {
    grid-template-columns: 1fr;
  }

  .view-cookie-feed__title {
    font-size: 1.12rem;
  }

  .view-cookie-feed__intro {
    font-size: 0.74rem;
  }

  .view-mid-banner__link {
    width: 100%;
    padding: 0.45rem 0.65rem;
  }

  .view-mid-banner__link strong {
    font-size: 0.74rem;
  }
}

.banner li {display: flex;justify-content: center;}
.banner li img {width: fit-content !important;max-width: 100% !important;cursor: pointer !important;}