@charset "UTF-8";
.section-01.hero-swiper-wrap {
  position: relative;
  aspect-ratio: 16/7.5;
  width: 100vw;
  height: auto;
  min-height: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.38)), color-stop(38%, rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.08)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.14) 38%, rgba(0, 0, 0, 0.08) 100%);
}

.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  max-width: none;
  color: #fff;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  overflow: hidden;
  padding: 1.2rem 2rem 0.75rem 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1300px) {
  .hero-content {
    padding: 2rem 2rem 0.75rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .hero-content {
    padding: 0.75rem 1rem;
  }
}
.hero-content .hero-subtitle,
.hero-content .hero-title {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  text-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .hero-content .hero-subtitle,
  .hero-content .hero-title {
    font-size: clamp(0.88rem, 2.5vw, 0.98rem);
  }
}
@media (max-width: 575.98px) {
  .hero-content .hero-subtitle,
  .hero-content .hero-title {
    font-size: clamp(0.82rem, 3vw, 0.92rem);
  }
}
.hero-content .hero-subtitle {
  opacity: 0.9;
}
.hero-content .hero-subtitle::after {
  content: "｜";
  margin-left: 0.5rem;
  opacity: 0.7;
}

.hero-pagination-wrap {
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  bottom: calc(3.2rem + 12px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 1199.98px) {
  .hero-pagination-wrap {
    bottom: 40px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (max-width: 575.98px) {
  .hero-pagination-wrap {
    bottom: -42px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.hero-pagination {
  position: relative;
  width: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 9px !important;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 575.98px) {
  .hero-pagination .swiper-pagination-bullet {
    background: rgb(189, 189, 189);
  }
}
.hero-pagination .swiper-pagination-bullet-active {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 575.98px) {
  .hero-pagination .swiper-pagination-bullet-active {
    border: 1px solid rgb(189, 189, 189);
  }
}
.hero-pagination .swiper-pagination-bullet-active::before {
  display: none;
}
.hero-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 575.98px) {
  .hero-pagination .swiper-pagination-bullet-active::after {
    background: rgb(189, 189, 189);
  }
}

.hero-scroll-indicator {
  display: none;
  position: absolute;
  right: 36px;
  bottom: 0;
  z-index: 6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.8);
  gap: 2px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hero-scroll-indicator i {
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.hero-scroll-indicator span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
}
.hero-scroll-indicator .hero-scroll-line {
  width: 1px;
  height: 60px;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

@media (max-width: 575.98px) {
  .hero-scroll-indicator {
    left: 12px;
    bottom: 0;
  }
  .hero-scroll-indicator .hero-scroll-line {
    height: 40px;
  }
}
#section-news-id.news-section.section-news {
  position: relative;
  overflow: visible;
  isolation: isolate;
}
#section-news-id.news-section.section-news .section-news__bg {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  bottom: -120px;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
#section-news-id.news-section.section-news .line-svg {
  position: absolute;
  inset: 0;
  width: 102%;
  height: 100%;
  overflow: visible;
}
#section-news-id.news-section.section-news .news-airplane {
  pointer-events: none;
}
#section-news-id.news-section.section-news .news-airplane__fill, #section-news-id.news-section.section-news .news-airplane__highlight {
  stroke-width: 0;
}
#section-news-id.news-section.section-news .news-airplane__fill {
  fill: #cca88f;
}
#section-news-id.news-section.section-news .news-airplane__highlight {
  fill: #fff;
}
#section-news-id.news-section.section-news .news-airplane__stroke {
  fill: none;
  stroke: #cca88f;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#section-news-id.news-section.section-news .section-news__content {
  position: relative;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  #section-news-id.news-section.section-news .section-news__bg {
    display: none;
  }
}
@media (min-width: 1200px) {
  #section-news-id.news-section.section-news .section-news__bg {
    bottom: -720px;
  }
  #section-news-id.section-news + .section-news-swiper {
    position: relative;
    z-index: 2;
    background: transparent;
  }
  #section-news-id.section-news + .section-news-swiper > .container {
    position: relative;
    z-index: 2;
  }
}
#section-news-id.news-section {
  position: relative;
  padding: 100px 0 40px;
  min-height: 640px;
  z-index: 0;
}

#section-news-id.news-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150%;
  z-index: 0;
  pointer-events: none;
}

#section-news-id.news-section .section-news__content > .container {
  position: relative;
  z-index: 2;
}

.news-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

#section-news-id .news-section__tabs.nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  position: relative;
  z-index: 2;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
  border: 1px solid #d5d5d5;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1679.98px) {
  #section-news-id .news-section__tabs.nav-pills {
    width: 66%;
    max-width: 66%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
#section-news-id .news-section__tabs.nav-pills .news-section__tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
#section-news-id .news-section__tabs.nav-pills .news-section__tab.nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.65rem 0.75rem;
  min-height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #111 !important;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#section-news-id .news-section__tabs.nav-pills .news-section__tab.nav-link:hover:not(.active):not([aria-selected=true]) {
  background: #888 !important;
  background-color: #888 !important;
  color: #fff !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
#section-news-id .news-section__tabs.nav-pills .news-section__tab.nav-link:focus-visible {
  outline: 2px solid #0c7069;
  outline-offset: -2px;
  z-index: 1;
}
#section-news-id .news-section__tabs.nav-pills .news-section__tab.nav-link.active, #section-news-id .news-section__tabs.nav-pills .news-section__tab.nav-link[aria-selected=true] {
  background: #0c7069 !important;
  background-color: #0c7069 !important;
  color: #fff !important;
  border: none !important;
}
#section-news-id .news-section__tabs.nav-pills .news-section__tab.nav-link.active:hover, #section-news-id .news-section__tabs.nav-pills .news-section__tab.nav-link[aria-selected=true]:hover {
  background: rgb(10.0258064516, 93.5741935484, 87.7258064516) !important;
  background-color: rgb(10.0258064516, 93.5741935484, 87.7258064516) !important;
  color: #fff !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.news-section__content {
  width: 100%;
}

.news-section__pane {
  width: 100%;
}

.news-section__container {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (min-width: 1200px) {
  .news-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-section__featured {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    min-height: 500px;
  }
  .news-section__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 24px;
    min-height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .news-section__featured,
  .news-section__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
  }
  .news-section__list {
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
.news-section__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-section__item:hover {
  cursor: pointer;
}
.news-section__item:hover .news-section__item-title {
  color: #0c7069;
}

.news-section__pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  border: 1px solid #eee;
}

.news-section__pic-ratio {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-top: 68%;
}

.news-section__pic-ratio img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news-section__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0 5px 20px 0;
}

.news-section__date {
  font-size: 0.85rem;
  color: #444;
  letter-spacing: 0.1rem;
}
.news-section__date i {
  color: #0c7069;
}

.news-section__badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.45rem;
  font-size: 0.7rem;
  line-height: 1.4;
  border-radius: 3px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.news-section__badge--top {
  color: #fff;
  background: #026464;
}
.news-section__badge--new {
  color: #333;
  background: #ffc107;
}
.news-section__badge--hot {
  color: #fff;
  background: #dc3545;
}

.news-section__item-title {
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #111;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.news-section__desc {
  margin-top: 5px;
  font-size: 0.85rem;
  line-height: 1.6em;
  color: #444;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.news-section__cate {
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1.5em;
  color: #888;
  letter-spacing: 0.08em;
}

.news-section__item--featured {
  border-bottom: 1px solid #e6e6e6;
}
.news-section__item--featured::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #0c7069;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news-section__item--featured:hover::after {
  left: 0;
  width: 100%;
}
.news-section__item--featured:hover .news-section__pic-ratio img {
  width: 101%;
}
.news-section__item--featured .news-section__item-title {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-line-clamp: 2;
}
.news-section__item--featured .news-section__desc {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-line-clamp: 3;
}
.news-section__item--featured .news-section__cate {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #666;
}

.news-section__list .news-section__item {
  margin-bottom: 20px;
}

.news-section__list .news-section__pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.news-section__list .news-section__info {
  position: relative;
  margin-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% - 15px);
          flex: 0 0 calc(60% - 15px);
  max-width: calc(60% - 15px);
  padding: 5px 5px 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.news-section__list .news-section__info::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #0c7069;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news-section__list .news-section__item:hover .news-section__info::after {
  left: 0;
  width: 100%;
}

.news-section__list .news-section__item-title {
  font-size: 1rem;
  font-weight: 600;
  -webkit-line-clamp: 2;
}

.news-section__list .news-section__cate {
  margin-top: 4px;
  font-size: 0.75rem;
  color: #999;
}

.news-section__list .news-section__desc {
  display: none;
}

.news-section__actions {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991.98px) {
  #section-news-id.news-section {
    padding: 80px 0 64px;
  }
  #section-news-id .news-section__tabs.nav-pills {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-radius: 12px;
  }
  #section-news-id .news-section__tabs.nav-pills .news-section__tab-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 1px);
            flex: 1 1 calc(25% - 1px);
    min-width: calc(25% - 1px);
  }
  #section-news-id .news-section__tabs.nav-pills .news-section__tab.nav-link {
    font-size: 0.88rem;
    padding: 0.55rem 0.5rem;
    white-space: normal;
  }
  .news-section__list .news-section__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
  .news-section__list .news-section__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(65% - 15px);
            flex: 0 0 calc(65% - 15px);
    max-width: calc(65% - 15px);
  }
}
@media (max-width: 568px) {
  #section-news-id .news-section__tabs.nav-pills .news-section__tab-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1px);
            flex: 1 1 calc(50% - 1px);
    min-width: calc(50% - 1px);
  }
}
.section-news-swiper {
  position: relative;
  background: #fff;
  padding: 0 0 4rem;
}
@media (max-width: 767.98px) {
  .section-news-swiper {
    padding: 0 0 3rem;
  }
}

.news-poster-swiper-viewport {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.news-poster-swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.news-poster-swiper__slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.poster-item {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 160%;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.poster-item--link {
  cursor: pointer;
}
.poster-item:hover .poster-item__title, .poster-item:focus-within .poster-item__title {
  color: #0c7069;
}
.poster-item:hover .poster-item__info::after, .poster-item:focus-within .poster-item__info::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.poster-item .poster-card {
  width: 100%;
  max-width: 100%;
  height: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.poster-item .poster-card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.poster-item__info {
  position: relative;
  padding: 0.85rem 0 1.1rem;
  margin-top: 0.25rem;
}
.poster-item__info::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0c7069;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.poster-item__date {
  font-size: 0.85rem;
  color: #444;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}
.poster-item__date i {
  color: #0c7069;
  margin-right: 0.15rem;
}

.poster-item__title {
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  line-height: 1.45;
  color: #111;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.poster-item__cate {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #999;
}

.news-poster-pagination-wrap {
  margin-top: 1.5rem;
}

.news-poster-pagination {
  position: static !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-poster-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 3.5px !important;
  border-radius: 50%;
  background: #ccc;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-poster-pagination .swiper-pagination-bullet-active {
  width: 48px;
  height: 6px;
  border-radius: 999px;
  background: #0c7069;
}

.section-community {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 0;
  isolation: isolate;
}
@media (min-width: 992px) {
  .section-community {
    min-height: clamp(420px, 38vw, 520px);
  }
}
.section-community > .container.container-1400 {
  position: relative;
  z-index: 2;
}

.section-community__main {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  padding-bottom: 0;
  padding-inline: 2.75rem;
}
@media (min-width: 992px) {
  .section-community__main {
    width: 60%;
    max-width: 840px;
  }
}

.section-community__visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: clamp(280px, 42vw, 52%);
  min-height: 100%;
  overflow: visible;
  pointer-events: none;
}
@media (min-width: 992px) {
  .section-community__visual {
    min-height: clamp(420px, 38vw, 520px);
  }
}
.section-community__visual .circle-wrapper {
  position: absolute;
  width: 1000px;
  height: 1000px;
  right: -300px;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1600px) {
  .section-community__visual .circle-wrapper {
    width: 900px;
    height: 900px;
    right: -320px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (max-width: 1200px) {
  .section-community__visual .circle-wrapper {
    width: 800px;
    height: 800px;
    right: -320px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.section-community__visual .circle-wrapper .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  border: 290px solid rgba(120, 239, 231, 0.18);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-community__visual .circle-wrapper.circle-bottom {
  top: -10px;
}
.section-community__visual .circle-wrapper.circle-bottom .circle {
  border-color: rgba(120, 239, 231, 0.2);
}

.section-community__visual-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background-color: transparent;
  background-image: url("../img/index/community-building.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  -webkit-filter: grayscale(1) contrast(1.05);
          filter: grayscale(1) contrast(1.05);
}

@font-face {
  font-family: "SilverSouthSerif";
  src: url("../font/SilverSouthSerif.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.section-community__visual-deco {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.community-finearts-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 5px 0;
  overflow: visible;
}

.community-finearts-deco__text {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "SilverSouthSerif", "Times New Roman", Times, serif;
  font-size: clamp(120px, 16vw, 280px);
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: -0.03em;
  color: rgba(25, 172, 167, 0.7);
}

.community-finearts-deco__line {
  display: block;
  white-space: nowrap;
  will-change: transform;
}

@media (max-width: 1600px) {
  .section-community__visual .circle-wrapper {
    width: 900px;
    height: 900px;
    right: -300px;
  }
  .section-community__visual .circle-wrapper .circle {
    border-width: 240px;
  }
  .section-community__visual .circle-wrapper.circle-bottom {
    top: 50px;
  }
}
@media (max-width: 1400px) {
  .section-community__visual .circle-wrapper {
    width: 850px;
    height: 850px;
    right: -310px;
  }
  .section-community__visual .circle-wrapper .circle {
    border-width: 240px;
  }
  .section-community__visual .circle-wrapper.circle-bottom {
    top: 30px;
  }
}
@media (max-width: 1200px) {
  .section-community__visual .circle-wrapper {
    width: 800px;
    height: 800px;
    right: -350px;
  }
  .section-community__visual .circle-wrapper .circle {
    border-width: 240px;
  }
  .section-community__visual .circle-wrapper.circle-bottom {
    top: 0px;
  }
}
@media (max-width: 992px) {
  .section-community__visual .circle-wrapper {
    width: 660px;
    height: 660px;
    right: -200px;
  }
  .section-community__visual .circle-wrapper .circle {
    border-width: 240px;
  }
  .section-community__visual .circle-wrapper.circle-bottom {
    top: 0px;
  }
}
.section-community__lead {
  margin: 1rem 0 2rem;
  padding-top: 1.15rem;
  border-top: 1px solid #d8d8d8;
  max-width: 100%;
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.9;
  color: #444;
  letter-spacing: 0.02em;
}

.community-swiper-panel {
  position: relative;
  overflow: visible;
}

.community-swiper-wrap {
  max-width: 100%;
  overflow: visible;
  min-height: calc(10rem + 1.5rem);
  padding-bottom: 0;
}

.community-swiper {
  overflow: hidden;
  padding: 1.25rem 0 1.25rem;
}

.community-swiper__slide {
  width: 10rem;
  height: auto;
  padding-bottom: 0.25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.community-swiper__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: inherit;
}

.community-swiper__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
  width: 10rem;
  height: 10rem;
  padding: 0.55rem 0.45rem 0.5rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  color: #0b746d;
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.community-swiper__bubble i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}

.community-swiper__label {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.01em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.community-swiper__slide:hover .community-swiper__bubble {
  color: #fff;
  background: linear-gradient(145deg, #0b746d 0%, #009b91 100%);
  border-color: transparent;
  -webkit-box-shadow: 0 5px 18px rgba(11, 116, 109, 0.5);
          box-shadow: 0 5px 18px rgba(11, 116, 109, 0.5);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.community-swiper__slide:hover .community-swiper__bubble .community-swiper__label {
  color: #fff;
}

.community-swiper__nav {
  position: absolute;
  top: calc(50% + 85px);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  padding-top: 2px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #c8c8c8;
  font-size: 3rem;
  line-height: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.22s ease, background-color 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, background-color 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
  transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease, -webkit-transform 0.22s ease;
}
.community-swiper__nav i {
  display: grid;
  place-items: center;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  pointer-events: none;
}
.community-swiper__nav i::before {
  display: block;
  line-height: 1;
}
.community-swiper__nav--prev i {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.community-swiper__nav--next i {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.community-swiper__nav--prev {
  left: 0;
}
.community-swiper__nav--next {
  right: 0;
}
.community-swiper__nav:hover {
  color: #0b746d;
  background-color: rgba(11, 116, 109, 0.08);
  -webkit-transform: translateY(-50%) scale(1.06);
          transform: translateY(-50%) scale(1.06);
}
.community-swiper__nav:hover i {
  -webkit-transform: none;
          transform: none;
}
.community-swiper__nav--prev:hover i {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.community-swiper__nav--next:hover i {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.community-swiper__nav:disabled, .community-swiper__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

@media (max-width: 991.98px) {
  .community-finearts-deco__text {
    position: absolute;
    left: 25%;
  }
  .section-community {
    padding-top: 0;
  }
  .section-community__visual {
    position: relative;
    width: 100%;
    height: clamp(200px, 42vw, 320px);
    min-height: clamp(200px, 42vw, 320px);
    margin-top: -50px;
  }
  .section-community__visual-bg {
    background-position: right bottom;
    background-size: auto 100%;
  }
}
.quicklink {
  position: relative;
  isolation: isolate;
  z-index: 5;
  width: 100%;
  margin: 0;
  padding: 70px clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  background-color: #ececec;
  color: #333;
}
@media (max-width: 991.98px) {
  .quicklink {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.quicklink__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quicklink__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.quicklink__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1rem) clamp(1.25rem, 2.5vw, 2rem);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1400px) {
  .quicklink__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.quicklink__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.quicklink__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem 0.6rem;
  min-height: 2.4rem;
  max-width: 100%;
  padding: 0.45rem 0.75rem;
  margin: -0.1rem -0.35rem;
  color: #333;
  text-decoration: none;
  font-size: clamp(1rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  border-radius: 10px;
  -webkit-transition: color 0.22s ease, background-color 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, background-color 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, -webkit-box-shadow 0.22s ease, -webkit-transform 0.22s ease;
}
.quicklink__link:hover {
  color: #111;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.quicklink__link:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.quicklink__link:hover .quicklink__icon {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  color: #111;
}
.quicklink__link:focus-visible {
  outline: 2px solid #333;
  outline-offset: 3px;
  border-radius: 4px;
}

.quicklink__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  color: currentColor;
  -webkit-transition: color 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, -webkit-transform 0.22s ease;
  transition: transform 0.22s ease, color 0.22s ease;
  transition: transform 0.22s ease, color 0.22s ease, -webkit-transform 0.22s ease;
}

.quicklink__icon.bx {
  font-size: 1.45rem;
}

.quicklink__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

@media (max-width: 991.98px) {
  .quicklink__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .quicklink__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .quicklink__grid {
    grid-template-columns: 1fr;
  }
  .quicklink__link {
    padding: 0.5rem 0.65rem;
    margin: -0.1rem -0.2rem;
  }
}
.features {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 0 0 clamp(2.5rem, 3vw, 4rem);
  background: transparent;
  overflow: hidden;
}
.features__branch-deco {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: clamp(280px, 30vw, 500px);
  max-width: 42%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
}
.features__top {
  position: relative;
  z-index: 5;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .features__top {
    height: 70vh;
  }
}
.features .features__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.features .features__text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.features .info_text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}
.features .info_text .features__section-title {
  margin: 0 0 1rem;
}
.features .info_text .desc {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
}
.features .info_text .desc p {
  margin: 0;
}
.features .info_text .features__actions {
  margin-top: 0.25rem;
}
.features__video-overlay {
  position: relative;
  z-index: 6;
  margin-top: clamp(-5rem, -7vw, -7rem);
  padding-bottom: 1rem;
}
.features .video-swiper {
  position: relative;
}
.features .video-swiper .video-swiper__slide .video-card .video-card__thumb-wrap {
  background: #fff;
}
.features .video-swiper .swiper-button-prev,
.features .video-swiper .swiper-button-next {
  --swiper-navigation-size: 22px;
  --swiper-navigation-color: #fff;
  width: 44px;
  height: 44px;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.features .video-swiper .swiper-button-prev:hover,
.features .video-swiper .swiper-button-next:hover {
  background: rgba(153, 121, 51, 0.7);
}
.features .video-swiper .swiper-button-prev {
  left: 8px;
}
.features .video-swiper .swiper-button-next {
  right: 8px;
}
.features .video-swiper .swiper-button-prev::after,
.features .video-swiper .swiper-button-next::after {
  font-size: 1.4rem;
  font-weight: 700;
}

@-webkit-keyframes features-triangle-float {
  0% {
    -webkit-transform: translateY(0) rotate(var(--tri-rotate, 0deg));
            transform: translateY(0) rotate(var(--tri-rotate, 0deg));
  }
  100% {
    -webkit-transform: translateY(-130vh) rotate(calc(var(--tri-rotate, 0deg) + 360deg));
            transform: translateY(-130vh) rotate(calc(var(--tri-rotate, 0deg) + 360deg));
  }
}

@keyframes features-triangle-float {
  0% {
    -webkit-transform: translateY(0) rotate(var(--tri-rotate, 0deg));
            transform: translateY(0) rotate(var(--tri-rotate, 0deg));
  }
  100% {
    -webkit-transform: translateY(-130vh) rotate(calc(var(--tri-rotate, 0deg) + 360deg));
            transform: translateY(-130vh) rotate(calc(var(--tri-rotate, 0deg) + 360deg));
  }
}
.features .background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.features .bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.features .bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 48px;
  height: auto;
  aspect-ratio: calc(1 / 0.8660254038);
  background-color: rgba(210, 249, 246, 0.5);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  bottom: -160px;
  --tri-rotate: 0deg;
  -webkit-animation: features-triangle-float 25s infinite linear;
          animation: features-triangle-float 25s infinite linear;
}
.features .bg-bubbles li:nth-child(1) {
  left: 10%;
  width: 200px;
  --tri-rotate: 18deg;
}
.features .bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 72px;
  --tri-rotate: -32deg;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.features .bg-bubbles li:nth-child(3) {
  left: 25%;
  width: 36px;
  --tri-rotate: 55deg;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.features .bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 96px;
  --tri-rotate: -18deg;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}
.features .bg-bubbles li:nth-child(5) {
  left: 70%;
  width: 56px;
  --tri-rotate: 42deg;
}
.features .bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 140px;
  --tri-rotate: -48deg;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.features .bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 120px;
  --tri-rotate: 28deg;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.features .bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 24px;
  --tri-rotate: -65deg;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.features .bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 64px;
  --tri-rotate: 12deg;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.features .bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 110px;
  --tri-rotate: -22deg;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

.features__scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  bottom: -80px;
}
.features__scene-building {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 3;
  width: clamp(480px, 50vw, 1000px);
  height: 900px;
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
}
@media (min-width: 1600px) {
  .features__scene-building {
    bottom: -5px;
  }
}
@media (max-width: 1600px) {
  .features__scene-building {
    bottom: 0;
    left: -30px;
  }
}
@media (max-width: 1400px) {
  .features__scene-building {
    left: -90px;
  }
}
@media (max-width: 1200px) {
  .features__scene-building {
    display: none;
  }
}
.features__scene-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin-inline: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}
.features__scene-bg--02 {
  z-index: 2;
  bottom: -20px;
  aspect-ratio: 1980/514.88;
}
@media (max-width: 1600px) {
  .features__scene-bg--02 {
    bottom: 0;
  }
}
.features__scene-bg--01 {
  z-index: 1;
  bottom: -30px;
  aspect-ratio: 1980/668.54;
}
@media (max-width: 1600px) {
  .features__scene-bg--01 {
    bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .features {
    padding-top: 0;
  }
  .features__top {
    height: 50vh;
  }
  .features .features__text-col {
    display: block;
  }
  .features__scene-building {
    width: clamp(220px, 88vw, 620px);
  }
  .features__scene-bg {
    width: 100%;
  }
  .features__branch-deco {
    width: clamp(190px, 42vw, 340px);
    max-width: 58%;
    opacity: 0.9;
  }
  .features .info_text {
    max-width: 100%;
  }
  .features .info_text .features__actions {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .features__video-overlay {
    margin-top: -2rem;
  }
}
@media (max-width: 575.98px) {
  .features .video-swiper .swiper-button-prev,
  .features .video-swiper .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .features .video-swiper .swiper-button-prev {
    left: 0;
  }
  .features .video-swiper .swiper-button-next {
    right: 0;
  }
}
.video-full {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 0 150px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-full {
    padding: 100px 0 120px;
  }
}
@media (max-width: 576px) {
  .video-full {
    padding: 60px 0 80px;
  }
}
.video-full__viewport {
  width: 100%;
  position: relative;
  z-index: 3;
}

.video-swiper {
  width: 100%;
  overflow: visible;
}
@media (max-width: 768px) {
  .video-swiper {
    padding: 0 30px;
  }
}
.video-swiper__slide {
  height: auto;
}

.video-card {
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-card__thumb-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 30px rgba(8, 27, 71, 0.22);
          box-shadow: 0 12px 30px rgba(8, 27, 71, 0.22);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-card__thumb-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.76) 100%);
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.video-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.video-card__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 576px) {
  .video-card__icon {
    width: 72px;
    height: 72px;
  }
}
.video-card__icon--play {
  background: rgba(220, 53, 69, 0.8);
  color: rgba(255, 255, 255, 0.7725490196);
  font-size: 2rem;
  -webkit-box-shadow: 0 12px 28px rgba(220, 53, 69, 0.4);
          box-shadow: 0 12px 28px rgba(220, 53, 69, 0.4);
}
@media (max-width: 576px) {
  .video-card__icon--play {
    font-size: 1.7rem;
  }
}
.video-card__icon--play i {
  line-height: 1;
  display: block;
  -webkit-transform: translateX(0.12em);
          transform: translateX(0.12em);
}
.video-card__icon--link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  background: rgba(15, 23, 42, 0.45);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.video-card:hover .video-card__icon--play {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
          transform: translate(-50%, -50%) scale(1.08);
}
.video-card__content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  z-index: 3;
  height: 24%;
  padding-bottom: 14px;
  color: #fff;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-card__content--title {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-card:hover .video-card__thumb-wrap::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 182, 182, 0.768627451)), to(rgba(24, 136, 136, 0.7960784314)));
  background-image: linear-gradient(180deg, rgba(2, 182, 182, 0.768627451), rgba(24, 136, 136, 0.7960784314));
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-card:hover .video-card__content {
  height: 32%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-swiper .swiper-slide-active .video-card {
  -webkit-transform: translateY(-10px) scale(1.06);
          transform: translateY(-10px) scale(1.06);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .video-swiper .swiper-slide-active .video-card {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.video-swiper .swiper-slide-active .video-card__thumb-wrap::after {
  opacity: 0.9;
}

.index-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 30px;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.index-btn::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("../img/svg/icon-arrowRight.svg") no-repeat center/contain;
  mask: url("../img/svg/icon-arrowRight.svg") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.index-btn:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.index-btn--default {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0b746d), color-stop(50%, #0b746d), to(#009b91));
  background: linear-gradient(90deg, #0b746d 0%, #0b746d 50%, #009b91 100%);
  border: none !important;
}
.index-btn--default:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0b746d), color-stop(50%, #009b91), to(#009b91));
  background: linear-gradient(90deg, #0b746d 0%, #009b91 50%, #009b91 100%);
  border: none !important;
}

.index-btn--white {
  color: #009b91;
  background: #fff;
  border-color: #009b91;
}
.index-btn--white:hover {
  color: #fff;
  background: #009b91;
  border-color: #009b91;
}

.index-btn--sm {
  padding: 8px 18px;
  font-size: 0.85rem;
  line-height: 1.35;
}
.index-btn--sm::after {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}/*# sourceMappingURL=index.css.map */