.kv_image01 {
  background: url(../images/kv_bg_01.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.kv_image02 {
  background: url(../images/kv_bg_02.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.kv_image03 {
  background: url(../images/kv_bg_03.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.kv_image04 {
  background: url(../images/kv_bg_04.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.kv_image05 {
  background: url(../images/kv_bg_05.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.rooms_bg {
  background: url(../images/rooms_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.feature_01Bg {
  background: url(../images/feature_01_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.feature_02Bg {
  background: url(../images/feature_02_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.feature_03Bg {
  background: url(../images/feature_03_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.feature_04Bg {
  background: url(../images/feature_04_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.feature_05Bg {
  background: url(../images/feature_05_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.feature_06Bg {
  background: url(../images/feature_06_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.main {
  padding-top: 60px;
}

.kv_imageRoom {
  background: url(../images/kv_bg_room.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.kv_copyRoom {
  visibility: visible;
  opacity: 1;
  bottom: 40%;
}
.kv_copyRoom .kv_copyRoomImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115%;
}
.kv_copyRoom .kv_copyRoomImg img {
  width: 65%;
  height: 100%;
  object-fit: contain;
}

.feature_02 .imgNotes {
  right: 10px;
  bottom: 8px;
  font-size: 1.13rem;
}

@media screen and (max-width: 1024px) {
  .kv_copyRoom {
    bottom: 35%;
  }
  .kv_copyRoom .kv_copyRoomImg img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .eng .anchor, .chi .anchor, .cn .anchor, .ko .anchor {
    margin-bottom: 0;
  }

  .main {
    padding-top: 0;
  }

  .anchor {
    margin-bottom: 0;
  }

  .kv_copyRoom {
    bottom: 50%;
  }
  .kv_copyRoom .kv_copyRoomImg img {
    width: 92%;
  }

  .feature_02 .imgNotes {
    right: 7px;
    bottom: 25px;
    font-size: 0.88rem;
  }
}