@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Noto+Sans+TC:wght@300;400&family=Raleway:wght@300;400;500&display=swap");
/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    width: 950px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
  overflow-x:hidden;
}

.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.popWin .Txt {
  padding: 30px;
  text-align: left;
}

.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}

.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}

.popWin .close::before, .popWin .close::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}

.popWin .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}

.popWin .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.outerWrap {
  overflow: hidden;
}

.mainArea {
  padding: 0;
}

.bannerArea li.slick-slide.view .subTitle {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.bannerArea li.slick-slide.view .title {
  -webkit-transition: all 0.75s .5s ease;
  -o-transition: all 0.75s .5s ease;
  transition: all 0.75s .5s ease;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.bannerArea li.slick-slide.view .Txt p {
  -webkit-transition: all 0.5s 1s ease;
  -o-transition: all 0.5s 1s ease;
  transition: all 0.5s 1s ease;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

@media (max-width: 1180px) {
  .bannerArea .bannerBox.pc .Img {
    height: 540px;
    overflow: hidden;
  }
  .bannerArea .bannerBox.pc .Img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}

.bannerArea .Txt {
  top: 17%;
  width: 1400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1440px) {
  .bannerArea .Txt {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1360px) {
  .bannerArea .Txt {
    top: 10%;
  }
}

@media (max-width: 1180px) {
  .bannerArea .Txt {
    top: 45px;
  }
}

.bannerArea .Txt P {
  font-size: 20px;
  color: #fff;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.bannerArea .subTitle {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.bannerArea .title {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.bookingArea {
  pointer-events: none;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.bookingArea.show {
  pointer-events: auto;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

@-webkit-keyframes items_float {
  0%, 44%, 88%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  22%, 66% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@keyframes items_float {
  0%, 44%, 88%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  22%, 66% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.aboutArea {
  position: relative;
  padding: 210px 0 185px;
  background-color: #292f52;
  z-index: 1;
}

.aboutArea.show .Img {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.aboutArea.show .Txt {
  -webkit-transition: all 1.5s 1s ease;
  -o-transition: all 1.5s 1s ease;
  transition: all 1.5s 1s ease;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.aboutArea.show .readMore {
  -webkit-transition: all 1.5s 1.5s ease;
  -o-transition: all 1.5s 1.5s ease;
  transition: all 1.5s 1.5s ease;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.aboutArea.show .picBox .pic04 {
  -webkit-transition: all 1s 2s ease;
  -o-transition: all 1s 2s ease;
  transition: all 1s 2s ease;
  opacity: 1;
}

.aboutArea.show .picBox .pic04 img {
  -webkit-animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.aboutArea.show .picBox .pic02 {
  -webkit-transition: all 1s 2.2s ease;
  -o-transition: all 1s 2.2s ease;
  transition: all 1s 2.2s ease;
  opacity: 1;
}

.aboutArea.show .picBox .pic02 img {
  -webkit-animation: items_float 6s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 6s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.aboutArea.show .picBox .pic06 {
  -webkit-transition: all 1s 2.4s ease;
  -o-transition: all 1s 2.4s ease;
  transition: all 1s 2.4s ease;
  opacity: 1;
}

.aboutArea.show .picBox .pic06 img {
  -webkit-animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.aboutArea.show .picBox .pic03 {
  -webkit-transition: all 1s 2.6s ease;
  -o-transition: all 1s 2.6s ease;
  transition: all 1s 2.6s ease;
  opacity: 1;
}

.aboutArea.show .picBox .pic03 img {
  -webkit-animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 5s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.aboutArea.show .picBox .pic01 {
  -webkit-transition: all 1s 2.8s ease;
  -o-transition: all 1s 2.8s ease;
  transition: all 1s 2.8s ease;
  opacity: 1;
}

.aboutArea.show .picBox .pic01 img {
  -webkit-animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 7s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.aboutArea.show .picBox .pic05 {
  -webkit-transition: all 1s 3s ease;
  -o-transition: all 1s 3s ease;
  transition: all 1s 3s ease;
  opacity: 1;
}

.aboutArea.show .picBox .pic05 img {
  -webkit-animation: items_float 6s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 6s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@media (max-width: 640px) {
  .aboutArea {
    padding: 55px 0 110px;
  }
}

@media (max-width: 360px) {
  .aboutArea {
    padding: 55px 0;
  }
}

.aboutArea .wrap {
  position: relative;
}

.aboutArea .aboutBox {
  position: relative;
  padding: 45px 55px;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .aboutArea .aboutBox {
    padding: 45px 10px;
    border: none;
  }
}

@media (max-width: 360px) {
  .aboutArea .aboutBox {
    padding: 0;
  }
}

@media (max-width: 360px) {
  .aboutArea .picBox {
    display: none;
  }
}

.aboutArea .picBox .pic {
  position: absolute;
  opacity: 0;
}

.aboutArea .picBox .pic01 {
  top: -85px;
  left: -410px;
}

@media (max-width: 640px) {
  .aboutArea .picBox .pic01 {
    display: none;
  }
}

.aboutArea .picBox .pic02 {
  top: -30px;
  left: -70px;
}

@media (max-width: 640px) {
  .aboutArea .picBox .pic02 {
    top: 45px;
    left: -40px;
    width: 75px;
  }
  .aboutArea .picBox .pic02 img {
    width: 100%;
  }
}

.aboutArea .picBox .pic03 {
  bottom: -215px;
  left: -125px;
}

@media (max-width: 640px) {
  .aboutArea .picBox .pic03 {
    bottom: -130px;
    left: -35px;
    width: 110px;
  }
  .aboutArea .picBox .pic03 img {
    width: 100%;
  }
}

.aboutArea .picBox .pic04 {
  top: -150px;
  right: -45px;
}

@media (max-width: 640px) {
  .aboutArea .picBox .pic04 {
    top: -80px;
    right: 0;
    width: 115px;
  }
  .aboutArea .picBox .pic04 img {
    width: 100%;
  }
}

.aboutArea .picBox .pic05 {
  top: 100px;
  right: -415px;
}

@media (max-width: 640px) {
  .aboutArea .picBox .pic05 {
    display: none;
  }
}

.aboutArea .picBox .pic06 {
  bottom: -88px;
  right: -315px;
}

@media (max-width: 640px) {
  .aboutArea .picBox .pic06 {
    bottom: -85px;
    right: -70px;
    width: 125px;
  }
  .aboutArea .picBox .pic06 img {
    width: 100%;
  }
}

.aboutArea .Img {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0;
}

.aboutArea .Img img {
  display: inline-block;
  max-width: 100%;
}

.aboutArea .Txt {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  color: #ececec;
  line-height: 1.8;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

.aboutArea .readMore {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

.featureArea {
  opacity: 0;
}

.featureArea.show {
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
  opacity: 1;
}

.featureArea.show li:nth-of-type(1), .featureArea.show li:nth-of-type(2), .featureArea.show li:nth-of-type(3), .featureArea.show li:nth-of-type(4) {
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.featureArea.show li:nth-of-type(1) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.featureArea.show li:nth-of-type(2) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.featureArea.show li:nth-of-type(3) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.featureArea.show li:nth-of-type(4) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.featureArea .wrap {
  position: relative;
  height: 550px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1180px) {
  .featureArea .wrap {
    padding: 0;
  }
}

.featureArea .featureBg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  margin-top: -275px;
  margin-left: -960px;
}

.featureArea .featureBg img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.featureArea .featureBox {
  margin: 150px auto 0;
  position: relative;
  z-index: 1;
  width: 1300px;
}

@media (max-width: 1340px) {
  .featureArea .featureBox {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .featureArea .featureBox {
    margin-top: 10px;
  }
}

.featureArea .featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featureArea li {
  width: 25%;
  text-align: center;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

@media (max-width: 767px) {
  .featureArea li {
    width: 50%;
  }
}

.featureArea .item {
  padding: 30px 10px 20px;
  display: inline-block;
}

.featureArea .item:hover .Img {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.featureArea .Img {
  margin: 0 auto;
  width: 105px;
  height: 105px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .featureArea .Img {
    width: 90px;
    height: 90px;
  }
}

.featureArea .Img a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.featureArea .Img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: #292f52;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.featureArea .Img a:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.featureArea .Img img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.featureArea .Txt {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .featureArea .Txt {
    margin-top: 20px;
  }
}

.featureArea .title a {
  font-size: 18px;
  font-weight: 300;
  color: #292f52;
}

.featureArea .enTitle {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  color: #292f52;
}

.serviceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 961px) {
  .serviceArea.show .roomArea, .serviceArea.show .restaurantArea {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@media (max-width: 960px) {
  .serviceArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 961px) {
  .roomArea {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}

@media (min-width: 961px) {
  .restaurantArea {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }
}

.roomArea, .restaurantArea {
  width: 50%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
}

@media (max-width: 960px) {
  .roomArea, .restaurantArea {
    width: 100%;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  .roomArea.show, .restaurantArea.show {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

.roomArea .wrap, .restaurantArea .wrap {
  position: relative;
  width: 100%;
}

@media (max-width: 1180px) {
  .roomArea .wrap, .restaurantArea .wrap {
    padding: 0;
  }
}

.roomArea .wrap:before, .restaurantArea .wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

@media (min-width: 1181px) {
  .roomArea .wrap:hover:before, .restaurantArea .wrap:hover:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    opacity: 1;
  }
  .roomArea .wrap:hover .titleBox, .restaurantArea .wrap:hover .titleBox {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .roomArea .wrap:hover .titleBox:before, .restaurantArea .wrap:hover .titleBox:before {
    width: 36px;
  }
  .roomArea .wrap:hover .Txt, .restaurantArea .wrap:hover .Txt {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    padding-bottom: 40px;
    height: 84px;
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .roomArea .wrap:before, .restaurantArea .wrap:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    opacity: 1;
  }
  .roomArea .wrap .titleBox, .restaurantArea .wrap .titleBox {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .roomArea .wrap .titleBox:before, .restaurantArea .wrap .titleBox:before {
    width: 36px;
  }
  .roomArea .wrap .Txt, .restaurantArea .wrap .Txt {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    padding-bottom: 40px;
    height: 84px;
    opacity: 1;
  }
}

@media (max-width: 360px) {
  .roomArea .wrap:before, .restaurantArea .wrap:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.roomArea .titleBox, .restaurantArea .titleBox {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.roomArea .titleBox:before, .restaurantArea .titleBox:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background-color: #c3c2c2;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  width: 0;
}

.roomArea .Img, .restaurantArea .Img {
  position: relative;
  height: 400px;
  overflow: hidden;
}

@media (max-width: 420px) {
  .roomArea .Img, .restaurantArea .Img {
    height: auto;
    padding-top: 100%;
  }
}

.roomArea .Img img, .restaurantArea .Img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
}

.roomArea .textBox, .restaurantArea .textBox {
  position: absolute;
  top: 50%;
  right: 14%;
  width: 480px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

@media (max-width: 1180px) {
  .roomArea .textBox, .restaurantArea .textBox {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 500px) {
  .roomArea .textBox, .restaurantArea .textBox {
    width: 100%;
  }
}

.roomArea .Txt, .restaurantArea .Txt {
  padding: 0 40px;
  font-size: 15px;
  font-weight: 300;
  color: #6d6c6c;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  height: 0;
  opacity: 0;
}

@media (max-width: 360px) {
  .roomArea .Txt, .restaurantArea .Txt {
    display: none;
  }
}

.roomArea .insBox, .restaurantArea .insBox {
  height: 84px;
}

.restaurantArea .titleBox .title, .restaurantArea .titleBox .subTitle {
  color: #fff;
}

.restaurantArea .Txt {
  color: #fff;
}

.newsArea {
  padding: 80px 0;
  background-image: url(../images/bg_news.jpg);
}

.newsArea.show .titleBox, .newsArea.show .newsBox, .newsArea.show .readMore {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.newsArea.show .newsBox {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.newsArea.show .readMore {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

@media (max-width: 1180px) {
  .newsArea {
    padding: 60px 0 80px;
  }
}

.newsArea .wrap {
  position: relative;
  width: 1400px;
}

@media (max-width: 1440px) {
  .newsArea .wrap {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1180px) {
  .newsArea .wrap {
    padding: 0 10px;
  }
}

.newsArea .titleBox {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.newsArea .titleBox .title, .newsArea .titleBox .subTitle {
  color: #fff;
}

.newsArea .newsBox {
  position: relative;
  padding: 0 70px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

@media (max-width: 1180px) {
  .newsArea .newsBox {
    padding: 0 45px;
  }
}

@media (max-width: 360px) {
  .newsArea .newsBox {
    padding: 0;
  }
}

.newsArea li {
  padding: 10px 25px;
}

@media (max-width: 1180px) {
  .newsArea li {
    padding: 10px;
  }
}

.newsArea .item {
  position: relative;
  background-color: #fff;
}

.newsArea .Img {
  padding: 12px;
  overflow: hidden;
}

.newsArea .Img:hover img {
  opacity: .7;
}

.newsArea .Img img {
  display: block;
  width: 100%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.newsArea .Txt {
  padding: 12px 20px;
}

.newsArea .Txt p {
  font-size: 15px;
  font-weight: 300;
  color: #747474;
  height: 70px;
}

.newsArea .Txt .title {
  padding-bottom: 10px;
}

.newsArea .Txt .title a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #080808;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.newsArea .Txt .title a:hover {
  color: #292f52;
}

.newsArea .newIcon {
  position: absolute;
  top: 25px;
  right: 25px;
}

@media (max-width: 420px) {
  .newsArea .newIcon {
    top: 12px;
    right: 12px;
  }
}

.newsArea .date {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #292f52;
  height: 60px;
  border-top: 1px solid #ececec;
}

.newsArea .date svg {
  padding-right: 10px;
  fill: #292f52;
}

.newsArea .readMore {
  margin-top: 55px;
  text-align: center;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

@media (max-width: 360px) {
  .newsArea .arrowBox {
    display: none;
  }
}

.newsArea .arrowBox > div {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .newsArea .arrowBox > div {
    width: 45px;
    height: 45px;
  }
}

.newsArea .arrowBox > div:hover:before {
  border-color: #fff;
}

.newsArea .arrowBox > div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 43px;
  height: 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

@media (max-width: 960px) {
  .newsArea .arrowBox > div:before {
    width: 30px;
    height: 30px;
  }
}

.newsArea .arrowBox > div svg {
  fill: #fff;
}

.newsArea .arrowBox .prev {
  left: 0;
}

.newsArea .arrowBox .prev svg {
  fill: #fff;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}

.newsArea .arrowBox .next {
  right: 0;
}

.newsArea .arrowBox .next svg {
  fill: #fff;
  -webkit-transform: translateX(2px) rotate(-180deg);
  -ms-transform: translateX(2px) rotate(-180deg);
  transform: translateX(2px) rotate(-180deg);
}

@media (min-width: 961px) {
  .locationArea.show .Img, .locationArea.show .right {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

.locationArea .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1180px) {
  .locationArea .wrap {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .locationArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.locationArea .Img {
  width: 50%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
}

@media (min-width: 961px) {
  .locationArea .Img {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}

@media (max-width: 960px) {
  .locationArea .Img {
    width: 100%;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  .locationArea .Img.show {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

.locationArea .Img img {
  display: block;
  width: 100%;
}

.locationArea .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
}

@media (min-width: 961px) {
  .locationArea .right {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }
}

@media (max-width: 960px) {
  .locationArea .right {
    width: 100%;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  .locationArea .right.show {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

.locationArea .titleBox {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.locationArea .titleBox:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background-color: #d3d5dc;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  width: 36px;
}

.locationArea .textBox {
  padding: 0 20px;
  width: 440px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.locationArea .Txt {
  font-size: 15px;
  font-weight: 300;
  color: #747474;
}

.locationArea .locationBtnBox {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.locationArea .locationBtnBox .icon {
  padding-bottom: 5px;
}

.locationArea .locationBtnBox .btn {
  margin: 0 25px;
}

@media (max-width: 480px) {
  .locationArea .locationBtnBox .btn {
    margin: 0 10px;
  }
}

.locationArea .locationBtnBox .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #b3b3b3;
  color: #ffffff;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.locationArea .locationBtnBox .btn a:hover {
  background-color: #292f52;
}

.locationArea .locationBtnBox .btn a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
