@charset "UTF-8";
.left-circle {
  padding-left: 23px;
  position: relative;
}
@-webkit-keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.left-circle::before {
  -webkit-animation: beat 1.5s ease-in-out infinite;
          animation: beat 1.5s ease-in-out infinite;
  border-radius: 999px;
  border: 1px solid #00802b;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 14px;
}
.left-circle::after {
  -webkit-animation: beat 1.5s ease-in-out infinite;
          animation: beat 1.5s ease-in-out infinite;
  background-color: #4d70b1;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 3px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.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: 14px;
  color: #2f2f2f;
  line-height: 1.8;
}

.formBox {
  margin-top: 20px;
}

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  color: #2f2f2f;
  margin-left: -10px;
  margin-right: -10px;
  /*字的顏色*/
}
.formList [class^=g-] {
  float: none;
}
.formList .left {
  margin-bottom: 5px;
}
.formList label {
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
  color: #2f2f2f;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}
.formList em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}
.formList .inputStyle,
.formList select,
.formList textarea {
  padding: 10px;
  border: 1px solid #545454;
  border-radius: 0px;
  font-size: 16px;
}
.formList .inputStyle {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #545454;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 100px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}
.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  padding: 7px 15px;
  letter-spacing: 0.6px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.checkArea .btn a:hover {
  opacity: 0.8;
}

.sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-family: "微軟正黑體";
  font-size: 15px;
  color: #999;
}

.error {
  -webkit-box-shadow: 0 0 10px #f00;
          box-shadow: 0 0 10px #f00;
}