.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sound1, .sound2 {
  display: none;
}

.close {
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  background-color: #fff;
  opacity: 1;
}

.VideoBlock {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}

.VideoArea {
  width: 100%;
  font-size: 0;
  position: relative;
}

.VideoArea video {
  height: 100%;
}

.VideoArea video source {
  width: 100%;
  height: 100%;
}

.SoundControl {
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #E0DFC6;
  z-index: 10;
}

.soundBtn {
  font-size: 14px;
  color: #E0DFC6;
  font-weight: bold;
  cursor: pointer;
}

.bannerArea .slogan {
  opacity: 0;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
}
@media (max-width: 1699px) {
  .bannerArea .bannerBox {
    min-height: 90vh;
    align-items: end;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerBox {
    min-height: 40vh;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 90vh;
  }
}

.page {
  overflow: hidden;
  margin-top: -7px;
}
.page .Txt {
  padding: 1.5rem 0 5rem 0;
}
@media (max-width: 1024px) {
  .page .Txt {
    padding: 1.5rem 0 3rem 0;
  }
}
.page .Txt h2 {
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media (max-width: 1024px) {
  .page .Txt h2 {
    font-size: 1.2rem;
    letter-spacing: 0rem;
  }
}
.page .Txt h4 {
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media (max-width: 1024px) {
  .page .Txt h4 {
    font-size: 1rem;
    letter-spacing: 0rem;
  }
}
.page .Txt-1 {
  padding: 3rem 0;
}
@media (max-width: 1024px) {
  .page .Txt-1 {
    padding: 1.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */