.slogan {
  position: absolute;
  opacity: 0;
}

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

.pageGroup {
  overflow: hidden;
}
.pageGroup .stage .layer {
  background-position: right;
  background-size: contain;
  z-index: 4;
}

.bannerArea .videoBox {
  position: relative;
}
.bannerArea video {
  height: 100vh;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .bannerArea video {
    mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
  }
}
@media (max-width: 991px) {
  .bannerArea video {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1650px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.page {
  padding: 10% 0 0 0;
}
@media (max-width: 991px) {
  .page {
    padding-top: 20%;
  }
}
.page .col-lg-6 {
  z-index: 10;
}
@media (max-width: 991px) {
  .page .col-lg-6 {
    padding: 0;
  }
}
.page .Txt {
  color: rgba(255, 255, 255, 0.8980392157);
  text-align: center;
  padding-bottom: 20%;
  padding-right: 30%;
}
@media (max-width: 991px) {
  .page .Txt {
    padding-bottom: 10%;
    padding-right: 0;
  }
}
.page .Txt h2 {
  margin-left: 26px;
}
@media (max-width: 991px) {
  .page .Txt h2 {
    font-size: 1.7rem;
    margin-left: 19px;
  }
}
.page .Txt h3 {
  color: #a07c52;
  font-size: 2.4rem;
  font-family: "Times New Roman", serif;
}
@media (max-width: 767px) {
  .page .Txt h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page .Txt h5 {
    font-size: 0.9rem;
  }
}
.page .subTxt {
  color: rgba(255, 255, 255, 0.8980392157);
  text-align: center;
  position: absolute;
  top: 15%;
  right: 5%;
}
@media (max-width: 1700px) {
  .page .subTxt {
    right: 3%;
  }
}
@media (max-width: 991px) {
  .page .subTxt {
    top: 13%;
    right: 10%;
  }
}
@media (max-width: 767px) {
  .page .subTxt {
    top: 13%;
    right: 5%;
  }
}
.page .subTxt h3 {
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .page .subTxt h3 {
    font-size: 1.2rem;
  }
}
.page .subTxt h3 span {
  margin-left: -20px;
}
@media (max-width: 991px) {
  .page .subTxt h3 span {
    margin-left: -13px;
  }
}
@media (max-width: 767px) {
  .page .subTxt h5 {
    font-size: 0.9rem;
  }
}
.page .subTxt h5 span {
  color: #edd2a3;
}
@media (max-width: 1700px) {
  .page .imgSlick {
    margin-left: -5%;
  }
}
@media (max-width: 991px) {
  .page .imgSlick {
    margin-left: 0;
  }
}
.page .imgSlick .Img {
  width: 60%;
}
@media (max-width: 991px) {
  .page .imgSlick .Img {
    width: 50%;
    margin-left: 8%;
  }
}
.page .imgSlick .Img-1 {
  width: 70%;
  margin-top: 7.5%;
}
@media (max-width: 991px) {
  .page .imgSlick .Img-1 {
    width: 60%;
    margin-top: 3.5%;
    margin-left: 0;
  }
}
.page .imgSlick .Img-1 .innerImg {
  padding-top: 131%;
}

.videoBlock {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
}
.videoBlock .videoArea {
  width: 100%;
  font-size: 0;
  position: relative;
}
.videoBlock .videoArea video {
  height: 100%;
}
.videoBlock .videoArea video source {
  width: 100%;
  height: 100%;
}
.videoBlock .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;
}
.videoBlock .soundControl .soundBtn {
  font-size: 14px;
  color: #E0DFC6;
  font-weight: bold;
  cursor: pointer;
}
.videoBlock .soundControl .sound1, .videoBlock .soundControl .sound2 {
  display: none;
}

@media (max-width: 991px) {
  body {
    margin-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */