@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);
  }
}
footer {
  padding-top: 0;
}

.page-contact-us {
  background-color: #f8fafe;
}
.page-contact-us .illustration {
  z-index: -1;
}
@media (max-width: 991px) {
  .page-contact-us .illustration {
    display: none;
  }
}
.page-contact-us .illustration#deco-1 {
  top: 109px;
  left: -375px;
  width: 495px;
  z-index: 1;
}
.page-contact-us .illustration#boy {
  top: 20px;
  right: -180px;
  width: 370px;
  z-index: 1;
}
.page-contact-us .content {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-contact-us .form-container {
  border: 0;
  padding: 0;
}
.page-contact-us .group {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.page-contact-us .group h2 {
  color: #026676;
  font-size: 42px;
  line-height: 1.38;
  text-align: center;
  font-family: "OleoScript", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .page-contact-us .group h2 {
    font-size: 1.625em;
    margin-bottom: 15px;
  }
}
.page-contact-us .group .box {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}
.page-contact-us .group table.info-table {
  width: 100%;
}
.page-contact-us .group table.info-table tr td {
  position: relative;
  padding: 0 22px 35px 28px;
  font-size: 19px;
  line-height: 22px;
  font-family: "Roboto", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.page-contact-us .group table.info-table tr td .icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
}
.page-contact-us .group table.info-table tr td .icon.contact-clock {
  top: 6px;
}
.page-contact-us .group table.info-table tr td:first-child {
  font-weight: 575;
}
@media (min-width: 768px) {
  .page-contact-us .group table.info-table tr td:first-child {
    width: 204px;
  }
}
@media (min-width: 768px) {
  .page-contact-us .group table.info-table tr td:nth-child(2) {
    width: calc(100% - 204px);
  }
}
@media (max-width: 767px) {
  .page-contact-us .group table.info-table tr td:nth-child(2) {
    padding-left: 30px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-contact-us .group table.info-table tr td {
    padding-bottom: 15px;
    display: block;
    font-size: 16px;
  }
}
.page-contact-us .group table.info-table tr td ul {
  margin-left: 20px;
}
.page-contact-us .group table.info-table tr td ul li {
  line-height: 30px;
  position: relative;
}
.page-contact-us .group table.info-table tr td ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 13px;
  left: -15px;
}
.page-contact-us .group table.info-table tr td a {
  color: #0953c0;
  text-decoration: underline;
}
.page-contact-us .group table.info-table tr:last-child td {
  padding-bottom: 0;
}
.page-contact-us .btn-container {
  text-align: center;
  margin-bottom: 20px;
}
.page-contact-us .btn-container button {
  min-width: 190px;
  border-radius: 23px;
}