@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;
}

footer {
  padding-top: 0px;
}

.lottie.lottie-polygons2 {
  z-index: 0;
}

.illustration#deco-1 {
  width: 749px;
  right: -730px;
  top: 600px;
}
.illustration#deco-2 {
  width: 204px;
  left: -142px;
  top: 1100px;
}
.illustration#deco-3 {
  width: 578px;
  left: -600px;
  top: 3000px;
}

.listing {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .listing {
    margin: 0 -28px;
    padding-bottom: 10px;
  }
}
.listing .item {
  background-color: #fff;
  padding: 30px 60px 22px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .listing .item {
    padding: 0 28px;
    background-color: transparent;
  }
}
.listing .item.type-right .banner .row .col-desc .overlay {
  left: -80px;
}
@media (max-width: 991px) {
  .listing .item.type-right .banner .row .col-desc .overlay {
    left: -25px;
  }
}
.listing .item.type-right .banner .row .col-desc .overlay:before {
  border-width: 0 80px 380px 0;
}
@media (max-width: 991px) {
  .listing .item.type-right .banner .row .col-desc .overlay:before {
    border-width: 0 25px 165px 0;
  }
}
.listing .item.type-left .banner .row {
  flex-direction: row-reverse;
}
.listing .item.type-left .banner .row .col-desc .overlay {
  top: 0;
  right: -80px;
}
@media (max-width: 991px) {
  .listing .item.type-left .banner .row .col-desc .overlay {
    right: -25px;
  }
}
.listing .item.type-left .banner .row .col-desc .overlay:before {
  border-width: 380px 80px 0 0;
}
@media (max-width: 991px) {
  .listing .item.type-left .banner .row .col-desc .overlay:before {
    border-width: 165px 25px 0 0;
  }
}
.listing .item.expanded {
  background-color: #fff;
}
.listing .item.expanded .read-more .txt-read {
  display: none;
}
.listing .item.expanded .read-more .txt-hide {
  display: inline-block;
}
.listing .item.expanded .read-more .bg-circle {
  background-image: url("../img/icon/read-less.svg");
  background-size: 10px 2px;
}
.listing .item a {
  color: #105cc1;
  text-decoration: underline;
}
.listing .item .banner {
  overflow: hidden;
}
@media (max-width: 991px) {
  .listing .item .banner {
    margin-left: -28px;
    margin-right: -28px;
  }
}
.listing .item .banner .row .col-img {
  width: 50%;
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .listing .item .banner .row .col-img {
    height: 165px;
    width: 40%;
  }
}
.listing .item .banner .row .col-desc {
  position: relative;
  width: 50%;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .listing .item .banner .row .col-desc {
    width: 60%;
    padding: 5px 28px;
  }
}
.listing .item .banner .row .col-desc .overlay {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  .listing .item .banner .row .col-desc .overlay {
    width: 28px;
  }
}
.listing .item .banner .row .col-desc .overlay:before {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
.listing .item .banner .row .col-desc h2 {
  font-size: 1.5em;
  line-height: 1.66;
  font-weight: 575;
  color: #455daf;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .listing .item .banner .row .col-desc h2 {
    font-size: 1.25em;
    line-height: 1.35;
    color: #4a45af;
  }
}
.listing .item .banner .row .col-desc p {
  line-height: 1.75;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .listing .item .banner .row .col-desc p {
    padding-right: 0;
  }
}
.listing .item .read-more {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .listing .item .read-more {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
  }
}
.listing .item .read-more a {
  display: flex;
  align-items: center;
  font-size: 1.25em;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .listing .item .read-more a {
    font-size: 1em;
    line-height: 1.18;
  }
}
.listing .item .read-more .txt-hide {
  display: none;
}
.listing .item .read-more .bg-circle {
  background-color: #4a45af;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-image: url("../img/icon/read-more.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .listing .item .read-more .bg-circle {
    width: 24px;
    height: 24px;
  }
}
.listing .item .details {
  padding-top: 30px;
  line-height: 1.75;
}
@media (max-width: 992px) {
  .listing .item .details {
    border-top: 1px solid #e1e1e1;
  }
}
@media (max-width: 991px) {
  .listing .item .details {
    padding-top: 20px;
    padding: 20px 0;
  }
}
.listing .item .details p {
  margin-bottom: 20px;
}
.listing .item .details h3 {
  font-size: 1.5em;
  line-height: 1.33;
  color: #4a45af;
  font-weight: 575;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .listing .item .details h3 {
    font-size: 1.125em;
    line-height: 1.14;
  }
}
.listing .item .details > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .human-library {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .human-library .intro {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .human-library .intro {
    padding-bottom: 20px;
  }
}
.human-library .intro h1 {
  font-size: 2.62em;
}
@media (max-width: 991px) {
  .human-library .intro h1 {
    font-size: 1.625em;
    line-height: 1.38;
  }
}
@media (min-width: 992px) {
  .human-library .listing {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.human-library .listing .item {
  padding: 0;
}
@media (min-width: 992px) {
  .human-library .listing .item {
    box-shadow: 9px 3px 26px 0 rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 991px) {
  .human-library .listing .item {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .human-library .listing .item:last-child {
    margin-bottom: 30px;
  }
}
.human-library .listing .item.type-left .banner .row .col-desc .overlay:before {
  border-width: 411px 0 0 80px;
  border-color: transparent transparent transparent #fff;
}
.human-library .listing .item.type-right .banner .row .col-desc .overlay:before {
  border-width: 0 0 411px 80px;
  border-color: transparent transparent #fff transparent;
}
.human-library .listing .item:nth-child(odd) .banner .row .col-desc p:before, .human-library .listing .item:nth-child(odd) .banner .row .col-desc p:after {
  color: #13b5c2;
}
.human-library .listing .item:nth-child(odd) .banner .row .col-desc .btn-container a {
  background-color: #4a45af;
}
.human-library .listing .item:nth-child(even) .banner .row .col-desc p:before, .human-library .listing .item:nth-child(even) .banner .row .col-desc p:after {
  color: #4a45af;
}
.human-library .listing .item:nth-child(even) .banner .row .col-desc .btn-container a {
  background-color: #067984;
}
@media (max-width: 991px) {
  .human-library .listing .item .banner .row {
    flex-direction: column;
  }
}
.human-library .listing .item .banner .row .col-img {
  height: 411px;
  width: 41%;
}
@media (max-width: 991px) {
  .human-library .listing .item .banner .row .col-img {
    width: 100%;
    height: auto;
    position: relative;
    height: auto;
  }
  .human-library .listing .item .banner .row .col-img:before {
    content: "";
    display: block;
    padding-top: 53.3333333333%;
  }
}
.human-library .listing .item .banner .row .col-desc {
  width: 59%;
}
@media (max-width: 991px) {
  .human-library .listing .item .banner .row .col-desc {
    width: 100%;
    padding: 20px 28px;
  }
}
@media (min-width: 992px) {
  .human-library .listing .item .banner .row .col-desc h2,
.human-library .listing .item .banner .row .col-desc .description {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .human-library .listing .item .banner .row .col-desc h2,
.human-library .listing .item .banner .row .col-desc .description {
    padding: 0 28px;
  }
}
.human-library .listing .item .banner .row .col-desc h2 {
  text-align: center;
  font-size: 1.875em;
  line-height: 1.06;
  margin-bottom: 18px;
  color: #000;
}
@media (max-width: 991px) {
  .human-library .listing .item .banner .row .col-desc h2 {
    font-size: 1.25em;
    margin-bottom: 35px;
  }
}
.human-library .listing .item .banner .row .col-desc p {
  position: relative;
  line-height: 1.75;
}
.human-library .listing .item .banner .row .col-desc p:before, .human-library .listing .item .banner .row .col-desc p:after {
  content: "“";
  font-size: 2.5em;
  font-family: "OleoScript", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  position: absolute;
  line-height: 100%;
  font-weight: 700;
}
.human-library .listing .item .banner .row .col-desc p:before {
  left: -26px;
}
@media (max-width: 991px) {
  .human-library .listing .item .banner .row .col-desc p:before {
    top: -28px;
    left: 0;
  }
}
.human-library .listing .item .banner .row .col-desc p:after {
  right: 0;
  transform: scale(-1);
  bottom: 4px;
}
@media (max-width: 991px) {
  .human-library .listing .item .banner .row .col-desc p:after {
    bottom: -20px;
  }
}
.human-library .listing .item .banner .row .col-desc .overlay {
  height: 411px;
}
.human-library .listing .item .banner .row .col-desc .btn-container {
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .human-library .listing .item .banner .row .col-desc .btn-container {
    margin-top: 35px;
  }
}
.human-library .listing .item .banner .row .col-desc .btn-container a {
  color: #fff;
  border-radius: 24px;
  font-size: 1.06em;
  line-height: 1.17;
  font-weight: 575;
  padding: 8px 27px;
  display: inline-block;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.27);
}
.human-library .btn-container {
  text-align: center;
}