header::before {
  opacity: 0.2;
}
.page_banner {
  padding-bottom: 0;
}
.page_banner .flex {
  min-height: 462px;
}
.page_banner .head_banner {
  max-width: unset;
  padding-bottom: 5.2%;
}
.page_banner .head_banner h1 {
  font-size: 64px;
}
.page_banner .head_banner h1::after {
  display: none;
}
.page_banner .head_banner .desc {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--title_color);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
}
.page_banner .head_banner .desc::before {
  width: 20px;
  aspect-ratio: 1;
  content: '';
  display: inline-block;
  background: url("../img/icon-category.svg") no-repeat center / contain;
}
.new_box {
  padding: 139px 0 84px;
}
.new_box .gap {
  gap: 3rem 6.3%;
}
.new_box .gap .gap {
  gap: 1rem;
}
.new_box .postdetail {
  font-size: 18px;
  line-height: 32px;
  color: var(--content_color);
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 47px;
  margin-bottom: 22px;
}
.new_box .postdetail h2 {
  font-size: 27px;
  line-height: 35px;
  color: #161616;
  margin: 20px 0 25px;
}
.new_box .postdetail h3 {
  font-size: 22px;
  line-height: 1.5;
  color: #161616;
  margin: 15px 0 10px;
}
.new_box .postdetail p {
  margin-bottom: 10px;
}
.new_box .postdetail a {
  color: var(--theme_color);
  transition: all 0.3s;
}
.new_box .postdetail a:hover {
  text-decoration: underline;
}
.new_box .postdetail ul {
  padding-left: 1.5rem;
  list-style-type: disc;
  margin-bottom: 1rem;
}
.new_box .postdetail ul li {
  list-style: disc;
}
.new_box .postdetail ul li::marker {
  color: var(--theme_color);
}
.new_box .postdetail img {
  width: 100%;
  object-fit: contain;
  border-radius: 16px;
  overflow: hidden;
  margin: 22px 0 45px;
}
.new_box .postdetail .morebox {
  border-radius: 16px;
  background-color: #f3f4f5;
  margin: 121px 0 57px;
}
.new_box .postdetail .morebox .gap {
  gap: 1rem 5%;
}
.new_box .postdetail .morebox .main {
  flex: 1;
  padding: 7.8% 0 8.5% 5%;
}
.new_box .postdetail .morebox .title {
  font-size: 42px;
  line-height: 58px;
  color: #161616;
  font-weight: 600;
}
.new_box .postdetail .morebox .desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #565656;
  margin: 19px 0 38px;
}
.new_box .postdetail .morebox .btn {
  color: #ffffff;
}
.new_box .postdetail .morebox .btn:hover {
  text-decoration: none;
  color: var(--title_color);
}
.new_box .postdetail .morebox .img {
  width: 44.48026123%;
  aspect-ratio: 425/425;
  margin-top: -7.7%;
  transition: all 0.3s;
}
.new_box .postdetail .morebox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.new_box .postdetail .morebox .img:hover img {
  transform: scale(105%);
}
.new_box .tags {
  font-size: 18px;
  color: #808080;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.new_box .tags strong {
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  margin-right: 18px;
}
.new_box .tags ul > li {
  padding: 7px 32px;
  border: 1px solid #c5c5c5;
  background-color: transparent;
  transition: all 0.3s;
  border-radius: 21px;
  display: inline-block;
  text-align: center;
  min-width: 130px;
  margin-right: 13px;
}
.new_box .tags ul > li:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
  color: #ffffff;
}
.new_box .tags ul > li:last-child {
  margin-right: 0;
}
.new_box .social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 20px;
}
.new_box .social ul li a {
  display: block;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 9px;
  overflow: hidden;
  background-color: #e0e0e0;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
.new_box .social ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: no-repeat center / cover;
  transition: all 0.3s;
}
.new_box .social ul li a:hover {
  background-color: var(--theme_color);
}
.new_box .social ul li a:hover:after {
  filter: contrast(0) brightness(2);
}
.new_box .social ul .facebook a::after {
  background-image: url("../img/socila-icon3.svg");
}
.new_box .social ul .twitter a::after {
  background-image: url("../img/socila-icon1.svg");
}
.new_box .social ul .other a::after {
  background-image: url("../img/socila-icon2.svg");
}
.new_box .right {
  width: 27.34714514%;
  display: flex;
  flex-wrap: wrap;
}
.new_box .searchbox {
  width: 100%;
  margin-bottom: 52px;
}
.new_box .searchbox form {
  width: 100%;
  background-color: transparent;
  border-radius: 7px;
  border: 1px solid #b2b2b2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.new_box .searchbox form input[type=text] {
  font-size: 17px;
  line-height: 37px;
  font-weight: 400;
  color: #787974;
  padding: 9px 20px;
  background-color: transparent;
}
.new_box .searchbox form input[type=submit] {
  width: 45px;
  height: 100%;
  content: '';
  text-indent: -999px;
  background: url("../img/icon-search.svg") no-repeat left center / 21px;
  filter: contrast(0) brightness(0);
}
.new_box .slide_card {
  width: 100%;
  margin-bottom: 37px;
}
.new_box .slide_card.slide_article {
  margin-bottom: 89px;
}
.new_box .slide_card.slide_article strong::after {
  width: 21%;
}
.new_box .slide_card strong {
  font-size: 21px;
  line-height: 35px;
  color: #222222;
  font-weight: 600;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 12px;
}
.new_box .slide_card strong::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000000;
  opacity: 0.17;
}
.new_box .slide_card strong::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7%;
  height: 1px;
  content: '';
  background-color: var(--theme_color);
}
.new_box .slide_card .categorylist {
  margin-top: 19px;
}
.new_box .slide_card .categorylist li a:hover,
.new_box .slide_card .categorylist li.active a {
  color: var(--theme_color);
}
.new_box .slide_card .categorylist li a:hover::before,
.new_box .slide_card .categorylist li.active a::before {
  filter: none;
}
.new_box .slide_card .categorylist li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #161616;
  padding: 8px 0;
  gap: 16px;
  transition: all 0.3s;
}
.new_box .slide_card .categorylist li a::before {
  width: 12px;
  height: 13px;
  content: '';
  display: inline-block;
  background: url("../img/category-arrow.svg") no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.new_box .slide_card .articlelist {
  margin-top: 25px;
}
.new_box .slide_card .articlelist li {
  margin-bottom: 18px;
}
.new_box .slide_card .articlelist li:last-child {
  margin-bottom: 0;
}
.new_box .slide_card .articlelist li a:hover .title {
  text-decoration: underline;
}
.new_box .slide_card .articlelist li a {
  display: block;
  font-size: 15px;
  transition: all 0.3s;
}
.new_box .slide_card .articlelist li a .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #161616;
  margin-bottom: 8px;
  transition: all 0.3s;
}
.new_box .slide_card .articlelist li a .metas {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8e8e8e;
}
.new_box .slide_card .articlelist li a .metas::before {
  width: 14px;
  aspect-ratio: 1;
  content: '';
  display: inline-block;
  background: url("../img/icon-category.svg") no-repeat center / contain;
  filter: contrast(0) brightness(1);
}
.new_box .slide_subscribe {
  border-radius: 7px;
  border: 1px solid #b2b2b2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2% 15%;
}
.new_box .slide_subscribe .icon {
  width: 113px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  content: '';
  margin-bottom: 16px;
  margin-top: -39px;
}
.new_box .slide_subscribe .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/new3.svg") no-repeat center / cover;
}
.new_box .slide_subscribe .title {
  font-size: 21px;
  line-height: 35px;
  color: #161616;
  font-weight: 500;
  margin-bottom: 1px;
}
.new_box .slide_subscribe .desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.new_box .slide_subscribe form {
  display: grid;
  gap: 20px;
  background: transparent;
  justify-items: center;
}
.new_box .slide_subscribe form input[type=email] {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 7px 10px;
  background-color: transparent;
  border-bottom: 1px solid #b7b7b7;
  text-align: center;
}
.new_box .slide_subscribe form input[type=submit] {
  width: 126px;
  min-width: unset;
  font-size: 15px;
  padding: 7.5px;
  text-align: center;
}
.news_box_section {
  padding: 84px 0 180px;
}
.news_box_section .news_box_swiper {
  margin-top: 61px;
}
.news_box_section .swiper_btns {
  max-width: 1690px;
}
.news_box_section p.center:has(.btn) {
  margin-top: 45px;
}
/*# sourceMappingURL=new.css.map */