.post_banner {
  background-color: var(--secondary);
}
.post_banner .flex {
  min-height: 60rem;
  padding: 10rem 0;
}
.post_banner .head {
  max-width: 102.4rem;
  margin: 0 auto;
  padding-top: 2%;
}
.post_banner .head h1 {
  font-size: 4.8rem;
  line-height: 1.3125;
}
.post_banner .breadcrumbs {
  min-height: 3.4rem;
}
.post_banner .breadcrumbs span span::before {
  margin-right: 0.6rem;
}
.post_banner .metas {
  margin-top: 4.4rem;
}
.post_banner .metas ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.773rem;
  color: #94a3b8;
  text-align: left;
  gap: 2rem 3.9rem;
}
.post_banner .metas li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.post_banner .metas li .icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.post_banner .metas .author {
  gap: 1.6rem;
}
.post_banner .metas .author .icon {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
}
.post_banner .metas .author strong {
  font-size: 1.909rem;
  font-weight: 600;
  color: #fff;
}
.post_banner .metas .author p {
  font-size: 1.636rem;
  line-height: normal;
  color: #64748b;
  margin-top: -1px;
  margin-bottom: 1px;
  letter-spacing: 0.015rem;
}
.post_banner .metas .author::after {
  display: block;
  width: 1px;
  height: 4.4rem;
  content: '';
  background-color: #fff;
  margin: 0 -0.5rem 0 2.15rem;
  opacity: 0.1;
}
.post_main {
  padding: 0 0 15.6rem;
}
.post_main .post_img {
  z-index: 2;
  max-width: 124rem;
  --h: 50%;
  border-radius: 1.6rem;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.14);
  margin: -4.1rem auto 0;
}
.post_main .postdetail {
  font-size: 1.7rem;
  line-height: 1.70588235;
  color: var(--text);
  max-width: 102.4rem;
  margin: 6.3rem auto 0;
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #1e293b;
  margin: 5.5rem 0 1.3rem;
}
.post_main .postdetail h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1e293b;
  margin: 2rem 0;
}
.post_main .postdetail p {
  hyphens: auto;
  margin: 1.3rem 0;
}
.post_main .postdetail p + p {
  margin-top: 2.9rem;
}
.post_main .postdetail p + p:has(strong) {
  margin-top: 1.5rem;
}
.post_main .postdetail p:has(strong) + p:has(strong) {
  margin-top: 1.5rem;
}
.post_main .postdetail a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.8rem;
  margin: 6.6rem 0 6.3rem;
}
.post_main .postdetail strong {
  font-weight: 700;
}
.post_main .postdetail ul {
  margin: 3rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 2.5rem;
}
.post_main .postdetail ul li::before {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 1rem;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.post_main .postdetail ul li + li {
  margin-top: 1rem;
}
.post_main .postdetail ol {
  counter-reset: num;
  margin: 3rem 0;
}
.post_main .postdetail ol li {
  position: relative;
  padding-left: 1.3em;
}
.post_main .postdetail ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: num;
  content: counter(num) '.';
}
.post_main .postdetail ol li + li {
  margin-top: 1rem;
}
.post_main .postdetail .wp-block-columns {
  gap: 16px;
}
.post_main .postdetail .wp-block-quote {
  background-color: #eef5ff;
  border-left: 0.4rem solid var(--primary);
  border-radius: 0 2rem 2rem 0;
  padding: 3.8rem 3.6rem 4.2rem;
  margin: 6.1rem 0 6.3rem;
}
.post_main .postdetail .wp-block-quote p {
  font-size: 1.965rem;
  line-height: 1.8;
  font-weight: 500;
  color: var(--primary);
  max-width: 81rem;
  margin: 0;
}
.post_main .postdetail .wp-block-quote cite {
  font-size: 1.502rem;
  font-weight: 600;
  color: #64748b;
  font-style: normal;
  display: block;
  margin-top: 0.9rem;
}
.post_main .tags-box {
  border-top: 1px solid var(--border);
  max-width: 102.4rem;
  padding-top: 3.1rem;
  margin: 5.5rem auto 0;
}
.post_main .tags-box .label {
  font-size: 1.581rem;
  font-weight: 600;
  color: #1e293b;
}
.post_main .tags-box .tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.1rem;
}
.post_main .tags-box .tags span {
  margin-right: 1px;
  margin-top: 0.4rem;
}
.post_main .tags-box .tags p {
  font-size: 1.355rem;
  font-weight: 600;
  color: #475569;
  transition: all 0.3s;
  border-radius: 2rem;
  background-color: #f1f5f9;
  padding: 0.5rem 1.6rem 0.8rem;
}
.post_main .tags-box .tags p:hover {
  background-color: var(--primary);
  color: #fff;
}
.post_main .tags-box .share {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2.7rem;
}
.post_main .tags-box .share span {
  margin-bottom: 2px;
}
.post_main .tags-box .share ul {
  display: flex;
  gap: 1.4rem;
}
.post_main .tags-box .share li {
  position: relative;
}
.post_main .tags-box .share a {
  opacity: 1;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 1rem;
  background-color: #f1f5f9;
}
.post_main .tags-box .share a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 45.8333%;
  transition: all 0.3s;
}
.post_main .tags-box .share a:hover {
  background-color: var(--primary);
}
.post_main .tags-box .share a:hover::after {
  filter: contrast(0) brightness(2);
}
.post_main .tags-box .share .facebook a::after {
  background-image: url(../img/share-facebook.svg);
}
.post_main .tags-box .share .twitter a::after {
  background-image: url(../img/share-twitter.svg);
}
.post_main .tags-box .share .link a::after {
  background-image: url(../img/share-link.svg);
}
.post_main .tags-box .share .linkedin a::after {
  background-image: url(../img/share-linkedin.svg);
}
.post_main .tags-box .share .link .tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  margin-bottom: 0.5rem;
}
.post_main .tags-box .share .link .tooltip.show {
  opacity: 1;
}
.post_related {
  background-color: var(--bg);
  padding: 11.8rem 0 10.8rem;
}
.post_related .post_related_swiper {
  margin-top: 2.5rem;
}
.post_related .post_related_swiper .swiper-slide {
  max-width: 457px;
}
@media screen and (max-width: 768px) {
  .post_banner .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .post_banner .breadcrumbs {
    min-height: 30px;
  }
  .post_banner .breadcrumbs span span::before {
    margin: 0 10px;
  }
  .post_banner .head {
    padding: 0;
  }
  .post_banner .head h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  .post_banner .metas {
    margin-top: 20px;
  }
  .post_banner .metas ul {
    font-size: 14px;
    gap: 20px;
  }
  .post_banner .metas li {
    gap: 10px;
  }
  .post_banner .metas li .icon {
    width: 18px;
    height: 18px;
  }
  .post_banner .metas .author {
    gap: 12px;
  }
  .post_banner .metas .author .icon {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .post_banner .metas .author::after {
    height: 30px;
    margin: 0 0 0 10px;
  }
  .post_banner .metas .author strong {
    font-size: 16px;
  }
  .post_banner .metas .author p {
    font-size: 13px;
    letter-spacing: unset;
    margin: 0;
  }
  .post_main {
    padding: 30px 0 50px;
  }
  .post_main .post_img {
    margin: 0 auto 0;
    border-radius: 10px;
  }
  .post_main .postdetail {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    margin: 20px 0 14px;
    letter-spacing: unset;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    margin: 14px 0;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail p + p {
    margin-top: 10px;
  }
  .post_main .postdetail p + p:has(strong) {
    margin-top: 10px;
  }
  .post_main .postdetail p p:has(strong) + p:has(strong) {
    margin-top: 10px;
  }
  .post_main .postdetail img {
    margin: 30px 0;
  }
  .post_main .postdetail ul {
    margin: 14px 0;
  }
  .post_main .postdetail ul li + li {
    margin-top: 10px;
  }
  .post_main .postdetail ul li {
    padding-left: 20px;
  }
  .post_main .postdetail ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .post_main .postdetail ol {
    margin: 14px 0;
  }
  .post_main .postdetail ol li + li {
    margin-top: 10px;
  }
  .post_main .postdetail ol li {
    padding-left: 20px;
  }
  .post_main .postdetail .wp-block-quote {
    padding: 20px;
    margin: 30px 0;
    border-left-width: 2px;
  }
  .post_main .postdetail .wp-block-quote p {
    font-size: 16px;
    line-height: 1.5;
  }
  .post_main .postdetail .wp-block-quote .cite {
    font-size: 14px;
    margin-top: 10px;
  }
  .post_main .tags-box {
    padding-top: 20px;
    margin-top: 30px;
  }
  .post_main .tags-box .label {
    font-size: 16px;
  }
  .post_main .tags-box .tags {
    gap: 10px;
  }
  .post_main .tags-box .tags span {
    margin-top: 6px;
    margin-right: 6px;
  }
  .post_main .tags-box .tags p {
    font-size: 14px;
    padding: 6px 14px;
  }
  .post_main .tags-box .share {
    gap: 16px;
    margin-top: 20px;
  }
  .post_main .tags-box .share span {
    margin: 0;
  }
  .post_main .tags-box .share ul {
    gap: 16px;
  }
  .post_main .tags-box .share a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  .post_related {
    padding: 50px 0;
    overflow: hidden;
  }
  .post_related .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .post_related .post_related_swiper {
    margin-top: 30px;
  }
  .post_related .post_related_swiper .swiper-slide {
    max-width: 282px;
  }
  .post_related .swiper_btns.middle {
    display: none;
  }
}
