header {
  border-bottom: 1px solid #eee;
}
.post_main {
  padding: 9.3rem 0 6.8rem;
}
.post_main h1 {
  font-size: 6.2rem;
  line-height: 7.9rem;
  font-weight: 700;
  color: #0f1901;
  max-width: 100rem;
  margin: 0 auto;
}
.post_main .breadcrumbs {
  line-height: 3.3rem;
  min-height: 3.3rem;
  margin-top: 2.6rem;
}
.post_main .breadcrumbs span {
  font-size: 2.2rem;
  font-weight: 500;
  color: rgba(33, 33, 33, 0.85);
}
.post_main .breadcrumbs span span::before {
  content: '/';
  display: inline-block;
  margin: 0 2.25rem 0 2.5rem;
}
.post_main .breadcrumbs span span:first-child::before {
  display: none;
}
.post_main .breadcrumbs span a {
  color: rgba(88, 89, 86, 0.85);
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.post_main .breadcrumbs span a:hover {
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
.post_main .head .img {
  width: 100%;
  margin-top: 2.9rem;
}
.post_main .postdetail {
  font-size: 1.8rem;
  line-height: 3.4rem;
  color: #3d3d3d;
  margin-top: 6.9rem;
  font-weight: 500;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 5rem;
}
.post_main .postdetail > *:first-child {
  margin-top: 0;
}
.post_main .postdetail > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 3rem;
  line-height: normal;
  font-weight: 600;
  color: #000000;
  margin: 2.4rem 0;
}
.post_main .postdetail h3 {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: 600;
  color: #000;
  margin: 2rem 0;
}
.post_main .postdetail p {
  margin: 2rem 0 3rem;
}
.post_main .postdetail ul {
  margin: 2rem 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;
  content: '';
  border-radius: 50%;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.post_main .postdetail ul li + li {
  margin-top: 0.6rem;
}
.post_main .postdetail img {
  width: 100%;
  border-radius: 12px;
  margin: 2rem 0;
}
.post_main .postdetail a {
  color: var(--subtheme_color);
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail .wp-block-columns {
  gap: 16px;
}
.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 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: var(--title_color);
}
.post_main .share a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.post_main .share .facebook a::after {
  background-image: url(../img/facebook.svg);
}
.post_main .share .twitter a::after {
  background-image: url(../img/twitter.svg);
}
.post_main .share .pinterest a::after {
  background-image: url(../img/pinterest.svg);
}
.post_latest {
  padding: 4.95rem 0 13.6rem;
}
.post_latest .post_latest_swiper {
  margin-top: 2.9rem;
}
.post_latest .swiper_btns {
  top: 50.5%;
}
.post_latest p.center:has(.btn_line) {
  margin-top: 3.9rem;
}
/*# sourceMappingURL=post.css.map */