@charset "UTF-8";
.productArea .Txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsArea .item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox li.slick-current .deck {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.bannerArea .bannerBox li.slick-current .title {
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.bannerArea .bannerBox li.slick-current .subTitle {
  -webkit-transition: all 1.4s ease-in-out;
  transition: all 1.4s ease-in-out;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.bannerArea .bannerBox li.slick-current .p_txt {
  -webkit-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.bannerArea .bannerBox .Txt {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.bannerArea .bannerBox .textBox {
  width: 100%;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.bannerArea .bannerBox .deck {
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", "Noto Sans TC", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.bannerArea .bannerBox .title {
  font-size: 62px;
  font-weight: 500;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.bannerArea .bannerBox .subTitle {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.bannerArea .bannerBox .p_txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 1540px) {
  .bannerArea .bannerBox .Txt {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerBox .title {
    font-size: 30px;
  }
  .bannerArea .bannerBox .subTitle {
    font-size: 18px;
  }
  .bannerArea .bannerBox .deck {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .bannerArea .bannerBox .p_txt {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerBox .textBox {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
  }
}

.scrolldown {
  z-index: 2;
  position: absolute;
  bottom: 40px;
  left: 0;
  letter-spacing: 1px;
  right: 0;
  color: #fff;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}
.scrolldown::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  left: 0;
  top: 20px;
  right: 0;
  margin: auto;
  background: #00000078;
}
.scrolldown a {
  color: #fff;
}

/***** newsArea *****/
.newsArea {
  position: relative;
  padding: 100px 0;
  background-color: #fdfdfd;
}
.newsArea .item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.newsArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .Txt {
  position: relative;
  padding: 30px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .date_box {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  width: 80px;
  color: #000;
}
.newsArea .date {
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
}
.newsArea .date_m {
  padding-top: 5px;
  font-weight: 500;
}
.newsArea .txt_box {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding-left: 10px;
  width: 100%;
}
.newsArea .newIcon {
  display: inline-block;
  margin-right: 3px;
  padding: 4px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  background-color: #000;
  color: #dab857;
  position: absolute;
  left: 10px;
  top: -10px;
}
.newsArea h3 {
  height: 65px;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #eaeaea;
}
.newsArea h3 a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}

/***** aboutArea *****/
.aboutArea {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .aboutArea {
    padding: 30px 0;
  }
}
.aboutArea .aboutBox:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0, #000000 25%, #000000 75%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.8;
}
.aboutArea .aboutBox em {
  color: #fff;
  background: none;
  -webkit-text-fill-color: snow;
}
.aboutArea .aboutBox h2 {
  color: #fff;
  background: none;
  -webkit-text-fill-color: snow;
}
.aboutArea .aboutBox .titleBox em:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #fff;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
}
.aboutArea .aboutBox .txt_line {
  font-family: "Poppins";
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 4px;
  padding-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}
.aboutArea .Img {
  float: left;
  width: 45%;
}
.aboutArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.aboutArea .right {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}
.aboutArea .right .about_title {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 10px;
  padding: 30px 0 5px 0;
  letter-spacing: 1px;
}
@media (max-width: 568px) {
  .aboutArea .right .about_title {
    padding: 0px 0 10px 0;
  }
}
.aboutArea .right .about_subtitle {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 10px;
  padding: 0px 0 10px;
  letter-spacing: 1px;
}
.aboutArea .right .about_txt {
  font-size: 14px;
  color: #fff;
  max-width: 600px;
  font-weight: 200;
  margin: auto;
  letter-spacing: 1px;
}
@media (max-width: 568px) {
  .aboutArea .img_service {
    display: none;
  }
}
.aboutArea .img_service li {
  display: inline-block;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .aboutArea .img_service li {
    width: 140px;
  }
  .aboutArea .img_service li img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .aboutArea .img_service li {
    width: 120px;
    padding-right: 20px;
  }
}
.aboutArea .img_service li:last-child {
  padding-right: 0px;
}
.aboutArea .Txt {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.8;
}
.aboutArea .btn a {
  padding: 12px 40px;
  border: 1px solid #51649A;
  font-size: 15px;
  color: #51649A;
}
.aboutArea .btn a:hover {
  color: #fff;
  background-color: #51649A;
}

/***** productArea *****/
.productArea {
  padding: 100px 0;
  background-color: #fafafa;
  background-image: url(../images/bgbg.png);
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 1180px) {
  .productArea {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .productArea {
    padding: 30px 0;
  }
}
.productArea .item {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.productArea .item:hover {
  -webkit-transform: translate(0px, -20px);
          transform: translate(0px, -20px);
}
.productArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productArea .Txt {
  padding: 20px 0px 50px 0;
}
.productArea .Txt h3 a {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-align: center;
}
@media (max-width: 568px) {
  .productArea .Txt h3 a {
    font-size: 16px;
  }
}
.productArea .Txt h3 a:hover {
  color: #000000;
}
.productArea .Txt p {
  height: 46px;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

/***** locationArea *****/
.locationArea {
  padding: 0;
  background-color: #fff;
}
.locationArea .wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .locationArea .wrap {
    padding: 0;
  }
}
@media (max-width: 1050px) {
  .locationArea .wrap {
    display: block;
  }
}
.locationArea .if_map {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.locationArea .if_map iframe {
  height: 700px;
  width: 100%;
}
@media (max-width: 1050px) {
  .locationArea .if_map iframe {
    height: 300px;
  }
}
.locationArea .map_right {
  top: 0;
  right: 0;
  z-index: 9;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  background: no-repeat url(../images/location.jpg) center/cover rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.locationArea .map_right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
@media (max-width: 480px) {
  .locationArea .map_right {
    padding: 50px 0;
  }
}
.locationArea .txt_all {
  width: 100%;
  padding: 0 70px;
  text-align: center;
  line-height: 1.8;
  z-index: 2;
}
@media (max-width: 480px) {
  .locationArea .txt_all {
    padding: 0 20px;
  }
}
.locationArea .map_titleBox {
  padding-bottom: 30px;
  text-align: center;
}
.locationArea .map_titleBox em {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .locationArea .map_titleBox em {
    font-size: 30px;
  }
}
.locationArea .map_titleBox em:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #fff;
  position: relative;
  left: 0;
  top: 5px;
  right: 0;
  margin: auto;
}
.locationArea .map_titleBox h2 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 21px;
}
@media (max-width: 960px) {
  .locationArea .map_titleBox h2 {
    font-size: 15px;
  }
}
.locationArea .company {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

/***** templateArea *****/
.templateArea {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.templateArea .wrap {
  width: 100%;
}
@media (max-width: 1400px) {
  .templateArea .wrap {
    padding: 0;
  }
}
.templateArea .contentBuilder .row {
  margin: 0;
}

/***** contactArea *****/
.contactArea {
  padding: 100px 0;
  background-image: url(../images/bgbg.png);
  background-attachment: fixed;
  background-color: #f8f8f8;
}
@media (max-width: 960px) {
  .contactArea {
    padding: 60px 0;
  }
}
.contactArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 961px) {
  .contactArea .leftBox {
    width: 40%;
    border-right: 1px solid #f1f1f1;
  }
}
@media (max-width: 960px) {
  .contactArea .leftBox {
    width: 100%;
    text-align: center;
  }
}
.contactArea .leftBox .titleBox {
  margin-bottom: 15px;
}
@media (min-width: 961px) {
  .contactArea .rightBox {
    width: 60%;
    padding-left: 50px;
  }
}
@media (max-width: 960px) {
  .contactArea .rightBox {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .contactArea .titleBox .subTitle::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contactArea .socialBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .contactArea .socialBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contactArea .socialBox a {
  width: 37px;
  height: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 37px;
}
.contactArea .socialBox a:not(:first-child) {
  margin-left: 12px;
}
.contactArea .socialBox a svg {
  width: 19px;
  height: 19px;
  color: #dab857;
}
.contactArea .socialBox a i {
  color: #dab857;
  font-size: 19px;
}
.contactArea .contactList {
  margin-top: 30px;
}
.contactArea .contactList li {
  margin-bottom: 5px;
}
.contactArea .contactList .title {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #242424;
}
.contactArea .contactList .title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 14px;
  height: 1px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  background-color: #ccc;
}
.contactArea .contactList a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #777676;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: #232425;
  border-radius: 0;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}