@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+TC:wght@400;500&family=Poppins:wght@400;600&display=swap");
.contForm .formBox input[type=text], .contForm .formBox select, .contForm .formBox textarea {
  box-sizing: border-box;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.side_contactInfo {
  margin: 0;
}

/*--地圖--*/
#gmapContact {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  color: #2f2f2f;
  line-height: 1.8;
}

.contForm {
  /*驗證碼*/
}
.contForm .wrap {
  max-width: 1160px;
}
.contForm .formBox {
  margin-top: 20px;
  font-size: 13px;
  color: #2f2f2f;
  /*字的顏色*/
}
.contForm .formBox .left {
  margin-bottom: 5px;
}
.contForm .formBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #2f2f2f;
}
.contForm .formBox em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}
.contForm .formBox input[type=text], .contForm .formBox select, .contForm .formBox textarea {
  padding: 5px;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 0;
}
.contForm .formBox input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.contForm .formBox select {
  height: 40px;
}
.contForm .formBox textarea {
  display: block;
  width: 100%;
  height: 100px;
}
.contForm .checkArea {
  clear: both;
  padding-top: 25px;
}
.contForm .checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}
.contForm .checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #ccc;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.contForm .sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.contForm .note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-family: "微軟正黑體";
  font-size: 15px;
  color: #999;
}
.contForm .error {
  box-shadow: 0 0 10px #f00;
}

.thankInfo ul.infoList {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-top: 4px;
    margin: 0 -15px 0 -14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.thankInfo ul.infoList li {
    position: relative;
    padding-right: 15px;
    padding-left: 14px;
}
.thankInfo ul.infoList li::after {
    content: "";
    position: absolute;
    right: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #dcdcdc;
}
.thankInfo ul.infoList li:last-of-type::after {
    content: "";
    position: absolute;
    content: normal;
}
.thankInfo ul.infoList em {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.thankInfo ul.infoList p {
    letter-spacing: 0.8px;
    color: #626262;
}
.thankInfo ul.infoList p a {
    color: #626262;
}
.thankInfo ul.infoList p a:hover {
    color: #222223;
}