@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Abel&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Assistant:wght@200&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100&display=swap);
@charset "UTF-8";
.intro-page[data-v-59b89f2a] {
  padding-top: calc(100vh - 80px);
}
@media screen and (max-width: 767px) {
.intro-page[data-v-59b89f2a] {
      padding-top: 100vh;
}
}
.intro-page .header-button-wrap[data-v-59b89f2a] {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    text-align: right;
    padding: 30px;
}
.intro-page .header-button-wrap .contact-btn[data-v-59b89f2a] {
      background-image: -webkit-gradient(linear, left top, right top, from(#b10031), to(#ba3f3f));
      background-image: linear-gradient(to right, #b10031, #ba3f3f);
      -webkit-box-shadow: 0px 20px 30px 0px rgba(177, 0, 49, 0.49);
              box-shadow: 0px 20px 30px 0px rgba(177, 0, 49, 0.49);
      letter-spacing: 0.2em;
      padding: 10px 25px;
      border-radius: 5px;
      font-weight: bold;
      color: #fff;
      display: block;
}
@media screen and (max-width: 767px) {
.intro-page .header-button-wrap[data-v-59b89f2a] {
        padding: 0;
        top: 50%;
}
.intro-page .header-button-wrap .contact-btn[data-v-59b89f2a] {
          letter-spacing: 0;
          padding: 5px;
          width: 40px;
          text-align: center;
}
}
.intro-page .section-01[data-v-59b89f2a] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    background-image: url(../img/人才庫介紹_01.png);
    background-size: cover;
}
.intro-page .section-01 .more[data-v-59b89f2a] {
      position: absolute;
      bottom: 2.2em;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
}
.intro-page .section-01 .more span[data-v-59b89f2a] {
        color: #fff;
        display: block;
}
.intro-page .section-01 .more img[data-v-59b89f2a] {
        -webkit-animation: aniArrowDown-data-v-59b89f2a 0.8s infinite ease-in-out;
                animation: aniArrowDown-data-v-59b89f2a 0.8s infinite ease-in-out;
}
@media screen and (max-width: 767px) {
.intro-page .section-01 .more[data-v-59b89f2a] {
          display: none;
}
}
.intro-page .section-01 .text-wrap[data-v-59b89f2a] {
      position: absolute;
      right: 5%;
      bottom: 30%;
      text-align: center;
      color: #fff;
      max-width: 40%;
}
.intro-page .section-01 .text-wrap .title[data-v-59b89f2a] {
        font-family: "Abel", sans-serif;
}
.intro-page .section-01 .text-wrap .title span[data-v-59b89f2a]:first-of-type {
          font-size: 4.25em;
          text-shadow: 0 3px 10px #ffffff;
          font-weight: bold;
          margin-bottom: 0.2em;
          margin-right: 0.2em;
}
.intro-page .section-01 .text-wrap .title span[data-v-59b89f2a]:last-of-type {
          font-size: 10.75em;
          text-shadow: 0 3px 15px #ffffff;
          font-weight: 200;
}
.intro-page .section-01 .text-wrap .sub-title[data-v-59b89f2a] {
        font-size: 3.125em;
        letter-spacing: 1.2em;
        margin-bottom: 0.5em;
        text-shadow: 0 3px 10px #ffffff;
}
.intro-page .section-01 .text-wrap .desc[data-v-59b89f2a] {
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
.intro-page .section-01[data-v-59b89f2a] {
        background-position: bottom center;
        font-size: 0.4em;
        height: calc(100vh);
}
.intro-page .section-01 .text-wrap[data-v-59b89f2a] {
          max-width: 100%;
          width: 100%;
          text-align: right;
          right: 0;
          padding: 20px;
          bottom: 10px;
}
.intro-page .section-01 .text-wrap .desc[data-v-59b89f2a] {
            font-size: 2.5em;
            text-align: right;
}
}
.intro-page .section-02[data-v-59b89f2a] {
    background-color: #fff;
    position: relative;
    padding: 100px 0;
    background-image: url(../img/人才庫介紹背景.png);
    background-size: cover;
    background-attachment: fixed;
}
.intro-page .section-02 .title[data-v-59b89f2a] {
      text-align: center;
      margin-bottom: 11em;
}
.intro-page .section-02 .title .main-title[data-v-59b89f2a] {
        font-size: 5em;
        line-height: 1.6875em;
        font-weight: 300;
        font-family: "Noto Sans KR", sans-serif;
}
.intro-page .section-02 .title .sub-title[data-v-59b89f2a] {
        font-size: 1.375em;
        line-height: 1.22em;
        letter-spacing: 0.6em;
        font-family: "Assistant", sans-serif;
}
.intro-page .section-02 .title .sub-title[data-v-59b89f2a]::before {
          content: "";
          width: 30%;
          height: 1px;
          background-color: #c3c3c3;
          display: inline-block;
          vertical-align: middle;
          margin-right: 30px;
}
@media screen and (max-width: 767px) {
.intro-page .section-02 .title[data-v-59b89f2a] {
          font-size: 0.5em;
}
.intro-page .section-02 .title .sub-title[data-v-59b89f2a]:before {
            display: none;
}
}
.intro-page .section-02 .feature-item[data-v-59b89f2a] {
      margin-bottom: 150px;
}
.intro-page .section-02 .feature-item.reverse[data-v-59b89f2a] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
}
.intro-page .section-02 .feature-item.reverse .text-wrap[data-v-59b89f2a] {
          text-align: right;
}
.intro-page .section-02 .feature-item .img-wrap img[data-v-59b89f2a] {
        width: 100%;
        border-radius: 10px;
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
                box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
.intro-page .section-02 .feature-item .img-wrap[data-v-59b89f2a] {
          margin-bottom: 30px;
}
}
.intro-page .section-02 .feature-item .text-wrap .slogan[data-v-59b89f2a] {
        color: #eeae2a;
        font-size: 5em;
        font-weight: 500;
        font-family: "Assistant", sans-serif;
        letter-spacing: 0.1em;
        position: relative;
}
.intro-page .section-02 .feature-item .text-wrap .slogan-title[data-v-59b89f2a] {
        font-size: 2em;
        line-height: 1.3438em;
        letter-spacing: 0.7em;
        margin-bottom: 40px;
        font-weight: bold;
        font-family: "Noto Sans KR", sans-serif;
}
.intro-page .section-02 .feature-item .text-wrap .slogan-desc[data-v-59b89f2a] {
        font-size: 1.2em;
        line-height: 200%;
        letter-spacing: 0.03em;
        font-weight: 300;
}
@media screen and (max-width: 767px) {
.intro-page .section-02 .feature-item .text-wrap[data-v-59b89f2a] {
          font-size: 0.7em;
          text-align: center !important;
}
.intro-page .section-02 .feature-item .text-wrap .slogan-desc[data-v-59b89f2a] {
            font-size: 1.4em;
}
}
.intro-page .footer[data-v-59b89f2a] {
    text-align: center;
    background-color: #fff;
    position: relative;
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
.intro-page .footer[data-v-59b89f2a] {
        padding: 20px 0;
        font-size: 0.7em;
}
}
#contactUsModal .modal-body[data-v-59b89f2a] {
  background-image: url(../img/人才庫介紹背景.png);
  background-size: cover;
  background-attachment: fixed;
  padding: 40px;
}
#contactUsModal .modal-body .desc[data-v-59b89f2a] {
    margin-bottom: 40px;
}
#contactUsModal .modal-body label[data-v-59b89f2a] {
    margin-bottom: 5px;
}
#contactUsModal .modal-body input[data-v-59b89f2a] {
    display: block;
    width: 100%;
    border: none;
    line-height: 40px;
    background-color: #eff0ff;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 20px;
}
#contactUsModal .modal-body textarea[data-v-59b89f2a] {
    display: block;
    width: 100%;
    border: none;
    background-color: #eff0ff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}
@-webkit-keyframes aniArrowDown-data-v-59b89f2a {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes aniArrowDown-data-v-59b89f2a {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}

