/** @format */
body {
  font-size: 1rem;
}

a {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.container-small {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

section.kv {
  background-color: #f9f9f9;
  padding-top: 48px;
  position: relative;
}
section.kv .swiper-slide a:hover {
  text-decoration: none;
}
section.kv .swiper-slide a:hover .kv-inner {
  opacity: 0.8;
}
section.kv .swiper-slide a:hover .kv-inner-img img {
  opacity: 1;
}
section.kv .kv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  section.kv .kv-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 16px;
  }
}
section.kv .kv-inner .kv-inner-img {
  width: 100%;
}
section.kv .kv-inner .kv-inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
section.kv .kv-inner .kv-text {
  width: 100%;
}
section.kv .kv-inner .kv-text .kv-text-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
section.kv .kv-inner .kv-text .kv-text-panel .kv-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
section.kv .kv-inner .kv-text .kv-text-panel .kv-headline {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 40.6px */
  letter-spacing: 0.98px;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  section.kv .kv-inner .kv-text .kv-text-panel .kv-headline {
    font-size: 24px;
  }
}
section.kv .kv-inner .kv-text .kv-text-panel .kv-summary {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: -0.07px;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
section.kv .swiper-horizontal > .swiper-pagination-bullets,
section.kv .swiper-pagination-bullets.swiper-pagination-horizontal,
section.kv .swiper-pagination-custom,
section.kv .swiper-pagination-fraction {
  bottom: 33px;
}
section.kv .swiper-pagination-bullet {
  background: rgba(0, 0, 128, 0.4);
  width: 80px;
  height: 4px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  section.kv .swiper-pagination-bullet {
    width: 20px;
  }
}
section.kv .swiper-pagination-bullet-active {
  background-color: #000080;
}

section.recomend {
  margin-top: 64px;
}

h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 34.8px */
}

@media screen and (max-width: 767px) {
  section.mailmagazine {
    display: none;
  }
}/*# sourceMappingURL=top.css.map */