.guide-page {
  min-height: 100vh;
  padding: 125px 0 80px;
  background: #f6f8fb;
  color: #1f2542;
}

.content-page > .site-header {
  position: relative;
  top: auto;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.18) 0 5px 15px -10px;
}

.content-page main header {
  position: static;
  top: auto;
  width: auto;
  height: auto;
  z-index: auto;
  background: transparent;
  box-shadow: none;
  transition: none;
}

.content-page .guide-page {
  padding-top: 50px;
}

.content-page .sub_sc_top {
  padding-top: 45px;
}

.guide-page .inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.guide-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #687086;
  font-size: 14px;
}

.guide-breadcrumb a {
  color: inherit;
}

.guide-heading {
  margin-bottom: 36px;
}

.guide-heading h1 {
  margin-bottom: 14px;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.25;
}

.guide-heading p {
  max-width: 760px;
  color: #60697f;
  font-size: 18px;
  line-height: 1.75;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.guide-card {
  overflow: hidden;
  border: 1px solid #e3e7ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 37, 66, 0.06);
}

.guide-card a {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.guide-card img {
  width: 100%;
  height: 180px;
  padding: 22px 30px;
  border-bottom: 1px solid #edf0f5;
  background: #f8f9fc;
  object-fit: contain;
  box-sizing: border-box;
}

.guide-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.guide-card__category,
.article-category {
  margin-bottom: 10px;
  color: var(--brandColor);
  font-size: 14px;
  font-weight: 700;
}

.guide-card h2 {
  margin-bottom: 14px;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.45;
}

.guide-card p {
  margin-bottom: 18px;
  color: #60697f;
  line-height: 1.7;
}

.guide-card time {
  margin-top: auto;
  color: #8a92a5;
  font-size: 13px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 280px;
  align-items: start;
  justify-content: center;
  gap: 40px;
}

.article-document,
.article-sidebar {
  border: 1px solid #e3e7ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 37, 66, 0.06);
}

.article-document {
  padding: clamp(28px, 5vw, 56px);
}

.article-document h1 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.3;
}

.article-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 34px;
  color: #7a8295;
  font-size: 14px;
}

.article-copy {
  color: #30384d;
  font-size: 17px;
  line-height: 1.95;
}

.article-copy h2 {
  margin: 38px 0 14px;
  color: #1f2542;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
}

.article-copy p {
  margin: 0 0 20px;
}

.article-copy ul {
  margin: 0 0 24px;
  padding: 20px 24px 20px 46px;
  border-radius: 14px;
  background: #f7f9fc;
  list-style: disc;
}

.article-copy li + li {
  margin-top: 10px;
}

.article-copy b,
.article-copy strong {
  color: #1f2542;
  font-weight: 750;
}

.article-notice {
  margin-top: 36px;
  padding: 18px 20px;
  border-radius: 12px;
  background: #fff8e8;
  color: #65552c;
  font-size: 14px;
  line-height: 1.7;
}

.article-references {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid #e4e8ef;
}

.article-references h2 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
}

.article-references li {
  color: #60697f;
  line-height: 1.75;
}

.article-references li + li {
  margin-top: 8px;
}

.article-references a {
  color: var(--brandColor);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.article-pagination a {
  padding: 18px;
  border: 1px solid #e3e7ef;
  border-radius: 12px;
  background: #fff;
}

.article-pagination span,
.article-pagination strong {
  display: block;
}

.article-pagination span {
  margin-bottom: 7px;
  color: #8a92a5;
  font-size: 13px;
}

.article-pagination strong {
  color: #30384d;
  line-height: 1.5;
}

.article-sidebar {
  position: sticky;
  top: 100px;
  padding: 24px;
}

.article-sidebar h2 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 750;
}

.article-sidebar li + li {
  border-top: 1px solid #edf0f5;
}

.article-sidebar a {
  display: block;
  padding: 14px 0;
  color: #4f586e;
  font-size: 14px;
  line-height: 1.5;
}

.article-sidebar a[aria-current="page"] {
  color: var(--brandColor);
  font-weight: 700;
}

.faq-hero {
  padding: 54px 0 42px;
  background: #f6f8fb;
}

.faq-hero .inner,
.content-page .sc_qna__sub .inner {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
}

.faq-hero .eyebrow {
  margin-bottom: 10px;
  color: var(--brandColor);
  font-size: 14px;
  font-weight: 700;
}

.faq-hero h1 {
  margin-bottom: 12px;
  color: #1f2542;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 800;
  line-height: 1.3;
}

.faq-hero p:last-child {
  color: #60697f;
  font-size: 17px;
  line-height: 1.75;
}

.content-page .sc_qna__sub {
  padding: 50px 0 80px;
}

.content-page .sc_qna__sub .headline {
  margin-bottom: 28px;
  color: #1f2542;
  text-align: left;
  font-size: 26px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 586px) {
  .guide-page {
    padding: 90px 0 60px;
  }

  .content-page .guide-page {
    padding-top: 30px;
  }

  .content-page .sub_sc_top {
    padding-top: 30px;
  }

  .guide-page .inner {
    width: min(100% - 28px, 1120px);
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-card img {
    height: 160px;
    padding: 18px 26px;
  }

  .article-document {
    padding: 26px 20px;
  }

  .article-copy {
    font-size: 16px;
    line-height: 1.85;
  }

  .article-copy h2 {
    font-size: 21px;
  }

  .article-pagination {
    grid-template-columns: 1fr;
  }

  .faq-hero {
    padding: 38px 0 30px;
  }

  .faq-hero .inner,
  .content-page .sc_qna__sub .inner {
    width: min(100% - 28px, 960px);
  }
}
