@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);
  }
}
.main {
  background-color: #f8fafe;
}

footer {
  padding-top: 0;
}

.banner {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .banner {
    padding: 0;
    margin-left: -28px;
    margin-right: -28px;
  }
}
.banner img {
  width: 100%;
  display: block;
}

.deco {
  position: absolute;
}
.deco#deco-flag {
  left: -98px;
  bottom: -9px;
}
.deco#deco-dog {
  right: -70px;
  bottom: -7px;
}
.deco#deco-cloud-1 {
  left: -260px;
  top: 16px;
}
.deco#deco-cloud-2 {
  right: -156px;
  top: 3px;
}

.intro .wrapper {
  padding: 30px 60px;
}
@media (max-width: 991px) {
  .intro .wrapper {
    padding: 20px 0;
  }
}
.intro h1 {
  font-size: 2.625em;
  line-height: 1.38;
  font-family: "OleoScript", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #026676;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .intro h1 {
    font-size: 1.625em;
  }
}
.intro p {
  line-height: 1.75;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .intro p {
    line-height: 1.56;
    margin-bottom: 14px;
  }
}
.intro a {
  text-decoration: underline;
  color: #0953c0;
}

@media (min-width: 1700px) {
  .bg {
    background-position: center bottom -100px;
  }
}
@media (min-width: 992px) {
  .bg {
    background-color: #fff;
    background-image: url("../img/job/hunting-tips/bg.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.bg .container {
  padding-top: 35px;
  padding-bottom: 88px;
}
@media (min-width: 992px) {
  .bg .container {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .bg .container {
    padding-bottom: 20px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .bg .category ul {
    max-width: 608px;
    margin: 0 auto;
  }
}
.bg .category ul li {
  margin-bottom: 30px;
}
.bg .category ul li a {
  display: block;
  border-radius: 9px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 575;
  padding: 32px 20px;
}
@media (max-width: 991px) {
  .bg .category ul li a {
    padding: 10px;
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.bg .category ul li:nth-child(4n+1) a {
  background-color: #fff1e9;
  color: #a80022;
}
.bg .category ul li:nth-child(4n+2) a {
  background-color: #f2f1ff;
  color: #4a45af;
}
.bg .category ul li:nth-child(4n+3) a {
  background-color: #ebfcff;
  color: #197280;
}
.bg .category ul li:nth-child(4n) a {
  background-color: #d1e4ff;
  color: #0953c0;
}