.post_main {
  padding: 21.7rem 0 5rem;
}
.post_main .head h1 {
  font-size: 4.6rem;
  line-height: 1.217391;
  letter-spacing: unset;
  max-width: 93.7rem;
}
.post_main .head .metas {
  margin-top: 2.3rem;
}
.post_main .head .metas ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 3.8rem;
}
.post_main .head .metas li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  font-size: 1.847rem;
  font-weight: 500;
  gap: 1.1rem;
}
.post_main .head .metas li::before {
  padding-bottom: 100%;
  display: block;
  content: '';
  background: no-repeat center / contain;
  margin-top: -1px;
}
.post_main .head .metas .date::before {
  background-image: url("../img/post-icon1.svg");
}
.post_main .head .metas .cat::before {
  background-image: url("../img/post-icon2.svg");
}
.post_main .head .img {
  border-radius: 1.1rem;
  padding-bottom: 43.05555556%;
  margin-top: 5.9rem;
}
.post_main .flex {
  margin-top: 7.1rem;
}
.post_main .flex .lt {
  flex: 1;
  width: 100%;
  max-width: 96.6rem;
}
.post_main .postdetail {
  font-size: 1.8rem;
  line-height: 1.6666667;
  color: rgba(255, 255, 255, 0.74);
  hyphens: auto;
  font-weight: 300;
  letter-spacing: 0.0155rem;
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 2.8rem;
  line-height: 1.35714286;
  color: #fff;
  margin: 6.2rem 0 3.2rem;
  font-weight: 600;
  letter-spacing: 0.024rem;
}
.post_main .postdetail h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin: 2rem 0;
}
.post_main .postdetail p {
  margin: 3rem 0;
}
.post_main .postdetail a:not(.btn) {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:not(.btn):hover {
  text-decoration-color: transparent;
}
.post_main .postdetail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 4rem 0;
}
.post_main .postdetail ul {
  margin: 3rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 2.9rem;
}
.post_main .postdetail ul li::before {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 1.2rem;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.post_main .postdetail ul li + li {
  margin-top: 1rem;
}
.post_main .postdetail .wp-block-columns {
  gap: 16px;
}
.post_main .postdetail .wp-block-quote {
  display: grid;
  align-items: start;
  grid-template-columns: 5.1rem 1fr;
  gap: 2rem 3.1rem;
  margin: 3rem 0;
}
.post_main .postdetail .wp-block-quote::before {
  padding-bottom: 100%;
  display: block;
  background: url("../img/icon-quote.svg") no-repeat center / contain;
  margin-top: 1px;
  content: '';
}
.post_main .postdetail .wp-block-quote p {
  font-size: 1.9rem;
  line-height: 3rem;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.post_main .postdetail .pd_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  border-radius: 1.6rem;
  background-color: var(--bg_w2);
  padding: 4.8rem 0;
  margin: 6.6rem 0 9.6rem;
}
.post_main .postdetail .pd_box:hover img {
  transform: scale(1.02);
}
.post_main .postdetail .pd_box .wp-block-column:has(img) {
  width: 49.793%;
  position: relative;
  margin-bottom: -9.6rem;
}
.post_main .postdetail .pd_box .wp-block-column:has(img)::after {
  padding-bottom: 100%;
  display: block;
  content: '';
}
.post_main .postdetail .pd_box .wp-block-column:has(img)::before {
  width: 27%;
  padding-bottom: 27%;
  position: absolute;
  right: 0;
  top: 10%;
  content: '';
  background-color: #68c8f1;
}
.post_main .postdetail .pd_box .wp-block-column:has(img) img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  margin: 0;
  transition: all 0.5s;
}
.post_main .postdetail .pd_box .wp-block-column:has(.syedittext) {
  flex: 1;
  width: 100%;
  max-width: 44.9rem;
  padding: 2.3rem 0 2rem 4.7rem;
}
.post_main .postdetail .pd_box .wp-block-column:has(.syedittext) .title {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: unset;
  line-height: normal;
  text-transform: uppercase;
}
.post_main .postdetail .pd_box .wp-block-column:has(.syedittext) .cat {
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--title);
  letter-spacing: unset;
  line-height: normal;
  margin-top: -1px;
}
.post_main .postdetail .pd_box .wp-block-column:has(.syedittext) .desc {
  font-weight: 400;
  color: #666666;
  letter-spacing: unset;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 3rem;
}
.post_main .postdetail .pd_box .wp-block-column:has(.syedittext) .btn {
  margin-top: 3.4rem;
}
.post_main .post_pagination {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3rem;
  margin-top: 6.6rem;
}
.post_main .post_pagination .pg_nav {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.6rem;
  background-color: var(--bg);
  border: 1px solid var(--border2);
  gap: 1.5rem;
  padding: 2.2rem 2rem 2.5rem;
}
.post_main .post_pagination .pg_nav:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.post_main .post_pagination .pg_nav i {
  display: block;
  content: '';
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/pg-nav-w.svg") no-repeat center / contain;
}
.post_main .post_pagination .pg_nav .syedittext {
  padding-left: 0.4rem;
}
.post_main .post_pagination .pg_nav .label {
  opacity: 0.74;
  font-weight: 300;
  letter-spacing: 0.018rem;
}
.post_main .post_pagination .pg_nav .title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-top: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 500;
  letter-spacing: 0.032rem;
}
.post_main .post_pagination .next {
  flex-direction: row-reverse;
}
.post_main .post_pagination .next i {
  transform: rotate(180deg);
}
.post_main .post_sidebar {
  width: 26.666667%;
  min-width: 30rem;
  padding-top: 0.7rem;
  position: sticky;
  top: 12rem;
}
.post_main .post_sidebar .post_title {
  font-size: 2.142rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.post_main .post_sidebar .search_box form {
  display: grid;
  grid-template-columns: 1fr 4.5rem;
  height: 5.7rem;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 0.7rem;
}
.post_main .post_sidebar .search_box form input[type=text] {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  padding: 0 2rem;
}
.post_main .post_sidebar .search_box form input[type=text]::placeholder {
  color: #fff;
}
.post_main .post_sidebar .search_box form input[type=submit] {
  display: block;
  color: transparent;
  text-indent: -999px;
  font-size: 1px;
  background: url("../img/icon-search.svg") no-repeat center left / 2rem;
}
.post_main .post_sidebar .share {
  margin-top: 3rem;
}
.post_main .post_sidebar .share ul {
  gap: 1.7rem;
  display: flex;
  flex-wrap: wrap;
}
.post_main .post_sidebar .share .active a {
  background-color: var(--primary);
}
.post_main .post_sidebar .share .active a::after {
  filter: contrast(0) brightness(2);
}
.post_main .post_sidebar .share a {
  opacity: 1;
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 0.6rem;
  background-color: var(--bg_w2);
}
.post_main .post_sidebar .share a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.post_main .post_sidebar .share .facebook a::after {
  background-image: url(../img/facebook2.svg);
}
.post_main .post_sidebar .share .twitter a::after {
  background-image: url('../img/x.svg');
  background-size: 50%;
}
.post_main .post_sidebar .share .pinterest a::after {
  background-image: url(../img/pinterest2.svg);
}
.post_main .post_sidebar .share .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
.post_main .post_sidebar .share .instagram a::after {
  background-image: url(../img/instagram.svg);
}
.post_main .post_sidebar .share .active a:after{
  filter: contrast(0) brightness(100);
}
.post_main .post_sidebar .slide .post_title {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.post_main .post_sidebar .slide .post_title span {
  border-bottom: 2px solid var(--primary);
  display: inline-block;
  padding-bottom: 1.5rem;
  margin-bottom: -1px;
}
.post_main .post_sidebar .slide_category {
  margin-top: 5.3rem;
}
.post_main .post_sidebar .slide_category ul {
  margin-top: 2.5rem;
}
.post_main .post_sidebar .slide_category ul li + li {
  margin-top: 1.6rem;
}
.post_main .post_sidebar .slide_category ul .active a {
  color: #fff;
  font-weight: 600;
}
.post_main .post_sidebar .slide_category ul .active a::before {
  opacity: 1;
}
.post_main .post_sidebar .slide_category ul a {
  vertical-align: top;
  position: relative;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.74);
  transition: all 0.3s;
  padding-left: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.012rem;
}
.post_main .post_sidebar .slide_category ul a:hover {
  color: #fff;
}
.post_main .post_sidebar .slide_category ul a::before {
  position: absolute;
  left: 0;
  top: 0.7rem;
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0.5;
  background: url("../img/post-nav.svg") no-repeat center left / contain;
  transition: all 0.3s;
}
.post_main .post_sidebar .slide_products {
  margin-top: 4.9rem;
}
.post_main .post_sidebar .slide_products ul {
  display: grid;
  gap: 3.1rem;
  margin-top: 3rem;
}
.post_main .post_sidebar .slide_products ul a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border-radius: 1.9rem;
  border: 1px solid var(--border2);
  background-color: var(--bg);
  overflow: hidden;
}
.post_main .post_sidebar .slide_products ul a:hover img {
  transform: scale(1.02);
}
.post_main .post_sidebar .slide_products ul .img {
  z-index: 2;
  padding-bottom: 53.93%;
}
.post_main .post_sidebar .slide_products ul .info {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 1.5rem 2.15rem 2rem 1.9rem;
}
.post_main .post_sidebar .slide_products ul .info:before {
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #1b85c9, transparent);
  opacity: 0.54;
  pointer-events: none;
  z-index: -1;
}
.post_main .post_sidebar .slide_products ul .info .cat {
  opacity: 0.85;
  text-align: right;
  border-bottom: 1px solid var(--border_w);
  padding-bottom: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.012rem;
}
.post_main .post_sidebar .slide_products ul .info .title {
  font-size: 1.8rem;
  margin-top: 2rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
}
.post_main .post_sidebar .slide_products p:has(.btn_line) {
  margin-top: 2.9rem;
}
.post_main .post_sidebar .slide_products p:has(.btn_line) .btn_line {
  line-height: 5.3rem;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.17);
}
.post_main .post_sidebar .slide_products p:has(.btn_line) .btn_line:hover {
  border-color: #fff;
}
.post_main .post_sidebar .tags {
  margin-top: 5.3rem;
}
.post_main .post_sidebar .tags ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.4rem;
}
.post_main .post_sidebar .tags li {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 0.6rem;
  padding: 0.6rem 2.2rem 0.7rem;
  letter-spacing: 0.012rem;
}
.post_main .post_sidebar .tags li:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.page_blog {
  padding-bottom: 31.5rem;
}
@media screen and (max-width: 768px) {
  .post_main {
    padding: 90px 0 50px;
  }
  .post_main .head h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  .post_main .head .metas {
    margin-top: 10px;
  }
  .post_main .head .metas ul {
    gap: 20px;
  }
  .post_main .head .metas li {
    grid-template-columns: 16px 1fr;
    font-size: 14px;
    gap: 10px;
  }
  .post_main .head .metas li::before {
    margin: 0;
  }
  .post_main .head .img {
    border-radius: 10px;
    margin-top: 30px;
  }
  .post_main .flex {
    margin-top: 30px;
    display: block;
  }
  .post_main .postdetail {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    margin: 20px 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 .wp-block-quote {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    margin: 30px 0;
  }
  .post_main .postdetail .wp-block-quote p {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .postdetail .wp-block-quote::before {
    margin: 0;
  }
  .post_main .postdetail .pd_box {
    gap: 0;
    margin: 40px 0;
    border-radius: 10px;
    padding: 30px 0;
  }
  .post_main .postdetail .pd_box .wp-block-column:has(img) {
    margin: 0;
  }
  .post_main .postdetail .pd_box .wp-block-column:has(.syedittext) {
    padding: 20px;
  }
  .post_main .postdetail .pd_box .wp-block-column:has(.syedittext) .title {
    font-size: 18px;
  }
  .post_main .postdetail .pd_box .wp-block-column:has(.syedittext) .cat {
    font-size: 15px;
    margin-top: 10px;
  }
  .post_main .postdetail .pd_box .wp-block-column:has(.syedittext) .desc {
    margin-top: 10px;
  }
  .post_main .postdetail .pd_box .wp-block-column:has(.syedittext) .btn {
    margin-top: 20px;
  }
  .post_main .post_pagination {
    margin-top: 30px;
    gap: 20px;
  }
  .post_main .post_pagination .pg_nav {
    padding: 14px 20px;
    gap: 16px;
  }
  .post_main .post_pagination .pg_nav i {
    width: 14px;
    height: 14px;
  }
  .post_main .post_pagination .pg_nav .syedittext {
    padding: 0;
  }
  .post_main .post_pagination .pg_nav .label {
    letter-spacing: unset;
  }
  .post_main .post_pagination .pg_nav .title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
    letter-spacing: unset;
  }
  .post_main .post_sidebar {
    width: 100%;
    min-width: unset;
    position: static;
    padding: 0;
    margin-top: 40px;
    display: grid;
    gap: 30px;
  }
  .post_main .post_sidebar .post_title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .post_main .post_sidebar .search_box form {
    height: 46px;
    grid-template-columns: 1fr 40px;
  }
  .post_main .post_sidebar .search_box form input[type=text] {
    font-size: 14px;
    padding: 0 20px;
  }
  .post_main .post_sidebar .share {
    margin: 0;
  }
  .post_main .post_sidebar .share ul {
    gap: 16px;
  }
  .post_main .post_sidebar .share ul a {
    width: 40px;
    height: 40px;
  }
  .post_main .post_sidebar .slide {
    margin: 0;
  }
  .post_main .post_sidebar .slide .post_title span {
    padding-bottom: 10px;
  }
  .post_main .post_sidebar .slide_category ul {
    margin-top: 12px;
  }
  .post_main .post_sidebar .slide_category ul li + li {
    margin-top: 12px;
  }
  .post_main .post_sidebar .slide_category ul a {
    font-size: 14px;
    letter-spacing: unset;
    padding-left: 20px;
  }
  .post_main .post_sidebar .slide_category ul a::before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
  .post_main .post_sidebar .slide_products ul {
    margin-top: 20px;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  }
  .post_main .post_sidebar .slide_products ul a {
    border-radius: 10px;
  }
  .post_main .post_sidebar .slide_products ul .info {
    padding: 10px 20px 20px;
  }
  .post_main .post_sidebar .slide_products ul .info .cat {
    padding-right: 0;
    letter-spacing: unset;
    padding-bottom: 5px;
  }
  .post_main .post_sidebar .slide_products ul .info .title {
    font-size: 16px;
    letter-spacing: unset;
    margin-top: 12px;
  }
  .post_main .post_sidebar .slide_products p:has(.btn_line) {
    margin-top: 20px;
  }
  .post_main .post_sidebar .slide_products p:has(.btn_line) .btn_line {
    line-height: 40px;
  }
  .post_main .post_sidebar .tags {
    margin: 0;
  }
  .post_main .post_sidebar .tags ul {
    margin-top: 12px;
    gap: 12px;
  }
  .post_main .post_sidebar .tags li {
    padding: 5px 14px;
    letter-spacing: unset;
  }
  .page_blog {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .post_main .postdetail .pd_box {
    padding: 0;
  }
  .post_main .postdetail .pd_box .wp-block-column:has(img) {
    width: 100%;
    order: -1;
  }
  .post_main .post_pagination {
    grid-template-columns: 1fr;
  }
  .page_blog {
    padding-bottom: 50px;
  }
}
