.news_banner {
  background: url(../img/news_banner.jpg) no-repeat center / cover;
  height: 100vh;
  max-height: 46.6rem;
}
.news_main {
  padding-top: 14.2rem;
  padding-bottom: 14.2rem;
  background-color: #fcf8ef;
}
.news_main .head h1 {
  font-size: 3.6rem;
  line-height: 5.6rem;
  font-weight: 500;
  color: #161616;
}
.news_main .head + .img{
  width: 100%;
  height: auto;
  max-width: 135rem;
  margin-left: auto;
  margin-right: auto;
}
.news_main .head .metas {
  width: fit-content;
  display: flex;
  gap: 2.8rem;
  margin: 1.8rem auto 6.4rem;
}
.news_main .head .metas .item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
}
.news_main .head .metas .item p {
  margin-top: 0.2rem;
}
.news_main .head .metas i {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: no-repeat center / contain;
}
.news_main .postdetail {
  max-width: 135rem;
  padding-bottom: 7.5rem;
  border-bottom: 2px solid #e1ded7;
  margin: 2rem auto 0;
}
.news_main .postdetail h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: #161616;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.news_main .postdetail h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--title_color);
  margin: 2rem 0;
  margin-bottom: 1rem;
}
.news_main .postdetail p {
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 450;
  color: #3e3c3d;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.news_main .postdetail a {
  font-weight: 500;
  transition: all 0.3s;
  color: var(--title_color);
}
.news_main .postdetail a:hover {
  text-decoration-color: var(--title_color);
}
.news_main .postdetail ul {
  margin: 2rem 0;
}
.news_main .postdetail ul li {
  position: relative;
  padding-left: 1.6rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
.news_main .postdetail ul li:last-child {
  margin-bottom: 0;
}
.news_main .postdetail ul li::before {
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--content_color);
  position: absolute;
  content: '';
  left: 0;
  top: -3px;
  display: inline-block;
  transform: translateY(1.3rem);
}
.news_main .postdetail .wp-block-quote {
  position: relative;
  padding-left: 9.4rem;
  margin-top: 6.8rem;
  margin-bottom: 6.8rem;
}
.news_main .postdetail .wp-block-quote::before {
  position: absolute;
  top: -1.2rem;
  left: 0;
  content: '';
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../img/newsicon3.svg) no-repeat center / contain;
}
.news_main .postdetail .product_box {
  background-color: #f2eee5;
  margin-top: 22rem;
  margin-bottom: 7.6rem;
  display: flex;
  gap: 1.2rem;
}
.news_main .postdetail .product_box .info {
  width: 49.583%;
  padding-left: 11.2rem;
  padding-top: 3.75%;
  padding-bottom: 3.75%;
}
.news_main .postdetail .product_box .info h2 {
  font-size: 3.4rem;
  line-height: 5.1rem;
  font-weight: 600;
  color: #161616;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.news_main .postdetail .product_box .info p {
  max-width: 78%;
}
.news_main .postdetail .product_box .img {
  width: 51.19%;
  transition: all 0.3s;
  margin-top: -18rem;
}
.news_main .postdetail .product_box .img:hover img {
  transform: scale(1.03);
  margin: 0;
}
.news_main .share {
  margin-top: 2.6rem;
  display: flex;
  justify-content: space-between;
  max-width: 135rem;
  margin-left: auto;
  margin-right: auto;
}
.news_main .share .left {
  display: flex;
  align-items: center;
  gap: 2.9rem;
}
.news_main .share .left .label {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 450;
  color: #161616;
  text-transform: uppercase;
  background-color: #fcf8ef;
}
.news_main .share .left .social {
  gap: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_main .share .left .social li {
  transition: all 0.3s;
  background-color: #efebe2;
}
.news_main .share .left .social li.active {
  background-color: #e3ba6a;
}
.news_main .share .left .social li.active a::after {
  filter: contrast(0) brightness(2);
}
.news_main .share .left .social li:hover {
  background-color: #e3ba6a;
}
.news_main .share .left .social li:hover a::after {
  filter: contrast(0) brightness(2);
}
.news_main .share .left .social li.active {
  background-color: #e3ba6a;
}
.news_main .share .left .social li.active a::after {
  filter: contrast(0) brightness(2);
}
.news_main .share .left .social li:hover {
  background-color: #e3ba6a;
}
.news_main .share .left .social li:hover a::after {
  filter: contrast(0) brightness(2);
}
.news_main .share .left .social li a {
  width: 4.6rem;
  height: 4.6rem;
  display: block;
  overflow: hidden;
  text-indent: -99.9rem;
  position: relative;
  z-index: 2;
}
.news_main .share .left .social li a::after {
  content: '';
  display: block;
  width: 4.6rem;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: contrast(1) brightness(0);
}
.news_main .share .left .social .facebook a::after {
  background-image: url(../img/facebook2.svg);
}
.news_main .share .left .social .twitter a::after {
  background-image: url(../img/bird.svg);
}
.news_main .share .left .social .pinterest a::after {
  background-image: url(../img/link.svg);
}
.news_main .share .left .social .linkedin a::after {
  width: 50%;
  height: 50%;
  background-image: url(../img/linkedin.svg);
}
.news_main .share .right p {
  font-size: 1.8rem;
  line-height: 2.16rem;
  font-weight: 500;
  color: #161616;
  font-family: "Inter", serif;
}
.news_main .share .right p a {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 3rem;
  width: fit-content;
}
.news_main .share .right p a::after {
  content: '';
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  border: 2px solid #e3ba6a;
  background: url(../img/newsarrow.svg) no-repeat center / 0.8rem;
  transition: all 0.3s;
}
.news_main .share .right p a:hover {
  color: #e3ba6a;
}
.news_main .share .right p a:hover::after {
  filter: contrast(0) brightness(1.5);
  transform: translateX(3px);
}
.news_main .head{
  max-width: 135rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .news_main .postdetail {
    padding-bottom: 0;
  }
  .news_main .product_box {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .news_banner {
    padding: 0 0 3rem;
    max-height: 12rem;
  }
  .news_main {
    padding: 6rem 0 3rem;
    overflow: hidden;
  }
  .news_main .head h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .news_main .head .metas {
    margin: 1rem auto 1.5rem;
  }
  .news_main .head .metas .item {
    font-size: 18px;
    line-height: 1.5;
    gap: 0.5rem;
  }
  .news_main .head .metas i {
    width: 1rem;
    height: 1rem;
  }
  .news_main .postdetail {
    padding-bottom: 10px;
  }
  .news_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
  .news_main .postdetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1.2rem 0 1rem;
  }
  .news_main .postdetail p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .news_main .postdetail ul {
    margin: 1rem 0;
  }
  .news_main .postdetail ul li {
    padding-left: 16px;
    margin-bottom: 10px;
  }
  .news_main .postdetail ul li::before {
    transform: translateY(9px);
  }
  .news_main .postdetail .wp-block-quote {
    padding-left: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 0rem;
  }
  .news_main .postdetail .wp-block-quote::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0;
  }
  .news_main .postdetail .product_box {
    padding: 1.2rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    flex-direction: column-reverse;
  }
  .news_main .postdetail .product_box .info {
    width: 100%;
    padding-left: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .news_main .postdetail .product_box .info h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .news_main .postdetail .product_box .info h2 br {
    display: none;
  }
  .news_main .postdetail .product_box .info p {
    max-width: 100%;
  }
  .news_main .postdetail .product_box .info .btn {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 9px 33px;
    margin-top: 10px;
  }
  .news_main .postdetail .product_box .img {
    width: 100%;
    margin-top: 0;
  }
  .news_main .share {
    margin-top: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .news_main .share .left {
    gap: 2.5rem;
  }
  .news_main .share .left .label {
    font-size: 20px;
    line-height: 1.5;
  }
  .news_main .share .left .social {
    gap: 2.5rem;
  }
  .news_main .share .left .social li a {
    width: 3rem;
    height: 3rem;
  }
  .news_main .share .left .social li a::after {
    width: 2.5rem;
  }
  .news_main .share .right p {
    font-size: 16px;
    line-height: 1.5;
  }
  .news_main .share .right p a {
    gap: 1.5rem;
  }
  .news_main .share .right p a::after {
    width: 2.5rem;
    height: 2.5rem;
    background: url(../img/newsarrow.svg) no-repeat center / 0.5rem;
  }
}
/*# sourceMappingURL=news-detail.css.map */