@charset "UTF-8";
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.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;
  font-size: 16px;
  color: #424242;
  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: 15px;
  color: #2f2f2f;
}
.formList em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}
.formList .inputStyle,
.formList select,
.formList textarea {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.formList .inputStyle {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.formList select {
  height: 35px;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 100px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
}
.checkArea .btn {
  text-align: center;
  /*送出按鈕*/
}
.checkArea .btn a {
  font-size: 16px;
}

.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 {
  border-color: #f00 !important;
}