@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap");
.business .banner {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  max-height: calc(100vh - 65px);
  aspect-ratio: 1920/960;
  /*margin-top: 65px;*/
  scroll-behavior: smooth;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif, arial;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.2s;
  overflow: hidden;
}
.business .banner *, .business .banner *:before, .business .banner *:after {
  position: relative;
  margin: 0;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif, arial;
  font-weight: 300;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: 0.2s;
}
.business .banner :where(a:not(.text-link)) {
  text-decoration: none;
}
.business .banner :where(img) {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1280px) {
  .business .banner {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .business .banner {
    font-size: 12px;
  }
}
.business .banner .main-img {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 67%;
  max-width: 1280px;
  height: auto;
  aspect-ratio: 128/96;
}
.business .banner .main-img .aerial {
  z-index: 10;
}
.business .banner .main-img .aerial.w-01 {
  top: -10%;
  right: -8%;
}
.business .banner .main-img .aerial.w-02 {
  right: 0;
  bottom: 0;
}
.business .banner .main-img .shine {
  position: absolute;
  top: 1%;
  left: 45%;
  width: 10vw;
  max-width: 200px;
  height: auto;
  aspect-ratio: 20/20;
}
.business .banner .main-img .shine .hexagon.s-01 {
  top: 0;
  left: 0;
  width: 45%;
}
.business .banner .main-img .shine .hexagon.s-02 {
  right: 0;
  bottom: 0;
  width: 60%;
}
.business .banner .main-img .dot-round {
  top: -8vw;
  right: -8vw;
}
.business .banner .bn-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 192/24;
}
.business .banner .slogn-cont {
  position: absolute;
  top: 50%;
  left: 8%;
  display: flex;
  flex-flow: column;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 0 2px #FFFFFF);
  transform: translateY(-50%);
}
.business .banner .slogn-cont .aerial {
  z-index: 10;
}
.business .banner .slogn-cont .aerial.b-01 {
  top: -50%;
  left: -50%;
}
.business .banner .slogn-cont .aerial.b-02 {
  right: -50%;
  bottom: -50%;
}
.business .banner .slogn-cont .slogn {
  animation: slogn-scale 4s ease infinite;
}
.business .banner .slogn-cont .btn {
  font-size: 2em;
  z-index: 20;
}
@media screen and (max-width: 800px) {
  .business .banner {
    aspect-ratio: 1/1;
  }
  .business .banner .main-img {
    top: -4vw;
    width: 100%;
  }
  .business .banner .slogn-cont {
    top: unset;
    left: 50%;
    bottom: 1.5em;
    gap: 1.5em;
    width: 72%;
    max-width: 400px;
    transform: translateX(-50%);
  }
  .business .banner .slogn-cont .btn {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 640px) {
  .business .banner {
    aspect-ratio: 10/11;
  }
}
@media screen and (max-width: 480px) {
  .business .banner {
    aspect-ratio: 5/6;
  }
  .business .banner .slogn-cont {
    bottom: 1em;
    gap: 0.75em;
    width: 80%;
  }
  .business .banner .slogn-cont .btn {
    font-size: 1.25em;
  }
}
.business .aerial {
  position: absolute;
  height: auto;
}
.business .aerial.b-01 {
  width: 40vw;
  max-width: 780px;
  aspect-ratio: 78/52;
}
.business .aerial.b-02 {
  width: 44vw;
  max-width: 880px;
  aspect-ratio: 88/52;
}
.business .aerial.w-01 {
  width: 34vw;
  max-width: 660px;
  aspect-ratio: 66/76;
}
.business .aerial.w-02 {
  width: 48vw;
  max-width: 940px;
  aspect-ratio: 94/38;
}
.business .hexagon {
  position: absolute;
  width: 8vw;
  max-width: 90px;
  height: auto;
  aspect-ratio: 1/1;
}
.business .hexagon.s-01 {
  width: 9vw;
  max-width: 90px;
}
.business .hexagon.s-02 {
  width: 12vw;
  max-width: 120px;
}
.business .dot-round {
  position: absolute;
  width: 22vw;
  max-width: 420px;
  height: auto;
  aspect-ratio: 1/1;
}
.business .btn-cont {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
}
.business .btn {
  background-image: linear-gradient(225deg, #64d4ef 40%, #3686d7 100%);
  background-color: #3686d7;
  margin: 4px 0;
  padding: 4px 1.5em;
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 4px #555B6699;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 2px 4px #21283333;
  overflow: hidden;
}
.business .btn:hover {
  margin: 0 0 8px;
  filter: brightness(1.1);
  box-shadow: 0 4px 8px #21283333;
}
@keyframes slogn-scale {
  0% {
    transform: scale(1);
  }
  84% {
    transform: scale(1);
  }
  88% {
    transform: scale(1.05);
  }
  92% {
    transform: scale(1);
  }
  96% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */