.justify {
  text-align: justify;
}
.post_banner {
  background: url("../img/post-banner.jpg") no-repeat center / cover;
  padding: 10rem 0 26.1rem;
  margin-bottom: -20.9rem;
}
.post_banner h1 {
  font-size: 6.2rem;
  line-height: 7.9rem;
  font-weight: 700;
  color: #0f1901;
  letter-spacing: 1.3px;
  max-width: 130.8rem;
}
.post_banner .breadcrumbs {
  line-height: 3.1rem;
  min-height: 3.1rem;
  margin-top: 3rem;
}
.post_banner .breadcrumbs span {
  font-size: 2.2rem;
  font-weight: 500;
  color: rgba(33, 33, 33, 0.85);
}
.post_banner .breadcrumbs span span::before {
  content: '';
  display: inline-block;
  width: 0.6rem;
  height: 1.1rem;
  background: url("../img/icon-bread.svg") no-repeat center / contain;
  margin: 0 2.6rem 0 2.1rem;
}
.post_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.post_banner .breadcrumbs span a {
  transition: all 0.3s;
  text-decoration: underline transparent;
  color: rgba(88, 89, 86, 0.85);
}
.post_banner .breadcrumbs span a:hover {
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
.post_main {
  padding-bottom: 7.3rem;
}
.post_main .post_sidebar {
  width: 19.95055556%;
  min-width: 25rem;
  display: grid;
  gap: 2.5rem;
  position: sticky;
  top: 10rem;
  padding-top: 4.2rem;
}
.post_main .post_sidebar form {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  display: grid;
  grid-template-columns: 1fr 4.2rem;
  overflow: hidden;
}
.post_main .post_sidebar form input[type=text] {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 1.5rem 1.7rem 1.8rem;
}
.post_main .post_sidebar form input[type=text]::placeholder {
  color: #787974;
}
.post_main .post_sidebar form input[type=submit] {
  width: 100%;
  height: 100%;
  text-indent: -999px;
  background: url("../img/icon-search.svg") no-repeat center left / 47.62%;
}
.post_main .post_sidebar .slide_cate {
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  padding: 3.3rem 8.5% 5.7rem;
}
.post_main .post_sidebar .slide_cate .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #161616;
  border-bottom: 1px solid rgba(201, 201, 201, 0.17);
  position: relative;
  padding-bottom: 1.9rem;
  letter-spacing: 0.1px;
}
.post_main .post_sidebar .slide_cate .title::after {
  width: 11.18%;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  height: 2px;
  background-color: #3d8873;
}
.post_main .post_sidebar .slide_cate .list {
  margin-top: 3.2rem;
}
.post_main .post_sidebar .slide_cate li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.3rem;
}
.post_main .post_sidebar .slide_cate li:last-child {
  margin-bottom: 0;
}
.post_main .post_sidebar .slide_cate li::before {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  content: '';
  background: url("../img/arrow-nav.svg") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0.4rem;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.post_main .post_sidebar .slide_cate li.active::before,
.post_main .post_sidebar .slide_cate li:hover::before {
  filter: unset;
}
.post_main .post_sidebar .slide_cate li.active a,
.post_main .post_sidebar .slide_cate li:hover a {
  color: #3d8873;
}
.post_main .post_sidebar .slide_cate li a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #232323;
  transition: all 0.3s;
}
.post_main .post_sidebar .slide_table li a {
  font-size: 1.6rem;
}
.post_main .post_sidebar .slide_table li ul {
  margin-top: 12px;
}
.post_main .post_sidebar .slide_table li ul li {
  margin: 0;
}
.post_main .post_sidebar .slide_table li ul li + li {
  margin-top: 8px;
}
.post_main .left {
  flex: 1;
  max-width: 109rem;
}
.post_main .left .by {
  font-size: 2.1rem;
  font-weight: 600;
  color: #3d3d3d;
  text-align: right;
}
.post_main .left .img {
  width: 100%;
  border-radius: 1.8rem;
  margin-top: 1.6rem;
  min-height: 16rem;
}
.post_main .postdetail {
  border-bottom: 1px solid #cecece;
  margin-top: 6.6rem;
  padding-bottom: 11.6rem;
  font-size: 1.8rem;
  line-height: 3.4rem;
  color: #3d3d3d;
  hyphens: auto;
}
.post_main .postdetail > *:first-child {
  margin-top: 0;
}
.post_main .postdetail > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 3.5rem;
  line-height: normal;
  font-weight: 700;
  color: #000000;
  margin: 4.3rem 0 3.1rem;
  letter-spacing: 0.8px;
}
.post_main .postdetail h3 {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: 700;
  color: #000000;
  margin: 2rem 0;
}
.post_main .postdetail img {
  width: 100%;
  display: block;
  border-radius: 12px;
  margin: 2rem 0;
  object-fit: cover;
}
.post_main .postdetail a {
  color: var(--theme_color);
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  color: var(--subtheme_color);
  text-decoration-color: transparent;
}
.post_main .postdetail ul {
  margin-bottom: 4.2rem;
  margin-top: 2px;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 2.7rem;
  margin-bottom: 0.6rem;
}
.post_main .postdetail ul li:last-child {
  margin-bottom: 0;
}
.post_main .postdetail ul li::before {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  content: '';
  background-color: var(--subtheme_color);
  position: absolute;
  left: 0;
  top: 1.2rem;
  border-radius: 50%;
}
.post_main .postdetail .wp-block-columns {
  gap: 16px;
}
.post_main .tags-box {
  margin-top: 2.7rem;
}
.post_main .tags-box .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: #222222;
}
.post_main .tags-box .tags span {
  margin-right: 1rem;
}
.post_main .tags-box .tags p {
  font-size: 2rem;
  color: #808080;
  transition: all 0.3s;
  border-radius: 100px;
  border: 1px solid #d7d7d7;
  padding: 1.1rem 5.1rem;
}
.post_main .tags-box .tags p:hover {
  background-color: var(--subtheme_color);
  border-color: var(--subtheme_color);
  color: #fff;
}
.post_main .tags-box .share {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.3rem;
}
.post_main .tags-box .share .active a {
  background-color: var(--subtheme_color);
}
.post_main .tags-box .share .active a::after {
  filter: contrast(0) brightness(2);
}
.post_main .tags-box .share a {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.post_main .tags-box .share a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
.post_main .tags-box .share .facebook a::after {
  background-image: url(../img/facebook1.svg);
}
.post_main .tags-box .share .twitter a::after {
  background-image: url(../img/twitter1.svg);
}
.post_main .tags-box .share .pinterest a::after {
  background-image: url(../img/pinterest1.svg);
}
.page_blog {
  padding: 7.3rem 0 16rem;
}
/*# sourceMappingURL=post.css.map */

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}