@charset "UTF-8";
body{
  background: #39b282;
}
footer{
  border-top: 1px solid #74c9a7;
}
header{
  background: #fff !important;
}
header #navi{
  background: #fff !important;
}
.title-style1 h2{
  color: #fff;
}
.title-style1 span{
  color: #fff;
}
.breadcrumb li a{
  color: #fff;
}
.breadcrumb li:last-of-type a{
  color: #000;
}
#topics .title-wrap{
  margin: 2em 0;
}
.title-sub{
  text-align: center;
  margin-top: 1.8em;
  font-size: 2rem;
  font-weight: 500;
}
#topics .category-wrap {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 3em 0;
}
.btn-style1{
  background: #fff;
  color: #39b282;
  max-width: 280px;
  font-weight: 700;
}
.white-bg-content{
  background: #fff;
  border-radius: 10px;
  padding: 100px 100px 120px 100px;
  margin-left: 50px;
  margin-right: 50px;
}
.white-bg-content:first-child{
  margin-top: 40px;
}
.swiper-slide{
  background: #fff;
  width: 100%;
  height: 100%;
}
.featured-swiper .news-card a{
  display: flex;
  align-items: center;
  gap: 80px;
  .news-image{
    width: 62.5%;
    flex-shrink: 0;
    & img{
      width: 100%;
      height: auto;
    }
  }
  .news-info{
    flex-grow: 1;
  }
  .news-title{
    margin-top: 20px;
    font-size: 2.6rem;
  }
}

.new{
  color: #df3c33;
  font-family: "Jost";
  font-size: 120%;
}
.date{
  font-family: "Jost";
  letter-spacing: normal;
}
.badge {
  display: inline-block;
  background-color: #38B281;
  color: #FFF;
  line-height: 1.5;
  font-size: 1.2rem;
  padding: 0 10px;
  border-radius: 10px;
  margin-left: 10px;
}
.news-image img{
  width: 100%;
  height: auto;
}
.news-title{
  font-size: 2rem;
  margin-top: 7px;
  font-weight: 500;
}
.date-badge{
  margin-top: 14px;
}

.movies .news-card a .badge{
  background: #cdece0;
  color: #000;
}
.swiper-content{
  position: relative;
}
.h2-sec-title{
  font-size: 3.6rem;
  color: #39b282;
  font-weight: 500;
  margin-bottom: 40px;
}
.swiper-content,
.swiper-block {
  --swiper-pagination-bottom: -50px;
  --swiper-pagination-top: auto;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-color: #666666;
  --swiper-pagination-bullet-inactive-color: #e0e0e0;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  --swiper-pagination-bullet-opacity: 1;

  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: -40px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: auto;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: #ededed;
  --swiper-scrollbar-drag-bg-color: #39b282;
  --swiper-scrollbar-size: 4px;
}
.swiper-ovflow-hidden{
  overflow: hidden;
}
.swiper-scrollbar:hover {
  height: 12px !important;

}
.swiper-btn-green{
  background: #38B281;
  color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 100px;
}
.swiper-btn-green:after{
  font-size: 20px;
}
.swiper-block{
  position: relative;
}
.swiper-block .swiper-button-prev{
  left: auto;
  right: 78px;
  top: -71px;
}
.swiper-block .swiper-button-next{
  right: 0;
  top: -71px;
}
.white-bg-content section + section{
  margin-top: 160px;
  margin-bottom: 70px;
}
.swiper-three-col{
  overflow: hidden;
}
.cat-title{
  font-size: 3.6rem;
  font-weight: 500;
  color: #39b282;
  text-align: center;
  margin-bottom: 70px;
}
.news-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px 60px;
}
.news-grid + .pagination{
  margin-top: 120px;
}
.catgegory-top-link{
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 80px;
  & a{
    color: #fff;
  }
}
.ico-circle-white::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/i-arrow-circle-white.svg") no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -2px;
}

/* single */
#topics #news .news-main{
  margin-top: 0;
}
.main-img{

  & img{
    width: 100%;
  }
}
.topics-main{
  max-width: 810px;
  margin: auto;
}
.topics-main .date-badge{
  margin-top: 0;
  font-size: 1.8rem;
  .badge{
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}
.topics-title{
  font-size: 3.6rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 60px;
  margin-top: 18px;
}
.post-content{
  margin-top: 60px;
  line-height: 2;
  & * {
    font-size: 1.8rem;
  }
  & p{
    margin: 0.5em 0 1em 0;
  }
  & h2{
    font-size: 3.2rem;
    font-weight: 500;
    margin-top: 3em;
  }
  & h3{
    font-size: 2.6rem;
    color: #39b282;
    font-weight: 500;
    margin-top: 3.5em;
  }
  & h4{
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 1.8em;
  }
  & img{
    margin: 1em 0;
    max-width: 100%;
    height: auto;
  }
  & a{
    color: #39b282;
  }
  & em, & strong{
    font-weight: 700;
    font-style: normal;
  }
  & ul{
    padding-left: 25px;
    margin: 2em 0;
  }
  & ul li{
    list-style: disc;
    margin-top: 1em;
  }
  & ol{
    margin: 2em 0;
    padding-left: 25px;
  }
  & ol li{
    margin-top: 1em;
  }
  & blockquote{
    background: #ededed;
    padding: 24px 30px;
    border-radius: 10px;
    margin: 2em 0;
  }
  .btn{
    font-size: 2rem;
    display: inline-block;
    margin: 1em 0;
  }
  .btn::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/i-arrow-circle-green.svg") no-repeat;
    background-size: contain;
    vertical-align: -4px;
    margin-right: 10px;
  }

  .table-of-contents{
    background: #e7f6f0;
    padding: 40px 45px 40px 45px;
    border-radius: 10px;
    margin: 100px auto;
    .toc-title{
      font-size: 2.4rem;
    }
    & ul{
      margin: 0;
      padding-left: 0;
    }
    & li{
      font-size: 2rem;
      line-height: 1.7;
      margin-top: 0.4em;
      position: relative;
      padding-left: 34px;
      list-style: none;
    }
    & li::before{
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url("../images/i-arrow-circle-green.svg") no-repeat;
      background-size: contain;
      transform: rotate(90deg);
      position: absolute;
      left: 0;
      top: 8px;
    }
    & a{
      color: #000;
    }
  }
}
.share{
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 110px;
  & h5{
    font-weight: 700;
    line-height: 1;
    font-size: 1.8rem;
  }
  & img{
    margin: 0 !important;
  }
}
.white-bg-content.single{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow: hidden;
}
#topics article{
  padding-left: 100px;
  padding-right: 100px;
}
.article-products{
  border-top: 1px solid #39b282;
  padding: 80px 100px 80px 100px;
  margin-top: 150px;
}
#topics #check-item{
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.related-posts{
  padding: 80px 100px 80px 100px;
  background: #e7f6f0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .category-wrap{
    flex-direction: column;
    align-items: center;
  }
  .title-sub{
    font-size: 1.8rem;
    font-size: clamp(1.6rem, 6vw, 1.8rem);
    padding: 0 20px;
  }
  .white-bg-content{
    margin-left: 15px;
    margin-right: 15px;
    padding: 40px 20px;
  }
  .featured-swiper .news-card a{
    display: block;
    .news-image{
      width: auto;
    }
  }
  .h2-sec-title{
    font-size: 2.2rem;
    margin-bottom: 26px;
    padding-right: 96px;
  }
  .swiper-btn-green{
    width: 40px;
    height: 40px;
  }
  .swiper-block .swiper-button-prev{
    right: 48px;
    top: -38px;
  }
  .swiper-block .swiper-button-next{
    top: -38px;
  }
  .swiper-btn-green:after{
    font-size: 13px;
  }
  .featured-swiper .news-card a {
    .news-title {
      font-size: 2rem;
      margin-top: 8px;
    }
    .date-badge{
      margin-top: 10px;
    }
  }
  .swiper-three-col{
    .news-title{
      font-size: 1.7rem;
      margin-top: 10px;
    }
    .date-badge{
      margin-top: 10px;
    }
  }
  .swiper-content,
  .swiper-block {
    --swiper-scrollbar-bottom: -30px;
  }
  .white-bg-content section + section{
    margin-top: 120px;
  }
  .cat-title{
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
  .news-grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .news-card a{
    .news-title{
      font-size: 1.7rem;
    }
    .date-badge{
      margin-top: 8px;
    }
  }
  .news-grid + .pagination{
    margin-top: 60px;
  }
  .catgegory-top-link{
    margin-top: 40px;
  }
  #topics .catgegory-top-link + .category-wrap{
    margin-top: 25px;
    margin-bottom: 0;
  }
  /* single */
  #topics article{
    padding: 0 20px;
  }
  .topics-title{
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .topics-main .date-badge{
    font-size: 1.6rem;
  }
  .post-content {
    margin-top: 40px;
    & * {
      font-size: 1.6rem;
    }
    & h2{
      font-size: 2.6rem;
      margin-top: 60px;
    }
    & h3{
      font-size: 2.2rem;
      margin-top: 2em;
    }
    & img{
      margin: 1em 0;
      max-width: 100%;
      height: auto;
    }
    .table-of-contents{
      padding: 20px 20px;
      margin: 60px auto;
      .toc-title{
        font-size: 2.2rem;
      }
      & li{
        font-size: 1.6rem;
        margin-top: 0.8em;
      }
      & li::before{
        width: 24px;
        height: 24px;
        transform: rotate(90deg);
        top: 3px;
      }
    }
  }
  .share{
    flex-wrap: wrap;
    gap: 24px 30px;
    margin-top: 60px;
    & h5{
      font-size: 1.8rem;
      width: 100%;
    }
  }
  .article-products{
    margin-top: 80px;
    padding: 60px 20px 60px 20px;
    .h2-sec-title{
      padding-right: 0;
      margin-bottom: 10px;
    }
  }
  .related-posts{
    padding: 60px 20px;
  }

}
