/* Font Family */
/* Project Fonts */
/* Breakpoints */
/*ContactInfo*/
.ContactInfo {
  overflow: hidden;
  padding-top: 10vw;
  padding-bottom: 20px;
}

.companyInfo {
  background-color: #f0f0f0;
}
.companyInfo::before {
  content: "";
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .companyInfo::before {
    left: 100%;
    height: 100%;
  }
}

.ContactInfo .companyName {
  padding-top: 9%;
  padding-bottom: 3%;
  border-bottom: 1px solid #444;
  font-family: "Noto Serif TC", serif;
}
.ContactInfo .info {
  padding-top: 10%;
}
@media (min-width: 992px) {
  .ContactInfo .info {
    padding-top: 30%;
  }
}

.formBox {
  padding: 9% 3% 3%;
  background-color: #fff;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
}
.formBox:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../images/logo-icon.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.formBox .Txt {
  text-align: center;
}
.formBox .Txt h3 {
  font-family: "Noto Serif TC", serif;
}

.form-group {
  border-bottom: 1px solid #888;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea {
  width: 100%;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
}

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

textarea {
  border: none !important;
}

.col-form-label {
  text-align: center;
  border-bottom: 1px solid #333;
}

button {
  margin-top: 2rem;
}

input:focus,
textarea:focus {
  outline: 0;
  /* border:1px solid #999; */
}

::-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;
}

.JoinBox {
  margin-top: 10%;
  background-position: center;
  background-size: cover;
  background-image: url(../images/contact/join_bg.jpg);
}
.JoinBox .titleBox {
  aspect-ratio: 9/8;
  margin-bottom: 0;
  width: 100%;
}
.JoinBox .titleBox:before {
  content: "";
  width: 50%;
  height: 120%;
  position: absolute;
  background-image: url(../images/contact/join_bg-2.jpg);
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.JoinBox .titleBox::after {
  content: "";
  width: 70%;
  aspect-ratio: 1300/1412;
  position: absolute;
  bottom: -30%;
  left: -10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/contact/join_img-1.png);
}
.JoinBox .titleBox h3 {
  position: absolute;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1;
  padding-top: 15%;
  background: linear-gradient(97deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.JoinBox .Txt {
  padding-bottom: 5%;
}
@media (max-width: 991px) {
  .JoinBox .Txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .JoinBox .Txt {
    padding-top: 27%;
  }
}

@media (max-width: 480px) {
  .JoinBox {
    margin-top: 20%;
  }
  .JoinBox .titleBox:before {
    width: 100%;
    height: 20vh;
    left: 0;
  }
  .JoinBox .titleBox h3 {
    padding-top: 10%;
    padding-bottom: 15%;
    font-size: 3rem;
  }
}
footer .topBox {
  display: none;
}/*# sourceMappingURL=contact.css.map */