@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700");
.bannerBottom, .controlVideo, .serviceList .Txt, .itemList .Txt, .aboutArea .bottomBox, .linkList .Txt {
  box-sizing: border-box;
}

.bannerBox, .bannerBottom, .serviceList .Txt, .serviceIconBox, .serviceIcon, .videoPlayBox .videoWrap, .itemList .Txt h3::after, .linkList .Txt {
  transition: all .5s ease-in-out;
}

/*pop*/
/*關於我們*/
/*地圖*/
/*推薦商品/房型*/
/**最新消息**/
/*圖文外連*/
/*廣告跑馬燈*/
.loadingArea {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
}

.loadingArea img {
  margin-bottom: 50px;
  opacity: 0;
  transition: all 1s ease-out;
}

.loadingArea.show img {
  opacity: 1;
}

body.full .changePageArea {
  display: block;
}
.changePageArea {
  display: none;
}

.mainArea {
  padding: 0;
  background-color: #fff;
}

.mainArea::before {
  display: none;
}

/*.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 {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popWin a.close:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/

.popWin{
    background:rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    font-size: 15px;
    line-height: 1.8;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.7s;
}
.popWin.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popWin img{
    width: 100%;
}
.popMask{
    position:fixed;
    width:100%;
    height:100vh;
    z-index:666;
}
.popTxt{
    box-sizing:border-box;
    width:80%;
    max-width:800px;
    padding:30px;
    background:#FFF;
    font-size:18px;
    line-height:1.5;
    position:absolute;
    transform:translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
    z-index:667;
    max-height: 80vh;
    overflow-y: auto;
}
.popClose{
    cursor:pointer;
    width:25px;
    height:25px;
    line-height:25px;
    position:absolute;
    right:0;
    top:0;
    background:#000;
    color:#FFF;
    text-align:center;
    z-index:667;
}

.bannerArea {
  height: 100vh;
}

#banner {
  position: relative;
  z-index: 1;
}

#banner li {
  height: 100vh;
}

#banner li.current img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#banner li.current .bannerText h1, #banner li.current .bannerText h2 {
  -webkit-animation: fsDown 1s ease-out .5s both;
          animation: fsDown 1s ease-out .5s both;
}

#banner li.current .bannerText p {
  -webkit-animation: fsUp 1s ease-out .5s both;
          animation: fsUp 1s ease-out .5s both;
}

#banner li.current .bannerText .moreBtn {
  -webkit-animation: fsUp 1s ease-out 1s both;
          animation: fsUp 1s ease-out 1s both;
}

#banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  transition: all 10s ease-out;
}

.bannerText {
  top: 40%;
}

.bannerText h1, .bannerText h2 {
  margin-bottom: 0;
  opacity: 0;
}

.bannerText .moreBtn {
  width: 250px;
  margin-top: 50px;
  color: #fff;
  box-shadow: 0 0 10px rgba(6, 10, 27, 0.5);
  opacity: 0;
}

.bannerText .moreBtn:hover {
  box-shadow: none;
}

.bannerText p {
  opacity: 0;
}

.bannerBottom {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 80px;
  padding: 0 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #ecf2f6 0, #ecf2f6 100%), linear-gradient(to bottom, #ecf2f6 0, #ecf2f6 100%), linear-gradient(to bottom, #ecf2f6 0, #ecf2f6 100%), linear-gradient(to bottom, #ecf2f6 0, #ecf2f6 100%), linear-gradient(to bottom, #ecf2f6 0, #ecf2f6 100%);
  background-size: 1px 100%;
  background-position: 0 0, 25% 0, 50% 0, 75% 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 3;
}

.bannerBottom.noArrows {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerBottom.lieDown {
  -webkit-transform: perspective(800px) rotateX(90deg);
          transform: perspective(800px) rotateX(90deg);
}

.scrollBtn {
  position: relative;
  display: block;
  width: 20px;
  height: 30px;
  border: 2px solid #9f9f9f;
  border-radius: 15px;
}

.scrollBtn::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 20%;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #9f9f9f;
  -webkit-animation: scrollDown 1.3s linear infinite;
          animation: scrollDown 1.3s linear infinite;
}

/*.bannerVideoBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
*/
.bannerVideoBox .mb_YTPBar {
  visibility: hidden;
}

.bannerBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.bannerBox.hide {
  opacity: 0;
  pointer-events: none;
}
.bannerVideoBox {
  position: relative;
  height: 100vh;
}

.controlVideo {
  position: absolute;
  width: 40px;
  top: 50%;
  right: 50px;
  padding: 10px 20px;
  margin-top: -20px;
  white-space: nowrap;
  border: none;
  background-color: #000;
  color: transparent;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  z-index: 4;
  opacity: .5;
  font-family: 'Lato', 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
  transition: width .3s ease-out .3s, padding .3s ease-out .3s, color .2s ease 0s, opacity .3s ease-out;
}

.controlVideo:hover {
  width: 120px;
  padding-left: 40px;
  color: #fff;
  opacity: 1;
  transition: width .3s ease-out, padding .5s ease-out, color .4s ease .4s, opacity .3s ease-out;
}

.controlVideo.playing:hover::before, .controlVideo.playing:hover::after {
  left: 15px;
}

.controlVideo.playing::before, .controlVideo.playing::after {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.controlVideo.playing::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.controlVideo.playing::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.controlVideo.pauseing::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
    top: 20%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    top: 20%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}

.topDescription {
  margin: 0 auto 70px;
  text-align: center;
  line-height: 2;
  opacity: 0;
}

.topDescription.show {
  -webkit-animation: fsUp 1s ease both 1s;
          animation: fsUp 1s ease both 1s;
}

.serviceArea {
  position: relative;
  padding: 100px 0 90px;
}

.serviceArea .wrap {
  width: 100%;
}

.serviceList li {
  opacity: 0;
}

.serviceList li.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.serviceList li:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.serviceList li:nth-child(1) .serviceIconBox {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.serviceList li:nth-child(1) .Txt h3 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.serviceList li:nth-child(1) .Txt p {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.serviceList li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.serviceList li:nth-child(2) .serviceIconBox {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.serviceList li:nth-child(2) .Txt h3 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.serviceList li:nth-child(2) .Txt p {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.serviceList li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.serviceList li:nth-child(3) .serviceIconBox {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.serviceList li:nth-child(3) .Txt h3 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.serviceList li:nth-child(3) .Txt p {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.serviceList li:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.serviceList li:nth-child(4) .serviceIconBox {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.serviceList li:nth-child(4) .Txt h3 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.serviceList li:nth-child(4) .Txt p {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.serviceList li:nth-child(5) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.serviceList li:nth-child(5) .serviceIconBox {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.serviceList li:nth-child(5) .Txt h3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.serviceList li:nth-child(5) .Txt p {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.serviceList .item {
  padding-bottom: 40px;
}

.serviceList .item:hover .serviceIconBox {
  background-color: #fff;
  box-shadow: none;
  color: #c1a367;
  transition-delay: .2s;
}

.serviceList .item:hover .serviceIcon {
  background-image: url("../images/home/serviceIconHover.png");
}

.serviceList .item:hover .Img::before {
  opacity: 0;
}

.serviceList .item:hover .Img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.serviceList .item:hover .Txt {
  box-shadow: 0 2px 40px rgba(6, 21, 34, 0.1);
  background-color: #fff;
}

.serviceList .Img img {
  width: 100%;
}

.serviceList .Txt {
  padding: 30px;
}

.serviceList .Txt h3 {
  opacity: 0;
}

.serviceList .Txt h3.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.serviceList .Txt h3 a {
  display: block;
  font-size: 24px;
  color: #161616;
 /*font-family: Helvetica, Arial, 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;*/
  font-family:  Arial, 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.serviceList .Txt h3 a:hover {
  color: #14375b;
}

.serviceList .Txt p {
  margin-top: 15px;
  height: 55px;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0;
}

.serviceList .Txt p.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.serviceList .slick-dots {
  display: none !important;
}

.serviceIconBox {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 170px;
  height: 150px;
  margin-left: -85px;
  margin-top: -75px;
  color: #fff;
  box-shadow: 0 0 15px rgba(17, 22, 25, 0.55);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.serviceIconBox.show {
  -webkit-animation: fsDown 1s ease-out both;
          animation: fsDown 1s ease-out both;
}

.serviceIconBox h4 {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}

.serviceIcon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  background: url("../images/home/serviceIcon.png");
}

.imgTitle {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 30px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}

.videoArea {
  position: relative;
  padding-bottom: 60px;
}

.videoArea .titleBox {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
  border-top: 1px solid #ecf2f6;
}

.videoArea .titleBox::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -9px;
  left: 50%;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px dashed #14375b;
  background: radial-gradient(#14375b 30%, transparent 0);
  -webkit-animation: rotateForever 5s linear infinite;
          animation: rotateForever 5s linear infinite;
}

.videoPlayBox {
  /*height: 740px;*/
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
.videoPlayBox .playerBox {
  margin-top: -117px !important;
}
.videoPlayBox.show {
  -webkit-animation: fsUp 1s ease-out both .8s;
          animation: fsUp 1s ease-out both .8s;
}

.videoPlayBox > img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.videoPlayBox .videoWrap {
  position: absolute;
  max-width: 1200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
}

/*stupid ie*/
@media screen and (min-width:0\0) {
  .videoPlayBox .videoWrap {
    width: 1200px;
  }
}

/*stupid ie*/
@media screen and (min-width:0\0) and (max-width: 1200px) {
  .videoPlayBox .videoWrap {
    width: 100%;
  }
}

.videoPlayBox .videoWrap.playing {
  visibility: visible;
  opacity: 1;
}

.playBtn {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  margin-left: -32.5px;
  margin-top: -32.5px;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
}

.playBtn::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  margin: auto;
  border: 1px dashed #fff;
}

.playBtn::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -7.5px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.playBtn:hover::before {
  -webkit-animation: rotateForever 10s linear infinite;
          animation: rotateForever 10s linear infinite;
}

.featureArea {
  position: relative;
  padding-bottom: 80px;
}

.featureArea .rectMoreBtn {
  margin-top: 80px;
}

.itemList {
  border-top: 1px solid #ecf2f6;
  border-bottom: 1px solid #ecf2f6;
}

.itemList li {
  opacity: 0;
}

.itemList li.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.itemList li:nth-child(1) {
  position: relative;
  z-index: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.itemList li:nth-child(1) .Txt h3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.itemList li:nth-child(1) .Txt p {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.itemList li:nth-child(1) .Txt .moreBtn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.itemList li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.itemList li:nth-child(2) .Txt h3 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.itemList li:nth-child(2) .Txt p {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.itemList li:nth-child(2) .Txt .moreBtn {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.itemList li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.itemList li:nth-child(3) .Txt h3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.itemList li:nth-child(3) .Txt p {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.itemList li:nth-child(3) .Txt .moreBtn {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.itemList li:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.itemList li:nth-child(4) .Txt h3 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.itemList li:nth-child(4) .Txt p {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.itemList li:nth-child(4) .Txt .moreBtn {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.itemList li .Img {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.itemList li:not(:first-child) .item::before {
  content: '';
  position: relative;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #f3f5f8;
  z-index: -1;
}

.itemList li:not(:first-child) .Img {
  /*-webkit-flex: 0 0 600px;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;*/
}

.itemList li:nth-child(odd) .item::after {
  background-color: #f3f5f8;
}

.itemList li:nth-child(even) .Img {
  /*-webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;*/
}

.itemList li:nth-child(even) .item {
  flex-direction: row-reverse;
}
.itemList li:nth-child(even) .item::before {
  display: none;
}
.itemList li:nth-child(even) .item::after {
  background-color: #f3f5f8;
}

.itemList li:nth-child(even) .Txt {
  /*-webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;*/
}

.itemList .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.itemList .item::after {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  width: calc((100% - 1200px) / 2);
  z-index: -1;
}

.itemList .item:hover .Img::before {
  opacity: 0;
}

.itemList .item:hover .Img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.itemList .Img {
  position: relative;
  line-height: 0;
  box-shadow: 0 16px 30px rgba(3, 12, 19, 0.15);
  z-index: 1;
}

.itemList .Img img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.itemList .Txt {
  position: relative;
  -webkit-flex: 0 0 600px;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #fff;
}

.itemList .Txt h3 {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 500;
  color: #161616;
  /*font-family: Helvetica, Arial, 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;*/
  font-family:  Arial, 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
  opacity: 0;
}

.itemList .Txt h3.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.itemList .Txt h3.show::after {
  width: 25px;
}

.itemList .Txt h3::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin: 20px auto;
  background-color: #c1a367;
  transition-delay: 1s;
}

.itemList .Txt p {
  height: 85px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #717171;
  opacity: 0;
}

.itemList .Txt p.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.itemList .sort {
  position: absolute;
  top: 65px;
  right: 65px;
  font-size: 13px;
  color: #c1a367;
}

.itemList .moreBtn {
  margin-top: 50px;
  opacity: 0;
}

.itemList .moreBtn.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.aboutArea {
  position: relative;
}

.aboutArea .bottomBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

.aboutArea .bottomBox h2 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(34, 34, 34, 0.2);
  opacity: 0;
}

.aboutArea .bottomBox h2.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.aboutArea .Txt {
  max-width: 600px;
  padding: 30px 0;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(34, 34, 34, 0.2);
  opacity: 0;
}

.aboutArea .Txt.show {
  -webkit-animation: fsUp 1s ease-out both .5s;
          animation: fsUp 1s ease-out both .5s;
}

.aboutArea .Txt h3 {
  margin-top: 20px;
  font-size: 18px;
}

.aboutArea .Txt p {
  margin-top: 15px;
  line-height: 1.8;
}

.aboutArea .Txt img:last-child {
  display: block;
  margin-left: auto;
}

.aboutArea .Txt .signatureImg {
  margin-top: 20px;
}

.aboutArea .moreBtn {
  width: 125px;
  height: 48px;
  line-height: 48px;
  margin-left: 0;
  color: #14375b;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
}

.aboutArea .moreBtn.show {
  -webkit-animation: fsDown 1s ease-out both 1s;
          animation: fsDown 1s ease-out both 1s;
}

.aboutArea .moreBtn:hover {
  background-color: #14375b;
  color: #fff;
}

.dataList {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 80px 0 80px;
  border-top: 2px solid #ecf2f6;
}

.dataList::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -9px;
  left: 50%;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px dashed #14375b;
  background: radial-gradient(#14375b 30%, transparent 0);
  -webkit-animation: rotateForever 5s linear infinite;
          animation: rotateForever 5s linear infinite;
}

.dataList li {
  width: 25%;
  text-align: center;
  opacity: 0;
}

.dataList li.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.dataList li:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dataList li:nth-child(1) .serviceIconBox {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.dataList li:nth-child(1) .Txt h2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.dataList li:nth-child(1) .Txt b {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.dataList li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.dataList li:nth-child(2) .serviceIconBox {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.dataList li:nth-child(2) .Txt h2 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.dataList li:nth-child(2) .Txt b {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.dataList li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.dataList li:nth-child(3) .serviceIconBox {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.dataList li:nth-child(3) .Txt h2 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.dataList li:nth-child(3) .Txt b {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.dataList li:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.dataList li:nth-child(4) .serviceIconBox {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.dataList li:nth-child(4) .Txt h2 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.dataList li:nth-child(4) .Txt b {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.dataList h2 {
  position: relative;
  margin-bottom: 15px;
  font-size: 80px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #212129;
  opacity: 0;
}

.dataList h2.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.dataList h2::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-image: linear-gradient(to bottom, #212129 0, #212129 100%), linear-gradient(to bottom, #212129 0, #212129 100%);
  background-repeat: no-repeat;
  background-size: 1px 100%, 100% 1px;
  background-position: 50% 0, 0 50%;
}

.dataList b {
  color: #717171;
  opacity: 0;
}

.dataList b.show {
  -webkit-animation: fsDown 1s ease-out both;
          animation: fsDown 1s ease-out both;
}

.mapArea {
  padding: 40px 0;
}

#gmap_s {
  width: 100%;
  height: 300px;
}

.linkList li:nth-child(1) .item {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.linkList li:nth-child(1) .Txt h3 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.linkList li:nth-child(1) .Txt p {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.linkList li:nth-child(1) .Img {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.linkList li:nth-child(2) .item {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.linkList li:nth-child(2) .Txt h3 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.linkList li:nth-child(2) .Txt p {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.linkList li:nth-child(2) .Img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.linkList li:nth-child(3) .item {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.linkList li:nth-child(3) .Txt h3 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.linkList li:nth-child(3) .Txt p {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.linkList li:nth-child(3) .Img {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.linkList .item {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0;
}

.linkList .item.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.linkList .item:hover .Txt {
  box-shadow: 0 20px 45px rgba(6, 21, 34, 0.1);
}

.linkList .item:hover .Img::before {
  opacity: 0;
}

.linkList .item:hover .Img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.linkList .Txt {
  height: 180px;
  padding: 55px 55px 20px;
}

.linkList .Txt p {
  height: 60px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.8;
  opacity: 0;
}

.linkList .Txt p.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.linkList h3 {
  opacity: 0;
}

.linkList h3.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.linkList h3 a {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #161616;
  text-transform: uppercase;
  font-family: 'Lato', 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.linkList h3 a:hover {
  color: #14375b;
}

.linkList .Img {
  opacity: 0;
}

.linkList .Img.show {
  -webkit-animation: fsDown 1s ease-out both;
          animation: fsDown 1s ease-out both;
}

.linkList .Img img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.linkList .slick-dots {
  display: none !important;
}

.adArea {
  padding: 40px 0;
}

.adArea ul {
  margin: 0 -10px;
}

.adArea ul li {
  padding: 0 -20px;
  box-sizing: border-box;
}

.adArea .Img img {
  display: block;
  width: 100%;
}

.adArea h4 {
  display: none;
}

@media (max-width: 1220px) {
  .itemList .item::before, .itemList .item::after {
    display: none;
  }
  .itemList li:not(:first-child) .Img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .itemList .Img, .itemList .Txt {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (max-width: 1200px) {
  .bannerBottom {
    width: 80%;
    margin: auto;
  }
  .outerWrap {
    padding-top: 0;
  }
  .serviceArea .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .topDescription {
    padding-left: 20px;
    padding-right: 20px;
  }
  .topDescription br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .aboutArea .bottomBox {
    background-position-x: 75%;
  }
}

@media (max-width: 960px) {
  .itemList li:nth-child(even) .Img {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .itemList .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .itemList .Img, .itemList .Txt {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
  .itemList .Img img {
    height: auto;
  }
  .itemList .Txt {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .bannerArea {
    height: auto;
  }
  #banner li {
    height: auto;
  }
  #banner img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .bannerText {
    font-size: 14px;
  }
  .bannerText h1, .bannerText h2 {
    font-size: 36px;
  }
  .bannerText .moreBtn, .bannerBottom, .bannerVideoBox {
    display: none;
  }
  .bannerBox {
    position: relative;
  }
  .controlVideo:hover {
    width: 40px;
    padding-left: 20px;
    opacity: 1;
    color: transparent;
  }
  .controlVideo.playing:hover::before, .controlVideo.playing:hover::after {
    left: 12px;
  }
  .itemList .sort {
    position: static;
    margin-bottom: 15px;
  }
  .itemList .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .itemList .Txt h3 {
    margin-top: 30px;
  }
  .itemList .Txt p {
    height: auto;
  }
  .itemList .Txt p br {
    display: none;
  }
  .itemList .moreBtn {
    margin-top: 25px;
  }
  .topDescription {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .topDescription br {
    display: none;
  }
  .aboutArea .bottomBox {
    min-height: 600px;
    height: auto;
    background-position-x: 0;
  }
  .serviceList .Txt p {
    height: auto;
  }
  .dataList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .dataList li {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .linkList .Txt {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 180px;
  }
  .linkList .Txt p {
    height: auto;
  }
  .linkList .slick-dots {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 40px 0;
  }
  .mapArea .mapBox {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .aboutArea .bottomBox h2 {
    font-size: 40px;
  }
  .aboutArea .moreBtn {
    margin-left: auto;
  }
  .dataList li {
    width: 100%;
  }
  .serviceArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .videoArea .titleBox {
    padding-top: 90px;
  }
}

@media (max-width: 320px) {
  .dataList h2 {
    font-size: 50px;
  }
}
