@media (max-width: 991px) {
  footer {
    margin-bottom: 76px;
  }
}
footer .topBox .contactList {
  padding-top: 15%;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1700px) {
  footer .topBox .contactList {
    padding-top: 17%;
  }
}
@media (max-width: 1500px) {
  footer .topBox .contactList {
    padding-top: 15%;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList {
    padding-top: 20%;
  }
}
footer .topBox .contactList .info {
  width: 410px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  footer .topBox .contactList .info {
    width: 350px;
  }
}
footer .topBox .contactList .info img {
  width: 100%;
}
@media (max-width: 991px) {
  footer .topBox .contactList .info img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}
footer .topBox .contactList .info .Txt {
  color: #fff;
  margin: 11% 0 12% 0;
  text-align: center;
}
@media (max-width: 1700px) {
  footer .topBox .contactList .info .Txt {
    margin: 11% 0 11% 0;
  }
}
@media (max-width: 1400px) {
  footer .topBox .contactList .info .Txt {
    margin: 14% 0 26% 0;
  }
}
@media (max-width: 1200px) {
  footer .topBox .contactList .info .Txt {
    margin: 11% 0 22% 0;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList .info .Txt {
    margin: 10% 0;
  }
}
footer .topBox .contactList .info .Txt h2 {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 2.28rem;
  font-weight: 500;
}
@media (max-width: 1400px) {
  footer .topBox .contactList .info .Txt h2 {
    font-size: 1.9rem;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList .info .Txt h2 {
    font-size: 1.75rem;
  }
}
footer .topBox .contactList .info .Txt h2::after {
  content: "";
  width: 99%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .topBox .contactList .info .Txt h3 {
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 1400px) {
  footer .topBox .contactList .info .Txt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList .info .Txt h3 {
    font-size: 1.5rem;
  }
}
footer .topBox .contactList .info .Txt h3 b {
  color: #e5cbae;
  font-weight: 700;
  font-size: 3.1rem;
}
@media (max-width: 1400px) {
  footer .topBox .contactList .info .Txt h3 b {
    font-size: 2.75rem;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList .info .Txt h3 b {
    font-size: 2.4rem;
  }
}
footer .topBox .contactList .info .Txt h3 span {
  letter-spacing: 10px;
}
@media (max-width: 1400px) {
  footer .topBox .contactList .info .Txt h3 span {
    letter-spacing: 5px;
  }
}
footer .topBox .contactList .info .Txt a {
  color: #fff;
}
footer .topBox .contactList .formBox {
  background: #d0e2de;
  font-weight: 500;
  padding: 7% 5% 5% 5%;
  font-size: 1.2rem;
  font-family: "SweiSpringCJK", "Noto Serif TC", sans-serif;
}
@media (max-width: 1500px) {
  footer .topBox .contactList .formBox {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList .formBox {
    font-size: 0.9rem;
    margin: 0 3%;
    padding-top: 5%;
  }
}
footer .topBox .contactList .formBox .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9f730d;
  padding-bottom: 5px;
  margin-bottom: 1rem;
}
footer .topBox .contactList .formBox .item label {
  min-width: 90px;
  font-weight: 700;
}
@media (max-width: 991px) {
  footer .topBox .contactList .formBox .item label {
    min-width: 59px;
  }
}
footer .topBox .contactList .formBox .item .form-check-label {
  min-width: 40px;
}
@media (max-width: 991px) {
  footer .topBox .contactList .formBox .item .form-check-label {
    min-width: 20px;
  }
}
footer .topBox .contactList .formBox .item .genderBox {
  min-width: 164px;
}
@media (max-width: 991px) {
  footer .topBox .contactList .formBox .item .genderBox {
    min-width: 125px;
  }
}
footer .topBox .contactList .formBox .formInfo {
  font-weight: 700;
}
footer .topBox .contactList .formBox .submitBox {
  display: flex;
  justify-content: space-between;
}
footer .topBox .contactList .formBox .submitBox .btn {
  color: #9f730d;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.2rem;
  margin-left: 10%;
  outline: 0;
  border: 0;
}
@media (max-width: 991px) {
  footer .topBox .contactList .formBox .submitBox .btn {
    font-size: 0.9rem;
  }
}
footer .topBox .contactList .formBox .submitBox .btn:hover {
  color: #000;
}
footer .topBox .contactList .formBox .submitBox .privacy {
  margin-left: auto;
}
footer .topBox .bottomBox {
  justify-content: space-around;
  padding-bottom: 15%;
  align-items: end;
  margin-top: 1.5%;
}
@media (max-width: 1700px) {
  footer .topBox .bottomBox {
    padding-bottom: 17%;
  }
}
@media (max-width: 1500px) {
  footer .topBox .bottomBox {
    padding-bottom: 15%;
  }
}
@media (max-width: 991px) {
  footer .topBox .bottomBox {
    margin-top: 2.5rem;
    padding-bottom: 16%;
  }
}
footer .topBox .bottomBox .btnBox {
  width: 450px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  footer .topBox .bottomBox .btnBox {
    width: 350px;
  }
}
@media (max-width: 991px) {
  footer .topBox .bottomBox .btnBox {
    display: none;
  }
}
footer .topBox .bottomBox .btnBox .btn {
  width: 32%;
  outline: none;
  border: 0;
}
footer .topBox .bottomBox .btnBox .btn:hover img, footer .topBox .bottomBox .btnBox .btn:hover span {
  transform: scale(1.1);
  transition: all 0.4s ease-in;
}
footer .topBox .bottomBox .btnBox .btn::after {
  content: "";
  width: 1px;
  height: 90%;
  background: #fff;
  position: absolute;
  top: 4%;
  right: -4%;
}
footer .topBox .bottomBox .btnBox .btn:last-child::after {
  width: 0;
}
footer .topBox .bottomBox .btnBox img {
  width: 33px;
}
footer .topBox .bottomBox .btnBox span {
  color: #fff;
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
@media (max-width: 1400px) {
  footer .topBox .bottomBox .btnBox span {
    font-size: 9px;
  }
}
footer .topBox .bottomBox .btnBox .mapIcon {
  width: 40px;
}
footer .topBox .bottomBox .informationBox p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 2.2;
  font-family: "SweiSpringCJK", "Noto Serif TC", sans-serif;
}
@media (max-width: 1700px) {
  footer .topBox .bottomBox .informationBox p {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  footer .topBox .bottomBox .informationBox p {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  footer .topBox .bottomBox .informationBox p {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  footer .topBox .bottomBox .informationBox p {
    font-size: 7px;
  }
}

.form-control {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.form-control:focus {
  color: #212529;
  outline: 0;
  background-color: transparent;
  box-shadow: 0 0 0;
}

.form-check-input {
  border-color: #9f730d;
  border-radius: 0;
  background: #d0e2de;
}
.form-check-input:focus {
  border-color: #9f730d;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  box-shadow: 0 0 0;
}

.form-check-input[type=radio] {
  border-radius: 0;
  box-shadow: 0 0 0;
}

.form-check-input:checked[type=radio] {
  background-image: url(../images/check-icon.svg) !important;
}/*# sourceMappingURL=footer.css.map */