@charset "UTF-8";
.contactArea {
  padding: 5% 0;
  background-image: url(../images/img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .contactArea {
    background-image: url(../images/img/footer-bg-m.jpg);
    padding-top: 20%;
    padding-bottom: 35%;
  }
}
.contactArea .contactBox {
  margin-left: 15%;
  margin-right: 15%;
  padding: 5%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .contactArea .contactBox {
    padding: 20% 15px;
    margin: 0;
  }
}
.contactArea .contactBox .Caseinfo .item {
  margin-bottom: 1.5rem;
}
.contactArea .contactBox .Caseinfo .item .title {
  margin-bottom: 10px;
}
.contactArea .contactBox .Caseinfo .item .title small {
  font-size: 1.2rem;
  color: #005863;
  font-family: "Noto Sans TC", sans-serif;
}
.contactArea .contactBox .Caseinfo .item .title span {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
  color: #005863;
}
.contactArea .contactBox .Caseinfo .item .title span::before {
  content: "｜";
}
.contactArea .contactBox .Caseinfo .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contactArea .contactBox .Caseinfo .item ul li {
  color: #fff;
}
.contactArea .contactBox .Caseinfo .item a {
  color: #fff;
}
.contactArea .contactBox .checkbox {
  padding-top: 1rem;
  opacity: 0.6;
}
.contactArea .contactBox .checkbox a {
  color: rgba(0, 0, 0, 0.5);
}
.contactArea .copyright {
  text-align: center;
  padding-top: 2rem;
  opacity: 0.6;
  color: #fff;
}
@media (max-width: 991px) {
  .contactArea .copyright {
    font-size: 10px;
  }
}

.AreaTitle .title {
  text-align: center;
  font-family: "Times New Roman", serif;
  margin-bottom: 2rem;
  color: #C69E62;
}
@media (max-width: 991px) {
  .AreaTitle .title {
    font-size: 2.5rem;
  }
}
.AreaTitle .title::after {
  content: "";
  display: block;
  margin: 1rem auto 2rem;
  width: 50px;
  height: 2px;
  background-color: #C69E62;
}

input,
textarea {
  color: #fff;
  letter-spacing: 1px;
  border-radius: 0px !important;
  box-shadow: none !important;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea {
  font: 400 14px/16px "Open Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
  margin: 0 0 5px;
  padding: 10px;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
button {
  -webkit-appearance: none !important;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover {
  transition: border-color 0.3s ease-in-out;
  /* border:1px solid #AAA; */
}

textarea {
  min-height: 20vh;
  max-width: 100%;
  resize: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

:-moz-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

::-moz-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

:-ms-input-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  margin-bottom: 0.5rem;
}/*# sourceMappingURL=footer.css.map */