@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;
}

.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: -450px;
  top: 0;
}
.illustration#polygon2 {
  width: 430px;
  left: -357px;
  top: 500px;
}

.sect-structure {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 9px 3px 26px 0 rgba(0, 0, 0, 0.06);
  padding: 40px 60px;
}
@media (max-width: 991px) {
  .sect-structure {
    margin: 0 -28px;
    padding: 20px 28px 60px;
  }
}
.sect-structure .illustration {
  width: 223px;
  right: 30px;
  top: 30px;
}
.sect-structure .btn-scroll {
  bottom: 0;
}
@media (min-width: 992px) {
  .sect-structure .desc {
    padding-right: 250px;
  }
}
.sect-structure h2 {
  font-size: 1.5em;
  line-height: 1.66;
  font-weight: 575;
  color: #4a45af;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .sect-structure h2 {
    font-size: 1.25em;
  }
}
.sect-structure p {
  line-height: 1.75;
}
.sect-structure .listing .row {
  flex-wrap: nowrap;
  padding: 30px 0;
  align-items: center;
}
@media (max-width: 991px) {
  .sect-structure .listing .row {
    padding: 10px 0;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .sect-structure .listing .row:first-child {
    padding-right: 250px;
  }
}
.sect-structure .listing .row:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 992px) {
  .sect-structure .listing .row .col-l {
    flex-shrink: 0;
    width: 140px;
  }
}
.sect-structure .listing .row .col-l .icon {
  display: block;
}
@media (max-width: 991px) {
  .sect-structure .listing .row .col-l .icon {
    margin-bottom: 20px;
  }
}
.sect-structure .listing .row .col-l .icon img {
  display: block;
}
@media (min-width: 992px) {
  .sect-structure .listing .row .col-r {
    flex-shrink: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-structure .listing .row .col-r {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .sect-structure .listing .row .col-r {
    width: 100%;
  }
}
.sect-structure .listing .row .col-r .subhead {
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.sect-structure .listing .row .col-r ul {
  line-height: 1.75;
  list-style-type: disc;
  padding-left: 24px;
}

.sect-major {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .sect-major {
    padding-bottom: 0;
  }
}
.sect-major .illustration {
  right: -130px;
  bottom: 40px;
}
.sect-major .desc {
  position: relative;
}
@media (min-width: 992px) {
  .sect-major .desc {
    padding-left: 220px;
    padding-right: 220px;
    text-align: center;
    padding-bottom: 50px;
  }
}
.sect-major .desc .deco {
  position: absolute;
  left: -60px;
  top: 12px;
}
.sect-major .desc h2 {
  font-size: 1.5em;
  line-height: 1.66;
  margin-bottom: 10px;
  color: #4a45af;
  font-weight: 575;
}
@media (max-width: 991px) {
  .sect-major .desc h2 {
    font-size: 1.25em;
  }
}
.sect-major .desc p {
  line-height: 1.75;
}
.sect-major .listing {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sect-major .listing .item {
  position: relative;
}
@media (min-width: 992px) {
  .sect-major .listing .item {
    width: 50%;
    margin-bottom: 123px;
    align-self: flex-start;
    height: 165px;
  }
}
@media (max-width: 991px) {
  .sect-major .listing .item {
    margin-top: 30px;
    width: 100%;
  }
}
.sect-major .listing .item:before {
  content: "";
  background-position: center;
  background-size: contain;
  display: block;
  width: 280px;
  height: 280px;
  position: absolute;
}
@media (max-width: 991px) {
  .sect-major .listing .item:before {
    display: none;
  }
}
.sect-major .listing .item .icon {
  position: absolute;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .sect-major .listing .item .icon {
    display: none;
  }
}
.sect-major .listing .item .category {
  font-size: 1.25em;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sect-major .listing .item .category {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .sect-major .listing .item .category {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .sect-major .listing .item .category .color-icon {
    margin-right: 9px;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .sect-major .listing .item:nth-child(odd) {
    padding-left: 280px;
    left: -68px;
  }
}
@media (min-width: 992px) {
  .sect-major .listing .item:nth-child(odd) .wrapper {
    padding-top: 13px;
    margin-right: -80px;
  }
}
.sect-major .listing .item:nth-child(odd):before {
  left: 0;
  top: 0;
}
.sect-major .listing .item:nth-child(odd) .icon {
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .sect-major .listing .item:nth-child(even) {
    padding-right: 280px;
    padding-top: 145px;
    right: -68px;
  }
}
@media (min-width: 992px) {
  .sect-major .listing .item:nth-child(even) .wrapper {
    margin-left: -80px;
  }
}
.sect-major .listing .item:nth-child(even):before {
  right: 0;
  top: 144px;
}
.sect-major .listing .item:nth-child(even) .icon {
  top: 130px;
  right: 0;
}
.sect-major .listing .item:nth-child(5n+1) .category {
  border-color: #e94a47;
}
.sect-major .listing .item:nth-child(5n+1):before {
  background-image: url("../img/resume-cover-letter/puzzle-red.svg");
}
.sect-major .listing .item:nth-child(5n+2) .category {
  border-color: #3281ec;
}
.sect-major .listing .item:nth-child(5n+2):before {
  background-image: url("../img/resume-cover-letter/puzzle-dark-blue.svg");
}
.sect-major .listing .item:nth-child(5n+3) .category {
  border-color: #84b1f4;
}
.sect-major .listing .item:nth-child(5n+3):before {
  background-image: url("../img/resume-cover-letter/puzzle-light-blue.svg");
}
.sect-major .listing .item:nth-child(5n+4) .category {
  border-color: #f1b505;
}
.sect-major .listing .item:nth-child(5n+4):before {
  background-image: url("../img/resume-cover-letter/puzzle-yellow.svg");
}
.sect-major .listing .item:nth-child(5n) .category {
  border-color: #151a4f;
}
.sect-major .listing .item:nth-child(5n):before {
  background-image: url("../img/resume-cover-letter/puzzle-black.svg");
}
.sect-major .listing .item:first-child:before {
  background-image: url("../img/resume-cover-letter/puzzle-first.svg");
}
.sect-major .listing .item ul {
  list-style-type: disc;
  padding: 10px 0 10px 24px;
  line-height: 1.75;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sect-major .listing .item ul {
    font-size: 0.875em;
  }
}
@media (min-width: 992px) {
  .sect-major .final-check {
    width: 50%;
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  .sect-major .final-check {
    margin-top: 170px;
  }
}
@media (min-width: 992px) {
  .sect-major .final-check .wrapper {
    max-width: 500px;
  }
}
.sect-major .final-check .wrapper .deco {
  top: -138px;
}
.sect-major .final-check .wrapper .deco img {
  width: 209px;
}
@media (max-width: 991px) {
  .sect-major .final-check .wrapper .deco img {
    width: 184px;
  }
}