.post_banner {
  padding: 12.6rem 0 6.4rem;
  background-color: #f2f2f2;
}
.post_banner .content {
  max-width: 144rem;
}
.post_banner .breadcrumbs {
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.125em;
}
.post_banner .breadcrumbs span span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 1.4rem;
  transform: translateY(-2px) rotate(-90deg);
  background: url(../img/icon-select.svg) no-repeat center / contain;
}
.post_banner .breadcrumbs span span:last-child::after {
  display: none;
}
.post_banner .breadcrumbs a {
  transition: all 0.3s;
}
.post_banner .breadcrumbs a:hover {
  color: var(--primary);
}
.post_banner .head {
  max-width: 134rem;
  margin: 0 auto;
}
.post_banner .head h1 {
  color: var(--primary);
  font-size: 6.2rem;
  line-height: 1.2;
}
.post_banner .head p {
  color: var(--text);
  max-width: 93.6rem;
  margin: 2.6rem auto 0;
}
.post_banner .metas {
  margin-top: 3.6rem;
}
.post_banner .metas ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.post_banner .metas li {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.8rem;
}
.post_banner .metas li::after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #9aa1ad;
  margin: 0 1.8rem 0 0.8rem;
}
.post_banner .metas li:last-child::after {
  display: none;
}
.post_banner .metas .avatar {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 800;
}
.post_banner .img {
  margin-top: 6.8rem;
  border-radius: 2.4rem;
  padding-bottom: 44.444444%;
}
.post_main {
  padding: 12.4rem 0 19.8rem;
}
.post_main .con {
  max-width: 144rem;
  margin: 0 auto;
  gap: 5.138889%;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr 20.277778%;
}
.post_main .label {
  color: #6c7280;
  letter-spacing: 0.1875em;
  text-transform: uppercase;
}
.post_main .share {
  position: sticky;
  top: 120px;
}
.post_main .share .label {
  font-size: 1.3rem;
  text-align: center;
}
.post_main .share a {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #dcdee3;
  overflow: hidden;
  text-indent: -999px;
  margin-top: 1.2rem;
  transition: all 0.3s;
}
.post_main .share a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.post_main .share a:hover::after {
  filter: contrast(0) brightness(2);
}
.post_main .share a::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
  background: no-repeat center / contain;
}
.post_main .share .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
.post_main .share .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
.post_main .share .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
.post_main .share .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
.post_main .detail {
  margin-top: -6px;
  overflow: hidden;
}
.post_main .detail .content > *:first-child {
  margin-top: 0;
}
.post_main .detail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .detail .content p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 2.8rem 0;
}
.post_main .detail .content blockquote {
  margin: 3.5rem 0 8rem;
  border-left: 4px solid var(--primary);
  border-radius: 0 0.8rem 0.8rem 0;
  background-color: #f7f7f9;
  padding: 3.837953% 4.690832% 4.051173%;
}
.post_main .detail .content blockquote strong {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: 'Archivo', sans-serif;
}
.post_main .detail .content blockquote p {
  margin: 0;
}
.post_main .detail .content blockquote p + p {
  margin-top: 5px;
}
.post_main .detail .content blockquote.quote {
  margin: 7.1rem 0 8.3rem;
  padding: 0 0 0 4.264392%;
  background-color: transparent;
}
.post_main .detail .content blockquote.quote p {
  color: var(--title);
  font-style: italic;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.8rem;
}
.post_main .detail .content blockquote.quote cite {
  color: var(--text);
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.153846em;
  margin-top: 1.2rem;
  display: block;
}
.post_main .detail .content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 4.4rem 0 2.8rem;
}
.post_main .detail .content h3 {
  font-size: 2.6rem;
  margin: 3.6rem 0 2.8rem;
}
.post_main .detail .content h3 strong {
  font-weight: 700;
  color: var(--primary);
}
.post_main .detail .content ul,
.post_main .detail .content ol {
  margin: 2.8rem 0;
}
.post_main .detail .content li {
  position: relative;
  padding-left: 1.777778em;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.555556em;
  font-family: 'DM Sans', sans-serif;
}
.post_main .detail .content li + li {
  margin-top: 0.666667em;
}
.post_main .detail .content li::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
  background: url(../img/icon-gou.svg) no-repeat center / contain;
}
.post_main .detail .content img {
  max-width: 100%;
  border-radius: 2.4rem;
  margin: 1.8rem 0 4.3rem;
}
.post_main .detail .content table {
  max-width: 100%;
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1.4rem;
  border: 1px solid #ececef;
  overflow: hidden;
  margin: 2.8rem 0 4.8rem;
  table-layout: unset;
}
.post_main .detail .content table tr:first-child td,
.post_main .detail .content table tr:first-child th {
  background-color: #f7f7f9;
  font-weight: 700;
  letter-spacing: 0.125em;
  font-family: 'Archivo', sans-serif;
}
.post_main .detail .content table td,
.post_main .detail .content table th {
  padding: 2rem;
  border: none;
  border-bottom: 1px solid #ececef;
}
.post_main .detail .content table td {
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
.post_main .detail .content table tr:last-child td,
.post_main .detail .content table tr:last-child th {
  border-bottom: none;
}
.post_main .detail :where(figure) {
  margin: 0;
}
.post_main .tags {
  padding-top: 2.5rem;
  margin-top: 8.4rem;
  border-top: 1px solid #ececef;
}
.post_main .tags ul {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.post_main .tags li {
  color: #2a2e3a;
  padding: 0.8rem 2.3rem;
  font-weight: normal;
  border-radius: 100px;
  border: 1px solid #ececef;
  transition: all 0.3s;
}
.post_main .tags li:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.post_main .summary {
  position: sticky;
  top: 120px;
  padding-left: 3rem;
  border-left: 1px solid #ececef;
}
.post_main .summary .label {
  margin-bottom: 3.6rem;
}
.post_main .summary li + li {
  margin-top: 2.4rem;
}
.post_main .summary .active a {
  color: var(--primary);
  border-color: var(--primary);
}
.post_main .summary .active a span {
  font-weight: 600;
  color: var(--title);
}
.post_main .summary a {
  color: #9aa1ad;
  font-size: 1.8rem;
  transition: all 0.3s;
  border-left: 2px solid transparent;
  padding-left: 1.2rem;
  display: block;
}
.post_main .summary a span {
  color: #6b7280;
  font-weight: normal;
  transition: all 0.3s;
  padding-left: 1rem;
}
.post_main + .section_news {
  padding-top: 0;
}
.section_news {
  padding: 11.4rem 0;
}
.section_news .swiper_box {
  margin-top: 4.7rem;
}
@media screen and (max-width: 768px) {
  .post_banner {
    padding: 30px 0;
  }
  .post_banner .breadcrumbs {
    font-size: 14px;
  }
  .post_banner .breadcrumbs span span::after {
    margin: 0 8px;
  }
  .post_banner .head h1 {
    font-size: 22px;
  }
  .post_banner .head p {
    margin-top: 12px;
  }
  .post_banner .metas {
    margin-top: 20px;
  }
  .post_banner .metas .avatar {
    width: 40px;
    height: 40px;
  }
  .post_banner .metas li {
    gap: 8px;
    font-size: 14px;
  }
  .post_banner .metas li::after {
    width: 4px;
    height: 4px;
    margin: 0 8px 0 0;
  }
  .post_banner .img {
    margin-top: 20px;
    border-radius: 15px;
  }
  .post_main {
    padding: 50px 0 100px;
  }
  .post_main .con {
    gap: 15px;
  }
  .post_main .share .label {
    font-size: 12px;
  }
  .post_main .share a {
    width: 42px;
    height: 42px;
  }
  .post_main .share a::after {
    width: 50%;
    height: 50%;
  }
  .post_main .detail .content p {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0;
  }
  .post_main .detail .content blockquote {
    padding: 15px;
    margin: 20px 0;
  }
  .post_main .detail .content blockquote.quote {
    margin: 30px 0;
  }
  .post_main .detail .content blockquote.quote p {
    font-size: 16px;
    line-height: 1.5;
  }
  .post_main .detail .content blockquote strong {
    font-size: 16px;
  }
  .post_main .detail .content h2 {
    font-size: 20px;
    margin: 30px 0 10px;
  }
  .post_main .detail .content h3 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .post_main .detail .content ul {
    margin: 20px 0;
  }
  .post_main .detail .content li {
    font-size: 14px;
  }
  .post_main .detail .content img {
    margin: 10px 0;
    border-radius: 15px;
  }
  .post_main .detail .content table {
    margin: 10px 0;
    border-radius: 10px;
    font-size: 13px;
    display: block;
    overflow: auto;
  }
  .post_main .detail .content table tr:first-child td,
  .post_main .detail .content table tr:first-child th {
    white-space: nowrap;
  }
  .post_main .detail .content table td,
  .post_main .detail .content table th {
    padding: 10px;
  }
  .post_main .tags {
    margin-top: 30px;
    padding-top: 20px;
  }
  .post_main .summary {
    padding-left: 15px;
  }
  .post_main .summary .label {
    margin-bottom: 20px;
  }
  .post_main .summary li + li {
    margin-top: 12px;
  }
  .post_main .summary a {
    font-size: 14px;
    padding-left: 8px;
  }
  .post_main .summary a span {
    padding-left: 6px;
  }
  .section_news {
    padding: 50px 0;
  }
  .section_news .swiper_box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .post_main .con {
    grid-template-columns: 1fr;
  }
  .post_main .share {
    order: 3;
    position: static;
    margin-top: 30px;
  }
  .post_main .share .label {
    text-align: left;
  }
  .post_main .share ul {
    gap: 0 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .post_main .summary {
    order: 2;
    position: static;
    padding-left: 0;
    border-left: none;
    margin-top: 50px;
  }
}
