.f3-widget-paginator{
  display: none;
  content-visibility: hidden;
}

/* --- news-slider --- */

.news__item:not(.news__item.slider){
  max-width: 440px;
  width: 33%;
}
.news__item--img{
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.news__item--content{
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px var(--c-gray);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  align-items: center;
}
.news__item--time{
  font-size: 1.4rem;
  font-weight: 500;
  color: #686868;
}
.news__item--category{
  font-size: 1.4rem;
  font-weight: 400;
  padding: 4px 25px 2px 25px;
  background-color: var(--c-gray);
  color: #fff;
}
.news__item--title{
  font-size: 2.1rem;
  font-weight: 500;
  display: block;
  width: 100%;
  min-height: 64px;
  color: #444444;
}
.news_swiper{
  margin-top: 60px;
}
.swiper__header{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.swiper__header--tittle{
  font-size: 3.6rem;
  color: #444444;
}
.swiper__header--arrow{
  margin-top: 1px;
}
.swiper__header--arrow{
  position: relative;
  margin-left: 25px;
  width: 60px;
  display: flex;
  height: 33px;
  justify-content: space-between;
}
.swiper__header--wrap{
  display: flex;
  align-items: center;
}
.swiper__header--link-more{
  font-size: 2rem;
  color: var(--c-orange);
  position: relative;
  min-height: 34px;
}
.swiper__header--link-more::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-orange);
  position: absolute;
  bottom: 0px;
}
.swiper__header--link-more:hover{
  color: #686868;
}
.swiper__header--link-more:hover::before{
  background-color: #686868;
}
.swiper__header--arrow .swiper-button-prev{
  transform: rotate(180deg);
}
.news_swiper .swiper-button-next, .news_swiper .swiper-button-prev{
  position: relative;
}
.news_swiper .swiper-button-next:after, .news_swiper .swiper-button-prev:after{
  content: none;
  position: none;
}
.news_swiper .swiper-button-next svg, .news_swiper .swiper-button-prev svg{
  width: auto;
  height: auto;
}
.news_swiper .swiper-button-prev{
  left: 0;
  justify-content: end;
}
.news_swiper .swiper-button-next{
  right: 0;
  justify-content: right;
}
.news_swiper .swiper-slide{
  background-color: transparent;
  text-align: start;
}
@media screen and (max-width: 767px){
  .news__item--title{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px){
  .swiper__header{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px){
  .news__item--img{
    max-height: 220px;
  }
}


/* --- news detail --- */

.news-text-wrap{
  font-size: 2.1rem;
  line-height: 3.5rem;
  margin-top: 35px;
}
.news-img-wrap img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.news-single .article-d-header{
  font-size: 3.6rem;
  color: var(--c-orange);
  font-weight: 600;
  margin-bottom: 25px;
}
.news-single .under-header{
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 15px;
}
.news-single .news-list-category{
  background-color: #d9d9d9;
  padding: 7px 20px 3px 20px;
  border-radius: 5px;
}
.article__teaser{
  font-size: 2.4rem;
  line-height: 3.5rem;
  display: block;
  margin-bottom: 30px;
  color: #2c2c2c;
}
@media screen and (max-width: 992px){
  .news-single{
    margin-top: 151px;
  }
  .news-single .article-d-header{
    font-size: 2.8rem;
  }
  .news-text-wrap{
    font-size: 1.8rem;
  }
  .article__teaser{
    font-size: 2rem;
  }
  .news-img-wrap img{
    height: 350px;
  }
}
@media screen and (max-width: 576px){
  .news-img-wrap img{
    height: 250px;
    object-fit: cover;
  }
}

 /* --- news list page --- */

 .news{
  margin-bottom: 80px;
 }
 .news__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
  justify-content: space-between;
 }
 .news__wrap > header{
  display: block;
  width: 100%;
 }
 .news__wrap > header *{
  font-size: 3.6rem;
  color: #444444;
  margin-bottom: 0px;
 }
 .news__wrap > a{
  display: none;
  content-visibility: hidden;
 }
 .news__wrap .news__item{
    max-width: 33%;
    width: calc(33% - 40px) !important;
 }
 .news__wrap .f3-widget-paginator{
  display: block;
  content-visibility: visible;
  width: 100%;
  list-style: none;
  padding: 0px;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: end;
  font-size: 1.5rem;
  line-height: 17px;
 }

 .news__wrap .f3-widget-paginator .current,
 .news__wrap .f3-widget-paginator li a{
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .news__wrap .f3-widget-paginator .current,
 .news__wrap .f3-widget-paginator .current:hover,
 .news__wrap .f3-widget-paginator li a:hover{
  color: #fff;
  background-color: var(--c-orange);
 }
 @media screen and (max-width: 1199px){
  .news__wrap{
    column-gap: 40px;
  }
  .news__item:not(.news__item.slider){
    width: calc(50% - 20px) !important;
    max-width: 100% !important;
  }
  .news__item--content{
    margin-bottom: 0px;
  }
 }

 @media screen and (max-width: 1199px){
  .news__item:not(.news__item.slider){
    width: 100% !important;
  }
 }