@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);
  }
}
.mfp-bg {
  opacity: 0.6;
}

.mfp-close-btn-in .mfp-close {
  display: none;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#announcement {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}
@media (max-width: 991px) {
  #announcement {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 85px;
  }
}
#announcement .popup-close {
  color: #fff;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: 575;
  line-height: 1.16;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 0px;
}
@media (max-width: 991px) {
  #announcement .popup-close {
    font-size: 0.875em;
    right: 30px;
    top: 50px;
  }
}
#announcement .popup-close:before {
  content: "";
  display: block;
  background-image: url("../img/icon/close.svg");
  background-position: center;
  width: 100%;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #announcement .popup-close:before {
    height: 14px;
    margin-bottom: 0;
  }
}
#announcement .wrapper {
  position: relative;
  background-color: #fffcf7;
  border-radius: 20px;
  padding: 50px 0 200px 0;
  background-image: url("../img/announcement/bg.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  #announcement .wrapper {
    padding-bottom: 130px;
  }
}
#announcement .deco {
  position: absolute;
}
#announcement .clip {
  left: 0px;
  top: -22px;
  width: 82px;
}
@media (max-width: 991px) {
  #announcement .clip {
    width: 50px;
    top: -10px;
  }
}
#announcement .pen {
  width: 128px;
  right: -36px;
  bottom: -27px;
}
@media (max-width: 991px) {
  #announcement .pen {
    right: -13px;
  }
}
#announcement h2 {
  font-weight: 375;
  font-size: 1.25em;
  line-height: 1.2;
  color: #4a45af;
  text-align: center;
}
@media (max-width: 991px) {
  #announcement .listing {
    max-height: 50vh;
    overflow: auto;
  }
}
#announcement .listing .item {
  padding: 13px 40px;
  border-bottom: 0.3px solid #9b9e9f;
}
#announcement .listing .item .date {
  font-size: 1em;
  line-height: 1.66;
  color: #1b8191;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  #announcement .listing .item .date {
    font-size: 0.81em;
  }
}
#announcement .listing .item .title {
  font-size: 1em;
  line-height: 2;
  color: #373737;
}
@media (max-width: 991px) {
  #announcement .listing .item .title {
    font-size: 0.81em;
  }
}

.submenu {
  font-size: 1.125em;
  line-height: 122.2%;
}
.submenu .wrapper {
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .submenu .wrapper {
    width: 80%;
  }
}
.submenu .wrapper > ul {
  display: flex;
  justify-content: center;
}
.submenu .wrapper > ul > li {
  position: relative;
}
.submenu .wrapper > ul > li:nth-child(odd) {
  color: #1b8191;
}
.submenu .wrapper > ul > li:nth-child(odd):hover > a:before {
  background-color: #1b8191;
}
.submenu .wrapper > ul > li:nth-child(even) {
  color: #4a45af;
}
.submenu .wrapper > ul > li:nth-child(even):hover > a:before {
  background-color: #4a45af;
}
.submenu .wrapper > ul > li.hv-sub:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 4px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #711f69 transparent transparent transparent;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  transform-origin: center top;
}
.submenu .wrapper > ul > li.hv-sub:after {
  right: 9px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .submenu .wrapper > ul > li.hv-sub:after {
    right: 2px;
  }
}
.submenu .wrapper > ul > li.hv-sub:hover:after {
  border-color: #fff transparent transparent transparent;
}
.submenu .wrapper > ul > li.hv-sub:hover ul {
  display: block;
}
.submenu .wrapper > ul > li:hover > a {
  color: #fff;
  opacity: 1;
}
.submenu .wrapper > ul > li > a {
  padding: 23px 20px;
  display: inline-block;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .submenu .wrapper > ul > li > a {
    padding-left: 8px;
    padding-right: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .submenu .wrapper > ul > li > a {
    font-size: 0.88em;
  }
}
.submenu .wrapper > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  top: 10px;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.submenu .wrapper > ul > li > ul {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 10px;
  transform: translateY(100%);
  width: max-content;
  min-width: 180px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .submenu .wrapper > ul > li > ul {
    padding: 0;
  }
}
.submenu .wrapper > ul > li > ul > li {
  /*&:not(:last-child){
      border-bottom: 1px solid $colorGrey4;
    }*/
}
.submenu .wrapper > ul > li > ul > li a {
  padding: 14px 20px;
  display: block;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .submenu .wrapper > ul > li > ul > li a {
    font-size: 0.88em;
  }
}

.main {
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}

.kv {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .kv .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .kv .row {
    display: block;
  }
}
.kv .col-l {
  position: relative;
  width: 62%;
}
@media (max-width: 991px) {
  .kv .col-l {
    width: 100%;
  }
}
.kv .col-l .slide {
  border-radius: 9px;
  padding-left: 12px;
  height: 100%;
}
@media (max-width: 991px) {
  .kv .col-l .slide {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 12px;
  }
}
.kv .col-l .slide:hover .intro h2 {
  color: #455daf;
}
.kv .col-l .slide .row {
  height: 100%;
}
@media (max-width: 991px) {
  .kv .col-l .slide .row {
    display: flex;
  }
}
.kv .col-l .slide .poster {
  width: 48%;
  overflow: hidden;
  background-color: #f0f0f0;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
@media (max-width: 575px) {
  .kv .col-l .slide .poster {
    width: 55%;
  }
}
.kv .col-l .slide .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kv .col-l .slide .intro {
  width: 52%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .kv .col-l .slide .intro {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .kv .col-l .slide .intro {
    width: 45%;
  }
}
.kv .col-l .slide .intro .wrapper {
  padding: 50px 21px 50px 30px;
  background-color: #f0f0f0;
  height: 100%;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
@media (max-width: 575px) {
  .kv .col-l .slide .intro .wrapper {
    padding: 30px 12px 15px 12px;
  }
}
.kv .col-l .slide .intro h2 {
  position: relative;
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 2em;
  padding-top: 45px;
  padding-bottom: 30px;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 991px) {
  .kv .col-l .slide .intro h2 {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .kv .col-l .slide .intro h2:before {
    content: "";
    background-image: linear-gradient(to right, #455daf 0%, #dfe8ff 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 3px;
  }
}
@media (max-width: 991px) {
  .kv .col-l .slide .intro h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 575px) {
  .kv .col-l .slide .intro h2 {
    font-size: 1.06em;
    line-height: 123.5%;
  }
}
.kv .col-l .slide .intro .datetime-group {
  font-size: 1.75em;
  line-height: 121.4%;
  margin-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .kv .col-l .slide .intro .datetime-group {
    font-size: 1.5em;
  }
}
@media (max-width: 575px) {
  .kv .col-l .slide .intro .datetime-group {
    font-size: 1em;
    line-height: 125%;
  }
}
.kv .col-l .slide .intro .datetime-group > span {
  display: block;
}
@media (min-width: 768px) {
  .kv .col-l .slide .intro .datetime-group > span:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .kv .col-l .slide .intro .datetime-group {
    font-size: 1.5em;
  }
}
@media (max-width: 575px) {
  .kv .col-l .slide .intro .datetime-group {
    font-size: 1.06em;
    line-height: 123.5%;
  }
}
.kv .col-l .slide .intro .desc {
  font-size: 1.125em;
  line-height: 166.6%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .kv .col-l .slide .intro .desc {
    font-size: 1em;
  }
}
@media (max-width: 575px) {
  .kv .col-l .slide .intro .desc {
    font-size: 0.875em;
    line-height: 142.8%;
  }
}
.kv .col-l .swiper-container {
  height: 100%;
}
.kv .col-l .swiper-slide {
  height: auto;
}
@media (min-width: 992px) {
  .kv .col-l .swiper-pagination {
    bottom: 35px;
    width: 52%;
    right: 0;
    left: auto;
    padding-left: 30px;
    padding-right: 60px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .kv .col-l .swiper-pagination {
    display: none;
  }
}
.kv .col-l .swiper-button-next,
.kv .col-l .swiper-button-prev {
  width: 28px;
  height: 28px;
  background-image: url("../img/icon/nav.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -14px;
}
@media (max-width: 991px) {
  .kv .col-l .swiper-button-next,
.kv .col-l .swiper-button-prev {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}
.kv .col-l .swiper-button-prev {
  left: 0;
}
@media (max-width: 991px) {
  .kv .col-l .swiper-button-prev {
    left: 3px;
  }
}
.kv .col-l .swiper-button-next {
  right: 8px;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .kv .col-l .swiper-button-next {
    right: 3px;
  }
}
.kv .col-l .swiper-control {
  font-size: 0.875em;
  right: 45px;
  bottom: 40px;
}
@media (max-width: 991px) {
  .kv .col-l .swiper-control {
    right: 32px;
  }
}
.kv .col-l .swiper-control.btn-play {
  display: none;
}
.kv .col-r {
  width: 38%;
}
@media (max-width: 991px) {
  .kv .col-r {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.kv .col-r .grid {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.kv .col-r .grid h3 {
  font-size: 2em;
  line-height: 143%;
}
@media (max-width: 991px) {
  .kv .col-r .grid h3 {
    font-size: 1.5em;
    text-align: center;
  }
}
.kv .col-r .job-search {
  background-color: #ffefbc;
  padding: 25px 25px 20px 25px;
  margin-bottom: 9px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .kv .col-r .job-search {
    padding: 20px 14px 34px;
    margin-bottom: 30px;
  }
}
.kv .col-r .job-search h3 {
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .kv .col-r .job-search h3 {
    margin-bottom: 19px;
  }
}
.kv .col-r .form-group.sty-col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kv .col-r .form-group.sty-col-2 .form-control {
  width: calc((100% - 11px) / 2);
}
@media (max-width: 991px) {
  .kv .col-r .form-group.sty-col-2 .form-control {
    width: calc((100% - 8px) / 2);
  }
}
.kv .col-r .form-group .form-control {
  font-size: 1em;
  line-height: 120%;
  margin-bottom: 13px;
  box-shadow: 0 0 3px 0 #ffcf3e;
}
@media (max-width: 991px) {
  .kv .col-r .form-group .form-control {
    font-size: 1.125em;
    line-height: 122.2%;
    margin-bottom: 8px;
  }
}
.kv .col-r .form-group.group-search .wrapper {
  display: flex;
  border-radius: 6px;
}
.kv .col-r .form-group.group-search .wrapper input {
  width: calc(100% - 73px);
  border: 0;
  font-size: 1em;
  line-height: 120%;
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  padding: 15px 24px;
  background-color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 0 3px 0 #ffcf3e;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .kv .col-r .form-group.group-search .wrapper input {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .kv .col-r .form-group.group-search .wrapper input {
    font-size: 1.125em;
    line-height: 122.2%;
    padding: 9px 15px;
    width: calc(100% - 39px);
  }
}
.kv .col-r .form-group.group-search .wrapper input::-webkit-input-placeholder {
  color: #373737;
}
.kv .col-r .form-group.group-search .wrapper input::-moz-placeholder {
  color: #373737;
}
.kv .col-r .form-group.group-search .wrapper input:-ms-input-placeholder {
  color: #373737;
}
.kv .col-r .form-group.group-search .wrapper input:-moz-placeholder {
  color: #373737;
}
.kv .col-r .form-group.group-search .wrapper button {
  position: relative;
  width: 73px;
  background-color: #455daf;
  border-radius: 6px;
  color: #fff;
  background-image: url("../img/icon/search-w.svg");
  background-size: 17px;
  background-position: center top 11px;
  background-repeat: no-repeat;
  font-size: 0.9375em;
  line-height: 120%;
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media (max-width: 991px) {
  .kv .col-r .form-group.group-search .wrapper button {
    width: 39px;
    background-size: 20px;
    background-position: center;
  }
}
.kv .col-r .form-group.group-search .wrapper button span {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .kv .col-r .form-group.group-search .wrapper button span {
    display: none;
  }
}
.kv .col-r .form-group select {
  width: 100%;
}
.kv .col-r .form-group .select2-dropdown {
  border: 0;
}
.kv .col-r .form-group .select2-container .select2-selection--single {
  height: 55px;
}
@media (max-width: 991px) {
  .kv .col-r .form-group .select2-container .select2-selection--single {
    height: 40px;
  }
}
.kv .col-r .form-group .select2-container--default .select2-selection--single {
  border-radius: 6px;
}
.kv .col-r .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  padding: 15px 24px;
  color: #000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .kv .col-r .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .kv .col-r .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 8px 35px 8px 24px;
  }
}
.kv .col-r .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0 5px;
  border-color: #4a45af transparent transparent transparent;
}
.kv .col-r .form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #4a45af transparent;
}
.kv .col-r .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 8px;
  top: 23px;
  right: 11px;
  width: 10px;
}
@media (max-width: 991px) {
  .kv .col-r .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
  }
}
@media (max-width: 991px) {
  .kv .col-r .form-group .group-checkbox {
    display: block;
    width: 100% !important;
  }
}
.kv .col-r .form-group .group-checkbox .form-selected {
  border: none;
  border-radius: 6px;
  color: #000;
  font-size: 1em;
  padding: 15px 24px;
}
@media (max-width: 991px) {
  .kv .col-r .form-group .group-checkbox .form-selected {
    padding: 9px 15px;
  }
}
.kv .col-r .form-group .group-checkbox .form-selected:after {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #4a45af transparent transparent transparent;
}

.alumni-story {
  background-color: #ddebff;
  padding: 22px 28px 33px 25px;
}
@media (max-width: 991px) {
  .alumni-story {
    padding: 25px 0 5px;
    margin: 0 12px;
    border-radius: 8px;
  }
}
@media (max-width: 991px) {
  .alumni-story h3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5em;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .alumni-story .slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .alumni-story .slide .row {
    display: flex;
  }
}
.alumni-story .slide .intro {
  padding-top: 48px;
  padding-bottom: 42px;
  padding-right: 10px;
  width: 63%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .alumni-story .slide .intro {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .alumni-story .slide .intro {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .alumni-story .slide .intro {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.alumni-story .slide .intro .name {
  font-size: 1.25em;
  line-height: 110%;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .alumni-story .slide .intro .name {
    font-size: 1.125em;
    line-height: 111.1%;
    margin-bottom: 9px;
  }
}
.alumni-story .slide .intro .desc {
  font-size: 0.875em;
  line-height: 144.4%;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .alumni-story .slide .intro .desc {
    font-size: 0.875em;
    line-height: 142.8%;
  }
}
.alumni-story .slide .thumbnail {
  position: relative;
  height: auto;
  width: 37%;
  border-radius: 50%;
  align-self: flex-start;
}
.alumni-story .slide .thumbnail:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .alumni-story .slide .thumbnail {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alumni-story .slide .thumbnail {
    width: 150px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .alumni-story .slide .thumbnail {
    width: 30%;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .alumni-story .slide .thumbnail {
    padding-bottom: 40px;
  }
}
.alumni-story .slide .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 992px) {
  .alumni-story .swiper-container {
    margin-top: -24px;
  }
}
@media (max-width: 991px) {
  .alumni-story .swiper-container {
    overflow: visible;
  }
}
.alumni-story .swiper-navigation {
  display: flex;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 991px) {
  .alumni-story .swiper-navigation {
    width: 100%;
    justify-content: center;
  }
}
.alumni-story .swiper-button-prev {
  left: 0;
}
@media (max-width: 991px) {
  .alumni-story .swiper-button-prev {
    left: -9px;
  }
}
.alumni-story .swiper-button-next {
  right: auto;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .alumni-story .swiper-button-next {
    right: -9px;
  }
}
.alumni-story .swiper-button-next,
.alumni-story .swiper-button-prev {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/nav.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -12px;
}
@media (min-width: 992px) {
  .alumni-story .swiper-button-next,
.alumni-story .swiper-button-prev {
    position: relative;
    margin-top: 0;
    top: auto;
  }
}
.alumni-story .swiper-pagination {
  position: relative;
  text-align: left;
  margin: 0 13px;
}

.calendar {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .calendar {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .calendar .container {
    padding: 0 12px;
  }
}
.calendar h3 {
  font-size: 2em;
  line-height: 146%;
  text-align: center;
}
@media (max-width: 991px) {
  .calendar h3 {
    font-size: 1.5em;
    line-height: 125%;
    padding-bottom: 20px;
  }
}
.calendar .wrapper {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background-color: #fcfcfc;
  padding: 30px 80px 60px 80px;
}
@media (max-width: 991px) {
  .calendar .wrapper {
    padding: 30px 20px 20px;
  }
}
.calendar .wrapper h1 {
  font-size: 2em;
  line-height: 146%;
  text-align: center;
}
@media (max-width: 991px) {
  .calendar .wrapper h1 {
    font-size: 1.5em;
    line-height: 125%;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .calendar .wrapper .illustration {
    display: none;
  }
}
.calendar .wrapper .illustration#swing {
  right: 0;
  top: -80px;
  width: 154px;
}
.calendar .wrapper .illustration#fly {
  left: -70px;
  top: -28px;
  width: 188px;
}
.calendar .wrapper .illustration#bulb {
  left: -50px;
  bottom: 18px;
  width: 112px;
  z-index: 1;
}
.calendar .content {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .calendar .content {
    padding-top: 20px;
  }
}
.calendar .content .row {
  justify-content: space-between;
}
.calendar .content .calendar-nav {
  padding-bottom: 30px;
  flex: 1;
}
@media (max-width: 991px) {
  .calendar .content .calendar-nav {
    font-size: 1.5em;
    order: 1;
    justify-content: center;
    padding-bottom: 25px;
  }
}
.calendar .content .full {
  margin-bottom: 30px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .calendar .content .full {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 0;
  }
}
.calendar .content .full a {
  font-size: 1.25em;
  line-height: 120%;
  color: #031e42;
  border-radius: 26px;
  border: 1px solid #031e42;
  padding: 11px 24px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .calendar .content .full a {
    font-size: 1.125em;
    padding: 7px 14px;
  }
}
.calendar .content .full a:hover {
  background-color: #031e42;
  color: #fff;
}
.calendar .content .highlight-calendar {
  width: 100%;
}
@media (max-width: 991px) {
  .calendar .content .highlight-calendar {
    order: 2;
  }
}
.calendar .content .highlight-calendar .item {
  position: relative;
  width: calc((100% - 240px) / 4);
  margin-right: 80px;
  font-family: "Roboto", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  padding-top: 17px;
  padding-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .calendar .content .highlight-calendar .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calendar .content .highlight-calendar .item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .calendar .content .highlight-calendar .item:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .calendar .content .highlight-calendar .item {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .calendar .content .highlight-calendar .item:nth-child(4n) {
    margin-right: 0;
  }
}
.calendar .content .highlight-calendar .item.theme-green:before {
  content: "";
  background-image: linear-gradient(to right, #1b8191 0%, #b2eff8 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 25px);
  height: 4px;
}
.calendar .content .highlight-calendar .item.theme-green .label {
  color: #1b8191;
}
.calendar .content .highlight-calendar .item.theme-blue:before {
  content: "";
  background-image: linear-gradient(to right, #455daf 0%, #dfe8ff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 25px);
  height: 4px;
}
.calendar .content .highlight-calendar .item.theme-blue .label {
  color: #455daf;
}
.calendar .content .highlight-calendar .item .label {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .calendar .content .highlight-calendar .item .label {
    margin-bottom: 6px;
  }
}
.calendar .content .highlight-calendar .item .label .date {
  font-size: 2.25em;
  line-height: 115.9%;
  font-family: "Roboto", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 575;
}
.calendar .content .highlight-calendar .item .label .month {
  font-size: 1.5em;
}
.calendar .content .highlight-calendar .item .label .day {
  font-size: 0.875em;
  line-height: 1.14;
  margin-left: 8px;
  color: #031e42;
}
.calendar .content .highlight-calendar .item .details {
  line-height: 130%;
}
.calendar .content .highlight-calendar .item .details a {
  padding-left: 10px;
  padding-bottom: 30px;
  display: block;
  border-bottom: 1px solid rgba(155, 158, 159, 0.3);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .calendar .content .highlight-calendar .item .details a {
    padding-left: 15px;
    padding-bottom: 10px;
  }
}
.calendar .content .highlight-calendar .item .details a:not(:first-child) {
  margin-top: 10px;
}
.calendar .content .highlight-calendar .item .details a:hover {
  color: #455daf;
  opacity: 1;
}

.employer {
  padding-top: 95px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 991px) {
  .employer {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.employer h3 {
  text-align: center;
  font-size: 2em;
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .employer h3 {
    font-size: 1.5em;
    padding-bottom: 20px;
  }
}
.employer button {
  color: #373737;
  position: absolute;
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 0.875em;
  right: 45px;
  bottom: 40px;
}
@media (max-width: 991px) {
  .employer button {
    right: 12px;
    bottom: 0;
  }
}
.employer button.btn-play {
  display: none;
}
.employer .gallery {
  position: relative;
}
.employer .gallery:before, .employer .gallery:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 174px;
  height: 128px;
  z-index: 1;
}
.employer .gallery:before {
  left: 0;
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.employer .gallery:after {
  right: 0;
  background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.employer .gallery .logo {
  width: 150px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.employer .btn-scroll {
  top: 50px;
}

.select2-results__option {
  padding: 15px 24px;
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 1.25em;
  line-height: 120%;
}
@media (max-width: 991px) {
  .select2-results__option {
    font-size: 1.125em;
    line-height: 122.2%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.btn-scroll {
  top: 0;
  background-color: #e6ae00;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 991px) {
  .btn-scroll {
    display: none;
  }
}