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

html,
body {
  height: 100%;
  background-color: #231815;
}

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

.kv {
  background: url(../img/city/content8/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;
  z-index: 1;
  top: 50%;
  left: 25.5vw;
  transform: translateY(-55%);
  overflow: hidden;
  animation: fontW_1 1s;
  width: 49vw;
}
.kv .titleBox .title {
  font-size: 6.25vw;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1024px) {
  .kv .titleBox .title {
    font-size: 10.25vw;
    text-align: center;
    width: 49vw;
  }
}
.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: 49vw;
  }
}
@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: 1;
  transition: opacity 2s;
}
@media (max-width: 1024px) {
  .s2Block .video {
    width: 90vw;
    height: 46.29vw;
  }
}
.s2Block .video iframe {
  width: 100%;
  height: 100%;
}

.s3Block {
  background: #231815;
  width: 100%;
  height: 100vh;
  position: relative;
}
.s3Block .text {
  width: 36.7vw;
  font-size: 1.25vw;
  line-height: 1.7;
  text-align: justify;
  color: #fff;
  position: absolute;
  left: 52vw;
  top: 40%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 2s 1s;
}
@media (max-width: 1024px) {
  .s3Block .text {
    font-size: 4vw;
    line-height: 1.5;
    width: 100%;
    left: 0;
    transform: translateY(0);
    top: auto;
    bottom: 60px;
    padding: 0 8vw;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.s3Block .text .subTitle {
  font-size: 1.7vw;
  font-weight: 700;
  margin-bottom: 0.5vw;
}
@media (max-width: 1024px) {
  .s3Block .text .subTitle {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
}
.s3Block .title {
  position: absolute;
  height: 0vh;
  left: 11vw;
  top: 0;
  transition: height 2s 0.5s ease-in-out, top 1s;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .s3Block .title {
    height: 60vw;
    width: 0;
    transition: width 2s 0.5s ease-in-out, top 1s;
    left: 50%;
    top: 10vw;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: left top;
  }
}
.s3Block .title img {
  height: 100vh;
}
@media (max-width: 1024px) {
  .s3Block .title img {
    height: 60vw;
  }
}
.s3Block .bg {
  position: absolute;
  left: -29.5vw;
  height: 100vh;
  transition: left 2s, top 1s;
}
.s3Block .bg img {
  height: 100%;
}

.s4Block {
  position: relative;
  width: 100%;
  height: calc(153.6vw + 234px);
}
@media (max-width: 1024px) {
  .s4Block {
    height: 800vw;
  }
}
.s4Block .video {
  margin: 5vw;
  display: none;
}
@media (max-width: 1024px) {
  .s4Block .video {
    display: block;
    width: 90vw;
    height: 46.29vw;
  }
}
.s4Block .video iframe {
  width: 100%;
  height: 100%;
}
.s4Block .bg {
  position: relative;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100dvh;
  background: url(../img/city/content8/s3Bg.jpg);
  background-size: cover;
  top: calc(-100% + 234px);
}
@media (max-width: 1024px) {
  .s4Block .bg {
    top: calc(-100% + 300px);
  }
}
.s4Block .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #231815 30%, #fff);
  mix-blend-mode: multiply;
}
.s4Block .content {
  height: 48vw;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .s4Block .content {
    height: unset;
    right: 5vw;
  }
}
.s4Block .content .text {
  position: relative;
  width: 57vw;
  padding: 2.7vw 8.3vw;
  font-size: 1.25vw;
  top: 5vw;
  color: #3e3a39;
  background: rgba(255, 255, 255, 0.85);
  text-align: justify;
  z-index: 3;
}
@media (max-width: 1024px) {
  .s4Block .content .text {
    position: static;
    font-size: 4vw;
    width: 90vw;
    padding: 5vw 4vw;
  }
}
.s4Block .content .text .subTitle {
  font-size: 1.7vw;
  margin-bottom: 0.5vw;
}
@media (max-width: 1024px) {
  .s4Block .content .text .subTitle {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
}
.s4Block .content5 .text {
  top: 12vw;
}
.s4Block .contentLast {
  height: 57.6vw;
}
@media (max-width: 1024px) {
  .s4Block .contentLast {
    height: unset;
  }
}
.s4Block .contentLast .text {
  top: 19vw;
}
.s4Block .imgBox {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  transform: unset !important;
}
@media (max-width: 1024px) {
  .s4Block .imgBox {
    position: static;
    opacity: 1;
  }
}
.s4Block .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s4Block .imgBox1 {
  top: -2vw;
  left: 22vw;
  width: 23.4vw;
  height: 23.4vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s4Block .imgBox1 {
    width: 100vw;
    height: 100vw;
    margin: 2vw auto 2vw 10vw;
  }
}
.s4Block .imgBox2 {
  top: 19vw;
  left: -8vw;
  width: 47.91vw;
  height: 31.97vw;
  z-index: 2;
}
@media (max-width: 1024px) {
  .s4Block .imgBox2 {
    width: 100vw;
    height: 65vw;
    margin: 2vw auto 2vw -10vw;
  }
}
.s4Block .imgBox3 {
  top: 49vw;
  left: 5vw;
  width: 51.66vw;
  height: 29.27vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s4Block .imgBox3 {
    width: 100vw;
    height: 65vw;
    margin: 2vw auto 2vw 10vw;
  }
}
.s4Block .imgBox4 {
  top: 75vw;
  left: -9vw;
  width: 50vw;
  height: 32vw;
  z-index: 0;
}
@media (max-width: 1024px) {
  .s4Block .imgBox4 {
    width: 100vw;
    height: 65vw;
    margin: 2vw auto 2vw 15vw;
  }
}
.s4Block .imgBox5 {
  top: 100vw;
  left: 10vw;
  width: 47.76vw;
  height: 28vw;
  z-index: 2;
}
@media (max-width: 1024px) {
  .s4Block .imgBox5 {
    width: 100vw;
    height: 60vw;
    margin: 2vw auto 8vw -20vw;
  }
}
.s4Block .imgBox6 {
  top: 123vw;
  left: -12vw;
  width: 51.97vw;
  height: 29.21vw;
  z-index: 1;
}
@media (max-width: 1024px) {
  .s4Block .imgBox6 {
    width: 100vw;
    height: 65vw;
    margin: 3vw auto 0 auto;
  }
}
.s4Block #footerBox {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
}/*# sourceMappingURL=cityContent8.css.map */