@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);
  }
}
html[lang=en] header .joblink {
  width: 67px;
  text-align: center;
}

body.menu-show {
  position: relative;
}
body.menu-show:before {
  opacity: 1;
  z-index: 5;
  height: 500%;
}
body.menu-show .hamburger {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 6 !important;
}
@media (min-width: 992px) {
  body.menu-show .hamburger:hover:before {
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  body.menu-show .hamburger {
    width: 14px;
    height: 14px;
  }
}
body.menu-show .hamburger:before {
  opacity: 1;
}
body.menu-show .hamburger .line {
  background-color: #fff;
}
body.menu-show .hamburger .line:nth-child(1) {
  width: 20px;
  transform: rotate(45deg) translate(9px, 5px);
}
@media (max-width: 991px) {
  body.menu-show .hamburger .line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 8px);
  }
}
body.menu-show .hamburger .line:nth-child(2) {
  width: 0;
}
body.menu-show .hamburger .line:nth-child(3) {
  width: 20px;
  transform: rotate(-45deg) translate(8px, -4px);
}
@media (max-width: 991px) {
  body.menu-show .hamburger .line:nth-child(3) {
    transform: rotate(-45deg) translate(0px, -4px);
  }
}
body.menu-show .mobile-menu {
  visibility: visible;
  transform: translateX(0);
}
body.menu-show #main-content a,
body.menu-show #main-content button,
body.menu-show #main-content input {
  pointer-events: none;
}
body.minimized .hamburger {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
body.popup-show {
  overflow: hidden;
}

#skipToContent {
  position: absolute;
  left: -9999px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  padding-top: 22px;
  padding-bottom: 12px;
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 992px) {
  header {
    max-width: none;
  }
}
@media (max-width: 991px) {
  header {
    padding: 14px 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07);
  }
}
header .container {
  max-width: none;
}
@media (min-width: 1521px) {
  header .container {
    padding: 0 20px;
  }
}
header .row {
  justify-content: space-between;
}
header .col-l {
  display: flex;
  align-items: center;
  color: #711f69;
  font-size: 1.125em;
  line-height: 105.5%;
}
header .lang-container .lang {
  margin-right: 22px;
}
header .logo {
  margin-right: 20px;
}
@media (max-width: 991px) {
  header .logo {
    margin-right: 17px;
  }
}
header .logo a {
  display: inline-block;
}
header .logo a img {
  display: inline-block;
}
header .joblink a:hover {
  color: #8c2682;
}
header .col-r {
  display: flex;
  align-items: center;
  opacity: 1;
  visibility: visible;
  padding-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1520px) {
  header .col-r {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  header .col-r {
    display: none;
  }
}
header .col-r .icon {
  cursor: pointer;
}
header .col-r .group {
  position: relative;
}
header .col-r .group.active .category:after {
  transform: rotate(180deg);
}
header .col-r .group:not(:first-child):before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #373737;
  position: absolute;
  left: 0;
  top: 0;
}
header .col-r .user-dropdown-container {
  font-size: 1.125em;
  line-height: 125%;
  color: #000;
  display: flex;
  margin-right: 6px;
}
header .col-r .user-dropdown-container .category {
  position: relative;
  padding-right: 12px;
  margin: 0 15px;
  cursor: pointer;
  text-transform: uppercase;
}
header .col-r .user-dropdown-container .category: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;
}
header .col-r .user-dropdown-container .category:after {
  right: 0;
}
header .col-r .user-dropdown-container ul {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 12px 8px;
  top: 30px;
  left: 0;
  display: none;
  width: max-content;
}
header .col-r .user-dropdown-container ul li {
  padding: 10px;
}
header .col-r .user-dropdown-container .group:first-child ul {
  right: 0;
  left: auto;
}
header .col-r .employer-login {
  display: flex;
  position: relative;
  margin-right: 50px;
}
header .col-r .employer-login .info-img {
  width: 40px;
  height: 40px;
}
header .col-r .employer-login.active .info-text-container:after {
  transform: rotate(180deg);
}
header .col-r .employer-login .info-text-container {
  position: relative;
  margin-left: 10px;
  color: #373737;
  padding-right: 18px;
}
header .col-r .employer-login .info-text-container: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;
}
header .col-r .employer-login .info-text-container:after {
  right: 0;
}
header .col-r .employer-login .info-text-container .employer-text {
  font-size: 16px;
  line-height: 19px;
  display: block;
}
header .col-r .employer-login .info-text-container span {
  font-size: 14px;
  line-height: 17px;
  color: #0953c0;
}
header .col-r .employer-login ul {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 12px 8px;
  top: 47px;
  left: 0;
  display: none;
  width: max-content;
}
header .col-r .employer-login ul li {
  padding: 10px;
}
header .col-r .student-login {
  display: flex;
  position: relative;
}
header .col-r .student-login.active .student-text:after {
  transform: rotate(180deg);
}
header .col-r .student-login .student-img-circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
header .col-r .student-login .student-text {
  position: relative;
  padding-right: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  margin-right: 70px;
  margin-left: 10px;
  cursor: pointer;
}
header .col-r .student-login .student-text: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;
}
header .col-r .student-login .student-text:after {
  right: 0;
}
header .col-r .student-login ul {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 12px 8px;
  top: 50px;
  left: 0;
  display: none;
}
header .col-r .student-login ul li {
  font-size: 1.125em;
  line-height: 125%;
  padding: 10px;
}
header .col-r .notification-container {
  display: flex;
  margin-right: 20px;
  position: relative;
}
header .col-r .notification-container .bell {
  width: 15px;
  height: 18px;
  position: relative;
}
header .col-r .notification-container .bell .quantity {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #a80022;
  border-radius: 50%;
  font-size: 0.75em;
  line-height: 1.14;
  right: -9px;
  top: -9px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .col-r .notification-container .notifications {
  display: none;
  position: absolute;
  background-color: #fafffe;
  border-radius: 5px;
  width: 496px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  right: -85px;
  top: 48px;
}
header .col-r .notification-container .notifications.active {
  display: block;
  position: absolute;
  display: block;
  right: -30px;
  top: 50px;
}
header .col-r .notification-container .notifications .arrow {
  position: absolute;
  right: 102px;
  top: -20px;
}
header .col-r .notification-container .notifications .arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fafffe transparent;
  filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.23));
}
header .col-r .notification-container .notifications .arrow::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  background-color: #fafffe;
  top: 20px;
}
header .col-r .notification-container .notifications .notifications-wrapper {
  overflow: hidden;
  position: relative;
  padding: 0 0 0 25px;
}
header .col-r .notification-container .notifications .notifications-wrapper .notifications-background-icon-top {
  z-index: 0;
  position: absolute;
  top: 60px;
  left: 0px;
}
header .col-r .notification-container .notifications .notifications-wrapper .notifications-background-icon-bottom {
  z-index: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list {
  max-height: 550px;
  padding-right: 25px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list.scroll-scrolly_visible {
  padding-right: 10px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #4a45af;
  width: 6px;
  left: 2px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list.scrollbar-outer > .scroll-element.scroll-y {
  height: 95%;
  right: 4px;
  top: 10px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 0;
  width: 10px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer .scroll-element_track {
  background-color: #dfdfdf;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list .item {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #d8d8d8;
  font-family: "Roboto", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list .item:last-child {
  margin-bottom: 30px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list .item .item-top {
  display: flex;
  margin-bottom: 8px;
  width: 100%;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list .item .item-top .item-title {
  width: calc(100% - 100px);
  position: relative;
  color: #373737;
  font-weight: 575;
  line-height: 19px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list .item .item-top .item-title::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 25px;
  background-color: #031e42;
  position: absolute;
  left: -25px;
  top: 5px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list .item .item-top .item-timestamp {
  width: 100px;
  color: #373737;
  font-weight: 375;
  font-size: 0.875em;
  line-height: 17px;
  text-align: right;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list .item .item-remark {
  color: #666666;
  margin-bottom: 12px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list .item .item-button {
  border: 1px solid #4a45af;
  border-radius: 15px;
  width: 96px;
  height: 28px;
}
header .col-r .notification-container .notifications .notifications-wrapper .item-list .item .item-button a.btn-readmore {
  display: block;
  width: 100%;
  font-size: 0.875em;
  line-height: 28px;
  text-align: center;
  color: #4a45af;
}
header .col-r .lang-container {
  display: flex;
  position: relative;
}
header .col-r .lang-container ul {
  display: none;
  position: absolute;
  left: -6px;
  top: 30px;
  text-align: center;
}
header .col-r .lang-container ul li a {
  display: inline-block;
  padding: 5px;
}

.hamburger {
  position: fixed;
  right: 30px;
  top: 37px;
  width: 27px;
  height: 21px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}
@media (max-width: 991px) {
  .hamburger {
    opacity: 1;
    visibility: visible;
    z-index: 4;
    width: 20px;
    height: 13px;
    top: 29px;
    right: 28px;
  }
}
@media (min-width: 992px) {
  .hamburger:hover .line:nth-child(1), .hamburger:hover .line:nth-child(3) {
    width: 27px;
  }
}
.hamburger:before {
  content: "";
  width: 53px;
  height: 53px;
  background-image: url("../img/menu-close-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  left: -13px;
  top: -16px;
  border-radius: 2px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .hamburger:before {
    left: -20px;
  }
}
.hamburger .line {
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .hamburger .line {
    background-color: #1a371a;
  }
}
.hamburger .line:nth-child(1), .hamburger .line:nth-child(3) {
  width: 22px;
}
@media (max-width: 991px) {
  .hamburger .line:nth-child(1), .hamburger .line:nth-child(3) {
    width: 20px;
  }
}
.hamburger .line:nth-child(1) {
  top: 0;
}
.hamburger .line:nth-child(2) {
  width: 27px;
  top: 9px;
}
@media (max-width: 991px) {
  .hamburger .line:nth-child(2) {
    opacity: 0;
  }
}
.hamburger .line:nth-child(3) {
  bottom: 0;
}

.mobile-menu {
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: #f8f8fa;
  width: 420px;
  height: 100vh;
  min-height: 100vh;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 1.125em;
  line-height: 122.2%;
  transform: translateX(101%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .mobile-menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .mobile-menu {
    background-color: #fff;
  }
  .mobile-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 69px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07);
  }
}
.mobile-menu .wrapper {
  padding: 67px 33px 67px 57px;
  height: 100%;
  overflow: auto;
}
@media (max-width: 991px) {
  .mobile-menu .wrapper {
    padding: 74px 18px 59px 28px;
  }
}
.mobile-menu .group {
  padding: 30px 0;
  border-top: 1px solid rgba(151, 151, 151, 0.4);
}
.mobile-menu .group:first-child {
  border-top: 0;
}
.mobile-menu .group.lang {
  display: flex;
}
.mobile-menu .group.lang a:not(:last-child):after {
  content: "|";
  margin: 0 10px;
  display: inline-block;
}
.mobile-menu .group.logout {
  color: #4a45af;
  text-transform: uppercase;
}
.mobile-menu .group.user-type .category {
  font-size: 0.88em;
  line-height: 125%;
}
.mobile-menu .group.user-type .category ul {
  display: none;
  font-size: 1em;
}
.mobile-menu .group .category:not(:last-child) {
  padding-bottom: 30px;
}
.mobile-menu .group .category a.active {
  color: #4a45af;
}
.mobile-menu .group .category a:hover {
  color: #4a45af;
  opacity: 1;
}
.mobile-menu .group .category ul {
  padding-top: 30px;
  color: #373737;
  font-size: 0.88em;
  line-height: 125%;
  display: none;
}
.mobile-menu .group .category ul li:not(:last-child) {
  padding-bottom: 20px;
}
.mobile-menu .group .category ul li a {
  padding-left: 20px;
  display: inline-flex;
}
.mobile-menu .group .category ul li a:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.mobile-menu .group .category.hv-sub > a {
  position: relative;
  padding-right: 11px;
}
.mobile-menu .group .category.hv-sub > a: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;
}
.mobile-menu .group .category.hv-sub > a:after {
  right: 0;
}
.mobile-menu .group .category.hv-sub > a.active:after {
  transform: rotate(180deg);
}
.mobile-menu .group .label {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.mobile-menu .group .label img {
  margin-right: 10px;
  display: block;
}
.mobile-menu .group .search-input {
  background-color: #f0f0f0;
  font-size: 0.77em;
  line-height: 114.2%;
}
.mobile-menu .group .search-input .row {
  padding-right: 7px;
}
.mobile-menu .group .search-input .row input {
  width: calc(100% - 29px);
}
.mobile-menu .group .search-input .row button {
  width: 29px;
}
.mobile-menu .group .search-input input {
  background-color: transparent;
  border: 0;
  padding: 17px 28px;
  font-family: "Roboto", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.mobile-menu .group .search-input input::-webkit-input-placeholder {
  color: #373737;
}
.mobile-menu .group .search-input input::-moz-placeholder {
  color: #373737;
}
.mobile-menu .group .search-input input:-ms-input-placeholder {
  color: #373737;
}
.mobile-menu .group .search-input input:-moz-placeholder {
  color: #373737;
}

footer {
  position: relative;
}
@media (min-width: 992px) {
  footer {
    overflow: hidden;
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  footer .top {
    padding-top: 0;
  }
}
footer .bg-deco {
  position: relative;
}
@media (max-width: 991px) {
  footer .bg-deco {
    display: none;
  }
}
footer .bg-deco #ramp {
  display: block;
  width: 100%;
}
footer .bg-deco .illustration {
  width: 67%;
  right: -28%;
  top: -34%;
  z-index: -1;
}
footer .bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: -2;
}
@media (max-width: 991px) {
  footer .bg {
    display: none;
  }
}
footer .footer-container {
  color: #fff;
  background-color: #031e42;
}
footer .top {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  footer .top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
footer .top .wrapper {
  display: flex;
  width: calc(100% - 160px);
}
@media (max-width: 991px) {
  footer .top .wrapper {
    order: 2;
    width: 100%;
  }
}
footer .top .wrapper .group {
  width: 25%;
}
@media (max-width: 991px) {
  footer .top .wrapper .group {
    width: 100%;
    padding-right: 0;
  }
}
footer .top .group {
  font-size: 0.9375em;
  line-height: 160%;
  padding-right: 10px;
}
footer .top .group .group-title {
  font-weight: 575;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  footer .top .group ul li {
    display: inline-block;
    margin-right: 15px;
  }
}
footer .top .group-social {
  width: 160px;
  padding-right: 0;
}
@media (max-width: 991px) {
  footer .top .group-social {
    order: 1;
    width: 100%;
  }
}
footer .top .social-container {
  margin-top: 15px;
  display: flex;
}
@media (max-width: 991px) {
  footer .top .social-container {
    margin-bottom: 20px;
  }
}
footer .top .social-container a {
  display: inline-block;
}
footer .top .social-container a:not(:last-child) {
  margin-right: 12px;
}
footer .top .social-container a img {
  display: block;
}
footer .bottom {
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  footer .bottom {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .bottom .copyright {
  font-family: "Montserrat", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
  font-size: 0.75em;
}