.post_main {
  overflow: hidden;
  padding: 13.6rem 0 8.65rem;
}
.post_main h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 600;
  color: #000000;
  max-width: 103rem;
  margin: 0 auto;
}
.post_main .metas {
  display: inline-block;
  font-size: 1.855rem;
  color: #3d3d3d;
  margin-top: 1.6rem;
}
.post_main .img_pop {
  padding-top: 5.4rem;
  position: relative;
  margin-top: 5.6rem;
}
.post_main .img_pop::before {
  width: 100vw;
  height: 68.43%;
  background-color: var(--bg_color);
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: -1;
  transform: translateX(-50%);
}
.post_main .img {
  width: 100%;
  border-radius: 2.1rem;
}
.post_main .main {
  max-width: 103.4rem;
  margin: 5.4rem auto 0;
}
.post_main .postdetail {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #3d3d3d;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 6.2rem;
}
.post_main .postdetail > *:first-child {
  margin-top: 0;
}
.post_main .postdetail h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--title_color);
  margin: 4.2rem 0 2rem;
}
.post_main .postdetail p {
  margin: 1rem 0;
}
.post_main .postdetail img,
.post_main .postdetail video {
  width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  margin: 1rem 0;
}
.post_main .postdetail h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 2rem 0 1rem;
}
.post_main .postdetail ul {
  margin: 1rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.post_main .postdetail ul li::before {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 1rem;
  content: '';
  background-color: var(--theme_color);
  border-radius: 50%;
}
.post_main .postdetail a {
  color: var(--theme_color);
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .tags-box {
  margin-top: 2.4rem;
}
.post_main .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
  font-size: 2rem;
  color: #222222;
}
.post_main .tags span {
  margin-right: 1.7rem;
}
.post_main .tags p {
  font-size: 1.8rem;
  color: #808080;
  transition: all 0.3s;
  border-radius: 100px;
  border: 1px solid #c5c5c5;
  padding: 0.8rem 4.8rem;
}
.post_main .tags p:hover {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  color: #fff;
}
.post_main .share {
  gap: 2rem 1.8rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.3rem;
}
.post_main .share .active a {
  background-color: var(--theme_color);
}
.post_main .share .active a::after {
  filter: contrast(0) brightness(2);
}
.post_main .share a {
  opacity: 1;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.post_main .share a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.post_main .share .facebook a::after {
  background-image: url(../img/facebook1.svg);
}
.post_main .share .twitter a::after {
  background-image: url(../img/twitter1.svg);
}
.post_main .share .pinterest a::after {
  background-image: url(../img/pinterest1.svg);
}
.post_latest {
  padding: 8.65rem 0 19.8rem;
}
.post_latest .post_latest_swiper {
  overflow: hidden;
  margin-top: 3.7rem;
}
.post_latest .swiper_btns_circle {
  max-width: 163.5rem;
}
.post_latest .swiper_btns_circle div {
  width: 5.7rem;
  height: 5.7rem;
  border: 1px solid #171717;
  background-color: transparent;
}
.post_latest .swiper_btns_circle div::after {
  filter: contrast(0) brightness(0);
}
.post_latest .swiper_btns_circle div:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.post_latest .swiper_btns_circle div:hover::after {
  filter: contrast(0) brightness(2);
}
.post_latest p.center:has(.btn_line) {
  margin-top: 7.1rem;
}
/*# sourceMappingURL=post.css.map */