@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Montserrat:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #39a0ca;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}

h1 {
  font-size: unset;
}

.focusMainBlock {
  position: absolute;
  background: #fff;
  padding: 5px;
  opacity: 0;
}

.focusMainBlock:focus {
  opacity: 1;
}

.breadcrumb-brick2 {
  position: absolute;
  top: 80px;
  left: 10px;
  z-index: 999;
  color: #fff;
  opacity: 0;
}

.breadcrumb-brick2:focus {
  opacity: 1;
}

.s1 .kv .swiper .swiper-slide {
  width: 100dvw;
  height: 48dvw;
}
@media (max-width: 767px) {
  .s1 .kv .swiper .swiper-slide {
    height: 80vw;
  }
}
.s1 .kv .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s1 .kv .swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s1 .kv .swiper .swiper-slide .play-toggle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.7;
}
.s1 .kv .swiper .swiper-slide .play-toggle:hover {
  opacity: 1;
}
.s1 .kv .swiper .swiper-slide .play-toggle img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.s1 .kv .swiper .swiper-slide .play-toggle .play-icon {
  display: none;
}
@media (max-width: 1024px) {
  .s1 .kv .swiper .swiper-slide .pc {
    display: none;
  }
}
.s1 .kv .swiper .swiper-slide .mobile {
  display: none;
}
@media (max-width: 1024px) {
  .s1 .kv .swiper .swiper-slide .mobile {
    display: block;
  }
}
.s1 .kv .swiper .swiper-pagination {
  bottom: 85px;
}
@media (max-width: 767px) {
  .s1 .kv .swiper .swiper-pagination {
    bottom: 5vw;
  }
}
.s1 .kv .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 20px;
}
.s1 .kv .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fdd108;
}

.s2 {
  padding: 5.2vw 0;
}
.s2 .flex {
  display: flex;
  gap: 1.56vw;
}
@media (max-width: 767px) {
  .s2 .flex {
    flex-wrap: wrap;
  }
}
.s2 .lv1 {
  width: 80vw;
  margin: 0 auto;
}
.s2 .lv1 .item {
  overflow: hidden;
}
.s2 .lv1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s2 .lv1 .absolute {
  position: absolute;
  z-index: 1;
}
.s2 .lv1 .lv2:nth-child(1) {
  width: 52vw;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2:nth-child(1) {
    width: 100%;
  }
}
.s2 .lv1 .lv2:nth-child(2) {
  width: 26.44vw;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2:nth-child(2) {
    width: 100%;
  }
}
.s2 .lv1 .lv2:nth-child(2) .item:nth-child(1) {
  margin-bottom: 1.56vw;
  height: 32.4vw;
  position: relative;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2:nth-child(2) .item:nth-child(1) {
    height: 55vw;
  }
}
.s2 .lv1 .lv2:nth-child(2) .item:nth-child(1):hover:before {
  background-color: rgba(253, 209, 8, 0);
}
.s2 .lv1 .lv2:nth-child(2) .item:nth-child(1):hover img {
  -o-object-position: 39.5% 49.5%;
     object-position: 39.5% 49.5%;
}
.s2 .lv1 .lv2:nth-child(2) .item:nth-child(1):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 209, 8, 0.5);
  transition: background-color 0.4s;
}
.s2 .lv1 .lv2:nth-child(2) .item:nth-child(1) img {
  -o-object-position: 40% 50%;
     object-position: 40% 50%;
  transition: object-position 0.4s;
  transition: object-position 0.4s, -o-object-position 0.4s;
}
.s2 .lv1 .lv2:nth-child(2) .item:nth-child(1) .title {
  color: #fff;
  font-size: 2.86vw;
  letter-spacing: 0.5em;
  top: 1vw;
  right: 0.25vw;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2:nth-child(2) .item:nth-child(1) .title {
    top: auto;
    right: auto;
    left: 3vw;
    bottom: 1vw;
  }
}
.s2 .lv1 .lv2:nth-child(2) .item:nth-child(1) .enTitle {
  width: 97%;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.25vw;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2:nth-child(2) .item:nth-child(1) .enTitle {
    top: -1vw;
    right: 0.5vw;
    width: 70%;
    transform: unset;
    left: auto;
    bottom: auto;
  }
}
.s2 .lv1 .lv2:nth-child(2) .item:nth-child(2) {
  height: 10.67vw;
}
.s2 .lv1 .lv2 .lv3:nth-child(1) {
  margin-bottom: 1.56vw;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2 .lv3:nth-child(1) {
    margin: 0;
  }
}
.s2 .lv1 .lv2 .lv3:nth-child(1) .item {
  height: 10.67vw;
}
.s2 .lv1 .lv2 .lv3:nth-child(1) .item img {
  -o-object-position: center 75%;
     object-position: center 75%;
}
.s2 .lv1 .lv2 .lv3 .lv4 {
  width: 25.22vw;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2 .lv3 .lv4 {
    width: 100%;
  }
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1) {
  margin-bottom: 1.56vw;
  height: 20.4vw;
  position: relative;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1) {
    height: 45vw;
  }
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1):hover:before {
  background-color: rgba(46, 167, 224, 0);
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1):hover img {
  -o-object-position: 49.5% 49.5%;
     object-position: 49.5% 49.5%;
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 167, 224, 0.7);
  transition: background-color 0.4s;
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1) img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: object-position 0.4s;
  transition: object-position 0.4s, -o-object-position 0.4s;
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1) .title {
  color: #fff;
  font-size: 2.86vw;
  letter-spacing: 0.5em;
  top: 1vw;
  left: 1.5vw;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1) .title {
    left: 3vw;
  }
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1) .enTitle {
  width: 97%;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.25vw;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(1) .enTitle {
    bottom: -1vw;
  }
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(1) .item:nth-child(2) {
  margin-bottom: 1.56vw;
  height: 10.44vw;
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item {
  height: 32.4vw;
  position: relative;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item {
    height: 65vw;
  }
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item:hover img {
  -o-object-position: 19.5% 49.5%;
     object-position: 19.5% 49.5%;
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.4s;
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item > img {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
  transition: object-position 0.4s;
  transition: object-position 0.4s, -o-object-position 0.4s;
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item .title {
  color: #fff;
  font-size: 2.86vw;
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
  bottom: 0vw;
  right: 0.25vw;
}
@media (max-width: 767px) {
  .s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item .title {
    right: 3vw;
  }
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item .enTitle {
  height: 97%;
  left: -0.25vw;
  transform: translateY(-50%);
  top: 50%;
}
.s2 .lv1 .lv2 .lv3 .lv4:nth-child(2) .item .enTitle img {
  width: auto;
}
@media (max-width: 767px) {
  .s2 .lv1 .mobileHide {
    display: none;
  }
}
@media (max-width: 767px) {
  .s2 .lv1 .title {
    font-size: 22px !important;
  }
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  padding: 5.2vw 0;
  width: 80vw;
  margin: 0 auto;
  gap: 1.56vw;
}
@media (max-width: 767px) {
  .s3 {
    gap: 3vw;
  }
}
.s3 .flexBox {
  display: flex;
  gap: 1.56vw;
}
@media (max-width: 767px) {
  .s3 .flexBox {
    flex-wrap: wrap;
    gap: 3vw;
  }
}
.s3 .itemBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.56vw;
}
@media (max-width: 767px) {
  .s3 .itemBox {
    gap: 3vw;
  }
}
.s3 #itemBox1 {
  width: 40%;
}
@media (max-width: 767px) {
  .s3 #itemBox1 {
    width: 100%;
  }
}
.s3 #itemBox2 {
  width: 60%;
}
@media (max-width: 767px) {
  .s3 #itemBox2 {
    width: 100%;
  }
}
.s3 .item {
  width: 100%;
  position: relative;
}
.s3 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s3 .item .textBox {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  color: #fff;
}
.s3 .item .textBox .title {
  font-size: 3.6vw;
  font-weight: 400;
  padding: 0 0 1vw 0;
  margin-bottom: 1vw;
  position: relative;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .s3 .item .textBox .title {
    font-size: 5.6vw;
  }
}
.s3 .item .textBox .title .border {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #FDD108;
  transition: width 3s;
}
.s3 .item .textBox .subTitle {
  font-size: 1.35vw;
  color: #FDD108;
}
@media (max-width: 767px) {
  .s3 .item .textBox .subTitle {
    font-size: 3vw;
  }
}
.s3 .item .textBox .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: right 1.5s, left 1.5s;
}
.s3 .item .textBox .pc {
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  .s3 .item .textBox .pc {
    display: none;
  }
}
.s3 .item .textBox .mobile {
  display: none;
  font-weight: 400;
}
@media (max-width: 767px) {
  .s3 .item .textBox .mobile {
    display: block;
  }
}
.s3 .item .textBox span {
  font-weight: 900;
}
.s3 #item1 {
  height: 26vw;
}
@media (max-width: 767px) {
  .s3 #item1 {
    height: 38vw;
  }
}
.s3 #item1 .textBox {
  width: 29vw;
  height: 100%;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .s3 #item1 .textBox {
    width: 54%;
  }
}
.s3 #item1 .bg {
  right: -50vw;
}
.s3 #item2 {
  height: 16.66vw;
}
@media (max-width: 767px) {
  .s3 #item2 {
    height: 38vw;
  }
}
.s3 #item2 .textBox {
  width: 34vw;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .s3 #item2 .textBox {
    width: 46%;
  }
}
.s3 #item2 .bg {
  left: -50vw;
}
.s3 #item3 {
  height: 28.65vw;
}
@media (max-width: 767px) {
  .s3 #item3 {
    height: 38vw;
  }
}
.s3 #item3 .textBox {
  width: 12vw;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .s3 #item3 .textBox {
    width: 46%;
    left: auto;
    right: 0;
  }
}
.s3 #item3 .textBox .title {
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .s3 #item3 .textBox .title {
    writing-mode: horizontal-tb;
  }
}
.s3 #item3 .textBox .bg {
  left: -50vw;
}
@media (max-width: 767px) {
  .s3 #item3 .textBox .bg {
    left: auto;
    right: -50vw;
  }
}
.s3 #item4 {
  height: 28.65vw;
}
@media (max-width: 767px) {
  .s3 #item4 {
    height: 38vw;
  }
}
.s3 #item4 .textBox {
  width: 12vw;
  height: 100%;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .s3 #item4 .textBox {
    width: 46%;
    right: auto;
    left: 0;
  }
}
.s3 #item4 .textBox .title {
  writing-mode: vertical-rl;
  text-align: end;
}
@media (max-width: 767px) {
  .s3 #item4 .textBox .title {
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
.s3 #item4 .textBox .bg {
  right: -50vw;
}
@media (max-width: 767px) {
  .s3 #item4 .textBox .bg {
    right: auto;
    left: -50vw;
  }
}
.s3 #item5 {
  height: 16.66vw;
}
@media (max-width: 767px) {
  .s3 #item5 {
    height: 38vw;
  }
}
.s3 #item5 .textBox {
  width: 24vw;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .s3 #item5 .textBox {
    width: 46%;
    left: auto;
    right: 0;
  }
}
.s3 #item5 .textBox .bg {
  left: -50vw;
}
@media (max-width: 767px) {
  .s3 #item5 .textBox .bg {
    left: auto;
    right: -50vw;
  }
}
.s3 #item6 {
  height: 30.73vw;
}
@media (max-width: 767px) {
  .s3 #item6 {
    height: 38vw;
  }
}
.s3 #item6 .textBox {
  width: 100%;
  height: 17vw;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .s3 #item6 .textBox {
    width: 54%;
    height: 100%;
    top: 0;
    bottom: auto;
  }
}
.s3 #item6 .textBox .title {
  line-height: 1.3;
}
.s3 #item6 .textBox .title span {
  line-height: 1.3;
}
.s3 #item6 .textBox .bg {
  left: -50vw;
}
.s3 #item7 {
  height: 27.08vw;
}
@media (max-width: 767px) {
  .s3 #item7 {
    height: 38vw;
  }
}
.s3 #item7 .textBox {
  width: 100%;
  height: 14vw;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .s3 #item7 .textBox {
    width: 54%;
    height: 100%;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
  }
}
.s3 #item7 .textBox .text {
  display: flex;
}
@media (max-width: 767px) {
  .s3 #item7 .textBox .text {
    display: block;
  }
}
.s3 #item7 .textBox .text .title {
  padding: 0 0.5vw;
  margin: 0 1vw 0 0;
  text-align: start;
}
@media (max-width: 767px) {
  .s3 #item7 .textBox .text .title {
    padding: 0 0 1vw 0;
    margin: 0 0 1vw 0;
    text-align: center;
  }
}
.s3 #item7 .textBox .text .title .border {
  bottom: -0.5vw;
}
@media (max-width: 767px) {
  .s3 #item7 .textBox .text .title .border {
    bottom: 0;
  }
}
.s3 #item7 .textBox .text .subTitle {
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  line-height: 1.8em;
  margin-bottom: -2vw;
  text-align: start;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1.5vw;
}
@media (max-width: 767px) {
  .s3 #item7 .textBox .text .subTitle {
    writing-mode: horizontal-tb;
    letter-spacing: 0.5em;
    line-height: 1.5em;
    text-align: center;
  }
}
.s3 #item7 .textBox .bg {
  left: -50vw;
}
@media (max-width: 767px) {
  .s3 #item7 .textBox .bg {
    right: -50vw;
    left: auto;
  }
}
.s3 #item8 {
  height: 39.06vw;
}
@media (max-width: 767px) {
  .s3 #item8 {
    height: 38vw;
  }
}
.s3 #item8 .textBox {
  width: 100%;
  height: 13vw;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .s3 #item8 .textBox {
    width: 46%;
    height: 100%;
    bottom: auto;
    top: 0;
  }
}
.s3 #item8 .textBox .bg {
  right: -50vw;
}
@media (max-width: 767px) {
  .s3 #item8 .textBox .bg {
    right: auto;
    left: -50vw;
  }
}
.s3 #item9 {
  height: 18.75vw;
}
@media (max-width: 767px) {
  .s3 #item9 {
    height: 38vw;
  }
}
.s3 #item9 .textBox {
  width: 24vw;
  height: 100%;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .s3 #item9 .textBox {
    width: 46%;
    height: 100%;
    bottom: auto;
    top: 0;
  }
}
.s3 #item9 .textBox .bg {
  right: -50vw;
}
.s3 #item10 {
  height: 26vw;
}
@media (max-width: 767px) {
  .s3 #item10 {
    height: 38vw;
  }
}
.s3 #item10 .textBox {
  width: 29vw;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .s3 #item10 .textBox {
    width: 46%;
    height: 100%;
    bottom: auto;
    top: 0;
  }
}
.s3 #item10 .textBox .bg {
  left: -50vw;
}/*# sourceMappingURL=index.css.map */