* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
  scroll-behavior: smooth;
}

body {
  background: #ebfaff;
}

img {
  width: 100%;
}

main {
  overflow: hidden;
}

.header {
  background: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  border-radius: 0;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.header.is-scrolled {
  background: #ebfaff;
  box-shadow: 0 2px 12px rgba(20, 143, 226, 0.12);
}
@media screen and (max-width: 992px) {
  .header {
    background: transparent;
    border-radius: 0;
    width: 100%;
    left: 0;
  }
}
.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 992px) {
  .header-container {
    justify-content: flex-end;
    padding: 0 20px 0 30px;
  }
}
.header-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 32px;
}
.header-menu li a {
  text-decoration: none;
  color: #005ba0;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  display: inline-block;
  transition: color 0.3s ease;
}
@media (hover: hover) and (min-width: 993px) {
  .header-menu li a:hover {
    color: #f8bf00;
  }
}
.header-menu .header-cta-btn {
  background: #f5c13a;
  color: #005ba0;
  width: 126px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 10px;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease;
}
@media screen and (max-width: 992px) {
  .header-menu .header-cta-btn {
    background: none;
    width: 100%;
  }
}
@media (hover: hover) and (min-width: 993px) {
  .header-menu .header-cta-btn:hover {
    background: #1a4a8c;
    color: #f8bf00;
  }
}

section {
  position: relative;
}

.anchor {
  position: absolute;
  width: 1px;
  height: 0px;
  top: -40px;
  left: 0;
}

.hamburger {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 1101;
  position: relative;
  width: 44px;
  height: 44px;
}
.hamburger span {
  position: absolute;
  left: 50%;
  width: 25px;
  height: 3px;
  margin-left: -12.5px;
  background: #1787dd;
  border-radius: 20px;
  transition: top 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.hamburger span:nth-child(1) {
  top: 11.5px;
}
.hamburger span:nth-child(2) {
  top: 20.5px;
}
.hamburger span:nth-child(3) {
  top: 29.5px;
}
.hamburger.active span:nth-child(1) {
  top: 20.5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 20.5px;
  transform: rotate(-45deg);
}

@media (max-width: 992px) {
  .hamburger {
    display: flex;
  }
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    z-index: 1050;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px 30px;
    gap: 36px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header-menu.active {
    visibility: visible;
    opacity: 1;
  }
  .header-menu li {
    width: 100%;
    text-align: center;
  }
  .header-menu li a {
    display: block;
    width: auto;
    height: auto;
    padding: 8px 0;
    background: none;
    border-radius: 0;
    font-size: 18px;
    color: #005ba0;
  }
}
footer {
  background-color: #f1f1f1;
  padding: 88px 20px 75px;
  text-align: center;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 66px 20px 55px;
  }
}
footer .container {
  max-width: 1100px;
  margin: 0 auto;
}
footer .container .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  footer .container .logos {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
footer .container .logos .logo-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .container .logos .logo-group .label {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  padding-right: 12px;
}
footer .container .logos .logo-group .label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #fff;
}
footer .container .logos .logo-group img {
  height: 30px;
  width: auto;
  display: block;
}
footer .container p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #5e5e5e;
  font-family: "Inter", "Noto Sans TC", sans-serif;
}
@media screen and (max-width: 992px) {
  footer .container p {
    font-size: 12px;
    line-height: 26px;
  }
}
footer .container .privacy a {
  color: #5e5e5e;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: "Inter", "Noto Sans TC", sans-serif;
}
@media (hover: hover) and (min-width: 501px) {
  footer .container .privacy a:hover {
    opacity: 0.8;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .pc {
    display: block !important;
  }
}

.pc-flex {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .pc-flex {
    display: flex !important;
  }
}

.mb {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .mb {
    display: block !important;
  }
}

.mb-inline {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .mb-inline {
    display: inline !important;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

h2:not(.title-h2) {
  display: inline-block;
  text-align: center;
  font-family: "Chiron GoRound TC", "M PLUS Rounded 1c", "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.2em;
  border: none;
  padding-left: 0.2em;
  background: linear-gradient(90deg, #1787dd 0%, #1894dc 50%, #1ccfd7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 992px) {
  h2:not(.title-h2) {
    font-size: 24px;
  }
}

section.index {
  background: #ebfaff;
  padding-top: 59px;
  padding-bottom: 30px;
  position: relative;
}
section.index::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #005ba0;
  filter: blur(2px);
}
@media screen and (max-width: 992px) {
  section.index {
    padding-top: 0;
  }
  section.index::after {
    opacity: 0;
  }
}
section.index .index-kv {
  width: 100%;
  position: relative;
}
section.index .index-kv > img.pc,
section.index .index-kv > img.mb {
  width: 100%;
  height: auto;
  display: block;
}
section.index .index-kv .hero-title {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
section.index .index-kv .hero-title-1,
section.index .index-kv .hero-title-2 {
  width: auto;
}
section.index .index-kv .hero-title-1 {
  top: 7%;
  left: 6%;
  height: 5.5vw;
  max-height: 67px;
}
@media screen and (max-width: 992px) {
  section.index .index-kv .hero-title-1 {
    top: 10%;
    left: 20px;
    width: calc(100% - 40px);
    height: auto;
    max-height: none;
  }
}
section.index .index-kv .hero-title-2 {
  top: 18%;
  left: 6%;
  height: 6vw;
  max-height: 69px;
}
@media screen and (max-width: 992px) {
  section.index .index-kv .hero-title-2 {
    top: 18%;
    left: 20px;
    width: calc(100% - 40px);
    height: auto;
    max-height: none;
  }
}
section.foreword {
  position: relative;
  padding: 150px 20px 50px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 992px) {
  section.foreword {
    padding: 80px 47px 80px;
  }
}
@media screen and (min-width: 993px) {
  .no-news section.foreword {
    padding-bottom: 150px;
  }
}
section.foreword .foreword-title {
  margin: 0 0 60px;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-title {
    margin-bottom: 40px;
  }
}
section.foreword .foreword-content {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.foreword .foreword-content p {
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-content p {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.15em;
  }
}
section.foreword .foreword-deco {
  position: absolute;
  width: auto;
  pointer-events: none;
  z-index: 0;
}
section.foreword .foreword-deco-cloud-tl {
  top: 40px;
  left: 0;
  width: 200px;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-deco-cloud-tl {
    width: 16%;
    left: 0;
    top: 8%;
    z-index: 1;
  }
}
section.foreword .foreword-deco-cloud-tl2 {
  top: 70px;
  left: 120px;
  width: 180px;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-deco-cloud-tl2 {
    top: 5%;
    left: 5%;
    width: 16%;
  }
}
section.foreword .foreword-deco-cloud-tr {
  top: 60px;
  right: 0;
  width: 140px;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-deco-cloud-tr {
    width: 16%;
    top: 10%;
  }
}
section.foreword .foreword-deco-cloud-mr {
  top: 43px;
  right: 31%;
  width: 7%;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-deco-cloud-mr {
    display: none;
  }
}
section.foreword .foreword-deco-drop-1 {
  top: 53%;
  left: 8%;
  width: 32px;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-deco-drop-1 {
    top: 180px;
    left: 8%;
    width: 3%;
  }
}
section.foreword .foreword-deco-drop-2 {
  top: 47%;
  right: 5%;
  width: 32px;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-deco-drop-2 {
    top: 25%;
    right: 3%;
    width: 3%;
  }
}
section.foreword .foreword-deco-drop-3 {
  top: 93%;
  left: 19%;
  width: 32px;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-deco-drop-3 {
    top: 55%;
    left: 6%;
    width: 3%;
  }
}
section.foreword .foreword-deco-drop-4 {
  top: 91%;
  width: 32px;
  right: 17%;
}
@media screen and (max-width: 992px) {
  section.foreword .foreword-deco-drop-4 {
    bottom: 1%;
    left: 50%;
    top: unset;
    right: auto;
    transform: translateX(-50%);
    width: 3%;
  }
}
section.news {
  position: relative;
  padding: 100px 20px 175px;
  text-align: center;
  z-index: 4;
}
@media screen and (max-width: 992px) {
  section.news {
    padding: 60px 22px 100px;
  }
}
section.news .news-deco {
  position: absolute;
  pointer-events: none;
  width: auto;
  z-index: 0;
}
section.news .news-deco-drop-l {
  top: 46%;
  left: 5%;
  width: 32px;
}
@media screen and (max-width: 992px) {
  section.news .news-deco-drop-l {
    top: 10%;
    left: 12%;
    right: auto;
    bottom: auto;
    width: 3%;
  }
}
section.news .news-deco-drop-r {
  bottom: 110px;
  right: 6%;
  width: 32px;
}
@media screen and (max-width: 992px) {
  section.news .news-deco-drop-r {
    top: 70px;
    right: 10%;
    left: auto;
    bottom: auto;
    width: 3%;
  }
}
section.news .news-deco-bottom {
  left: 50%;
  bottom: -2%;
  width: 100%;
  max-width: 87%;
  transform: translateX(-50%);
}
section.news .news-deco-plant {
  left: 16px;
  bottom: 0;
  width: 90px;
}
@media screen and (max-width: 992px) {
  section.news .news-deco-plant {
    width: 10%;
    bottom: -0.5%;
    left: 5%;
  }
}
section.news .news-deco-mountain {
  right: 0;
  bottom: 0;
  width: 140px;
}
@media screen and (max-width: 992px) {
  section.news .news-deco-mountain {
    width: 17%;
    right: 16%;
    bottom: -1%;
  }
}
section.news .news-deco-drop-3 {
  bottom: 10%;
  left: 40%;
  width: 32px;
}
@media screen and (max-width: 992px) {
  section.news .news-deco-drop-3 {
    top: 76%;
    left: 8%;
    width: 3%;
    bottom: unset;
  }
}
section.news .news-title {
  position: relative;
  z-index: 1;
  margin: 0 0 56px;
}
@media screen and (max-width: 992px) {
  section.news .news-title {
    margin-bottom: 36px;
  }
}
section.news .news-slider {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
section.news .news-slider.is-few {
  display: flex;
  justify-content: center;
}
section.news .news-slider.is-few .news-card {
  flex: 0 0 calc((100% - 56px) / 3);
}
@media screen and (max-width: 992px) {
  section.news .news-slider {
    display: block;
    max-width: 100%;
    gap: 0;
  }
  section.news .news-slider.is-few {
    display: block;
  }
  section.news .news-slider.is-few .news-card {
    flex: initial;
  }
}
section.news .news-slider.slick-initialized {
  display: block;
  padding: 0 36px;
}
section.news .news-slider.slick-initialized .slick-list {
  overflow: visible;
}
section.news .news-slider.slick-initialized .slick-track {
  display: flex;
}
section.news .news-slider.slick-initialized .slick-slide {
  height: auto;
}
section.news .news-slider.slick-initialized .news-card {
  margin: 0 8px;
}
@media screen and (max-width: 992px) and (min-width: 601px) {
  section.news .news-slider.slick-initialized {
    padding: 0;
  }
  section.news .news-slider.slick-initialized .slick-list {
    overflow: hidden;
    padding: 50px 0;
    margin: 0 0;
  }
  section.news .news-slider.slick-initialized .news-card {
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  section.news .news-slider.slick-initialized {
    padding: 0;
  }
  section.news .news-slider.slick-initialized .slick-list {
    overflow: hidden;
    padding: 24px 0;
    margin: -24px 0;
  }
  section.news .news-slider.slick-initialized .news-card {
    margin: 0 20px;
  }
}
section.news .news-card {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  padding: 0 36px 24px;
  box-shadow: 0 6px 18px rgba(20, 143, 226, 0.12);
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 220px;
}
section.news .news-card .news-tag {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  padding: 14px 0;
  border-radius: 30px 0 30px 30px;
  color: #ffffff;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
section.news .news-card .news-tag.tag-blue {
  background: #1787dd;
}
section.news .news-card .news-tag.tag-yellow {
  background: #f5c13a;
  color: #005ba0;
}
section.news .news-card .news-tag.tag-teal {
  background: #5bc8c5;
}
section.news .news-card .news-card-title {
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #005ba0;
  margin: 27px 0 50px;
  flex: 1;
}
section.news .news-card .news-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.news .news-card .news-card-foot .news-date {
  font-family: "Chiron GoRound TC", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #1c76ba;
  letter-spacing: 0;
}
section.news .news-card .news-card-foot .news-more {
  font-size: 15px;
  color: #005ba0;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: opacity 0.2s ease;
}
section.news .news-card .news-card-foot .news-more .arrow {
  display: inline-block;
  width: 30px;
  height: auto;
  transition: transform 0.2s ease;
}
@media (hover: hover) and (min-width: 501px) {
  section.news .news-card .news-card-foot .news-more:hover {
    opacity: 0.7;
  }
  section.news .news-card .news-card-foot .news-more:hover .arrow {
    transform: translateX(2px);
  }
}
section.news .news-nav {
  position: relative;
  z-index: 1;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (min-width: 993px) {
  section.news .news-nav.is-mobile-only {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  section.news .news-nav.is-hidden {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  section.news .news-nav {
    justify-content: flex-end;
    margin-top: 0;
    gap: 55px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  section.news .news-nav {
    padding-right: 20px;
    margin-top: 50px;
  }
}
section.news .news-nav .news-arrow {
  width: 42px;
  height: 42px;
  border: 2px solid #2f91dc;
  border-radius: 8px;
  background: transparent;
  color: #2f91dc;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}
section.news .news-nav .news-arrow img {
  width: 8px;
  height: auto;
  display: block;
}
section.news .news-nav .news-arrow.news-next img {
  transform: rotate(180deg);
}
@media (hover: hover) and (min-width: 501px) {
  section.news .news-nav .news-arrow:hover {
    background: #2f91dc;
  }
  section.news .news-nav .news-arrow:hover img {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 992px) {
  section.news .news-nav .news-arrow {
    width: 34px;
    height: 34px;
    border-width: 1.5px;
    border-radius: 6px;
  }
  section.news .news-nav .news-arrow img {
    width: 8px;
  }
}
section.news .news-nav .news-counter {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Chiron GoRound TC", "Inter", sans-serif;
  font-size: 16px;
  color: #1872e5;
  letter-spacing: 0.05em;
}
section.news .news-nav .news-counter .line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #1872e5;
}
@media screen and (max-width: 992px) {
  section.news .news-nav .news-counter {
    display: none;
  }
}
.news-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 80px 40px 60px;
  overflow-y: auto;
  scroll-behavior: auto;
  background: rgba(1, 51, 89, 0.76);
}
.news-popup.is-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .news-popup {
    padding: 60px 16px 40px;
  }
}

.news-popup-overlay {
  position: absolute;
  inset: 0;
}

.news-popup-card {
  position: relative;
  width: 100%;
  max-width: 1100px;
  background: #ffffff;
  border-radius: 28px;
  padding: 133px 100px 57px 100px;
  box-shadow: 0 14px 32px rgba(0, 30, 60, 0.25);
  scroll-behavior: auto;
}
@media screen and (max-width: 992px) {
  .news-popup-card {
    padding: 80px 32px 30px;
    border-radius: 20px;
    max-height: 80vh;
    overflow: auto;
  }
}

.news-popup-tag {
  position: absolute;
  top: 0;
  left: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 315px;
  height: 89px;
  padding: 0 32px;
  border-radius: 0 45px 45px 45px;
  color: #ffffff;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.news-popup-tag.tag-blue {
  background: #1787dd;
}
.news-popup-tag.tag-yellow {
  background: #f5c13a;
  color: #005ba0;
}
.news-popup-tag.tag-teal {
  background: #5bc8c5;
}
@media screen and (max-width: 992px) {
  .news-popup-tag {
    left: 32px;
    min-width: 171px;
    height: 51px;
    padding: 0 24px;
    font-size: 24px;
    border-radius: 0 35px 35px 35px;
  }
}

.news-popup-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 52px;
  height: 52px;
  padding: 0;
  background: #ecf5f9;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.news-popup-close img {
  display: none;
}
.news-popup-close::before, .news-popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 6px;
  background: #2f91dc;
  border-radius: 3px;
}
.news-popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.news-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) and (min-width: 501px) {
  .news-popup-close:hover {
    background: #d8e7f0;
  }
}
@media screen and (max-width: 992px) {
  .news-popup-close {
    top: 16px;
    right: 16px;
    width: 29px;
    height: 29px;
  }
  .news-popup-close::before, .news-popup-close::after {
    width: 17px;
    height: 2px;
    border-radius: 2px;
  }
}

.news-popup-body {
  display: flex;
  gap: 25px 84px;
  text-align: left;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .news-popup-body {
    flex-direction: column;
    gap: 18px;
    margin-top: 26px;
  }
}
.news-popup-body .news-popup-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-popup-body .news-popup-image {
  flex: 0 0 360px;
  max-width: 360px;
}
.news-popup-body .news-popup-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
@media screen and (max-width: 992px) {
  .news-popup-body .news-popup-image {
    flex: 1;
    max-width: 100%;
  }
}

.news-popup-date {
  font-family: "Chiron GoRound TC", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #1c76ba;
  margin-bottom: 18px;
}
@media screen and (max-width: 992px) {
  .news-popup-date {
    font-size: 14px;
  }
}

.news-popup-title {
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #005ba0;
  margin: 0 0 22px;
}
@media screen and (max-width: 992px) {
  .news-popup-title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.news-popup-desc {
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0;
  color: #005ba0;
  margin: 0 0 24px;
}
@media screen and (max-width: 992px) {
  .news-popup-desc {
    font-size: 16px;
    line-height: 1.8;
  }
}

.news-popup-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .news-popup-footer {
    justify-content: center;
  }
}

.news-popup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  height: 50px;
  padding: 0 24px;
  background: #f8bf00;
  color: #ffffff;
}
.news-popup-cta[hidden] {
  display: none;
}
.news-popup-cta {
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 0 30px 30px 30px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (min-width: 501px) {
  .news-popup-cta:hover {
    background: #005ba0;
    color: #f8bf00;
  }
}
@media screen and (max-width: 992px) {
  .news-popup-cta {
    align-self: center;
    min-width: 130px;
    height: 36px;
    padding: 0 16px;
    font-size: 16px;
    border-radius: 0 20px 20px 20px;
  }
}

.news-popup-nav {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.news-popup-nav .news-popup-arrow {
  width: 42px;
  height: 42px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.news-popup-nav .news-popup-arrow img {
  width: 8px;
  height: auto;
  filter: brightness(0) invert(1);
  display: block;
}
.news-popup-nav .news-popup-arrow.news-popup-next img {
  transform: rotate(180deg);
}
@media (hover: hover) and (min-width: 501px) {
  .news-popup-nav .news-popup-arrow:hover {
    background: rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width: 992px) {
  .news-popup-nav .news-popup-arrow {
    width: 34px;
    height: 34px;
    border-width: 1.5px;
  }
}
.news-popup-nav .news-popup-counter {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Chiron GoRound TC", "Inter", sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.news-popup-nav .news-popup-counter .line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #ffffff;
}

section.showcase {
  position: relative;
  padding: 120px 20px 160px;
  background: linear-gradient(360deg, #1bb7be 0%, #148fe2 100%);
  border-radius: 0 100px 0 100px;
  overflow: hidden;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  section.showcase {
    border-radius: 0 100px 0 100px;
  }
}
section.showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.25;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 200px 200px;
}
@media screen and (max-width: 992px) {
  section.showcase {
    padding: 80px 42px 120px;
  }
}
section.showcase .showcase-deco {
  position: absolute;
  pointer-events: none;
  width: auto;
  z-index: 0;
}
section.showcase .showcase-deco-top {
  top: 0;
  left: 0;
  width: 100%;
}
section.showcase .showcase-deco-plant {
  top: 24px;
  left: 40px;
  width: 90px;
}
section.showcase .showcase-deco-river {
  bottom: 0;
  left: 0;
  width: 100%;
}
section.showcase .showcase-title {
  position: relative;
  z-index: 1;
  margin: 0 0 48px;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #ffce5c;
  color: #ffce5c;
}
section.showcase .showcase-filter {
  position: relative;
  z-index: 1;
  margin: 0 auto 24px;
  max-width: 1135px;
}
section.showcase .showcase-filter .showcase-year-wrap {
  position: relative;
  display: block;
}
section.showcase .showcase-filter .showcase-year-wrap .showcase-year {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 18px 56px 18px 32px;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #005bad;
  background: rgba(255, 255, 255, 0.89);
  border: none;
  border-radius: 50px 50px 0px 60px;
  cursor: pointer;
  text-align: left;
}
section.showcase .showcase-filter .showcase-year-wrap .showcase-year:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  section.showcase .showcase-filter .showcase-year-wrap .showcase-year {
    padding: 12px 36px 12px 18px;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #0058a0;
    border-radius: 24px 24px 0 28px;
  }
}
section.showcase .showcase-filter .showcase-year-wrap .chevron {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: auto;
  pointer-events: none;
  display: block;
}
section.showcase .showcase-list {
  position: relative;
  z-index: 1;
  max-width: 1097px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
section.showcase .showcase-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
  min-height: 73px;
  background: transparent;
  border-radius: 0;
}
section.showcase .showcase-item::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, #eef0ff 0%, #b3d3ff 100%);
  opacity: 0.6;
}
section.showcase .showcase-item:last-child::after {
  display: none;
}
section.showcase .showcase-item .item-icon {
  flex: 0 0 auto;
  width: 26px;
  height: auto;
}
section.showcase .showcase-item .item-name {
  flex: 1;
  text-align: left;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
}
section.showcase .showcase-item .item-btn {
  flex: 0 0 auto;
  width: 108px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8bf00;
  color: #005ba0;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (min-width: 501px) {
  section.showcase .showcase-item .item-btn:hover {
    background: #005ba0;
    color: #f8bf00;
  }
}
@media screen and (max-width: 992px) {
  section.showcase .showcase-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 20px 8px;
    padding: 16px 12px;
    min-height: 0;
  }
  section.showcase .showcase-item::after {
    left: 12px;
    right: 12px;
  }
  section.showcase .showcase-item .item-icon {
    width: 11px;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    margin-top: 4px;
  }
  section.showcase .showcase-item .item-name {
    font-size: 16px;
    line-height: 1.5;
    grid-column: 2;
    grid-row: 1;
  }
  section.showcase .showcase-item .item-btn {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: end;
    width: 90px;
    height: 28px;
    font-size: 15px;
    line-height: 14px;
    border-radius: 8px;
  }
}
.showcase-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  scroll-behavior: auto;
}
.showcase-popup.is-open {
  display: flex;
}
.showcase-popup .showcase-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 30, 60, 0.5);
  backdrop-filter: blur(2px);
}
.showcase-popup .showcase-popup-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 100px 32px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  scroll-behavior: auto;
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-card {
    padding: 28px 50px 24px;
    border-radius: 20px;
  }
}
.showcase-popup .showcase-popup-river {
  position: absolute;
  bottom: 3%;
  left: 2%;
  width: 20%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-river {
    display: none;
  }
}
.showcase-popup .showcase-popup-title,
.showcase-popup .showcase-popup-subtitle,
.showcase-popup .showcase-popup-grid,
.showcase-popup .showcase-popup-footer,
.showcase-popup .showcase-popup-close {
  position: relative;
  z-index: 1;
}
.showcase-popup .showcase-popup-close {
  position: absolute;
}
.showcase-popup .showcase-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 52px;
  height: 52px;
  padding: 0;
  background: #ecf5f9;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.showcase-popup .showcase-popup-close img {
  display: none;
}
.showcase-popup .showcase-popup-close::before, .showcase-popup .showcase-popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 6px;
  background: #2f91dc;
  border-radius: 3px;
}
.showcase-popup .showcase-popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.showcase-popup .showcase-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) and (min-width: 501px) {
  .showcase-popup .showcase-popup-close:hover {
    background: #d8e7f0;
  }
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-close {
    top: 16px;
    right: 16px;
    width: 29px;
    height: 29px;
  }
  .showcase-popup .showcase-popup-close::before, .showcase-popup .showcase-popup-close::after {
    width: 17px;
    height: 2px;
    border-radius: 2px;
  }
}
.showcase-popup .showcase-popup-title {
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #f8bf00;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.showcase-popup .showcase-popup-title .deco {
  color: #f8bf00;
  font-size: 32px;
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-title {
    font-size: 32px;
    gap: 10px;
  }
  .showcase-popup .showcase-popup-title .deco {
    font-size: 20px;
  }
}
.showcase-popup .showcase-popup-subtitle {
  color: #1787dd;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 35px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-subtitle {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.showcase-popup .showcase-popup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  margin-bottom: 28px;
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-grid {
    grid-template-columns: 1fr;
  }
}
.showcase-popup .showcase-popup-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding-top: 16px;
}
.showcase-popup .showcase-popup-item:nth-child(2) .showcase-popup-h {
  background: #19a4db;
}
.showcase-popup .showcase-popup-item:nth-child(3) .showcase-popup-h {
  background: #1fd4d9;
}
.showcase-popup .showcase-popup-item .showcase-popup-h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #1787dd;
  color: #ffffff;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  min-width: 186px;
  height: 50px;
  padding: 0 24px;
  border-radius: 0 30px 30px 30px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.showcase-popup .showcase-popup-item .showcase-popup-h .deco {
  color: #f8bf00;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-item .showcase-popup-h {
    font-size: 18px;
    min-width: auto;
    height: 38px;
    padding: 0 16px;
  }
}
.showcase-popup .showcase-popup-item .showcase-popup-img {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #ebfaff;
}
.showcase-popup .showcase-popup-item .showcase-popup-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.showcase-popup .showcase-popup-item p {
  background: #e3f3fa;
  color: #004070;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  padding: 22px 18px 26px;
  margin: 0;
  border-radius: 0 0 20px 20px;
  text-align: left;
  flex: 1;
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-item p {
    font-size: 18px;
    line-height: 1.7;
    padding: 16px 18px 20px;
  }
}
.showcase-popup .showcase-popup-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-footer {
    justify-content: center;
  }
}
.showcase-popup .showcase-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  height: 50px;
  padding: 0 24px;
  background: #f8bf00;
  color: #ffffff;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border: none;
  cursor: pointer;
  border-radius: 0 30px 30px 30px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (min-width: 501px) {
  .showcase-popup .showcase-popup-btn:hover {
    background: #005bad;
    color: #f8bf00;
  }
}
@media screen and (max-width: 992px) {
  .showcase-popup .showcase-popup-btn {
    min-width: 130px;
    height: 36px;
    padding: 0 16px;
    font-size: 16px;
    border-radius: 0 20px 20px 20px;
  }
}

section.article {
  position: relative;
  padding: 14% 20px 17%;
  background: #ebfaff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  section.article {
    padding: 25% 42px 30%;
  }
}
section.article .anchor {
  top: 30px;
}
section.article .article-deco {
  position: absolute;
  pointer-events: none;
  width: auto;
  z-index: 0;
}
section.article .article-deco-wave-tl {
  top: 0;
  left: 0;
  width: 280px;
}
@media screen and (max-width: 992px) {
  section.article .article-deco-wave-tl {
    width: 160px;
  }
}
section.article .article-deco-wave-tr {
  top: 20px;
  right: 0;
  width: 220px;
}
@media screen and (max-width: 992px) {
  section.article .article-deco-wave-tr {
    width: 130px;
  }
}
section.article .article-deco-mountain {
  bottom: 0;
  left: 0;
  width: 280px;
}
@media screen and (max-width: 992px) {
  section.article .article-deco-mountain {
    width: 180px;
  }
}
section.article .article-deco-flash {
  bottom: -2%;
  right: -4%;
  width: 19%;
  z-index: 1;
}
section.article .article-deco-bottom {
  bottom: -4%;
  left: -1%;
  width: 106%;
  height: auto;
  z-index: 0;
}
section.article .article-deco-river {
  top: -14%;
  right: -2%;
  width: 27%;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  section.article .article-deco-river {
    width: 35%;
    top: -3%;
    right: -7%;
  }
}
section.article .article-title {
  position: relative;
  z-index: 1;
  margin: 0 0 56px;
}
@media screen and (max-width: 992px) {
  section.article .article-title {
    margin-bottom: 36px;
  }
}
section.article .article-grid {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
section.article .article-grid.is-few {
  display: flex;
  justify-content: center;
}
section.article .article-grid.is-few .article-card {
  flex: 0 0 calc((100% - 56px) / 3);
}
@media screen and (max-width: 992px) {
  section.article .article-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }
  section.article .article-grid.is-few {
    display: grid;
  }
  section.article .article-grid.is-few .article-card {
    flex: initial;
  }
}
@media screen and (max-width: 600px) {
  section.article .article-grid {
    max-width: 100%;
  }
}
section.article .article-grid.slick-initialized {
  display: block;
}
section.article .article-grid.slick-initialized .slick-track {
  display: flex;
}
section.article .article-grid.slick-initialized .slick-slide {
  height: auto;
}
section.article .article-grid.slick-initialized .article-card {
  margin: 0 14px;
}
section.article .article-grid.slick-initialized .slick-list {
  margin: 0 -14px;
}
@media screen and (max-width: 992px) and (min-width: 601px) {
  section.article .article-grid.slick-initialized {
    padding: 0;
  }
  section.article .article-grid.slick-initialized .slick-list {
    overflow: hidden;
    padding: 50px 0;
    margin: 0;
  }
  section.article .article-grid.slick-initialized .article-card {
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  section.article .article-grid.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0;
  }
  section.article .article-grid.slick-initialized .article-card {
    margin: 0;
  }
}
section.article .article-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.article .article-card .article-image {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  text-decoration: none;
}
section.article .article-card .article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
@media (hover: hover) and (min-width: 501px) {
  section.article .article-card .article-image:hover img {
    transform: scale(1.1);
  }
}
section.article .article-card .article-card-body {
  padding: 20px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
}
section.article .article-card .article-date {
  font-family: "Chiron GoRound TC", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #005ba0;
  letter-spacing: 0;
  margin: 0 0 10px;
}
section.article .article-card .article-card-title {
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #005ba0;
  margin: 0 0 20px;
}
section.article .article-card .article-desc {
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #005ba0;
  margin: 0 0 20px;
  width: 100%;
}
section.article .article-card .article-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 38px;
  margin-top: auto;
  margin-right: -20px;
  background: #1787dd;
  color: #ffffff;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px 20px 0 20px;
  align-self: flex-end;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media (hover: hover) and (min-width: 501px) {
  section.article .article-card .article-btn:hover {
    background: #005ba0;
  }
}
section.article .article-nav {
  position: relative;
  z-index: 1;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (min-width: 993px) {
  section.article .article-nav.is-mobile-only {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  section.article .article-nav.is-hidden {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  section.article .article-nav {
    justify-content: flex-end;
    margin-top: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 55px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  section.article .article-nav {
    padding-right: 0px;
    margin-top: 50px;
  }
}
section.article .article-nav .article-arrow {
  width: 42px;
  height: 42px;
  border: 2px solid #2f91dc;
  border-radius: 8px;
  background: transparent;
  color: #2f91dc;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}
section.article .article-nav .article-arrow img {
  width: 8px;
  height: auto;
  display: block;
}
section.article .article-nav .article-arrow.article-next img {
  transform: rotate(180deg);
}
@media (hover: hover) and (min-width: 501px) {
  section.article .article-nav .article-arrow:hover {
    background: #2f91dc;
  }
  section.article .article-nav .article-arrow:hover img {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 992px) {
  section.article .article-nav .article-arrow {
    width: 34px;
    height: 34px;
    border-width: 1.5px;
    border-radius: 6px;
  }
  section.article .article-nav .article-arrow img {
    width: 7px;
  }
}
section.article .article-nav .article-counter {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Chiron GoRound TC", "Inter", sans-serif;
  font-size: 16px;
  color: #2f91dc;
  letter-spacing: 0.05em;
}
section.article .article-nav .article-counter .line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #2f91dc;
}
@media screen and (max-width: 992px) {
  section.article .article-nav .article-counter {
    display: none;
  }
}
section.video {
  position: relative;
  padding: 180px 20px 18%;
  text-align: center;
  background: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  section.video {
    padding: 130px 42px 40%;
  }
}
section.video .anchor {
  top: 30px;
}
section.video .video-deco {
  position: absolute;
  pointer-events: none;
  width: auto;
  z-index: 0;
}
section.video .video-deco-tap-l {
  top: 8%;
  left: 0;
  width: 12%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  section.video .video-deco-tap-l {
    top: auto;
    bottom: 7%;
    left: 0;
    width: 25%;
  }
}
section.video .video-deco-tap-r {
  top: 50%;
  right: -2%;
  width: 12%;
}
@media screen and (max-width: 992px) {
  section.video .video-deco-tap-r {
    top: auto;
    bottom: 0%;
    right: 0;
    width: 25%;
    z-index: 2;
  }
}
section.video .video-deco-wave {
  bottom: -5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
section.video .video-deco-girl {
  bottom: -11%;
  left: 6%;
  width: 18%;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  section.video .video-deco-girl {
    left: 50%;
    transform: translateX(-50%);
    bottom: -9%;
    width: 30%;
  }
}
section.video .video-title {
  position: relative;
  z-index: 1;
  margin: 0 0 48px;
}
@media screen and (max-width: 992px) {
  section.video .video-title {
    margin-bottom: 32px;
  }
}
section.video .video-main {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  section.video .video-main {
    gap: 12px;
  }
}
section.video .video-main .video-arrow {
  flex: 0 0 auto;
  align-self: stretch;
  width: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
section.video .video-main .video-arrow img {
  width: 14px;
  height: auto;
  display: block;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
section.video .video-main .video-arrow.video-next img {
  transform: rotate(180deg);
}
@media (hover: hover) and (min-width: 501px) {
  section.video .video-main .video-arrow:hover img {
    opacity: 1;
  }
}
section.video .video-main .video-arrow.is-disabled {
  cursor: default;
  pointer-events: none;
}
section.video .video-main .video-arrow.is-disabled img {
  opacity: 0.15;
}
@media screen and (max-width: 992px) {
  section.video .video-main .video-arrow {
    display: none;
  }
}
section.video .video-main .video-player {
  flex: 1;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 8px 24px rgba(20, 143, 226, 0.18);
}
section.video .video-main .video-player .video-el {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
section.video .video-thumbs {
  position: relative;
  z-index: 1;
  list-style: none;
  max-width: 1100px;
  padding: 0 56px;
  margin: 20px auto 0;
}
@media screen and (max-width: 992px) {
  section.video .video-thumbs {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    max-width: none;
  }
}
section.video .video-thumbs .slick-slide {
  padding: 0 7px;
}
section.video .video-thumbs .slick-list {
  margin: 0 -7px;
}
@media screen and (max-width: 992px) {
  section.video .video-thumbs .slick-slide {
    padding: 0 10px;
  }
  section.video .video-thumbs .slick-list {
    margin: 0 -21px;
  }
}
section.video .video-thumbs .video-thumb button {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  transition: transform 0.25s ease;
}
section.video .video-thumbs .video-thumb button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #8b8a8a;
  mix-blend-mode: multiply;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.video .video-thumbs .video-thumb button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (min-width: 501px) {
  section.video .video-thumbs .video-thumb button:hover img {
    opacity: 0.85;
  }
}
section.video .video-thumbs .video-thumb.is-active button {
  cursor: default;
}
section.video .video-thumbs .video-thumb.is-active button::after {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  section.video .video-thumbs {
    gap: 10px;
  }
}
section.video.is-single .video-arrow,
section.video.is-single .video-thumbs {
  display: none;
}
section.video.is-static .video-thumbs:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  gap: 14px;
}
section.video.is-static .video-thumbs:not(.slick-initialized) .video-thumb {
  flex: 0 0 calc(25% - 10.5px);
}
@media screen and (max-width: 992px) {
  section.video.is-static .video-thumbs:not(.slick-initialized) {
    gap: 10px;
    padding: 0 20px;
    margin-left: 0;
    margin-right: 0;
  }
  section.video.is-static .video-thumbs:not(.slick-initialized) .video-thumb {
    flex: 0 0 calc(50% - 5px);
  }
}
section.gallery {
  position: relative;
  padding: 150px 20px 0;
  background: linear-gradient(180deg, #1bb7be 0%, #148fe2 100%);
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  section.gallery {
    background: linear-gradient(0deg, #1bb7be 0%, #148fe2 100%);
  }
}
section.gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.25;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 200px 200px;
}
@media screen and (max-width: 992px) {
  section.gallery {
    padding: 30% 32px 0px;
  }
}
@media screen and (max-width: 350px) {
  section.gallery {
    padding: 60px 16px 120px;
  }
}
section.gallery .gallery-deco {
  position: absolute;
  pointer-events: none;
  width: auto;
  z-index: 0;
}
section.gallery .gallery-deco-person {
  top: 30px;
  left: 6%;
  width: 110px;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-deco-person {
    width: 70px;
  }
}
section.gallery .gallery-deco-mountain {
  bottom: 0;
  right: 0;
  width: 220px;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-deco-mountain {
    width: 140px;
  }
}
section.gallery .gallery-title {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
section.gallery .gallery-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 80px;
  margin: 90px 0 70px;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-tabs {
    gap: 36px;
    margin: 30px 0 45px;
  }
}
section.gallery .gallery-tabs .gallery-tab {
  background: none;
  border: none;
  padding: 6px 4px;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #bff5ff;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
  white-space: pre;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-tabs .gallery-tab {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  section.gallery .gallery-tabs .gallery-tab {
    font-size: 16px;
  }
}
section.gallery .gallery-tabs .gallery-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: #f8bf00;
  transition: width 0.25s ease;
}
section.gallery .gallery-tabs .gallery-tab.is-active {
  color: #f8bf00;
}
section.gallery .gallery-tabs .gallery-tab.is-active::after {
  width: 100%;
}
@media (hover: hover) and (min-width: 501px) {
  section.gallery .gallery-tabs .gallery-tab:hover {
    color: #ffffff;
  }
}
section.gallery .gallery-panels {
  position: relative;
  z-index: 1;
}
section.gallery .gallery-panel {
  display: none;
  animation: gallery-fade 0.4s ease;
  position: relative;
}
section.gallery .gallery-panel.is-active {
  display: block;
}
section.gallery .gallery-panel.show-detail .gallery-grid {
  display: none;
}
section.gallery .gallery-panel.show-detail .gallery-detail {
  display: block;
}
section.gallery .gallery-detail {
  display: none;
  max-width: 1137px;
  margin: 0 auto;
  padding: 24px 0 0;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 14px 28px rgba(0, 30, 60, 0.18);
  animation: gallery-fade 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-detail {
    padding: 15px 0 25px;
    border-radius: 20px;
  }
}
section.gallery .gallery-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-detail-head {
    padding: 0 14px;
    margin-bottom: 15px;
  }
}
section.gallery .gallery-detail-head .gallery-detail-back {
  background: none;
  border: none;
  color: #1787dd;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 23px;
  padding: 4px 6px;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (min-width: 501px) {
  section.gallery .gallery-detail-head .gallery-detail-back:hover {
    opacity: 0.7;
  }
}
section.gallery .gallery-detail-head .gallery-detail-back .back-icon {
  width: 11px;
  height: auto;
  display: block;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-detail-head .gallery-detail-back {
    font-size: 18px;
    gap: 10px;
  }
  section.gallery .gallery-detail-head .gallery-detail-back .back-icon {
    width: 6px;
  }
}
section.gallery .gallery-detail-head .gallery-detail-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 50px;
  background: #1787dd;
  color: #ffffff;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 30px 30px 0 30px;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-detail-head .gallery-detail-tag {
    min-width: 99px;
    height: 31px;
    padding: 0 16px;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 10px 10px 0 10px;
  }
}
section.gallery .gallery-detail-grid {
  padding: 0 22px 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 26px;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-detail-grid {
    padding: 0 15px;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 14px;
  }
}
section.gallery .gallery-detail-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
@keyframes gallery-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section.gallery .gallery-grid {
  max-width: 1137px;
  margin: 0 auto;
  padding: 48px 46px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 14px 28px rgba(0, 30, 60, 0.18);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px 50px;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-grid {
    padding: 25px 15px;
    border-radius: 20px;
    gap: 18px 14px;
  }
}
section.gallery .gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.25s ease;
}
@media (hover: hover) and (min-width: 501px) {
  section.gallery .gallery-item:hover .gallery-img {
    transform: scale(1.05);
  }
  section.gallery .gallery-item:hover .gallery-label {
    background: #f8bf00;
    color: #005bad;
  }
}
section.gallery .gallery-item .gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
section.gallery .gallery-item .gallery-label {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 234px;
  height: 73px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  background: #1787dd;
  color: #ffffff;
  font-family: "Chiron GoRound TC", "Noto Sans TC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 20px 0 20px 20px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-item .gallery-label {
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: auto;
    height: auto;
    font-size: 15px;
    padding: 8px 18px;
    border-radius: 20px 20px 0px 20px;
  }
}
section.gallery .gallery-sponsors {
  position: relative;
  z-index: 1;
  margin: 180px -20px 0;
  min-height: 179px;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-sponsors {
    margin: 80px 0px 0;
    min-height: auto;
    padding: 40px 0 0;
  }
}
section.gallery .gallery-sponsors .gallery-sponsors-deco {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
section.gallery .gallery-sponsors .gallery-sponsors-deco-mountain {
  left: -5%;
  bottom: -14%;
  width: 24%;
  height: auto;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-sponsors .gallery-sponsors-deco-mountain {
    left: -30px;
    bottom: 0;
    transform: translateY(9%);
    width: 40%;
  }
}
section.gallery .gallery-sponsors .gallery-sponsors-deco-tree {
  right: 30px;
  width: 10%;
  height: auto;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-sponsors .gallery-sponsors-deco-tree {
    width: 19%;
    right: 0;
  }
}
section.gallery .gallery-sponsors .gallery-sponsors-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-sponsors .gallery-sponsors-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    padding: 0 0 160px;
  }
}
section.gallery .gallery-sponsors .sponsor-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
section.gallery .gallery-sponsors .sponsor-label {
  color: #ffffff;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-sponsors .sponsor-label {
    font-size: 16px;
    line-height: 32px;
  }
}
section.gallery .gallery-sponsors .sponsor-logo {
  height: 45px;
  width: auto;
  display: block;
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-sponsors .sponsor-logo {
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  section.gallery .gallery-sponsors .sponsor-group:nth-child(1) .sponsor-logo {
    width: 200px;
  }
  section.gallery .gallery-sponsors .sponsor-group:nth-child(2) .sponsor-logo {
    width: auto;
    height: 36px;
  }
}
section.registration {
  padding: 100px 20px;
}
@media screen and (max-width: 992px) {
  section.registration {
    padding: 60px 20px;
  }
}

.popup-1 {
  position: fixed;
  width: 100%;
  z-index: 11112;
  max-width: 937px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 120px;
  display: none;
}
@media screen and (max-width: 992px) {
  .popup-1 {
    width: calc(100% - 40px);
    padding: 80px 40px;
  }
}
@media screen and (max-width: 500px) {
  .popup-1 {
    padding: 100px 40px;
  }
}
.popup-1 .dec-1 {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  bottom: 0px;
}
@media screen and (max-width: 992px) {
  .popup-1 .dec-1 {
    width: 80px;
    height: 80px;
  }
}
.popup-1 .dec-2 {
  position: absolute;
  width: 120px;
  height: 120px;
  right: 0;
  top: 0px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .popup-1 .dec-2 {
    width: 80px;
    height: 80px;
  }
}
.popup-1 .dec-3 {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 60px;
  top: 0px;
}
@media screen and (max-width: 992px) {
  .popup-1 .dec-3 {
    width: 40px;
    height: 40px;
    left: 40px;
    top: 40px;
  }
}
.popup-1 .dec-close {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .popup-1 .dec-close {
    width: 40px;
    height: 40px;
  }
}
.popup-1 .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .popup-1 .container {
    flex-direction: column;
    max-height: 60vh;
    overflow: auto;
  }
}
.popup-1 .container .image {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .popup-1 .container .image {
    width: 100%;
  }
}
.popup-1 .container .image img {
  width: 100%;
  display: inline-block;
}
.popup-1 .container .image p {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
}
.popup-1 .container .content {
  width: 50%;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .popup-1 .container .content {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
}
.popup-1 .container .content h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.popup-1 .container .content span {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.popup-1 .container .content p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

.popup-black {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 11111;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */