@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
html.body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

img {
  width: auto;
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
section {
  margin: clamp(30px, 5vw, 80px) 0;
}

.btn_lg {
  display: inline-block;
  font-size: clamp(16px, 2.5vw, 36px);
  font-weight: 700;
  color: #fff;
  background-color: #ce4c00;
  border-radius: 99px;
  padding: clamp(8px, 1.5vw, 16px) clamp(24px, 2.75vw, 42px);
}
.btn_lg:hover {
  color: #fff;
  background-color: #96694c;
  transition: all 0.5s;
}

.areaTit {
  font-size: clamp(20px, 3.25vw, 60px);
  font-weight: 700;
  margin-bottom: clamp(24px, 4vw, 64px);
}
@media (max-width: 768px) {
  .areaTit {
    margin-bottom: 0;
  }
}

.timeLine {
  overflow: hidden;
  padding: 10px;
  margin-bottom: clmap(24px, 4vw, 64px);
}
.timeLine .item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 0;
}
@media (max-width: 568px) {
  .timeLine .item {
    padding: 8px 0;
  }
}
.timeLine .item:nth-child(odd) .text {
  margin-left: 0;
  padding-right: 20px;
  text-align: right;
}
@media (max-width: 568px) {
  .timeLine .item:nth-child(odd) .text {
    text-align: left;
    padding-left: 26px;
  }
}
.timeLine .item:nth-child(even) .text {
  padding-left: 20px;
}
@media (max-width: 568px) {
  .timeLine .item:nth-child(even) .text {
    padding-left: 26px;
  }
}
.timeLine .text {
  width: calc(50% - 10px);
}
@media (max-width: 568px) {
  .timeLine .text {
    width: 100%;
  }
}
.timeLine .text span {
  display: inline-block;
  font-size: clamp(16px, 1.5vw, 28px);
  padding: 10px 24px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  border-radius: 99px;
}
@media (max-width: 568px) {
  .timeLine .text span {
    padding: 6px 16px;
  }
}
.timeLine .line {
  width: 20px;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  left: calc(50% - 10px);
}
@media (max-width: 568px) {
  .timeLine .line {
    left: 10px;
  }
}
.timeLine .line::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 568px) {
  .timeLine .line::before {
    width: 2px;
  }
}
.timeLine .line::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #c1c1c1;
  border-radius: 99px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 568px) {
  .timeLine .line::after {
    width: 6px;
    height: 6px;
  }
}
.timeLine .space {
  width: calc(50% - 10px);
}
@media (max-width: 568px) {
  .timeLine .space {
    width: 0;
  }
}

section.products .swiper-slide {
  position: relative;
  background-color: #fff;
  border-radius: clamp(12px, 2vw, 36px);
  overflow: hidden;
}
section.products .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.products .swiper-slide:nth-child(even)::before {
  background-color: rgba(250, 149, 84, 0.08);
}
section.products .swiper-slide:nth-child(odd)::before {
  background-color: rgba(192, 144, 26, 0.08);
}
section.products .swiper-slide .text {
  position: absolute;
  left: clamp(20px, 2.5vw, 40px);
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 991px) {
  section.products .swiper-slide .text {
    max-width: 40%;
  }
}
section.products .swiper-slide .tit {
  font-size: clamp(24px, 3.75vw, 66px);
  font-weight: 800;
}
@media (max-width: 991px) {
  section.products .swiper-slide .tit {
    margin-bottom: 0;
  }
}
section.products .swiper-slide .sec {
  font-size: clamp(20px, 2.75vw, 48px);
  font-weight: 500;
}
@media (max-width: 991px) {
  section.products .swiper-slide .sec {
    margin-bottom: 0;
  }
}
section.products .swiper-slide .des {
  font-size: clamp(16px, 1.75vw, 28px);
  background: linear-gradient(94deg, #0090f7, #ba62fc, #f2416b, #f55600);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
}
@media (max-width: 991px) {
  section.products .swiper-slide .des {
    margin-bottom: 0;
  }
}
section.products .swiper-slide .pic {
  position: relative;
  z-index: 1;
}
section.products .productsSwiper {
  padding-bottom: 60px;
  position: relative;
}
section.products .arrBox {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  transform: translateX(-50%);
  left: 50%;
  align-items: center;
}
section.products .line {
  width: 1px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  section.products .line {
    height: 24px;
  }
}
section.products .swiper-button-next {
  position: static;
  margin-top: unset;
}
section.products .swiper-button-next::after {
  display: none;
}
section.products .swiper-button-prev {
  position: static;
  margin-top: unset;
}
section.products .swiper-button-prev::after {
  display: none;
}

section.application {
  overflow: hidden;
}
section.application .applicationSwiper {
  width: 120%;
  margin-left: -10%;
}
@media (max-width: 480px) {
  section.application .applicationSwiper {
    width: 140%;
    margin-left: -20%;
  }
}
section.application .swiper-slide {
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  section.application .swiper-slide {
    border-radius: 8px;
  }
}
section.application .swiper-slide p {
  position: static;
  top: clamp(16px, 2vw, 32px);
  left: clamp(16px, 2vw, 32px);
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 500;
  width: calc(100% - 16px);
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  section.application .swiper-slide p {
    top: 12px;
    left: 12px;
    font-size: 15px;
  }
}
section.application .swiper-slide .pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(12px, 1.5vw, 24px);
  overflow: hidden;
}

section.info {
  background-color: #f5f5f7;
  padding: clamp(32px, 3.75vw, 66px) 0;
}
section.info .areaTit {
  margin-bottom: clamp(24px, 1.75vw, 32px);
}
section.info.white {
  background-color: #fff;
}
section.info .infoCard {
  display: flex;
  flex-direction: column;
  border-radius: clamp(16px, 2.75vw, 36px);
  text-align: center;
  padding: clamp(20px, 2.75vw, 48px) clamp(20px, 2.75vw, 48px) clamp(30px, 3vw, 52px);
  margin-bottom: clamp(24px, 3.5vw, 60px);
  margin-top: 16px;
  align-items: center;
}
section.info .infoCard.white {
  background-color: #fff;
}
section.info .infoCard p {
  font-size: clamp(14px, 1.75vw, 30px);
}
@media (max-width: 480px) {
  section.info .infoCard p {
    margin-bottom: 4px;
  }
}
section.info .infoCard p span {
  font-size: clamp(17px, 2.75vw, 46px);
  font-weight: 800;
  color: #ce4c00;
}
section.info .infoCard img {
  margin-bottom: clamp(16px, 3vw, 48px);
}
section.info .tc p {
  font-size: clamp(18px, 1.75vw, 24px);
  font-weight: 700;
}
@media (max-width: 480px) {
  section.info .tc p {
    margin-bottom: 6px;
  }
}
section.info .tc li {
  font-size: clamp(15px, 1.5vw, 20px);
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  section.info .tc li {
    margin-bottom: 6px;
  }
}

.step-box {
  background-color: #fff;
  padding: clamp(12px, 3.5vw, 60px) clamp(8px, 2.5vw, 40px);
  border-radius: clamp(12px, 2.25vw, 36px);
  margin-bottom: clamp(28px, 3.5vw, 60px);
}
.step-box .text-center img {
  max-width: 750px;
}

.step {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(16px, 5vw, 140px);
  margin-bottom: clamp(12px, 2vw, 32px);
}
.step .line {
  width: 54%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 20px;
}
@media (max-width: 480px) {
  .step .line {
    top: 16px;
  }
}
.step .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step .item .en {
  font-size: clamp(14px, 1.25vw, 18px);
  padding: 6px clamp(16px, 2.75vw, 48px);
  margin-bottom: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.step .item .tit {
  font-size: clamp(17px, 1.75vw, 28px);
  font-weight: 700;
  margin-bottom: 4px;
}
.step .item .text {
  font-size: clamp(14px, 1.25vw, 18px);
}

.cardList {
  display: flex;
  gap: clamp(12px, 2.5vw, 40px);
  margin-bottom: clamp(16px, 2.5vw, 40px);
}
@media (max-width: 480px) {
  .cardList {
    flex-direction: column;
  }
}
.cardList .item {
  position: relative;
  border-radius: clamp(12px, 1.75vw, 24px);
  overflow: hidden;
}
.cardList .item p {
  color: #fff;
  font-size: clamp(16px, 1.75vw, 28px);
  font-weight: 600;
  position: absolute;
  top: 12px;
  left: 12px;
}/*# sourceMappingURL=style.css.map */