@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  color: #2b2b2b;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ====== 段落 ====== */
.p1 {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .p1 {
    font-size: 16px;
  }
}

.experience-p {
  text-align: justify;
  word-break: break-word;
}

.p2 {
  font-size: 16px;
  line-height: 28px;
}

.sub_title {
  text-align: center;
  margin-bottom: 40px;
}
.sub_title h2 {
  font-size: 40px;
  color: #00a19b;
  font-weight: 500;
  margin: 10px 0px 20px;
  letter-spacing: 1px;
  line-height: 36px;
}
.sub_title b {
  font-size: 24px;
  margin: 8px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sub_title h2 {
    font-size: 30px;
    color: #00a19b;
    font-weight: 500;
    margin: 10px 0px;
    letter-spacing: 1px;
  }
  .sub_title b {
    font-size: 20px;
    margin: 8px;
    font-weight: 400;
  }
}

/* ====== tab ====== */
.uk-container-center {
  margin: 0 auto;
  margin-top: 60px;
}
.uk-container-center .sub_title {
  padding-top: 30px;
}
@media (max-width: 576px) {
  .uk-container-center .sub_title {
    padding-top: 0px;
  }
}
.uk-container-center .uk-tab {
  width: 100%;
  margin: 0 auto;
  overflow: scroll;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 1200px) {
  .uk-container-center .uk-tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .uk-container-center .uk-tab {
    padding: 0 10px;
  }
}
.uk-container-center .uk-tab::before {
  display: none;
}
.uk-container-center .uk-tab > li {
  display: inline-block !important;
  padding-left: 0;
  position: relative;
  width: calc(25% - 20px);
  margin: 0 10px;
}
@media (max-width: 768px) {
  .uk-container-center .uk-tab > li {
    width: calc(25% - 8px);
    margin: 0 4px;
  }
  .uk-container-center .uk-tab > li a {
    font-size: 16px !important;
    padding: 14px !important;
  }
}
@media (max-width: 576px) {
  .uk-container-center .uk-tab > li a {
    font-size: 14px !important;
    padding: 10px 0px !important;
  }
}
@media (max-width: 400px) {
  .uk-container-center .uk-tab > li {
    width: calc(25% - 0px);
    margin: 0 2px;
  }
  .uk-container-center .uk-tab > li a {
    font-size: 12px !important;
    padding: 8px 0px !important;
    height: auto;
  }
}
.uk-container-center .uk-tab > li a {
  font-size: 24px;
  border: 1px solid #00a19b;
  color: #00a19b;
  padding: 16px 10px;
  border-radius: 4px;
}
.uk-container-center .uk-tab > .uk-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00a19b;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
  position: static;
  width: 0;
  height: 0;
  border-width: 14px;
  border-style: solid;
  border-color: #00a19b transparent transparent transparent;
  border-radius: 0;
  margin: 0 auto;
  background: transparent;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.uk-container-center .uk-tab > .uk-active > a {
  color: #00a19b;
  font-weight: bold;
  border: 0;
  background: #00a19b;
  color: #fff;
}
.uk-container-center .uk-tab::after {
  display: none;
}

/* ====== 申請資格與流程 ====== */
#setionQualification {
  background: url(../images/process-bg.png);
  background-size: cover;
  background-position: center;
  padding: 11vw 20px;
}
@media (max-width: 768px) {
  #setionQualification {
    padding: 80px 10px;
  }
}
#setionQualification .porfessinalTitle {
  text-align: center;
  margin-bottom: 30px;
}
#setionQualification .qualification-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#setionQualification h4 {
  font-size: 20px;
  font-weight: 500;
  padding-left: 24px;
}
#setionQualification .process {
  margin-top: 24px;
}
#setionQualification .process .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  #setionQualification .process .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #setionQualification .process .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 320px) {
  #setionQualification .process .container {
    padding-left: 10px;
  }
}
#setionQualification .process .step {
  text-align: center;
  margin: 0 60px 0 0;
  position: relative;
  max-width: 120px;
  width: 100%;
}
@media (max-width: 768px) {
  #setionQualification .process .step {
    margin: 0 40px 20px 0px;
  }
}
@media (max-width: 320px) {
  #setionQualification .process .step {
    max-width: 100px;
    margin: 0 40px 0 0;
  }
  #setionQualification .process .step p {
    font-size: 14px !important;
  }
}
#setionQualification .process .step::after {
  content: url(../images/process_arrow.svg);
  position: absolute;
  top: 30%;
  right: -30px;
}
#setionQualification .process .step p {
  color: #1c1c1c;
  font-size: 16px;
  margin-top: 12px;
  line-height: 22px;
}
#setionQualification .process .step img {
  max-width: 80px;
  width: 100%;
}
#setionQualification .process .step:last-child {
  -webkit-animation: scale 2s infinite ease-in-out;
          animation: scale 2s infinite ease-in-out;
}
#setionQualification .process .step:last-child .step-icon {
  background-color: #00a19b;
  color: #fff;
  font-size: 20px;
  border: 1px #00a19b solid;
}
#setionQualification .process .step:last-child::after {
  display: none;
}
#setionQualification .process .step-icon {
  width: 100px;
  height: 100px;
  border-radius: 150px;
  border: 2px #fff solid;
  background-color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

/* ====== 學長姐分享 ====== */
#setionExperience .experience-group .row {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
#setionExperience .experience-group .experience-card {
  max-width: 420px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px dashed #acacac;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  overflow: hidden;
  margin: 20px 12px;
}
@media (max-width: 500px) {
  #setionExperience .experience-group .experience-card {
    max-width: 360px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #setionExperience .experience-group .experience-card .more {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  #setionExperience .experience-group .experience-card {
    max-width: 300px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #setionExperience .experience-group .experience-card .opinion h4 {
    font-size: 16px;
  }
}
#setionExperience .experience-group .experience-card:hover {
  text-decoration: none;
  border-color: #BDE3E2;
}
#setionExperience .experience-group .experience-card:hover::before {
  background: #E1EFEF;
}
#setionExperience .experience-group .experience-card:hover .opinion {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
#setionExperience .experience-group .experience-card::before {
  content: "";
  display: block;
  width: 78%;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  left: -53px;
  z-index: -1;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#setionExperience .experience-group .more {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00a19b;
  margin-top: 60px;
}
#setionExperience .experience-group .more img {
  max-width: 18px;
  width: 100%;
  display: block;
  margin-left: 6px;
}
#setionExperience .experience-group .opinion {
  max-width: 235px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 10px;
  text-align: left;
}
@media (max-width: 500px) {
  #setionExperience .experience-group .opinion {
    padding: 20px 10px;
  }
}
#setionExperience .experience-group .opinion h4 {
  font-size: 17px;
  font-weight: normal;
  color: #00a19b;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 8px;
  margin: 0;
}
#setionExperience .experience-group .opinion h4 span {
  color: #1c1c1c;
  margin-top: 6px;
  display: block;
}
#setionExperience .experience-group .opinion p {
  font-size: 15px;
  height: 64px;
  color: #7c7c7c;
}
#setionExperience .experience-group .opinion p span {
  display: block;
  margin: 8px 0;
}
@media (max-width: 567px) {
  #setionExperience .experience-group .opinion p {
    font-size: 14px;
  }
}
#setionExperience .experience-group .img {
  max-width: 176px;
  width: 100%;
}
@media (max-width: 500px) {
  #setionExperience .experience-group .img {
    max-width: 136px;
  }
}
#setionExperience .experience-group h3 {
  background: #F4F8FA;
  font-size: 22px;
  padding: 20px 10px;
  text-align: center;
}
@media (max-width: 500px) {
  #setionExperience .experience-group h3 {
    font-size: 20px;
    padding: 16px 10px;
  }
}

.popup {
  padding: 5px 0px 0px;
  max-width: 1000px;
  width: 95%;
}
@media (max-width: 768px) {
  .popup {
    padding: 0px;
  }
}
.popup .con {
  width: 100%;
  height: 99%;
  text-align: center;
  position: relative;
  /* overflow: hidden; */
  background: transparent;
  top: 0;
  left: 0;
}
.popup .con::before {
  content: "";
  display: block;
  width: 17%;
  height: 99%;
  background: #F5F5F5;
  position: absolute;
  left: 99px;
  z-index: 0;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  -webkit-transition: 0s;
  transition: 0s;
}
@media (max-width: 768px) {
  .popup .con .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    height: 260px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 1px;
  }
  .popup .con::before {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    width: 100%;
    left: 0;
    height: 260px;
  }
}
.popup .desc {
  display: inline-block;
  max-width: 499px;
  min-height: 420px;

  width: 100%;
  vertical-align: middle;
  text-align: left;
  padding: 40px 0;
}
@media (max-width: 880px) {
  .popup .desc {
    max-width: 420px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .popup .desc {
    padding: 20px;
    max-width: inherit;
  }
  .popup .desc h4 {
    text-align: center;
  }
  .popup .desc h4::after {
    margin: 8px auto;
  }
}
.popup .desc h4 {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  color: #00a19b;
  margin-bottom: 20px;
}
.popup .desc h4::after {
  content: "";
  display: block;
  width: 250px;
  height: 1px;
  background: #1c1c1c;
  margin-top: 8px;
}
.popup .desc h4 span {
  display: block;
  margin-top: 6px;
  color: #1c1c1c;
}
.popup .img {
  max-width: 300px;
  width: 100%;
  vertical-align: bottom;
  display: inline-block;
  z-index: 1;
  position: relative;
  top: -1px;
}
@media (max-width: 880px) {
  .popup .img {
    max-width: 280px;
  }
}
.popup .img img {
  top: -1px;
}
.popup .table_PC {
  display: block;
}
@media (max-width: 700px) {
  .popup .table_PC {
    display: none;
  }
}
.popup .table_M {
  display: none;
}
@media (max-width: 700px) {
  .popup .table_M {
    display: block;
  }
}

@media (max-width: 576px) {
  .break {
    display: block;
  }
}

/* ====== 20241127新增右方校徵場次 ====== */
.uk-switcher-style-1 {
  overflow: scroll;
  max-height: 305px;
}

.uk-switcher-style-1 li .row {
  text-align: center;
}

.uk-switcher-style-1 li .step-num {
  max-width: 82px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.uk-tab {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uk-tab > li {
  display: inline-block !important;
  width: 50%;
  padding-left: 0;
  position: relative;
}

.uk-tab > li a {
  font-size: 18px;
  padding: 8px;
  font-weight: 500;
  border: 0;
  line-height: 27px;
}

.uk-tab > .uk-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00a19b;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}

.uk-tab > .uk-active > a {
  font-weight: 500;
  border: 0;
}

.uk-tab::before {
  display: none;
}

.uk-tab::after {
  content: "";
  bottom: 0;
  left: 20px;
  right: 0;
  width: 100%;
  height: 4px;
  background: #E1EFEF;
  border-radius: 10px;
  position: static;
}

@media screen and (max-width: 600px) {
  .uk-tab > li a {
    font-size: 16px;
    padding: 10px 2px;
  }
}
@media screen and (max-width: 414px) {
  .uk-tab > li a {
    font-size: 14px;
    padding: 10px 0px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .uk-tab > li a {
    font-size: 13px;
  }
}
.popstyle-1 {
  padding: 0;
  max-width: 720px;
  width: 95%;
}

@media screen and (max-width: 514px) {
  .popstyle-2 {
    overflow: scroll;
    height: 90%;
  }
}

.container-1 {
  background: transparent;
}

.poptable {
  font-size: 1em;
  margin: 0 auto;
  position: relative;
  width: 90%;
  border-collapse: collapse;
  text-align: center;
  background: transparent;
  word-break: keep-all;
}

.poptable tr {
  border-bottom: 1px solid #A8A8A8;
}

.poptable thead tr {
  position: sticky;
  top: -1px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.poptable tr th, .poptable tr td {
  font-weight: 400;
  padding: 12px;
}

.poptable .text-align-left {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}

.p-small {
  font-size: 14px;
}