.page_breadcrumbs .content,
.post_main .content,
.post_related .content {
  max-width: 136rem;
}
.post_main {
  padding: 8.1rem 0 9.1rem;
}
.post_main .lt {
  flex: 1;
  width: 100%;
  max-width: 98rem;
}
.post_main .lt .share_wrap {
  text-align: center;
  margin-top: 5.3rem;
}
.post_main .lt .share_wrap strong {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--title);
}
.post_main .lt .share_wrap .share {
  justify-content: center;
  margin-top: 1.9rem;
}
.post_main .head .cat {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--title);
  margin-bottom: 0.9rem;
}
.post_main .head h1 {
  hyphens: auto;
  max-width: 85rem;
}
.post_main .head .date {
  font-size: 2.4rem;
  color: #eb3a48;
  margin-top: 2.8rem;
}
.post_main .head .img {
  border-radius: 1rem;
  padding-bottom: 60.81632653%;
  margin-top: 3.7rem;
}
.post_main .postdetail {
  line-height: 1.75;
  margin-top: 6.5rem;
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 8.1rem 0 2.3rem;
}
.post_main .postdetail h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 2rem 0;
}
.post_main .postdetail p {
  margin: 2.3rem 0 2.8rem;
}
.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;
  border-radius: 1rem;
  object-fit: cover;
  margin: 4.6rem 0;
}
.post_main .postdetail ul {
  margin: 3rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 2rem;
}
.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 nav.pagination {
  margin-top: 6.5rem;
  background-color: #ececec;
}
.post_main nav.pagination .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.post_main nav.pagination .nav_btn {
  display: block;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--title);
  transition: all 0.3s;
  padding: 1.7rem 2.1rem 2.8rem 2.4rem;
}
.post_main nav.pagination .nav_btn:hover {
  color: var(--primary);
}
.post_main nav.pagination .nav_btn:hover strong::before {
  filter: unset;
}
.post_main nav.pagination .nav_btn:hover p {
  text-decoration-color: var(--primary);
}
.post_main nav.pagination .nav_btn strong {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.post_main nav.pagination .nav_btn strong::before {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  content: '';
  flex-shrink: 0;
  background: url("../img/arrow.png") no-repeat center left / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.post_main nav.pagination .nav_btn p {
  text-decoration: underline transparent;
  transition: text-decoration-color 0.3s;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post_main nav.pagination .nav_next {
  text-align: right;
}
.post_main nav.pagination .nav_next strong {
  flex-direction: row-reverse;
}
.post_main nav.pagination .nav_next strong::before {
  transform: rotate(180deg);
}
.post_main .post_sidebar {
  width: 32.6rem;
  padding-top: 9.2rem;
  position: sticky;
  top: 3rem;
}
.post_main .post_sidebar .pt_title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--title);
}
.post_main .post_sidebar .pt_share .share {
  margin-top: 1.2rem;
}
.post_main .post_sidebar .pd_box {
  border-radius: 1rem;
  border: 1px solid #d9d7d6;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  padding: 3.2rem 1.8rem 3.5rem 3.5rem;
  margin-top: 2.4rem;
}
.post_main .post_sidebar .pd_box .pt_title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #d9d7d6;
  line-height: normal;
  padding-bottom: 1.4rem;
  letter-spacing: 0.02rem;
}
.post_main .post_sidebar .pd_box .pt_title::before {
  width: 1.1rem;
  height: 2.3rem;
  content: '';
  display: block;
  flex-shrink: 0;
  background-color: #eb3a48;
  margin-left: -1px;
  margin-bottom: 1px;
}
.post_main .post_sidebar .post_menu {
  margin-top: 2.5rem;
  padding: 0 0.9rem 0.8rem;
}
.post_main .post_sidebar .post_menu li + li {
  margin-top: 2.5rem;
}
.post_main .post_sidebar .post_menu .sub {
  margin-top: 0.7rem;
}
.post_main .post_sidebar .post_menu .sub a {
  color: #666666;
  font-weight: 400;
}
.post_main .post_sidebar .post_menu .sub.bold a {
  font-weight: 700;
  color: var(--text);
}
.post_main .post_sidebar .post_menu li > a {
  font-weight: 700;
  vertical-align: top;
  transition: all 0.3s;
}
.post_main .post_sidebar .post_menu li > a:hover {
  color: #eb3a48;
}
.post_main .post_sidebar .post_menu li.active a {
  color: #eb3a48;
}
.post_main .post_sidebar .cat_lis {
  margin-top: 2.5rem;
  padding-left: 0.3rem;
  padding-right: 0.7rem;
}
.post_main .post_sidebar .cat_lis li + li {
  margin-top: 2.2rem;
}
.post_main .post_sidebar .cat_lis li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  gap: 1rem;
}
.post_main .post_sidebar .cat_lis li > a::after {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/arrow.png") no-repeat center right / contain;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
  transform: rotate(180deg);
}
.post_main .post_sidebar .cat_lis li > a:hover {
  color: var(--primary);
}
.post_main .post_sidebar .cat_lis li > a:hover::after {
  filter: unset;
}
.post_main .post_sidebar .new_lis {
  margin-top: 3.9rem;
  padding-bottom: 1px;
}
.post_main .post_sidebar .new_lis li + li {
  margin-top: 2.4rem;
}
.post_main .post_sidebar .new_lis a:hover .title {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.post_main .post_sidebar .new_lis .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
  text-decoration: underline transparent;
  max-width: 26.5rem;
}
.post_main .post_sidebar .new_lis .date {
  color: #eb3a48;
  font-weight: 400;
  margin-top: 1rem;
}
.post_main .post_sidebar .pd_lis {
  margin-top: 3rem;
  font-size: 1.8rem;
  padding: 1px 0.9rem 0.3rem 0.4rem;
}
.post_main .post_sidebar .pd_lis li + li {
  margin-top: 2.25rem;
}
.post_related {
  padding: 9rem 0 7.9rem;
}
.post_related .head h2 {
  font-size: 4.8rem;
  color: var(--text);
}
.post_related .post_related_swiper {
  overflow: hidden;
  margin-top: 5rem;
}
.post_related .post_related_swiper .swiper-slide {
  max-width: 425px;
}
.post_related .blog_list .desc {
  margin-top: 2.3rem;
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .post_related .head h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .post_main {
    padding: 30px 0 50px;
  }
  .post_main .lt .share_wrap {
    margin-top: 30px;
  }
  .post_main .lt .share_wrap strong {
    font-size: 16px;
  }
  .post_main .lt .share_wrap .share {
    margin-top: 14px;
  }
  .post_main .head .cat {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .post_main .head h1 {
    font-size: 22px;
  }
  .post_main .head .date {
    font-size: 14px;
    margin-top: 12px;
  }
  .post_main .head .img {
    margin-top: 20px;
  }
  .post_main .postdetail {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    margin: 30px 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 img {
    border-radius: 10px;
    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: 25px;
  }
  .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: 25px;
  }
  .post_main nav.pagination {
    margin-top: 30px;
  }
  .post_main nav.pagination .nav_btn {
    font-size: 13px;
    padding: 14px;
  }
  .post_main nav.pagination .nav_btn strong {
    gap: 5px;
  }
  .post_main nav.pagination .nav_btn strong::before {
    width: 10px;
    height: 10px;
  }
  .post_main nav.pagination .nav_btn p {
    margin-top: 5px;
  }
  .post_main .post_sidebar {
    width: 100%;
    position: static;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .post_main .post_sidebar .pt_title {
    font-size: 16px;
  }
  .post_main .post_sidebar .pt_share {
    display: none;
  }
  .post_main .post_sidebar .pd_box {
    padding: 20px;
    font-size: 14px;
    margin: 0;
  }
  .post_main .post_sidebar .pd_box .pt_title {
    padding-bottom: 10px;
    letter-spacing: unset;
    gap: 10px;
  }
  .post_main .post_sidebar .pd_box .pt_title::before {
    width: 6px;
    height: 20px;
  }
  .post_main .post_sidebar .post_menu {
    margin-top: 12px;
    padding: 0;
  }
  .post_main .post_sidebar .post_menu li + li {
    margin-top: 16px;
  }
  .post_main .post_sidebar .post_menu .sub {
    margin-top: 10px;
  }
  .post_main .post_sidebar .pt_cat {
    order: 3;
  }
  .post_main .post_sidebar .cat_lis {
    margin-top: 12px;
    padding: 0;
    font-size: 14px;
  }
  .post_main .post_sidebar .cat_lis li + li {
    margin-top: 16px;
  }
  .post_main .post_sidebar .cat_lis li > a::after {
    width: 10px;
    height: 10px;
  }
  .post_main .post_sidebar .new_lis {
    margin-top: 12px;
  }
  .post_main .post_sidebar .new_lis li + li {
    margin-top: 16px;
  }
  .post_main .post_sidebar .new_lis .date {
    margin-top: 5px;
  }
  .post_related {
    padding: 50px 0;
    overflow: hidden;
  }
  .post_related .head h2 {
    font-size: 22px;
  }
  .post_related .post_related_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .post_related .post_related_swiper .swiper-slide {
    max-width: 282px;
  }
  .post_related .swiper_btns.middle {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .post_main .post_sidebar {
    grid-template-columns: 1fr;
  }
  .post_main .post_sidebar .pt_cat {
    order: unset;
  }
}
