@charset "UTF-8";
.top-block {
  position: relative;
  border-radius: 0 0 35% 0;
  overflow: hidden;
  padding: 0 0 30%;
}
@media screen and (max-width: 768px) {
  .top-block {
    padding: 0 0 35%;
  }
}

.banner {
  position: relative;
}
.banner .circle_slogan {
  bottom: -150px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .banner .circle_slogan {
    left: -60px;
    bottom: -65px;
  }
}
.banner .slogan {
  position: absolute;
  bottom: -130px;
  left: -130px;
  z-index: 1;
  max-width: 1000px;
}
@media screen and (max-width: 1200px) {
  .banner .slogan {
    bottom: -70px;
    left: -90px;
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .banner .slogan {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
    max-width: 400px;
  }
}
.banner .banner-swiper .swiper-slide {
  position: relative;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .banner .banner-swiper .swiper-slide {
    height: 60vh;
  }
}
.banner .banner-swiper .swiper-slide img {
  border-radius: 40px 0 40px 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .banner .banner-swiper .swiper-slide img {
    object-fit: cover;
    object-position: 85% 50%;
  }
}
.banner .banner-swiper .swiper-slide .banner-tit {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%;
}
.banner .banner-swiper .swiper-slide .banner-tit h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 10px rgba(75, 75, 75, 0.5);
  font-size: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .banner .banner-swiper .swiper-slide .banner-tit h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-swiper .swiper-slide .banner-tit h2 {
    font-size: 1.2rem;
  }
}
.banner .banner-swiper .swiper-slide .banner-tit p {
  color: #fff;
  font-weight: 500;
  margin-left: 5%;
  text-shadow: 0 1px 10px rgb(75, 75, 75);
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .banner .banner-swiper .swiper-slide .banner-tit p {
    font-size: 1.4rem;
    top: 22%;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-swiper .swiper-slide .banner-tit p {
    font-size: 0.85rem;
    top: 19%;
    left: 12%;
  }
}
.banner .banner-swiper .swiper-slide span {
  position: absolute;
  bottom: 14%;
  right: 18.5%;
  font-size: 70px;
  color: #fff;
  text-shadow: 0 1px 10px rgb(75, 75, 75);
}
.banner .banner-swiper .swiper-slide span::after {
  content: "";
  position: absolute;
  transform: rotate(135deg);
  display: block;
  width: 170px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 80%;
  margin: 0 10px;
  box-shadow: 22px 17px 19px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {
  .banner .banner-swiper .swiper-slide span {
    font-size: 2.5rem;
    right: 25%;
  }
  .banner .banner-swiper .swiper-slide span::after {
    width: 120px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-swiper .swiper-slide span {
    font-size: 30px;
    right: 35%;
    bottom: 25%;
  }
  .banner .banner-swiper .swiper-slide span::after {
    width: 80px;
  }
}
.banner .banner-swiper .swiper-pagination {
  right: 5%;
  width: auto;
  left: unset;
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .banner .banner-swiper .swiper-pagination {
    bottom: 20%;
  }
}
.banner .banner-swiper .swiper-pagination > span {
  background: transparent;
  border: 3px solid #fff;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0px 7px !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 1200px) {
  .banner .banner-swiper .swiper-pagination > span {
    margin: 0 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-swiper .swiper-pagination > span {
    width: 10px;
    height: 10px;
    margin: 0 3px !important;
  }
}
.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 44px;
  background: #fff;
  border-radius: 9px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 768px) {
  .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}

.about {
  position: relative;
  padding: 0 0 5%;
  margin-top: -31%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about {
    background-image: url("../images/bg_paper.jpg");
    border-radius: 175% 26% 0% 100%/100% 0% 100% 0%;
    margin-top: -5%;
  }
  .about::after {
    content: "";
    inset: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(0.8px);
    z-index: -1;
  }
}
.about .container {
  position: relative;
}
.about .container::after {
  content: "About US";
  font-size: 167px;
  font-weight: bold;
  opacity: 0.1;
  position: absolute;
  right: 10px;
  bottom: 18%;
}
@media screen and (max-width: 1024px) {
  .about .container::after {
    font-size: 10vw;
    bottom: 40%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .about .container::after {
    font-size: 14vw;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .about .container::before {
    content: "關於我們";
    font-weight: bold;
    opacity: 0.4;
    position: absolute;
    font-size: 6vw;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    top: -18%;
  }
}
.about .about-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about .about-pic {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
.about .about-pic .about-img {
  overflow: hidden;
  position: relative;
  padding-top: 70%;
  width: 142px;
}
.about .about-pic .about-img img {
  border-radius: 70px;
  position: absolute;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  inset: 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
}
.about .about-pic .about-img:nth-child(2) {
  position: relative;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .about .about-pic .about-img {
    max-width: 90px;
    margin-bottom: 60px;
  }
}
.about .about-txt {
  line-height: 3;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about .about-txt {
    line-height: 2;
    font-size: 1rem;
  }
}

.location {
  border-radius: 35% 0 0 0;
  position: relative;
  z-index: 0;
  padding-bottom: 4%;
  background-image: url("../images/bg_paper.jpg");
}
.location::after {
  content: "";
  inset: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(0.8px);
}
@media screen and (max-width: 768px) {
  .location {
    padding-bottom: 10%;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
    padding-top: 5%;
  }
}
.location .location-swiper {
  padding-left: 7.5%;
}
@media screen and (max-width: 768px) {
  .location .location-swiper {
    padding: 0 7.5%;
  }
}
.location .location-swiper .swiper-wrapper {
  margin: 8% 0 0;
  cursor: grab;
}
.location .location-swiper .swiper-slide > div {
  position: relative;
  overflow: hidden;
  border-radius: 335px;
  margin: auto;
  max-width: 950px;
}
.location .location-swiper .swiper-slide:last-child > div {
  margin-right: 8%;
}
@media screen and (max-width: 768px) {
  .location .location-swiper .swiper-slide:last-child > div {
    margin-right: 0;
  }
}
.location .location-swiper .swiper-slide img {
  aspect-ratio: 2/1;
  box-shadow: 22px 17px 19px rgba(0, 0, 0, 0.16);
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
}
.location .location-swiper .swiper-slide .info {
  position: absolute;
  top: 25%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .location .location-swiper .swiper-slide .info {
    right: 5%;
  }
}
.location .location-swiper .swiper-slide .info > * {
  text-shadow: 0 1px 10px rgb(75, 75, 75);
  font-weight: bold;
  color: #fff;
}
.location .location-swiper .swiper-slide .info span {
  position: relative;
  font-size: 1.2rem;
}
.location .location-swiper .swiper-slide .info span::after {
  content: "";
  position: absolute;
  transform: rotate(135deg) translateX(35px);
  display: block;
  width: 150px;
  height: 1px;
  background: rgb(255, 255, 255);
  top: 80%;
  margin: 0 20px;
  box-shadow: 22px 17px 19px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .location .location-swiper .swiper-slide .info span {
    font-size: 0.9rem;
    padding-right: 1em;
  }
  .location .location-swiper .swiper-slide .info span::after {
    width: 80px;
    margin: 0 25px;
  }
}
.location .location-swiper .swiper-slide .info h3 {
  font-size: 2.5rem;
  margin-left: 80px;
  margin-top: 5%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .location .location-swiper .swiper-slide .info h3 {
    font-size: 1.1rem;
    margin-left: 50px;
  }
}
.location .location-swiper .swiper-slide:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.location .location-swiper .pagination {
  top: unset;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.location .location-swiper .pagination .swiper-pagination {
  width: 45%;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 40px;
  height: 7px;
  position: relative;
  align-self: end;
  margin-bottom: 7px;
}
.location .location-swiper .pagination span {
  border-radius: 40px;
  background: #56C3E7;
  height: 12px;
  top: -35%;
}
.location .tit {
  position: relative;
  padding: 2% 0;
  margin-bottom: -6%;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .location .tit {
    margin-bottom: 7%;
    padding: 0;
  }
}
.location .tit::after {
  content: "Pagoda";
  font-size: 5vw;
  opacity: 0.1;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .location .tit::after {
    font-size: 14vw;
  }
}
.location .tit::before {
  content: "寶塔介紹";
  font-weight: bold;
  opacity: 0.4;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .location .tit::before {
    font-size: 6vw;
  }
}
.location .circle_slogan {
  right: -10%;
  top: -12%;
}/*# sourceMappingURL=index.css.map */