@charset "UTF-8";
/* CSS Document */
.bannerArea {
  margin-top: 0;
}

.mainArea {
  padding: 0;
}

.pc{display: block;}
.mo{display: none;}

/*--關於我們--*/
.aboutArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
}

.aboutArea .Img {
  width: 50%;
}

.aboutArea .Img.show img {
  -webkit-filter: saturate(1);
          filter: saturate(1);
  opacity: 1;
}

.aboutArea .Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: .5;
  transition: all 3s;
}

.aboutArea .box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 50%;
  background: url("../images/about_bg.jpg") no-repeat center center;
  background-size: cover;
}

.aboutArea .Txt {
  line-height: 35px;
  font-size: 14px;
  color: #212121;
}

/*--最新消息--*/
.newsArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
}

.newsArea .headerTitle {
  margin-bottom: 45px;
}

.newsArea .imgBox {
  width: 50%;
}

.newsArea .imgBox.show img {
  -webkit-filter: saturate(1);
          filter: saturate(1);
  opacity: 1;
}

.newsArea .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: .5;
  transition: all 3s;
}

.newsArea .newsBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 50%;
  background: url("../images/news_bg.jpg") no-repeat center center;
  background-size: cover;
}

.newsArea .newsBox .inner {
  max-width: 700px;
  width: 100%;
}

.newsArea .newsList {
  position: relative;
  z-index: 1;
  margin: 0 -50px;
}

.newsArea .newsList:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #3d3c3a;
}

.newsArea .newsList li {
  float: left;
  width: 50%;
  padding: 0 50px;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: left;
}

.newsArea .newsList .date {
  color: #7b6c77;
  text-transform: uppercase;
  font-family: Arial, sans-serif, "微軟正黑體";
  margin-bottom: 8px;
line-height: 20px;
}

.newsArea .newsList h3 a {
  font-size: 15px;
display:block;
  color: #212121;
  letter-spacing: .025em;
  line-height: 27px;
height: 54px;
overflow:hidden;
  font-weight: normal;
}

.newsArea .newsList h3 a:hover {
  color: #eebd48;
  text-decoration: underline;
}

.featureArea {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 80px 0;
  background: url("../images/room_bg.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  box-sizing: border-box;
}

.featureArea.show:before {
  opacity: 0;
}

.featureArea:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  transition: all 1s;
}

.featureArea .roomList {
  margin: 0 -18px;
}

.featureArea .roomList li {
  float: left;
  width: 33.33%;
  padding: 0 18px;
  box-sizing: border-box;
  text-align: left;
}

.featureArea .roomList .Img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.featureArea .roomList .Img a {
  display: block;
}

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

.featureArea .roomList h3 a {
  display: block;
  font-weight: normal;
  font-family: "Noto Sans TC";
  font-weight: 300;
  font-size: 20px;
  color: #222;
  letter-spacing: .025em;
  padding: 0 15px 10px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5b630;
}

.featureArea .roomList p {
  color: #222;
  line-height: 26px;
  letter-spacing: .075em;
  padding: 0 15px;
  height: 78px;
  box-sizing: border-box;
}

.featureArea .btnStyle01 a {
  background: none;
  border: 1px solid #eebd48;
  color: #eebd48;
}

.featureArea .btnStyle01 a:hover {
  background: #eebd48;
  color: #fff;
}

@media (max-width: 1500px) {
  .newsArea .newsBox {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .newsArea .newsBox .inner {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {

  .pc{display: none;}
.mo{display: block;}

  .aboutArea {
    display: block;
    height: auto;
  }
  .aboutArea .Img {
    display: none;
  }
  .aboutArea .box {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .newsArea {
    display: block;
    height: auto;
  }
  .newsArea .imgBox {
    display: none;
  }
  .newsArea .newsBox {
    width: 100%;
    padding: 40px 20px;
  }
  .featureArea .roomList li {
  width: 50%;
  padding: 0 18px;
}
}

@media (max-width: 640px) {
  .newsArea .newsBox {
    width: 100%;
    padding: 40px 20px;
  }
  .newsArea .newsList {
    margin: 0;
  }
  .newsArea .newsList:before {
    display: none;
  }
  .newsArea .newsList li {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .newsArea .slick-dots {
    bottom: -60px;
  }
  .newsArea .slick-dots li {
    float: none;
    width: 20px;
  }
  .newsArea .slick-dots li.slick-active button:before {
    color: #eebd48;
  }
  .newsArea .slick-dots li button:before {
    color: #888;
    opacity: 1;
  }
  .featureArea .roomList li {
  width: 100%;
  padding: 0 18px;
}
}
