@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(7) .item {
  color: #FDD108 !important;
  font-size: 28px !important;
}
@media (max-width: 767px) {
  .subMenu .itemBox a:nth-child(7) .item {
    font-size: 16px !important;
  }
}
*/
.kv {
  width: 100%;
  height: 47.5dvw;
  position: relative;
}
@media (max-width: 1024px) {
  .kv {
    height: 225vw;
  }
}
.kv video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.kv .titleBox {
  position: absolute;
  width: 60vw;
  height: 19.79vw;
  padding: 2vw;
  text-align: center;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  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: 19.79vw;
  }
}
@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.4s;
}
@media (max-width: 1024px) {
  .kv .titleBox .border {
    margin: 3vw 0;
    height: 1px;
  }
}
@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;
  }
}

.contentBorder {
  margin: 3vw 2.3vw 6vw 2.3vw;
  border: 1vw solid #036eb8;
  padding: 1vw;
}
@media (max-width: 1024px) {
  .contentBorder {
    margin-bottom: 20vw;
  }
}
.contentBorder .contentBg {
  background: url(../img/city/content7/contentBg.png);
  background-size: 100% auto;
  border-bottom: 0.05vw solid #036eb8;
}
@media (max-width: 1024px) {
  .contentBorder .contentBg {
    background: url(../img/city/content7/contentBgM.png);
    background-size: 100% auto;
  }
}

.section {
  padding: 7.5vw 0 10vw 0;
  position: relative;
}
.section .title {
  margin: 0 auto 4vw auto;
}
@media (max-width: 1024px) {
  .section .title {
    margin: 0 auto 8vw auto;
  }
}
.section .title img {
  width: 100%;
}
.section .textBox {
  width: 62vw;
  margin: 0 auto;
  background-color: #036eb8;
  padding: 1.5vw 4vw;
}
@media (max-width: 1024px) {
  .section .textBox {
    width: 82vw;
    padding: 7vw 7vw 10vw 7vw;
  }
}
.section .textBox .subTitle {
  font-size: 2.5vw;
  color: #FDD108;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1024px) {
  .section .textBox .subTitle {
    font-size: 5.12vw;
  }
}
.section .textBox .text {
  font-size: 1.5vw;
  color: #fff;
  line-height: 1.63em;
  text-align: justify;
}
@media (max-width: 1024px) {
  .section .textBox .text {
    font-size: 4vw;
  }
}
.section .circle {
  width: 7.3vw;
  position: absolute;
}
.section .circle img {
  width: 100%;
}

.s1 .title {
  width: 60vw;
}
@media (max-width: 1024px) {
  .s1 .title {
    width: 80vw;
  }
}
.s1 .textBox .text {
  line-height: 1.66em;
}
.s1 .circle1 {
  left: 19.5vw;
  bottom: 0.5vw;
}
@media (max-width: 1024px) {
  .s1 .circle1 {
    display: none;
  }
}

.s2 .title {
  width: 45.3vw;
}
@media (max-width: 1024px) {
  .s2 .title {
    width: 61vw;
  }
}
.s2 .imgBox {
  width: 76.45vw;
  margin: 3vw auto 0 auto;
}
@media (max-width: 1024px) {
  .s2 .imgBox {
    margin-top: 7vw;
    width: 90vw;
  }
}
.s2 .imgBox img {
  width: 100%;
}
.s2 .circle1 {
  right: 7.7vw;
  top: 3.8vw;
}
@media (max-width: 1024px) {
  .s2 .circle1 {
    top: -4vw;
  }
}
.s2 .circle2 {
  left: 7.7vw;
  bottom: 11vw;
}
@media (max-width: 1024px) {
  .s2 .circle2 {
    bottom: 50vw;
  }
}
.s2 .circle3 {
  right: 7.6vw;
  bottom: -0.5vw;
}
@media (max-width: 1024px) {
  .s2 .circle3 {
    bottom: 4vw;
  }
}
.s2 .circle4 {
  display: none;
}
@media (max-width: 1024px) {
  .s2 .circle4 {
    display: block;
    left: 19.5vw;
    bottom: 27.5vw;
  }
}

.s3 {
  padding: 19vw 0 0vw 0;
}
@media (max-width: 1024px) {
  .s3 {
    padding: 6vw 0 0 0;
  }
}
.s3 .textBox {
  padding: 2vw;
}
.s3 .mySwiper2 {
  margin-bottom: 1.2vw;
}
.s3 .mySwiper2 .swiper-slide img {
  width: 100%;
}
.s3 .mySwiper .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
}
.s3 .mySwiper .swiper-slide img {
  width: 100%;
}
.s3 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.s4 {
  padding: 12vw 0 0vw 0;
}
.s4 .textBox {
  padding: 2vw;
}
@media (max-width: 1024px) {
  .s4 .textBox {
    padding: 7vw 7vw 10vw 7vw;
  }
}
.s4 .textBox .imgBox {
  margin-top: 2vw;
}
@media (max-width: 1024px) {
  .s4 .textBox .imgBox {
    margin-top: 5vw;
  }
}
.s4 .textBox .imgBox img {
  width: 100%;
}

.s5 {
  padding: 6vw 0 0vw 0;
}
@media (max-width: 1024px) {
  .s5 {
    padding: 8vw 0 0vw 0;
  }
}
.s5 .textBox .imgBox {
  margin-top: 2vw;
}
.s5 .textBox .imgBox img {
  width: 100%;
}
.s5 .circle1 {
  left: 19.7vw;
  top: -0.5vw;
}

.s6 {
  padding: 5vw 0 0vw 0;
}
@media (max-width: 1024px) {
  .s6 {
    padding: 8vw 0 0vw 0;
  }
}
.s6 .textBox {
  padding: 2vw;
}
@media (max-width: 1024px) {
  .s6 .textBox {
    padding: 5vw 2vw 20vw 2vw;
  }
}
.s6 .textBox .text {
  padding: 0 5vw;
}
.s6 .textBox .imgBox {
  margin-top: 2vw;
}
@media (max-width: 1024px) {
  .s6 .textBox .imgBox {
    margin-top: 5vw;
  }
}
.s6 .textBox .imgBox img {
  width: 100%;
}
.s6 .circle1 {
  right: 19.7vw;
  top: -0.5vw;
}
@media (max-width: 1024px) {
  .s6 .circle1 {
    top: -4vw;
    right: 8vw;
  }
}

.s7 {
  padding: 16vw 0 10vw 0;
}
.s7 .textBox {
  padding: 0;
}
.s7 .textBox .youTubeBox {
  width: 100%;
  height: 34.6vw;
}
@media (max-width: 1024px) {
  .s7 .textBox .youTubeBox {
    position: relative;
    width: 100dvw;
    height: 56.4dvw;
    left: -9vw;
  }
}
.s7 .textBox .youTubeBox iframe {
  width: 100%;
  height: 100%;
}

.s8 {
  padding-bottom: 6vw;
}
.s8 .title {
  width: 33.85vw;
  margin-bottom: 5vw;
}
@media (max-width: 1024px) {
  .s8 .title {
    width: 45.6vw;
  }
}
.s8 .textBox .text ul {
  list-style: none;
}
@media (max-width: 1024px) {
  .s8 .textBox .text ul {
    padding-left: 3vw;
  }
}
.s8 .textBox .text ul li {
  line-height: 1.66em;
  position: relative;
}
.s8 .textBox .text ul li::before {
  content: "";
  position: absolute;
  width: 1.3vw;
  height: 1.3vw;
  background-color: #FDD108;
  border-radius: 50%;
  left: -3vw;
  top: 0.65vw;
}
@media (max-width: 1024px) {
  .s8 .textBox .text ul li::before {
    width: 2vw;
    height: 2vw;
    left: -5vw;
    top: 2.5vw;
  }
}
.s8 .textBox .text ul li:not(:last-child) {
  margin-bottom: 2vw;
}
@media (max-width: 1024px) {
  .s8 .textBox .text ul li:not(:last-child) {
    margin-bottom: 5vw;
  }
}
.s8 .circle1 {
  right: 8vw;
  bottom: 3vw;
}

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

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