@charset "UTF-8";
.section-01.hero-swiper-wrap {
  position: relative;
  aspect-ratio: 16/6.6;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平置中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直置中 */
}

.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: 12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  max-width: 65%;
  color: #fff;
  padding: 0 6%;
}
@media (max-width: 1399.98px) {
  .hero-content {
    max-width: 70%;
  }
}
@media (max-width: 767.98px) {
  .hero-content {
    left: 24px;
    right: 24px;
    max-width: 85%;
  }
}
.hero-content .hero-subtitle {
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
}
@media (max-width: 767.98px) {
  .hero-content .hero-subtitle {
    font-size: clamp(0.98rem, 1.2vw + 0.2rem, 1.15rem);
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 575.98px) {
  .hero-content .hero-subtitle {
    font-size: clamp(0.9rem, 3vw, 1rem);
    margin-bottom: 0.4rem;
  }
}
.hero-content .hero-title {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: clamp(2rem, 3.5vw, 4.5rem);
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 2rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .hero-content .hero-title {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .hero-content .hero-title {
    font-size: clamp(1.6rem, 5.5vw, 2.4rem);
    margin-bottom: 0.4rem;
  }
}
.hero-content .hero-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  background: #1545b6;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  padding: clamp(10px, 0.8vw, 12px) clamp(20px, 1.5vw, 28px);
}
.hero-content .hero-btn:hover {
  background: #0f3690;
  color: #fff;
}
@media (max-width: 991.98px) {
  .hero-content .hero-btn {
    font-size: clamp(0.9rem, 1vw + 0.2rem, 1rem);
    padding: clamp(9px, 1vw, 11px) clamp(18px, 2vw, 24px);
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .hero-content .hero-btn {
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    padding: 6px 18px;
    gap: 8px;
  }
}

.hero-pagination-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 100px;
  height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero-pagination {
  position: relative;
  width: 22px;
  margin-right: 4px;
}
.hero-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 28px auto !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);
}
.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);
}
.hero-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.85);
}
.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;
}

.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: 768px) {
  .hero-pagination-wrap {
    right: 0;
    height: 164px;
    width: 100px;
  }
  .hero-scroll-indicator {
    left: 12px;
    bottom: 0;
  }
  .hero-scroll-indicator .hero-scroll-line {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .hero-pagination-wrap {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-pagination {
    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 {
    margin: 0 9px !important;
  }
  .hero-pagination .swiper-pagination-bullet-active::before {
    display: none;
  }
  .hero-scroll-indicator {
    display: none;
  }
}
#section-02.news-section {
  position: relative;
  padding: 100px 0 40px;
  min-height: 640px;
  z-index: 0;
}

#section-02.news-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150%;
  background-image: url("../img/bg/news_bg.png");
  background-position: left -2px;
  background-repeat: no-repeat;
  z-index: -1;
}

.news-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.news-section__title-wrap {
  min-width: 220px;
}

.news-section__title {
  margin: 0 0 0.45rem;
  padding-left: 0.9rem;
  font-size: clamp(2rem, 2.6vw, 2.85rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111827;
  border-left: 4px solid #1f4db5;
}

.news-section__desc {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
}

.news-section__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-section__tab {
  border: 1px solid #cfd5df !important;
  border-radius: 0;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #3d4758;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding: 0.72rem 1.45rem;
  min-height: 46px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-section__tab:hover {
  border-color: #194098 !important;
  background: #eaf0ff !important;
  background-color: #eaf0ff !important;
  color: #16397f !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 3px 10px rgba(25, 64, 152, 0.16);
          box-shadow: 0 3px 10px rgba(25, 64, 152, 0.16);
}
.news-section__tab.active, .news-section__tab[aria-selected=true] {
  border-color: #194098 !important;
  background: #194098 !important;
  background-color: #194098 !important;
  color: #fff !important;
}
.news-section__tab.active:hover, .news-section__tab[aria-selected=true]:hover {
  border-color: #194098 !important;
  background: #194098 !important;
  color: #fff !important;
}

.news-section__tabs .news-section__tab.nav-link.active,
.news-section__tabs .news-section__tab.nav-link[aria-selected=true] {
  border-color: #194098 !important;
  background: #194098 !important;
  background-color: #194098 !important;
  color: #fff !important;
}

.news-section__tabs .news-section__tab.nav-link.active:hover,
.news-section__tabs .news-section__tab.nav-link[aria-selected=true]:hover {
  border-color: #194098 !important;
  background: #194098 !important;
  background-color: #194098 !important;
  color: #fff !important;
}

.news-section__tab.nav-link:not(.active),
.news-section__tab[aria-selected=false] {
  border: 1px solid #cfd5df !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #3d4758 !important;
}
.news-section__tab.nav-link:not(.active):hover,
.news-section__tab[aria-selected=false]:hover {
  border-color: #194098 !important;
  background: #eaf0ff !important;
  background-color: #eaf0ff !important;
  color: #16397f !important;
}

.news-section__content {
  width: 100%;
}

.news-section__pane {
  width: 100%;
}

.news-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.news-card {
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.news-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.news-card__image-link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.8rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.news-card__image-link img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}

.news-card__meta {
  color: #8b94a6;
  font-size: 0.78rem;
  margin-bottom: 0.5rem;
}

.news-card__title {
  font-size: clamp(1.15rem, 1.05vw, 1.85rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__title a {
  color: #111827;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.news-card__title a:hover {
  color: #1f4db5;
}

.news-card:hover .news-card__image-link img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.news-card:hover .news-card__title a {
  color: #1f4db5;
}

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

@media (max-width: 1199.98px) {
  .news-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  #section-02.news-section {
    padding: 80px 0 64px;
  }
  .news-section__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .news-section__tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .news-section__grid {
    grid-template-columns: 1fr;
  }
  .news-section__title {
    font-size: 1.95rem;
  }
}
.section-03.dept-latest {
  padding: 60px 0 120px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.section-03.dept-latest::before {
  content: "";
  position: absolute;
  top: -260px;
  right: 0;
  width: 100%;
  height: 150%;
  background-image: url("../img/bg/latest_bg1.png");
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}
.section-03.dept-latest::after {
  content: "";
  position: absolute;
  top: -260px;
  right: 0;
  width: 100%;
  height: 150%;
  background-image: url("../img/bg/latest_bg2.png");
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -2;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .section-03.dept-latest::before, .section-03.dept-latest::after {
    top: -200px;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (max-width: 768px) {
  .section-03.dept-latest::before, .section-03.dept-latest::after {
    top: -200px;
    background-size: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.latest-intro-card {
  background: #EEF1FF;
  border-radius: 12px;
  padding: 24px 24px 20px;
}

.latest-intro-en {
  color: #194098;
  font-size: 1.35rem;
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif;
}

.latest-intro-title {
  color: #111827;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.latest-intro-desc {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
}

.latest-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 14/10;
  min-height: 210px;
  text-decoration: none;
}
.latest-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.latest-card-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  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%);
  height: 58%;
  bottom: 0;
  top: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.latest-card-mask::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0032a6;
  opacity: 0;
  -webkit-transform: translateY(18%);
          transform: translateY(18%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.latest-card-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  color: #fff;
  z-index: 2;
  height: 110px;
  padding-bottom: 14px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.latest-card-date {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 6px;
}
.latest-card-date i {
  color: #fff;
}

.latest-card-title {
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest-card-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 8px;
  display: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest-card-more {
  margin-top: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.latest-card-more::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 2px;
  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;
}

.latest-card:hover .latest-card-mask,
.latest-card.is-active .latest-card-mask {
  top: auto;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.latest-card:hover .latest-card-mask::before,
.latest-card.is-active .latest-card-mask::before {
  opacity: 0.7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.latest-card:hover .latest-card-content,
.latest-card.is-active .latest-card-content {
  height: 100%;
  padding-top: 14%;
}
.latest-card:hover .latest-card-title,
.latest-card:hover .latest-card-date,
.latest-card:hover .latest-card-date i,
.latest-card.is-active .latest-card-title,
.latest-card.is-active .latest-card-date,
.latest-card.is-active .latest-card-date i {
  color: #fff;
}
.latest-card:hover .latest-card-desc,
.latest-card.is-active .latest-card-desc {
  display: -webkit-box;
}
.latest-card:hover .latest-card-more,
.latest-card.is-active .latest-card-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 992px) {
  .latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .latest-card {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  .latest-grid {
    grid-template-columns: 1fr;
  }
  .latest-card {
    min-height: 220px;
  }
}
.section-04 .project-section-bg {
  width: 100%;
  padding: 120px 0;
  background-image: url("../img/bg/04_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #EBF1FF;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .section-04 .project-section-bg {
    background-size: 100%;
  }
}
.section-04 .project-section-header {
  margin-bottom: 2rem;
}
.section-04 .project-section-subtitle {
  color: #131824;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 16px;
  margin: 0;
}
.section-04 .project-box {
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 120px;
}
.section-04 .project-box:last-child {
  margin-bottom: 0;
}
.section-04 .project-box.project-box--reverse .project-main-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section-04 .project-box.project-box--reverse .project-content-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.section-04 .project-box.project-box--reverse .project-main-image::before {
  left: auto;
  right: -14px;
}
@media (min-width: 992px) {
  .section-04 .project-box.project-box--reverse .project-slider-wrap {
    left: 0;
  }
  .section-04 .project-box.project-box--reverse .swiper_project-controls {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.section-04 .project-layout {
  min-height: 500px;
}
.section-04 .project-main-link {
  display: block;
  height: 100%;
}
.section-04 .project-main-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 455px;
  overflow: visible;
  background: #e7eeff;
  border-radius: 12px;
}
.section-04 .project-main-image::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -14px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #BECDEE;
  pointer-events: none;
}
.section-04 .project-main-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .section-04 .project-main-image img {
    height: 640px;
  }
}
.section-04 .project-intro {
  padding: 0 8px 12px;
}
.section-04 .project-subtitle {
  color: #1f4db5;
  font-weight: 700 !important;
  font-size: clamp(1.2rem, 0.9vw, 1.3rem);
  line-height: 1.25;
}
.section-04 .project-title {
  color: #161627;
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.01em;
}
.section-04 .project-desc {
  color: #5f667a;
  line-height: 1.7;
  max-width: 96%;
  font-size: 1rem;
}
.section-04 .project-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 30px;
  color: #fff;
  background: #1f4db5;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.6;
}
.section-04 .project-btn:hover {
  color: #fff;
  background: #0c3a98;
}
.section-04 .project-btn .arrow-icon {
  width: 15px;
  height: 15px;
}
.section-04 .project-slider-wrap {
  position: relative;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .section-04 .project-slider-wrap {
    position: absolute !important;
    z-index: 2;
    bottom: 0px;
    width: 63%;
    left: 37%;
  }
}
.section-04 .swiper_project-pagination {
  position: static;
  width: auto;
  font-weight: 700;
  color: #1f4db5;
}
.section-04 .swiper_project-pagination .swiper-page-current {
  font-size: 1.15rem;
  letter-spacing: 0.03em;
}
.section-04 .swiper_project-pagination .swiper-page-divider,
.section-04 .swiper_project-pagination .swiper-page-total {
  font-size: 0.95rem;
  color: #a0a6b7;
  margin-left: 4px;
}
.section-04 .swiper_project-pagination .swiper-page-track {
  position: relative;
  display: inline-block;
  width: 168px;
  height: 1px;
  margin: 0 18px;
  background-color: rgba(0, 51, 160, 0.3);
  vertical-align: middle;
  --current: 1;
  --total: 1;
}
.section-04 .swiper_project-pagination .swiper-page-track-inner {
  position: absolute;
  top: -1px;
  left: 0;
  height: 2px;
  width: calc(100% / var(--total));
  background-color: #1f4db5;
  -webkit-transform: translateX(calc((var(--current) - 1) * 100%));
          transform: translateX(calc((var(--current) - 1) * 100%));
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.section-04 .swiper_project-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  gap: 7px;
}
.section-04 .swiper_project-prev,
.section-04 .swiper_project-next {
  position: static;
  width: 36px;
  height: 36px;
  margin-top: 0;
  border-radius: 50%;
  border: 1px solid #0033a0;
  background-color: #fff;
  color: #0033a0;
  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;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.section-04 .swiper_project-prev::after,
.section-04 .swiper_project-next::after {
  content: "";
  width: 14px;
  height: 14px;
  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;
}
.section-04 .swiper_project-prev:hover,
.section-04 .swiper_project-next:hover {
  background-color: #0033a0;
  color: #fff;
}
.section-04 .swiper_project-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-04 .swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.section-04 .swiper_project {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}
.section-04 .swiper_project .swiper-slide {
  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;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.section-04 .swiper_project .swiper-slide .link_pic {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  --name-bottom: 10px;
  --meta-gap: 24px;
  --name-bottom-hover: 46%;
  --meta-gap-hover: 22px;
}
.section-04 .swiper_project .swiper-slide .link_pic::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.76)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.76) 100%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.section-04 .swiper_project .swiper-slide .link_pic:hover::after {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 50, 166, 0.7)), to(rgba(0, 50, 166, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 50, 166, 0.7) 0%, rgba(0, 50, 166, 0.7) 100%);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.section-04 .swiper_project .swiper-slide .link_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-04 .swiper_project .swiper-slide .link_pic .link_meta {
  position: absolute;
  left: 14px;
  top: 58%;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.section-04 .swiper_project .swiper-slide .link_pic .link_name {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 68%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  z-index: 10;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-04 .swiper_project .swiper-slide .link_pic .link_desc {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 90%;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.section-04 .swiper_project .swiper-slide .link_pic:hover .link_meta {
  top: 25%;
}
.section-04 .swiper_project .swiper-slide .link_pic:hover .link_name {
  top: 35%;
}
.section-04 .swiper_project .swiper-slide .link_pic:hover .link_desc {
  top: 60%;
  opacity: 1;
}
@media (max-width: 992px) {
  .section-04 .project-layout {
    min-height: auto;
  }
  .section-04 .project-box {
    margin-bottom: 42px;
  }
  .section-04 .project-box:last-child {
    margin-bottom: 0;
  }
  .section-04 .project-box.project-box--reverse .project-main-col,
  .section-04 .project-box.project-box--reverse .project-content-col {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .section-04 .project-main-image {
    min-height: 320px;
  }
  .section-04 .project-subtitle {
    font-size: 1.2rem;
  }
  .section-04 .project-title {
    font-size: 2.3rem;
  }
  .section-04 .project-desc {
    max-width: 100%;
    font-size: 1rem;
  }
  .section-04 .swiper_project .swiper-slide .link_pic {
    height: auto;
    aspect-ratio: 4/3;
  }
  .section-04 .swiper_project-pagination .swiper-page-track {
    width: 120px;
  }
}

@media (max-width: 992px) {
  .section-04 .project-main-col {
    margin-bottom: 20px;
  }
  .section-04 .project-box {
    padding: 10px 60px;
  }
}
@media (max-width: 768px) {
  .section-04 .project-box {
    padding: 10px 20px;
  }
}
#section-05.dept-honor-wrap,
#section-05.dept-honor-wrap * {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.section-05.dept-honor-wrap {
  padding: 100px 0 120px;
  background-image: url("../img/bg/05_bg.png");
  background-position: left -2px;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .section-05.dept-honor-wrap {
    background-size: 100%;
  }
}

.dept-honor-head__title {
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  color: #111;
  line-height: 1.15;
}

.dept-honor-head__subtitle {
  margin: 0;
  color: #444;
  font-size: clamp(0.95rem, 1.05vw, 1rem);
  line-height: 1.7;
  font-weight: 400;
}

.dept-honor {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.honor-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 800/600;
  text-decoration: none;
}
.honor-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.honor-list-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
}
.honor-list-grid .honor-card:nth-child(1) {
  grid-column: 3;
  grid-row: 1/span 2;
  aspect-ratio: auto;
  align-self: stretch;
}
.honor-list-grid .honor-card:nth-child(2) {
  grid-column: 1;
  grid-row: 1;
}
.honor-list-grid .honor-card:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.honor-list-grid .honor-card:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
.honor-list-grid .honor-card:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.honor-card-mask {
  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%);
  height: 58%;
  bottom: 0;
  top: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honor-card-mask::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0032a6;
  opacity: 0;
  -webkit-transform: translateY(18%);
          transform: translateY(18%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.honor-card-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  color: #fff;
  z-index: 2;
  height: 110px;
  padding-bottom: 14px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.honor-card-date {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 6px;
}
.honor-card-date i {
  color: #fff;
}

.honor-card-title {
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.honor-card-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 8px;
  display: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.honor-card-more {
  margin-top: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.honor-card-more::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 2px;
  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;
}

.honor-card:hover .honor-card-mask,
.honor-card.is-active .honor-card-mask {
  top: auto;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honor-card:hover .honor-card-mask::before,
.honor-card.is-active .honor-card-mask::before {
  opacity: 0.7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.honor-card:hover .honor-card-content,
.honor-card.is-active .honor-card-content {
  height: 100%;
  padding-top: 14%;
}
@media (min-width: 991.98px) {
  .honor-card:hover:nth-child(1) .honor-card-content,
  .honor-card.is-active:nth-child(1) .honor-card-content {
    height: 80%;
    padding-top: 14%;
  }
}
.honor-card:hover .honor-card-title,
.honor-card:hover .honor-card-date,
.honor-card:hover .honor-card-date i,
.honor-card.is-active .honor-card-title,
.honor-card.is-active .honor-card-date,
.honor-card.is-active .honor-card-date i {
  color: #fff;
}
.honor-card:hover .honor-card-desc,
.honor-card.is-active .honor-card-desc {
  display: -webkit-box;
}
.honor-card:hover .honor-card-more,
.honor-card.is-active .honor-card-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 991.98px) {
  .honor-list-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .honor-list-grid .honor-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1/span 2;
    aspect-ratio: auto;
    align-self: stretch;
  }
  .honor-list-grid .honor-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .honor-list-grid .honor-card:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .honor-list-grid .honor-card:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .honor-list-grid .honor-card:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
    aspect-ratio: 800/600;
    align-self: auto;
  }
}
@media (max-width: 767.98px) {
  .honor-list-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .honor-list-grid .honor-card:nth-child(1),
  .honor-list-grid .honor-card:nth-child(2),
  .honor-list-grid .honor-card:nth-child(3),
  .honor-list-grid .honor-card:nth-child(4),
  .honor-list-grid .honor-card:nth-child(5) {
    grid-column: 1;
    grid-row: auto;
  }
  .honor-card {
    aspect-ratio: 800/600;
  }
  .honor-list-grid .honor-card:nth-child(1) {
    aspect-ratio: 800/600 !important;
  }
}
.section-06.pilot-section {
  background: url("../img/bg/pilot_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: clamp(2rem, 5vw, 4rem) 0;
  min-height: 800px;
}
.section-06.pilot-section > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-06.pilot-section .pilot-section-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1rem 1.25rem;
  width: 100%;
  max-width: 100%;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.section-06.pilot-section .pilot-section-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;
  gap: 10px;
  padding: 12px 32px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.section-06.pilot-section .pilot-section-btn .arrow-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  display: block;
}
.section-06.pilot-section .pilot-section-btn--primary {
  color: #fff;
  background: #1f4db5;
  border: 1px solid #1f4db5;
}
.section-06.pilot-section .pilot-section-btn--primary:hover {
  color: #fff;
  background: #0c3a98;
  border-color: #0c3a98;
}

.pilot-title-wrap {
  text-align: center;
  margin-bottom: 38px;
}

.pilot-title {
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  color: #111;
  line-height: 1.15;
}

.pilot-subtitle {
  margin: 0;
  color: #444;
  font-size: clamp(0.95rem, 1.05vw, 1rem);
  line-height: 1.7;
  font-weight: 400;
}

.pilot-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 48px;
}

.pilot-card-shadow {
  border-radius: 18px;
  -webkit-box-shadow: 5px 10px 5px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 10px 5px -2px rgba(0, 0, 0, 0.3);
}

.pilot-card {
  --left-col: 39%;
  --right-col: 61%;
  --divider-x: 39%;
  --notch-size: 30px;
  --notch-radius: 10px;
  --hole-strip-width: 22px;
  --hole-size: 5px;
  --hole-gap: 16px;
  display: grid;
  grid-template-columns: var(--left-col) var(--right-col);
  min-height: 320px;
  border-radius: 16px;
  overflow: visible;
  background: #f7f8fa;
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), radial-gradient(circle at var(--divider-x) 0, transparent calc(var(--notch-radius) - 0.5px), #000 var(--notch-radius)), radial-gradient(circle at var(--divider-x) 100%, transparent calc(var(--notch-radius) - 0.5px), #000 var(--notch-radius));
  -webkit-mask-image: linear-gradient(#000, #000), radial-gradient(circle at var(--divider-x) 0, transparent calc(var(--notch-radius) - 0.5px), #000 var(--notch-radius)), radial-gradient(circle at var(--divider-x) 100%, transparent calc(var(--notch-radius) - 0.5px), #000 var(--notch-radius));
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), radial-gradient(circle at var(--divider-x) 0, transparent calc(var(--notch-radius) - 0.5px), #000 var(--notch-radius)), radial-gradient(circle at var(--divider-x) 100%, transparent calc(var(--notch-radius) - 0.5px), #000 var(--notch-radius));
          mask-image: linear-gradient(#000, #000), radial-gradient(circle at var(--divider-x) 0, transparent calc(var(--notch-radius) - 0.5px), #000 var(--notch-radius)), radial-gradient(circle at var(--divider-x) 100%, transparent calc(var(--notch-radius) - 0.5px), #000 var(--notch-radius));
  -webkit-mask-size: 100% 100%, 100% 100%, 100% 100%;
          mask-size: 100% 100%, 100% 100%, 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-composite: xor, xor;
          mask-composite: exclude, exclude;
  overflow: hidden;
}
.pilot-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5d8fff), to(#7aa3ff));
  background: linear-gradient(180deg, #5d8fff 0%, #7aa3ff 100%);
  z-index: 1;
  pointer-events: none;
}

.pilot-photo {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pilot-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pilot-content {
  padding: 34px 34px 28px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f3f4f6;
  position: relative;
  z-index: 1;
}
.pilot-content::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -1px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border-left: 2px dashed #888;
}

.pilot-label,
.pilot-quote-label,
.pilot-link-label {
  margin: 0 0 8px;
  font-size: 0.8rem;
  color: rgb(133, 133, 133);
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.pilot-name {
  margin: 0;
  font-size: clamp(1.8rem, 2.05vw, 2rem);
  line-height: 1.15;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.pilot-role {
  margin: 5px 0 0;
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  font-weight: 500;
  color: #333;
  line-height: 1.35;
}

.pilot-quote-label {
  margin-top: 26px;
  margin-bottom: 6px;
}

.pilot-quote {
  margin: 4px 0 0;
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  line-height: 1.4;
  color: #000;
  font-weight: 300;
  max-width: 92%;
}

.pilot-link-label {
  margin: 0 0 4px;
}
@media (max-width: 768px) {
  .pilot-link-label {
    margin-top: 20px !important;
  }
}

.pilot-link {
  margin: 4px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #222;
  text-decoration: none;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 300;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pilot-link .arrow {
  width: 54px;
  height: 1px;
  background: #555;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pilot-link .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pilot-link:hover {
  color: #0d4cc7;
}
.pilot-link:hover .arrow {
  width: 120px;
  background: #0d4cc7;
}
.pilot-link:hover .arrow::after {
  border-color: #0d4cc7;
}

.pilot-card-shadow > a:hover .pilot-photo img {
  -webkit-transform: scale(1.03) rotate(1.2deg);
          transform: scale(1.03) rotate(1.2deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pilot-card-shadow > a:hover .pilot-name,
.pilot-card-shadow > a:hover .pilot-link,
.pilot-card-shadow > a:focus-visible .pilot-link {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #0d4cc7;
}
.pilot-card-shadow > a:hover .pilot-name .arrow,
.pilot-card-shadow > a:hover .pilot-link .arrow,
.pilot-card-shadow > a:focus-visible .pilot-link .arrow {
  width: 120px;
  background: #0d4cc7;
}
.pilot-card-shadow > a:hover .pilot-name .arrow::after,
.pilot-card-shadow > a:hover .pilot-link .arrow::after,
.pilot-card-shadow > a:focus-visible .pilot-link .arrow::after {
  border-color: #0d4cc7;
}

@media (max-width: 1200px) {
  .pilot-list {
    gap: 28px;
  }
  .pilot-card {
    min-height: 300px;
  }
  .pilot-photo {
    min-height: 300px;
  }
  .pilot-content {
    padding: 26px 24px 22px;
  }
  .pilot-name {
    font-size: 2rem;
  }
  .pilot-role,
  .pilot-quote {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .pilot-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pilot-card {
    --left-col: 36%;
    --right-col: 64%;
    --divider-x: 36%;
    min-height: 290px;
    grid-template-columns: var(--left-col) var(--right-col);
  }
  .pilot-photo {
    min-height: 290px;
  }
  .pilot-content {
    padding: 26px 24px 22px;
  }
  .pilot-name {
    font-size: 1.95rem;
  }
  .pilot-role,
  .pilot-quote {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .section-06.pilot-section {
    min-height: auto;
    padding: 56px 0 72px;
  }
  .pilot-card {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 16px;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .pilot-card::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    height: 8px;
  }
  .pilot-photo {
    border-bottom: 1px dotted rgba(180, 187, 198, 0.85);
    min-height: 240px;
    height: 460px;
  }
  .pilot-photo img {
    border-radius: 16px 16px 0 0;
  }
  .pilot-content {
    padding: 22px 20px;
    border-radius: 0 0 16px 16px;
  }
  .pilot-content::before {
    top: -1px;
    border-top: 2px dashed #888;
    border-left: none !important;
  }
  .pilot-title {
    font-size: 1.4rem;
  }
  .pilot-subtitle {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .pilot-list {
    gap: 20px;
    margin-top: 32px;
    padding: 0 20px;
    max-width: 420px;
    margin: 32px auto 20px auto;
  }
  .pilot-name {
    font-size: 1.7rem;
  }
  .pilot-role,
  .pilot-quote {
    font-size: 1rem;
  }
  .pilot-quote {
    max-width: 100%;
  }
  .pilot-link {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .pilot-photo {
    min-height: 240px;
    height: 420px;
  }
}
.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;
  border: 1px solid transparent;
  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--blue {
  color: #fff;
  background: #1f4db5;
  border-color: #1f4db5;
}
.index-btn--blue:hover {
  color: #fff;
  background: #0c3a98;
  border-color: #0c3a98;
}

.index-btn--white {
  color: #1f4db5;
  background: #fff;
  border-color: #1f4db5;
}
.index-btn--white:hover {
  color: #fff;
  background: #1f4db5;
  border-color: #1f4db5;
}

.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 */