@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap);
@charset "UTF-8";
/*  ===== firefox font weight bold 有需要的話再設定為 normal (firefox在小字為粗體的時候會過粗) ===== */
/*  ===== media定義 ===== */
/*  ===== 捲軸樣式設定 ===== */
/*  ===== 往上適應 ===== */
/*  ===== 往下適應 ===== */
/*  ===== 範圍內適應 ===== */
.landing-page header {
  position: fixed;
  top: var(--admin-bar-height);
  left: 0px;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 84px;
  padding-top: 40px;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .landing-page header {
    background-color: var(--color-main);
    height: 64px;
    padding-top: 0px;
  }
}
.landing-page header.leave-top {
  background-color: var(--color-main);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .landing-page header.leave-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.landing-page header .header-logo-wrap {
  width: 152px;
}
.landing-page header .btn-anchor {
  position: fixed;
  bottom: 98px;
  right: 60px;
  padding: 0px 24px;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 3px 4px;
}
@media (max-width: 1439.98px) {
  .landing-page header .btn-anchor {
    right: 50px;
  }
}
@media (max-width: 767.98px) {
  .landing-page header .btn-anchor {
    right: 30px;
  }
}
@media (max-width: 575.98px) {
  .landing-page header .btn-anchor {
    bottom: 83px;
    right: 20px;
  }
}
.landing-page header .btn-anchor svg {
  margin-right: 6px;
}
.landing-page .section-banner {
  position: relative;
}
.landing-page .section-banner .banner-swiper .img-cover {
  padding-top: 52.7704485488%;
}
@media (max-width: 767.98px) {
  .landing-page .section-banner .banner-swiper .img-cover {
    padding-top: 120%;
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-banner .banner-swiper .img-cover {
    padding-top: 140%;
  }
}
.landing-page .section-banner .banner-swiper .img-cover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.landing-page .section-banner .banner-content {
  position: absolute;
  top: 19.17vw;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 1279.98px) {
  .landing-page .section-banner .banner-content {
    top: 15.336vw;
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-banner .banner-content {
    top: auto;
    bottom: 80px;
  }
}
.landing-page .section-banner .banner-content .title {
  font-size: calc(36 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.16 / 36 * 1rem);
  line-height: 1.8;
  margin-bottom: 16px;
}
@media (max-width: 1279.98px) {
  .landing-page .section-banner .banner-content .title {
    font-size: calc(29 / 16 * 1rem);
    letter-spacing: calc(1.74 / 29 * 1rem);
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-banner .banner-content .title {
    font-size: calc(26 / 16 * 1rem);
    letter-spacing: calc(1.56 / 26 * 1rem);
  }
}
.landing-page .section-banner .banner-content .subtitle {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: calc(0.8 / 16 * 1rem);
  margin-bottom: 38px;
}
.landing-page .section-banner .banner-content .btn-radius-share {
  width: 187px;
}
.landing-page .section-banner .scroll-dec-wrap {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  height: 50px;
}
.landing-page .section-banner .scroll-dec-wrap .mouse {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 27px;
  height: 40px;
  background-color: var(--color-main);
  border-radius: 13.5px;
  animation: upDown 3s ease-in-out infinite;
}
@keyframes upDown {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(5px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.landing-page .section-banner .scroll-dec-wrap .mouse::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 5px;
  height: 8px;
  background-color: var(--color-white);
  border-radius: 2.5px;
}
.landing-page .section-banner .scroll-dec-wrap .text {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(0.64 / 16 * 1rem);
  line-height: 1.5;
  color: var(--color-main);
}
.landing-page .section-point {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 100px;
  width: 100%;
  padding-top: 140px;
  padding-left: 100px;
  padding-bottom: 90px;
}
@media (max-width: 1439.98px) {
  .landing-page .section-point {
    padding-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .landing-page .section-point {
    gap: 50px;
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-point {
    flex-direction: column;
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-point {
    padding-top: 80px;
    padding-left: 20px;
    padding-bottom: 45px;
  }
}
.landing-page .section-point::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 170px;
  background-color: var(--color-main);
}
@media (max-width: 575.98px) {
  .landing-page .section-point::after {
    width: 50px;
    height: 120px;
  }
}
.landing-page .section-point .dec-img {
  position: absolute;
  top: 308px;
  left: 0px;
  max-width: 80%;
}
@media (max-width: 767.98px) {
  .landing-page .section-point .dec-img {
    display: none;
  }
}
.landing-page .section-point .title-share {
  margin-bottom: 4px;
}
.landing-page .section-point .subtitle-share {
  padding-left: 26px;
}
.landing-page .section-point .point-swiper {
  width: 68.88%;
  margin: 0;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .landing-page .section-point .point-swiper {
    width: 100%;
  }
}
.landing-page .section-point .point-swiper .swiper-slide:nth-child(even) {
  padding-top: 30px;
}
.landing-page .section-point .point-swiper .img-cover {
  padding-top: 121.3%;
  border-radius: 10px;
  margin-bottom: 16px;
}
.landing-page .section-point .point-swiper .title {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(0.9 / 18 * 1rem);
  color: var(--color-main);
  line-height: 1.6;
  margin-bottom: 10px;
}
.landing-page .section-point .point-swiper .swiper-scrollbar {
  width: 56.66%;
  margin-left: 85px;
  bottom: 12px;
}
@media (max-width: 767.98px) {
  .landing-page .section-point .point-swiper .swiper-scrollbar {
    width: 76.66%;
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-point .point-swiper .swiper-scrollbar {
    width: 66.66%;
  }
}
.landing-page .section-solution {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 90px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 15.625vw;
  overflow: hidden;
}
@media (max-width: 1439.98px) {
  .landing-page .section-solution {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-solution {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-solution {
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
.landing-page .section-solution .title-share {
  margin-bottom: 34px;
}
@media (max-width: 575.98px) {
  .landing-page .section-solution .title-share {
    margin-bottom: 17px;
  }
}
.landing-page .section-solution .tab-wrap-share {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .landing-page .section-solution .tab-wrap-share {
    margin-bottom: 30px;
  }
}
.landing-page .section-solution .content-wrap {
  position: relative;
  display: none;
  width: 100%;
}
.landing-page .section-solution .content-wrap.active {
  display: block;
}
.landing-page .section-solution .content-wrap .content {
  width: 49.76%;
  min-height: 20.83vw;
  background-color: var(--color-white);
  border-left: 4px solid var(--color-main);
  border-radius: 2px;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 60px 60px 60px;
}
@media (max-width: 991.98px) {
  .landing-page .section-solution .content-wrap .content {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-solution .content-wrap .content {
    padding: 25px 30px 30px 30px;
    margin-bottom: 30px;
  }
}
.landing-page .section-solution .content-wrap .content .title-share {
  margin-bottom: 16px;
}
.landing-page .section-solution .content-wrap .img-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 55.16%;
}
@media (max-width: 991.98px) {
  .landing-page .section-solution .content-wrap .img-wrap {
    position: relative;
    width: 100%;
  }
}
.landing-page .section-solution .content-wrap .img-wrap::after {
  content: "";
  position: absolute;
  top: 6.94vw;
  right: -6.94vw;
  z-index: -2;
  width: 75.29%;
  padding-top: 62.1204620462%;
  background-color: var(--color-main);
}
.landing-page .section-solution .content-wrap .img-cover {
  padding-top: 65.0618087183%;
}
.landing-page .section-features {
  position: relative;
}
.landing-page .section-features .en-text {
  position: absolute;
  top: 0px;
  right: 0px;
}
.landing-page .section-features .title-wrap {
  padding-left: 100px;
}
@media (max-width: 1439.98px) {
  .landing-page .section-features .title-wrap {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-features .title-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-features .title-wrap {
    padding-left: 20px;
  }
}
.landing-page .section-features .title-wrap .title-share {
  margin-bottom: 4px;
}
.landing-page .section-features .title-wrap .subtitle-share {
  margin-bottom: 50px;
}
.landing-page .section-features .features-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media (max-width: 991.98px) {
  .landing-page .section-features .features-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.landing-page .section-features .features-wrap .features-item {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.landing-page .section-features .features-wrap .features-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.landing-page .section-features .features-wrap .features-item:hover .img-cover::before {
  background: rgba(21, 178, 154, 0.7);
}
.landing-page .section-features .features-wrap .features-item .img-cover {
  padding-top: 104.4%;
}
.landing-page .section-features .features-wrap .features-item .img-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.5s ease;
}
.landing-page .section-features .features-wrap .features-item .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  color: var(--color-white);
  padding: 0px 19.5%;
}
@media (max-width: 991.98px) {
  .landing-page .section-features .features-wrap .features-item .content-wrap {
    padding: 0px 9.75%;
  }
}
.landing-page .section-features .features-wrap .features-item .content-wrap .content-title-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.landing-page .section-features .features-wrap .features-item .content-wrap .num {
  font-family: "Montserrat", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: calc(30 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(1.8 / 30 * 1rem);
  line-height: 1.8;
}
@media (max-width: 1279.98px) {
  .landing-page .section-features .features-wrap .features-item .content-wrap .num {
    font-size: calc(26 / 16 * 1rem);
    letter-spacing: calc(1.56 / 26 * 1rem);
  }
}
@media (max-width: 1279.98px) {
  .landing-page .section-features .features-wrap .features-item .content-wrap .title-share {
    font-size: calc(26 / 16 * 1rem);
    letter-spacing: calc(1.56 / 26 * 1rem);
  }
}
.landing-page .section-features .features-wrap .features-item .content-wrap .content {
  width: 100%;
  max-width: 290px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.5s ease;
  text-align: center;
}
.landing-page .section-instrument {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 115px;
  padding-bottom: 100px;
}
@media (max-width: 575.98px) {
  .landing-page .section-instrument {
    padding-top: 58px;
    padding-bottom: 50px;
  }
}
.landing-page .section-instrument .title-share {
  margin-bottom: 4px;
}
.landing-page .section-instrument .subtitle-share {
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .landing-page .section-instrument .subtitle-share {
    margin-bottom: 35px;
  }
}
.landing-page .section-instrument .instrument-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 74px;
  gap: 40px 16px;
}
@media (max-width: 1439.98px) {
  .landing-page .section-instrument .instrument-wrap {
    padding: 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-instrument .instrument-wrap {
    padding: 0px 30px;
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-instrument .instrument-wrap {
    padding: 0px 20px;
    gap: 20px 16px;
  }
}
.landing-page .section-instrument .instrument-wrap > div {
  padding-top: 130px;
}
.landing-page .section-instrument .instrument-wrap .type-4 {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 767.98px) {
  .landing-page .section-instrument .instrument-wrap .type-4 {
    width: 100%;
  }
}
.landing-page .section-instrument .instrument-wrap .type-oth {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 991.98px) {
  .landing-page .section-instrument .instrument-wrap .type-oth {
    width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-instrument .instrument-wrap .type-oth {
    width: 100%;
  }
}
.landing-page .section-instrument .instrument-wrap .instrument-item {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: #E4F1EF;
  border-radius: 10px;
  padding: 110px 30px 44px 30px;
  transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
  .landing-page .section-instrument .instrument-wrap .instrument-item {
    padding: 90px 30px 44px 30px;
  }
}
.landing-page .section-instrument .instrument-wrap .instrument-item:hover {
  background-color: #15B29A;
}
.landing-page .section-instrument .instrument-wrap .instrument-item:hover .title {
  color: var(--color-white);
}
.landing-page .section-instrument .instrument-wrap .instrument-item:hover .content {
  color: var(--color-white);
}
.landing-page .section-instrument .instrument-wrap .instrument-item .img-cover {
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translate(-50%);
  width: 230px;
  padding-top: 230px;
  margin-bottom: 10px;
}
.landing-page .section-instrument .instrument-wrap .instrument-item .title {
  font-family: "Noto Sans TC", Arial;
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  margin-bottom: 14px;
}
.landing-page .section-instrument .instrument-wrap .instrument-item .content {
  text-align: center;
}
.landing-page .section-full {
  position: relative;
  padding: 7.361vw 0;
}
.landing-page .section-full > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.landing-page .section-full > div {
  width: 42.85%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 82px 79px 90px 50px;
  margin-left: 100px;
}
@media (max-width: 1439.98px) {
  .landing-page .section-full > div {
    margin-left: 50px;
  }
}
@media (max-width: 1279.98px) {
  .landing-page .section-full > div {
    width: 62.85%;
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-full > div {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-full > div {
    width: calc(100% - 40px);
    padding: 41px 39px 45px 25px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.landing-page .section-full > div .title-share {
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .landing-page .section-full > div .title-share br {
    display: none;
  }
}
.landing-page .section-full > div > p {
  margin-bottom: 16px;
}
.landing-page .section-full > div .btn-radius-share {
  width: 187px;
  margin: 0 0 0 auto;
}
@media (max-width: 575.98px) {
  .landing-page .section-full > div .btn-radius-share {
    margin: 0 auto;
  }
}
.landing-page .section-application {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 93px;
  padding-bottom: 90px;
}
@media (max-width: 575.98px) {
  .landing-page .section-application {
    padding-top: 42px;
    padding-bottom: 45px;
  }
}
.landing-page .section-application .title-share {
  margin-bottom: 4px;
}
.landing-page .section-application .subtitle-share {
  margin-bottom: 50px;
}
.landing-page .section-application .swiper-wrap {
  position: relative;
  width: calc(100% - 200px);
}
@media (max-width: 1439.98px) {
  .landing-page .section-application .swiper-wrap {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-application .swiper-wrap {
    width: calc(100% - 60px);
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-application .swiper-wrap {
    width: calc(100% - 40px);
  }
}
.landing-page .section-application .application-swiper .img-cover {
  padding-top: 62.5%;
  border-radius: 10px;
  margin-bottom: 16px;
}
.landing-page .section-application .application-swiper .content-wrap {
  position: relative;
  padding: 0px 10px 16px 10px;
}
.landing-page .section-application .application-swiper .content-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: var(--color-main);
  border-radius: 3px;
}
.landing-page .section-application .application-swiper .title {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(0.9 / 18 * 1rem);
  line-height: 1.6;
  color: var(--color-main);
  margin-bottom: 10px;
}
.landing-page .section-application .application-swiper .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.landing-page .section-cooperate {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 75px;
}
@media (max-width: 575.98px) {
  .landing-page .section-cooperate {
    padding-top: 45px;
    padding-bottom: 38px;
  }
}
.landing-page .section-cooperate .title-share {
  margin-bottom: 4px;
}
.landing-page .section-cooperate .subtitle-share {
  margin-bottom: 50px;
}
.landing-page .section-cooperate .img-outer-wrap {
  position: relative;
  width: 100%;
}
.landing-page .section-cooperate .img-outer-wrap::before, .landing-page .section-cooperate .img-outer-wrap::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 80px;
  height: 100%;
  background-color: var(--color-main);
}
@media (max-width: 1279.98px) {
  .landing-page .section-cooperate .img-outer-wrap::before, .landing-page .section-cooperate .img-outer-wrap::after {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-cooperate .img-outer-wrap::before, .landing-page .section-cooperate .img-outer-wrap::after {
    width: 30px;
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-cooperate .img-outer-wrap::before, .landing-page .section-cooperate .img-outer-wrap::after {
    width: 20px;
  }
}
.landing-page .section-cooperate .img-outer-wrap::before {
  left: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 767.98px) {
  .landing-page .section-cooperate .img-outer-wrap::before {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-cooperate .img-outer-wrap::before {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.landing-page .section-cooperate .img-outer-wrap::after {
  right: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 767.98px) {
  .landing-page .section-cooperate .img-outer-wrap::after {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
.landing-page .section-cooperate .img-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 20px;
  width: 100%;
  max-width: calc(100% - 360px);
  margin: 0 auto;
}
@media (max-width: 1279.98px) {
  .landing-page .section-cooperate .img-wrap {
    grid-template-columns: repeat(4, 1fr);
    max-width: calc(100% - 180px);
  }
}
@media (max-width: 991.98px) {
  .landing-page .section-cooperate .img-wrap {
    max-width: calc(100% - 135px);
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-cooperate .img-wrap {
    grid-template-columns: repeat(3, 1fr);
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-cooperate .img-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.landing-page .section-cooperate .img-wrap .img-cover {
  padding-top: 67.5675675676%;
}
.landing-page .section-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 94px;
}
@media (max-width: 575.98px) {
  .landing-page .section-form {
    padding-top: 38px;
    padding-bottom: 74px;
  }
}
.landing-page .section-form .title-share {
  margin-bottom: 4px;
}
.landing-page .section-form .subtitle-share {
  margin-bottom: 30px;
}
.landing-page .section-form .form-wrap {
  width: 1130px;
  max-width: calc(100% - 100px);
  background-color: #F7F7F7;
  border-radius: 20px;
  padding: 75px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .landing-page .section-form .form-wrap {
    padding: 38px;
  }
}
@media (max-width: 767.98px) {
  .landing-page .section-form .form-wrap {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 575.98px) {
  .landing-page .section-form .form-wrap {
    max-width: calc(100% - 40px);
    padding: 38px 19px;
  }
}
.landing-page footer {
  position: relative;
  background-color: var(--color-main);
  color: var(--color-white);
  padding: 65px 0px 30px;
}
@media (max-width: 991.98px) {
  .landing-page footer {
    padding: 30px 0px;
  }
}
.landing-page footer ul {
  padding-left: 25px;
}
.landing-page footer a {
  color: var(--color-white);
}
.landing-page footer .container-share {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .landing-page footer .container-share {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.landing-page footer .footer-information-wrap {
  padding-bottom: 20px;
}
.landing-page footer .footer-information-wrap .footer-logo {
  display: block;
  width: 152px;
  margin-bottom: 40px;
}
.landing-page footer .footer-information-wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}
.landing-page footer .footer-socail-wrap .social-links-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
  margin: 0 0 15px auto;
}
@media (max-width: 991.98px) {
  .landing-page footer .footer-socail-wrap .social-links-wrap {
    justify-content: flex-start;
  }
}
.landing-page footer .footer-socail-wrap .social-links-wrap > div {
  width: 30px;
}
.landing-page footer .to-top {
  font-family: "Montserrat", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(0.64 / 16 * 1rem);
  line-height: 1.5;
  position: absolute;
  top: -35px;
  z-index: 1;
  right: 80px;
  width: 80px;
  text-align: center;
}
@media (max-width: 1439.98px) {
  .landing-page footer .to-top {
    right: 50px;
  }
}
@media (max-width: 1279.98px) {
  .landing-page footer .to-top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .landing-page footer .to-top {
    top: -25px;
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  .landing-page footer .to-top {
    right: 20px;
  }
}
.landing-page footer .to-top img {
  margin-bottom: 10px;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

body, figure,
h1, h2, h3, h4, h5, h6,
ol, p, ul {
  margin: 0;
}

:root {
  --vh: 100vh;
}

html {
  scroll-behavior: smooth;
}

body {
  --admin-bar-height: 0px;
}
body.admin-bar {
  --admin-bar-height: 32px;
}
@media (max-width: 767.98px) {
  body.admin-bar {
    --admin-bar-height: 46px;
  }
}
body.locked {
  overflow: hidden;
}

body .landing-page {
  -webkit-font-smoothing: antialiased;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  overflow-x: hidden;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-main: #15B29A;
  --color-text: #525252;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-weight: 400;
  font-display: swap;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: calc(0.7 / 14 * 1rem);
  line-height: 1.8;
  color: var(--color-text);
}
body .landing-page .e-con {
  padding: 0px;
}
body .landing-page .swiper-button-prev, body .landing-page .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  height: 30px;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  margin-top: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
}
body .landing-page .swiper-button-prev.point-swiper-prev, body .landing-page .swiper-button-prev.point-swiper-next, body .landing-page .swiper-button-next.point-swiper-prev, body .landing-page .swiper-button-next.point-swiper-next {
  top: auto;
  transform: translateY(0%);
}
body .landing-page .swiper-button-prev::after, body .landing-page .swiper-button-next::after {
  content: none;
}
body .landing-page .swiper-button-prev.swiper-button-disabled, body .landing-page .swiper-button-next.swiper-button-disabled {
  background-color: var(--color-white);
  opacity: 1;
}
body .landing-page .swiper-button-prev.swiper-button-disabled svg, body .landing-page .swiper-button-next.swiper-button-disabled svg {
  color: var(--color-main);
}
body .landing-page .swiper-button-prev svg, body .landing-page .swiper-button-next svg {
  color: var(--color-white);
}
body .landing-page .swiper-button-prev.point-swiper-prev {
  bottom: 0px;
  left: 0px;
}
body .landing-page .swiper-button-prev.application-swiper-prev {
  left: -50px;
}
@media (max-width: 1439.98px) {
  body .landing-page .swiper-button-prev.application-swiper-prev {
    left: -40px;
  }
}
@media (max-width: 767.98px) {
  body .landing-page .swiper-button-prev.application-swiper-prev {
    left: -15px;
  }
}
body .landing-page .swiper-button-next.point-swiper-next {
  bottom: 0px;
  right: auto;
  left: 34px;
}
body .landing-page .swiper-button-next.application-swiper-next {
  right: -50px;
}
@media (max-width: 1439.98px) {
  body .landing-page .swiper-button-next.application-swiper-next {
    right: -40px;
  }
}
@media (max-width: 767.98px) {
  body .landing-page .swiper-button-next.application-swiper-next {
    right: -15px;
  }
}
body .landing-page .swiper-button-next svg {
  transform: rotate(180deg);
}
body .landing-page .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 9.375vw;
}
@media (max-width: 1279.98px) {
  body .landing-page .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
  }
}
body .landing-page .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 10px;
}
body .landing-page .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid var(--color-white);
  opacity: 1;
  margin: 0 5px;
  border-radius: 0px;
}
body .landing-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-white);
}
body .landing-page .swiper-scrollbar-drag {
  background: var(--color-main);
}
body .landing-page .swiper-horizontal > .swiper-scrollbar, body .landing-page .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  left: 0;
}
body .landing-page div.wpforms-container-full {
  margin: 0;
}
body .landing-page div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
  padding: 0;
}
body .landing-page div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
  gap: 50px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  body .landing-page div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  body .landing-page div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
    gap: 0;
  }
}
body .landing-page .wpforms-container .wpforms-field {
  padding: 0 0 50px 0;
}
@media (max-width: 991.98px) {
  body .landing-page .wpforms-container .wpforms-field {
    padding: 0 0 30px 0;
  }
}
body .landing-page .wpforms-container .wpforms-field.wpforms-field-layout {
  padding: 0;
}
body .landing-page div.wpforms-container-full .wpforms-field.wpforms-field-radio ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 60px;
}
@media (max-width: 575.98px) {
  body .landing-page div.wpforms-container-full .wpforms-field.wpforms-field-radio ul {
    height: 55px;
  }
}
body .landing-page div.wpforms-container-full .wpforms-field-label {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  body .landing-page div.wpforms-container-full .wpforms-field-label {
    font-size: calc(16 / 16 * 1rem);
  }
}
body .landing-page div.wpforms-container-full input, body .landing-page div.wpforms-container-full select {
  height: 60px;
}
@media (max-width: 575.98px) {
  body .landing-page div.wpforms-container-full input, body .landing-page div.wpforms-container-full select {
    height: 55px;
  }
}
body .landing-page div.wpforms-container-full input[type=date],
body .landing-page div.wpforms-container-full input[type=datetime],
body .landing-page div.wpforms-container-full input[type=datetime-local],
body .landing-page div.wpforms-container-full input[type=email],
body .landing-page div.wpforms-container-full input[type=month],
body .landing-page div.wpforms-container-full input[type=number],
body .landing-page div.wpforms-container-full input[type=password],
body .landing-page div.wpforms-container-full input[type=range],
body .landing-page div.wpforms-container-full input[type=search],
body .landing-page div.wpforms-container-full input[type=tel],
body .landing-page div.wpforms-container-full input[type=text],
body .landing-page div.wpforms-container-full input[type=time],
body .landing-page div.wpforms-container-full input[type=url],
body .landing-page div.wpforms-container-full input[type=week],
body .landing-page div.wpforms-container-full select,
body .landing-page div.wpforms-container-full textarea {
  border-radius: 5px;
  border: 1px solid #E5E5E5;
}
body .landing-page div.wpforms-container-full input[type=date]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=datetime]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=datetime-local]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=email]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=month]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=number]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=password]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=range]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=search]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=tel]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=text]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=time]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=url]:focus:invalid,
body .landing-page div.wpforms-container-full input[type=week]:focus:invalid,
body .landing-page div.wpforms-container-full select:focus:invalid,
body .landing-page div.wpforms-container-full textarea:focus:invalid {
  border: 1px solid var(--color-main);
  box-shadow: 0 0 0 1px var(--color-main), 0px 1px 2px rgba(0, 0, 0, 0.15);
}
body .landing-page div.wpforms-container-full input[type=checkbox]:checked:before, body .landing-page div.wpforms-container-full input[type=radio]:checked:before {
  border-color: var(--color-main);
  box-shadow: 0 0 0 1px var(--color-main), 0px 1px 2px rgba(0, 0, 0, 0.15);
}
body .landing-page div.wpforms-container-full input[type=radio]:checked:after {
  background-color: var(--color-main);
}
body .landing-page div.wpforms-container-full .wpforms-form textarea {
  min-height: 186px;
}
body .landing-page div.wpforms-container-full button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: calc(16 / 16 * 1rem);
  letter-spacing: calc(0.8 / 16 * 1rem);
  width: 153px;
  height: 50px;
  border-radius: 25px;
  padding: 0px 15px;
  color: var(--color-white);
  margin: 0 auto;
  box-shadow: none;
}
body .landing-page div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  background-color: var(--color-main);
}
body .landing-page div.wpforms-container-full button[type=submit]:hover {
  background-color: var(--color-main) !important;
}

ul.list-style-none, li.list-style-none, ol.list-style-none {
  list-style-type: none;
  padding: 0px;
}

ul, ol {
  padding-left: 25px;
}

img {
  display: block;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
}

a {
  transition: opacity 0.5s ease;
}
a:hover {
  opacity: 0.75;
}

.c-main {
  color: var(--color-main);
}

.c-white {
  color: var(--color-white);
}

.elementor .img-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .elementor .img-cover.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .elementor .img-cover.mobile {
    display: none;
  }
}
.elementor .img-cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor .iframe-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
.elementor .iframe-cover iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor .video-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
.elementor .video-cover video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-radius-share {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: calc(16 / 16 * 1rem);
  letter-spacing: calc(0.8 / 16 * 1rem);
  height: 50px;
  border-radius: 25px;
  padding: 0px 15px;
}
.btn-radius-share.main {
  background-color: var(--color-main);
  color: var(--color-white);
}
.btn-radius-share.white {
  background-color: var(--color-white);
  color: var(--color-main);
}

.title-share {
  position: relative;
  font-size: calc(30 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(1.8 / 30 * 1rem);
  line-height: 1.8;
  padding-left: 26px;
}
@media (max-width: 575.98px) {
  .title-share {
    font-size: calc(26 / 16 * 1rem);
    letter-spacing: calc(1.56 / 26 * 1rem);
  }
}
.title-share.center {
  text-align: center;
}
.title-share.no-dec {
  padding-left: 0px;
}
.title-share.no-dec::before {
  content: none;
}
.title-share::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--color-main);
}

.subtitle-share {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: calc(0.7 / 14 * 1rem);
  line-height: 1.8;
}

.container-share {
  width: 100%;
  margin: 0 auto;
  padding: 0px 100px;
}
@media (max-width: 1439.98px) {
  .container-share {
    padding: 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .container-share {
    padding: 0px 30px;
  }
}
@media (max-width: 575.98px) {
  .container-share {
    padding: 0px 20px;
  }
}

.tab-wrap-share {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.tab-wrap-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 40px;
  font-size: calc(16 / 16 * 1rem);
  letter-spacing: calc(0.8 / 16 * 1rem);
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 20px;
  padding: 0px 30px;
}
.tab-wrap-share a.current {
  background-color: var(--color-main);
  color: var(--color-white);
}

.en-text {
  font-size: calc(80 / 16 * 1rem);
  font-family: "Montserrat", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  letter-spacing: calc(3.2 / 80 * 1rem);
  line-height: 1;
  color: #EEE;
  margin-bottom: 40px;
}
@media (max-width: 1279.98px) {
  .en-text {
    font-size: calc(64 / 16 * 1rem);
  }
}
@media (max-width: 575.98px) {
  .en-text {
    font-size: calc(40 / 16 * 1rem);
    margin-bottom: 20px;
  }
}
