@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  background-image: url("../img/dots-and-points-background.webp");
  background-repeat: repeat-y;
  background-size: cover;
}

body {
  height: 100%;
}

img {
  width: 100%;
}

.padding {
  padding: 6% 10%;
}

a, p {
  font-size: 20px;
}

a {
  text-decoration: none;
  color: #000;
}

h2 {
  font-size: 36px;
  padding-bottom: 2%;
}

main .banner {
  height: 100vh;
  max-height: 520px;
  background-image: url("../img/banner.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}
main .banner .banner-slogan {
  position: absolute;
  top: 62%;
  left: 12.5%;
}
main .banner .banner-slogan h1, main .banner .banner-slogan p {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
}
main .banner .banner-slogan h1 {
  font-size: 40px;
  padding-bottom: 5%;
}
main .banner .banner-slogan p {
  font-size: 24px;
}
main .banner .banner-go {
  height: 12%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .banner .banner-go .banner-more {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1em;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  padding-top: 60px;
  scroll-behavior: smooth;
}
main .banner .banner-go .banner-more span {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  top: 0;
  left: 50%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  animation: scroll01 1.5s infinite;
  -webkit-animation: scroll01 1.5s infinite;
}
@keyframes scroll01 {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
  }
}

.more {
  width: 120px !important;
  height: 40px;
  background-color: #d49e16;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin: 5px 0;
}
.more span {
  letter-spacing: -5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  border: none;
  outline: none;
  background-color: #d49e16;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
#myBtn:hover {
  background-color: red;
}

@media (max-width: 1000px) {
  .padding {
    padding: 8% 2.5%;
  }
  a, p {
    font-size: 18px;
  }
  h2 {
    font-size: 32px;
  }
  main .banner {
    max-height: 400px;
    background-position: right top;
  }
  main .banner .banner-slogan {
    width: 100%;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
  }
  main .banner .banner-slogan h1 {
    font-size: 36px;
    padding-bottom: 1.5%;
  }
  main .banner .banner-slogan p {
    font-size: 22px;
  }
  main .banner .banner-go {
    height: 14%;
  }
}
@media (max-width: 500px) {
  .padding {
    padding: 4% 3%;
  }
  a, p {
    font-size: 17px;
  }
  h2 {
    font-size: 26px;
  }
  main .banner {
    max-height: 280px;
    background-position: right;
  }
  main .banner .banner-slogan {
    top: 65%;
    transform: translate(-50%, -65%);
  }
  main .banner .banner-slogan h1, main .banner .banner-slogan p {
    color: #fff;
    text-shadow: 0 0 5px #fff;
  }
  main .banner .banner-slogan h1 {
    font-size: 28px;
    padding-bottom: 1.5%;
    line-height: 42px;
  }
  main .banner .banner-slogan p {
    font-size: 18px;
  }
  main .banner .banner-go {
    height: 16%;
  }
  main .banner .banner-go .banner-more {
    padding-top: 50px;
  }
  main .banner .banner-go .banner-more span {
    height: 18px;
    width: 18px;
    margin-left: -9px;
  }
}
#about .about-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#about .about-info a {
  width: 100%;
  float: left;
}
#about .about-info a img {
  border-radius: 12px;
}
#about .about-info .about-intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#about .about-info .about-intro h2 {
  margin-top: 8%;
}
#about .hr-style {
  width: 80%;
  border: 0;
  height: 0;
  box-shadow: 0 0 10px 1px black;
  margin: auto;
}
#about .hr-style::after {
  content: " ";
}
#about .about-environment .swiper {
  width: 100%;
  height: 100%;
}
#about .about-environment .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#about .about-environment .swiper-slide img {
  display: block;
  width: 100%;
}
#about .about-environment .swiper-button-next,
#about .about-environment .swiper-button-prev {
  color: #fff;
}

@media (max-width: 768px) {
  .swiper-slide:first-child {
    transition: transform 100ms;
  }
  .swiper-slide:first-child img {
    transition: box-shadow 500ms;
  }
  .swiper-slide.swiper-slide-active:first-child {
    z-index: 2;
  }
  .swiper-slide.swiper-slide-active:first-child img {
    box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
  }
  .swiper-slide:nth-child(2) {
    transition: transform 100ms;
  }
  .swiper-slide.swiper-slide-next:nth-child(2) {
    transform: translateX(55%);
    z-index: 1;
  }
  .swiper[dir=rtl] .swiper-slide.swiper-slide-active:first-child {
    transform: translateX(-50%);
  }
  .swiper[dir=rtl] .swiper-slide.swiper-slide-next:nth-child(2) {
    transform: translateX(-55%);
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  #about .about .about-intro {
    padding: unset;
    margin-bottom: 30px;
  }
  #about .hr-style {
    width: 95%;
  }
}
@media (max-width: 500px) {
  #about .about a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about .about a img {
    width: 100%;
  }
  #about .about .about-intro {
    justify-content: center;
  }
  #about .about .about-intro h2 {
    padding-bottom: 10px;
  }
  #about .hr-style {
    width: 94%;
  }
}/*# sourceMappingURL=about.css.map */