@charset "UTF-8";
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-Regular.eot");
  src: url("../fonts/Newsreader-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Newsreader-Regular.woff") format("woff"), url("../fonts/Newsreader-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NewsreaderNumber";
  src: url("../fonts/Newsreader-300.ttf");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+30-39;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Light.ttf") format("truetype");
  font-style: normal;
  /*font-weight: 300;*/
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
*/
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Light.eot");
  src: url("../fonts/RedHatDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Light.woff") format("woff"), url("../fonts/RedHatDisplay-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Regular.eot");
  src: url("../fonts/RedHatDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Regular.woff") format("woff"), url("../fonts/RedHatDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Medium.eot");
  src: url("../fonts/RedHatDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Medium.woff") format("woff"), url("../fonts/RedHatDisplay-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-SemiBold.eot");
  src: url("../fonts/RedHatDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-SemiBold.woff") format("woff"), url("../fonts/RedHatDisplay-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-ExtraBold.eot");
  src: url("../fonts/RedHatDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff"), url("../fonts/RedHatDisplay-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
footer {
  background-color: transparent;
}

.page {
  padding-top: 90px;
  padding-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .page {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .page .listing .row:first-child {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .page .listing .row:nth-child(odd) .col-desc {
    width: 50%;
    padding-right: 105px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .page .listing .row:nth-child(odd) .col-desc {
    padding-right: 80px;
  }
}
@media screen and (min-width: 992px) {
  .page .listing .row:nth-child(odd) .col-img {
    margin-right: -165px;
    width: calc(50% + 165px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .page .listing .row:nth-child(odd) .col-img {
    margin-right: -70px;
    width: calc(50% + 70px);
  }
}
.page .listing .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .page .listing .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .page .listing .row:nth-child(even) .col-desc {
    padding-left: 105px;
    width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .page .listing .row:nth-child(even) .col-desc {
    padding-left: 80px;
  }
}
@media screen and (min-width: 992px) {
  .page .listing .row:nth-child(even) .col-img {
    margin-left: -165px;
    width: calc(50% + 165px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .page .listing .row:nth-child(even) .col-img {
    margin-left: -70px;
    width: calc(50% + 70px);
  }
}
.page .listing .row:not(:last-child) {
  margin-bottom: 165px;
}
@media screen and (max-width: 991px) {
  .page .listing .row:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .page .listing .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .page .listing .col-desc {
    width: 100%;
    padding-top: 32px;
    text-align: center;
  }
}
.page .listing .col-desc h2 {
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .page .listing .col-desc h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.page .listing .col-desc h2 .highlight {
  color: #CEB175;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 56px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .page .listing .col-desc h2 .highlight {
    font-size: 30px;
  }
}
.page .listing .col-desc .rte-wrap {
  font-size: 1.25em;
  line-height: 1.52;
  color: #5C5C5C;
}
@media screen and (max-width: 991px) {
  .page .listing .col-desc .rte-wrap {
    font-size: 0.875em;
    line-height: 1.4;
  }
}
.page .listing .col-img {
  overflow: hidden;
  /*border-radius: 20px;*/
}
@media screen and (max-width: 991px) {
  .page .listing .col-img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.page .listing .swiper {
  /*border-radius: 20px;*/
}
.page .listing .slide .bg {
  position: relative;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  /*border-radius: 20px;*/
}
.page .listing .slide .bg:before {
  content: "";
  display: block;
}
@media (max-width: 991px) {
  .page .listing .slide .bg:before {
    padding-top: 116.8224299065%;
  }
}
@media (min-width: 992px) {
  .page .listing .slide .bg:before {
    padding-top: 94.2857142857%;
  }
}
.page .listing .swiper-button-next,
.page .listing .swiper-button-prev {
  width: 50%;
  height: 100%;
  top: 0;
  margin: 0;
  color: #ffffff;
  cursor: none;
  display: block;
}
@media screen and (max-width: 991px) {
  .page .listing .swiper-button-next,
  .page .listing .swiper-button-prev {
    top: 50%;
    margin-top: -40px;
  }
}
.page .listing .swiper-button-next:after,
.page .listing .swiper-button-prev:after {
  display: none;
}
.page .listing .swiper-button-next:hover .circle,
.page .listing .swiper-button-prev:hover .circle {
  opacity: 1;
}
.page .listing .swiper-button-next .circle,
.page .listing .swiper-button-prev .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  color: #5C5C5C;
  font-size: 1.125em;
  line-height: 1.25;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .page .listing .swiper-button-next .circle,
  .page .listing .swiper-button-prev .circle {
    width: 70px;
    height: 70px;
    font-size: 1em;
    opacity: 1;
    transform: none !important;
  }
}
.page .listing .swiper-button-prev {
  left: 0;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .page .listing .swiper-button-prev .circle {
    width: 50px;
    height: 50px;
  }
}
.page .listing .swiper-button-prev .circle img {
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .page .listing .swiper-button-prev .circle img {
    width: 10px;
  }
}
.page .listing .swiper-button-prev .circle span:before {
  /*
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  border-style: solid;
  transform: rotate(0deg);
  margin-right: 10px;
  border-width: 5px 5px 5px 0;
  border-color: transparent $colorGrey3 transparent transparent;
  */
}
.page .listing .swiper-button-next {
  right: 0;
  padding-right: 20px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .page .listing .swiper-button-next .circle {
    width: 50px;
    height: 50px;
  }
}
.page .listing .swiper-button-next .circle img {
  transform: rotate(0deg);
}
@media screen and (max-width: 991px) {
  .page .listing .swiper-button-next .circle img {
    width: 10px;
  }
}
.page .listing .swiper-button-next .circle span:after {
  /*
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  border-style: solid;
  transform: rotate(0deg);
  margin-left: 10px;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent $colorGrey3;
  */
}
.page .com-more {
  padding-top: 190px;
}
@media screen and (max-width: 991px) {
  .page .com-more {
    padding-top: 100px;
  }
}/*# sourceMappingURL=tech.css.map */