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

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

.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .mobile {
    display: block;
  }
}
.mobile img {
  width: 100dvw;
}

.swiperBox {
  position: relative;
  width: 50vw;
}
@media (max-width: 1024px) {
  .swiperBox {
    display: none;
  }
}
.swiperBox .swiper {
  width: 100%;
}
.swiperBox .swiper .swiper-slide img {
  width: 90%;
  margin: 0 auto;
}
.swiperBox .swiper .swiper-button-next {
  width: 2.9vw;
  height: 5.7vw;
}
.swiperBox .swiper .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/city/content4/arrow.png) no-repeat;
  background-size: contain;
}
.swiperBox .swiper .swiper-button-prev {
  width: 2.9vw;
  height: 5.7vw;
}
.swiperBox .swiper .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/city/content4/arrow.png) no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}

.wrapper {
  color: #595757;
}

.kv {
  width: 100%;
  height: 47vw;
  position: relative;
}
@media (max-width: 1024px) {
  .kv {
    height: 170dvw;
  }
}
.kv img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.titleBox {
  position: absolute;
  background-color: rgba(35, 24, 21, 0.7);
}
.titleBox .title {
  font-weight: 400;
  width: 35.2vw;
}
.titleBox .title span {
  font-weight: 900;
}
.titleBox .title2 {
  font-size: 4vw;
  margin-bottom: 2.6vw;
  color: #FDD108;
  line-height: 1;
}
@media (max-width: 1024px) {
  .titleBox .title2 {
    font-size: 7.6vw;
    width: 67vw;
    margin: 0 auto 6vw auto;
    text-align: center;
  }
}
.titleBox .text {
  font-size: 2.2vw;
  color: #fff;
  line-height: 1.2;
  width: 35.2vw;
}
@media (max-width: 1024px) {
  .titleBox .text {
    font-size: 4vw;
    width: 64vw;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.5;
  }
}
.titleBox .img {
  width: 100%;
  margin-bottom: 2vw;
}
@media (max-width: 1024px) {
  .titleBox .img {
    width: 67vw;
    margin: 0 auto 6vw auto;
  }
}
.titleBox .img img {
  width: 100%;
}

.titleBox1 {
  bottom: 16vh;
  left: 50%;
  padding: 2.5vw 4.5vw 2.5vw 4.5vw;
  overflow: hidden;
  opacity: 1;
  height: 22vw;
  transform: translate(-50%);
  transition: width 1.3s, opacity 0.8s;
  animation: kvShow 2s;
}
@media (max-width: 1024px) {
  .titleBox1 {
    width: 90vw;
    height: 47vw;
    bottom: 30dvh;
    padding: 2vw 4.5vw 2vw 4.5vw;
    animation: kvShowMobile 2s;
  }
}
@keyframes kvShow {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 22vw;
  }
}
@keyframes kvShowMobile {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 45vw;
  }
}
.titleBox1 .mainTitle {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
  position: relative;
}
@media (max-width: 1024px) {
  .titleBox1 .mainTitle {
    font-size: 10vw;
  }
}
.titleBox1 .mainTitle span {
  font-weight: 900;
  line-height: 1;
}
.titleBox1 .mainTitle .border {
  height: 2px;
  width: 100%;
  background: #FDD108;
  position: absolute;
  bottom: 0;
  animation: borderKv 2s 0.5s;
}
@keyframes borderKv {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.titleBox1 .subTitle {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  font-weight: 900;
  font-size: 2.9vw;
}
@media (max-width: 1024px) {
  .titleBox1 .subTitle {
    font-size: 4.6vw;
  }
}

.s1 {
  border-left: 30px solid #9fa0a0;
  border-right: 30px solid #9fa0a0;
}
@media (max-width: 1024px) {
  .s1 {
    border-left: 10px solid #9fa0a0;
    border-right: 10px solid #9fa0a0;
  }
}
.s1 .title {
  color: #9fa0a0;
}
.s1 .side p {
  color: #9fa0a0;
}

.s2 {
  border-left: 30px solid #7ecbf1;
  border-right: 30px solid #7ecbf1;
}
@media (max-width: 1024px) {
  .s2 {
    border-left: 10px solid #7ecbf1;
    border-right: 10px solid #7ecbf1;
  }
}
.s2 .title {
  color: #7ecbf1;
}
.s2 .side p {
  color: #7ecbf1;
}

.s3 {
  border-left: 30px solid #8f82ba;
  border-right: 30px solid #8f82ba;
}
@media (max-width: 1024px) {
  .s3 {
    border-left: 10px solid #8f82ba;
    border-right: 10px solid #8f82ba;
  }
}
.s3 .title {
  color: #8f82ba;
}
.s3 .side p {
  color: #8f82ba;
}

.s4 {
  border-left: 30px solid #ed9ebd;
  border-right: 30px solid #ed9ebd;
}
@media (max-width: 1024px) {
  .s4 {
    border-left: 10px solid #ed9ebd;
    border-right: 10px solid #ed9ebd;
  }
}
.s4 .title {
  color: #ed9ebd;
}
.s4 .side p {
  color: #ed9ebd;
}

.s5 {
  border-left: 30px solid #ef9b76;
  border-right: 30px solid #ef9b76;
}
@media (max-width: 1024px) {
  .s5 {
    border-left: 10px solid #ef9b76;
    border-right: 10px solid #ef9b76;
  }
}
.s5 .title {
  color: #ef9b76;
}
.s5 .side p {
  color: #ef9b76;
}

.s6 {
  border-left: 30px solid #f1b920;
  border-right: 30px solid #f1b920;
}
@media (max-width: 1024px) {
  .s6 {
    border-left: 10px solid #f1b920;
    border-right: 10px solid #f1b920;
  }
}
.s6 .title {
  color: #f1b920;
}
.s6 .side p {
  color: #f1b920;
}

.s7 {
  border-left: 30px solid #89c797;
  border-right: 30px solid #89c797;
}
@media (max-width: 1024px) {
  .s7 {
    border-left: 10px solid #89c797;
    border-right: 10px solid #89c797;
  }
}
.s7 .title {
  color: #89c797;
}
.s7 .side p {
  color: #89c797;
}

section {
  display: flex;
  align-items: center;
  padding: 30px;
  background: url(../img/city/content4/bg.jpg) fixed no-repeat center center/100% 100%;
}
@media (max-width: 1024px) {
  section {
    flex-direction: column;
    padding: 10px;
  }
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.side {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .side {
    width: 100%;
    position: relative;
  }
}
.side p {
  text-align: center;
  font-size: clamp(45px, 5vw, 96px);
}
@media (max-width: 1024px) {
  .side p {
    position: absolute;
    bottom: 10%;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.main {
  flex-grow: 1;
  flex-shrink: 1;
}
.main p {
  color: #595757;
  font-size: clamp(17px, 1.2vw, 30px);
}
.main span {
  color: #036eb8;
}

.title {
  font-size: clamp(20px, 2vw, 48px);
  text-align: right;
}
@media (max-width: 1024px) {
  .title {
    text-align: center;
  }
}

.s1 .title {
  color: #595757;
}
.s1 .chart-s1 {
  display: flex;
}
@media (max-width: 1024px) {
  .s1 .chart-s1 {
    flex-direction: column;
  }
}
.s1 .chart-s1 .item {
  padding: 10px;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .s1 .chart-s1 .item {
    padding: 10px 0;
  }
}
.s1 .chart-s1 .item:nth-of-type(1) {
  color: #385724;
}
.s1 .chart-s1 .item:nth-of-type(1) span {
  color: #385724;
}
.s1 .chart-s1 .item:nth-of-type(1) td {
  border: 2px solid #385724;
}
.s1 .chart-s1 .item:nth-of-type(2) {
  color: #024279;
}
.s1 .chart-s1 .item:nth-of-type(2) span {
  color: #024279;
}
.s1 .chart-s1 .item:nth-of-type(2) td {
  border: 2px solid #024279;
}
.s1 .chart-s1 .item p {
  font-size: 20px;
  padding: 0.5em 0;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  text-align: center;
}
.s1 table {
  width: 100%;
}
.s1 tr:nth-of-type(1) {
  position: relative;
}
.s1 tr:nth-of-type(1):after {
  content: "";
  display: block;
  border: 2px dashed rgb(191, 31, 31);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
}
.s1 th {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}
.s1 td {
  text-align: center;
  padding: 0.5em;
  background-color: #fff;
  border-radius: 10px;
}

.s3 .pic img {
  margin-bottom: 20px;
}

.s4 p b {
  background-color: #ed9ebd;
  padding: 0.2em;
  border-radius: 4px;
  color: #fff;
}

.s5 p b {
  background-color: #ef9b76;
  padding: 0.2em;
  border-radius: 4px;
  color: #fff;
}
.s5 .chart-s5 {
  display: flex;
  justify-content: start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .s5 .chart-s5 {
    flex-direction: column;
  }
}
.s5 .chart-s5 > * {
  padding: 10px;
}
.s5 .type {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.s5 .type-list {
  font-size: 22px;
  font-size: clamp(16px, 1.2vw, 22px);
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .s5 .type-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.s5 .type-list dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
  .s5 .type-list dd {
    width: 50%;
  }
}
.s5 .type-list dd:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.s5 .type-list dd:nth-of-type(1):before {
  background-color: #5b9bd5;
}
.s5 .type-list dd:nth-of-type(2):before {
  background-color: #ffc000;
}
.s5 .type-list dd:nth-of-type(3):before {
  background-color: #7030a0;
}
.s5 .type-list dd:nth-of-type(4):before {
  background-color: #ff0000;
}
.s5 .type-info {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .s5 .type-info {
    text-align: center;
    margin: 0 auto;
  }
}
.s5 .data {
  border: 2px solid #e79674;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
  text-align: center;
  flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.s5 .data dd {
  margin-left: 0;
  padding: 0.5em 0;
}
.s5 .data dd + dd {
  border-top: 2px solid #e79674;
}
.s5 .data dd:nth-of-type(1) b {
  color: #5b9bd5;
}
.s5 .data dd:nth-of-type(2) b {
  color: #ffc000;
}
.s5 .data dd:nth-of-type(3) b {
  color: #ff0000;
}
.s5 .data dd:nth-of-type(4) b {
  color: #7030a0;
}
@media (max-width: 1024px) {
  .s5 .data br {
    display: none;
  }
}

.s7 .text {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #6db27f;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-left: auto;
}
.s7 .text p {
  color: #fff100;
  margin-left: -1em;
  margin-bottom: 0.2em;
  font-size: 33px;
  font-size: clamp(18px, 1.2vw, 33px);
}
.s7 .text small {
  color: #fff;
}
.s7 .text li {
  list-style-position: outside;
  font-size: 27px;
  font-size: clamp(16px, 1.2vw, 27px);
}/*# sourceMappingURL=cityContent4.css.map */