@charset "UTF-8";
footer, .topBar .sp span {
  font-family: Arial, sans-serif;
}

footer, .page .event section .list .button a, .page .news {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page .event section .list .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page .event section .list ul li {
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  list-style: decimal;
}
.page .event section .list ul li ol li {
  margin-left: 23px;
  list-style: disc;
}
.page .event section .list ul li:last-child .btn {
  margin-bottom: 10px;
}
.page .event section .list ul li.no_listStyle {
  margin-left: 0;
  list-style: none;
}

/* ==========================================================================
	Wrap
========================================================================== */
a, a > *, a::before, button, button > * {
  display: inline-table;
  transition: 0.3s;
}

.topBar {
  position: fixed;
  z-index: 1000;
  top: 0;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  background-color: #000000;
}
.topBar > * {
  font-size: 12px;
  color: #ffffff;
  line-height: 29px;
  letter-spacing: 2px;
}
.topBar .btn_back {
  float: left;
}
.topBar .btn_back img {
  display: inline;
  width: 10px;
  height: 10px;
  margin: 0 8px 2px 0;
}
.topBar .sp {
  float: right;
  color: #ffffff;
}
.topBar .sp span {
  margin-right: 4px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.wrap {
  position: relative;
  padding-top: 30px;
  min-width: 1100px;
  color: #595954;
  overflow: hidden;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
}

header {
  position: relative;
  overflow: hidden;
}
header:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
header .head {
  position: relative;
  margin: 0 auto;
  width: 950px;
  height: 350px;
}
header .head .logo {
  position: relative;
  margin: 50px 0 45px;
  animation: logo 0.6s ease;
}
header .head .logo img {
  width: 280px;
}
@keyframes logo {
  0% {
    margin-left: -50%;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
header .head .slogan_1 {
  position: relative;
  display: block;
  z-index: 2;
  height: 65px;
  margin-left: -50%;
  opacity: 0;
  animation: slogan_1 0.6s ease 0.2s forwards;
}
@keyframes slogan_1 {
  0% {
    margin-left: -50%;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
header .head .slogan_2 {
  position: relative;
  display: block;
  margin-top: 10px;
  height: 45px;
  margin-left: -50%;
  opacity: 0;
  animation: slogan_2 0.65s ease 0.25s forwards;
}
@keyframes slogan_2 {
  0% {
    margin-left: -50%;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
header .head .plane {
  position: absolute;
  top: 85px;
  left: 310px;
  opacity: 0;
  animation: plane 1.5s linear 0.5s forwards;
}
@keyframes plane {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .head .plane .airplane {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  animation: airplane 4s linear infinite;
}
@keyframes airplane {
  0% {
    top: -20px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: -20px;
  }
}
header .head .plane .cloud_1 {
  position: absolute;
  top: -45px;
  left: -35px;
  width: 180px;
  animation: cloud_1 15s linear infinite forwards;
}
@keyframes cloud_1 {
  0% {
    left: 150px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: -180px;
    opacity: 0;
  }
}
header .head .plane .cloud_2 {
  position: absolute;
  top: -10px;
  left: 40px;
  width: 300px;
  animation: cloud_2 5s linear infinite forwards;
}
@keyframes cloud_2 {
  0% {
    left: 240px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    left: -300px;
    opacity: 0;
  }
  100% {
    left: -300px;
    opacity: 0;
  }
}
header .head .mascot {
  position: absolute;
  z-index: 1;
  right: -15px;
  bottom: -530px;
  width: 300px;
  animation: mascot 0.8s ease 0.2s forwards;
}
@keyframes mascot {
  0% {
    bottom: -530px;
  }
  100% {
    bottom: -100px;
  }
}
header .texture {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/texture_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page {
  position: relative;
  padding: 40px 20px;
  background-color: #f4f4f4;
}
.page .main {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}
.page .news {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 24px;
  color: #e20b4d;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  border: #e20b4d 3px solid;
  border-radius: 12px;
}
.page .event {
  padding: 50px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
}
.page .event .jobTitle {
  display: inline-flex;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: #faa836 3px solid;
}
.page .event .jobTitle .icon {
  margin-right: 10px;
  width: 30px;
}
.page .event .jobTitle h2 {
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
}
.page .event section {
  margin-bottom: 30px;
  /*&.faq {
     h3 {
        @extend %flexStart;
        margin-bottom: 30px;
        padding: 0 30px;
        width: 100%;
        height: 55px;
        font-size: 20px;
        color: $color_w;
        line-height: 1;
        font-weight: 500;
        background: {
           color: $color_o;
           image: url(../img/texture_2.svg);
           repeat: no-repeat;
           position: center right;
           size: contain;
        }
        border-radius: $radius_8;
     }
     .list {
        display: inline-flex;
        margin-bottom: 25px;
        padding: 0 5px;
        &:last-child {
           margin-bottom: 0;
        }
        .num {
           padding-right: 10px;
           @extend %flexStart-start;
           span {
              @extend %flexCenter;
              padding-bottom: 2px;
              $size_30: 30px;
              width: $size_30;
              height: $size_30;
              border-radius: calc($size_30 / 2);
              font-size: 18px;
              color: $color_w;
              line-height: 1;
              background-color: $color_gd;
           }
        }
        .txt {
           font-size: 16px;
           line-height: 1.8;
           p {
              &:first-child {
                 color: $color_gd;
              }
           }
           ul li {
              @extend %ul-li;
           }
        }
     }

  }*/
}
.page .event section:last-child, .page .event section:last-child.focus {
  margin-bottom: 0;
}
.page .event section .headshot {
  float: right;
  margin: 0 0 30px 30px;
  width: 350px;
  border-radius: 8px;
}
.page .event section .list {
  margin-bottom: 30px;
}
.page .event section .list:last-child {
  margin-bottom: 0;
}
.page .event section .list h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #faa836;
  line-height: 1;
  font-weight: 500;
}
.page .event section .list p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  word-break: break-all;
}
.page .event section .list .btn {
  margin: 5px 10px 15px 0;
  width: 47%;
  max-width: 150px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  background-color: #faa836;
  border-radius: 18px;
}
.page .event section .list .btn:hover {
  background-color: #b38957;
}
.page .event section .list .btn:last-child {
  margin-right: 0;
}
.page .event section .list .button {
  margin: 25px auto 0;
}
.page .event section .list .button a {
  margin: 0 auto;
  width: 92%;
  max-width: 400px;
  height: 50px;
  font-size: 21px;
  color: #ffffff;
  line-height: 1;
  background-color: #faa836;
  border-radius: 25px;
}
.page .event section .list .button a:hover {
  background-color: #b38957;
}
.page .event section .list .button a.end {
  color: #cccccc;
  background-color: #888888;
}
.page .event section .list .ex {
  color: #e20b4d;
}
.page .event section .list .link {
  display: inline;
  color: #faa836;
  text-decoration: none;
}
.page .event section .list .link:hover {
  text-decoration: underline;
}
.page .event section.focus {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #ffffe9;
  border: #faa836 3px solid;
  border-radius: 8px;
}
.page .event section.focus .list:first-child {
  margin-bottom: 0;
}
.page .event section.focus .list h3 {
  color: #fd8f19;
}
.page .event section hr {
  margin: 40px auto;
  width: 100%;
  height: 1px;
  background-color: #e1e1bd;
  border: 0;
}

footer {
  position: relative;
  padding: 35px 15px 30px;
  text-align: center;
  background-color: #ffffff;
  flex-direction: column;
}
footer img {
  width: 160px;
}
footer p {
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .wrap {
    min-width: auto;
  }
  header:before {
    top: 30px;
    height: 630px;
    background-image: url(../img/bg_m.jpg);
  }
  header .head {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  header .head .logo {
    display: inline-block;
    margin: 45px 0 25px 80px;
  }
  header .head .logo img {
    width: 180px;
  }
  @keyframes logo {
    0% {
      margin-left: -50%;
      opacity: 0;
    }
    100% {
      margin-left: 80px;
      opacity: 1;
    }
  }
  header .head .plane {
    top: 65px;
    left: 280px;
    width: 100%;
  }
  header .head .plane .airplane {
    width: 120px;
  }
  @keyframes airplane {
    0% {
      top: -8px;
    }
    50% {
      top: 7px;
    }
    100% {
      top: -8px;
    }
  }
  header .head .plane .cloud_1 {
    top: -25px;
    width: 130px;
  }
  header .head .plane .cloud_2 {
    top: -10px;
    width: 230px;
  }
  header .head .slogan_1 {
    margin: 0 auto 1.5%;
    height: 51.4px;
  }
  @keyframes slogan_1 {
    0% {
      margin-left: -50%;
      opacity: 0;
    }
    100% {
      margin-left: 7%;
      opacity: 1;
    }
  }
  header .head .slogan_2 {
    margin: 0 auto;
    width: 64%;
    height: auto;
  }
  @keyframes slogan_2 {
    0% {
      margin-left: -50%;
      opacity: 0;
    }
    100% {
      margin-left: 18%;
      opacity: 1;
    }
  }
  header .head .mascot {
    position: relative;
    display: block;
    margin: 0 auto;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    width: 60%;
    max-width: 280px;
  }
  @keyframes mascot {
    0% {
      bottom: -460px;
    }
    100% {
      bottom: 0;
    }
  }
  header .texture {
    margin-top: -70px;
    height: 70px;
  }
  .page .event section .headshot {
    margin: 0 0 20px 20px;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .page .news {
    padding: 12px;
    font-size: 21px;
  }
  .page .event {
    padding: 40px;
  }
  .page .event .jobTitle .icon {
    margin-right: 7px;
    width: 27px;
  }
  .page .event .jobTitle h2 {
    font-size: 24px;
  }
  .page .event section .list h3 {
    font-size: 19px;
  }
  .page .event section .list .button {
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .page .event section .list .button a {
    font-size: 20px;
    height: 45px;
    border-radius: 22.5px;
  }
  .page .event section .list .button a:hover {
    background-color: #faa836;
  }
  .page .event section hr {
    margin: 30px auto 35px;
  }
  footer {
    padding: 25px 15px 89px;
  }
  footer img {
    width: 120px;
  }
  footer p {
    margin-top: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .page .event {
    padding: 30px;
  }
  .page .event section {
    /*&.faq h3 {
       padding: 0 25px;
       height: 50px;
    }*/
  }
  .page .event section.focus {
    padding: 25px;
  }
  .page .event section .headshot {
    float: none;
    margin: 0 0 40px 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header:before {
    height: 120vw;
  }
  header .head .logo {
    margin: 9.4% 0 5.3% 16.7%;
    width: 37.5%;
  }
  header .head .logo img {
    width: 100%;
  }
  @keyframes logo {
    0% {
      margin-left: -50%;
      opacity: 0;
    }
    100% {
      margin-left: 16.7%;
      opacity: 1;
    }
  }
  header .head .plane {
    top: 9.3%;
    left: 58.3%;
  }
  header .head .plane .airplane {
    width: 25%;
  }
  header .head .plane .cloud_1 {
    width: 27%;
  }
  header .head .plane .cloud_2 {
    width: 48%;
  }
  header .head .slogan_1 {
    height: 10.7vw;
  }
  header .head .mascot {
    width: 50%;
  }
  header .texture {
    margin-top: -50px;
    height: 50px;
  }
  .page {
    padding: 30px 15px;
  }
  .page .news {
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
  }
  .page .event {
    padding: 25px;
    border-radius: 8px;
  }
  .page .event .jobTitle {
    margin-bottom: 20px;
    border-width: 2px;
  }
  .page .event .jobTitle .icon {
    width: 21px;
  }
  .page .event .jobTitle h2 {
    font-size: 20px;
  }
  .page .event section {
    margin-bottom: 25px;
    /*&.faq {
       h3 {
          margin-bottom: 25px;
          padding: 0 20px;
          height: 45px;
          font-size: 18px;
          background: {
             position: 100px center;
             size: cover;
          }
       }
       .list {
          margin-bottom: 20px;
          .num {
             padding-right: 7px;
             span {
                width: 26px;
                height: 26px;
                font-size: 16px;
             }
          }
          .txt {
             ul li {
                font-size: 15px;
                line-height: 1.6;
             }
          }
       }
    }*/
  }
  .page .event section .headshot {
    margin-bottom: 30px;
  }
  .page .event section.focus {
    margin-bottom: 25px;
    padding: 20px;
  }
  .page .event section.focus h3 {
    font-size: 18px;
  }
  .page .event section .list {
    margin-bottom: 22px;
  }
  .page .event section .list h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .page .event section .list p,
  .page .event section .list ul li {
    font-size: 15px;
    line-height: 1.6;
  }
  .page .event section .list .btn {
    margin: 5px 10px 15px 0;
    height: 32px;
    font-size: 15px;
    border-radius: 16px;
  }
  .page .event section hr {
    margin: 25px auto 30px;
  }
}
@media screen and (max-width: 375px) {
  .page .event {
    padding: 25px 18px;
  }
  .page .event section .list {
    margin-bottom: 20px;
  }
  .page .event section .list .button {
    padding: 8px 0;
  }
  .page .event section .list .button a {
    font-size: 19px;
    height: 40px;
    border-radius: 20px;
  }
  .page .event section.focus {
    padding: 20px 15px;
  }
  .page .event section hr {
    margin: 20px auto 22px;
  }
  footer {
    padding: 25px 15px 76px;
  }
  footer img {
    width: 100px;
  }
  footer p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 480px) and (orientation: landscape) {
  .page .event section .list .button {
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .page .event section .list .button a {
    font-size: 20px;
    height: 45px;
    border-radius: 22.5px;
  }
  .page .event section .list .button a:hover {
    background-color: #faa836;
  }
  footer {
    padding: 25px 15px 89px;
  }
  footer img {
    width: 120px;
  }
  footer p {
    margin-top: 18px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */