@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  position: relative;
}

.loading-screen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media all and (max-width: 500px) {
  .loading-screen {
    height: calc(var(--loadingvh, 1vh) * 99);
  }
}
.loading-screen .logo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 5vw;
}
@media all and (max-width: 500px) {
  .loading-screen .logo-box {
    margin-bottom: 33vw;
  }
}
.loading-screen .logo-box .loader__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  margin-bottom: 1vw;
}
@media all and (max-width: 500px) {
  .loading-screen .logo-box .loader__wrap {
    margin-bottom: 5vw;
  }
}
@keyframes vertical-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.loading-screen .logo-box .logo {
  width: 2.7vw;
}
@media all and (max-width: 1440px) {
  .loading-screen .logo-box .logo {
    width: 3.5vw;
  }
}
@media all and (max-width: 1024px) {
  .loading-screen .logo-box .logo {
    width: 12vw;
  }
}
.loading-screen .logo-box .loading-text {
  display: flex;
  justify-content: center;
  font-family: "Noto Serif TC";
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1vw;
  padding-left: 0vw;
  color: #555757;
  margin-top: 0.5vw;
}
@media all and (max-width: 1440px) {
  .loading-screen .logo-box .loading-text {
    font-size: 1.1vw;
  }
}
@media all and (max-width: 1024px) {
  .loading-screen .logo-box .loading-text {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
}
@media all and (max-width: 500px) {
  .loading-screen .logo-box .loading-text {
    font-size: 5vw;
  }
}

header {
  width: 100%;
  z-index: 400;
  background-color: #93725c;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  transition: background-color 0.3s ease;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  justify-content: space-evenly;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
}
@media all and (max-width: 1024px) {
  header {
    justify-content: space-between;
    padding-left: 4vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-right: 4vw;
  }
}
@media all and (max-width: 500px) {
  header {
    padding-left: 5vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-right: 5vw;
  }
}
header .logo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .logo-box img {
  width: 5vw;
}
@media all and (max-width: 1024px) {
  header .logo-box img {
    width: 13vw;
  }
}
@media all and (max-width: 500px) {
  header .logo-box img {
    width: 18vw;
  }
}
header .link-item-box {
  display: flex;
}
@media all and (max-width: 1024px) {
  header .link-item-box {
    display: none;
  }
}
header .link-item-box .link-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  padding-right: 3vw;
}
header .link-item-box .link-item:last-child {
  padding-right: 0vw;
}
header .link-item-box .link-item:hover .zh {
  color: #f9c88f;
}
header .link-item-box .link-item:hover .en {
  color: #fff;
}
header .link-item-box .link-item .zh {
  color: white;
  font-family: "Noto Serif TC";
  letter-spacing: 0.2em;
  font-size: 18pt;
  font-size: 0.95vw;
  margin-bottom: 0.15vw;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
header .link-item-box .link-item .en {
  color: #f9c88f;
  letter-spacing: 0.15em;
  font-family: "Jost";
  font-size: 14pt;
  font-size: 0.73vw;
  transition: 0.3s ease-in-out;
}
header .social-media-box {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  header .social-media-box {
    display: none;
  }
}
header .social-media-box a {
  margin-right: 1vw;
}
header .social-media-box a img {
  width: 1.5vw;
}
header .social-media-box .yt {
  margin-right: 0vw;
}
header .social-media-box .yt img {
  width: 1.3vw;
}
header .menu-btn {
  display: none;
  position: relative;
}
@media all and (max-width: 1024px) {
  header .menu-btn {
    display: flex;
  }
}
header .menu-btn img {
  width: 7vw;
}
@media all and (max-width: 500px) {
  header .menu-btn img {
    width: 9vw;
  }
}
header .menu-btn .open-menu {
  z-index: 30;
}
header .menu-btn .close-menu {
  position: absolute;
  top: 0px;
  left: 1.5vw;
  width: 4vw;
  opacity: 0;
}
@media all and (max-width: 500px) {
  header .menu-btn .close-menu {
    width: 6vw;
  }
}

.menu-box {
  max-width: 1024px;
  background-color: white;
  background-image: url(../images/bg.webp);
  background-size: cover;
  z-index: 50;
  height: 0vh;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  overflow: hidden;
  display: none;
}
@media all and (max-width: 1024px) {
  .menu-box {
    display: block;
  }
}
.menu-box .menu {
  display: flex;
  flex-direction: column;
  padding-top: 15vw;
}
@media all and (max-width: 500px) {
  .menu-box .menu {
    padding-top: 0vw;
    justify-content: center;
    height: 170vw;
  }
}
.menu-box .menu .link-item-box {
  display: flex;
  align-self: center;
  flex-direction: column;
}
.menu-box .menu .link-item-box .link-item {
  display: flex;
  border-bottom: 1px solid #ddb57c;
  padding-bottom: 3vw;
  padding-top: 3vw;
}
.menu-box .menu .link-item-box .link-item .zh {
  color: #9e7c4a;
  font-family: "Noto Serif TC";
  letter-spacing: 0.2em;
  font-size: 4.2vw;
  margin-bottom: 0.15vw;
  font-weight: 500;
}
.menu-box .menu .link-item-box .link-item .en {
  color: #ddb57c;
  letter-spacing: 0.1em;
  font-family: "Jost";
  font-weight: 500;
  margin-left: 4vw;
  font-size: 2.8vw;
  align-self: center;
}
.menu-box .menu .link-item-box .link-item:nth-child(5) .en {
  margin-left: 5.2vw;
}
.menu-box .menu .social-media-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10vw;
}
.menu-box .menu .social-media-box a {
  margin-right: 5vw;
}
.menu-box .menu .social-media-box a img {
  width: 7vw;
}
.menu-box .menu .social-media-box .yt {
  margin-right: 0vw;
}
.menu-box .menu .social-media-box .yt img {
  width: 6vw;
}

footer {
  background-color: #767b64;
  color: white;
  font-family: "微軟正黑體";
  letter-spacing: 0.15em;
  display: flex;
  width: 100%;
  padding: 2.5vw 4vw;
  padding-left: 6vw;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  footer {
    padding: 7vw 4vw;
  }
}
footer a {
  color: white;
}
footer .left-box {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  footer .left-box {
    width: 100%;
    align-items: center;
  }
}
footer .left-box .logo-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  footer .left-box .logo-box {
    margin-bottom: 4.5vw;
  }
}
footer .left-box .logo-box img {
  width: 6vw;
}
@media all and (max-width: 1024px) {
  footer .left-box .logo-box img {
    width: 21vw;
  }
}
footer .left-box .address {
  font-family: "Noto Serif TC";
  letter-spacing: 0.2em;
  margin-bottom: 0.5vw;
  font-size: 0.75vw;
}
@media all and (max-width: 1024px) {
  footer .left-box .address {
    font-size: 3.55vw;
    margin-bottom: 1.5vw;
  }
}
footer .left-box .phone {
  font-family: "Jost";
  font-size: 0.95vw;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  footer .left-box .phone {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
footer .left-box .social-media-box {
  display: flex;
  align-items: center;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  footer .left-box .social-media-box {
    margin-bottom: 4vw;
  }
}
footer .left-box .social-media-box a {
  margin-right: 1vw;
}
@media all and (max-width: 1024px) {
  footer .left-box .social-media-box a {
    margin-right: 4.5vw;
  }
}
footer .left-box .social-media-box a img {
  width: 1.5vw;
}
@media all and (max-width: 1024px) {
  footer .left-box .social-media-box a img {
    width: 6vw;
  }
}
footer .left-box .social-media-box .yt {
  margin-right: 0vw;
}
footer .left-box .social-media-box .yt img {
  width: 1.3vw;
}
@media all and (max-width: 1024px) {
  footer .left-box .social-media-box .yt img {
    width: 5vw;
  }
}
footer .left-box .copyright {
  color: #b2b2b2;
  font-family: "微軟正黑體";
  font-size: 0.6vw;
  letter-spacing: 0.15em;
}
@media all and (max-width: 1024px) {
  footer .left-box .copyright {
    font-size: 3.5vw;
  }
}
footer .right-box {
  display: flex;
}
@media all and (max-width: 1024px) {
  footer .right-box {
    display: none;
  }
}
footer .right-box .link-item-box {
  display: flex;
  flex-direction: column;
  color: white;
  text-decoration: none;
  margin-left: 2vw;
  margin-right: 2vw;
  text-align: center;
}
footer .right-box .link-item-box a {
  color: white;
  font-family: "Noto Serif TC";
  letter-spacing: 0.2em;
  transition: 0.2s ease-in-out;
}
footer .right-box .link-item-box a:hover {
  color: #f9c88f;
}
footer .right-box .link-item-box .link-title {
  font-size: 0.85vw;
  margin-bottom: 0.4vw;
}
footer .right-box .link-item-box .link-en-title {
  font-family: "Jost";
  font-size: 0.6vw;
  color: #b2b2b2;
  letter-spacing: 0.15em;
  margin-bottom: 0.8vw;
}
footer .right-box .link-item-box .link-item {
  font-size: 0.7vw;
  margin-bottom: 0.7vw;
}

.index-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.index-body .card1 {
  display: flex;
  flex-direction: column;
}
.index-body .card1 .banner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 4vw;
}
.index-body .card1 .banner-box .banner-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-body .card1 .banner-box .banner-swiper .swiper-wrapper {
  width: 100%;
}
.index-body .card1 .banner-box .banner-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.index-body .card1 .banner-box .banner-swiper .swiper-wrapper .swiper-slide img {
  width: 100vw;
}
@media all and (max-width: 1024px) {
  .index-body .card1 .banner-box .banner-swiper .swiper-wrapper .swiper-slide img {
    padding-top: 8vw;
  }
}
@media all and (max-width: 500px) {
  .index-body .card1 .banner-box .banner-swiper .swiper-wrapper .swiper-slide img {
    padding-top: 9vw;
  }
}
.index-body .card1 .banner-box .banner-swiper .swiper-prev {
  position: absolute;
  left: 3vw;
  z-index: 30;
  top: 15vw;
  cursor: pointer;
  padding: 1vw;
}
@media all and (max-width: 1024px) {
  .index-body .card1 .banner-box .banner-swiper .swiper-prev {
    left: 3vw;
    top: 80vw;
  }
}
.index-body .card1 .banner-box .banner-swiper .swiper-prev img {
  width: 0.8vw;
}
@media all and (max-width: 1024px) {
  .index-body .card1 .banner-box .banner-swiper .swiper-prev img {
    width: 3.5vw;
  }
}
.index-body .card1 .banner-box .banner-swiper .swiper-next {
  z-index: 30;
  right: 3vw;
  top: 15vw;
  padding: 1vw;
  position: absolute;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .index-body .card1 .banner-box .banner-swiper .swiper-next {
    right: 3vw;
    top: 80vw;
  }
}
.index-body .card1 .banner-box .banner-swiper .swiper-next img {
  width: 0.8vw;
}
@media all and (max-width: 1024px) {
  .index-body .card1 .banner-box .banner-swiper .swiper-next img {
    width: 3.5vw;
  }
}
.index-body .card1 .banner-box .banner {
  width: 100%;
}
.index-body .card1 .banner-box .banner-content-box {
  position: absolute;
  right: 9vw;
  top: 10vw;
  display: flex;
  color: white;
  flex-direction: column;
}
.index-body .card1 .banner-box .banner-content-box .title {
  display: flex;
  margin-bottom: 2vw;
}
.index-body .card1 .banner-box .banner-content-box .title .block {
  width: 2vw;
  margin-top: -2vw;
  margin-right: 0.5vw;
}
.index-body .card1 .banner-box .banner-content-box .title .zh {
  font-family: "Noto Serif TC";
  letter-spacing: 0.2em;
  font-size: 1.5vw;
  font-weight: bold;
  align-self: center;
}
.index-body .card1 .banner-box .banner-content-box .title .en {
  color: #f9c88f;
  letter-spacing: 0.1em;
  font-family: "Jost";
  font-size: 0.85vw;
  align-self: center;
  margin-left: 1vw;
}
.index-body .card1 .banner-box .banner-content-box .content {
  display: flex;
  padding-left: 2.5vw;
  letter-spacing: 0.15em;
  font-family: "Noto Serif TC";
  line-height: 2.5;
  font-size: 0.95vw;
}
.index-body .card1 .banner-box .banner-content-box .big-content {
  display: flex;
  font-family: "Noto Serif TC";
  letter-spacing: 0.15em;
  padding-left: 2vw;
  font-size: 0.95vw;
  margin-top: 0.45vw;
  align-items: end;
  font-weight: bold;
}
.index-body .card1 .banner-box .banner-content-box .big-content .big {
  font-size: 1.3vw;
  margin-left: 0.5vw;
}
.index-body .card1 .banner-box .banner-content-box .icon-content-box {
  display: flex;
  padding-left: 2.5vw;
  margin-top: 4vw;
}
.index-body .card1 .banner-box .banner-content-box .icon-content-box .text {
  font-size: 0.65vw;
  font-family: "Noto Serif TC";
  letter-spacing: 0.15em;
  margin-right: 1vw;
  align-self: center;
}
.index-body .card1 .banner-box .banner-content-box .icon-content-box .text span {
  padding-left: 0.3vw;
  padding-right: 0.2vw;
  padding-bottom: 0.1vw;
  border: 1px solid white;
}
.index-body .card1 .banner-box .banner-content-box .icon-content-box .icon {
  display: flex;
  flex-direction: column;
  margin-bottom: -0.5vw;
}
.index-body .card1 .banner-box .banner-content-box .icon-content-box .icon img {
  width: 10vw;
}
.index-body .card2 {
  display: flex;
  width: 100%;
  padding: 4vw 11vw;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .index-body .card2 {
    padding: 0vw;
    padding-top: 8vw;
    width: 90%;
    align-self: center;
    flex-direction: column;
    padding-bottom: 10vw;
  }
}
.index-body .card2 .left-box {
  display: flex;
}
.index-body .card2 .left-box .img-box {
  width: 14.5vw;
  padding-top: 1vw;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .img-box {
    display: none;
  }
}
.index-body .card2 .left-box .img-box img {
  width: 100%;
}
.index-body .card2 .left-box .content-box {
  display: flex;
  margin-left: 6vw;
  position: relative;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box {
    margin-left: 0vw;
  }
}
.index-body .card2 .left-box .content-box .icon {
  position: absolute;
  top: -1.5vw;
  left: -2vw;
  width: 2vw;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .icon {
    top: -3.5vw;
    left: 26vw;
    width: 5.5vw;
  }
}
.index-body .card2 .left-box .content-box .title {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-align: center;
  margin-bottom: 0.4vw;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-direction: row;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .title {
    font-size: 5vw;
    flex-direction: column;
    align-self: center;
  }
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .title {
    margin-bottom: 4vw;
  }
}
.index-body .card2 .left-box .content-box .title div {
  font-family: "Jost";
  font-size: 0.85vw;
  align-content: center;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
  letter-spacing: 0.08em;
  margin-left: 0.6vw;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .title div {
    font-size: 3.8vw;
    margin-left: 0vw;
    align-self: center;
  }
}
.index-body .card2 .left-box .content-box .content {
  color: #3b3b3b;
  font-size: 0.95vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2;
  font-family: "Noto Serif TC";
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .content {
    display: none;
  }
}
.index-body .card2 .left-box .content-box .content-mobile {
  display: none;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .content-mobile {
    font-size: 3.75vw;
    display: flex;
    text-align: justify;
    margin-top: 2vw;
  }
}
.index-body .card2 .left-box .content-box .more-btn-box {
  display: flex;
  margin-top: 2vw;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .more-btn-box {
    justify-content: center;
    margin-top: 8vw;
    margin-bottom: 9vw;
  }
}
.index-body .card2 .left-box .content-box .more-btn-box .more-btn {
  display: flex;
  border: 1px solid #ddb57c;
  padding: 0.25vw 1vw;
  border-radius: 0.3vw;
}
.index-body .card2 .left-box .content-box .more-btn-box .more-btn:hover img {
  transform: translateX(0.5vw);
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .more-btn-box .more-btn {
    padding: 1vw 4vw;
    border-radius: 0.6vw;
  }
}
.index-body .card2 .left-box .content-box .more-btn-box .more-btn .more {
  color: #ddb57c;
  letter-spacing: 0.15em;
  font-family: "Jost";
  font-size: 0.85vw;
  font-weight: bold;
  border: none;
  margin-right: 0.3vw;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .more-btn-box .more-btn .more {
    font-size: 3.8vw;
    margin-right: 1vw;
  }
}
.index-body .card2 .left-box .content-box .more-btn-box .more-btn img {
  width: 0.9vw;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .left-box .content-box .more-btn-box .more-btn img {
    width: 3.5vw;
  }
}
.index-body .card2 .right-box {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .right-box {
    align-items: center;
  }
}
.index-body .card2 .right-box .img-box {
  width: 21vw;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .right-box .img-box {
    display: none;
  }
}
.index-body .card2 .right-box .img-box img {
  width: 100%;
}
.index-body .card2 .right-box .mobile-img-box {
  display: none;
}
@media all and (max-width: 1024px) {
  .index-body .card2 .right-box .mobile-img-box {
    display: flex;
    width: 98%;
    justify-content: center;
  }
}
.index-body .card2 .right-box .mobile-img-box img {
  width: 100%;
}
.index-body .card3 {
  display: flex;
  flex-direction: column;
  padding: 3.5vw;
  background-image: url(../images/index/c3_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 1024px) {
  .index-body .card3 {
    padding: 0vw;
    padding-top: 8vw;
    width: 100%;
    align-self: center;
    flex-direction: column;
    padding-bottom: 10vw;
  }
}
.index-body .card3 .title-box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
  margin-bottom: 2vw;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .title-box {
    margin-bottom: 7vw;
  }
}
.index-body .card3 .title-box .icon {
  position: absolute;
  top: -1.3vw;
  left: -2vw;
  width: 2vw;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .title-box .icon {
    width: 6.5vw;
    top: -3.3vw;
    left: -8vw;
  }
}
@media all and (max-width: 1024px) {
  .index-body .card3 .title-box .icon {
    width: 5.5vw;
  }
}
.index-body .card3 .title-box .zh {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-align: center;
  margin-bottom: 0.4vw;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .title-box .zh {
    font-size: 5vw;
    flex-direction: column;
    align-self: center;
  }
}
.index-body .card3 .title-box .en {
  font-family: "Jost";
  font-size: 0.85vw;
  align-content: center;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .title-box .en {
    font-size: 3.8vw;
    margin-left: 0vw;
    align-self: center;
  }
}
.index-body .card3 .content-box {
  display: flex;
  justify-content: center;
  position: relative;
}
.index-body .card3 .content-box .swiper-prev {
  position: absolute;
  left: 15vw;
  top: 4vw;
  cursor: pointer;
  padding: 1vw;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .content-box .swiper-prev {
    left: 9vw;
    top: 25vw;
    z-index: 30;
  }
}
.index-body .card3 .content-box .swiper-prev img {
  width: 0.8vw;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .content-box .swiper-prev img {
    width: 3.5vw;
  }
}
.index-body .card3 .content-box .swiper-next {
  right: 16vw;
  top: 4vw;
  padding: 1vw;
  position: absolute;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .content-box .swiper-next {
    right: 9vw;
    top: 25vw;
    z-index: 30;
  }
}
.index-body .card3 .content-box .swiper-next img {
  width: 0.8vw;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .content-box .swiper-next img {
    width: 3.5vw;
  }
}
.index-body .card3 .content-box .product-swiper {
  width: 58%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .content-box .product-swiper {
    width: 88%;
  }
}
.index-body .card3 .content-box .c3-swiper-pagination {
  display: none;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .content-box .c3-swiper-pagination {
    display: block;
  }
}
.index-body .card3 .content-box .swiper-pagination-horizontal {
  bottom: -6.5vw;
}
.index-body .card3 .content-box .swiper-pagination-bullet {
  background: #d1a371;
  opacity: 1;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}
@media all and (max-width: 500px) {
  .index-body .card3 .content-box .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
}
.index-body .card3 .content-box .swiper-pagination-bullet-active {
  transform: scale(1.6);
}
@media all and (max-width: 500px) {
  .index-body .card3 .content-box .swiper-pagination-bullet-active {
    transform: scale(1.3);
  }
}
.index-body .card3 .content-box .product-item {
  display: flex;
  flex-direction: column;
  margin-right: 1vw;
}
.index-body .card3 .content-box .product-item:last-child {
  margin-right: 0vw;
}
.index-body .card3 .content-box .product-item .img-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.2vw;
}
.index-body .card3 .content-box .product-item .img-box:hover img {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .index-body .card3 .content-box .product-item .img-box:hover img {
    transform: inherit;
  }
}
.index-body .card3 .content-box .product-item .img-box img {
  align-items: center;
  vertical-align: middle;
  align-self: center;
  align-content: center;
  width: 100%;
  transition: 0.6s ease-in-out;
}
.index-body .card3 .content-box .product-item .product-name {
  display: flex;
  font-family: "Noto Serif TC";
  font-weight: 600;
  color: #3b3b3b;
  letter-spacing: 0.25em;
  margin-top: 1.5vw;
  font-size: 0.85vw;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .content-box .product-item .product-name {
    font-size: 3.75vw;
    justify-content: center;
  }
}
.index-body .card3 .content-box .product-item .product-name .name {
  position: relative;
}
.index-body .card3 .content-box .product-item .product-name .name::after {
  content: "";
  position: absolute;
  right: -0.65vw;
  height: 75%;
  width: 1px;
  bottom: 0.07vw;
  background-color: #3b3b3b;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .content-box .product-item .product-name .name::after {
    right: -1.7vw;
    height: 62%;
    width: 1px;
    bottom: 0.7vw;
  }
}
.index-body .card3 .more-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 3vw;
  width: 50%;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .more-btn-box {
    justify-content: center;
    margin-top: 12vw;
    margin-bottom: 0vw;
  }
}
.index-body .card3 .more-btn-box .more-btn {
  display: flex;
  border: 1px solid #ddb57c;
  padding: 0.25vw 1vw;
  border-radius: 0.3vw;
}
.index-body .card3 .more-btn-box .more-btn:hover img {
  transform: translateX(0.5vw);
}
@media all and (max-width: 1024px) {
  .index-body .card3 .more-btn-box .more-btn:hover img {
    transform: inherit;
  }
}
@media all and (max-width: 1024px) {
  .index-body .card3 .more-btn-box .more-btn {
    padding: 1vw 4vw;
    border-radius: 0.6vw;
  }
}
.index-body .card3 .more-btn-box .more-btn .more {
  color: #ddb57c;
  letter-spacing: 0.15em;
  font-family: "Jost";
  font-size: 0.85vw;
  font-weight: bold;
  border: none;
  margin-right: 0.3vw;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .more-btn-box .more-btn .more {
    font-size: 3.8vw;
    margin-right: 1vw;
  }
}
.index-body .card3 .more-btn-box .more-btn img {
  width: 0.9vw;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .index-body .card3 .more-btn-box .more-btn img {
    width: 3.5vw;
  }
}
@media all and (max-width: 1024px) {
  .index-body footer {
    z-index: 30;
  }
}
.index-body .card4 {
  display: flex;
  width: 100%;
  justify-content: right;
  position: relative;
}
@media all and (max-width: 1024px) {
  .index-body .card4 {
    flex-direction: column;
    padding-top: 8vw;
    overflow: hidden;
  }
}
.index-body .card4 .left-bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 55vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .left-bg {
    width: 100%;
    bottom: -20vw;
  }
}
.index-body .card4 .all-content-box {
  display: flex;
  padding: 3.5vw;
  margin-right: 10vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box {
    flex-direction: column;
    margin-right: 0vw;
    padding: 0vw;
  }
}
.index-body .card4 .all-content-box .left-box .title-box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
  margin-bottom: 2vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .left-box .title-box {
    margin-bottom: 7vw;
  }
}
.index-body .card4 .all-content-box .left-box .title-box .icon {
  position: absolute;
  top: -1.3vw;
  left: -2vw;
  width: 2vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .left-box .title-box .icon {
    width: 6.5vw;
    top: -3.3vw;
    left: -8vw;
  }
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .left-box .title-box .icon {
    width: 5.5vw;
    top: -3.3vw;
    left: 30vw;
  }
}
.index-body .card4 .all-content-box .left-box .title-box .zh {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-align: center;
  margin-bottom: 0.4vw;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .left-box .title-box .zh {
    font-size: 5vw;
    flex-direction: column;
    align-self: center;
  }
}
.index-body .card4 .all-content-box .left-box .title-box .en {
  font-family: "Jost";
  font-size: 0.85vw;
  align-content: center;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .left-box .title-box .en {
    font-size: 3.8vw;
    margin-left: 0vw;
    align-self: center;
  }
}
.index-body .card4 .all-content-box .right-box {
  display: flex;
  flex-direction: column;
  margin-left: 8vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box {
    margin-left: 0vw;
    width: 88%;
    align-self: center;
    margin-bottom: 42vw;
  }
}
.index-body .card4 .all-content-box .right-box .news-box {
  display: flex;
  flex-direction: column;
}
.index-body .card4 .all-content-box .right-box .news-box .news-item {
  display: flex;
  padding-top: 1vw;
  flex-direction: column;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box .news-box .news-item {
    padding-bottom: 4vw;
    padding-top: 3vw;
  }
}
.index-body .card4 .all-content-box .right-box .news-box .news-item:hover .title {
  color: #d1a371;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box .news-box .news-item:hover .title {
    color: #3b3b3b;
  }
}
.index-body .card4 .all-content-box .right-box .news-box .news-item:first-child {
  padding-top: 0vw;
}
.index-body .card4 .all-content-box .right-box .news-box .news-item .date-box {
  display: flex;
  font-family: "Jost";
  color: #b2b2b2;
  font-style: italic;
  margin-bottom: 0.8vw;
  letter-spacing: 0.15em;
  align-items: end;
  font-size: 0.85vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box .news-box .news-item .date-box {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
}
.index-body .card4 .all-content-box .right-box .news-box .news-item .date-box .year {
  font-size: 0.85vw;
  align-self: flex-end;
  font-weight: 500;
  font-style: initial;
  margin-right: 0.1vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box .news-box .news-item .date-box .year {
    font-size: 3.6vw;
  }
}
.index-body .card4 .all-content-box .right-box .news-box .news-item .date-box .month {
  font-size: 1.2vw;
  font-style: initial;
  align-self: flex-end;
  margin-bottom: -0.2vw;
  font-weight: 500;
  margin-left: 0.2vw;
  margin-right: 0.2vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box .news-box .news-item .date-box .month {
    font-size: 4.5vw;
  }
}
.index-body .card4 .all-content-box .right-box .news-box .news-item .date-box .date {
  font-size: 1.2vw;
  margin-bottom: -0.2vw;
  font-style: initial;
  align-self: flex-end;
  font-weight: 500;
  margin-left: 0.2vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box .news-box .news-item .date-box .date {
    font-size: 4.5vw;
  }
}
.index-body .card4 .all-content-box .right-box .news-box .news-item .title {
  color: #3b3b3b;
  font-size: 0.95vw;
  font-family: "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 0.15em;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box .news-box .news-item .title {
    font-size: 3.75vw;
  }
}
.index-body .card4 .all-content-box .right-box .more-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 3vw;
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box .more-btn-box {
    display: none;
  }
}
.index-body .card4 .all-content-box .right-box .more-btn-box .more-btn {
  display: flex;
  border: 1px solid #ddb57c;
  padding: 0.25vw 1vw;
  border-radius: 0.3vw;
}
.index-body .card4 .all-content-box .right-box .more-btn-box .more-btn:hover img {
  transform: translateX(0.5vw);
}
@media all and (max-width: 1024px) {
  .index-body .card4 .all-content-box .right-box .more-btn-box .more-btn:hover img {
    transform: inherit;
  }
}
.index-body .card4 .all-content-box .right-box .more-btn-box .more-btn .more {
  color: #ddb57c;
  letter-spacing: 0.15em;
  font-family: "Jost";
  font-size: 0.85vw;
  font-weight: bold;
  border: none;
  margin-right: 0.3vw;
}
.index-body .card4 .all-content-box .right-box .more-btn-box .more-btn img {
  width: 0.9vw;
  transition: 0.4s ease-in-out;
}

.about-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.about-body .top-banner-box {
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 30vw;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box {
    height: initial;
  }
}
@media all and (max-width: 500px) {
  .about-body .top-banner-box {
    padding-top: 12vw;
  }
}
.about-body .top-banner-box .top-banner {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .top-banner {
    margin-top: -10vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .top-banner-box .top-banner {
    margin-top: -8vw;
  }
}
.about-body .top-banner-box .item1 {
  position: absolute;
  width: 50vw;
  left: 8vw;
  top: 1.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .item1 {
    width: 119vw;
    left: -51vw;
    top: -7.5vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .top-banner-box .item1 {
    top: -4.5vw;
  }
}
.about-body .top-banner-box .item2 {
  position: absolute;
  width: 9vw;
  right: 0vw;
  top: 7vw;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .item2 {
    display: none;
  }
}
.about-body .top-banner-box .frame {
  width: 32vw;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .frame {
    width: 80vw;
    top: 59.5%;
  }
}
.about-body .top-banner-box .main-title-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .main-title-box {
    top: 55%;
  }
}
@media all and (max-width: 500px) {
  .about-body .top-banner-box .main-title-box {
    top: 56%;
  }
}
.about-body .top-banner-box .main-title-box .main-title-zh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC";
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .main-title-box .main-title-zh {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .main-title-box .main-title-zh {
    margin-top: 4vw;
  }
}
.about-body .top-banner-box .main-title-box .main-title-en {
  position: relative;
  font-family: "Jost";
  font-size: 0.85vw;
  color: #f9c88f;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .main-title-box .main-title-en {
    font-size: 3vw;
  }
}
.about-body .top-banner-box .main-title-box .main-title-en::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  left: -1.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .main-title-box .main-title-en::before {
    width: 23%;
    top: 2vw;
    left: -1.5vw;
  }
}
.about-body .top-banner-box .main-title-box .main-title-en::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  right: -1.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .main-title-box .main-title-en::after {
    width: 23%;
    top: 2vw;
    right: -1.5vw;
  }
}
.about-body .top-banner-box .main-title-box h4 {
  margin-top: 9%;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "Noto Serif TC";
  font-size: 0.9vw;
}
@media all and (max-width: 1024px) {
  .about-body .top-banner-box .main-title-box h4 {
    font-size: 3.5vw;
    margin-top: 4%;
  }
}
.about-body .page-container {
  position: relative;
  padding-top: 6vw;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .about-body .page-container {
    padding-top: 3vw;
  }
}
.about-body .page-container .left-nav-box {
  position: absolute;
  left: 5vw;
  top: 7vw;
  font-family: "Noto Serif TC";
  letter-spacing: 0.25em;
  font-size: 0.95vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  z-index: 30;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .left-nav-box {
    position: relative;
    top: initial;
    left: initial;
    font-size: 4.3vw;
    flex-direction: row;
    margin-top: 6vw;
    margin-bottom: 10vw;
    align-self: center;
  }
}
.about-body .page-container .left-nav-box:first-child {
  border-top: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .left-nav-box:first-child {
    border-top: none;
    border-left: 1px solid #bcbcbc;
  }
}
.about-body .page-container .left-nav-box .nav {
  padding: 0.8vw 0.5vw;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .left-nav-box .nav {
    border-bottom: none;
    padding: 1.5vw 3vw;
    border-right: 1px solid #bcbcbc;
  }
}
.about-body .page-container .left-nav-box a {
  color: #ad8e5c;
}
.about-body .page-container .left-nav-box .nav-active {
  background-color: #ad8e5c;
  color: #fff !important;
}
.about-body .page-container .card1 {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 {
    padding-bottom: 6vw;
  }
}
.about-body .page-container .card1 .title-box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
  margin-bottom: 2vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .title-box {
    margin-bottom: 6vw;
  }
}
.about-body .page-container .card1 .title-box .icon {
  position: absolute;
  top: -1.3vw;
  left: -2vw;
  width: 2vw;
  top: -0.8vw;
  left: -2.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .title-box .icon {
    width: 6.5vw;
    top: -3.3vw;
    left: -8vw;
  }
}
.about-body .page-container .card1 .title-box .zh {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-align: center;
  margin-bottom: 0.4vw;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  color: #3b3b3b;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .title-box .zh {
    font-size: 5vw;
    flex-direction: column;
    align-self: center;
  }
}
.about-body .page-container .card1 .title-box .en {
  font-family: "Jost";
  font-size: 0.85vw;
  align-content: center;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
  letter-spacing: 0.08em;
  color: #b2b2b2;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .title-box .en {
    font-size: 3.8vw;
    margin-left: 0vw;
    align-self: center;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .title-box .en {
    margin-left: -1.5vw;
  }
}
.about-body .page-container .card1 .content-box {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .content-box {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .content-box {
    display: none;
  }
}
.about-body .page-container .card1 .content-mobile {
  display: none;
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .content-mobile {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .content-mobile {
    display: flex;
  }
}
.about-body .page-container .card1 .img-box {
  display: flex;
  flex-direction: column;
  margin-top: 3vw;
  align-self: center;
  width: 45vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .img-box {
    width: 85vw;
    margin-top: 7vw;
  }
}
.about-body .page-container .card1 .img-box img {
  width: 100%;
}
.about-body .page-container .card1 .left-item1 {
  position: absolute;
  width: 15vw;
  left: 0px;
  bottom: 0px;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .left-item1 {
    width: 22vw;
    bottom: -2vw;
  }
}
.about-body .page-container .card1 .left-item2 {
  position: absolute;
  width: 5vw;
  left: 17vw;
  top: 15vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .left-item2 {
    width: 11vw;
    right: 8vw;
    left: initial;
    top: 2vw;
  }
}
.about-body .page-container .card1 .left-item3 {
  position: absolute;
  width: 2.7vw;
  right: 11vw;
  top: 4vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card1 .left-item3 {
    display: none;
  }
}
.about-body .page-container .card2 {
  display: flex;
  flex-direction: column;
  margin-top: 4vw;
  padding: 3.5vw;
  background-image: url(../images/index/c3_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 6vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 {
    padding: 0vw;
    padding-top: 10vw;
    padding-bottom: 40vw;
    margin-top: 10vw;
  }
}
.about-body .page-container .card2 .title-box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
  margin-bottom: 2vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .title-box {
    margin-bottom: 8vw;
  }
}
.about-body .page-container .card2 .title-box .icon {
  position: absolute;
  top: -1.3vw;
  left: -2vw;
  width: 2vw;
  top: -0.2vw;
  left: -3vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .title-box .icon {
    width: 6.5vw;
    top: -3.3vw;
    left: -8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .title-box .icon {
    width: 7.5vw;
    top: -1.3vw;
    left: -11vw;
  }
}
.about-body .page-container .card2 .title-box .icon-2 {
  position: absolute;
  top: 1vw;
  right: -1.7vw;
  width: 1.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .title-box .icon-2 {
    top: 5vw;
    right: -6.7vw;
    width: 5.5vw;
  }
}
.about-body .page-container .card2 .title-box .zh {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-align: center;
  margin-bottom: 0.4vw;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .title-box .zh {
    font-size: 5vw;
    flex-direction: column;
    align-self: center;
  }
}
.about-body .page-container .card2 .title-box .en {
  font-family: "Jost";
  font-size: 0.85vw;
  align-content: center;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .title-box .en {
    font-size: 3.8vw;
    margin-left: 0vw;
    align-self: center;
  }
}
.about-body .page-container .card2 .content-box {
  display: flex;
  justify-content: center;
  position: relative;
}
.about-body .page-container .card2 .content-box .honor-swiper {
  width: 83%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .content-box .honor-swiper {
    width: 88%;
  }
}
.about-body .page-container .card2 .content-box .honor-swiper .swiper-slide {
  width: 100%;
}
.about-body .page-container .card2 .content-box .honor-swiper .swiper-slide img {
  width: 100%;
}
.about-body .page-container .card2 .content-box .swiper-prev {
  position: absolute;
  left: 4vw;
  top: 5.5vw;
  cursor: pointer;
  padding: 1vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .content-box .swiper-prev {
    z-index: 30;
    left: 10vw;
    top: 22.5vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .content-box .swiper-prev {
    top: 26.5vw;
  }
}
.about-body .page-container .card2 .content-box .swiper-prev img {
  width: 0.8vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .content-box .swiper-prev img {
    width: 2.8vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .page-container .card2 .content-box .swiper-prev img {
    width: 3vw;
  }
}
.about-body .page-container .card2 .content-box .swiper-next {
  right: 4vw;
  top: 5.5vw;
  padding: 1vw;
  position: absolute;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .content-box .swiper-next {
    z-index: 30;
    right: 10vw;
    top: 22.5vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .page-container .card2 .content-box .swiper-next {
    top: 26.5vw;
  }
}
.about-body .page-container .card2 .content-box .swiper-next img {
  width: 0.8vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .content-box .swiper-next img {
    width: 2.8vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .page-container .card2 .content-box .swiper-next img {
    width: 3vw;
  }
}
.about-body .page-container .card2 .content-box .swiper-pagination-horizontal {
  bottom: -2vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card2 .content-box .swiper-pagination-horizontal {
    display: none;
  }
}
.about-body .page-container .card2 .content-box .swiper-pagination-horizontal .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  margin-right: 0.35vw;
  box-shadow: 0 0 0.25em rgba(133, 133, 133, 0.781);
}
@media all and (max-width: 1440px) {
  .about-body .page-container .card2 .content-box .swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.4vw;
    height: 0.4vw;
    margin-right: 0.5vw;
  }
}
.about-body .page-container .card2 .content-box .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  transform: scale(1.2);
  margin-top: 1vw;
}
@media all and (max-width: 1440px) {
  .about-body .page-container .card2 .content-box .swiper-pagination-horizontal .swiper-pagination-bullet-active {
    transform: scale(1.4);
  }
}
.about-body .page-container .card3 {
  display: flex;
  flex-direction: column;
  margin-top: 5vw;
  padding-bottom: 5vw;
  background-image: url(../images/about/c3_bg.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 {
    padding-top: 4vw;
    padding-bottom: 10vw;
  }
}
.about-body .page-container .card3 .title-box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
  margin-bottom: 2vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 .title-box {
    margin-bottom: 5vw;
  }
}
.about-body .page-container .card3 .title-box .icon {
  position: absolute;
  top: -1.3vw;
  left: -2vw;
  width: 2vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 .title-box .icon {
    width: 6.5vw;
    top: -3.3vw;
    left: -8vw;
  }
}
.about-body .page-container .card3 .title-box .zh {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-align: center;
  margin-bottom: 0.4vw;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 .title-box .zh {
    font-size: 5vw;
    flex-direction: column;
    align-self: center;
  }
}
.about-body .page-container .card3 .title-box .en {
  font-family: "Jost";
  font-size: 0.85vw;
  align-content: center;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 .title-box .en {
    font-size: 3.8vw;
    margin-left: 0vw;
    align-self: center;
  }
}
.about-body .page-container .card3 .content-box {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
  max-width: 800px;
  margin: auto;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 .content-box {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 .content-box {
    display: none;
  }
}
.about-body .page-container .card3 .content-mobile {
  display: none;
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 .content-mobile {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 .content-mobile {
    display: flex;
  }
}
.about-body .page-container .card3 .img-box {
  display: flex;
  flex-direction: column;
  margin-top: 1vw;
  align-self: center;
  width: 45vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card3 .img-box {
    width: 88%;
    margin-top: 6vw;
  }
}
.about-body .page-container .card3 .img-box img {
  width: 100%;
}
.about-body .page-container .card4 {
  display: flex;
  flex-direction: column;
  margin-top: 5vw;
  margin-bottom: 0vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 {
    margin-top: 9vw;
    margin-bottom: 0vw;
  }
}
.about-body .page-container .card4 .title-box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
  margin-bottom: 1vw;
}
.about-body .page-container .card4 .title-box .icon {
  position: absolute;
  top: -1.3vw;
  left: -2vw;
  width: 2vw;
  left: initial;
  right: -2vw;
  top: 0.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .title-box .icon {
    width: 6.5vw;
    top: -3.3vw;
    left: -8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .title-box .icon {
    right: -8vw;
    left: initial;
    top: 1vw;
  }
}
.about-body .page-container .card4 .title-box .zh {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-align: center;
  margin-bottom: 0.4vw;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .title-box .zh {
    font-size: 5vw;
    flex-direction: column;
    align-self: center;
  }
}
.about-body .page-container .card4 .title-box .en {
  font-family: "Jost";
  font-size: 0.85vw;
  align-content: center;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .title-box .en {
    font-size: 3.8vw;
    margin-left: 0vw;
    align-self: center;
  }
}
.about-body .page-container .card4 .bottom-box {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box {
    flex-direction: column-reverse;
  }
}
.about-body .page-container .card4 .bottom-box .left-box {
  display: flex;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box .left-box {
    flex-direction: column;
  }
}
.about-body .page-container .card4 .bottom-box .left-box .left-frame {
  position: absolute;
  bottom: 0.7vw;
  left: 0px;
  width: 12vw;
}
.about-body .page-container .card4 .bottom-box .left-box .img-box {
  display: flex;
  width: 31vw;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box .left-box .img-box {
    display: none;
  }
}
.about-body .page-container .card4 .bottom-box .left-box .img-box img {
  width: 100%;
}
.about-body .page-container .card4 .bottom-box .left-box .mobile-img-box {
  display: none;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box .left-box .mobile-img-box {
    display: flex;
    justify-content: center;
    align-self: center;
    margin-top: 5vw;
    width: 88%;
  }
}
.about-body .page-container .card4 .bottom-box .left-box .mobile-img-box img {
  width: 100%;
}
.about-body .page-container .card4 .bottom-box .right-box {
  margin-left: 4vw;
  padding-top: 3vw;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box .right-box {
    margin-left: 0vw;
    display: flex;
    padding-top: 5vw;
    justify-content: center;
    flex-direction: column;
  }
}
.about-body .page-container .card4 .bottom-box .right-box .right-frame {
  position: absolute;
  bottom: 0.5vw;
  right: -2vw;
  width: 25vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box .right-box .right-frame {
    display: none;
  }
}
.about-body .page-container .card4 .bottom-box .right-box .content-box {
  display: flex;
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
  text-align: left;
  margin-bottom: 2vw;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box .right-box .content-box {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box .right-box .content-box {
    display: none;
  }
}
.about-body .page-container .card4 .bottom-box .right-box .content-mobile {
  display: none;
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box .right-box .content-mobile {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .about-body .page-container .card4 .bottom-box .right-box .content-mobile {
    display: flex;
    margin-bottom: 3vw;
  }
}
.about-body .page-container .top-btn {
  position: absolute;
  bottom: 4vw;
  right: 7vw;
  width: 3vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.about-body .page-container .top-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .about-body .page-container .top-btn:hover {
    transform: inherit;
  }
}
.about-body .page-container .top-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .about-body .page-container .top-btn {
    width: 17vw;
    margin-top: 15vw;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: initial;
    margin-bottom: 9vw;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.events-history-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.events-history-body .top-banner-box {
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 30vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box {
    height: initial;
  }
}
@media all and (max-width: 500px) {
  .events-history-body .top-banner-box {
    padding-top: 12vw;
  }
}
.events-history-body .top-banner-box .top-banner {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .top-banner {
    margin-top: -10vw;
  }
}
@media all and (max-width: 500px) {
  .events-history-body .top-banner-box .top-banner {
    margin-top: -8vw;
  }
}
.events-history-body .top-banner-box .item1 {
  position: absolute;
  width: 50vw;
  left: 8vw;
  top: 1.5vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .item1 {
    width: 119vw;
    left: -51vw;
    top: -7.5vw;
  }
}
@media all and (max-width: 500px) {
  .events-history-body .top-banner-box .item1 {
    top: -4.5vw;
  }
}
.events-history-body .top-banner-box .item2 {
  position: absolute;
  width: 9vw;
  right: 0vw;
  top: 7vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .item2 {
    display: none;
  }
}
.events-history-body .top-banner-box .frame {
  width: 32vw;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .frame {
    width: 80vw;
    top: 59.5%;
  }
}
.events-history-body .top-banner-box .main-title-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .main-title-box {
    top: 55%;
  }
}
@media all and (max-width: 500px) {
  .events-history-body .top-banner-box .main-title-box {
    top: 56%;
  }
}
.events-history-body .top-banner-box .main-title-box .main-title-zh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC";
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .main-title-box .main-title-zh {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .main-title-box .main-title-zh {
    margin-top: 4vw;
  }
}
.events-history-body .top-banner-box .main-title-box .main-title-en {
  position: relative;
  font-family: "Jost";
  font-size: 0.85vw;
  color: #f9c88f;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .main-title-box .main-title-en {
    font-size: 3vw;
  }
}
.events-history-body .top-banner-box .main-title-box .main-title-en::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  left: -1.5vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .main-title-box .main-title-en::before {
    width: 23%;
    top: 2vw;
    left: -1.5vw;
  }
}
.events-history-body .top-banner-box .main-title-box .main-title-en::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  right: -1.5vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .top-banner-box .main-title-box .main-title-en::after {
    width: 23%;
    top: 2vw;
    right: -1.5vw;
  }
}
.events-history-body .page-container {
  position: relative;
  padding-top: 6vw;
  display: flex;
  flex-direction: column;
  padding-bottom: 15vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container {
    padding-bottom: 0vw;
    padding-top: 3vw;
  }
}
.events-history-body .page-container .bg-item-mobile {
  position: absolute;
  display: none;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .bg-item-mobile {
    display: block;
    width: 14vw;
    right: 8vw;
    top: 34.5vw;
  }
}
.events-history-body .page-container .left-nav-box {
  position: absolute;
  left: 5vw;
  top: 7vw;
  font-family: "Noto Serif TC";
  letter-spacing: 0.25em;
  font-size: 0.95vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  z-index: 30;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .left-nav-box {
    position: relative;
    top: initial;
    left: initial;
    font-size: 4.3vw;
    flex-direction: row;
    margin-top: 6vw;
    margin-bottom: 10vw;
    align-self: center;
  }
}
.events-history-body .page-container .left-nav-box:first-child {
  border-top: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .left-nav-box:first-child {
    border-top: none;
    border-left: 1px solid #bcbcbc;
  }
}
.events-history-body .page-container .left-nav-box .nav {
  padding: 0.8vw 0.5vw;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .left-nav-box .nav {
    border-bottom: none;
    padding: 1.5vw 3vw;
    border-right: 1px solid #bcbcbc;
  }
}
.events-history-body .page-container .left-nav-box a {
  color: #ad8e5c;
}
.events-history-body .page-container .left-nav-box .nav-active {
  background-color: #ad8e5c;
  color: #fff !important;
}
.events-history-body .page-container .title-box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .title-box {
    margin-bottom: 8vw;
  }
}
.events-history-body .page-container .title-box .icon {
  position: absolute;
  top: -1.3vw;
  left: -2vw;
  width: 2vw;
  top: -0.8vw;
  left: -2.5vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .title-box .icon {
    width: 6.5vw;
    top: -3.3vw;
    left: -8vw;
  }
}
.events-history-body .page-container .title-box .zh {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-align: center;
  margin-bottom: 0.4vw;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .title-box .zh {
    font-size: 5vw;
    flex-direction: column;
    align-self: center;
  }
}
.events-history-body .page-container .title-box .en {
  font-family: "Jost";
  font-size: 0.85vw;
  align-content: center;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .title-box .en {
    font-size: 3.8vw;
    margin-left: 0vw;
    align-self: center;
  }
}
.events-history-body .page-container .item-box {
  display: flex;
  justify-content: space-between;
  width: 53%;
  margin: 0 auto;
  margin-top: -0.45vw;
}
@media all and (max-width: 1920px) {
  .events-history-body .page-container .item-box {
    margin-top: -0.55vw;
  }
}
@media all and (max-width: 1440px) {
  .events-history-body .page-container .item-box {
    margin-top: -0.7vw;
  }
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box {
    flex-direction: column;
    width: 88%;
    margin-bottom: 13vw;
  }
}
.events-history-body .page-container .item-box:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: -0.45vw;
}
@media all and (max-width: 1920px) {
  .events-history-body .page-container .item-box:nth-child(even) {
    margin-top: -0.55vw;
  }
}
@media all and (max-width: 1440px) {
  .events-history-body .page-container .item-box:nth-child(even) {
    margin-top: -0.7vw;
  }
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box:nth-child(even) {
    flex-direction: column;
  }
}
.events-history-body .page-container .item-box:nth-child(even) .right-box .img-bg {
  transform: rotateY(180deg);
}
.events-history-body .page-container .item-box:nth-child(even) .right-box .main-img {
  left: 0.5vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box:nth-child(even) .right-box .main-img {
    width: 85.5vw;
    left: 1.4vw;
    top: 1.3vw;
  }
}
@media all and (max-width: 1920px) {
  .events-history-body .page-container .item-box:last-child {
    margin-top: -0.5vw;
  }
}
@media all and (max-width: 1440px) {
  .events-history-body .page-container .item-box:last-child {
    margin-top: -0.6vw;
  }
}
.events-history-body .page-container .item-box:last-child .right-box {
  width: 48%;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box:last-child .right-box {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box:last-child .right-box .last-frame {
    width: 100%;
  }
}
.events-history-body .page-container .item-box:last-child .right-box .main-img {
  width: 96.5%;
  left: 0.455vw;
  top: 0.4vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box:last-child .right-box .main-img {
    width: 85.5vw;
    left: 1.4vw;
    top: 1.3vw;
  }
}
.events-history-body .page-container .item-box .left-box {
  display: flex;
  flex-direction: column;
  width: 45%;
  margin-top: -3vw;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .left-box {
    width: 100%;
  }
}
.events-history-body .page-container .item-box .left-box .year-box {
  display: flex;
  justify-content: center;
}
.events-history-body .page-container .item-box .left-box .year-box .year {
  color: #f9c88f;
  font-family: "Jost";
  font-size: 4vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .left-box .year-box .year {
    font-size: 10vw;
  }
}
.events-history-body .page-container .item-box .left-box .year-box .text {
  color: #ddb57c;
  font-family: "Jost";
  font-size: 1vw;
  letter-spacing: 0.05em;
  align-self: flex-end;
  margin-bottom: 1.2vw;
  margin-left: 0.5vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .left-box .year-box .text {
    font-size: 3.2vw;
    margin-bottom: 2.6vw;
    margin-left: 1vw;
    letter-spacing: 0.08em;
  }
}
.events-history-body .page-container .item-box .left-box .content-box {
  display: flex;
  flex-direction: column;
}
.events-history-body .page-container .item-box .left-box .content-box .content {
  display: flex;
}
.events-history-body .page-container .item-box .left-box .content-box .content .icon {
  width: 0.5vw;
  margin-top: 0.65vw;
  align-self: flex-start;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .left-box .content-box .content .icon {
    width: 1.5vw;
    margin-top: 3.65vw;
  }
}
.events-history-body .page-container .item-box .left-box .content-box .content div {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.8vw;
  margin-left: 0.5vw;
  text-align: justify;
  letter-spacing: 0.15em;
  line-height: 2.3;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .left-box .content-box .content div {
    font-size: 3.75vw;
    margin-left: 2vw;
  }
}
.events-history-body .page-container .item-box .right-box {
  display: flex;
  width: 53%;
  flex-direction: column;
  position: relative;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .right-box {
    width: 100%;
    margin-top: 2vw;
  }
}
.events-history-body .page-container .item-box .right-box .img-bg {
  width: 100%;
}
.events-history-body .page-container .item-box .right-box .main-img {
  position: absolute;
  width: 87%;
  left: 3.2vw;
  top: 0.4vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .right-box .main-img {
    width: 97%;
    left: 1.3vw;
    top: 1.26vw;
  }
}
.events-history-body .page-container .item-box .right-box .img-swiper {
  position: absolute;
  width: 100%;
  height: 16vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .right-box .img-swiper {
    height: 54vw;
  }
}
.events-history-body .page-container .item-box .right-box .img-swiper .swiper-pagination-horizontal {
  left: 1.5vw;
  bottom: 0.3vw;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .right-box .img-swiper .swiper-pagination-horizontal {
    bottom: 1.5vw;
  }
}
.events-history-body .page-container .item-box .right-box .img-swiper .swiper-pagination-horizontal .swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
  margin: 0.25vw;
  box-shadow: 0 0 0.25em rgba(133, 133, 133, 0.781);
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .right-box .img-swiper .swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    margin: 1vw;
    opacity: 1;
  }
}
.events-history-body .page-container .item-box .right-box .img-swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .item-box .right-box .img-swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active {
    transform: scale(1.8);
  }
}
.events-history-body .page-container .bg-item1 {
  position: absolute;
  top: 8vw;
  width: 2vw;
  right: 20vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .bg-item1 {
    display: none;
  }
}
.events-history-body .page-container .bg1 {
  position: absolute;
  top: 47vw;
  width: 16vw;
  left: 0vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .bg1 {
    display: none;
  }
}
.events-history-body .page-container .bg2 {
  position: absolute;
  top: 120vw;
  width: 5vw;
  right: 0vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .bg2 {
    display: none;
  }
}
.events-history-body .page-container .bg3 {
  position: absolute;
  top: 190vw;
  width: 16vw;
  left: 0vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .bg3 {
    display: none;
  }
}
.events-history-body .page-container .bg4 {
  position: absolute;
  top: 250vw;
  width: 15vw;
  right: 0vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .bg4 {
    display: none;
  }
}
.events-history-body .page-container .bg5 {
  position: absolute;
  bottom: 5vw;
  width: 5vw;
  left: 40vw;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .bg5 {
    display: none;
  }
}
.events-history-body .page-container .top-btn {
  position: absolute;
  bottom: 4vw;
  right: 7vw;
  width: 3vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .events-history-body .page-container .top-btn {
    width: 13vw;
    margin-top: 3vw;
    position: initial;
    bottom: initial;
    right: initial;
    margin-bottom: 9vw;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.brand-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.brand-body .top-banner-box {
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 30vw;
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box {
    overflow: hidden;
    width: 100%;
    height: 58vw;
    background-image: url(../images/brand/mobile_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
@media all and (max-width: 500px) {
  .brand-body .top-banner-box {
    height: 68vw;
  }
}
.brand-body .top-banner-box .top-banner {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .top-banner {
    display: none;
  }
}
.brand-body .top-banner-box .item1 {
  position: absolute;
  width: 7vw;
  left: 20vw;
  top: 8vw;
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .item1 {
    width: 20vw;
    left: 16vw;
    top: 10vw;
  }
}
@media all and (max-width: 500px) {
  .brand-body .top-banner-box .item1 {
    top: 15vw;
  }
}
.brand-body .top-banner-box .item2 {
  position: absolute;
  width: 38vw;
  right: 3vw;
  bottom: 0vw;
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .item2 {
    width: 69vw;
    right: -11vw;
    bottom: 0vw;
  }
}
.brand-body .top-banner-box .frame {
  width: 32vw;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .frame {
    width: 80vw;
    top: 58%;
  }
}
@media all and (max-width: 500px) {
  .brand-body .top-banner-box .frame {
    top: 61%;
  }
}
.brand-body .top-banner-box .main-title-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .main-title-box {
    top: 55%;
  }
}
@media all and (max-width: 500px) {
  .brand-body .top-banner-box .main-title-box {
    top: 58%;
  }
}
.brand-body .top-banner-box .main-title-box .main-title-zh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC";
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .main-title-box .main-title-zh {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .main-title-box .main-title-zh {
    margin-top: 3vw;
  }
}
.brand-body .top-banner-box .main-title-box .main-title-en {
  position: relative;
  font-family: "Jost";
  font-size: 0.85vw;
  color: #f9c88f;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .main-title-box .main-title-en {
    font-size: 3vw;
  }
}
.brand-body .top-banner-box .main-title-box .main-title-en::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  left: -1.5vw;
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .main-title-box .main-title-en::before {
    width: 20%;
    top: 2vw;
    left: -0.5vw;
  }
}
.brand-body .top-banner-box .main-title-box .main-title-en::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  right: -1.5vw;
}
@media all and (max-width: 1024px) {
  .brand-body .top-banner-box .main-title-box .main-title-en::after {
    width: 20%;
    top: 2vw;
    right: -0.5vw;
  }
}
.brand-body .page-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 12vw;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container {
    justify-content: center;
  }
}
.brand-body .page-container .top-btn {
  position: absolute;
  bottom: 4vw;
  right: 7vw;
  width: 3vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.brand-body .page-container .top-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .top-btn:hover {
    transform: inherit;
  }
}
.brand-body .page-container .top-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .top-btn {
    width: 17vw;
    margin-top: 15vw;
    position: initial;
    bottom: initial;
    right: initial;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}
.brand-body .page-container .brand-box {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  margin-top: 7vw;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box {
    flex-direction: column-reverse;
    width: 88%;
    margin-bottom: 2vw;
  }
}
.brand-body .page-container .brand-box:nth-child(even) {
  flex-direction: row-reverse;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.brand-body .page-container .brand-box:nth-child(even) .left-box .content-item {
  width: 2vw;
  position: absolute;
  bottom: -1vw;
  left: initial;
  right: 6vw;
}
.brand-body .page-container .brand-box .left-box {
  width: 40%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box {
    width: 100%;
  }
}
.brand-body .page-container .brand-box .left-box .more-btn-box {
  display: flex;
  margin-top: 2vw;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .more-btn-box {
    justify-content: center;
    margin-top: 8vw;
    margin-bottom: 9vw;
  }
}
.brand-body .page-container .brand-box .left-box .more-btn-box .more-btn {
  display: flex;
  border: 1px solid #ddb57c;
  padding: 0.25vw 1vw;
  border-radius: 0.3vw;
}
.brand-body .page-container .brand-box .left-box .more-btn-box .more-btn:hover img {
  transform: translateX(0.5vw);
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .more-btn-box .more-btn {
    padding: 1vw 4vw;
    border-radius: 0.6vw;
  }
}
.brand-body .page-container .brand-box .left-box .more-btn-box .more-btn .more {
  color: #ddb57c;
  letter-spacing: 0.15em;
  font-family: "Jost";
  font-size: 0.85vw;
  font-weight: bold;
  border: none;
  margin-right: 0.3vw;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .more-btn-box .more-btn .more {
    font-size: 3.8vw;
    margin-right: 1vw;
  }
}
.brand-body .page-container .brand-box .left-box .more-btn-box .more-btn img {
  width: 0.9vw;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .more-btn-box .more-btn img {
    width: 3.5vw;
  }
}
.brand-body .page-container .brand-box .left-box .brand-name-box {
  display: flex;
  position: relative;
  width: 40%;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .brand-name-box {
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0 auto;
    margin-bottom: 7vw;
    margin-top: 3vw;
  }
}
.brand-body .page-container .brand-box .left-box .brand-name-box .brand-name {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 100%;
  align-self: center;
  text-align: center;
  position: relative;
}
.brand-body .page-container .brand-box .left-box .brand-name-box .brand-name .name-frame {
  position: absolute;
  width: 11vw;
  left: 0px;
  top: 0.4vw;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .brand-name-box .brand-name .name-frame {
    width: 37vw;
    left: -1.2vw;
    top: 2vw;
  }
}
.brand-body .page-container .brand-box .left-box .brand-name-box .brand-name .small-name {
  color: #3b3b3b;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "Noto Serif TC";
  margin-bottom: 0.4vw;
  font-size: 0.85vw;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .brand-name-box .brand-name .small-name {
    font-size: 3.2vw;
  }
}
.brand-body .page-container .brand-box .left-box .brand-name-box .brand-name .name {
  color: #aa7744;
  font-family: "Noto Serif TC";
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 1.5vw;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .brand-name-box .brand-name .name {
    font-size: 5vw;
  }
}
.brand-body .page-container .brand-box .left-box .content {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
  text-align: justify;
  width: 90%;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .content {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .content {
    width: 100%;
  }
}
.brand-body .page-container .brand-box .left-box .content-item {
  width: 2vw;
  position: absolute;
  bottom: -1vw;
  left: 5vw;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .left-box .content-item {
    display: none;
  }
}
.brand-body .page-container .brand-box .right-box {
  width: 50%;
}
@media all and (max-width: 1024px) {
  .brand-body .page-container .brand-box .right-box {
    width: 100%;
    margin-top: 7vw;
  }
}
.brand-body .page-container .brand-box .right-box img {
  width: 100%;
}

.brand-content-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.brand-content-body .brand-content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.brand-content-body .brand-content-container .page-container {
  padding-top: 6.5vw;
  align-self: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4vw;
}
@media all and (max-width: 1024px) {
  .brand-content-body .brand-content-container .page-container {
    padding-top: 14vw;
  }
}
.brand-content-body .brand-content-container .page-container .zh-title {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 1.4vw;
  text-align: center;
  line-height: 1.7;
}
@media all and (max-width: 1024px) {
  .brand-content-body .brand-content-container .page-container .zh-title {
    font-size: 4.25vw;
    letter-spacing: 0.25em;
    margin-bottom: 2vw;
    margin-top: 8%;
    width: 100%;
  }
}
.brand-content-body .brand-content-container .page-container .en-title {
  font-family: "Jost";
  color: #ddb57c;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 0.75vw;
}
@media all and (max-width: 1024px) {
  .brand-content-body .brand-content-container .page-container .en-title {
    font-size: 2.75vw;
    width: 100%;
  }
}
.brand-content-body .brand-content-container .page-container .content {
  width: 50%;
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 600;
  font-size: 0.95vw;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 2.5vw;
}
@media all and (max-width: 1024px) {
  .brand-content-body .brand-content-container .page-container .content {
    padding-top: 4.5vw;
    margin-top: 0vw;
    width: 88%;
    text-align: justify;
    font-size: 3.75vw;
  }
}
.brand-content-body .brand-content-container .page-container .content .content-img {
  margin-top: 2.5vw;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .brand-content-body .brand-content-container .page-container .content .content-img {
    margin-top: 6.5vw;
    margin-bottom: 6.5vw;
  }
}
.brand-content-body .brand-content-container .page-container .content h1 {
  color: #aa7744;
  font-size: 1.05vw;
  font-family: "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 1vw;
  margin-top: 3vw;
}
@media all and (max-width: 1024px) {
  .brand-content-body .brand-content-container .page-container .content h1 {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
}
.brand-content-body .brand-content-container .page-container .content img {
  margin: 5% 0;
  max-width: 100% !important;
  height: auto !important;
}
.brand-content-body .brand-content-container .page-container .back-btn {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 3vw;
  margin-top: 4vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.brand-content-body .brand-content-container .page-container .back-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .brand-content-body .brand-content-container .page-container .back-btn:hover {
    transform: inherit;
  }
}
.brand-content-body .brand-content-container .page-container .back-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .brand-content-body .brand-content-container .page-container .back-btn {
    width: 10vw;
    position: initial;
    bottom: initial;
    transform: inherit;
    right: initial;
    margin-bottom: 9vw;
    align-self: center;
    margin-top: 5vw;
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 500px) {
  .brand-content-body .brand-content-container .page-container .back-btn {
    width: 14vw;
  }
}

.product-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.product-body .paginationjs .paginationjs-pages ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.product-body .paginationjs .paginationjs-pages ul li {
  padding: 0.3vw 0.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 0.95vw;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .product-body .paginationjs .paginationjs-pages ul li {
    font-size: 4.3vw;
    padding: inherit;
    width: 7vw;
    height: 7vw;
    font-weight: 400;
  }
}
.product-body .top-banner-box {
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 30vw;
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box {
    height: initial;
  }
}
@media all and (max-width: 500px) {
  .product-body .top-banner-box {
    padding-top: 12vw;
  }
}
.product-body .top-banner-box .top-banner {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .top-banner {
    margin-top: -10vw;
  }
}
@media all and (max-width: 500px) {
  .product-body .top-banner-box .top-banner {
    margin-top: -2vw;
  }
}
.product-body .top-banner-box .item1 {
  position: absolute;
  left: 0vw;
  top: 8vw;
  width: 28vw;
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .item1 {
    width: 63vw;
    left: 0vw;
    top: -2.5vw;
  }
}
@media all and (max-width: 500px) {
  .product-body .top-banner-box .item1 {
    top: 7vw;
  }
}
.product-body .top-banner-box .item2 {
  position: absolute;
  right: 0vw;
  top: 4vw;
  width: 19vw;
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .item2 {
    display: none;
  }
}
.product-body .top-banner-box .frame {
  width: 32vw;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .frame {
    width: 80vw;
    top: 59.5%;
  }
}
.product-body .top-banner-box .main-title-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .main-title-box {
    top: 55%;
  }
}
@media all and (max-width: 500px) {
  .product-body .top-banner-box .main-title-box {
    top: 56%;
  }
}
.product-body .top-banner-box .main-title-box .main-title-zh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC";
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .main-title-box .main-title-zh {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .main-title-box .main-title-zh {
    margin-top: 4vw;
  }
}
.product-body .top-banner-box .main-title-box .main-title-en {
  position: relative;
  font-family: "Jost";
  font-size: 0.85vw;
  color: #f9c88f;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .main-title-box .main-title-en {
    font-size: 3vw;
  }
}
.product-body .top-banner-box .main-title-box .main-title-en::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  left: -2vw;
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .main-title-box .main-title-en::before {
    width: 17%;
    top: 2vw;
    left: -1.5vw;
  }
}
.product-body .top-banner-box .main-title-box .main-title-en::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  right: -2vw;
}
@media all and (max-width: 1024px) {
  .product-body .top-banner-box .main-title-box .main-title-en::after {
    width: 17%;
    top: 2vw;
    right: -1.5vw;
  }
}
.product-body .page-container {
  padding-top: 5vw;
  padding-left: 6vw;
  padding-bottom: 9vw;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .product-body .page-container {
    padding-left: 0vw;
    padding-top: 9vw;
    padding-bottom: 1vw;
  }
}
.product-body .page-container .left-sort-box {
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 13vw;
  left: 4vw;
}
@media all and (max-width: 1920px) {
  .product-body .page-container .left-sort-box {
    width: 12.7vw;
  }
}
@media all and (max-width: 1024px) {
  .product-body .page-container .left-sort-box {
    position: relative;
    left: initial;
    width: 51%;
    margin: 0 auto;
    margin-bottom: 9.5vw;
  }
}
.product-body .page-container .left-sort-box ul {
  list-style: none;
  padding-left: 0px;
}
.product-body .page-container .left-sort-box ul li {
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1024px) {
  .product-body .page-container .left-sort-box ul li {
    border-bottom: 1px solid #b2b2b2;
  }
}
.product-body .page-container .left-sort-box ul li a {
  display: flex;
  align-items: center;
  padding: 0.6vw;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Noto Serif TC";
  color: #ad8e5c;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 0.85vw;
}
@media (max-width: 1024px) {
  .product-body .page-container .left-sort-box ul li a {
    font-size: 3.75vw;
    padding: 3vw 2vw;
  }
}
.product-body .page-container .left-sort-box ul li a:hover {
  background-color: #ececec;
}
.product-body .page-container .left-sort-box ul li a.active {
  background-color: #ad8e5c;
  color: #fff;
}
.product-body .page-container .left-sort-box ul li a.dropdown i {
  transition: transform 0.3s;
}
.product-body .page-container .left-sort-box ul li a.dropdown i.down {
  transform: rotate(180deg);
}
.product-body .page-container .left-sort-box ul li a.dropdown + ul {
  display: none;
}
.product-body .page-container .left-sort-box ul li a.dropdown:hover {
  background: none;
}
.product-body .page-container .left-sort-box ul li a span {
  display: flex;
}
.product-body .page-container .left-sort-box ul li a span img {
  width: 1vw;
  margin-right: 0.5vw;
}
@media (max-width: 1024px) {
  .product-body .page-container .left-sort-box ul li a span img {
    width: 4vw;
    margin-right: 2vw;
  }
}
.product-body .page-container .left-sort-box ul li a span.icon {
  width: 0.95vw;
  padding-top: 2%;
  margin-left: 4%;
}
@media (max-width: 1024px) {
  .product-body .page-container .left-sort-box ul li a span.icon {
    width: 4vw;
  }
}
.product-body .page-container .left-sort-box ul li a span #drow {
  stroke: #ad8e5c;
}
.product-body .page-container .left-sort-box ul li ul li {
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1024px) {
  .product-body .page-container .left-sort-box ul li ul li {
    border-bottom: 1px solid #b2b2b2;
  }
}
.product-body .page-container .left-sort-box ul li ul li a {
  padding-left: 1.8vw;
}
@media (max-width: 1024px) {
  .product-body .page-container .left-sort-box ul li ul li a {
    padding-left: 7vw;
  }
}
.product-body .page-container .left-sort-box ul li ul li:first-of-type {
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 1024px) {
  .product-body .page-container .left-sort-box ul li ul li:first-of-type {
    border-top: 1px solid #b2b2b2;
  }
}
.product-body .page-container .left-sort-box ul li ul li:last-of-type {
  border: none;
}
.product-body .page-container .left-sort-box .sort {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  cursor: pointer;
}
.product-body .page-container .left-sort-box .sort:first-child .box {
  border-top: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .left-sort-box .sort:first-child .box {
    border-top: 1px solid #b2b2b2;
  }
}
.product-body .page-container .left-sort-box .sort .sort-title {
  display: flex;
}
.product-body .page-container .left-sort-box .sort .sort-title .box {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding: 0.7vw 0.5vw;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .left-sort-box .sort .sort-title .box {
    border-bottom: 1px solid #b2b2b2;
    padding: 3vw 2vw;
  }
}
.product-body .page-container .left-sort-box .sort .sort-title .text {
  font-family: "Noto Serif TC";
  color: #ad8e5c;
  letter-spacing: 0.15em;
  font-size: 0.85vw;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .left-sort-box .sort .sort-title .text {
    font-size: 3.75vw;
  }
}
.product-body .page-container .left-sort-box .sort .sort-title .text #drow {
  width: 0.95vw;
  margin-left: 0.5vw;
  margin-top: 0.1vw;
  stroke: #ad8e5c;
}
@media all and (max-width: 1920px) {
  .product-body .page-container .left-sort-box .sort .sort-title .text #drow {
    height: 1.1vw;
  }
}
@media all and (max-width: 1024px) {
  .product-body .page-container .left-sort-box .sort .sort-title .text #drow {
    width: 3vw;
    margin-left: 1.5vw;
  }
}
@media all and (max-width: 500px) {
  .product-body .page-container .left-sort-box .sort .sort-title .text #drow {
    width: 4vw;
    height: 4vw;
    margin-left: 2vw;
  }
}
.product-body .page-container .left-sort-box .sort .sort-title .icon {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-right: 0.3vw;
  width: 1vw;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .left-sort-box .sort .sort-title .icon {
    width: 4vw;
    margin-right: 2vw;
  }
}
.product-body .page-container .left-sort-box .sort .sort-title .icon img {
  width: 100%;
}
.product-body .page-container .left-sort-box .sort .sort-stack {
  display: flex;
  flex-direction: column;
  font-size: 0.8vw;
  font-family: "Noto Serif TC";
  letter-spacing: 0.13em;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .left-sort-box .sort .sort-stack {
    font-size: 3.5vw;
  }
}
.product-body .page-container .left-sort-box .sort .sort-stack .sort-item {
  padding: 0.7vw 0.5vw;
  padding-left: 1.5vw;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .left-sort-box .sort .sort-stack .sort-item {
    border-bottom: 1px solid #b2b2b2;
    padding: 2vw 2vw;
    padding-left: 8vw;
  }
}
.product-body .page-container .left-sort-box .sort-active .box {
  background-color: white;
}
.product-body .page-container .left-sort-box .sort-active .box .text {
  color: #3b3b3b !important;
}
.product-body .page-container .left-sort-box .sort-active .box .text #drow {
  stroke: #3b3b3b !important;
}
.product-body .page-container .product-box {
  width: 75%;
  min-height: 35vw;
  margin-left: 5vw;
  display: flex;
  gap: 1.5vw;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .product-box {
    margin-left: 0vw;
    width: 88%;
    flex-direction: column;
  }
}
.product-body .page-container .product-box .hot_icon {
  position: absolute;
  right: 3%;
  top: 3%;
  width: 9%;
  z-index: 1;
}
.product-body .page-container .product-box h2 {
  font-family: "Noto Serif TC";
  font-weight: 600;
  color: #3b3b3b;
  letter-spacing: 0.25em;
}
.product-body .page-container .product-box .product-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 6vw;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .product-box .product-item {
    width: 100%;
    margin-bottom: 10vw;
  }
}
@media all and (max-width: 500px) {
  .product-body .page-container .product-box .product-item {
    margin-bottom: 12vw;
  }
}
.product-body .page-container .product-box .product-item .img-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22vw;
  border-radius: 1.2vw;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .product-box .product-item .img-box {
    width: 100%;
  }
}
.product-body .page-container .product-box .product-item .img-box:hover img {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .product-body .page-container .product-box .product-item .img-box:hover img {
    transform: inherit;
  }
}
.product-body .page-container .product-box .product-item .img-box img {
  align-items: center;
  vertical-align: middle;
  align-self: center;
  align-content: center;
  width: 100%;
  transition: 0.6s ease-in-out;
}
.product-body .page-container .product-box .product-item .product-name {
  display: flex;
  font-family: "Noto Serif TC";
  font-weight: 600;
  color: #3b3b3b;
  letter-spacing: 0.25em;
  margin-top: 1.5vw;
  font-size: 0.95vw;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .product-box .product-item .product-name {
    font-size: 3.6vw;
    margin-top: 4vw;
  }
}
.product-body .page-container .product-box .product-item .product-name .name {
  position: relative;
}
.product-body .page-container .product-box .product-item .product-name .name::after {
  content: "";
  position: absolute;
  right: -0.65vw;
  height: 75%;
  width: 1px;
  bottom: 0.07vw;
  background-color: #3b3b3b;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .product-box .product-item .product-name .name::after {
    height: 67%;
    width: 1px;
    right: -1.5vw;
    bottom: 0.5vw;
  }
}
.product-body .page-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .pagination {
    margin-top: 0vw;
  }
}
.product-body .page-container .pagination button {
  padding: 0.3vw 0.6vw;
  border: none;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 0.95vw;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .pagination button {
    font-size: 4.3vw;
    padding: inherit;
    width: 7vw;
    height: 7vw;
    font-weight: 400;
  }
}
.product-body .page-container .pagination #page-numbers button:hover {
  background-color: rgba(255, 200, 0, 0.4784313725);
  color: #3b3b3b;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .pagination #page-numbers button:hover {
    background-color: inherit;
    color: inherit;
  }
}
.product-body .page-container .pagination .active {
  background-color: rgba(255, 200, 0, 0.4784313725) !important;
  color: #3b3b3b !important;
}
.product-body .page-container .top-btn {
  position: absolute;
  bottom: 4vw;
  right: 7vw;
  width: 3vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.product-body .page-container .top-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .product-body .page-container .top-btn:hover {
    transform: inherit;
  }
}
.product-body .page-container .top-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .product-body .page-container .top-btn {
    width: 17vw;
    margin-top: 15vw;
    position: initial;
    bottom: initial;
    right: initial;
    margin-bottom: 9vw;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.product-content-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/product/bg.webp);
  background-size: 100%;
}
@media all and (max-width: 1024px) {
  .product-content-body {
    background-image: url(../images/bg.webp);
    background-size: contain;
  }
}
.product-content-body .product-content-container {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container {
    display: flex;
    flex-direction: column;
  }
}
.product-content-body .product-content-container .page-container {
  position: relative;
  padding-top: 8vw;
  width: 52%;
  padding-bottom: 11vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container {
    padding-top: 15vw;
    width: 88%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}
@media all and (max-width: 500px) {
  .product-content-body .product-content-container .page-container {
    padding-top: 20vw;
  }
}
.product-content-body .product-content-container .page-container .product-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box {
    flex-direction: column;
    position: relative;
  }
}
.product-content-body .product-content-container .page-container .product-box .img-box {
  display: flex;
  width: 38%;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .img-box {
    width: 100%;
    margin-top: 26vw;
    margin-bottom: 6vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper {
  width: 100%;
  background-color: white;
  position: relative;
  padding-bottom: 2vw;
  padding-top: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  border-radius: 1vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper {
    width: 100%;
    padding-bottom: 0vw;
    background-color: initial;
    padding-top: 0vw;
    padding-left: 0vw;
    padding-right: 0vw;
    border-radius: 0vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .swiper-slide {
  width: 100%;
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .swiper-slide img {
  width: 100%;
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .prev {
  position: absolute;
  top: 46%;
  left: 1vw;
  z-index: 999;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .prev {
    left: 4vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .prev img {
  width: 0.8vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .prev img {
    width: 2vw;
  }
}
@media all and (max-width: 500px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .prev img {
    width: 7.5vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .next {
  position: absolute;
  top: 46%;
  right: 1vw;
  z-index: 999;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .next {
    right: 4vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .next img {
  width: 0.8vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .next img {
    width: 2vw;
  }
}
@media all and (max-width: 500px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .next img {
    width: 7.5vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .swiper-pagination-horizontal {
  bottom: 0.6vw;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .swiper-pagination-horizontal {
    bottom: 1.5vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #d1a371;
  opacity: 1;
  margin: 0.3vw;
}
@media all and (max-width: 1440px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0.6vw;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media all and (max-width: 500px) {
  .product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    margin: 1vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .img-box .img-swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.4);
}
.product-content-body .product-content-container .page-container .product-box .product-content {
  display: flex;
  flex-direction: column;
  width: 52%;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content {
    width: 100%;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .sort-box {
  display: flex;
  margin-bottom: 0.5vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .sort-box {
    position: absolute;
    top: 0vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .sort-box .sort {
  background-color: #d1a371;
  font-family: "Noto Serif TC";
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 0.85vw;
  color: white;
  border-radius: 0.35vw;
  padding-right: 0.5vw;
  padding-top: 0.3vw;
  padding-left: 0.7vw;
  padding-bottom: 0.35vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .sort-box .sort {
    font-size: 3.5vw;
    padding: 1.8vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 2.9vw;
    border-radius: 1.2vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .title-box {
  display: flex;
  font-family: "Noto Serif TC";
  font-size: 1.4vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #3b3b3b;
  margin-bottom: 2vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .title-box {
    position: absolute;
    top: 12vw;
    margin-bottom: 0vw;
    font-size: 5vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .list-box {
  display: flex;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .list-box {
    flex-direction: column;
    justify-content: left;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .list-box .list {
  display: flex;
  flex: 1 1 45%;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .list-box .list {
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .list-box .list:last-child {
  border-left: 1px solid #b2b2b2;
  padding-left: 5%;
  flex: 1 1 55%;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .list-box .list:last-child {
    padding-left: 0;
    border-left: none;
    justify-content: left;
    border-top: 1px solid #b2b2b2;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .list-box .list .title {
  color: #aa7744;
  font-size: 1.05vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: "Noto Serif TC";
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .list-box .list .title {
    font-size: 4.2vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .list-box .list .content {
  font-family: "Jost", "Noto Serif TC"; /* 預設為中文字體 */
  font-weight: 500;
  align-self: center;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  margin-left: 1vw;
  font-size: 0.8vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .list-box .list .content {
    font-size: 3.6vw;
    margin-left: 3vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .shop {
  display: flex;
  flex-direction: column;
  padding-top: 1vw;
  padding-bottom: 1.5vw;
  border-bottom: 1px solid #b2b2b2;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .shop {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .shop .title {
  color: #aa7744;
  margin-bottom: 1vw;
  font-size: 1.05vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: "Noto Serif TC";
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .shop .title {
    font-size: 4.2vw;
    margin-bottom: 4.5vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .shop .content {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .shop .content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .shop .content a {
  margin-bottom: 0.7vw;
}
.product-content-body .product-content-container .page-container .product-box .product-content .shop .content a img {
  width: 8vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .product-box .product-content .shop .content a img {
    margin-bottom: 0vw;
    width: 40vw;
  }
}
.product-content-body .product-content-container .page-container .product-box .product-content .shop .content a:last-child {
  margin-bottom: 0vw;
}
.product-content-body .product-content-container .page-container .main-content {
  display: flex;
  flex-direction: column;
  margin-top: 3vw;
  padding-left: 3vw;
  color: #3b3b3b;
  line-height: 2;
  font-size: 0.95vw;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-family: "Noto Serif TC";
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .main-content {
    padding-left: 0vw;
    margin-top: 1vw;
    font-size: 3.75vw;
  }
}
.product-content-body .product-content-container .page-container .main-content h1 {
  color: #aa7744;
  font-size: 1.05vw;
  font-family: "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .main-content h1 {
    font-size: 4.2vw;
    margin-bottom: 3vw;
    margin-top: 4vw;
  }
}
.product-content-body .product-content-container .page-container .main-content img {
  margin-top: 2vw;
  margin-bottom: 3.5vw;
  border-radius: 4%;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .page-container .main-content img {
    margin-bottom: 0vw;
    margin-top: 8vw;
  }
}
.product-content-body .product-content-container .top-btn {
  position: absolute;
  bottom: 4vw;
  right: 7vw;
  width: 3vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.product-content-body .product-content-container .top-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .top-btn:hover {
    transform: inherit;
  }
}
.product-content-body .product-content-container .top-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .product-content-body .product-content-container .top-btn {
    width: 17vw;
    margin-top: 4vw;
    position: initial;
    bottom: initial;
    right: initial;
    margin-bottom: 9vw;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}
.product-content-body .product-content-container .back-btn {
  position: absolute;
  bottom: 4vw;
  right: 45vw;
  width: 3vw;
  cursor: pointer;
}

.projects-video-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.projects-video-body .top-banner-box {
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 29.7vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box {
    overflow: hidden;
    height: 56.5vw;
  }
}
@media all and (max-width: 500px) {
  .projects-video-body .top-banner-box {
    height: 67vw;
    padding-top: 11vw;
  }
}
.projects-video-body .top-banner-box .top-banner {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .top-banner {
    margin-top: -10vw;
  }
}
@media all and (max-width: 500px) {
  .projects-video-body .top-banner-box .top-banner {
    margin-top: -7vw;
  }
}
.projects-video-body .top-banner-box .item1 {
  position: absolute;
  left: 30vw;
  bottom: 0vw;
  width: 38vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .item1 {
    left: -10vw;
    bottom: -3.5vw;
    width: 89vw;
  }
}
.projects-video-body .top-banner-box .item2 {
  position: absolute;
  right: 19vw;
  top: 9vw;
  width: 5vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .item2 {
    right: 16vw;
    top: 23vw;
    width: 11vw;
  }
}
.projects-video-body .top-banner-box .frame {
  width: 32vw;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .frame {
    width: 80vw;
    top: 58%;
  }
}
@media all and (max-width: 500px) {
  .projects-video-body .top-banner-box .frame {
    top: 61%;
  }
}
.projects-video-body .top-banner-box .main-title-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .main-title-box {
    top: 55%;
  }
}
@media all and (max-width: 500px) {
  .projects-video-body .top-banner-box .main-title-box {
    top: 58%;
  }
}
.projects-video-body .top-banner-box .main-title-box .main-title-zh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC";
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
  position: relative;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .main-title-box .main-title-zh {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .main-title-box .main-title-zh {
    margin-left: -3vw;
    margin-top: 4vw;
  }
}
.projects-video-body .top-banner-box .main-title-box .main-title-zh::after {
  position: absolute;
  content: "+";
  top: 0vw;
  height: 1px;
  right: -1.8vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .main-title-box .main-title-zh::after {
    right: -5vw;
  }
}
.projects-video-body .top-banner-box .main-title-box .main-title-en {
  position: relative;
  font-family: "Jost";
  font-size: 0.85vw;
  color: #f9c88f;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .main-title-box .main-title-en {
    font-size: 3vw;
  }
}
.projects-video-body .top-banner-box .main-title-box .main-title-en::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  left: -2.5vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .main-title-box .main-title-en::before {
    width: 22%;
    top: 2vw;
    left: -5vw;
  }
}
.projects-video-body .top-banner-box .main-title-box .main-title-en::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  right: -2.5vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .top-banner-box .main-title-box .main-title-en::after {
    width: 22%;
    top: 2vw;
    right: -4.8vw;
  }
}
.projects-video-body .page-container {
  display: flex;
  position: relative;
  padding-top: 5vw;
  width: 100%;
  justify-content: center;
  padding-bottom: 8vw;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container {
    flex-direction: column;
  }
}
.projects-video-body .page-container .left-nav-box {
  position: absolute;
  left: 7vw;
  top: 6vw;
  font-family: "Noto Serif TC";
  letter-spacing: 0.25em;
  font-size: 0.95vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .left-nav-box {
    position: relative;
    top: initial;
    left: initial;
    font-size: 4.3vw;
    flex-direction: row;
    margin-top: 6vw;
    margin-bottom: 10vw;
    align-self: center;
  }
}
.projects-video-body .page-container .left-nav-box:first-child {
  border-top: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .left-nav-box:first-child {
    border-top: none;
    border-left: 1px solid #bcbcbc;
  }
}
.projects-video-body .page-container .left-nav-box .nav {
  padding: 0.8vw 0.5vw;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .left-nav-box .nav {
    border-bottom: none;
    padding: 1.5vw 5vw;
    border-right: 1px solid #bcbcbc;
  }
}
.projects-video-body .page-container .left-nav-box a {
  color: #ad8e5c;
}
.projects-video-body .page-container .left-nav-box .nav-active {
  background-color: #ad8e5c;
  color: #fff !important;
}
.projects-video-body .page-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .pagination {
    margin-top: 0vw;
  }
}
.projects-video-body .page-container .pagination button {
  padding: 0.3vw 0.6vw;
  border: none;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 0.95vw;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .pagination button {
    font-size: 4.3vw;
    padding: inherit;
    width: 7vw;
    height: 7vw;
    font-weight: 400;
  }
}
.projects-video-body .page-container .pagination #page-numbers button:hover {
  background-color: rgba(255, 200, 0, 0.4784313725);
  color: #3b3b3b;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .pagination #page-numbers button:hover {
    background-color: inherit;
    color: #3b3b3b;
  }
}
.projects-video-body .page-container .pagination .active {
  background-color: rgba(255, 200, 0, 0.4784313725);
  color: #3b3b3b;
}
.projects-video-body .page-container .content-box {
  display: flex;
  flex-direction: column;
  margin-left: 7vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box {
    margin-left: 0vw;
  }
}
.projects-video-body .page-container .content-box .video-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 5vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item {
    margin-bottom: 9vw;
  }
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item .video-box {
    display: flex;
    justify-content: center;
  }
}
.projects-video-body .page-container .content-box .video-item .video-box iframe {
  width: 40vw;
  height: 22vw;
  border-radius: 1vw;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item .video-box iframe {
    width: 88vw;
    height: 49vw;
    border-radius: 3vw;
  }
}
.projects-video-body .page-container .content-box .video-item .video-title {
  display: flex;
  margin-top: 2vw;
  margin-bottom: 2vw;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item .video-title {
    margin-top: 5vw;
    margin-bottom: 4vw;
  }
}
.projects-video-body .page-container .content-box .video-item .video-title .order {
  color: #ddb57c;
  font-family: "Jost";
  font-weight: 500;
  font-size: 0.85vw;
  align-self: center;
  margin-right: 0.3vw;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item .video-title .order {
    font-size: 3.5vw;
    margin-top: 0.5vw;
  }
}
.projects-video-body .page-container .content-box .video-item .video-title .title {
  color: #aa7744;
  font-family: "Noto Serif TC";
  font-weight: 600;
  font-size: 1.2vw;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item .video-title .title {
    font-size: 4.3vw;
  }
}
.projects-video-body .page-container .content-box .video-item .content {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item .content {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item .content {
    display: none;
  }
}
.projects-video-body .page-container .content-box .video-item .content-mobile {
  display: none;
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item .content-mobile {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .content-box .video-item .content-mobile {
    display: flex;
  }
}
.projects-video-body .page-container .top-btn {
  position: absolute;
  bottom: 4vw;
  right: 7vw;
  width: 3vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.projects-video-body .page-container .top-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .top-btn:hover {
    transform: inherit;
  }
}
.projects-video-body .page-container .top-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .projects-video-body .page-container .top-btn {
    width: 17vw;
    margin-top: 6vw;
    position: initial;
    bottom: initial;
    right: initial;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.projects-teaching-culture-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.projects-teaching-culture-body .top-banner-box {
  padding-top: 4vw;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 3vw;
  overflow: hidden;
  height: 29.7vw;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box {
    overflow: hidden;
    height: 56.5vw;
  }
}
@media all and (max-width: 500px) {
  .projects-teaching-culture-body .top-banner-box {
    height: 67vw;
    padding-top: 11vw;
  }
}
.projects-teaching-culture-body .top-banner-box .top-banner {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .top-banner {
    margin-top: -10vw;
  }
}
@media all and (max-width: 500px) {
  .projects-teaching-culture-body .top-banner-box .top-banner {
    margin-top: -7vw;
  }
}
.projects-teaching-culture-body .top-banner-box .item1 {
  position: absolute;
  left: 30vw;
  bottom: 0vw;
  width: 38vw;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .item1 {
    left: -10vw;
    bottom: -3.5vw;
    width: 89vw;
  }
}
.projects-teaching-culture-body .top-banner-box .item2 {
  position: absolute;
  right: 19vw;
  top: 9vw;
  width: 5vw;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .item2 {
    right: 16vw;
    top: 23vw;
    width: 11vw;
  }
}
.projects-teaching-culture-body .top-banner-box .frame {
  width: 32vw;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .frame {
    width: 80vw;
    top: 58%;
  }
}
@media all and (max-width: 500px) {
  .projects-teaching-culture-body .top-banner-box .frame {
    top: 61%;
  }
}
.projects-teaching-culture-body .top-banner-box .main-title-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .main-title-box {
    top: 55%;
  }
}
@media all and (max-width: 500px) {
  .projects-teaching-culture-body .top-banner-box .main-title-box {
    top: 58%;
  }
}
.projects-teaching-culture-body .top-banner-box .main-title-box .main-title-zh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC";
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
  position: relative;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .main-title-box .main-title-zh {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .main-title-box .main-title-zh {
    margin-left: -3vw;
    margin-top: 4vw;
  }
}
.projects-teaching-culture-body .top-banner-box .main-title-box .main-title-zh::after {
  position: absolute;
  content: "+";
  top: 0vw;
  height: 1px;
  right: -1.8vw;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .main-title-box .main-title-zh::after {
    right: -5vw;
  }
}
.projects-teaching-culture-body .top-banner-box .main-title-box .main-title-en {
  position: relative;
  font-family: "Jost";
  font-size: 0.85vw;
  color: #f9c88f;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .main-title-box .main-title-en {
    font-size: 3vw;
  }
}
.projects-teaching-culture-body .top-banner-box .main-title-box .main-title-en::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  left: -2.5vw;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .main-title-box .main-title-en::before {
    width: 22%;
    top: 2vw;
    left: -5vw;
  }
}
.projects-teaching-culture-body .top-banner-box .main-title-box .main-title-en::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  right: -2.5vw;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .top-banner-box .main-title-box .main-title-en::after {
    width: 22%;
    top: 2vw;
    right: -4.8vw;
  }
}
.projects-teaching-culture-body .page-container {
  display: flex;
  position: relative;
  padding-top: 5vw;
  width: 100%;
  justify-content: center;
  padding-bottom: 11vw;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container {
    flex-direction: column;
  }
}
.projects-teaching-culture-body .page-container .left-nav-box {
  position: absolute;
  left: 7vw;
  top: 6vw;
  font-family: "Noto Serif TC";
  letter-spacing: 0.25em;
  font-size: 0.95vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .left-nav-box {
    position: relative;
    top: initial;
    left: initial;
    font-size: 4.3vw;
    flex-direction: row;
    margin-top: 6vw;
    margin-bottom: 10vw;
    align-self: center;
  }
}
.projects-teaching-culture-body .page-container .left-nav-box:first-child {
  border-top: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .left-nav-box:first-child {
    border-top: none;
    border-left: 1px solid #bcbcbc;
  }
}
.projects-teaching-culture-body .page-container .left-nav-box .nav {
  padding: 0.8vw 0.5vw;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .left-nav-box .nav {
    border-bottom: none;
    padding: 1.5vw 5vw;
    border-right: 1px solid #bcbcbc;
  }
}
.projects-teaching-culture-body .page-container .left-nav-box a {
  color: #ad8e5c;
}
.projects-teaching-culture-body .page-container .left-nav-box .nav-active {
  background-color: #ad8e5c;
  color: #fff !important;
}
.projects-teaching-culture-body .page-container .content-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.projects-teaching-culture-body .page-container .content-box .item-box {
  display: flex;
  width: 62%;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  align-self: center;
  border-bottom: 2px solid #ddb57c;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box {
    flex-direction: column-reverse;
    width: 88%;
    border-bottom: none;
    margin-bottom: 9vw;
  }
}
.projects-teaching-culture-body .page-container .content-box .item-box:nth-child(even) {
  flex-direction: row-reverse;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.projects-teaching-culture-body .page-container .content-box .item-box:hover .right-box img {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box:hover .right-box img {
    transform: inherit;
  }
}
.projects-teaching-culture-body .page-container .content-box .item-box .left-box {
  display: flex;
  width: 43%;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box .left-box {
    width: 100%;
  }
}
.projects-teaching-culture-body .page-container .content-box .item-box .left-box .date {
  color: #b2b2b2;
  font-family: "Jost";
  font-size: 0.85vw;
  letter-spacing: 0.25em;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box .left-box .date {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}
.projects-teaching-culture-body .page-container .content-box .item-box .left-box .title {
  color: #aa7744;
  font-family: "Noto Serif TC";
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 2vw;
  letter-spacing: 0.15em;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box .left-box .title {
    font-size: 4.3vw;
  }
}
.projects-teaching-culture-body .page-container .content-box .item-box .left-box .content {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 500;
  font-size: 0.95vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2.3;
  text-align: justify;
  width: 87%;
  max-width: 87%;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box .left-box .content {
    font-size: 3.75vw;
    width: 88%;
    line-height: 2.15;
    align-self: center;
    text-align: justify;
  }
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box .left-box .content {
    width: 100%;
    max-width: 100%;
  }
}
.projects-teaching-culture-body .page-container .content-box .item-box .right-box {
  display: flex;
  width: 50%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.3vw;
  position: relative;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box .right-box {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.projects-teaching-culture-body .page-container .content-box .item-box .right-box img {
  width: 100%;
  transition: 0.8s ease-in-out;
}
.projects-teaching-culture-body .page-container .content-box .item-box .right-box .arrow {
  width: 2vw;
  position: absolute;
  right: 1vw;
  bottom: 1vw;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .content-box .item-box .right-box .arrow {
    width: 8vw;
    right: 3vw;
    bottom: 3vw;
  }
}
@media all and (max-width: 500px) {
  .projects-teaching-culture-body .page-container .content-box .item-box .right-box .arrow {
    right: 4vw;
    bottom: 4.5vw;
  }
}
.projects-teaching-culture-body .page-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0vw;
  display: none;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .pagination {
    display: flex;
  }
}
.projects-teaching-culture-body .page-container .pagination button {
  padding: 0.3vw 0.6vw;
  border: none;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 0.95vw;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .pagination button {
    font-size: 4.3vw;
    padding: inherit;
    width: 7vw;
    height: 7vw;
    font-weight: 400;
  }
}
.projects-teaching-culture-body .page-container .pagination #page-numbers button:hover {
  background-color: rgba(255, 200, 0, 0.4784313725);
  color: #3b3b3b;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .pagination #page-numbers button:hover {
    background-color: inherit;
    color: inherit;
  }
}
.projects-teaching-culture-body .page-container .pagination .active {
  background-color: rgba(255, 200, 0, 0.4784313725);
  color: #3b3b3b;
}
.projects-teaching-culture-body .page-container .top-btn {
  position: absolute;
  bottom: 4vw;
  right: 7vw;
  width: 3vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.projects-teaching-culture-body .page-container .top-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .top-btn:hover {
    transform: inherit;
  }
}
.projects-teaching-culture-body .page-container .top-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .projects-teaching-culture-body .page-container .top-btn {
    width: 17vw;
    margin-top: 12vw;
    position: initial;
    bottom: initial;
    right: initial;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.projects-content-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.projects-content-body .projects-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.projects-content-body .projects-container .page-container {
  display: flex;
  width: 55%;
  flex-direction: column;
  padding-top: 8vw;
  position: relative;
  padding-bottom: 5vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container {
    padding-top: 19vw;
    width: 88%;
  }
}
.projects-content-body .projects-container .page-container .sort-box {
  display: flex;
  margin-bottom: 1vw;
}
.projects-content-body .projects-container .page-container .sort-box .sort {
  background-color: #d1a371;
  font-family: "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 0.85vw;
  color: white;
  border-radius: 0.25vw;
  padding: 0.3vw;
  padding-left: 0.6vw;
  padding-bottom: 0.35vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .sort-box .sort {
    font-size: 3.5vw;
    padding: 1.8vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 2.9vw;
    border-radius: 1.2vw;
    margin-bottom: 3vw;
  }
}
.projects-content-body .projects-container .page-container .title {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 1.4vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .title {
    font-size: 4.25vw;
    letter-spacing: 0.25em;
    margin-bottom: 6vw;
    line-height: 1.7;
  }
}
.projects-content-body .projects-container .page-container .main-img-box {
  display: flex;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .main-img-box {
    overflow: hidden;
  }
}
.projects-content-body .projects-container .page-container .main-img-box img {
  width: 50vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .main-img-box img {
    width: 88vw;
  }
}
.projects-content-body .projects-container .page-container .content-box {
  display: flex;
  width: 100%;
  margin-top: 3vw;
  padding-bottom: 10vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box {
    flex-direction: column;
    padding-bottom: 20vw;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box {
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .left-box {
    width: 100%;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box .date-box {
  display: flex;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .left-box .date-box {
    padding-bottom: 3vw;
    border-bottom: 1px solid #b2b2b2;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box .date-box .date-title {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  letter-spacing: 0.15em;
  font-size: 0.65vw;
  font-weight: 500;
  align-self: center;
  margin-right: 0.7vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .left-box .date-box .date-title {
    font-size: 3.75vw;
    margin-right: 3vw;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box .date-box .date {
  font-family: "Jost";
  font-size: 0.85vw;
  color: #b2b2b2;
  align-self: center;
  letter-spacing: 0.15em;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .left-box .date-box .date {
    font-size: 4.1vw;
    margin-bottom: -0.5vw;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box .link-box {
  display: flex;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .left-box .link-box {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid #b2b2b2;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box .link-box .link-icon {
  margin-right: 0.5vw;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .left-box .link-box .link-icon {
    margin-right: 3vw;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box .link-box .link-icon img {
  width: 1vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .left-box .link-box .link-icon img {
    width: 5.5vw;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box .link-box .link {
  color: #ad8e5c;
  letter-spacing: 0.15em;
  font-family: "Jost", "Noto Serif TC"; /* 預設為中文字體 */
  font-size: 0.85vw;
  padding-bottom: 0.2vw;
  font-weight: 500;
  display: flex;
  align-self: center;
  position: relative;
  word-break: break-all;
  flex-wrap: wrap;
  transition: 0.2s ease-in-out;
  display: flex;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .left-box .link-box .link {
    font-size: 3.8vw;
    width: 100%;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box .link-box .link::after {
  position: absolute;
  content: "";
  background-color: #ad8e5c;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .left-box .link-box .link::after {
    display: none;
  }
}
.projects-content-body .projects-container .page-container .content-box .left-box .link-box .link:hover {
  color: #3b3b3b;
}
.projects-content-body .projects-container .page-container .content-box .left-box .link-box .link:hover::after {
  background-color: #3b3b3b;
}
.projects-content-body .projects-container .page-container .content-box .right-box {
  width: 70%;
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 600;
  font-size: 0.95vw;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-left: 2vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .content-box .right-box {
    margin-left: 0vw;
    padding-top: 5vw;
    width: 100%;
    font-size: 3.75vw;
  }
}
.projects-content-body .projects-container .page-container .about-article-box {
  display: flex;
  flex-direction: column;
}
.projects-content-body .projects-container .page-container .about-article-box .about-title {
  color: #3b3b3b;
  font-size: 1.4vw;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-family: "Noto Serif TC";
  padding-bottom: 1vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid #b2b2b2;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .about-article-box .about-title {
    font-size: 5vw;
    padding-bottom: 3vw;
    margin-bottom: 7vw;
  }
}
.projects-content-body .projects-container .page-container .about-article-box .article-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .about-article-box .article-box {
    flex-direction: column;
  }
}
.projects-content-body .projects-container .page-container .about-article-box .article-box .item {
  display: flex;
  flex-direction: column;
  width: 17.5vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .about-article-box .article-box .item {
    flex-direction: row;
    margin-bottom: 5vw;
    justify-content: space-between;
    width: 100%;
  }
}
.projects-content-body .projects-container .page-container .about-article-box .article-box .item .img-box {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  overflow: hidden;
  border-radius: 1.3vw;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .about-article-box .article-box .item .img-box {
    width: 47%;
  }
}
.projects-content-body .projects-container .page-container .about-article-box .article-box .item .img-box img {
  width: 100%;
  transition: 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .about-article-box .article-box .item .bottom-content {
    display: flex;
    width: 52%;
    padding-left: 3vw;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.projects-content-body .projects-container .page-container .about-article-box .article-box .item .bottom-content .title {
  font-size: 1.05vw;
  text-align: justify;
  margin-top: 1vw;
  line-height: 2;
  margin-bottom: 1vw;
  transition: 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .about-article-box .article-box .item .bottom-content .title {
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
.projects-content-body .projects-container .page-container .about-article-box .article-box .item .bottom-content .date {
  color: #b2b2b2;
  font-size: 0.85vw;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .about-article-box .article-box .item .bottom-content .date {
    font-size: 4.1vw;
  }
}
.projects-content-body .projects-container .page-container .about-article-box .article-box .item:hover .title {
  color: #93725c;
}
.projects-content-body .projects-container .page-container .about-article-box .article-box .item:hover .img-box img {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .about-article-box .article-box .item:hover .img-box img {
    transform: scale(1);
  }
}
.projects-content-body .projects-container .page-container .back-btn {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 3vw;
  margin-top: 5vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.projects-content-body .projects-container .page-container .back-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .back-btn:hover {
    transform: inherit;
  }
}
.projects-content-body .projects-container .page-container .back-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .projects-content-body .projects-container .page-container .back-btn {
    width: 17vw;
    margin-top: 15vw;
    position: initial;
    bottom: initial;
    right: initial;
    margin-bottom: 9vw;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.contact-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.contact-body .top-banner-box {
  padding-top: 4vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media all and (max-width: 500px) {
  .contact-body .top-banner-box {
    padding-top: 14vw;
  }
}
.contact-body .top-banner-box .top-banner {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .top-banner {
    margin-top: -10vw;
  }
}
.contact-body .top-banner-box .item1 {
  position: absolute;
  width: 25vw;
  left: 0vw;
  bottom: 0.2vw;
  z-index: 10;
}
@media all and (max-width: 1920px) {
  .contact-body .top-banner-box .item1 {
    bottom: 0.25vw;
  }
}
@media all and (max-width: 1440px) {
  .contact-body .top-banner-box .item1 {
    bottom: 0.35vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .item1 {
    display: none;
  }
}
.contact-body .top-banner-box .item2 {
  position: absolute;
  width: 31vw;
  right: 0vw;
  top: 4vw;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .item2 {
    display: none;
  }
}
.contact-body .top-banner-box .frame {
  width: 32vw;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .frame {
    width: 80vw;
    top: 59.5%;
  }
}
.contact-body .top-banner-box .main-title-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .main-title-box {
    top: 55%;
  }
}
.contact-body .top-banner-box .main-title-box .main-title-zh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC";
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .main-title-box .main-title-zh {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .main-title-box .main-title-zh {
    margin-top: 5.5vw;
  }
}
.contact-body .top-banner-box .main-title-box .main-title-en {
  position: relative;
  font-family: "Jost";
  font-size: 0.85vw;
  color: #f9c88f;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .main-title-box .main-title-en {
    font-size: 3vw;
  }
}
.contact-body .top-banner-box .main-title-box .main-title-en::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  left: -2vw;
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .main-title-box .main-title-en::before {
    width: 16%;
    top: 2vw;
    left: -2vw;
  }
}
.contact-body .top-banner-box .main-title-box .main-title-en::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  right: -2vw;
}
@media all and (max-width: 1024px) {
  .contact-body .top-banner-box .main-title-box .main-title-en::after {
    width: 16%;
    top: 2vw;
    right: -1.5vw;
  }
}
.contact-body .page-container {
  position: relative;
  padding-top: 6vw;
  display: flex;
  flex-direction: column;
  padding-bottom: 8vw;
}
.contact-body .page-container .top-box {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box {
    flex-direction: column-reverse;
  }
}
.contact-body .page-container .top-box .left-box {
  display: flex;
  flex-direction: column;
  margin-top: 2vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box {
    width: 88%;
    margin: 0 auto;
  }
}
.contact-body .page-container .top-box .left-box .title-img {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .title-img {
    align-self: center;
    margin-bottom: 3.5vw;
  }
}
.contact-body .page-container .top-box .left-box .title-img img {
  width: 8vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .title-img img {
    width: 30vw;
  }
}
.contact-body .page-container .top-box .left-box .title-box {
  display: flex;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .title-box {
    flex-direction: column;
    padding-bottom: 3vw;
    margin-bottom: 6vw;
  }
}
.contact-body .page-container .top-box .left-box .title-box .zh {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 0.95vw;
  letter-spacing: 0.15em;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .title-box .zh {
    font-size: 5.2vw;
    align-self: center;
    margin-bottom: 1vw;
  }
}
.contact-body .page-container .top-box .left-box .title-box .en {
  font-family: "Jost";
  font-size: 0.85vw;
  margin-left: 0.8vw;
  color: #ddb57c;
  letter-spacing: 0.08em;
  align-self: flex-end;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .title-box .en {
    font-size: 3.7vw;
    align-self: center;
    margin-left: 0vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .title-box2 {
    margin-top: 10vw;
  }
}
.contact-body .page-container .top-box .left-box .img-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .img-box {
    align-self: center;
  }
}
.contact-body .page-container .top-box .left-box .img-box .icon {
  display: flex;
  flex-direction: column;
  margin-right: 1vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .img-box .icon {
    margin-right: 0vw;
  }
}
.contact-body .page-container .top-box .left-box .img-box .icon img {
  width: 10vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .img-box .icon img {
    width: 35vw;
  }
}
.contact-body .page-container .top-box .left-box .img-box .icon-2 {
  margin-right: 0vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .left-box .img-box .icon-2 {
    margin-left: 3vw;
  }
}
.contact-body .page-container .top-box .right-box {
  display: flex;
  flex-direction: column;
  margin-left: 7vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box {
    margin-left: 0vw;
    width: 88%;
    margin: 0 auto;
  }
}
.contact-body .page-container .top-box .right-box .form-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 1vw;
  justify-content: space-between;
}
.contact-body .page-container .top-box .right-box .form-box form .input-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box form .input-box {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    border-bottom: 1px solid #b2b2b2;
  }
}
.contact-body .page-container .top-box .right-box .form-box form .input-box .title {
  color: #3b3b3b;
  font-size: 0.95vw;
  font-family: "noto Serif TC";
  text-align: justify;
  letter-spacing: 0.3em;
  font-weight: 500;
  width: 30%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box form .input-box .title {
    font-size: 4.3vw;
  }
}
.contact-body .page-container .top-box .right-box .form-box form .input-box .title::after {
  position: absolute;
  content: "";
  background-color: #e2e2e2;
  height: 80%;
  width: 1px;
  right: 0px;
  top: 0.2vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box form .input-box .title::after {
    background-color: #b2b2b2;
    top: 0.8vw;
  }
}
.contact-body .page-container .top-box .right-box .form-box form .input-box .name-title {
  letter-spacing: 0.31em;
}
.contact-body .page-container .top-box .right-box .form-box form .input-box .company-title {
  letter-spacing: 0.35em;
}
.contact-body .page-container .top-box .right-box .form-box form .input-box .phone-title {
  letter-spacing: 0.35em;
}
.contact-body .page-container .top-box .right-box .form-box form .input-box .email-title {
  letter-spacing: 0.35em;
}
.contact-body .page-container .top-box .right-box .form-box form .input-box .textarea-title::after {
  height: 18%;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box form .input-box .textarea-title::after {
    height: 80%;
  }
}
.contact-body .page-container .top-box .right-box .form-box form .input-box input {
  color: #534741;
  font-size: 0.95vw;
  font-family: "noto Serif TC";
  letter-spacing: 0.15em;
  font-weight: 500;
  width: 78%;
  border: none;
  background: none;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box form .input-box input {
    font-size: 4.3vw;
    padding-left: 3vw;
  }
}
.contact-body .page-container .top-box .right-box .form-box form .input-box textarea {
  width: 78%;
  background: none;
  resize: none;
  border: none;
  color: #534741;
  font-size: 0.85vw;
  font-family: "noto Serif TC";
  letter-spacing: 0.15em;
  font-weight: 500;
  outline: none;
  height: 6vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box form .input-box textarea {
    height: 27vw;
    font-size: 4.3vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box form .textarea-box .title {
    width: 28%;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box form .textarea-box {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box form .textarea-box textarea {
    margin-top: 4vw;
    width: 100%;
  }
}
.contact-body .page-container .top-box .right-box .form-box .button-box {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box .button-box {
    margin-top: 10vw;
    margin-bottom: 17vw;
  }
}
.contact-body .page-container .top-box .right-box .form-box .button-box .button {
  background-color: #d1a371;
  padding-right: 0.5vw;
  padding-left: 0.8vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  border-radius: 0.4vw;
  align-self: center;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.contact-body .page-container .top-box .right-box .form-box .button-box .button:hover {
  background-color: #93725c;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box .button-box .button {
    padding-left: 4vw;
    padding-right: 3vw;
    padding-top: 2.5vw;
    padding-bottom: 2.7vw;
    border-radius: 1.2vw;
  }
}
.contact-body .page-container .top-box .right-box .form-box .button-box .button .tick {
  width: 0.9vw;
  margin-right: 0.6vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box .button-box .button .tick {
    width: 4.5vw;
    margin-right: 2vw;
    margin-top: 0.5vw;
  }
}
.contact-body .page-container .top-box .right-box .form-box .button-box .button button {
  background: none;
  color: #fff;
  border: none;
  font-family: "Noto Serif TC";
  letter-spacing: 0.3em;
  font-size: 0.85vw;
  font-weight: bold;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box .button-box .button button {
    font-size: 4.3vw;
    font-weight: 500;
  }
}
.contact-body .page-container .top-box .right-box .form-box .button-box .button:hover .button {
  background-color: #93725c;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .top-box .right-box .form-box .button-box .button:hover .button {
    background-color: inherit;
  }
}
.contact-body .page-container .bottom-box {
  display: flex;
  width: 48%;
  margin: 0 auto;
  margin-top: 2.5vw;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .bottom-box {
    margin-top: 10vw;
    margin-bottom: 10vw;
    width: 88%;
  }
}
.contact-body .page-container .bottom-box iframe {
  width: 100%;
  height: 15vw;
  filter: grayscale(1);
  border-radius: 1vw;
}
@media all and (max-width: 1024px) {
  .contact-body .page-container .bottom-box iframe {
    height: 69vw;
    width: 100%;
    border-radius: 4vw;
  }
}

.news-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.news-body .top-banner-box {
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 30vw;
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box {
    height: initial;
  }
}
@media all and (max-width: 500px) {
  .news-body .top-banner-box {
    padding-top: 7vw;
  }
}
.news-body .top-banner-box .top-banner {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box .top-banner {
    margin-top: -10vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .top-banner-box .top-banner {
    margin-top: -2vw;
  }
}
.news-body .top-banner-box .item1 {
  position: absolute;
  width: 36vw;
  right: 0vw;
  top: 4vw;
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box .item1 {
    width: 70vw;
    right: -20vw;
    top: 12vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .top-banner-box .item1 {
    top: 20vw;
  }
}
.news-body .top-banner-box .item2 {
  position: absolute;
  width: 4vw;
  left: 7vw;
  top: 15vw;
}
.news-body .top-banner-box .frame {
  width: 32vw;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box .frame {
    width: 80vw;
    top: 58%;
    transform: translate(-50%, -50%) scaleX(1);
  }
}
@media all and (max-width: 500px) {
  .news-body .top-banner-box .frame {
    top: 59.5%;
  }
}
.news-body .top-banner-box .main-title-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box .main-title-box {
    top: 55%;
  }
}
@media all and (max-width: 500px) {
  .news-body .top-banner-box .main-title-box {
    top: 56%;
  }
}
.news-body .top-banner-box .main-title-box .main-title-zh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC";
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box .main-title-box .main-title-zh {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box .main-title-box .main-title-zh {
    margin-top: 4vw;
  }
}
.news-body .top-banner-box .main-title-box .main-title-en {
  position: relative;
  font-family: "Jost";
  font-size: 0.85vw;
  color: #f9c88f;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box .main-title-box .main-title-en {
    font-size: 3vw;
  }
}
.news-body .top-banner-box .main-title-box .main-title-en::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  left: -1.5vw;
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box .main-title-box .main-title-en::before {
    width: 23%;
    top: 2vw;
    left: -1.5vw;
  }
}
.news-body .top-banner-box .main-title-box .main-title-en::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  right: -1.5vw;
}
@media all and (max-width: 1024px) {
  .news-body .top-banner-box .main-title-box .main-title-en::after {
    width: 23%;
    top: 2vw;
    right: -1.5vw;
  }
}
.news-body .page-container {
  position: relative;
  padding-top: 6vw;
  display: flex;
  padding-bottom: 7vw;
  flex-direction: column;
  min-height: 35vw;
}
@media all and (max-width: 1024px) {
  .news-body .page-container {
    padding-top: 5vw;
  }
}
.news-body .page-container .left-nav-box {
  position: absolute;
  left: 8vw;
  top: 7vw;
  font-family: "Noto Serif TC";
  letter-spacing: 0.25em;
  font-size: 0.95vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  z-index: 30;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .left-nav-box {
    position: relative;
    top: initial;
    left: initial;
    font-size: 4.3vw;
    flex-direction: row;
    margin-top: 6vw;
    margin-bottom: 10vw;
    align-self: center;
  }
}
.news-body .page-container .left-nav-box .nav {
  padding: 0.8vw 0.5vw;
  border-bottom: 1px solid #e2e2e2;
}
.news-body .page-container .left-nav-box .nav:first-child {
  border-top: 1px solid #e2e2e2;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .left-nav-box .nav:first-child {
    border-top: none;
    border-left: 1px solid #bcbcbc;
  }
}
@media all and (max-width: 1024px) {
  .news-body .page-container .left-nav-box .nav {
    border-bottom: none;
    padding: 1.5vw 3vw;
    border-right: 1px solid #bcbcbc;
  }
}
.news-body .page-container .left-nav-box a {
  color: #ad8e5c;
}
.news-body .page-container .left-nav-box .nav-active {
  background-color: #ad8e5c;
  color: #fff !important;
}
.news-body .page-container .content-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
.news-body .page-container .content-box h2 {
  font-family: "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 0.2em;
}
.news-body .page-container .content-box .item-box {
  display: flex;
  width: 55%;
  justify-content: space-between;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box {
    flex-direction: column;
    border-bottom: none;
    width: 88%;
    margin-bottom: 10vw;
  }
}
.news-body .page-container .content-box .item-box:hover .left-box .title {
  color: #d1a371;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box:hover .left-box .title {
    color: #3b3b3b;
  }
}
.news-body .page-container .content-box .item-box:hover .right-box img {
  transform: scale(1.2);
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box:hover .right-box img {
    transform: scale(1);
  }
}
.news-body .page-container .content-box .item-box:first-child {
  border-top: 1px solid #b2b2b2;
  padding-top: 1vw;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box:first-child {
    border-top: none;
  }
}
.news-body .page-container .content-box .item-box .left-box {
  display: flex;
  flex-direction: column;
}
.news-body .page-container .content-box .item-box .left-box .sort-date-box {
  display: flex;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box .left-box .sort-date-box {
    flex-direction: column;
    margin-bottom: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box .left-box .sort-date-box .sort-box {
    display: flex;
  }
}
.news-body .page-container .content-box .item-box .left-box .sort-date-box .sort-box .sort {
  background-color: #d1a371;
  font-family: "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 0.85vw;
  color: white;
  border-radius: 0.35vw;
  padding: 0.3vw;
  padding-left: 0.7vw;
  padding-bottom: 0.35vw;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box .left-box .sort-date-box .sort-box .sort {
    font-size: 3.4vw;
    padding: 1.8vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 2.9vw;
    margin-bottom: 3vw;
    border-radius: 1.2vw;
  }
}
.news-body .page-container .content-box .item-box .left-box .sort-date-box .date {
  color: #b2b2b2;
  font-family: "Jost";
  align-self: center;
  letter-spacing: 0.15em;
  font-size: 0.85vw;
  margin-left: 1vw;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box .left-box .sort-date-box .date {
    font-size: 3.8vw;
    align-self: self-start;
  }
}
.news-body .page-container .content-box .item-box .left-box .title {
  color: #3b3b3b;
  font-family: "Noto Serif TC";
  font-size: 1.05vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 1vw;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box .left-box .title {
    font-size: 4.25vw;
    letter-spacing: 0.25em;
    margin-bottom: 4vw;
    line-height: 2;
  }
}
.news-body .page-container .content-box .item-box .right-box {
  display: flex;
  flex-direction: column;
  width: 12vw;
  overflow: hidden;
  border-radius: 1.2vw;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .content-box .item-box .right-box {
    width: 88vw;
  }
}
.news-body .page-container .content-box .item-box .right-box img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .news-body .page-container .content-box .item-box .right-box img {
    border-radius: 5vw;
  }
}
.news-body .page-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4vw;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .pagination {
    margin-top: 0vw;
  }
}
.news-body .page-container .pagination button {
  padding: 0.3vw 0.6vw;
  border: none;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 0.95vw;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .pagination button {
    font-size: 4.3vw;
    padding: inherit;
    width: 7vw;
    height: 7vw;
    font-weight: 400;
  }
}
.news-body .page-container .pagination #page-numbers button:hover {
  background-color: rgba(255, 200, 0, 0.4784313725);
  color: #3b3b3b;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .pagination #page-numbers button:hover {
    background-color: inherit;
    color: #3b3b3b;
  }
}
.news-body .page-container .pagination .active {
  background-color: rgba(255, 200, 0, 0.4784313725);
  color: #3b3b3b;
}
.news-body .page-container .top-btn {
  position: absolute;
  bottom: 4vw;
  right: 7vw;
  width: 3vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.news-body .page-container .top-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .news-body .page-container .top-btn:hover {
    transform: inherit;
  }
}
.news-body .page-container .top-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .news-body .page-container .top-btn {
    width: 17vw;
    margin-top: 15vw;
    position: initial;
    bottom: initial;
    right: initial;
    margin-bottom: 4vw;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.news-content-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  background-image: url(../images/bg.webp);
  background-size: contain;
}
.news-content-body .news-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.news-content-body .news-container .page-container {
  display: flex;
  width: 55%;
  flex-direction: column;
  padding-top: 8vw;
  position: relative;
  padding-bottom: 5vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container {
    padding-top: 17vw;
    width: 88%;
  }
}
.news-content-body .news-container .page-container .sort-box {
  display: flex;
  margin-bottom: 1vw;
}
.news-content-body .news-container .page-container .sort-box .sort {
  background-color: #d1a371;
  font-family: "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 0.85vw;
  color: white;
  border-radius: 0.25vw;
  padding: 0.3vw;
  padding-left: 0.6vw;
  padding-bottom: 0.35vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .sort-box .sort {
    font-size: 3.3vw;
    padding: 1.8vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 2.9vw;
    border-radius: 1.2vw;
    font-weight: initial;
    margin-bottom: 3vw;
  }
}
.news-content-body .news-container .page-container .title {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 1.4vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .title {
    font-size: 4.25vw;
    letter-spacing: 0.25em;
    margin-bottom: 6vw;
    line-height: 1.7;
  }
}
.news-content-body .news-container .page-container .main-img-box {
  display: flex;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .main-img-box {
    overflow: hidden;
  }
}
.news-content-body .news-container .page-container .main-img-box img {
  width: 105%;
  border-radius: 1.5vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .main-img-box img {
    width: 88vw;
  }
}
.news-content-body .news-container .page-container .content-box {
  display: flex;
  width: 100%;
  margin-top: 3vw;
  padding-bottom: 10vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box {
    flex-direction: column;
    padding-bottom: 20vw;
  }
}
.news-content-body .news-container .page-container .content-box .left-box {
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .left-box {
    width: 100%;
  }
}
.news-content-body .news-container .page-container .content-box .left-box .date-box {
  display: flex;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .left-box .date-box {
    padding-bottom: 3vw;
    border-bottom: 1px solid #b2b2b2;
  }
}
.news-content-body .news-container .page-container .content-box .left-box .date-box .date-title {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  letter-spacing: 0.15em;
  font-size: 0.65vw;
  font-weight: 500;
  align-self: center;
  margin-right: 0.7vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .left-box .date-box .date-title {
    font-size: 3.75vw;
    margin-right: 3vw;
  }
}
.news-content-body .news-container .page-container .content-box .left-box .date-box .date {
  font-family: "Jost";
  font-size: 0.85vw;
  color: #b2b2b2;
  align-self: center;
  letter-spacing: 0.15em;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .left-box .date-box .date {
    font-size: 4.1vw;
    margin-bottom: -0.5vw;
  }
}
.news-content-body .news-container .page-container .content-box .left-box .link-box {
  display: flex;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .left-box .link-box {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid #b2b2b2;
  }
}
.news-content-body .news-container .page-container .content-box .left-box .link-box .link-icon {
  margin-right: 0.5vw;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .left-box .link-box .link-icon {
    margin-right: 3vw;
  }
}
.news-content-body .news-container .page-container .content-box .left-box .link-box .link-icon img {
  width: 1vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .left-box .link-box .link-icon img {
    width: 5.5vw;
  }
}
.news-content-body .news-container .page-container .content-box .left-box .link-box .link {
  color: #ad8e5c;
  letter-spacing: 0.15em;
  font-family: "Jost", "Noto Serif TC"; /* 預設為中文字體 */
  font-size: 0.85vw;
  padding-bottom: 0.2vw;
  font-weight: 500;
  display: flex;
  align-self: center;
  position: relative;
  word-break: break-all;
  flex-wrap: wrap;
  transition: 0.2s ease-in-out;
  display: flex;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .left-box .link-box .link {
    font-size: 3.8vw;
    width: 100%;
  }
}
.news-content-body .news-container .page-container .content-box .left-box .link-box .link::after {
  position: absolute;
  content: "";
  background-color: #ad8e5c;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .left-box .link-box .link::after {
    display: none;
  }
}
.news-content-body .news-container .page-container .content-box .left-box .link-box .link:hover {
  color: #3b3b3b;
}
.news-content-body .news-container .page-container .content-box .left-box .link-box .link:hover::after {
  background-color: #3b3b3b;
}
.news-content-body .news-container .page-container .content-box .right-box {
  width: 70%;
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: 600;
  font-size: 0.95vw;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-left: 2vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .content-box .right-box {
    margin-left: 0vw;
    padding-top: 5vw;
    width: 100%;
    font-size: 3.75vw;
  }
}
.news-content-body .news-container .page-container .about-article-box {
  display: flex;
  flex-direction: column;
}
.news-content-body .news-container .page-container .about-article-box .about-title {
  color: #3b3b3b;
  font-size: 1.4vw;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-family: "Noto Serif TC";
  padding-bottom: 1vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid #b2b2b2;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .about-article-box .about-title {
    font-size: 5vw;
    padding-bottom: 3vw;
    margin-bottom: 7vw;
  }
}
.news-content-body .news-container .page-container .about-article-box .article-box {
  display: flex;
  width: 100%;
  gap: 2%;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .about-article-box .article-box {
    flex-direction: column;
  }
}
.news-content-body .news-container .page-container .about-article-box .article-box .item {
  display: flex;
  flex-direction: column;
  width: 17.5vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .about-article-box .article-box .item {
    flex-direction: row;
    margin-bottom: 5vw;
    justify-content: space-between;
    width: 100%;
  }
}
.news-content-body .news-container .page-container .about-article-box .article-box .item .img-box {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  overflow: hidden;
  border-radius: 1.3vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .about-article-box .article-box .item .img-box {
    width: 47%;
  }
}
.news-content-body .news-container .page-container .about-article-box .article-box .item .img-box img {
  width: 100%;
  transition: 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .about-article-box .article-box .item .bottom-content {
    display: flex;
    width: 52%;
    padding-left: 3vw;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.news-content-body .news-container .page-container .about-article-box .article-box .item .bottom-content .title {
  font-size: 1.05vw;
  text-align: justify;
  margin-top: 1vw;
  line-height: 2;
  margin-bottom: 1vw;
  transition: 0.8s ease-in-out;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .about-article-box .article-box .item .bottom-content .title {
    font-size: 3.75vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
.news-content-body .news-container .page-container .about-article-box .article-box .item .bottom-content .date {
  color: #b2b2b2;
  font-size: 0.85vw;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .about-article-box .article-box .item .bottom-content .date {
    font-size: 4.1vw;
  }
}
.news-content-body .news-container .page-container .about-article-box .article-box .item:hover .title {
  color: #93725c;
}
.news-content-body .news-container .page-container .about-article-box .article-box .item:hover .img-box img {
  transform: scale(1.1);
}
.news-content-body .news-container .page-container .back-btn {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 3vw;
  margin-top: 5vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.news-content-body .news-container .page-container .back-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .back-btn:hover {
    transform: inherit;
  }
}
.news-content-body .news-container .page-container .back-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-container .page-container .back-btn {
    width: 17vw;
    margin-top: 15vw;
    position: initial;
    bottom: initial;
    right: initial;
    margin-bottom: 9vw;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.qa-body {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
}
.qa-body .top-banner-box {
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 30vw;
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box {
    overflow: hidden;
    height: 56.5vw;
  }
}
@media all and (max-width: 500px) {
  .qa-body .top-banner-box {
    height: 67vw;
    padding-top: 11vw;
  }
}
.qa-body .top-banner-box .top-banner {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .top-banner {
    margin-top: -7vw;
  }
}
.qa-body .top-banner-box .item1 {
  position: absolute;
  width: 41vw;
  left: 0vw;
  top: 3.5vw;
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .item1 {
    width: 68vw;
    top: 8.5vw;
  }
}
.qa-body .top-banner-box .item2 {
  position: absolute;
  width: 26vw;
  right: 0vw;
  bottom: 0vw;
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .item2 {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .item2 {
    display: none;
  }
}
.qa-body .top-banner-box .frame {
  width: 32vw;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .frame {
    width: 80vw;
    top: 59.5%;
  }
}
.qa-body .top-banner-box .main-title-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .main-title-box {
    top: 55%;
  }
}
.qa-body .top-banner-box .main-title-box .main-title-zh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC";
  font-size: 1.5vw;
  font-weight: 600;
  color: white;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .main-title-box .main-title-zh {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .main-title-box .main-title-zh {
    margin-top: 5vw;
  }
}
.qa-body .top-banner-box .main-title-box .main-title-en {
  position: relative;
  font-family: "Jost";
  font-size: 0.85vw;
  color: #f9c88f;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .main-title-box .main-title-en {
    font-size: 3vw;
  }
}
.qa-body .top-banner-box .main-title-box .main-title-en::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  left: -1.5vw;
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .main-title-box .main-title-en::before {
    width: 17%;
    top: 2vw;
    left: 1vw;
  }
}
.qa-body .top-banner-box .main-title-box .main-title-en::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 35%;
  top: 0.5vw;
  height: 1px;
  right: -1.5vw;
}
@media all and (max-width: 1024px) {
  .qa-body .top-banner-box .main-title-box .main-title-en::after {
    width: 17%;
    top: 2vw;
    right: 1.2vw;
  }
}
.qa-body .page-container {
  display: flex;
  flex-direction: column;
  padding-top: 3vw;
  padding-bottom: 8vw;
  position: relative;
  background-image: url(../images/product/bg.webp);
  background-size: 100%;
}
@media all and (max-width: 1024px) {
  .qa-body .page-container {
    padding-top: 8vw;
    background-image: url(../images/bg.webp);
  }
}
.qa-body .title-box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
  margin-bottom: 2vw;
}
.qa-body .title-box .icon {
  position: absolute;
  top: -1.3vw;
  left: -2vw;
  width: 2vw;
  top: -0.8vw;
  left: -2.5vw;
}
@media all and (max-width: 1024px) {
  .qa-body .title-box .icon {
    width: 6.5vw;
    top: -3.3vw;
    left: -8vw;
  }
}
.qa-body .title-box .zh {
  font-family: "Noto Serif TC";
  color: #3b3b3b;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-align: center;
  margin-bottom: 0.4vw;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  .qa-body .title-box .zh {
    font-size: 5vw;
    flex-direction: column;
    align-self: center;
  }
}
.qa-body .title-box .en {
  font-family: "Jost";
  font-size: 0.85vw;
  align-content: center;
  font-weight: 500;
  color: #b2b2b2;
  text-align: center;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1024px) {
  .qa-body .title-box .en {
    font-size: 3.8vw;
    margin-left: 0vw;
    align-self: center;
  }
}
.qa-body .qa-box {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-self: center;
  margin-top: 2vw;
}
@media all and (max-width: 1024px) {
  .qa-body .qa-box {
    width: 88%;
  }
}
.qa-body .qa-box ul.accordion {
  width: 100%;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  flex-direction: column;
}
.qa-body .qa-box ul.accordion li.aq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.qa-body .qa-box ul.accordion .qa-title-box {
  display: flex;
  width: 100%;
  cursor: pointer;
  position: relative;
  justify-content: space-between;
  border: 1px solid #ddb57c;
  background-color: white;
  padding: 0.8vw 1vw;
  padding-top: 0.9vw;
  border-radius: 0.5vw;
}
@media all and (max-width: 1024px) {
  .qa-body .qa-box ul.accordion .qa-title-box {
    border-radius: 1vw;
    padding: 1.8vw 2.5vw;
    padding-top: 1.9vw;
  }
}
.qa-body .qa-box ul.accordion .qa-title-box .qa-title-left {
  display: flex;
}
.qa-body .qa-box ul.accordion .qa-title-box .qa-title-left .order {
  color: #ddb57c;
  font-family: "Jost";
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.85vw;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .qa-body .qa-box ul.accordion .qa-title-box .qa-title-left .order {
    font-size: 3.7vw;
    font-weight: 400;
  }
}
.qa-body .qa-box ul.accordion .qa-title-box .qa-title-left .qa-title {
  color: #534741;
  font-family: "Jost", "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 0.13em;
  font-size: 0.95vw;
  margin-left: 0.7vw;
  text-align: left;
  line-height: 2;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .qa-body .qa-box ul.accordion .qa-title-box .qa-title-left .qa-title {
    font-size: 3.75vw;
    margin-left: 2vw;
  }
}
.qa-body .qa-box ul.accordion .qa-title-box .more-open-box {
  display: flex;
  align-items: center;
  margin-right: 0.5vw;
  width: 1.2vw;
  height: 1.2vw;
  transition: transform 0.5s ease, background-image 0.5s ease;
  background-image: url(../images/qa/more.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .qa-body .qa-box ul.accordion .qa-title-box .more-open-box {
    width: 4vw;
    height: 4vw;
    margin-right: 0.5vw;
  }
}
.qa-body .qa-box .qa-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  text-align: left;
  display: flex;
}
@media all and (max-width: 1024px) {
  .qa-body .qa-box .qa-content {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
}
.qa-body .qa-box .qa-content .order {
  color: #ddb57c;
  font-family: "Jost";
  padding-top: 0.5vw;
  font-weight: 500;
  padding-top: 2.4vw;
  padding-left: 1.1vw;
  letter-spacing: 0.1em;
  font-size: 0.85vw;
  position: relative;
}
@media all and (max-width: 1024px) {
  .qa-body .qa-box .qa-content .order {
    font-size: 3.7vw;
    font-weight: 400;
    padding-top: 3vw;
  }
}
.qa-body .qa-box .qa-content .order::after {
  position: absolute;
  content: "";
  background-color: #ddb57c;
  height: 70%;
  width: 1px;
  left: 1.9vw;
  top: 4.4vw;
}
@media all and (max-width: 1024px) {
  .qa-body .qa-box .qa-content .order::after {
    height: 80%;
    width: 1px;
    left: 4.5vw;
    top: 9.4vw;
  }
}
.qa-body .qa-box .qa-content .content {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-left: 0.9vw;
  padding: 2vw 0.9vw;
  line-height: 2;
  color: #3b3b3b;
  font-weight: 600;
  font-size: 1.05vw;
  font-family: "noto Serif TC";
  letter-spacing: 0.15em;
}
@media all and (max-width: 1024px) {
  .qa-body .qa-box .qa-content .content {
    font-size: 3.7vw;
    text-align: justify;
    margin-left: 2vw;
  }
}
.qa-body .qa-box .accordion li.active .more-open-box {
  transform: rotate(180deg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/qa/change_more.svg);
}
.qa-body .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
}
.qa-body .pagination button {
  padding: 0.3vw 0.6vw;
  border: none;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 0.95vw;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media all and (max-width: 1024px) {
  .qa-body .pagination button {
    font-size: 4.3vw;
    padding: inherit;
    width: 7vw;
    height: 7vw;
    font-weight: 400;
  }
}
.qa-body .pagination #page-numbers button:hover {
  background-color: rgba(255, 200, 0, 0.4784313725);
  color: #3b3b3b;
}
@media all and (max-width: 1024px) {
  .qa-body .pagination #page-numbers button:hover {
    color: inherit;
    background-color: inherit;
  }
}
.qa-body .pagination .active {
  background-color: rgba(255, 200, 0, 0.4784313725);
  color: #3b3b3b;
}
.qa-body .top-btn {
  position: absolute;
  bottom: 6vw;
  right: 7vw;
  width: 3vw;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.qa-body .top-btn:hover {
  transform: scale(1.1);
}
@media all and (max-width: 1024px) {
  .qa-body .top-btn:hover {
    transform: inherit;
  }
}
.qa-body .top-btn img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .qa-body .top-btn {
    width: 17vw;
    margin-top: 11vw;
    position: initial;
    bottom: initial;
    right: initial;
    align-self: center;
    display: flex;
    justify-content: center;
  }
}