footer {
  overflow: hidden;
  background-image: url(../images/img/page-bg.jpg);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 80px;
    background-image: url(../images/img/page-bg-m.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: bottom;
  }
}
footer .topBox {
  padding: 3% 7% 7% 7%;
}
@media (max-width: 991px) {
  footer .topBox {
    padding: 0%;
  }
}
footer .topBox .contactList {
  padding: 5%;
}
@media (max-width: 991px) {
  footer .topBox .contactList {
    padding: 20% 3% 40% 3%;
  }
}
footer .topBox .contactList .Txt {
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  footer .topBox .contactList .Txt {
    margin-bottom: 2rem;
  }
}
footer .topBox .contactList .Txt .logo {
  width: 70px;
  display: block;
  margin: 0 auto 2rem auto;
}
@media (max-width: 991px) {
  footer .topBox .contactList .Txt .logo {
    width: 50px;
    margin-bottom: 1rem;
  }
}
footer .topBox .contactList .Txt h2 {
  text-align: center;
  color: #004098;
  margin-top: 1rem;
  letter-spacing: 5px;
  line-height: 1.5;
  font-family: SweiSpringCJKtc-SemiBold;
}
@media (max-width: 991px) {
  footer .topBox .contactList .Txt h2 {
    font-size: 1.5rem;
  }
}
footer .topBox .contactList form .item {
  margin-bottom: 1rem;
}
footer .topBox .contactList form .item label {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
@media (max-width: 1500px) {
  footer .topBox .contactList form .item label {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList form .item label {
    font-size: 0.85rem;
  }
}
footer .topBox .contactList form .tel {
  font-size: 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #004098;
  margin-top: 2rem;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  footer .topBox .contactList form .tel {
    font-size: 1.5rem;
  }
}
footer .topBox .contactList form .tel i {
  font-size: 1.9rem;
  margin-right: 7px;
}
@media (max-width: 991px) {
  footer .topBox .contactList form .tel i {
    font-size: 1.5rem;
  }
}
footer .topBox .contactList form .tel span {
  font-size: 2.3rem;
}
@media (max-width: 991px) {
  footer .topBox .contactList form .tel span {
    font-size: 1.8rem;
  }
}
footer .topBox .contactList form a {
  color: #004098;
}
footer .topBox .contactList form a:hover {
  color: rgba(0, 63, 152, 0.6274509804);
}
footer .topBox .contactList form h4 {
  font-size: 1.7rem;
  letter-spacing: 4px;
  margin-top: 5px;
  color: #004098;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1500px) {
  footer .topBox .contactList form h4 {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList form h4 {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
}
footer .copyright {
  display: block;
}
@media (max-width: 991px) {
  footer .copyright span {
    display: block;
  }
}

.form-control {
  border-radius: 0;
  background-color: #fff;
  padding: 12px 10px;
}
@media (max-width: 991px) {
  .form-control {
    padding: 3px 10px;
  }
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #004098;
  outline: 0;
  box-shadow: 0 0 5px 3px rgba(0, 63, 152, 0.3568627451);
}

.form-check-inline {
  margin-right: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .form-check-inline {
    margin-right: 3px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .form-check-inline.mb-0 {
    margin-right: 10px;
  }
}

.form-check-input:checked {
  box-shadow: 0 0 5px 3px rgba(0, 63, 152, 0.3568627451);
}

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

.form-check-input:checked[type=checkbox], .form-check-input:checked[type=radio] {
  background-image: url(../images/check-icon.png);
  background-size: contain;
}/*# sourceMappingURL=footer.css.map */