.post_banner {
  background: url("../img/post-banner.jpg") no-repeat center / cover;
  padding: 2.2rem 0 4.2rem;
}
.post_banner h1 {
  font-size: 5.5rem;
  line-height: 7.4rem;
  font-weight: 700;
  max-width: 132.1rem;
  margin-top: 3.4rem;
}
.post_banner .metas {
  margin-top: 3.3rem;
}
.post_banner .metas ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 7%;
}
.post_banner .metas li {
  color: var(--content_color);
  display: inline-grid;
  grid-template-columns: 2.2rem auto;
  align-items: center;
  gap: 1.1rem;
  font-size: 2rem;
  font-weight: 600;
}
.post_banner .metas li::before {
  width: 100%;
  padding-bottom: 100%;
  display: inline-block;
  content: '';
  background: no-repeat center / contain;
}
.post_banner .metas .date::before {
  background-image: url("../img/icon-caledery.svg");
}
.post_banner .metas .cat::before {
  background-image: url("../img/icon-menu.svg");
  background-size: 90.91%;
}
.post_main {
  padding: 1.3rem 0 7.3rem;
}
.post_main .inner {
  max-width: 129rem;
}
.post_main .left {
  width: 19.07%;
  min-width: 20rem;
  padding-top: 3.5rem;
  position: sticky;
  top: 9rem;
}
.post_main .left .slide_obj {
  margin-bottom: 6.3rem;
}
.post_main .left .slide_obj:last-child {
  margin-bottom: 0;
}
.post_main .left .slide_obj strong {
  position: relative;
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  color: #19191e;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cecece;
}
.post_main .left .slide_obj strong::before {
  width: 18.11024%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: var(--theme_color);
  content: '';
}
.post_main .left .category_list {
  margin-top: 3.4rem;
}
.post_main .left .category_list li {
  margin-bottom: 1.7rem;
}
.post_main .left .category_list li.active a,
.post_main .left .category_list li:hover a {
  color: var(--theme_color);
}
.post_main .left .category_list li.active a::before,
.post_main .left .category_list li:hover a::before {
  filter: unset;
}
.post_main .left .category_list li:last-child {
  margin-bottom: 0;
}
.post_main .left .category_list a {
  position: relative;
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  color: #4c4c4c;
  transition: all 0.3s;
  padding-left: 3.3rem;
}
.post_main .left .category_list a::before {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-red.svg") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0.5rem;
  filter: contrast(0) brightness(1);
  transition: all 0.3s;
}
.post_main .left .tags {
  margin-top: 2.7rem;
}
.post_main .left .tags > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 2rem;
}
.post_main .left .tags p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4c4c4c;
  border-radius: 4px;
  border: 1px solid #cecece;
  transition: all 0.3s;
  padding: 1.1rem 1.8rem;
}
.post_main .left .tags p:hover {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  color: #fff;
}
.post_main .postdetail {
  flex: 1;
  max-width: 99.2rem;
}
.post_main .postdetail > *:first-child {
  margin-top: 0;
}
.post_main .postdetail h2 {
  font-size: 3.4rem;
  line-height: 5.3rem;
  font-weight: 600;
  margin: 2.4rem 0 2.8rem;
}
.post_main .postdetail h3 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  margin: 1rem 0 0.9rem;
}
.post_main .postdetail p {
  font-size: 2rem;
  line-height: 3.3rem;
  color: var(--content_color);
  margin: 0.9rem 0 2.5rem;
}
.post_main .postdetail hr {
  color: var(--content_color);
  opacity: 0.24;
  margin-top: 3rem;
}
.post_main .postdetail a {
  color: var(--theme_color);
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail img {
  width: 100%;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  margin: 3.4rem 0 3.3rem;
}
.post_main .postdetail ul {
  margin: 2.9rem 0;
}
.post_main .postdetail ul li {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--content_color);
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.6rem;
}
.post_main .postdetail ul li:last-child {
  margin-bottom: 0;
}
.post_main .postdetail ul li::before {
  position: absolute;
  left: 0;
  top: 0.9rem;
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/li-red.svg") no-repeat center / contain;
}
#share {
  position: fixed;
  bottom: 30.6vh;
  right: 17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.1rem;
  z-index: 990;
}
#share strong {
  font-size: 2.2rem;
  font-weight: 700;
  color: #19191e;
  display: block;
  text-align: center;
}
#share .social {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
#share .social .active a {
  background-color: var(--theme_color);
}
#share .social .active a::after {
  filter: contrast(0) brightness(2);
}
#share .social a {
  display: block;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  background-color: #efefef;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
#share .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
}
#share .social a:hover {
  transform: scale(1.1);
}
#share .social .facebook a::after {
  background-image: url(../img/facebook1.svg);
}
#share .social .twitter a::after {
  background-image: url(../img/twitter1.svg);
}
#share .social .linkedin a::after {
  background-image: url(../img/linkedin1.svg);
}
.post_continue {
  padding: 6rem 0 16.1rem;
}
.post_continue .inner {
  max-width: 157.8rem;
}
.post_continue .post_continue_swiper {
  overflow: hidden;
  margin-top: 4.2rem;
}
.post_continue .swiper_btns {
  width: calc(100% + 4rem);
}
