@charset "UTF-8";
/* 20211004 */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;600&family=Roboto:wght@300;400;500;700&display=swap");
.recruitList > li .Txt ul, .recruitList > li .Txt, .bannerArea .adList li .depictionBox, .bannerArea .adList li .circle .icon_plus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recruitList > li.joinTeaTop p, .recruitList > li .Txt ul li, .adSlider li .depictionBox, .bannerArea .adList li .depictionBox, .bannerArea .pageBanner .titleBox p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveRtoL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLtoR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelLB {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveRTbevelRB {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mainArea {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .mainArea {
    padding-bottom: 50px;
  }
}

.bannerArea {
  overflow: visible;
}
.bannerArea .pageBanner .titleBox {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 520px;
  top: 23.5%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, -23.5%);
          transform: translate(0, -23.5%);
}
.bannerArea .pageBanner .titleBox .title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.bannerArea .pageBanner .titleBox .title:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 32px;
  height: 1px;
  display: block;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.bannerArea .pageBanner .titleBox p {
  color: #ffffff;
  font-family: "Noto Sans TC";
  font-weight: 100;
}
@media (max-width: 1400px) {
  .bannerArea .pageBanner img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .adList {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  left: 0;
  right: 45px;
  max-width: 1330px;
  width: 100%;
  height: 440px;
  margin: auto;
  z-index: 3;
}
@media (max-width: 992px) {
  .bannerArea .adList {
    display: none;
  }
}
.bannerArea .adList li {
  position: absolute;
}
.bannerArea .adList li:nth-child(1), .bannerArea .adList li:nth-child(2) {
  top: 0;
}
.bannerArea .adList li:nth-child(1) .circle, .bannerArea .adList li:nth-child(2) .circle {
  width: 136px;
  height: 136px;
}
.bannerArea .adList li:nth-child(1) .circle:after, .bannerArea .adList li:nth-child(2) .circle:after {
  background-image: url(../images/bg/circle_small_orange.png);
}
@media (max-width: 1180px) {
  .bannerArea .adList li:nth-child(1) .circle, .bannerArea .adList li:nth-child(2) .circle {
    width: 126px;
    height: 126px;
  }
}
.bannerArea .adList li:nth-child(1) {
  left: 16.2%;
}
.bannerArea .adList li:nth-child(1) .circle {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 1180px) {
  .bannerArea .adList li:nth-child(1) {
    left: 10%;
  }
}
.bannerArea .adList li:nth-child(2) {
  right: 12.5%;
}
.bannerArea .adList li:nth-child(2) .Img {
  padding-bottom: 10px;
}
.bannerArea .adList li:nth-child(2) .circle {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 1536px) {
  .bannerArea .adList li:nth-child(2) .depictionBox {
    left: auto;
    right: calc(100% + 24px);
  }
}
@media (max-width: 1180px) {
  .bannerArea .adList li:nth-child(2) {
    right: 11%;
  }
}
.bannerArea .adList li:nth-child(3) {
  left: 23.1%;
  bottom: 100px;
}
.bannerArea .adList li:nth-child(3) .circle {
  width: 131px;
  height: 131px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.bannerArea .adList li:nth-child(3) .circle:after {
  background-image: url(../images/bg/circle_small_orange.png);
}
@media (max-width: 1400px) {
  .bannerArea .adList li:nth-child(3) {
    bottom: 80px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .adList li:nth-child(3) {
    left: 23%;
  }
}
.bannerArea .adList li:nth-child(4) {
  left: 0;
  bottom: 0;
}
.bannerArea .adList li:nth-child(4) .Img {
  padding-bottom: 15px;
}
.bannerArea .adList li:nth-child(4) .circle {
  width: 185px;
  height: 185px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.bannerArea .adList li:nth-child(4) .circle:after {
  background-image: url(../images/bg/circle_mid_orange.png);
}
.bannerArea .adList li:nth-child(4) .circle .icon_plus {
  right: 15px;
}
@media (max-width: 1180px) {
  .bannerArea .adList li:nth-child(4) .circle {
    width: 165px;
    height: 165px;
  }
}
.bannerArea .adList li:nth-child(5) {
  right: 0;
  bottom: 0;
}
.bannerArea .adList li:nth-child(5) .Img {
  padding-bottom: 15px;
}
.bannerArea .adList li:nth-child(5) .circle {
  width: 202px;
  height: 202px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.bannerArea .adList li:nth-child(5) .circle:after {
  background-image: url(../images/bg/circle_big_orange.png);
}
.bannerArea .adList li:nth-child(5) .circle .icon_plus {
  right: 15px;
}
@media (max-width: 1830px) {
  .bannerArea .adList li:nth-child(5) .depictionBox {
    left: auto;
    right: calc(100% + 24px);
  }
}
@media (max-width: 1180px) {
  .bannerArea .adList li:nth-child(5) .circle {
    width: 182px;
    height: 182px;
  }
}
.bannerArea .adList li .item {
  position: relative;
}
.bannerArea .adList li .item:before {
  content: "";
  width: 24px;
  height: 100%;
  display: block;
  position: absolute;
  right: -24px;
}
.bannerArea .adList li .item:hover .circle + .depictionBox {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .adList li .item:hover .circle .icon_plus {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .adList li .circle {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  -webkit-animation: floating 4s infinite ease-in-out;
          animation: floating 4s infinite ease-in-out;
  text-align: center;
}
.bannerArea .adList li .circle:after {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
}
.bannerArea .adList li .circle .icon_plus {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 50%;
  background-color: #00397c;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.bannerArea .adList li .circle .icon_plus:before, .bannerArea .adList li .circle .icon_plus:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bannerArea .adList li .circle .icon_plus:before {
  width: 1px;
  height: 18px;
}
.bannerArea .adList li .circle .icon_plus:after {
  width: 18px;
  height: 1px;
}
.bannerArea .adList li .Img {
  line-height: 0;
  padding-bottom: 5px;
}
.bannerArea .adList li .title {
  color: #ec6e36;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.bannerArea .adList li .depictionBox {
  position: absolute;
  left: calc(100% + 24px);
  top: 0;
  width: 230px;
  padding: 35px;
  color: #ffffff;
  font-weight: 100;
  text-align: center;
  border-radius: 30px;
  background-color: #00397c;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1536px) {
  .bannerArea .adList {
    right: 0;
  }
}
@media (max-width: 1400px) {
  .bannerArea .adList {
    left: 20px;
    right: 20px;
    width: auto;
  }
}

.adSlider {
  max-width: 450px;
  margin: -100px auto 0 !important;
  z-index: 3;
  display: none !important;
}
.adSlider .slick-prev {
  left: -60px;
}
.adSlider .slick-next {
  right: -60px;
}
@media (max-width: 992px) {
  .adSlider {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .adSlider {
    max-width: 300px;
  }
}
.adSlider li .circle {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  margin: auto;
  width: 180px;
  height: 180px;
}
.adSlider li .circle:after {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  content: "";
  background-image: url(../images/bg/circle_big_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
}
.adSlider li .Img {
  line-height: 0;
  padding-bottom: 5px;
}
.adSlider li .title {
  color: #ec6e36;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
  text-align: center;
}
.adSlider li .depictionBox {
  color: #535353;
  font-weight: 100;
  text-align: center;
  padding-top: 20px;
}

.recruitList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -6px;
}
.recruitList > li {
  width: 25%;
  padding: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruitList > li .item {
  position: relative;
  overflow: hidden;
}
.recruitList > li .item:hover .Img:before {
  opacity: 1;
  pointer-events: auto;
}
.recruitList > li .item:hover .Txt {
  top: 0;
}
.recruitList > li .Img {
  line-height: 0;
  position: relative;
}
.recruitList > li .Img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recruitList > li .Img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/recruit/recruit_mask.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 127px;
}
.recruitList > li .Txt {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1181px) {
  .recruitList > li .Txt {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 100%;
  }
}
.recruitList > li .Txt .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.1px;
}
.recruitList > li .Txt ul {
  padding-top: 25px;
}
.recruitList > li .Txt ul li {
  color: #ffffff;
  font-weight: 100;
  position: relative;
  padding-left: 15px;
  padding-top: 5px;
}
.recruitList > li .Txt ul li:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #ec6e36;
}
.recruitList > li.joinTeaTop {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.recruitList > li.joinTeaTop .infoBox {
  max-width: 240px;
  margin: auto;
}
.recruitList > li.joinTeaTop .subTit {
  color: #3d3d3d;
  font-family: "Roboto", "Noto Sans TC";
  font-size: 22px;
  padding-bottom: 10px;
}
.recruitList > li.joinTeaTop .subTit span {
  font-weight: 500;
  font-family: "Roboto";
}
.recruitList > li.joinTeaTop p {
  color: #535353;
}
.recruitList > li.joinTeaTop .btn_cis {
  display: block;
  margin: 25px auto 0;
}
.recruitList > li.listLeaf {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 1280px) {
  .recruitList > li {
    width: 33.33%;
  }
  .recruitList > li.joinTeaTop {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .recruitList > li.listLeaf {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media (max-width: 1180px) {
  .recruitList > li.joinTeaTop {
    width: calc(100% - 12px);
    background-color: #f0f0f0;
    margin: auto;
    padding-top: 20px;
  }
  .recruitList > li.listLeaf {
    display: none;
  }
  .recruitList > li .Txt {
    padding: 20px;
  }
  .recruitList > li .Txt .title {
    color: #3d3d3d;
  }
  .recruitList > li .Txt ul {
    padding-top: 10px;
  }
  .recruitList > li .Txt ul li {
    color: #535353;
  }
}
@media (max-width: 768px) {
  .recruitList > li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .recruitList {
    margin: 0;
  }
  .recruitList > li {
    width: 100%;
    padding: 6px 0;
  }
  .recruitList > li.joinTeaTop {
    width: 100%;
  }
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
  color: #222;
  text-align: center;
}

/******內頁******/
.contentBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}