/***
	create 2025/7/29
	author Insowe Gili
***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:400,700,900&display=swap");
:root {
  --font-family: "Noto Sans TC", "Microsoft JhengHei", "Roboto", sans-serif;
  --color-font: #292929;
  --color-w:#fff;
  --color-g1: #63C48A;
  --color-g2:#268D4E;
  --bg-g1:#E9FFD0;
  --bg-g2:#B5E78B;
  --bg-b1:#C0E5F4;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-size: 24px;
  color: var(--color-font);
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrap {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}

.text-center {
  text-align: center;
}

.hide {
  display: none !important;
}

footer {
  font-size: 20px;
  padding: 50px 0;
  background-color: var(--bg-b1);
}
footer .copyright {
  margin-bottom: 100px;
}
footer .footer-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-info li {
  margin: 12px;
}
footer .footer-info a:hover {
  color: var(--color-g2);
}

.section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.section .section-sub-title {
  color: var(--color-g2);
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 37px;
  font-weight: 700;
}
.section .section-title {
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 700;
}
.section .section-box p {
  margin-top: 0;
  margin-bottom: 36px;
  line-height: 2;
}

#cut1 {
  padding-top: 40px;
  padding-bottom: 0;
}
#cut1 h1 {
  font-weight: 900;
  font-size: 41px;
  margin-bottom: 40px;
}
#cut1 .section-box > p {
  opacity: 0;
  font-size: 32px;
  transform: translateY(100px);
  animation: aniCut1Text 0.8s linear 1.5s forwards;
}
#cut1 .img {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
#cut1 .img.img1 {
  width: 1920px;
  height: 1094px;
  top: -50px;
  animation: aniCut1Bg1 0.8s linear 0.5s forwards;
}
#cut1 .bottom-block {
  position: relative;
  z-index: 5;
  background-color: var(--bg-g2);
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 20px;
}
#cut1 .bottom-block::after {
  height: 25%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--bg-g1);
  content: "";
  z-index: -1;
}
#cut1 .bottom-block .img {
  width: 2400px;
  height: 1124px;
  top: -384px;
}
#cut1 .bottom-block .img.img2 {
  transform: translateX(-55%);
  animation: aniCut1Bg2 0.8s linear 0.5s forwards;
}
#cut1 .bottom-block .img.img3 {
  transform: translateX(-45%);
  animation: aniCut1Bg3 0.8s linear 0.8s forwards;
}
#cut1 .bottom-block .img.img4 {
  transform: translateX(-55%);
  animation: aniCut1Bg2 0.8s linear 0.9s forwards;
}
#cut1 .bottom-block .text-box {
  margin-top: 500px;
  background-color: var(--color-w);
  border-radius: 80px;
  padding-top: 100px;
  padding-bottom: 75px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
}
#cut1 .bottom-block .text-box p {
  margin-bottom: 30px;
  line-height: 2;
}

#cut2 {
  padding-bottom: 140px;
  background-color: var(--bg-g1);
}
#cut2 .section-box {
  display: flex;
  gap: 0 130px;
}
#cut2 .section-box p {
  margin-bottom: 30px;
}
#cut2 .section-box .right-block {
  padding-top: 160px;
  padding-bottom: 410px;
}
#cut2 .section-box .right-block a {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: var(--color-w);
  background-color: var(--color-g1);
  box-sizing: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#cut2 .section-box .right-block a:hover {
  background-color: var(--color-g2);
}
#cut2 .img {
  position: absolute;
  width: 430px;
  right: -25px;
  bottom: 20px;
}

#cut3 {
  padding-bottom: 200px;
}
#cut3 .section-box p {
  line-height: 1.85;
}
#cut3 .section-box .logo-group {
  width: 100%;
  max-width: 1000px;
  margin: 120px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  list-style: none;
  grid-gap: 120px 0;
}
#cut3 .section-box .logo-group li {
  text-align: center;
}
#cut3 .section-box .logo-group li img {
  width: 90%;
}

@keyframes aniCut1Bg1 {
  0% {
    top: -50px;
  }
  100% {
    top: -150px;
  }
}
@keyframes aniCut1Bg2 {
  0% {
    top: -384px;
    transform: translateX(-55%);
  }
  100% {
    top: -634px;
    transform: translateX(-50%);
  }
}
@keyframes aniCut1Bg3 {
  0% {
    top: -384px;
    transform: translateX(-45%);
  }
  100% {
    top: -634px;
    transform: translateX(-50%);
  }
}
@keyframes aniCut1Text {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1200px) {
  #cut2 .section-box {
    display: block;
  }
  #cut2 .section-box .right-block {
    padding-top: 100px;
    padding-bottom: 16.67%;
  }
  #cut2 .section-box .right-block a {
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  #cut2 .img.img1 {
    right: auto;
    left: 0;
    width: 36%;
    transform: rotateY(180deg);
  }
  #cut2 .img.img2 {
    display: block !important;
    width: 55%;
    right: -15%;
    bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .wrap {
    padding: 0 60px;
  }
  footer .copyright {
    margin-bottom: 60px;
  }
  footer .footer-info li {
    margin: 8px;
  }
  #cut1 .bottom-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  #cut1 .bottom-block .text-box {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  #cut2 .section-box .right-block {
    padding-top: 60px;
  }
  #cut3 {
    padding-bottom: 160px;
  }
  #cut3 .section-box .logo-group {
    margin: 100px auto 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 18px;
  }
  .wrap {
    padding: 0 35px;
  }
  .m-show {
    display: block !important;
  }
  .m-hide {
    display: none !important;
  }
  footer {
    padding: 30px 0;
    font-size: 12px;
  }
  footer .copyright {
    margin-bottom: 30px;
  }
  .section {
    padding: 50px 0;
  }
  .section .section-sub-title {
    font-size: 18px;
  }
  .section .section-title {
    font-size: 24px;
  }
  #cut1 {
    padding-top: 30px;
  }
  #cut1 h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #cut1 .section-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  #cut1 .section-box > p {
    font-size: 18px;
    transform: translateY(50px);
  }
  #cut1 .img.img1 {
    width: 100%;
    height: auto;
    top: 0;
  }
  #cut1 .bottom-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  #cut1 .bottom-block::after {
    height: 70%;
  }
  #cut1 .bottom-block .img {
    transform: translateX(-50%) !important;
    width: 100%;
    height: 80.8vw;
    top: -42.6666666667vw;
  }
  #cut1 .bottom-block .img.img2 {
    animation: aniCut1Bg2 0.8s ease-out 0.5s forwards;
  }
  #cut1 .bottom-block .img.img3 {
    animation: aniCut1Bg2 0.8s ease-out 0.8s forwards;
  }
  #cut1 .bottom-block .img.img4 {
    animation: aniCut1Bg2 0.8s ease-out 0.7s forwards;
  }
  #cut1 .bottom-block .text-box {
    margin-top: 61.3333333333vw;
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #cut2 {
    padding-bottom: 12%;
  }
  #cut2 .section-box .right-block {
    padding-top: 20px;
  }
  #cut2 .section-box .right-block a {
    width: 160px;
    height: 160px;
    font-size: 18px;
  }
  #cut3 {
    padding-bottom: 80px;
  }
  #cut3 .section-box .logo-group {
    margin: 50px auto 0;
    grid-gap: 40px 10px;
  }
  #cut3 .section-box .logo-group li img {
    width: 100%;
  }
  @keyframes aniCut1Bg1 {
    0% {
      top: 0;
    }
    100% {
      top: -10px;
    }
  }
  @keyframes aniCut1Bg2 {
    0% {
      top: -42.6666666667vw;
    }
    100% {
      top: -56vw;
    }
  }
  @keyframes aniCut1Text {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media screen and (max-width: 600px) {
  #cut1 .img.img1 {
    width: 610px;
    height: 408px;
  }
}/*# sourceMappingURL=style.css.map */