@charset "UTF-8";
@font-face {
  font-family: "VarelaRound-Regular";
  src: url("./font/VarelaRound-Regular.eot");
  src: url("./font/VarelaRound-Regular.eot?#iefix") format("embedded-opentype"), url("./font/VarelaRound-Regular.woff") format("woff"), url("./font/VarelaRound-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OleoScript";
  src: url("./font/OleoScript-Regular.eot");
  src: url("./font/OleoScript-Regular.eot?#iefix") format("embedded-opentype"), url("./font/OleoScript-Regular.woff") format("woff"), url("./font/OleoScript-Regular.ttf") format("truetype");
  font-weight: 400;
}
@keyframes scrollFall {
  0% {
    transform: translate(-2px, -2px) rotate(45deg);
  }
  50% {
    transform: translate(2px, 2px) rotate(45deg);
  }
  100% {
    transform: translate(-2px, -2px) rotate(45deg);
  }
}
.intro {
  position: relative;
  z-index: 1;
  padding: 30px 60px;
}
@media (max-width: 991px) {
  .intro {
    padding: 20px 0;
  }
}
.intro h1 {
  font-size: 2.625em;
  line-height: 1.38;
  font-family: "OleoScript", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #026676;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .intro h1 {
    font-size: 1.625em;
  }
}
.intro h2 {
  font-size: 1.5em;
  line-height: 1.67;
  font-weight: 575;
  color: #4a45af;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .intro h2 {
    font-size: 1.25em;
  }
}
.intro p {
  line-height: 1.75;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .intro p {
    line-height: 1.56;
    margin-bottom: 14px;
  }
}
.intro a {
  text-decoration: underline;
  color: #0953c0;
}

.main {
  background-color: #f8fafe;
}
@media (min-width: 992px) {
  .main {
    padding-bottom: 70px;
  }
}

footer {
  padding-top: 0;
}

.intro h1 {
  margin-bottom: 0;
}

.lottie.lottie-polygons2 {
  z-index: 0;
  top: 600px;
}

.illustration#deco-1 {
  width: 430px;
  right: -420px;
  top: 100px;
}
.illustration#deco-2 {
  width: 400px;
  left: -440px;
  top: 200px;
}

.box-listing {
  position: relative;
  background-color: #fff;
  padding: 50px;
}
@media (max-width: 991px) {
  .box-listing {
    margin-left: -28px;
    margin-right: -28px;
    padding: 30px 28px 40px;
  }
}
.box-listing .item {
  display: flex;
}
@media (max-width: 767px) {
  .box-listing .item {
    display: block;
  }
}
.box-listing .item:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .box-listing .item .thumbnail {
    width: 32%;
  }
}
.box-listing .item .thumbnail img {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .box-listing .item .details {
    width: 68%;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .box-listing .item .details {
    padding-top: 20px;
  }
}
.box-listing .item .details h2 {
  color: #4a45af;
  font-size: 24px;
  font-weight: 575;
  padding-bottom: 14px;
}
@media (max-width: 991px) {
  .box-listing .item .details h2 {
    font-size: 1.25em;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
.box-listing .item .details .txt-wrap {
  color: #333333;
  line-height: 28px;
}
.box-listing .item .details .txt-wrap > *:not(:last-child) {
  margin-bottom: 20px;
}

#pop-video {
  max-width: 875px;
  margin: auto;
}
@media (max-width: 991px) {
  #pop-video {
    margin-top: 60px;
  }
}
#pop-video .wrapper {
  position: relative;
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 991px) {
  #pop-video .wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }
}
#pop-video .wrapper .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/icon/remove-g.svg");
}
#pop-video .wrapper video {
  width: 100%;
  display: block;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-iframe-holder {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mfp-iframe-holder iframe {
    top: 50%;
  }
}