@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(6) .item {
  color: #FDD108 !important;
  font-size: 28px !important;
}
@media (max-width: 767px) {
  .subMenu .itemBox a:nth-child(6) .item {
    font-size: 16px !important;
  }
}*/

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

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

.kv .swiper {
  width: 100%;
  height: 100vh;
}
.kv .swiper .swiper-slide .titleBox {
  position: absolute;
  background-color: rgba(35, 24, 21, 0.7);
  padding: 2.6vw 5.2vw;
}
@media (max-width: 1024px) {
  .kv .swiper .swiper-slide .titleBox {
    padding: 6vw 5vw;
  }
}
.kv .swiper .swiper-slide .titleBox2 {
  left: 50%;
  bottom: 30%;
  transform: translate(-50%);
  overflow: hidden;
  animation: titleBox2 1s;
}
@media (max-width: 1024px) {
  .kv .swiper .swiper-slide .titleBox2 {
    animation: titleBox2M 1s;
  }
}
.kv .swiper .swiper-slide .titleBox2 .title {
  font-size: 6.25vw;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.5vw;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .kv .swiper .swiper-slide .titleBox2 .title {
    font-size: 10.25vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}
.kv .swiper .swiper-slide .titleBox2 .title span {
  font-weight: 900;
  line-height: 1;
}
.kv .swiper .swiper-slide .titleBox2 .subTitle {
  font-size: 2.9vw;
  color: #fff;
  white-space: nowrap;
  padding-top: 1vw;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .kv .swiper .swiper-slide .titleBox2 .subTitle {
    font-size: 4.6vw;
    padding-top: 4vw;
  }
}
.kv .swiper .swiper-slide .titleBox2 .subTitle .mobile {
  text-align: center;
}
.kv .swiper .swiper-slide .titleBox2 .subTitle span {
  font-weight: 900;
  letter-spacing: 0.05;
}
.kv .swiper .swiper-slide .titleBox2 .subTitle::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #FDD108;
  width: 100%;
  top: 0;
  animation: yelloBorder 3s;
}
@keyframes yelloBorder {
  from {
    width: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes titleBox2 {
  from {
    height: 0;
    padding: 0vw 5.2vw;
  }
  to {
    height: 20.3vw;
    opacity: 1;
    padding: 2.6vw 5.2vw;
  }
}
@keyframes titleBox2M {
  from {
    height: 0;
    padding: 0vw 5vw;
  }
  to {
    height: 44.9vw;
    opacity: 1;
    padding: 6vw 5vw;
  }
}
.kv .swiper .swiper-slide .titleBox3 {
  display: flex;
  gap: 2.6vw;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%);
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: height 1.3s, opacity 0.8s;
}
@media (max-width: 1024px) {
  .kv .swiper .swiper-slide .titleBox3 {
    display: block;
    left: 0;
    transform: unset;
    bottom: 15%;
    padding: 8vw;
  }
}
.kv .swiper .swiper-slide .titleBox3 .title {
  font-size: 6.25vw;
  width: 36vw;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 5.7vw;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .kv .swiper .swiper-slide .titleBox3 .title {
    font-size: 10.25vw;
    margin-bottom: 5vw;
  }
}
.kv .swiper .swiper-slide .titleBox3 .title span {
  font-size: 6.5vw;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05;
}
@media (max-width: 1024px) {
  .kv .swiper .swiper-slide .titleBox3 .title span {
    font-size: 10.25vw;
  }
}
.kv .swiper .swiper-slide .titleBox3 .text {
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.6em;
  text-align: justify;
  width: 33vw;
  margin-top: 0.5vw;
}
@media (max-width: 1024px) {
  .kv .swiper .swiper-slide .titleBox3 .text {
    width: 65vw;
    font-size: 4vw;
  }
}
.kv .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.s1 .title {
  padding: 14.2vw 0 0.8vw 0;
  margin-top: 1.5vw;
  font-size: 4.8vw;
  background: url(../img/city/content6/s1Bg1_PC.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .s1 .title {
    padding: 26vw 0 0.8vw 0;
    font-size: 11.5vw;
    background: url(../img/city/content6/s1Bg1_M.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.s1 .title span {
  font-weight: 900;
}
.s1 .flex {
  display: flex;
}
@media (max-width: 1024px) {
  .s1 .flex {
    margin: 7vw 0 10vw 0;
  }
}
.s1 .flex .circleM {
  display: none;
  width: 21.5vw;
  margin-left: 7vw;
}
@media (max-width: 1024px) {
  .s1 .flex .circleM {
    display: block;
  }
}
.s1 .flex .circleM img {
  width: 100%;
}
.s1 .flex .text {
  width: 55vw;
  margin: 0 auto;
  font-size: 1.25vw;
  color: #595757;
  padding: 2vw 0;
}
@media (max-width: 1024px) {
  .s1 .flex .text {
    font-size: 4vw;
    width: 48vw;
  }
}
.s1 .flex .text .subTitle {
  font-size: 2.5vw;
  margin-bottom: 1vw;
}
@media (max-width: 1024px) {
  .s1 .flex .text .subTitle {
    font-size: 6vw;
  }
}
.s1 .circleBox {
  width: 52vw;
  margin: 0 auto 3vw auto;
}
@media (max-width: 1024px) {
  .s1 .circleBox {
    display: none;
  }
}
.s1 .circleBox img {
  width: 100%;
}

.s2 {
  background: rgba(103, 68, 152, 0.9);
  padding: 7vw 0;
}
.s2 .video {
  width: 70vw;
  height: 39.4vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .s2 .video {
    width: 90vw;
    height: 50.66vw;
  }
}
.s2 .video iframe {
  width: 100%;
  height: 100%;
}

.s3 {
  position: relative;
}
@media (max-width: 1024px) {
  .s3 {
    padding: 65vw 0 0 0;
  }
}
.s3 .bg {
  position: absolute;
  top: 0;
  left: 0vw;
  height: 100%;
  width: 72vw;
  z-index: -1;
}
@media (max-width: 1024px) {
  .s3 .bg {
    width: 100vw;
    height: 100vw;
  }
}
.s3 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .s3 .bg img {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
.s3 .text {
  color: #fff;
  width: 61vw;
  margin: 0 0 0 auto;
  font-size: 1.25vw;
  padding: 14vw 20.83vw 10vw 6vw;
  background: url(../img/city/content6/s3TextBg.png) no-repeat;
  transform: translateX(50vw);
}
@media (max-width: 1024px) {
  .s3 .text {
    background: url(../img/city/content6/s3TextBgM.png) no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    padding: 8vw 8vw 30vw 8vw;
    margin: 0;
    font-size: 4vw;
    text-align: justify;
  }
}
.s3 .text .subTitle {
  font-size: 2.5vw;
  margin-bottom: 1vw;
}
@media (max-width: 1024px) {
  .s3 .text .subTitle {
    font-size: 6vw;
  }
}

.s4 {
  display: flex;
  gap: 6.7vw;
  padding: 0 18.5vw 0 9.2vw;
}
@media (max-width: 1024px) {
  .s4 {
    padding: 0 10vw 0 7vw;
  }
}
.s4 .titleBox {
  display: flex;
  gap: 1.8vw;
}
@media (max-width: 1024px) {
  .s4 .titleBox {
    display: block;
  }
}
.s4 .titleBox .title {
  height: 112.5vw;
}
@media (max-width: 1024px) {
  .s4 .titleBox .title {
    height: 384vw;
  }
}
.s4 .titleBox .title img {
  height: 100%;
}
.s4 .textBox {
  padding: 12vw 0 0 0;
}
.s4 .textBox .text {
  width: 100%;
  text-align: justify;
  font-size: 1.25vw;
  color: #595757;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .s4 .textBox .text {
    font-size: 4vw;
  }
}
.s4 .textBox .imgBox {
  width: 100%;
  display: flex;
  gap: 2%;
  margin: 4vw 0 26vw 0;
}
.s4 .textBox .imgBox .img {
  width: 49%;
}
.s4 .textBox .imgBox .img img {
  width: 100%;
}
.s4 .textBox .text2 {
  position: relative;
}
.s4 .textBox .text2::before {
  content: "";
  width: 17.9vw;
  height: 40.52vw;
  background: url(../img/city/content6/s4Sub1.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -12vw;
  top: -8.5vw;
}
@media (max-width: 1024px) {
  .s4 .textBox .text2::before {
    display: none;
  }
}
.s4 .textBox .imgBoxM {
  display: none;
}
@media (max-width: 1024px) {
  .s4 .textBox .imgBoxM {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
    padding: 5vw 0 8vw 0;
  }
  .s4 .textBox .imgBoxM .img {
    width: 100%;
  }
  .s4 .textBox .imgBoxM .img img {
    width: 100%;
  }
}

.s5 {
  padding: 6vw 0 6vw 0;
  background: #674498;
  position: relative;
}
@media (max-width: 1024px) {
  .s5 {
    margin-top: -1px;
    padding: 8vw 0 6vw 0;
  }
}
.s5 .swiper {
  width: 63.33vw;
  height: 35.62vw;
  margin: 0 auto;
}
.s5 .swiper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s5 .swiper-button-prev {
  left: 5vw;
  top: 45%;
  width: 7.29vw;
  height: 9.47vw;
}
.s5 .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/city/content6/s5/arrow.png) no-repeat;
  background-size: contain;
}
.s5 .swiper-button-next {
  right: 5vw;
  top: 45%;
  width: 7.29vw;
  height: 9.47vw;
}
.s5 .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/city/content6/s5/arrow.png) no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
.s5 .text {
  font-size: 2vw;
  line-height: 1.7;
  color: #fff;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  text-align: center;
  margin-top: 4vw;
}
@media (max-width: 1024px) {
  .s5 .text {
    margin-top: 6vw;
    font-size: 2.5vw;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.s6 {
  height: 55vw;
  background: url(../img/city/content6/s6Bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .s6 {
    height: 198vw;
  }
}
.s6 .textBox {
  position: absolute;
  background: rgba(103, 68, 152, 0.9);
  width: 50vw;
  right: -50vw;
  top: 8vw;
  padding: 2vw 10vw 2vw 5vw;
  transition: right 1s;
}
@media (max-width: 1024px) {
  .s6 .textBox {
    top: 35vw;
    width: 76vw;
    padding: 2vw 8vw 5vw 5vw;
  }
}
.s6 .textBox .title {
  color: #fff;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.5vw;
}
@media (max-width: 1024px) {
  .s6 .textBox .title {
    font-size: 11.5vw;
  }
}
.s6 .textBox .title span {
  font-weight: 900;
}
.s6 .textBox .text {
  font-size: 1.25vw;
  color: #fff;
  text-align: justify;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .s6 .textBox .text {
    font-size: 4vw;
  }
}
.s6 .active {
  right: 0;
}

.s7 {
  padding: 7vw 20.5vw;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .s7 {
    flex-direction: column-reverse;
    padding: 7vw 3vw;
  }
}
.s7 .imgBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
.s7 .imgBox > div {
  width: 19vw;
  height: 20vw;
}
@media (max-width: 1024px) {
  .s7 .imgBox > div {
    width: 30vw;
    height: 31.5vw;
  }
}
.s7 .imgBox > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s7 .text {
  text-align: justify;
  font-size: 1.25vw;
  line-height: 1.7;
  color: #595757;
}
@media (max-width: 1024px) {
  .s7 .text {
    font-size: 4vw;
    padding: 0 6vw 7vw 6vw;
  }
}

.s8 .bg {
  transition: transform;
  transform: translate3d(-50vw, 0, 0);
}
.s8 .block {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .s8 .block {
    flex-wrap: wrap;
  }
}
.s8 .block:nth-child(odd) .bg {
  background: url(../img/city/content6/s8/s8Bg-1.png) no-repeat;
}
.s8 .block:nth-child(odd) .bgM {
  background: url(../img/city/content6/s8/s8BgM-1.png) no-repeat;
}
.s8 .block:nth-child(odd) .text {
  color: #595757;
}
.s8 .block:nth-child(odd) .title {
  color: #fff;
}
.s8 .block:nth-child(odd) .titleM {
  color: #fff;
}
.s8 .block:nth-child(even) {
  background-color: rgba(103, 68, 152, 0.9);
}
.s8 .block:nth-child(even) .bg {
  background: url(../img/city/content6/s8/s8Bg-2.png) no-repeat;
}
.s8 .block:nth-child(even) .bgM {
  background: url(../img/city/content6/s8/s8BgM-2.png) no-repeat;
}
.s8 .block:nth-child(even) .text {
  color: #fff;
}
.s8 .block:nth-child(even) .title {
  color: #674498;
}
.s8 .block:nth-child(even) .titleM {
  color: #674498;
}
.s8 .block .titleBox {
  position: relative;
  width: 25dvw;
  height: 55vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s8 .block .titleBox {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 25vw;
    padding-bottom: 1vw;
    margin-top: 7vw;
  }
}
.s8 .block .titleBox .title {
  height: 100%;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 3vw;
  margin: 0 1vw 0 auto;
}
.s8 .block .titleBox .title span {
  writing-mode: horizontal-tb;
}
.s8 .block .titleBox .titleM {
  height: 100%;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 3vw;
  margin: 0 1vw 0 auto;
  display: none;
}
@media (max-width: 1024px) {
  .s8 .block .titleBox .titleM {
    display: block;
    writing-mode: horizontal-tb;
    font-size: 5.6vw;
  }
}
.s8 .block .titleBox .titleM span {
  writing-mode: horizontal-tb;
}
.s8 .block .titleBox .bg {
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  background-position: right center;
  background-size: cover;
}
.s8 .block .titleBox .bgM {
  display: none;
}
@media (max-width: 1024px) {
  .s8 .block .titleBox .bgM {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-position: right center;
    background-size: cover;
    background-position: center bottom;
  }
}
.s8 .block .textBox {
  width: 75dvw;
  padding: 0 20vw 0 5vw;
}
@media (max-width: 1024px) {
  .s8 .block .textBox {
    width: 100%;
    padding: 8vw 7vw 10vw 7vw;
  }
}
.s8 .block .textBox .img {
  width: 50vw;
  height: 28.1vw;
  margin-bottom: 1vw;
}
@media (max-width: 1024px) {
  .s8 .block .textBox .img {
    width: 100%;
    height: 48.33vw;
    margin-bottom: 4vw;
  }
}
.s8 .block .textBox .img img {
  width: 100%;
  height: 100%;
}
.s8 .block .textBox .img iframe {
  width: 100%;
  height: 100%;
}
.s8 .block .textBox .text {
  font-size: 1.25vw;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 1024px) {
  .s8 .block .textBox .text {
    font-size: 4vw;
  }
}

.s9 {
  height: 55vw;
  background: url(../img/city/content6/s9.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
@media (max-width: 1024px) {
  .s9 {
    height: 140vw;
    margin-bottom: 45vw;
  }
}
.s9 .textBox {
  position: absolute;
  background: rgba(103, 68, 152, 0.9);
  width: 100%;
  left: 0vw;
  bottom: 0;
  padding: 5vw 0 5vw 0;
}
@media (max-width: 1024px) {
  .s9 .textBox {
    bottom: -45vw;
    padding: 7vw 0;
  }
}
.s9 .textBox .text {
  font-size: 1.25vw;
  color: #fff;
  text-align: justify;
  line-height: 1.7;
  width: 55vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .s9 .textBox .text {
    font-size: 4vw;
    width: 84vw;
  }
}
.s9 .active {
  bottom: 0;
}/*# sourceMappingURL=cityContent6.css.map */