@charset "UTF-8";
.bannerArea .wrap .bannerBox #banner .slick-dots li button:before, .newsArea li .item .Img, .newsArea li .item .Txt .btnMore, .newsArea li .item .Txt .btnMore:before, .roomArea .wrap .leftBox img, .roomArea .wrap .rightBox .roomTxtList li, .roomArea .wrap .rightBox .roomTxtList h3, .roomArea .wrap .rightBox .roomTxtList .btnMore, .roomArea .wrap .rightBox .nextArrow, .roomArea .wrap .rightBox .prevArrow, .roomArea .wrap .rightBox .nextArrow:before, .roomArea .wrap .rightBox .prevArrow:before, .aboutArea .wrap .contentArea .topBox .rightBox .btn a {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mainArea {
  padding: 0;
}

/*pop*/
.popWin {
  display: none;
  width: 960px;
  font-size: 15px;
  color: #FFF;
}

.popWin a.close {
  display: block;
  width: 100%;
  height: 50px;
  color: #D1D1D1;
  position: relative;
}

.popWin a.close:before,
.popWin a.close:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 20px;
}

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

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

/*關於我們*/
.aboutArea {
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
}

.aboutArea h2 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
}

.aboutArea .Img {
  margin-bottom: 15px;
}

.aboutArea .Txt {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.aboutArea .btn {
  margin-top: 10px;
  text-align: center;
}

.aboutArea .btn a {
  display: inline-block;
  padding: 7px 15px;
}

/*地圖*/
.mapArea {
  padding: 40px 0;
}

#gmap_s {
  width: 100%;
  height: 100%;
}

/*推薦商品/房型*/
.featureArea {
  padding: 40px 0;
}

.featureArea ul li {
  padding: 0 15px;
}

.featureArea ul li .Img {
  position: relative;
  overflow: hidden;
}

.featureArea ul li .Img a {
  display: block;
}

.featureArea ul li .Img img {
  display: block;
  width: 100%;
}

.featureArea ul li .Txt {
  padding: 15px;
  text-align: center;
  background: #FFF;
}

.featureArea ul li .Txt h3 {
  font-size: 20px;
}

.featureArea ul li .Txt h3 strong {
  font-weight: normal;
}

.featureArea ul li .Txt h3 strong a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.featureArea ul li .Txt h3 strong a:hover {
  color: #da2441;
}

.featureArea ul li .Txt .price {
  margin-top: 10px;
}

.featureArea ul li .Txt .price strong {
  display: inline-block;
  margin: 0 5px;
}

.featureArea ul li .Txt .price strong.normal {
  text-decoration: line-through;
}

.featureArea ul li .Txt .price strong.discount b {
  font-size: 18px;
  font-style: italic;
  color: #DB3336;
}

.featureArea ul li .Txt p {
  margin-top: 10px;
  font-size: 13px;
  color: #524846;
  line-height: 1.8;
  height: 50px;
}

/**最新消息**/
.newsArea ul li .Img {
  display: inline-block;
}

.newsArea ul li .Img a {
  display: block;
}

.newsArea ul li .Img img {
  display: block;
  width: 100%;
}

.newsArea ul li .Txt h3 {
  font-size: 15px;
}

.newsArea ul li .Txt h3 a {
  color: #000;
}

.newsArea ul li .Txt p {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.8;
}

/*圖文外連*/
.linkArea {
  padding: 40px 0;
}

.linkArea ul {
  margin: 0 -10px;
}

.linkArea ul li {
  padding: 0 10px;
}

.linkArea ul li .Img img {
  display: block;
  width: 100%;
}

.linkArea ul li .Txt {
  padding: 15px;
  text-align: center;
  background: #FFF;
}

.linkArea ul li .Txt h3 {
  font-size: 20px;
}

.linkArea ul li .Txt h3 strong {
  font-weight: normal;
}

.linkArea ul li .Txt h3 strong a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.linkArea ul li .Txt h3 strong a:hover {
  color: #da2441;
}

.linkArea ul li .Txt p {
  margin-top: 10px;
  font-size: 13px;
  color: #524846;
  line-height: 1.8;
  height: 50px;
}

/*廣告跑馬燈*/
.adArea {
  padding: 40px 0;
}

.adArea ul {
  margin: 0 -10px;
}

.adArea ul li {
  padding: 0 -20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.adArea h4 {
  display: none;
}

@media (max-width: 960px) {
  .featureArea ul li {
    padding: 10px;
  }
  .linkArea ul li {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .aboutArea .Img {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .aboutArea {
    margin-top: 30px;
  }
  .featureArea ul {
    margin: 0;
  }
  .linkArea ul {
    padding: 0;
  }
  .mapArea .mapBox {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.outerWrap {
  background: url(../images/bg.png) no-repeat center;
}

.bannerArea {
  position: relative;
}

.bannerArea .btnDown {
  content: '';
  display: block;
  position: absolute;
  bottom: 70px;
  left: 50%;
  height: 36px;
  width: 36px;
  border: solid 1px #FFF;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/down.png) no-repeat center;
  cursor: pointer;
}

.bannerArea .btnDown:hover {
  -webkit-animation: drop 1s linear infinite both;
          animation: drop 1s linear infinite both;
}

.bannerArea .btnDown:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -71px;
  left: 50%;
  width: 1px;
  height: 70px;
  background-color: #FFF;
  z-index: 1;
}

.bannerArea .wrap {
  max-width: none;
  position: relative;
}

.bannerArea .wrap .bannerBox img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerArea .wrap .bannerBox #banner .slick-dots {
  position: absolute;
  bottom: auto;
  top: 0;
  right: 50px;
  width: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerArea .wrap .bannerBox #banner .slick-dots li.slick-active {
  margin: 10px 0;
}

.bannerArea .wrap .bannerBox #banner .slick-dots li.slick-active button::before {
  height: 36px;
  border-radius: 5px;
}

.bannerArea .wrap .bannerBox #banner .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FFF;
  color: #FFF;
  opacity: 1;
}

.bannerArea .wrap .bannerContent {
  position: absolute;
  left: 22%;
  top: 29%;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 3px;
  color: #d5d5d5;
  z-index:10;
}

.bannerArea .wrap .bannerContent .titleBox {
  position: relative;
  margin-bottom: 1rem;
  color: #FFF;
}

.bannerArea .wrap .bannerContent .titleBox:before, .bannerArea .wrap .bannerContent .titleBox:after {
  content: '';
  position: absolute;
  left: -40px;
  bottom: 0;
  display: block;
  background-color: #FFF;
}

.bannerArea .wrap .bannerContent .titleBox:before {
  height: 400px;
  width: 1px;
}

.bannerArea .wrap .bannerContent .titleBox:after {
  height: 100px;
  width: 5px;
}

.bannerArea .wrap .bannerContent .titleBox .topTitle {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 3.4px;
}

.bannerArea .wrap .bannerContent .titleBox .bottomTitle {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 5.28px;
  /* line-height: 70px; */
}

.bannerArea .wrap .bannerContent .titleBox .bottomTitle span {
  margin-left: 10px;
  font-size: 62px;
  font-weight: 400;
  letter-spacing: 9.3px;
  color: #FDF2DD;
}


.bannerArea .wrap .bannerContent .btn{
  margin-top: 50px;
  display: inline-block;
}
.bannerArea .wrap .bannerContent .btn a{
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 12px 47px;
  border: 1px solid #fff;
  letter-spacing: 2px;
}
.bannerArea .wrap .bannerContent .btn a:hover{
  background: rgba(31, 160, 175, 0.65);
    border: 1px solid transparent;
}



.newsArea .wrap {
  padding: 140px 0 230px;
  position: relative;
}

.newsArea li {
  padding: 0 13px;
}

.newsArea li .item {
  position: relative;
}

.newsArea li .item:hover .Img {
  opacity: .6 !important;
  -webkit-transition: .5s !important;
  -o-transition: .5s !important;
  transition: .5s !important;
}

.newsArea li .item .Img {
  position: relative;
}

.newsArea li .item .Txt {
  background-color: #fff;
  position: absolute;
  top: 200px;
  width: 70%;
  max-width: 300px;
  padding: 0 40px 0 15px;
}

.newsArea li .item .Txt h3 {
  margin-top: 10px;
  letter-spacing: 1.2px;
  font-weight: 300;
  font-size: 16px;
  height: 50px;
}

.newsArea li .item .Txt h3:before {
  content: '';
  position: absolute;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: block;
  height: 110px;
  width: 110%;
  max-width: 330px;
  background: url(../images/textshadow.png) no-repeat right center;
  z-index: -1;
}

.newsArea li .item .Txt h3 a {
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 20px;
  -webkit-text-fill-color: #111;
  text-fill-color: #111;
  color: #111;
  z-index: 1;
}

.newsArea li .item .Txt h3 a:before {
  content: attr(data-abhover);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-text-fill-color: #333323;
  text-fill-color: #333323;
  color: #333323;
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
  text-shadow: 0px 0px 5px rgba(90, 74, 115, 0.2);
  opacity: 0;
}

.newsArea li .item .Txt .date {
  color: #888;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.newsArea li .item .Txt .btnMore {
  display: inline-block;
  color: #aaa;
  margin-top: 35px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .75px;
  position: relative;
}

.newsArea li .item .Txt .btnMore:before {
  content: '';
  top: 50%;
  left: 120%;
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  background-color: #aaa;
}

.newsArea li .item .Txt:hover h3 a::before {
  opacity: 1;
}

.newsArea li .item .Txt:hover .btnMore {
  color: #333323;
}

.newsArea li .item .Txt:hover .btnMore:before {
  background-color: #333323;
}

.newsArea li:first-child {
  padding-left: 0;
  padding-right: 26px;
}

.newsArea li:last-child {
  padding-left: 26px;
  padding-right: 0px;
}

.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: 60px;
  position: relative;
}

.newsArea .topBox .boxWrap {
  position: relative;
  padding-left: 85px;
}

.newsArea .topBox .boxWrap span {
  color: #C0985D;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 3.75px;
  padding-left: 80px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.newsArea .topBox .boxWrap span:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #C0985D;
  width: 50px;
  height: 2px;
  top: 50%;
  left: 10px;
}

.newsArea .topBox .boxWrap span:after {
  content: '01';
  width: 136px;
  height: 136px;
  position: absolute;
  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;
  font-size: 18px;
  letter-spacing: 0.4px;
  border: solid 1px #ededed;
  border-radius: 50%;
  color: #cecece;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -110px;
}

.newsArea .topBox .boxWrap h3 {
  font-size: 52px;
  font-weight: 300;
  letter-spacing: 1.3px;
  line-height: 60px;
}

.newsArea .topBox .boxWrap h3:hover a::before {
  width: 100%;
  height: 100%;
}

.newsArea .topBox .boxWrap h3 a {
  -webkit-text-fill-color: #111;
  text-fill-color: #111;
  color: #111;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.newsArea .topBox .boxWrap h3 a:before {
  content: attr(data-news);
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-fill-color: #C0985D;
  text-fill-color: #C0985D;
  color: #C0985D;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.roomArea {
  position: relative;
  padding-top: 70px;
  margin-bottom: 140px;
}

.roomArea:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 430px;
  width: 100%;
  background: url(../images/roombg.png) no-repeat center;
}

.roomArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.roomArea .wrap .leftBox, .roomArea .wrap .rightBox {
  width: 100%;
}

.roomArea .wrap .leftBox {
  max-width: 890px;
  width: 66%;
}

.roomArea .wrap .leftBox:hover img {
  opacity: .7;
}

.roomArea .wrap .leftBox img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

.roomArea .wrap .rightBox {
  position: relative;
  max-width: calc(100% - 890px);
  padding-left: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.roomArea .wrap .rightBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0;
  margin-bottom: 40px;
  position: relative;
}

.roomArea .wrap .rightBox .topBox .boxWrap {
  position: relative;
}

.roomArea .wrap .rightBox .topBox .boxWrap span {
  color: #C0985D;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 3.75px;
  padding-left: 80px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.roomArea .wrap .rightBox .topBox .boxWrap span:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #C0985D;
  width: 50px;
  height: 2px;
  top: 50%;
  left: 10px;
}

.roomArea .wrap .rightBox .topBox .boxWrap span:after {
  content: '02';
  width: 136px;
  height: 136px;
  position: absolute;
  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;
  font-size: 18px;
  letter-spacing: 0.4px;
  border: solid 1px #ededed;
  border-radius: 50%;
  color: #cecece;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -110px;
}

.roomArea .wrap .rightBox .topBox .boxWrap h3 {
  font-size: 52px;
  font-weight: 300;
  letter-spacing: 1.3px;
  line-height: 60px;
}

.roomArea .wrap .rightBox .topBox .boxWrap h3:hover a::before {
  width: 100%;
  height: 100%;
}

.roomArea .wrap .rightBox .topBox .boxWrap h3 a {
  -webkit-text-fill-color: #111;
  text-fill-color: #111;
  color: #111;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.roomArea .wrap .rightBox .topBox .boxWrap h3 a:before {
  content: attr(data-news);
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-fill-color: #C0985D;
  text-fill-color: #C0985D;
  color: #C0985D;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.roomArea .wrap .rightBox .roomTxtList li {
  opacity: 0;
}

.roomArea .wrap .rightBox .roomTxtList li.slick-current {
  opacity: 1;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.roomArea .wrap .rightBox .roomTxtList h3 {
  margin-bottom: 20px;
}

.roomArea .wrap .rightBox .roomTxtList h3:hover {
  padding-left: 5px;
}

.roomArea .wrap .rightBox .roomTxtList h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2.6px;
}

.roomArea .wrap .rightBox .roomTxtList h3 a span {
  padding-left: 5px;
  padding-top: 6px;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1.5px;
  color: #C0985D;
}

.roomArea .wrap .rightBox .roomTxtList p.ellipsis {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .75px;
  line-height: 28px;
  height: 60px;
  color: #444;
}

.roomArea .wrap .rightBox .roomTxtList .btnMore {
  display: inline-block;
  color: #8a8a8a;
  margin-top: 35px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .75px;
  position: relative;
}

.roomArea .wrap .rightBox .roomTxtList .btnMore:hover {
  padding-left: 5px;
  color: #C0985D;
}

.roomArea .wrap .rightBox .roomTxtList .btnMore:hover:before {
  background-color: #C0985D;
}

.roomArea .wrap .rightBox .roomTxtList .btnMore:before {
  content: '';
  top: 50%;
  left: 120%;
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  background-color: #aaa;
}

.roomArea .wrap .rightBox .arrowBox {
  position: absolute;
  bottom: 0;
  left: 160px;
}

.roomArea .wrap .rightBox .nextArrow, .roomArea .wrap .rightBox .prevArrow {
  position: absolute;
  bottom: 0;
  left: 0px;
  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;
  height: 65px;
  width: 65px;
  border: solid 1px #333323;
  background-color: #FFF;
  cursor: pointer;
}

.roomArea .wrap .rightBox .nextArrow:hover, .roomArea .wrap .rightBox .prevArrow:hover {
  background-color: #333323;
}

.roomArea .wrap .rightBox .nextArrow:hover:before, .roomArea .wrap .rightBox .prevArrow:hover:before {
  background: url(../images/prevarrow_h.png) no-repeat center;
}

.roomArea .wrap .rightBox .nextArrow:before, .roomArea .wrap .rightBox .prevArrow:before {
  content: '';
  display: block;
  height: 15px;
  width: 8px;
  background: url(../images/prevarrow.png) no-repeat center;
}

.roomArea .wrap .rightBox .nextArrow {
  left: calc(7px + 65px);
}

.roomArea .wrap .rightBox .nextArrow:hover:before {
  background: url(../images/nextarrow_h.png) no-repeat center;
}

.roomArea .wrap .rightBox .nextArrow:before {
  background: url(../images/nextarrow.png) no-repeat center;
}

.aboutArea {
  padding: 0;
  margin-bottom: 190px;
}

.aboutArea .wrap {
  position: relative;
  max-width: none;
  padding: 0;
}

.aboutArea .wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  height: 530px;
  width: 1px;
  background-color: #FFF;
}

.aboutArea .wrap .Img {
  margin-bottom: 0;
}

.aboutArea .wrap .Img img {
  display: block;
  height: 730px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.aboutArea .wrap .contentArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fafafa;
  overflow: hidden;
}

.aboutArea .wrap .contentArea .topBox {
  width: 100%;
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.aboutArea .wrap .contentArea .topBox .rightBox {
  position: relative;
  height: 100%;
  width: 50%;
}

.aboutArea .wrap .contentArea .topBox .rightBox .Txt {
  position: absolute;
  bottom: 0;
  padding-left: 55px;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0.75px;
  line-height: 30px;
  color: #FDF2DD;
  text-align: left;
}

.aboutArea .wrap .contentArea .topBox .rightBox .btn {
  position: relative;
  display: block;
  margin-top: 35px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .75px;
  text-align: left;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.aboutArea .wrap .contentArea .topBox .rightBox .btn a {
  position: relative;
  padding: 2px 18px;
  padding-right: 65px;
  color: #FDF2DD;
  border: solid 1px transparent;
}

.aboutArea .wrap .contentArea .topBox .rightBox .btn a:hover {
  border: solid 1px #FDF2DD;
}

.aboutArea .wrap .contentArea .topBox .rightBox .btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 34px;
  height: 1px;
  background-color: #FDF2DD;
}

.aboutArea .wrap .contentArea .bottomBox {
  width: 100%;
  height: calc(100% - 530px);
}

.aboutArea .wrap .contentArea .bottomBox .leftBox {
  position: relative;
  height: 100%;
  width: 50%;
}

.aboutArea .wrap .contentArea .bottomBox .leftBox h2 {
  position: absolute;
  right: 5%;
  top: -10%;
  font-size: 90px;
  font-weight: 300;
  line-height: 115px;
  letter-spacing: 2.25px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #d2d2d2;
}

.aboutArea .wrap .contentArea .bottomBox .leftBox h2:after {
  content: '';
  position: absolute;
  bottom: -170px;
  right: 0;
  display: block;
  width: 672px;
  height: 170px;
  background: url(../images/about_txt.png) no-repeat center;
}

.mapArea {
  padding: 0;
  margin-bottom: 90px;
}

.mapArea .wrap {
  position: relative;
  z-index: 1;
}

.mapArea .wrap .topBox123 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: 60px;
  position: relative;
}

.mapArea .wrap .topBox .boxWrap {
  position: relative;
  padding-left: 85px;
}

.mapArea .wrap .topBox .boxWrap span {
  color: #C0985D;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 3.75px;
  padding-left: 80px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}

.mapArea .wrap .topBox .boxWrap span:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #C0985D;
  width: 50px;
  height: 2px;
  top: 50%;
  left: 10px;
}

.mapArea .wrap .topBox .boxWrap span:after {
  content: '05';
  width: 136px;
  height: 136px;
  position: absolute;
  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;
  font-size: 18px;
  letter-spacing: 0.4px;
  border: solid 1px #ededed;
  border-radius: 50%;
  color: #cecece;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -110px;
}

.mapArea .wrap .topBox04 .boxWrap span:after {
  content: '04';
}

.mapArea .wrap .topBox06 .boxWrap span:after {
  content: '06';
}


.mapArea .wrap .topBox .boxWrap h3 {
  font-size: 52px;
  font-weight: 300;
  letter-spacing: 1.3px;
  line-height: 60px;
}

.mapArea .wrap .topBox .boxWrap h3:hover a::before {
  width: 100%;
  height: 100%;
}

.mapArea .wrap .topBox .boxWrap h3 a {
  -webkit-text-fill-color: #111;
  text-fill-color: #111;
  color: #111;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mapArea .wrap .topBox .boxWrap h3 a:before {
  content: attr(data-location);
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-fill-color: #C0985D;
  text-fill-color: #C0985D;
  color: #C0985D;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mapArea .wrap > .leftBox {
  position: relative;
  height: 640px;
  max-width: 770px;
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.mapArea .wrap > .leftBox:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 120%;
  max-width: 860px;
  height: 400px;
  background: url(../images/shadow.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.mapArea .wrap > .leftBox .serviceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mapArea .wrap > .leftBox .serviceBox:hover .Img img {
  -webkit-animation: roZ linear 1s infinite both;
          animation: roZ linear 1s infinite both;
}

.mapArea .wrap > .leftBox .serviceBox:hover > .rightBox a {
  color: #333323;
}

.mapArea .wrap > .leftBox .serviceBox .Img {
  display: inline-block;
  margin-right: 30px;
  height: 100%;
}

.mapArea .wrap > .leftBox .serviceBox .Img img {
  display: block;
  /*height: 100%;*/
  -o-object-fit: none;
     object-fit: none;
}

.mapArea .wrap > .leftBox .serviceBox > .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  color: #111;
}

.mapArea .wrap > .leftBox .serviceBox > .rightBox a {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.mapArea .wrap > .leftBox .serviceBox > .rightBox .mapTitleBox span {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
}

.mapArea .wrap > .leftBox .serviceBox > .rightBox .mapTitleBox h2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .4px;
}

.mapArea .wrap > .leftBox .serviceBox > .rightBox .Txt {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .75px;
  line-height: 22px;
}

.mapArea .wrap > .leftBox .serviceBox > .rightBox .Txt p {
  height: 45px;
}

.mapArea .wrap > .rightBox {
  position: absolute;
  bottom: 15%;
  right: 0;
  max-width: 740px;
  height: 380px;
  width: 57%;
  -webkit-box-shadow: 0px 1px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 25px 0 rgba(0, 0, 0, 0.1);
}

.clickFire {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 99999;
}

@media (max-width: 1600px) {
  .roomArea .wrap .rightBox {
    padding-left: 120px;
  }
  .roomArea .wrap .rightBox .arrowBox {
    left: 120px;
  }
}

@media (max-width: 1480px) {
  .newsArea .topBox .boxWrap {
    padding-left: 150px;
  }
  .roomArea .wrap, .mapArea .wrap {
    padding: 0;
  }
  .aboutArea {
    margin-bottom: 100px;
  }
  .aboutArea .wrap .contentArea .bottomBox .leftBox h2 {
    font-size: 80px;
    line-height: 100px;
  }
  .aboutArea .wrap .contentArea .bottomBox .leftBox h2:after {
    width: 570px;
    background-size: contain;
  }
  .mapArea .wrap .topBox .boxWrap {
    padding-left: 150px;
  }
}

@media (max-width: 1366px) {
  .mapArea .wrap > .leftBox .serviceBox > .rightBox {
    width: 280px;
  }
}

@media (max-width: 1180px) {

  .outerWrap {
    background-position: center -30vh;
  }
  .bannerArea .wrap .bannerBox img {
    width: 100%;
    height: auto;
  }
  .newsArea .wrap {
    padding: 85px 15% 0;
  }
  .newsArea .wrap li {
    padding: 0 20px;
    padding-bottom: 150px;
  }
  .newsArea .wrap li .Img {
    display: block;
    margin: 0 auto;
    opacity: 1 !important;
  }
  .roomArea {
    margin-bottom: 85px;
  }
  .roomArea:before {
    background-position: center right;
  }
  .roomArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .roomArea .wrap .leftBox {
    max-width: none;
    width: 70%;
    margin: 0 auto;
  }
  .roomArea .wrap .leftBox img {
    height: auto;
  }
  .roomArea .wrap .rightBox {
    max-width: none;
    width: 70%;
    margin: 0 auto;
    padding-left: 0;
  }
  .roomArea .wrap .rightBox .topBox {
    padding-top: 70px;
    margin-bottom: 20px;
  }
  .roomArea .wrap .rightBox .arrowBox {
    left: auto;
    right: 140px;
  }
  .aboutArea {
    margin-bottom: 80px;
  }
  .aboutArea .wrap > .Img img {
    height: 400px;
  }
  .aboutArea .wrap .contentArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .aboutArea .wrap .contentArea .topBox {
    width: 50%;
    height: 100%;
  }
  .aboutArea .wrap .contentArea .topBox .rightBox {
    width: 100%;
  }
  .aboutArea .wrap .contentArea .topBox .rightBox .Txt {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 30px;
  }
  .aboutArea .wrap .contentArea .bottomBox {
    width: 50%;
    height: 100%;
  }
  .aboutArea .wrap .contentArea .bottomBox .leftBox {
    width: 100%;
  }
  .aboutArea .wrap .contentArea .bottomBox .leftBox h2 {
    top: auto;
    bottom: 18%;
    font-size: 60px;
    line-height: 100px;
  }
  .aboutArea .wrap .contentArea .bottomBox .leftBox h2:after {
    bottom: -130px;
    width: 370px;
    background-size: contain;
  }
  .mapArea {
    margin-bottom: 160px;
  }

   .mapArea .wrap {
    padding: 0 7%;
  }

  .mapArea123 .wrap {
    padding: 0 3%;
  }

  .mapArea .wrap .topBox {
    margin-bottom: 20px;
  }
  .mapArea .wrap .leftBox, .mapArea .wrap .rightBox {
    max-width: none;
    width: 80%;
    position: relative;
    margin: 0 auto;
  }
  .mapArea .wrap > .leftBox .serviceBox > .rightBox {
    width: auto;
    margin: 0;
  }
  .mapArea .wrap > .rightBox {
    bottom: 0;
  }
}

@media (max-width: 860px) {
  .newsArea .wrap {
    padding: 85px 10% 0;
  }
  .newsArea .wrap li .item .Txt .btnMore {
    margin-top: 20px;
  }
  .roomArea .wrap .rightBox .arrowBox {
    right: 90px;
  }
  .roomArea .wrap .rightBox .nextArrow, .roomArea .wrap .rightBox .prevArrow {
    width: 40px;
    height: 40px;
  }
  .roomArea .wrap .rightBox .nextArrow {
    left: calc(7px + 40px);
  }
  .mapArea .wrap .leftBox {
    padding: 30px 50px;
  }
}

@media (max-width: 767px) {
  .topBox .boxWrap h3 {
    font-size: 42px !important;
  }
  .newsArea .wrap .topBox {
    margin-bottom: 40px;
  }
  .newsArea .wrap li {
    padding-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .newsArea .wrap li .item .Txt {
    position: relative;
    top: auto;
    max-width: none;
    width: 100%;
    padding-left: 15px;
  }
  .newsArea .wrap li .item .Txt .date {
    margin-top: 0;
    padding-top: 10px;
  }
  .newsArea .wrap li .item .Txt h3 {
    height: 25px;
  }
  .newsArea .wrap li .item .Txt .btnMore {
    margin-top: 10px;
  }
  .roomArea {
    padding-top: 0;
    margin-bottom: 60px;
  }
  .roomArea:before {
    content: none;
  }
  .roomArea .wrap .leftBox {
    width: 100%;
  }
  .roomArea .wrap .leftBox img {
    min-height: 200px;
  }
  .roomArea .wrap .rightBox .topBox {
    padding-top: 50px;
    margin-bottom: 10px;
  }
  .aboutArea .wrap:before {
    content: none;
  }
  .aboutArea .wrap .contentArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .aboutArea .wrap .contentArea .topBox {
    width: 100%;
  }
  .aboutArea .wrap .contentArea .topBox .rightBox {
    width: 100%;
  }
  .aboutArea .wrap .contentArea .topBox .rightBox .Txt {
    padding-left: 20%;
  }
  .aboutArea .wrap .contentArea .bottomBox {
    width: auto;
  }
  .aboutArea .wrap .contentArea .bottomBox .leftBox h2 {
    position: absolute;
    right: 30px;
  }
}

@media (max-width: 640px) {
  .newsArea .wrap {
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .newsArea .wrap .topBox {
    margin-bottom: 20px;
  }
  .newsArea .wrap .topBox .boxWrap {
    padding-left: 50px;
  }
  .newsArea .wrap .topBox .boxWrap span:after {
    left: -50px;
    width: 80px;
    height: 80px;
  }
  .roomArea .wrap .rightBox .topBox .boxWrap span:after {
    left: -50px;
    width: 80px;
    height: 80px;
  }
  .aboutArea .wrap .contentArea .topBox .rightBox .Txt {
    padding-left: 5%;
  }
  .mapArea {
    margin-bottom: 80px;
  }
  .mapArea .wrap .topBox .boxWrap {
    padding-left: 100px;
  }
  .mapArea .wrap .topBox .boxWrap span:after {
    left: -50px;
    width: 80px;
    height: 80px;
  }
  .mapArea .wrap > .leftBox {
    padding: 30px;
  }
  .mapArea .wrap > .leftBox .serviceBox .Img {
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .bannerArea .wrap .bannerContent {
    top: 10%;
    left: 10%;
    font-size: 12px;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  }
  .bannerArea .wrap .bannerContent .titleBox:before, .bannerArea .wrap .bannerContent .titleBox:after {
    left: -20px;
  }
  .bannerArea .wrap .bannerContent .titleBox .topTitle {
    font-size: 18px;
    font-weight: 300;
  }
  .bannerArea .wrap .bannerContent .titleBox .bottomTitle {
    word-break: keep-all;
    font-size: 1rem;
  }
  .bannerArea .wrap .bannerContent .titleBox .bottomTitle span {
    font-size: 36px;
  }
  .newsArea .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .aboutArea .wrap .contentArea .topBox .rightBox .Txt {
    top: auto;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    padding: 0;
    padding-top: 60px;
    font-size: 13px;
    text-align: center;
  }
  .aboutArea .wrap .contentArea .topBox .rightBox .btn {
    text-align: center;
    margin-top: 20px;
  }
  .aboutArea .wrap .contentArea .bottomBox .leftBox h2 {
    bottom: 15%;
    font-size: 50px;
    line-height: 50px;
  }
  .aboutArea .wrap .contentArea .bottomBox .leftBox h2:after {
    width: 300px;
  }
  .mapArea .wrap .topBox .boxWrap {
    padding-left: 60px;
  }
  .mapArea .wrap > .leftBox {
    width: 95%;
    height: auto;
    margin: 10px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mapArea .wrap > .leftBox .serviceBox > .rightBox .mapTitleBox h2 {
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .mapArea .wrap > .leftBox .serviceBox .Img img {
    width: 65px;
  }
  .mapArea .wrap > .rightBox {
    width: 100%;
  }
}

#facList div , #facList2 div {margin: 0 5px 5px 5px;}