.focusMainBlock {
  position: absolute;
  background: #fff;
  padding: 5px;
  opacity: 0;
}
.focusMainBlock:focus {
  opacity: 1;
}
.crumbs,
.crumbs a {
  color: #231815;
}
@media (max-width: 768px) {
  .text {
    font-size: 3.5vw !important;
    width: 80vw !important;
    padding: 20px !important;
  }
  .text span {
    font-size: 4.5vw !important;
  }

  .sequence li {
    flex-direction: column;
    align-items: flex-start;
  }

  .sequence li .item {
    margin-right: 0;
  }

  .square {
    display: none;
  }
}

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

a.link {
  text-decoration: none;
  color: inherit;
}

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

.youTubeBox {
  position: absolute;
  top: 322.3vw;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  gap: 1.5vw;
  padding: 0.5vw;
  background: #fdd108;
}
@media (max-width: 1024px) {
  .youTubeBox {
    top: 902vw;
    left: 50%;
    flex-wrap: wrap;
    padding: 0.5vw;
  }
}
.youTubeBox #showBox {
  width: 83.5vw;
  height: 45vw;
}
@media (max-width: 1024px) {
  .youTubeBox #showBox {
    width: 83.5vw;
    height: 47vw;
  }
}
.youTubeBox #showBox iframe {
  width: 100%;
  height: 100%;
} /*# sourceMappingURL=cityContent16.css.map */

/**/

.section {
  min-height: 15vh;
  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;
  }
}

/**/

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

.text span {
  font-weight: 900;
}

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

/**/

/* 背景圖片 */
.backbottom {
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 5% 0;
}

/* 背景圖片 */
.container img:first-of-type {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.side-img {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  width: 25vw;
}

.side-img.left {
  left: 0;
}

.side-img.right {
  right: 0;
  transform: scaleX(-1);
}

.side-img img {
  width: 100%;
  height: auto;
}

.pinkbg {
  background-color: #d31378;
  color: #ffffff;
  padding: 2%;
}

.blackbg {
  background-color: #000000;
  color: #ffffff;
  padding: 2%;
}

.bluebg {
  background-color: #2b9ed4;
  color: #ffffff;
  padding: 2%;
}

.sequence {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 5%;
}

.sequence li {
  display: flex;

  margin: 2% 0;
  min-height: 50px;
}

.sequence li .item {
  margin-right: 10px;
}

/*方塊*/

.square {
  position: absolute;
  width: 20px;
  height: 20px;
}

.blue-square {
  background-color: #2b9ed4;
  right: 20px;
  top: 180vw;
}

.blue-square1 {
  background-color: #2b9ed4;
  right: 50px;
  top: 145vw;
}

.blue-square2 {
  background-color: #2b9ed4;
  left: 60px;
  top: 140vw;
}

.blue-square3 {
  background-color: #2b9ed4;
  left: 20px;
  top: 125vw;
}

.pink-square {
  background-color: #d31378;
}

.pink-square1 {
  background-color: #d31378;
  left: 80px;
  top: 57vw;
}

.pink-square2 {
  background-color: #d31378;
  right: 60px;
  top: 80vw;
}

.pink-square3 {
  background-color: #d31378;
  right: 40px;
  top: 100vw;
}

.pink-square4 {
  background-color: #d31378;
  left: 20px;
  top: 60vw;
}

.pink-square5 {
  background-color: #d31378;
  left: 40px;
  top: 120vw;
}

.black-square1 {
  background-color: #000000;
  right: 20px;
  top: 96vw;
}

.black-square2 {
  background-color: #000000;
  left: 40px;
  top: 100vw;
}

.white-square1 {
  background-color: #ffffff;
  left: 60vw;
  top: 100vw;
}

.white-square2 {
  background-color: #ffffff;
  left: 72vw;
  top: 120vw;
}

.white-square3 {
  background-color: #ffffff;
  left: 70vw;
  top: 60vw;
}

.white-square4 {
  background-color: #ffffff;
  left: 60vw;
  top: 147vw;
}
