@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;
}

nav .city {
  color: #FDD108 !important;
}

/*.subMenu .itemBox a:nth-child(5) .item {
  color: #FDD108 !important;
  font-size: 28px !important;
}
@media (max-width: 767px) {
  .subMenu .itemBox a:nth-child(5) .item {
    font-size: 16px !important;
  }
}*/

.kv {
  width: 100%;
  position: relative;
  display: block;
}
@media (max-width: 1024px) {
  .kv {
    height: 80dvh;
  }
}
.kv video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.kv .bgColor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.kv .titleBox {
  position: absolute;
  width: 52vw;
  height: 27.29vw;
  padding: 2vw;
  text-align: center;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  transition: width 1.3s, opacity 0.8s;
  overflow: hidden;
  animation: kvShow 2s;
}
@media (max-width: 1024px) {
  .kv .titleBox {
    width: 75vw;
    padding: 5vw;
    height: 53vw;
    bottom: 30dvh;
    animation: kvShowMobile 2s;
  }
}
@keyframes kvShow {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 27.29vw;
  }
}
@keyframes kvShowMobile {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 53vw;
  }
}
@media (max-width: 1024px) {
  .kv .titleBox {
    width: 75vw;
    padding: 5vw;
  }
}
.kv .titleBox .title {
  font-size: 6.25vw;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .kv .titleBox .title {
    font-size: 10.25vw;
  }
}
.kv .titleBox .title span {
  font-weight: 900;
}
.kv .titleBox .border {
  width: 100%;
  height: 2px;
  background: #FDD108;
  margin: 1vw 0;
  animation: borderKv 2s 0.2s;
}
@media (max-width: 1024px) {
  .kv .titleBox .border {
    margin: 3vw 0;
  }
}
@keyframes borderKv {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.kv .titleBox .subTitle {
  font-size: 2.9vw;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 1024px) {
  .kv .titleBox .subTitle {
    font-size: 5.12vw;
  }
}

.s1 {
  padding: 8vw;
  background: linear-gradient(rgba(0, 47, 95, 0.8), rgba(0, 47, 95, 0.8)), url("../img/city/content5/s1-bg.jpg") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .s1 {
    padding: 20vw 0 10vw 0;
  }
}
.s1 .title {
  width: 57.29vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s1 .title {
    width: 80vw;
  }
}
.s1 .title:before {
  content: "";
  position: absolute;
  background: url(../img/city/content5/s1-circle.png) no-repeat;
  width: 90vw;
  height: 90vw;
  background-size: cover;
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
  top: -24vw;
}
@media (max-width: 1024px) {
  .s1 .title:before {
    width: 200vw;
    height: 200vw;
    top: -40vw;
  }
}
.s1 .title img {
  width: 100%;
}
.s1 .subTitle {
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  color: #FDD108;
  margin: 7vw 0 1vw 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s1 .subTitle {
    font-size: 7.7vw;
    margin: 10vw 0 5vw 0;
  }
}
.s1 .text {
  width: 60vw;
  margin: 0 auto;
  text-align: justify;
  font-size: 1.5vw;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s1 .text {
    font-size: 4vw;
    width: 80vw;
  }
}
.s1 .text:before {
  content: "";
  position: absolute;
  width: 11vw;
  height: 11vw;
  background: url(../img/city/content5/flash-L.png) no-repeat;
  background-size: contain;
  right: -12vw;
  top: -19vw;
}
@media (max-width: 1024px) {
  .s1 .text:before {
    width: 22vw;
    height: 22vw;
    top: -35vw;
    right: -8vw;
  }
}
.s1 .text:after {
  content: "";
  position: absolute;
  width: 7.7vw;
  height: 7.7vw;
  background: url(../img/city/content5/flash-M.png) no-repeat;
  background-size: contain;
  left: -12vw;
  top: -4vw;
}
@media (max-width: 1024px) {
  .s1 .text:after {
    width: 16vw;
    height: 16vw;
    top: -18vw;
    left: -4vw;
  }
}
.s1 .text span {
  color: #FDD108;
}

.s2 {
  padding: 8vw 0 3vw 0;
  background: url("../img/city/content5/s2-bg.jpg") no-repeat center/cover;
  background-size: cover;
  margin-top: -0.01vw;
}
@media (max-width: 1024px) {
  .s2 {
    background: url("../img/city/content5/s2-bgM.jpg") no-repeat center/cover;
  }
}
.s2 .title {
  width: 43.54vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .s2 .title {
    width: 61vw;
  }
}
.s2 .title img {
  width: 100%;
}
.s2 .flex {
  display: flex;
  justify-content: center;
  gap: 7vw;
  margin-top: 5vw;
}
@media (max-width: 1024px) {
  .s2 .flex {
    flex-wrap: wrap;
    flex-wrap: wrap-reverse;
  }
}
.s2 .flex .imgBox {
  width: 40vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s2 .flex .imgBox {
    width: 100%;
    margin-left: -20vw;
  }
}
.s2 .flex .imgBox img {
  width: 100%;
}
.s2 .flex .textBox {
  width: 40vw;
}
@media (max-width: 1024px) {
  .s2 .flex .textBox {
    width: 80vw;
  }
}
.s2 .flex .textBox .subTitle {
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  color: #FDD108;
  margin: 7vw 0 1vw 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s2 .flex .textBox .subTitle {
    font-size: 7.7vw;
    margin: 10vw 0 5vw 0;
  }
}
.s2 .flex .textBox .text {
  margin: 0 auto;
  text-align: justify;
  font-size: 1.5vw;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s2 .flex .textBox .text {
    font-size: 4vw;
  }
}
.s2 .flex .textBox .text span {
  color: #FDD108;
}

.s3 {
  padding: 0 13vw;
  background: url("../img/city/content5/s3-bg.jpg") no-repeat center/cover;
  position: relative;
  height: 55.2vw;
}
@media (max-width: 1024px) {
  .s3 {
    height: 220vw;
    background: url("../img/city/content5/s3-bgM.jpg") no-repeat center/cover;
    padding: 0;
  }
}
.s3 .imgBox {
  width: 26vw;
  position: absolute;
  top: -11vw;
}
@media (max-width: 1024px) {
  .s3 .imgBox {
    width: 62.8vw;
    left: 50%;
    top: -17vw;
    transform: translate(-50%);
  }
}
.s3 .imgBox img {
  width: 100%;
}

.s4 {
  background: linear-gradient(rgba(0, 47, 95, 0) 35%, rgba(0, 47, 95, 0.8)), url("../img/city/content5/s4-bg.jpg") no-repeat center/cover;
  height: 56vw;
  position: relative;
  align-content: end;
  padding: 0 0 5vw 7vw;
}
@media (max-width: 1024px) {
  .s4 {
    height: 202.5vw;
    background-position: 30% 50%;
    padding: 0;
    align-content: start;
  }
}
.s4 .textBox {
  width: 55vw;
}
@media (max-width: 1024px) {
  .s4 .textBox {
    width: 80vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 10vw;
  }
}
.s4 .textBox .subTitle {
  text-align: center;
  font-size: 3vw;
  font-weight: 700;
  color: #FDD108;
  margin: 0 0 1vw 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s4 .textBox .subTitle {
    margin: 0 0 5vw 0;
    font-size: 7.7vw;
  }
}
.s4 .textBox .text {
  margin: 0 auto;
  text-align: justify;
  font-size: 1.5vw;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s4 .textBox .text {
    font-size: 4vw;
  }
}
.s4 .textBox .text span {
  color: #FDD108;
}
.s4 .imgBox {
  position: absolute;
  right: -42%;
  top: 50%;
  width: 44.6vw;
  height: 44.6vw;
  transform: translate(-50%, -50%);
}
.s4 .imgBox .img {
  position: absolute;
}
.s4 .imgBox .img1 {
  width: 100%;
  top: 0;
}
.s4 .imgBox .img1 img {
  width: 100%;
}
.s4 .imgBox .img2,
.s4 .imgBox .img3,
.s4 .imgBox .img4 {
  height: 7.5vw;
}
.s4 .imgBox .img2 img,
.s4 .imgBox .img3 img,
.s4 .imgBox .img4 img {
  height: 100%;
}
.s4 .imgBox .img2 {
  top: 3vw;
  left: -3vw;
}
.s4 .imgBox .img3 {
  top: 50%;
  left: -11vw;
  transform: translateY(-50%);
}
.s4 .imgBox .img4 {
  top: 33vw;
  left: -3vw;
}
.s4 .s4SwiperBox {
  position: relative;
  top: 0;
}
.s4 .s4SwiperBox .swiperBg {
  position: absolute;
  top: 0;
  width: 100dvw;
}
.s4 .s4SwiperBox .swiperBg img {
  width: 100%;
}
.s4 .s4SwiperBox .swiperM {
  padding: 30vw 0;
}
.s4 .s4SwiperBox .swiperM .swiper-slide {
  height: 26vw;
}
.s4 .s4SwiperBox .swiperM .swiper-slide img {
  height: 100%;
  margin: 0 auto;
}
.s4 .s4SwiperBox .swiperM .swiper-pagination {
  bottom: auto;
  top: auto;
}
.s4 .s4SwiperBox .swiperM .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FDD108;
}
.s4 .s4SwiperBox .swiperM .swiper-pagination-bullet-active {
  background: #FDD108;
}
.s4 .s4SwiperBox .swiperM .swiper-button-next {
  width: 7vw;
  height: 8.5vw;
}
.s4 .s4SwiperBox .swiperM .swiper-button-next:after {
  content: "";
  background: url(../img/city/content5/s4-arrow.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.s4 .s4SwiperBox .swiperM .swiper-button-prev {
  width: 7vw;
  height: 8.5vw;
  transform: scaleX(-1);
}
.s4 .s4SwiperBox .swiperM .swiper-button-prev:after {
  content: "";
  background: url(../img/city/content5/s4-arrow.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.s4 .s4SwiperBox .swiperM .swiper-button-prev.swiper-button-disabled,
.s4 .s4SwiperBox .swiperM .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 1024px) {
  .s5 {
    height: 172.8vw;
  }
}
@media (max-width: 1024px) {
  .s5 .swiper {
    height: 100.5vw;
    padding-top: 44.5vw;
  }
}
.s5 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.s5 .swiper .swiper-slide .textBox {
  position: absolute;
  top: 0;
  right: 7vw;
  background: rgba(253, 209, 8, 0.8);
  width: 34vw;
  height: 100%;
  padding: 24vw 2vw 5vw 2vw;
}
.s5 .swiper .swiper-slide .textBox .title {
  color: #002f5f;
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1vw;
}
.s5 .swiper .swiper-slide .textBox .subTitle {
  font-size: 2.6vw;
  font-weight: 700;
  text-align: center;
}
.s5 .swiper .swiper-slide .textBox .text {
  font-size: 1.5vw;
  text-align: justify;
}
.s5 .textBoxM {
  position: absolute;
  z-index: 2;
}
.s5 .textBoxM img {
  width: 100%;
}

.s6 {
  padding: 4vw 0;
  background: url("../img/city/content5/s6-bg.jpg") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .s6 {
    padding: 10vw 0 20vw 0;
    background: url("../img/city/content5/s6-bgM.jpg") no-repeat center/cover;
  }
}
.s6 .title {
  width: 43.54vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .s6 .title {
    width: 45.6vw;
  }
}
.s6 .title img {
  width: 100%;
}
.s6 > .text {
  font-size: 1.5vw;
  color: #fff;
  text-align: center;
  margin: 2vw 0 4vw 0;
}
@media (max-width: 1024px) {
  .s6 > .text {
    font-size: 4vw;
    margin: 5vw 0 15vw 0;
  }
}
.s6 .flex {
  display: flex;
  justify-content: center;
  gap: 6vw;
}
@media (max-width: 1024px) {
  .s6 .flex {
    flex-wrap: wrap;
    gap: 12vw;
  }
}
.s6 .flex .item {
  background: #FDD108;
  padding: 4vw 2.5vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s6 .flex .item {
    padding: 7vw 2vw;
  }
}
.s6 .flex .item:before, .s6 .flex .item:after {
  content: "";
  position: absolute;
}
.s6 .flex .item .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9vw;
  width: 18.5vw;
  margin-bottom: 2vw;
}
@media (max-width: 1024px) {
  .s6 .flex .item .imgBox {
    width: 60vw;
    height: 30vw;
  }
}
.s6 .flex .item .imgBox1 img {
  height: 9vw;
}
@media (max-width: 1024px) {
  .s6 .flex .item .imgBox1 img {
    height: 23vw;
  }
}
.s6 .flex .item .imgBox2 img {
  height: 6.85vw;
}
@media (max-width: 1024px) {
  .s6 .flex .item .imgBox2 img {
    height: 18vw;
  }
}
.s6 .flex .item .imgBox3 img {
  height: 9vw;
}
@media (max-width: 1024px) {
  .s6 .flex .item .imgBox3 img {
    height: 22vw;
  }
}
.s6 .flex .item .text1 {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1;
  color: #231815;
}
@media (max-width: 1024px) {
  .s6 .flex .item .text1 {
    font-size: 4vw;
  }
}
.s6 .flex .item .text1 .num {
  font-size: 2.9vw;
  font-weight: 700;
  color: #c20d23;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0.5vw 0 0;
}
@media (max-width: 1024px) {
  .s6 .flex .item .text1 .num {
    font-size: 7.8vw;
  }
}
@media (max-width: 1024px) {
  .s6 .flex .item .numBox {
    padding: 0 6vw;
  }
}
.s6 .flex .item .numBox .num {
  font-size: 5.6vw;
  font-weight: 700;
  color: #c20d23;
  letter-spacing: 0;
  line-height: 1;
  margin: 0.5vw 0 1vw 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .s6 .flex .item .numBox .num {
    font-size: 15vw;
  }
}
.s6 .flex .item .text2 {
  font-size: 1.25vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .s6 .flex .item .text2 {
    font-size: 3.5vw;
  }
}
.s6 .flex .item .text2 .num {
  font-size: 2.1vw;
  color: #c20d23;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .s6 .flex .item .text2 .num {
    font-size: 6vw;
  }
}
.s6 .flex .item1:before {
  width: 5vw;
  height: 5vw;
  background: #fff;
  right: -2.5vw;
  top: -1.5vw;
}
@media (max-width: 1024px) {
  .s6 .flex .item1:before {
    width: 15vw;
    height: 15vw;
    right: -8vw;
    top: -8vw;
  }
}
.s6 .flex .item1:after {
  width: 5vw;
  height: 5vw;
  left: -3.5vw;
  bottom: -1.5vw;
  background: url(../img/city/content5/s6-sub1.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .s6 .flex .item1:after {
    width: 15vw;
    height: 15vw;
    left: -10vw;
    bottom: -1.5vw;
  }
}
.s6 .flex .item1 .textStart {
  text-align: start;
}
.s6 .flex .item1 .textEnd {
  text-align: end;
}
.s6 .flex .item2:before {
  width: 3vw;
  height: 3vw;
  background: #fff;
  left: -1.5vw;
  top: -1.5vw;
}
@media (max-width: 1024px) {
  .s6 .flex .item2:before {
    width: 8vw;
    height: 8vw;
    left: -3vw;
    top: -3.5vw;
  }
}
.s6 .flex .item2:after {
  width: 26.6vw;
  height: 5vw;
  left: -2vw;
  bottom: -2.5vw;
  background: url(../img/city/content5/s6-sub2.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .s6 .flex .item2:after {
    width: 75vw;
    height: 14vw;
    left: -6vw;
    bottom: -4.5vw;
  }
}
.s6 .flex .item2 .text1 {
  margin-bottom: 1vw;
}
.s6 .flex .item3:before {
  width: 6vw;
  height: 6vw;
  left: -1.5vw;
  top: -2vw;
  background: url(../img/city/content5/s6-sub1.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .s6 .flex .item3:before {
    width: 16vw;
    height: 16vw;
    left: -4vw;
    top: -4vw;
  }
}
.s6 .flex .item3:after {
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FDD108;
}
.s6 .flex .item3 .text1 {
  margin-top: 3vw;
}
.s6 .flex .item3 .numBox {
  text-align: center;
  font-size: 5.6vw;
  font-weight: 700;
  color: #c20d23;
  position: relative;
}
.s6 .flex .item3 .numBox:before {
  content: "";
  position: absolute;
  z-index: 7;
  width: 5vw;
  height: 5vw;
  right: -5vw;
  bottom: -8.5vw;
  background: #fff;
  background-size: cover;
}
@media (max-width: 1024px) {
  .s6 .flex .item3 .numBox:before {
    width: 12vw;
    height: 12vw;
    right: -6vw;
    bottom: -12vw;
  }
}
.s6 .flex .item3 .numBox .num {
  font-size: 5.6vw;
  font-weight: 700;
  color: #c20d23;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .s6 .flex .item3 .numBox .num {
    font-size: 15vw;
  }
}
.s6 .flex .item3 .bgImg {
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
  background: #fff;
  right: -1.5vw;
  top: -1.5vw;
  z-index: -2;
}
@media (max-width: 1024px) {
  .s6 .flex .item3 .bgImg {
    width: 7vw;
    height: 7vw;
    right: -4vw;
    top: -4vw;
  }
}
.s6 .textEnd {
  font-size: 1.5vw;
  color: #FDD108;
  text-align: center;
  margin-top: 4vw;
}
@media (max-width: 1024px) {
  .s6 .textEnd {
    font-size: 4vw;
    padding: 5vw;
  }
}

.pc {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .mobile {
    display: block;
  }
}/*# sourceMappingURL=cityContent5.css.map */