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

body {
  background-color: #2b2c2c;
}

.pbKv {
  width: 100dvw;
  height: 48dvw;
  position: relative;
}
.pbKv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1024px) {
  .pbKv {
    height: 141vw;
  }
}
.pbKv img {
  width: 100dvw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pbKv .titleBox {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
}
.pbKv .titleBox .title {
  font-size: 6.25vw;
  text-align: center;
  color: #FDD108;
  line-height: 1.2;
  white-space: nowrap;
  margin-bottom: 1.5vw;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .pbKv .titleBox .title {
    font-size: 10.25vw;
  }
}
.pbKv .titleBox .title span {
  font-weight: 900;
}
.pbKv .titleBox .subTitle {
  font-size: 2.6vw;
  text-align: center;
  background: rgba(253, 209, 8, 0.8);
  line-height: 1.2;
  padding: 1vw;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .pbKv .titleBox .subTitle {
    font-size: 4.6vw;
    padding: 2vw 4vw;
  }
}

.pbSection {
  padding: 5vw 0;
}
@media (max-width: 1024px) {
  .pbSection:last-of-type {
    margin-bottom: 20vw;
  }
}
@media (max-width: 1024px) {
  .pbSection {
    padding: 7vw 0;
  }
}
.pbSection .title {
  font-size: 6.25vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-bottom: 3vw;
}
@media (max-width: 1024px) {
  .pbSection .title {
    font-size: 10.25vw;
    margin-bottom: 7vw;
  }
}
.pbSection .title:before {
  content: "";
  position: absolute;
  width: 107%;
  height: 3vw;
  background-color: #fbcf05;
  bottom: -0.5vw;
  z-index: -1;
  border-radius: 0 1.4vw 0 0;
}
@media (max-width: 1024px) {
  .pbSection .title:before {
    height: 7vw;
    bottom: -2.5vw;
    border-radius: 0 4vw 0 0;
  }
}
.pbSection .subTitle {
  font-size: 2.3vw;
  font-weight: 900;
  margin-bottom: 1.5vw;
}
@media (max-width: 1024px) {
  .pbSection .subTitle {
    font-size: 6.6vw;
    margin-bottom: 3vw;
  }
}
.pbSection .text {
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 1.66em;
  text-align: justify;
}
@media (max-width: 1024px) {
  .pbSection .text {
    font-size: 4vw;
  }
}

.pbS1 .itemBox {
  width: 76.8vw;
  height: 43vw;
  position: relative;
  margin: 0 13.5vw 0 auto;
}
@media (max-width: 1024px) {
  .pbS1 .itemBox {
    width: 85%;
    margin: 0 auto;
    height: auto;
  }
}
.pbS1 .itemBox:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fbcf05;
  border-radius: 11.5vw 0 0 0;
  top: -1.2vw;
  left: -1.2vw;
}
@media (max-width: 1024px) {
  .pbS1 .itemBox:before {
    width: 82vw;
    height: 55vw;
    left: 0;
    top: -1.5vw;
  }
}
.pbS1 .itemBox .imgBox {
  width: 100%;
  height: 100%;
  border-radius: 10.4vw 0 0 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .pbS1 .itemBox .imgBox {
    width: 98%;
    height: 57vw;
    margin: 0 0 3vw auto;
  }
}
.pbS1 .itemBox .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pbS1 .itemBox .textBox {
  position: absolute;
  right: -7vw;
  bottom: -2.5vw;
  background-color: #fbcf05;
  width: 31.25vw;
  height: 40vw;
  padding: 2vw;
}
@media (max-width: 1024px) {
  .pbS1 .itemBox .textBox {
    position: static;
    width: 100%;
    height: auto;
    padding: 6vw;
  }
}
.pbS1 .itemBox .textBox .title:before {
  background-color: #fff;
}

.pbS2 {
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .pbS2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.pbS2 .itemBox {
  width: 53vw;
  height: 42vw;
  position: relative;
}
@media (max-width: 1024px) {
  .pbS2 .itemBox {
    width: 90vw;
    height: auto;
  }
}
.pbS2 .itemBox:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6666666667);
  border-radius: 0 11.5vw 0 0;
  top: -2.5%;
  left: 2.5%;
}
@media (max-width: 1024px) {
  .pbS2 .itemBox:after {
    width: 90vw;
    height: 100%;
    top: -2vw;
  }
}
.pbS2 .itemBox .textBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0vw;
  background-color: #fff;
  border-radius: 0 10.4vw 0 0;
  padding: 4vw 6vw 2vw 6vw;
  z-index: 2;
}
@media (max-width: 1024px) {
  .pbS2 .itemBox .textBox {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8vw 12vw 8vw 8vw;
  }
}
.pbS2 .imgBox {
  width: 67vw;
  height: 43vw;
  border-radius: 9vw 0 0 0;
  overflow: hidden;
  margin: -4vw 0 0 -20vw;
}
@media (max-width: 1024px) {
  .pbS2 .imgBox {
    width: 92vw;
    height: 59vw;
    margin: 0 0 -5vw auto;
  }
}
.pbS2 .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pbS3 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .pbS3 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.pbS3 .textBox {
  width: 27vw;
  margin: 0 10vw;
}
@media (max-width: 1024px) {
  .pbS3 .textBox {
    width: 70vw;
    margin: 0 auto;
  }
}
.pbS3 .textBox .title {
  color: #fff;
  text-shadow: 0.3vw 0.3vw 0.2vw rgba(0, 0, 0, 0.4);
}
.pbS3 .textBox .subTitle {
  color: #fff;
}
.pbS3 .textBox .text {
  color: #fff;
}
.pbS3 .textBox .text span {
  color: #fbcf05;
}
.pbS3 .imgBox {
  width: 57vw;
  height: 48vw;
  position: relative;
}
@media (max-width: 1024px) {
  .pbS3 .imgBox {
    width: 90vw;
    height: 76vw;
    margin: 0 0 5vw auto;
  }
}
.pbS3 .imgBox::before {
  content: "";
  position: absolute;
  background: #fbcf05;
  width: 100%;
  height: 100%;
  left: -1.5vw;
  top: -1.5vw;
  z-index: -1;
  border-radius: 11.5vw 0 0 0;
}
.pbS3 .imgBox img {
  border-radius: 10.4vw 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pbS4 {
  position: relative;
  width: 100vw;
  height: 68vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .pbS4 {
    height: 174vw;
  }
}
.pbS4 .imgBox {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 54vw;
}
@media (max-width: 1024px) {
  .pbS4 .imgBox {
    height: 160vw;
  }
}
.pbS4 .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pbS4 .textBox {
  width: 55.7vw;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2vw;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .pbS4 .textBox {
    padding: 8vw;
    width: 80vw;
  }
}
.pbS4 .textBox .title {
  color: #fbcf05;
  margin: 0 auto 3vw auto;
}
@media (max-width: 1024px) {
  .pbS4 .textBox .title {
    margin: 0 0 7vw 0;
  }
}
.pbS4 .textBox .title::before {
  background-color: #000;
}

.pbS5 {
  position: relative;
}
.pbS5 .flex {
  display: flex;
}
.pbS5 .flex .colorBlock {
  width: 30%;
  background: #fbcf05;
}
@media (max-width: 1024px) {
  .pbS5 .flex .colorBlock {
    width: 6%;
  }
}
.pbS5 .flex .imgBox {
  width: 70%;
  height: 54vw;
}
@media (max-width: 1024px) {
  .pbS5 .flex .imgBox {
    width: 94%;
  }
}
.pbS5 .flex .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pbS5 .textBox {
  position: absolute;
  top: 50%;
  left: 13vw;
  transform: translateY(-50%);
  width: 32vw;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 3vw;
}
@media (max-width: 1024px) {
  .pbS5 .textBox {
    position: static;
    transform: unset;
    width: 70vw;
    margin: 7vw auto 0 auto;
    background: unset;
    padding: 0;
  }
}
.pbS5 .textBox .title {
  color: #fff;
  text-shadow: 0.3vw 0.3vw 0.2vw rgba(0, 0, 0, 0.4);
}
.pbS5 .textBox .subTitle {
  color: #fff;
}
.pbS5 .textBox .text {
  color: #fff;
}
.pbS5 .textBox .text span {
  color: #fbcf05;
}

.pbS6 .videoBox {
  width: 83.6vw;
  height: 45vw;
  margin: 0 auto;
  border: 1vw solid #fbcf05;
}
.pbS6 .videoBox iframe {
  width: 100%;
  height: 100%;
}

.pbS7 .textBox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pbS7 .textBox {
    width: 70vw;
  }
}
.pbS7 .textBox .title {
  color: #fff;
  text-shadow: 0.3vw 0.3vw 0.2vw rgba(0, 0, 0, 0.4);
  text-align: center;
}
@media (max-width: 1024px) {
  .pbS7 .textBox .title {
    text-align: start;
  }
}
.pbS7 .textBox .subTitle {
  color: #fff;
  text-align: center;
  margin-bottom: 3vw;
}
@media (max-width: 1024px) {
  .pbS7 .textBox .subTitle {
    margin-bottom: 8vw;
    text-align: start;
  }
}
.pbS7 .itemBox {
  width: 83vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
  }
}
.pbS7 .itemBox .item {
  width: 19.42vw;
  height: 26.8vw;
  background: url(../img/city/content11/s7-bg4.png) no-repeat;
  background-size: contain;
  padding: 1.5vw;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox .item {
    width: 70vw;
    height: 96.59vw;
    padding: 5vw;
  }
}
.pbS7 .itemBox .item .imgBox {
  height: 55%;
  padding: 2vw 0;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox .item .imgBox {
    padding: 6vw 0;
  }
}
.pbS7 .itemBox .item .imgBox img {
  height: 100%;
  margin: 0 auto;
}
.pbS7 .itemBox .item .imgBox2 {
  height: 70%;
}
.pbS7 .itemBox .item .cardTitle {
  color: #fbcf05;
  font-size: 2.1vw;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox .item .cardTitle {
    font-size: 7.8vw;
  }
}
.pbS7 .itemBox .item .text {
  color: #fff;
  font-size: 1.15vw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox .item .text {
    font-size: 4vw;
  }
}
.pbS7 .itemBox .item .text span {
  color: #fbcf05;
}
.pbS7 .itemBox .item .textUp {
  margin: 0.5vw 0 1.5vw 0;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox .item .textUp {
    margin: 0.5vw 0 4vw 0;
  }
}
.pbS7 .itemBox .item .numBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6vw;
  margin-top: -1.5vw;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox .item .numBox {
    gap: 1.7vw;
    margin-top: -5vw;
  }
}
.pbS7 .itemBox .item .numBox .arrowBox .text {
  text-align: center;
}
.pbS7 .itemBox .item .numBox .arrowBox img {
  width: 3.6vw;
  height: 2.86vw;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox .item .numBox .arrowBox img {
    width: 12.56vw;
    height: 10vw;
  }
}
.pbS7 .itemBox .item .numBox .numSub {
  display: flex;
  font-size: 6.25vw;
  margin-bottom: 0.5vw;
  color: #fbcf05;
}
.pbS7 .itemBox .item .numBox .numSub .num,
.pbS7 .itemBox .item .numBox .numSub .numText {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox .item .numBox .numSub .num,
  .pbS7 .itemBox .item .numBox .numSub .numText {
    font-size: 22.5vw;
  }
}
.pbS7 .itemBox .item .numBox .text3 {
  margin-top: 3.5vw;
}
@media (max-width: 1024px) {
  .pbS7 .itemBox .item .numBox .text3 {
    margin-top: 14vw;
  }
}

@media (max-width: 1024px) {
  .pbS8 .textBox {
    width: 70vw;
    margin: 0 auto;
  }
}
.pbS8 .textBox .title {
  color: #fff;
  text-shadow: 0.3vw 0.3vw 0.2vw rgba(0, 0, 0, 0.4);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4vw auto;
}
@media (max-width: 1024px) {
  .pbS8 .textBox .title {
    text-align: start;
    margin: 0 0 8vw 0;
  }
}
.pbS8 .textBox .text {
  color: #fff;
  width: 70vw;
  margin: 0 auto 2vw auto;
}
@media (max-width: 1024px) {
  .pbS8 .textBox .text {
    margin-bottom: 8vw;
  }
}
.pbS8 .textBox .subTitle {
  color: #fff;
  text-align: center;
  margin-bottom: 2vw;
}
@media (max-width: 1024px) {
  .pbS8 .textBox .subTitle {
    margin-bottom: 8vw;
    text-align: start;
  }
}
.pbS8 .textBox .subTitle2 {
  font-size: 2.3vw;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3vw;
  color: #fbcf05;
}
@media (max-width: 1024px) {
  .pbS8 .textBox .subTitle2 {
    margin-bottom: 8vw;
    text-align: start;
  }
}
.pbS8 .itemBox {
  width: 83vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
  }
}
.pbS8 .itemBox .item {
  width: 19.42vw;
  height: 26.8vw;
  background: url(../img/city/content11/s7-bg4.png) no-repeat;
  background-size: contain;
  padding: 1.5vw;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item {
    width: 70vw;
    height: 96.59vw;
    padding: 5vw;
  }
}
.pbS8 .itemBox .item .imgBox {
  height: 70%;
  padding: 1vw 0;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item .imgBox {
    padding: 6vw 0;
  }
}
.pbS8 .itemBox .item .imgBox img {
  height: 100%;
  margin: 0 auto;
}
.pbS8 .itemBox .item .imgBox2 {
  height: 70%;
}
.pbS8 .itemBox .item .cardTitle {
  color: #fbcf05;
  font-size: 2.1vw;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item .cardTitle {
    font-size: 7.8vw;
  }
}
.pbS8 .itemBox .item .text {
  color: #fff;
  font-size: 1.15vw;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item .text {
    font-size: 4vw;
  }
}
.pbS8 .itemBox .item .numBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6vw;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item .numBox {
    gap: 1.7vw;
  }
}
.pbS8 .itemBox .item .numBox .arrowBox .text {
  margin-bottom: 2.5vw;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item .numBox .arrowBox .text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
}
.pbS8 .itemBox .item .numBox .numSub {
  display: flex;
  font-size: 4.8vw;
  margin-bottom: 0.5vw;
  color: #fbcf05;
}
.pbS8 .itemBox .item .numBox .numSub .num,
.pbS8 .itemBox .item .numBox .numSub .numText {
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item .numBox .numSub .num,
  .pbS8 .itemBox .item .numBox .numSub .numText {
    font-size: 16.66vw;
  }
}
.pbS8 .itemBox .item .numBox > .text .text3 {
  font-size: 2.8vw;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item .numBox > .text .text3 {
    font-size: 10vw;
  }
}
.pbS8 .itemBox .item .numBox > .text .text4 {
  font-size: 1vw;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item .numBox > .text .text4 {
    font-size: 4vw;
  }
}
.pbS8 .itemBox .item .numBox > .text .text5 {
  font-size: 3.65vw;
}
@media (max-width: 1024px) {
  .pbS8 .itemBox .item .numBox > .text .text5 {
    font-size: 12.5vw;
  }
}

@media (max-width: 1024px) {
  .pbS9 .textBox {
    width: 70vw;
    margin: 0 auto;
  }
}
.pbS9 .textBox .title {
  color: #fff;
  text-shadow: 0.3vw 0.3vw 0.2vw rgba(0, 0, 0, 0.4);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4vw auto;
}
@media (max-width: 1024px) {
  .pbS9 .textBox .title {
    text-align: start;
    margin: 0 0 8vw 0;
  }
}
.pbS9 .textBox .text {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2vw auto;
}
@media (max-width: 1024px) {
  .pbS9 .textBox .text {
    margin-bottom: 8vw;
  }
}
.pbS9 .textBox .text span {
  color: #fbcf05;
}
.pbS9 .textBox .subTitle {
  color: #fff;
  text-align: center;
  margin-bottom: 3vw;
  color: #fbcf05;
}
@media (max-width: 1024px) {
  .pbS9 .textBox .subTitle {
    margin-bottom: 8vw;
    text-align: start;
  }
}
.pbS9 .itemBox {
  width: 83vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
  }
}
.pbS9 .itemBox .item {
  width: 24.48vw;
  height: 33.85vw;
  background: url(../img/city/content11/s7-bg4.png) no-repeat;
  background-size: contain;
  padding: 2.5vw;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item {
    width: 70vw;
    height: 96.59vw;
    padding: 5vw;
  }
}
.pbS9 .itemBox .item .imgBox {
  height: 50%;
  padding: 1vw 0;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item .imgBox {
    padding: 6vw 0;
  }
}
.pbS9 .itemBox .item .imgBox img {
  height: 100%;
  margin: 0 auto;
}
.pbS9 .itemBox .item .imgBox2 {
  height: 42%;
}
.pbS9 .itemBox .item .cardTitle {
  color: #fbcf05;
  font-size: 3vw;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.7vw;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item .cardTitle {
    font-size: 7.8vw;
    margin-bottom: 2vw;
  }
}
.pbS9 .itemBox .item .text {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item .text {
    font-size: 4vw;
    width: 50vw;
    margin: 0 auto;
  }
}
.pbS9 .itemBox .item .numBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6vw;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item .numBox {
    gap: 1.7vw;
  }
}
.pbS9 .itemBox .item .numBox .arrowBox .text {
  margin-bottom: 2.5vw;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item .numBox .arrowBox .text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
}
.pbS9 .itemBox .item .numBox .numSub {
  display: flex;
  font-size: 4.8vw;
  margin-bottom: 0.5vw;
  color: #fbcf05;
}
.pbS9 .itemBox .item .numBox .numSub .num,
.pbS9 .itemBox .item .numBox .numSub .numText {
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item .numBox .numSub .num,
  .pbS9 .itemBox .item .numBox .numSub .numText {
    font-size: 16.66vw;
  }
}
.pbS9 .itemBox .item .numBox > .text .text3 {
  font-size: 2.8vw;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item .numBox > .text .text3 {
    font-size: 10vw;
  }
}
.pbS9 .itemBox .item .numBox > .text .text4 {
  font-size: 1vw;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item .numBox > .text .text4 {
    font-size: 4vw;
  }
}
.pbS9 .itemBox .item .numBox > .text .text5 {
  font-size: 3.65vw;
}
@media (max-width: 1024px) {
  .pbS9 .itemBox .item .numBox > .text .text5 {
    font-size: 12.5vw;
  }
}

.pbS10 .textBox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pbS10 .textBox {
    width: 70vw;
  }
}
.pbS10 .textBox .title {
  color: #fff;
  text-shadow: 0.3vw 0.3vw 0.2vw rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-bottom: 5vw;
}
@media (max-width: 1024px) {
  .pbS10 .textBox .title {
    text-align: start;
  }
}
.pbS10 .textBox .subTitle {
  color: #fff;
  text-align: center;
  margin-bottom: 3vw;
}
@media (max-width: 1024px) {
  .pbS10 .textBox .subTitle {
    margin-bottom: 8vw;
    text-align: start;
  }
}
.pbS10 .itemBox {
  width: 83vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
  }
}
.pbS10 .itemBox .item {
  width: 19.42vw;
  height: 26.8vw;
  background: url(../img/city/content11/s7-bg4.png) no-repeat;
  background-size: contain;
  padding: 1vw;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item {
    width: 70vw;
    height: 96.59vw;
    padding: 5vw;
  }
}
.pbS10 .itemBox .item .imgBox {
  height: 45%;
  padding: 2vw 0;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .imgBox {
    padding: 6vw 0;
  }
}
.pbS10 .itemBox .item .imgBox img {
  height: 100%;
  margin: 0 auto;
}
.pbS10 .itemBox .item .cardTitle {
  color: #fbcf05;
  font-size: 2.1vw;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .cardTitle {
    font-size: 7.8vw;
  }
}
.pbS10 .itemBox .item .text {
  color: #fff;
  font-size: 1.15vw;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .text {
    font-size: 4vw;
  }
}
.pbS10 .itemBox .item .text span {
  color: #fbcf05;
}
.pbS10 .itemBox .item .textUp {
  margin: -0.5vw 0 1vw 0;
  font-size: 2.7vw;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .textUp {
    font-size: 9.5vw;
  }
}
.pbS10 .itemBox .item .textUp2 {
  margin: 0 0 2vw 0;
}
.pbS10 .itemBox .item .textDown {
  margin-top: 0.5vw;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .textDown {
    margin-top: 4vw;
  }
}
.pbS10 .itemBox .item .numBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6vw;
  margin-top: -1.5vw;
  height: 7vw;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .numBox {
    gap: 1.7vw;
    margin-top: 0;
    height: 20vw;
  }
}
.pbS10 .itemBox .item .numBox .arrowBox .text {
  text-align: center;
}
.pbS10 .itemBox .item .numBox .arrowBox img {
  width: 3.6vw;
  height: 2.86vw;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .numBox .arrowBox img {
    width: 12.56vw;
    height: 10vw;
  }
}
.pbS10 .itemBox .item .numBox .numSub {
  display: flex;
  font-size: 6.25vw;
  color: #fbcf05;
}
.pbS10 .itemBox .item .numBox .numSub .num,
.pbS10 .itemBox .item .numBox .numSub .numText {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .numBox .numSub .num,
  .pbS10 .itemBox .item .numBox .numSub .numText {
    font-size: 22.5vw;
  }
}
.pbS10 .itemBox .item .numBox .numSub .num2 {
  font-size: 3.8vw;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .numBox .numSub .num2 {
    font-size: 13.8vw;
  }
}
.pbS10 .itemBox .item .numBox .numSub .numText2 {
  font-size: 3.8vw;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .numBox .numSub .numText2 {
    font-size: 13.8vw;
  }
}
.pbS10 .itemBox .item .numBox .numSub .numText3 {
  font-size: 1.5vw;
  margin: auto 0 0 0;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .numBox .numSub .numText3 {
    font-size: 5vw;
  }
}
.pbS10 .itemBox .item .numBox .text3 {
  margin-top: 3.5vw;
}
@media (max-width: 1024px) {
  .pbS10 .itemBox .item .numBox .text3 {
    margin-top: 14vw;
  }
}

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

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