.archive_banner,
.search_banner {
  background-color: rgba(230, 240, 250, 0.47);
  padding: 10rem 0 4rem;
}
.archive_banner .head,
.search_banner .head {
  max-width: 72rem;
}
.archive_main,
.search_main,
.related_news,
.post_show {
  background-color: rgba(230, 240, 250, 0.47);
}
.archive_main,
.search_main {
  padding: 0 0 12rem;
}
.archive_main .section_nav,
.search_main .section_nav {
  padding: 0 0 4.4rem;
}
.news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.7rem 3.4375%;
}
.news_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 2.3rem;
  overflow: hidden;
  transition: all 0.3s;
}
.news_list a:hover {
  box-shadow: 0 12px 32px rgba(32, 68, 131, 0.08);
}
.news_list a:hover img {
  transform: scale(1.03);
}
.news_list .img {
  border-radius: 2.3rem;
  padding-bottom: 66.67%;
}
.news_list .info {
  padding: 2.4rem 2.6rem 2.8rem;
  flex: 1;
}
.news_list .metas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 0.02em;
}
.news_list .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--title);
  margin-top: 1.2rem;
  letter-spacing: 0.03em;
}
.news_list .desc {
  margin-top: 1rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list .btn_line {
  margin-top: 1.8rem;
}
.archive_main p.center:has(.btn_line),
.search_main p.center:has(.btn_line),
.related_news p.center:has(.btn_line) {
  margin-top: 4.4rem;
  min-height: 5.9rem;
}
.related_news {
  padding: 0 0 12rem;
}
.related_news .head {
  margin-bottom: 4.4rem;
}
.post_show {
  padding: 3.2rem 0 10rem;
}
.post_show .breadcrumbs {
  line-height: 1.2;
  min-height: 2rem;
}
.post_show .breadcrumbs span {
  font-size: 1.4rem;
  font-weight: 600;
}
.post_show .breadcrumbs span span::before {
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #545a60;
  opacity: 0.54;
  transform: rotate(23deg);
  content: '';
  margin: 0 1.1429em 0 0.857143em;
}
.post_show .breadcrumbs span span:first-child::before {
  display: none;
}
.post_show .breadcrumbs span a {
  font-weight: 500;
  color: #545a60;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.post_show .breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.post_show .head {
  margin-top: 3.2rem;
}
.post_show .metas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 1.6rem;
}
.post_show .img {
  margin-top: 4rem;
  border-radius: 2.9rem;
  overflow: hidden;
  padding-bottom: 48%;
}
.post_show .flex {
  margin-top: 5.6rem;
}
.post_show .post_detail {
  flex: 1;
  width: 100%;
  max-width: 90rem;
}
.post_show .post_detail h2,
.post_show .post_detail h3,
.post_show .post_detail h4 {
  color: var(--title);
  font-weight: 600;
  margin: 2.4rem 0 1.2rem;
}
.post_show .post_detail p,
.post_show .post_detail li {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
}
.post_show .post_detail p + p {
  margin-top: 1.6rem;
}
.post_show .post_detail img {
  max-width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
.post_show .post_side {
  width: 32rem;
  position: sticky;
  top: 14rem;
}
.post_show .box {
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 2.8rem 2.6rem;
}
.post_show .box + .box {
  margin-top: 2rem;
}
.post_show .catalog .label {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 1.6rem;
}
.post_show .catalog li + li {
  margin-top: 1.2rem;
}
.post_show .catalog a {
  font-size: 1.6rem;
  color: var(--text);
  transition: all 0.3s;
}
.post_show .catalog li.active a,
.post_show .catalog a:hover {
  color: var(--primary);
}
.post_show .quote_card .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--title);
}
.post_show .quote_card p {
  margin-top: 1rem;
}
.post_show .quote_card .btn {
  margin-top: 2.2rem;
}
.page_show {
  background-color: #fff;
  padding-bottom: 12rem;
}
.page_show .post_detail {
  max-width: 90rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .post_show .post_side {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .archive_banner,
  .search_banner {
    padding: 60px 0 24px;
  }
  .archive_main,
  .search_main,
  .related_news {
    padding-bottom: 60px;
  }
  .archive_main .section_nav {
    padding-bottom: 24px;
  }
  .news_list {
    grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr));
    gap: 30px 16px;
  }
  .news_list .info {
    padding: 16px 16px 20px;
  }
  .news_list .title {
    font-size: 18px;
  }
  .post_show {
    padding: 20px 0 60px;
  }
  .post_show .breadcrumbs span span::before {
    margin: 0 8px 0 4px;
  }
  .post_show .head {
    margin-top: 20px;
  }
  .post_show .img {
    margin-top: 24px;
    border-radius: 12px;
  }
  .post_show .flex {
    margin-top: 32px;
  }
  .post_show .post_detail p,
  .post_show .post_detail li {
    font-size: 14px;
    line-height: 1.7;
  }
  .post_show .box {
    border-radius: 16px;
    padding: 20px;
  }
  .archive_main p.center:has(.btn_line),
  .search_main p.center:has(.btn_line) {
    margin-top: 40px;
    min-height: 44px;
  }
}
@media screen and (max-width: 576px) {
  .news_list {
    grid-template-columns: 1fr;
  }
}
