@charset "UTF-8";
* {
  --brand-color1: #50C7E7;
  --brand-color2: #0078C4;
  --brand-color3: #005489;
  --brand-color4: #FFC226;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
}

body {
  padding-top: 0;
}

Nav {
  transition: background-color 0.5s ease-in-out;
}
Nav ul.layer1 li ul.layer2 li::after {
  display: none;
}

main {
  background-image: none;
}
main::before, main::after {
  content: "";
  background-image: none;
}

Nav.top:not(.opened) {
  background-color: transparent;
  box-shadow: none;
}
Nav.top:not(.opened) a.logo img {
  display: none;
}
Nav.top:not(.opened) a.logo img.white {
  display: block;
}
Nav.top:not(.opened) ul.layer1 li span.nav-button,
Nav.top:not(.opened) ul.layer1 li a {
  color: white;
}
Nav.top:not(.opened) ul.layer1 li span.nav-button img,
Nav.top:not(.opened) ul.layer1 li a img {
  filter: brightness(0) invert(100%);
}
Nav.top:not(.opened) ul.layer1 li span.nav-button img.lang-icon,
Nav.top:not(.opened) ul.layer1 li a img.lang-icon {
  filter: brightness(0) invert(100%);
}
Nav.top:not(.opened) ul.layer1 li span.nav-button img.hamburger-icon,
Nav.top:not(.opened) ul.layer1 li a img.hamburger-icon {
  filter: brightness(0) invert(100%);
}
Nav.top:not(.opened) ul.layer1 li ul.layer2 li span.nav-button,
Nav.top:not(.opened) ul.layer1 li ul.layer2 li a {
  color: var(--text-primary);
}
Nav.top:not(.opened) ul.layer1 li ul.layer2 li span.nav-button img,
Nav.top:not(.opened) ul.layer1 li ul.layer2 li a img {
  filter: none;
}
Nav.top:not(.opened) ul.layer1 li ul.layer2 li span.nav-button:hover,
Nav.top:not(.opened) ul.layer1 li ul.layer2 li a:hover {
  color: white;
  background-color: var(--brand-color2);
}
Nav.top:not(.opened) ul.layer1 li ul.layer2 li span.nav-button:hover img,
Nav.top:not(.opened) ul.layer1 li ul.layer2 li a:hover img {
  filter: invert(100%);
}
Nav.top:not(.opened) ul.layer1 li ul.layer2 li ul.layer3 li a {
  color: var(--text-primary);
}
Nav.top:not(.opened) ul.layer1 li ul.layer2 li ul.layer3 li:hover a {
  color: white;
}
Nav.top:not(.opened) ul.layer1 li:hover span.nav-button,
Nav.top:not(.opened) ul.layer1 li:hover a {
  color: white;
}
Nav.top:not(.opened) ul.layer1 li:hover span.nav-button img,
Nav.top:not(.opened) ul.layer1 li:hover a img {
  filter: brightness(0) invert(100%);
}
Nav.top:not(.opened) ul.layer1 li:hover span.nav-button img.lang-icon, Nav.top:not(.opened) ul.layer1 li:hover span.nav-button img.hamburger-icon,
Nav.top:not(.opened) ul.layer1 li:hover a img.lang-icon,
Nav.top:not(.opened) ul.layer1 li:hover a img.hamburger-icon {
  filter: brightness(0) invert(100%);
}

.swiper.top {
  width: 100%;
  aspect-ratio: 19.2/9.2;
  background-color: #7A7F84;
  --swiper-navigation-sides-offset: 50px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bottom: 20px;
  /* 調整箭頭背景與字體顏色 */
  /*pagination */
}
@media (max-width: 1200px) {
  .swiper.top {
    --swiper-navigation-sides-offset: 10px;
    --swiper-pagination-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .swiper.top {
    --swiper-navigation-sides-offset: 8px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bottom: 46px;
  }
}
@media (max-width: 768px) {
  .swiper.top.mySwiper1 {
    display: none !important;
  }
}
.swiper.top.mySwiper2 {
  aspect-ratio: 37.6/81.2;
  display: none;
}
@media (max-width: 768px) {
  .swiper.top.mySwiper2 {
    display: block;
  }
}
.swiper.top .swiper-slide {
  position: relative;
  --text-xl-size: 72px;
}
@media (max-width: 1536px) {
  .swiper.top .swiper-slide {
    --text-xl-size: 44px;
  }
}
@media (max-width: 768px) {
  .swiper.top .swiper-slide {
    --text-xl-size: 36px;
  }
}
@media (max-width: 480px) {
  .swiper.top .swiper-slide {
    --text-xl-size: 24px;
  }
}
.swiper.top .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.swiper.top .swiper-slide .audio-btn {
  z-index: 99;
  left: 30px;
  bottom: 5%;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../images/icons/muted.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  aspect-ratio: 1/1;
  z-index: 11;
  position: absolute;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 1200px) {
  .swiper.top .swiper-slide .audio-btn {
    width: 44px;
    left: 3px;
    bottom: 4%;
  }
}
.swiper.top .swiper-slide .audio-btn:hover {
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.5));
  transform: scale(1.1);
}
.swiper.top .swiper-slide .slogan {
  position: absolute;
  width: 74%;
  height: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .swiper.top .swiper-slide .slogan {
    height: auto;
    justify-content: center;
    gap: 34px;
  }
}
.swiper.top .swiper-slide .slogan .line {
  position: relative;
}
.swiper.top .swiper-slide .slogan .line::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 70%;
  left: 0;
  top: 50%;
  transform: translate(-26px, -45%);
}
.swiper.top .swiper-slide .slogan .line.yellow::before {
  background-color: var(--brand-color4);
}
@media (max-width: 768px) {
  .swiper.top .swiper-slide .slogan .line.yellow::before {
    height: 90%;
    transform: translate(0px, -48%);
  }
}
.swiper.top .swiper-slide .slogan .line.blue::before {
  height: 90%;
  background-image: linear-gradient(to top, #0078C4, #50C7E7);
}
.swiper.top .swiper-slide .slogan .bottom {
  align-self: flex-end;
}
@media (max-width: 768px) {
  .swiper.top .swiper-slide .slogan .bottom {
    align-self: flex-start;
    padding-left: 20px;
  }
}
.swiper.top .swiper-slide .slogan .bottom P {
  color: white;
  --text-size-p: 28px;
  font-size: var(--text-size-p);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: calc(var(--text-size-p) * 0.1);
}
@media (max-width: 1536px) {
  .swiper.top .swiper-slide .slogan .bottom P {
    --text-size-p: 20px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .swiper.top .swiper-slide .slogan .bottom P {
    --text-size-p: 14px;
    line-height: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.45));
  }
}
.swiper.top .swiper-slide h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
  color: white;
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.25);
  font-size: var(--text-xl-size);
  letter-spacing: calc(var(--text-xl-size) * 0.1);
  margin-bottom: 34px;
}
@media (max-width: 1536px) {
  .swiper.top .swiper-slide h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .swiper.top .swiper-slide h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .swiper.top .swiper-slide h1 {
    letter-spacing: calc(var(--text-xl-size) * 0.05);
  }
}
.swiper.top .swiper-slide p.yellow-gradient {
  font-size: var(--text-xl-size);
  letter-spacing: calc(var(--text-xl-size) * 0.1);
  font-weight: 900;
  filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
  margin-left: 160px;
  /* Apply the linear gradient as a background image */
  background-image: linear-gradient(to top, #FFC226, #fac745, #fceeca);
  /* Clip the background to the text area */
  -webkit-background-clip: text;
  /* For WebKit browsers like Chrome, Safari */
  background-clip: text;
  /* Make the text transparent so the background gradient shows through */
  -webkit-text-fill-color: transparent;
  /* For WebKit browsers */
  color: transparent;
  /* Fallback for other browsers, though background-clip: text often requires vendor prefix */
}
@media (max-width: 1200px) {
  .swiper.top .swiper-slide p.yellow-gradient {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .swiper.top .swiper-slide p.yellow-gradient {
    letter-spacing: calc(var(--text-xl-size) * 0.05);
  }
}
.swiper.top .swiper-slide p.yellow-gradient.sm {
  font-size: 18px;
}
.swiper.top .swiper-slide .center-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.swiper.top .swiper-slide button.video-btn {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 99px;
  overflow: hidden;
}
.swiper.top .swiper-slide button.video-btn a {
  outline: none;
  padding: 8px 15px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
}
.swiper.top .swiper-slide button.video-btn a img {
  width: 12px;
  height: auto;
}
.swiper.top .swiper-slide button.video-btn a:hover {
  background-color: white;
  color: var(--text-secondary);
}
.swiper.top .swiper-slide button.video-btn a:hover img {
  filter: invert(100%);
  opacity: 0.5;
}
.swiper.top .swiper-button-next:after,
.swiper.top .swiper-button-prev:after {
  color: transparent;
  aspect-ratio: 1.6/2.7;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1200px) {
  .swiper.top .swiper-button-next:after,
  .swiper.top .swiper-button-prev:after {
    transform: scale(0.6);
  }
}
@media (max-width: 768px) {
  .swiper.top .swiper-button-next:after,
  .swiper.top .swiper-button-prev:after {
    display: none;
    transform: scale(0.4);
  }
}
.swiper.top .swiper-button-next:after {
  background-image: url("../images/icons/arrow_right_white.png");
}
.swiper.top .swiper-button-prev:after {
  background-image: url("../images/icons/arrow_left_white.png");
}
.swiper.top .swiper-pagination {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.swiper.top .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
}
.swiper.top .swiper-pagination-bullet-active {
  background-color: var(--brand-color1);
}

.about-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .about-section {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.about-section .left,
.about-section .right {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 990px) {
  .about-section .left,
  .about-section .right {
    width: 100%;
    max-width: 100%;
  }
}
.about-section .left {
  --left-horizon-padding: clamp(43px, 6.78vw, 130px);
  --leff-vertical-padding: clamp(32px, 4.17vw, 80px);
  padding: var(--leff-vertical-padding) var(--left-horizon-padding) var(--leff-vertical-padding) calc(var(--left-horizon-padding) * 2);
  position: relative;
  --inner-gap: 16px;
}
@media (max-width: 1200px) {
  .about-section .left {
    padding: var(--leff-vertical-padding) var(--left-horizon-padding);
    --inner-gap: 10px;
  }
}
.about-section .left .deco-pic-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: clamp(100px, 7.2vw, 140px);
  aspect-ratio: 1/4.934;
  background-image: url("../images/icons/about_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 990px) {
  .about-section .left .deco-pic-box {
    width: 240px;
    left: auto;
    right: 0;
    top: 0;
    transform: translate(-12px, 20px);
    aspect-ratio: 49.4/10.9;
    background-image: url("../images/icons/about_mobile.png");
  }
}
.about-section .left h2.default-h2 {
  margin-bottom: 60px;
}
@media (max-width: 1536px) {
  .about-section .left h2.default-h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .about-section .left h2.default-h2 {
    margin-bottom: 32px;
  }
}
.about-section .left p.about-p {
  font-size: clamp(18px, 1.46vw, 28px);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .about-section .left p.about-p {
    margin-bottom: 2px;
  }
}
.about-section .left ul.square {
  margin: var(--inner-gap) 0;
}
.about-section .left button.default {
  margin-top: clamp(24px, 1.875vw, 36px);
}
.about-section .right {
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1/0.8;
}
.about-section .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-section .right img.w-full {
  display: block;
}
@media (max-width: 1200px) {
  .about-section .right img.w-full {
    display: none;
  }
}
.about-section .right img.normal {
  display: none;
}
@media (max-width: 1200px) {
  .about-section .right img.normal {
    display: block;
  }
}
@media (max-width: 1200px) {
  .about-section .right img {
    -o-object-position: 40% 80%;
       object-position: 40% 80%;
  }
}
@media (max-width: 768px) {
  .about-section .right img {
    -o-object-fit: center;
       object-fit: center;
  }
}
@media (max-width: 1200px) {
  .about-section .right {
    aspect-ratio: 19.2/9.2;
  }
}
@media (max-width: 768px) {
  .about-section .right {
    aspect-ratio: 37.5/40.9;
  }
}

.products-section {
  width: 100%;
  background-image: url("../images/bgs/index_products.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  --box-gap: 56px;
  position: relative;
  padding: var(--box-gap) 0 0;
}
@media (max-width: 1900px) {
  .products-section {
    --box-gap: 40px;
  }
}
@media (max-width: 1536px) {
  .products-section {
    --box-gap: 30px;
  }
}
@media (max-width: 1200px) {
  .products-section {
    --box-gap: 48px;
    background-image: url("../images/bgs/index_products_mobile.png");
  }
}
@media (max-width: 480px) {
  .products-section {
    --box-gap: 32px;
  }
}
.products-section .mySwiper3 {
  width: 100%;
  flex: 1;
  /* 調整箭頭背景與字體顏色 */
  /*pagination */
}
.products-section .mySwiper3 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.products-section .mySwiper3 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--box-gap) 0 calc(var(--box-gap) + 40px);
}
@media (max-width: 768px) {
  .products-section .mySwiper3 .swiper-wrapper .swiper-slide {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box {
  display: inline-block;
  width: 36.45%;
  max-width: 600px;
  border-radius: 14.4px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1900px) {
  .products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box {
    max-width: 440px;
  }
}
@media (max-width: 1380px) {
  .products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box {
    max-width: 400px;
  }
}
@media (max-width: 1200px) {
  .products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box {
    max-width: 460px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
  }
}
.products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box .img-box {
  width: 100%;
  flex: 3;
  aspect-ratio: 6.2/4.9;
}
.products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box .text-box {
  width: 100%;
  background-color: var(--brand-color3);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box .text-box .caption {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
  color: var(--brand-color4);
}
@media (max-width: 1536px) {
  .products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box .text-box .caption {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 768px) {
  .products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box .text-box .caption {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box .text-box .sub-caption {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: white;
}
@media (max-width: 1536px) {
  .products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box .text-box .sub-caption {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .products-section .mySwiper3 .swiper-wrapper .swiper-slide a.product-box .text-box .sub-caption {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.products-section .mySwiper3 .swiper-button-next:after,
.products-section .mySwiper3 .swiper-button-prev:after {
  color: transparent;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: none;
  width: 54px;
}
@media (max-width: 1536px) {
  .products-section .mySwiper3 .swiper-button-next:after,
  .products-section .mySwiper3 .swiper-button-prev:after {
    width: 36px;
  }
}
.products-section .mySwiper3 .swiper-button-next:after {
  background-image: url("../images/icons/arrow_right_circle.png");
}
.products-section .mySwiper3 .swiper-button-prev:after {
  background-image: url("../images/icons/arrow_left_circle.png");
}
.products-section .mySwiper3 .swiper-button-next {
  right: 18%;
}
.products-section .mySwiper3 .swiper-button-prev {
  left: 18%;
}
@media (max-width: 1200px) {
  .products-section .mySwiper3 .swiper-button-next,
  .products-section .mySwiper3 .swiper-button-prev {
    display: none;
  }
}
.products-section .mySwiper3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ADADAD;
  margin: 0 9px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 1200px) {
  .products-section .mySwiper3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.products-section .mySwiper3 .swiper-pagination-bullet-active {
  background-color: #4E4E4E;
  width: 20px;
  border-radius: 99px;
}
.products-section .mySwiper3 .swiper-horizontal > .swiper-pagination-bullets,
.products-section .mySwiper3 .swiper-pagination-bullets.swiper-pagination-horizontal,
.products-section .mySwiper3 .swiper-pagination-custom,
.products-section .mySwiper3 .swiper-pagination-fraction {
  bottom: calc(var(--box-gap) + 4px);
}

.news-section {
  width: 100%;
  background-color: white;
  --news-padding: 120px;
  padding: var(--news-padding) 15% 68px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.news-section .default-h2 {
  margin-bottom: calc(var(--news-padding) * 0.8);
  text-align: center;
}
.news-section .default-h2::before {
  left: auto;
}
@media (max-width: 1200px) {
  .news-section {
    --news-padding: 60px;
    padding: var(--news-padding) 10% 48px;
  }
}
@media (max-width: 768px) {
  .news-section {
    --news-padding: 40px;
    padding: var(--news-padding) 22px 30px;
  }
}/*# sourceMappingURL=index.css.map */