@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;
}

.icon-swiper {
  position: relative;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .icon-swiper {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .icon-swiper {
    margin-bottom: 20px;
  }
}
.icon-swiper .swiper-container {
  overflow: visible;
}
.icon-swiper .nav {
  background-image: url("../img/icon/next.svg");
  background-size: 20px 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #9b9e9f;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .icon-swiper .nav {
    width: 30px;
    height: 30px;
  }
}
.icon-swiper .swiper-button-prev {
  left: -100px;
  transform: scaleX(-1);
}
@media (min-width: 992px) and (max-width: 1520px) {
  .icon-swiper .swiper-button-prev {
    left: -50px;
  }
}
@media (max-width: 991px) {
  .icon-swiper .swiper-button-prev {
    left: 7px;
  }
}
.icon-swiper .swiper-button-next {
  right: -100px;
}
@media (min-width: 992px) and (max-width: 1520px) {
  .icon-swiper .swiper-button-next {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .icon-swiper .swiper-button-next {
    right: 7px;
  }
}
.icon-swiper .swiper-slide {
  height: auto;
}
.icon-swiper .selected .slide .icon-wrap {
  border: 1px solid #0953c0;
}
.icon-swiper .slide {
  height: 100%;
}
.icon-swiper .slide .icon-wrap {
  border-radius: 10px;
  border: 1px solid #f1fffe;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.icon-swiper .slide .icon-wrap .icon {
  width: 83px;
  height: 83px;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
}
.icon-swiper .slide .icon-wrap .text {
  font-size: 1.25em;
  line-height: 1.2;
}

.desc-swiper .swiper-container {
  overflow: visible;
}
.desc-swiper .slide {
  border-radius: 10px;
  padding: 34px 60px;
}
@media (max-width: 991px) {
  .desc-swiper .slide {
    padding: 26px 17px;
  }
}
.desc-swiper .slide .title {
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 575;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .desc-swiper .slide .title {
    font-size: 1.125em;
    line-height: 1.16;
  }
}
.desc-swiper .slide .desc {
  line-height: 1.625;
}

.final-check .wrapper {
  position: relative;
  background-color: #fdffe9;
  padding: 50px 24px 36px 24px;
  border-radius: 4px;
  box-shadow: 9px 3px 26px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .final-check .wrapper {
    margin-left: -28px;
    margin-right: -28px;
    padding: 40px 28px;
  }
}
.final-check .wrapper .deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.final-check .wrapper .deco img {
  display: block;
}
.final-check .wrapper .heading {
  font-size: 1.25em;
  color: #a80022;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .final-check .wrapper .heading {
    margin-bottom: 20px;
  }
}
.final-check .wrapper ul li {
  position: relative;
  line-height: 1.75;
  margin-bottom: 24px;
  padding-left: 35px;
}
@media (max-width: 991px) {
  .final-check .wrapper ul li {
    margin-bottom: 16px;
  }
}
.final-check .wrapper ul li:before {
  content: "";
  background-image: url("../img/resume-cover-letter/check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main {
  background-color: #f8fafe;
}

footer {
  padding-top: 0;
}

.illustration#polygon1 {
  width: 480px;
  right: -500px;
  top: -40px;
}
.illustration#polygon2 {
  width: 374px;
  left: -380px;
  top: 0;
}
.illustration#polygon3 {
  width: 330px;
  right: -350px;
  top: 1100px;
}

.lottie.lottie-polygons {
  width: 190px;
  left: -150px;
  top: 700px;
  transform: rotate(226px);
}

.intro {
  position: relative;
}

.sect-feature {
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .sect-feature {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .sect-feature .icon-swiper {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.sect-feature .icon-swiper .slide .icon-wrap {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(29, 62, 118, 0.12);
}
.sect-feature .desc-swiper .slide {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(29, 62, 118, 0.12);
}
.sect-feature .desc-swiper .slide .title {
  color: #4a45af;
}
.sect-feature .btn-scroll {
  bottom: 0;
}

.sect-do-dont {
  position: relative;
  padding: 70px 60px;
}
@media (max-width: 991px) {
  .sect-do-dont {
    padding: 50px 0;
  }
}
.sect-do-dont .deco {
  position: absolute;
  right: -43px;
  top: 30px;
  z-index: 1;
}
.sect-do-dont .desc {
  margin-bottom: 20px;
}
.sect-do-dont .desc h2 {
  font-size: 1.5em;
  line-height: 1.67;
  font-weight: 575;
  color: #4a45af;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .sect-do-dont .desc h2 {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .sect-do-dont .swiper-slide {
    height: auto;
  }
}
.sect-do-dont .swiper-slide:last-child .table-cell {
  border-right-width: 1px;
}
.sect-do-dont .swiper-slide:last-child .table-head {
  border-left: 1px solid #fff;
}
.sect-do-dont .swiper-slide .table-cell {
  border-bottom-width: 1px;
}
.sect-do-dont .table .table-head {
  background-color: #f1b504;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 575;
  text-align: center;
  padding: 22px;
  border-color: #f1b505;
  border-style: solid;
  border-width: 1px;
}
@media (max-width: 991px) {
  .sect-do-dont .table .table-head {
    font-size: 1.56em;
    padding: 15px;
  }
}
.sect-do-dont .table .table-cell {
  background-color: #fff;
  padding: 24px 20px;
  height: 110px;
  border-color: #f1b505;
  border-style: solid;
  border-left-width: 1px;
}
@media (max-width: 991px) {
  .sect-do-dont .table .table-cell {
    height: auto;
    min-height: 100px;
    border-right-width: 1px;
  }
}
.sect-do-dont .table .table-cell ul {
  list-style-type: disc;
  padding-left: 24px;
}
@media (max-width: 991px) {
  .sect-do-dont .table .table-cell ul {
    line-height: 1.18;
  }
}
.sect-do-dont .btn-scroll {
  bottom: 0;
}
.sect-do-dont .swiper-button-next,
.sect-do-dont .swiper-button-prev {
  width: 13px;
  height: 20px;
  background-image: url("../img/icon/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 22px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .sect-do-dont .swiper-button-next,
.sect-do-dont .swiper-button-prev {
    display: none;
  }
}
.sect-do-dont .swiper-button-prev {
  left: 25px;
  transform: scaleX(-1);
}
.sect-do-dont .swiper-button-next {
  right: 25px;
}

.sect-steps {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .sect-steps {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.sect-steps .deco {
  position: absolute;
  left: -60px;
  top: -50px;
}
.sect-steps .outer-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .sect-steps .outer-wrapper {
    background-color: #fff;
    padding: 50px 140px 75px 140px;
    margin-left: -80px;
    margin-right: -80px;
  }
}
.sect-steps .desc {
  margin-bottom: 20px;
}
.sect-steps .desc h2 {
  font-size: 1.5em;
  color: #4a45af;
  font-weight: 575;
  line-height: 1.67;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .sect-steps .desc h2 {
    font-size: 1.25em;
  }
}
.sect-steps .desc p {
  line-height: 1.75;
}
@media (max-width: 991px) {
  .sect-steps .desc p {
    line-height: 1.55;
  }
}
.sect-steps .group {
  margin-bottom: 40px;
}
.sect-steps .group#group-before h3 {
  color: #a80022;
}
.sect-steps .group#group-before .step {
  background-color: #fff5f5;
}
.sect-steps .group#group-during h3 {
  color: #1b8191;
}
.sect-steps .group#group-during .step {
  background-color: #e4fbff;
}
.sect-steps .group#group-after h3 {
  color: #711f69;
}
.sect-steps .group#group-after .step {
  background-color: #f8f5ff;
}
.sect-steps .group h3 {
  font-size: 1.25em;
  font-weight: 575;
  margin-bottom: 10px;
}
.sect-steps .group .step {
  padding: 22px 36px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .sect-steps .group .step {
    padding: 30px 20px;
  }
}
.sect-steps .group .step.expanded {
  box-shadow: 0 5px 20px 0 rgba(29, 62, 118, 0.12);
}
.sect-steps .group .step.expanded .title:before {
  background-image: url("../img/icon/collapse-grey.svg");
}
.sect-steps .group .step .title {
  position: relative;
  font-size: 1.125em;
  line-height: 1.33;
  font-weight: 575;
  padding-right: 40px;
  cursor: pointer;
}
.sect-steps .group .step .title:before {
  content: "";
  background-image: url("../img/icon/expand-grey.svg");
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.sect-steps .group .step .details {
  padding-top: 10px;
  display: none;
}
@media (max-width: 991px) {
  .sect-steps .group .step .details {
    line-height: 1.625;
  }
}
.sect-steps .group .step .details > *:not(:last-child) {
  margin-bottom: 10px;
}
.sect-steps .group .step .details ul {
  list-style-type: disc;
  padding-left: 24px;
}
.sect-steps .group .step .details ul li {
  margin-bottom: 5px;
}
.sect-steps .final-check {
  padding-top: 135px;
}
@media (max-width: 991px) {
  .sect-steps .final-check {
    padding-top: 100px;
  }
}
.sect-steps .final-check .wrapper .deco {
  top: -134px;
}
@media (max-width: 991px) {
  .sect-steps .final-check .wrapper .deco {
    top: -100px;
  }
}
.sect-steps .final-check .wrapper .deco img {
  width: 347px;
}
@media (max-width: 991px) {
  .sect-steps .final-check .wrapper .deco img {
    width: 292px;
  }
}