@charset "UTF-8";
.contact main {
  min-height: 100vh;
  background: #fafafa;
}

.contact_bn {
  position: relative;
}
.contact_bn .contact_bn_bg {
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .contact_bn .contact_bn_bg {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_bn .contact_bn_bg {
    height: 450px;
  }
}
.contact_bn .common_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 90%;
}
.contact_bn .common_title .p {
  max-width: 385px;
  margin: 0 auto;
  margin-top: 20px;
}

.contact_ct .contact_wrap {
  max-width: 1725px;
  width: 90%;
  margin: 0 auto;
  background-image: url("../../uploads/contact/contactbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 85px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .contact_ct .contact_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
  }
}
.contact_ct .contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}
@media only screen and (max-width: 992px) {
  .contact_ct .contact_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .contact_ct .contact_block {
    width: 95%;
  }
}
.contact_ct .block_left {
  width: 42%;
}
@media only screen and (max-width: 1200px) {
  .contact_ct .block_left {
    width: 35%;
  }
}
@media only screen and (max-width: 992px) {
  .contact_ct .block_left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact_ct .block_left.waypoint {
  -webkit-transform: translate(50px, 0);
      -ms-transform: translate(50px, 0);
          transform: translate(50px, 0);
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .contact_ct .block_left.waypoint {
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}
.contact_ct .block_left.show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.contact_ct .left_logo {
  max-width: 337px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .contact_ct .left_logo {
    max-width: 260px;
  }
}
.contact_ct .block_right {
  width: 58%;
}
@media only screen and (max-width: 1200px) {
  .contact_ct .block_right {
    width: 65%;
  }
}
@media only screen and (max-width: 992px) {
  .contact_ct .block_right {
    width: 100%;
  }
}
.contact_ct .block_right.waypoint {
  -webkit-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .contact_ct .block_right.waypoint {
    -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
.contact_ct .block_right.show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.contact_ct .form_ul {
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .contact_ct .form_ul {
    width: 95%;
  }
}
.contact_ct .form_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #aaaaaa;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .contact_ct .form_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.contact_ct .form_title {
  position: relative;
  font-size: 1.0625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  min-width: 150px;
  padding: 15px 0;
  text-align: center;
}
.contact_ct .form_title:after {
  position: absolute;
  content: none;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 40px);
  height: 3px;
  background: #666;
}
@media only screen and (max-width: 575px) {
  .contact_ct .form_title {
    min-width: auto;
  }
  .contact_ct .form_title:after {
    content: "";
  }
}
.contact_ct .form_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px 15px 5px;
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
}
@media only screen and (max-width: 992px) {
  .contact_ct .form_p {
    padding: 15px 15px 15px 5px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_ct .form_p {
    text-align: center;
    padding: 10px;
  }
}
.contact_ct .form_p p {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.9px;
}
.contact_ct .form_p .icon-location {
  font-size: 1.25rem;
  padding: 0 5px;
  margin-left: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_ct .form_p .icon-location:hover {
  color: #00ff96;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact_form {
  max-width: 1365px;
  width: 90%;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .contact_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.contact_form .left {
  width: 40%;
  background: #2c2c2c;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .contact_form .left {
    width: 100%;
  }
}
.contact_form .left .common_title {
  max-width: 310px;
  width: 85%;
  margin: auto;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .contact_form .left .common_title {
    max-width: 80%;
    padding: 50px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .contact_form .left .common_title {
    max-width: 90%;
  }
}
.contact_form .left .common_title .p {
  line-height: 2;
}
.contact_form .right {
  width: 60%;
  background: #434343;
  color: #ffffff;
  padding: 65px 0px;
}
@media only screen and (max-width: 992px) {
  .contact_form .right {
    width: 100%;
    padding: 40px 0;
  }
}
.contact_form .right .form_container.waypoint {
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
}
.contact_form .right .form_container.show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.contact_form .right input, .contact_form .right textarea {
  color: #ffffff;
}
.contact_form .right input::-webkit-input-placeholder, .contact_form .right textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact_form .right input::-moz-placeholder, .contact_form .right textarea::-moz-placeholder {
  color: #666666;
}
.contact_form .right input:-ms-input-placeholder, .contact_form .right textarea:-ms-input-placeholder {
  color: #666666;
}
.contact_form .right input::-ms-input-placeholder, .contact_form .right textarea::-ms-input-placeholder {
  color: #666666;
}
.contact_form .right input::placeholder, .contact_form .right textarea::placeholder {
  color: #666666;
}
.contact_form .right .form_input {
  border-color: rgba(255, 255, 255, 0.15);
}
.contact_form .right .dropdown_click {
  color: #ffffff;
}
.contact_form .right .icon_right {
  border-color: #ffffff transparent transparent transparent;
}
.contact_form .right .dropdown_title:after {
  background: rgba(255, 255, 255, 0.2);
}
/*# sourceMappingURL=contact.css.map */