footer {
  margin-top: -5px;
  background: #d3c0a6;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 70px;
  }
}
footer .topBox .contactList {
  padding: 7% 5%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1500px) {
  footer .topBox .contactList {
    padding: 7% 0;
  }
}
@media (max-width: 1200px) {
  footer .topBox .contactList {
    padding: 7% 3%;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList {
    padding: 15% 0;
  }
}
@media (max-width: 991px) {
  footer .topBox .contactList .infoBox {
    margin-bottom: 10%;
  }
}
footer .topBox .contactList .infoBox .logoBox img {
  width: 15%;
  margin: 0 auto 5% auto;
  display: block;
}
@media (max-width: 767px) {
  footer .topBox .contactList .infoBox .logoBox img {
    width: 25%;
  }
}
footer .topBox .contactList .infoBox .info {
  font-family: "Noto Serif TC", serif;
  color: #833625;
  letter-spacing: 2px;
  text-align: center;
}
footer .topBox .contactList .infoBox .info h2 {
  font-size: calc(0.9rem + 0.7vw);
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  footer .topBox .contactList .infoBox .info h2 {
    font-size: calc(1.1rem + 0.9vw);
  }
}
footer .topBox .contactList .infoBox .info .title {
  border-bottom: 1px solid rgba(95, 41, 29, 0.6705882353);
  display: inline-block;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
footer .topBox .contactList .infoBox .info .title span {
  padding-right: 14px;
  margin-right: 12px;
}
footer .topBox .contactList .infoBox .info .title span::after {
  content: "";
  width: 2px;
  height: 50%;
  background: #833625;
  position: absolute;
  top: 53%;
  right: 0;
  transform: translateY(-50%);
}
footer .topBox .contactList .infoBox .info .title b {
  font-weight: 500;
  font-size: calc(1.2rem + 0.7vw);
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  footer .topBox .contactList .infoBox .info .title b {
    font-size: calc(1.3rem + 0.9vw);
  }
}
footer .topBox .contactList .infoBox .info h3 {
  font-size: calc(0.5rem + 0.7vw);
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .topBox .contactList .infoBox .info h3 {
    font-size: calc(0.75rem + 0.9vw);
  }
}
footer .topBox .contactList .infoBox .info h3 span {
  font-size: calc(1.1rem + 0.6vw);
  letter-spacing: 2px;
}
footer .topBox .contactList .infoBox .info a {
  color: #833625;
}
footer .topBox .contactList .TxtBox {
  font-family: "Noto Serif TC", serif;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 3%;
  color: #5f291d;
}
@media (max-width: 991px) {
  footer .topBox .contactList .TxtBox {
    margin-bottom: 2rem;
    letter-spacing: 1px;
  }
}
footer .topBox .contactList .TxtBox h3 {
  font-family: "Cinzel", serif;
  font-size: calc(1.2rem + 0.7vw);
}
footer .topBox .contactList form {
  color: #5f291d;
}
@media (max-width: 991px) {
  footer .topBox .contactList form {
    padding: 0 4%;
  }
}
footer .copyright {
  display: block;
}
@media (max-width: 991px) {
  footer .copyright span {
    display: block;
  }
}

.form-control {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.31);
  border-color: transparent;
}
.form-control:focus {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.5843137255);
  border-color: #833625;
  outline: 0;
  box-shadow: 0 0 10px 3px rgba(163, 153, 138, 0.4588235294);
}/*# sourceMappingURL=footer.css.map */