.post_main {
  background: url("../img/post-bg.jpg") no-repeat center top / 100% auto;
  padding: 10.4rem 0 5.4rem;
}
.post_main .content {
  max-width: 138.4rem;
}
.post_main .head h1 {
  font-size: 6.2rem;
  line-height: 7.9rem;
  max-width: 89rem;
  margin: 0 auto;
}
.post_main .head .breadcrumbs {
  line-height: 3rem;
  min-height: 3rem;
  margin-top: 2.8rem;
}
.post_main .head .breadcrumbs span {
  font-size: 2.2rem;
  font-weight: 600;
  color: rgba(33, 33, 33, 0.85);
}
.post_main .head .breadcrumbs span span::before {
  content: '';
  width: 0.7rem;
  height: 1.1rem;
  background: url("../img/icon-bread.svg") no-repeat center / contain;
  display: inline-block;
  margin: 0 2.2rem 0 1.8rem;
}
.post_main .head .breadcrumbs span span:first-child::before {
  display: none;
}
.post_main .head .breadcrumbs span a {
  color: rgba(88, 89, 86, 0.85);
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.post_main .head .breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.post_main .head .img {
  width: 100%;
  margin-top: 2.9rem;
  border-radius: 4px;
}
.post_main .postdetail {
  margin-top: 3.1rem;
  font-size: 1.9rem;
  line-height: 3.4rem;
  color: #3d3d3d;
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 3.6rem;
  line-height: normal;
  color: var(--title);
  font-weight: 600;
  margin: 2rem 0 1.7rem;
}
.post_main .postdetail h3 {
  font-size: 2.8rem;
  line-height: normal;
  color: var(--title);
  font-weight: 500;
  margin: 1.6rem 0;
}
.post_main .postdetail a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail p {
  margin: 1rem 0 3rem;
}
.post_main .postdetail ul {
  margin: 2.1rem 0 3.3rem;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 2.7rem;
}
.post_main .postdetail ul li::before {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 1.2rem;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.post_main .postdetail ul li + li {
  margin-top: 0.6rem;
}
.post_main .postdetail img {
  display: block;
  max-width: 100%;
  border-radius: 5px;
  object-fit: cover;
  margin: 3rem auto;
}
.post_main .postdetail .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4.384%;
  margin: 5.2rem 0 5.4rem;
}
.post_main .postdetail .wp-block-columns .wp-block-column {
  flex: 1;
}
.post_main .postdetail .wp-block-columns img {
  margin: 0;
}
.post_latest {
  padding: 5.4rem 0 14.8rem;
}
.post_latest .content {
  max-width: 138.1rem;
}
.post_latest .swiper_btns_circle {
  margin-bottom: -1.3rem;
}
.post_latest .post_latest_swiper {
  overflow: hidden;
  margin-top: 3.5rem;
  padding-top: 1px;
}
.post_latest .blog_item.active a::after {
  width: 100%;
}
.post_latest .blog_item a::before {
  width: calc(100% + 19px);
}
.post_latest .blog_item:last-child a::before {
  width: 100%;
}
.post_latest .blog_item .title {
  font-weight: 600;
  hyphens: auto;
}
.post_latest p.center:has(.btn_line) {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .post_main {
    padding: 2rem 0;
  }
  .post_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
    max-width: unset;
  }
  .post_main .head .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
    margin-top: 20px;
  }
  .post_main .head .breadcrumbs span {
    font-size: 14px;
  }
  .post_main .head .breadcrumbs span span::before {
    width: 6px;
    height: 10px;
    margin: 0 10px;
  }
  .post_main .head .img {
    margin-top: 20px;
  }
  .post_main .postdetail {
    margin-top: 2rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 2rem 0 1rem;
  }
  .post_main .postdetail h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 12px 0;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail ul {
    margin: 12px 0;
  }
  .post_main .postdetail ul li {
    padding-left: 1.2rem;
  }
  .post_main .postdetail ul li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  .post_main .postdetail img {
    margin: 2rem 0;
  }
  .post_main .postdetail .wp-block-columns {
    gap: 1rem;
    margin: 2rem 0;
  }
  .post_latest {
    overflow: hidden;
    padding: 3rem 0 5rem;
  }
  .post_latest .swiper_btns_circle {
    margin: 0;
  }
  .post_latest .post_latest_swiper {
    overflow: unset;
    padding: 0;
    margin-top: 2rem;
  }
  .post_latest p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .blog_item a::before {
    width: calc(100% + 16px);
  }
}
/*# sourceMappingURL=post.css.map */