@charset "UTF-8";
/* CSS Document */
.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-bottom: 125px;
  overflow: hidden;
  text-align: center;
}

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

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

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

.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;
}

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

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

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

.featureArea ul {
  margin: 0 -15px;
}

.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;
}

.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 {
  overflow: hidden;
}

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

.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;
  }
}

.mainArea {
  margin-left: 130px;
  border-left: solid 1px #f2f2f2;
}

.bannerArea {
  height: 100vh;
}

.bannerArea .bannerBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.bannerArea .bannerBox #banner {
  z-index: 1;
  height: 100%;
}

.bannerArea .bannerBox .slick-list, .bannerArea .bannerBox .slick-track, .bannerArea .bannerBox li {
  height: 100%;
}

.bannerArea .bannerBox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bannerArea .bannerBox .titleBox {
  color: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  text-align: center;
}

.bannerArea .bannerBox .titleBox .subTitle {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 5px;
  padding-bottom: 11px;
}

.bannerArea .bannerBox .titleBox .bannerTitle {
  font-size: 58px;
  font-weight: 900;
  letter-spacing: .5px;
}

.bannerArea .bannerBox .titleBox .engTitle {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .75px;
}

.bannerArea .videoBtn {
  top: 50%;
  left: 4%;
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  position: absolute;
  background-image: url(../images/Play.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 68px;
  width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  cursor: pointer;
  text-align: center;
  z-index: 2;
}

.bannerArea .videoBtn:before {
  content: '播放影片';
  display: block;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 14px;
  color: #FFF;
  position: absolute;
  bottom: -30px;
  text-align: center;
  width: 100%;
}

.bannerArea .videoBtn:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 60px;
  background-color: #FFF;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  right: 90px;
  top: 50%;
}

.bannerArea .arrowBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 4%;
  opacity: 1;
  z-index: 2;
}

.bannerArea .arrowBtn .prevArrow, .bannerArea .arrowBtn .nextArrow {
  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
  transition: ease .5s;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 6px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.bannerArea .arrowBtn .prevArrow {
  background-image: url(../images/l_arrow.png);
}

.bannerArea .arrowBtn .prevArrow:hover {
  background-image: url(../images/h_l_arrow.png);
}

.bannerArea .arrowBtn .nextArrow {
  background-image: url(../images/r_arrow.png);
}

.bannerArea .arrowBtn .nextArrow:hover {
  background-image: url(../images/h_r_arrow.png);
}

.bannerArea .scrollDown {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background-image: url(../images/mouse.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 24px;
  cursor: pointer;
  bottom: 2%;
  padding-bottom: 30px;
  z-index: 2;
}

.bannerArea .scrollDown:before, .bannerArea .scrollDown:after {
  content: '';
  display: inline-block;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: down infinite linear 1.5s both;
          animation: down infinite linear 1.5s both;
}

.bannerArea .scrollDown:after {
  top: 50px;
}

.featureArea {
  padding: 140px 0;
}

.featureArea ul {
  margin: 0;
}

.featureArea ul li {
  padding: 0;
}

.featureArea .wrap {
  position: relative;
  padding: 0 100px;
  overflow: hidden;
}

.featureArea .wrap:before {
  content: 'PROJECTS'; /*右側直立英文標題*/
  display: block;
  position: absolute;
  font-family: 'Titillium Web';
  top: 0;
  right: -50px;
  color: #fafafa;
  font-size: 210px;
  line-height: 200px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  z-index: -1;
}

.featureArea .wrap ul .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.featureArea .wrap ul .item .Img {
  width: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0.1rem 0.1rem 3rem 0;
          box-shadow: rgba(0, 0, 0, 0.1) 0.1rem 0.1rem 3rem 0;
  position: relative;
  z-index: 2;
  overflow: unset;
  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;
}

.featureArea .wrap ul .item .Img a {
  width: 100%;
  height: 100%;
}

.featureArea .wrap ul .item .Img a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featureArea .wrap ul .item .Img.slideBar:before {
  -webkit-box-shadow: -20px 20px #42BFC1; /*大相框邊條顏色A區*/
          box-shadow: -20px 20px #42BFC1;
}

.featureArea .wrap ul .item .Img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  -webkit-box-shadow: 0px 0px #C89F62;
          box-shadow: 0px 0px #C89F62;
  -webkit-transition: all ease .5s .2s;
  -o-transition: all ease .5s .2s;
  transition: all ease .5s .2s;
  pointer-events: none;
}

.featureArea .wrap ul .item .Img:hover:before {
  opacity: 0;
  -webkit-box-shadow: 0 0 #C89F62;
          box-shadow: 0 0 #C89F62;
}

.featureArea .wrap ul .item .Txt {
  width: 50%;
  padding: 0;
  text-align: left;
  padding-top: 60px;
  padding-left: 5.5%;
}

.featureArea .wrap ul .item .Txt:hover .cataTitleBox h3 a::before {
  width: 100%;
  height: 100%;
}

.featureArea .wrap ul .item .Txt .cataTitleBox {
  position: relative;
}

.featureArea .wrap ul .item .Txt .cataTitleBox:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #42BFC1; /*左側直立短線配色*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-25px, -50%);
      -ms-transform: translate(-25px, -50%);
          transform: translate(-25px, -50%);
}

.featureArea .wrap ul .item .Txt .cataTitleBox span {
  color: #000;/*小標題顏色*/
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.75px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.featureArea .wrap ul .item .Txt .cataTitleBox span span {
  letter-spacing: .5px;
}

.featureArea .wrap ul .item .Txt .cataTitleBox h3 {
  font-weight: 200;
  font-size: 38px;
  line-height: 50px;
}

.featureArea .wrap ul .item .Txt .cataTitleBox h3 a {
  -webkit-text-fill-color: #111;
  text-fill-color: #111;
  color: #111;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.featureArea .wrap ul .item .Txt .cataTitleBox h3 a:before {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-fill-color: #C89F62;
  text-fill-color: #C89F62;
  color: #C89F62;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.featureArea .wrap ul .item .Txt .ellipsis {
  margin-top: 40px;
  height: unset;
  color: #666;
  font-size: 18px; /*說明文字尺寸*/
  letter-spacing: .25px;
  font-weight: 300;
  max-width: 490px;
}

.featureArea .wrap ul .item .Txt .more {
  margin-top: 60px;
  padding: 10px 40px 10px 60px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .75px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: solid 1px #efefef;
  background-color: #FFF;
  color: #111;
  position: relative;
}

.featureArea .wrap ul .item .Txt .more:before {
  content: '';
  display: inline-block;
  background-image: url(../images/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 33px;
  height: 14px;
  left: 15px;
  top: 10px;
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.featureArea .wrap ul .item .Txt .more:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.featureArea .wrap ul .item .Txt .more:hover {
  padding: 10px 70px 10px 30px;
  border: solid 1px transparent;
  background-color: #111;
  color: #FFF;
}

.featureArea .wrap ul .item .Txt .more:hover:before {
  left: 100px;
}

.featureArea .wrap ul .item .Txt .more:hover:after {
  -webkit-box-shadow: 8px 6px #C89F62;
          box-shadow: 8px 6px #C89F62;
  opacity: 1;
}

.featureArea .wrap ul li:last-child {
  margin-top: 100px;
}

.featureArea .wrap ul li:last-child .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.featureArea .wrap ul li:last-child .item .Img.slideBar02:before {
  -webkit-box-shadow: 20px -20px #026EB7; /*大相框邊條顏色B區*/
          box-shadow: 20px -20px #026EB7;
}

.featureArea .wrap ul li:last-child .item .Img:before {
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 0px #C89F62;
          box-shadow: 0px 0px #C89F62;
}

.featureArea .wrap ul li:last-child .item .Img:hover:before {
  opacity: 0;
  -webkit-box-shadow: 0 0 #C89F62;
          box-shadow: 0 0 #C89F62;
}

.featureArea .wrap ul li:last-child .item .Txt {
  padding-left: initial;
  padding-left: 10.5%;
  padding-right: 5.5%;
}

.aboutArea .wrap {
  position: relative;
}

.aboutArea .wrap .Img img {
  display: block;
}

.aboutArea .wrap .contentArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fafafa;
}

.aboutArea .wrap .contentArea .aboutTitleBox {
  margin-top: 140px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.aboutArea .wrap .contentArea .aboutTitleBox:before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #fafafa;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.aboutArea .wrap .contentArea .aboutTitleBox h2 {
  color: #fafafa;
  font-size: 36px;
  font-weight: 100;
  letter-spacing: .5px;
  line-height: 52px;
  margin-bottom: 0;
}

.aboutArea .wrap .contentArea .aboutTitleBox span {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.aboutArea .wrap .contentArea .Txt {
  color: #fafafa;
  font-size: 14px;
  font-weight: 100;
  line-height: 28px;
  letter-spacing: 0.75px;
  font-family: 'Noto Sans TC';
}

.aboutArea .wrap .contentArea .btn {
  margin-top: 40px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .75px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: solid 1px rgba(255, 255, 255, 0.35);
  position: relative;
}

.aboutArea .wrap .contentArea .btn a {
  color: #FFF;
  padding: 10px 40px 10px 60px;
}

.aboutArea .wrap .contentArea .btn:before {
  content: '';
  display: inline-block;
  background-image: url(../images/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 33px;
  height: 14px;
  left: 15px;
  top: 12px;
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.aboutArea .wrap .contentArea .btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  pointer-events: none;
}

.aboutArea .wrap .contentArea .btn:hover {
  border: solid 1px transparent;
  background-color: #111;
  color: #FFF;
}

.aboutArea .wrap .contentArea .btn:hover a {
  padding: 10px 70px 10px 30px;
}

.aboutArea .wrap .contentArea .btn:hover:before {
  left: 100px;
}

.aboutArea .wrap .contentArea .btn:hover:after {
  -webkit-box-shadow: 8px 6px #C89F62;
          box-shadow: 8px 6px #C89F62;
  opacity: 1;
}

.newsArea .wrap {
  padding: 0 200px;
  padding-bottom: 100px;
  position: relative;
}

.newsArea .wrap:before {
  /*content: 'NEWS';*/ /*左側直立英文標題*/
  display: block;
  position: absolute;
  font-family: 'Titillium Web';
  top: 0;
  right: calc(100% - 35px);
  color: #fafafa;
  font-size: 210px;
  line-height: 200px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}

.newsArea li {
  padding: 0 15px;
}

.newsArea li .item {
  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;
}

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

.newsArea li .item .Img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0 0 #C89F62;
          box-shadow: 0 0 #C89F62;
  opacity: 0;
  pointer-events: none;
}

.newsArea li .item .Img:hover:before {
  -webkit-box-shadow: 8px 8px #C89F62;
          box-shadow: 8px 8px #C89F62;
  opacity: 1;
}

.newsArea li .item .Txt h3 {
  margin-top: 20px;
  font-weight: 300;
  font-size: 25px;
}

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

.newsArea li .item .Txt h3 a:before {
  content: attr(data-abhover);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-fill-color: #C89F62;
  text-fill-color: #C89F62;
  color: #C89F62;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.newsArea li .item .Txt .date {
  font-size: 13px;
  color: #BBB;
  letter-spacing: 1px;
}

.newsArea li .item .Txt:hover h3 a::before {
  width: 100%;
  height: 100%;
}

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

.newsArea li:last-child {
  padding-left: 30px;
  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 20px;
  margin-bottom: 80px;
  position: relative;
}

.newsArea .topBox .leftBox {
  position: relative;
}

.newsArea .topBox .leftBox:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #42BFC1; /*左側直立短線配色*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-25px, -50%);
      -ms-transform: translate(-25px, -50%);
          transform: translate(-25px, -50%);
}

.newsArea .topBox .leftBox span {
  color: #000;
  font-size: 20px; /*永續經營小標題尺寸*/
  font-weight: 300;
  letter-spacing: 1.75px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsArea .topBox .leftBox h3 {
  font-weight: 200;
  font-size: 38px;
  line-height: 50px;
}

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

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

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

.newsArea .topBox .rightBox .btn {
  margin-top: 40px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .75px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: solid 1px rgba(255, 255, 255, 0.35);
  position: relative;
  padding: 10px 40px 10px 60px;
  border: solid 1px #EEE;
}

.newsArea .topBox .rightBox .btn a {
  display: block;
  color: #FFF;
}

.newsArea .topBox .rightBox .btn:before {
  content: '';
  display: inline-block;
  background-image: url(../images/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 33px;
  height: 14px;
  left: 15px;
  top: 12px;
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.newsArea .topBox .rightBox .btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  pointer-events: none;
}

.newsArea .topBox .rightBox .btn:hover {
  border: solid 1px transparent;
  background-color: #111;
  color: #FFF;
  padding: 10px 70px 10px 30px;
}

.newsArea .topBox .rightBox .btn:hover:before {
  left: 100px;
}

.newsArea .topBox .rightBox .btn:hover:after {
  -webkit-box-shadow: 8px 6px #C89F62;
          box-shadow: 8px 6px #C89F62;
  opacity: 1;
}

.bannerBox.hide {
  opacity: 0;
  pointer-events: none;
}

.arrowBtn.close, .scrollDown.close {
  opacity: 0;
  pointer-events: none;
}

.bannerVideoBox {
  position: relative;
  height: 100vh;
}

.bannerArea .videoBtn.playing {
  left: 1%;
  opacity: .3;
}

.bannerArea .videoBtn.playing:before {
  content: "關閉影片";
}

.mb_YTPBar {
  display: none !important;
}

@-webkit-keyframes lt {
  0% {
    top: 60%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

@keyframes lt {
  0% {
    top: 60%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

.loadpage {
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
  transition: ease .5s;
}

.loadpage:before {
  content: '';
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 390px;
  height: 108px;
  background: url(../images/logo_m_front.jpg) no-repeat center;
  background-size: contain;
  -webkit-animation: lt 1s 1s 1 ease both;
          animation: lt 1s 1s 1 ease both;
}

.loadpage .title {
  font-size: 70px;
  color: #FFF;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 100;
  letter-spacing: 5px;
}

.loadpage .loadrun {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #717071; /*首頁Loading邊條顏色*/
  -webkit-animation: loadrun cubic-bezier(0.55, 0.055, 0.675, 0.19) 3s 1 both;
          animation: loadrun cubic-bezier(0.55, 0.055, 0.675, 0.19) 3s 1 both;
}

.loadpage .line {
  background-color: #FFF;
  position: relative;
  opacity: 0;
}

.loadpage .line:before {
  content: '';
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150%;
  height: 100%;
}

.loadpage .line:after {
  content: '';
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 100%;
}

.featureArea .Img {
  -webkit-animation: show 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1 both !important;
          animation: show 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1 both !important;
}

@media (max-width: 1600px) {
  .featureArea .wrap ul .item .Img {
    width: 60%;
  }
  .featureArea .wrap ul .item .Txt {
    width: 40%;
  }
  .newsArea .wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1400px) {
  .featureArea .wrap ul .item .Img:before {
    width: 55%;
  }
  .newsArea .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1180px) {
  .outerWrap {
    padding: 60px 0 0;
  }
  .wrap {
    padding: 0;
  }
  .mainArea {
    margin: 0;
  }
  .featureArea {
    padding: 70px 0;
  }
  .aboutArea {
    padding-bottom: 60px;
  }
  .newsArea .wrap:before {
    right: unset;
    left: -30px;
    z-index: -1;
  }
  footer {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .newsArea .wrap {
    padding: 0 20% 60px;
  }
  .newsArea .wrap li {
    padding: 0;
    margin-bottom: 60px;
  }
}

@media (max-width: 970px) {
  .bannerArea .bannerBox .titleBox .subTitle {
    font-size: 18px;
  }
  .bannerArea .bannerBox .titleBox .bannerTitle {
    font-size: 40px;
  }
  .featureArea .wrap ul .item .Img {
    width: 100%;
  }
  .featureArea .wrap ul .item .Txt {
    width: 100%;
  }
  .featureArea .wrap ul li:last-child .item {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .outerWrap .mainArea .featureArea .wrap ul .item .Txt {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .bannerArea .bannerBox .titleBox {
    width: 90%;
  }
  .bannerArea .arrowBtn {
    display: none;
  }
  .bannerArea .videoBtn {
    display: none;
  }
  .bannerArea .scrollDown {
    display: none;
  }
}

@media (max-width: 610px) {
  .newsArea .wrap {
    padding: 0 10% 60px;
  }
  .bannerArea .bannerBox .titleBox .bannerTitle {
    font-size: 30px;
  }
  .featureArea .wrap {
    padding: 0 50px;
  }
}

@media (max-width: 480px) {
  .loadpage::before {
    width: 164px;
    height: 74px;
  }
  .bannerArea .bannerBox .titleBox .subTitle {
    font-size: 14px;
  }
  .bannerArea .bannerBox .titleBox .engTitle {
    font-size: 14px;
  }
  .featureArea .wrap {
    padding: 0 5%;
  }
  .newsArea .wrap {
    padding: 0 5% 0px;
  }
  .newsArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .aboutArea .wrap .contentArea .aboutTitleBox h2 {
    font-size: 24px;
  }
  .aboutArea .wrap .contentArea .aboutTitleBox span {
    font-size: 14;
  }
  .aboutArea .wrap .contentArea .Txt {
    font-size: 12px;
  }
}
