@media (max-width: 1024px) {
  .text {
    font-size: 3vw !important;
    width: 80vw !important;
  }
  .text span {
    font-size: 4.5vw !important;
  }

  .partbox {
    display: block !important;
    position: static !important;
  }

  .partbox img {
    width: 100% !important;
  }
  .content {
    position: static;
    width: 100% !important;
  }

  .block {
    position: static;
    margin-top: 0% !important ;
    margin-bottom: 0% !important;
  }
}

@media (max-width: 430px) {
  .text {
    font-size: 4.5vw !important;
    width: 90vw !important;
    padding: 15px !important;
  }
  .text span {
    font-size: 6vw !important;
  }

  .ttext-box {
    line-height: 30px !important ;
  }
}

* {
  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);
}

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

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

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

@media (min-width: 1024px) {
  .mobile {
    display: none; /* 隱藏手機版圖片 */
  }

  .pc {
    display: block; /* 顯示電腦版 */
  }
}

/*.pc img {width: 100dvw;/




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

.youTubeBox {
  
  
  background: #fff;
}
@media (max-width: 1024px) {
  .youTubeBox {
    flex-wrap: wrap;
  }
}
.youTubeBox #showBox {
  width: 32.34vw;
  height: 18.18vw;
}
@media (max-width: 1024px) {
  .youTubeBox #showBox {
    width: 80vw;
    height: 44.85vw;
  }
}
.youTubeBox #showBox iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=cityContent9.css.map */

/**/

.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv {
  background: url(../img/city/content9/kv.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 1024px) {
  .kv {
    background-position: 71% center;
  }
}
.kv .titleBox {
  position: absolute;
  top: 50%;
  left: 23vw;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 2;
  animation: kvTitle 2.5s 0.2s;

  max-width: 100%;
}
.kv .titleBox .title {
  font-size: 6vw;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1024px) {
  .kv .titleBox .title {
    font-size: 9vw;
    text-align: center;
    width: 54vw;
  }
}
.kv .titleBox .title span {
  font-weight: 900;
  line-height: 1;
}
.kv .titleBox .border {
  height: 1px;
  width: 100%;
  background-color: #fdd108;
  margin: 1.5vw 0;
}
@media (max-width: 1024px) {
  .kv .titleBox .border {
    margin: 4vw 0;
  }
}
.kv .titleBox .subTitle {
  color: #fff;
  font-size: 2.9vw;
  font-weight: 900;
  width: 49vw;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .kv .titleBox .subTitle {
    font-size: 4.61vw;
    text-align: center;
    width: 54vw;
  }
}
@keyframes fontW_1 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    width: 49vw;
  }
}
.kv .bg {
  position: absolute;
  top: 50%;
  left: 21vw;
  transform: translateY(-50%);
  width: 58vw;
  height: 20vw;
  background-color: rgba(35, 24, 21, 0.8);
  mix-blend-mode: multiply;
  animation: bgMove_1 1s;
}
@media (max-width: 1024px) {
  .kv .bg {
    height: 55vw;
  }
}
@keyframes bgMove_1 {
  from {
    left: -100vw;
  }
  to {
    left: 21vw;
  }
}
.kv .pc {
  display: block;
}
@media (max-width: 1024px) {
  .kv .pc {
    display: none;
  }
}
.kv .mobile {
  display: none;
}
@media (max-width: 1024px) {
  .kv .mobile {
    display: block;
  }
}

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

.s2Block {
  background: #231815;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s2Block .video {
  width: 70vw;
  height: 36vw;
  opacity: 0;
  transition: opacity 2s;
}
@media (max-width: 1024px) {
  .s2Block .video {
    width: 90vw;
    height: 46.29vw;
  }
}

/**/

.text {
  margin: 5% auto;
  width: 60vw;
  font-size: 1.56vw;
  color: #595757;
}

.text span {
  font-weight: 900;
}

img {
  width: 100vw;
  height: auto;
}

.block {
  position: relative;
  width: 100vw;
  height: 100vh;

  margin-top: 5%;
  margin-bottom: 5%;
}

.bg-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.title-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 1%;
}

.block span {
  text-align: center;
  display: block;
}

.partbox {
  display: flex;
  align-items: center;
}

.partbox img {
  width: 40%;
  height: 100%;
}

.text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 15px;
  margin: 10px 0;
  margin-right: 5%;
}

.text-box01 {
  background-color: #62bcc3;
}

.text-box02 {
  background-color: #379489;
}

.text-box03 {
  background-color: #5d7687;
}

.text-box04 {
  background-color: #e08030;
}

.text-box05 {
  background-color: #dd6b5f;
}

.text-zh {
  color: #ffffff;
}

.text-en {
  color: #ffffff;
}

.partbox02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10%;
}

.ttext-box {
  width: 19%;
  height: auto;
  color: #fff;
  text-align: center;
  line-height: 100px;
  padding: 10px;
  margin-bottom: 10%;
  min-width: 130px;
}

.ttext-box p {
  line-height: 1.2;
}

.ttext-box span {
  font-size: 4vw;
  margin-bottom: 5%;
}

.text-box01 {
  background-color: #62bcc3;
}

.text-box02 {
  background-color: #379489;
}

.text-box03 {
  background-color: #5d7687;
}

.text-box04 {
  background-color: #e08030;
}

.text-box05 {
  background-color: #dd6b5f;
}

.circle {
  width: 100%;
  justify-content: center;
  position: relative;
  margin-right: 10%;
}

.circle img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 設定 ul 顯示方形點 */
.list-container {
  list-style-type: square;
  padding-right: 3vw;
  margin: 0;
}

/* 設定 li 項目的樣式 */
.list-item {
  text-align: justify;
  word-wrap: break-word;
  width: 100%;
}

/* 影片容器 */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
  overflow: hidden;
}

/* 影片預覽圖 */
.video-thumbnail {
  position: absolute;

  height: 100%;
  cursor: pointer;
  top: 50;
  left: -6px;
  width: 400%;
}

/* 預覽圖設置，使用 object-fit 讓縮圖填滿容器 */
.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 顯示影片 iframe */
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
}

.video-container01 {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  max-width: 960px;
  background-color: black;
}

.video-container01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.focusMainBlock {
  position: absolute;
  background: #fff;
  padding: 5px;
  opacity: 0;
}
.focusMainBlock:focus {
  opacity: 1;
}
