.formList .inputStyle,
.formList select,
.formList textarea, .formList .formItem.agree input[type=checkbox]::before, .formList .formItem.agree input[type=checkbox], .formList .formItem.time input[type=checkbox]::before, .formList .formItem.time input[type=checkbox], .formList .formItem.name .sex input[type=radio]::before, .formList .formItem.name .sex input[type=radio] {
  transition: all 0.5s;
}

.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #bb0511;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.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-top: 20px;
}

.formList {
  font-size: 17px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.5px;
  color: #666666;
  margin: 0 !important;
}
.formList .formItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .formList .formItem {
    padding: 15px 0;
  }
}
.formList .formItem.name .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.formList .formItem.name .inputStyle {
  -ms-flex: 1;
      flex: 1;
}
.formList .formItem.name .sex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 170px;
}
.formList .formItem.name .sex label {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.formList .formItem.name .sex label:last-child {
  margin-left: 14px;
}
.formList .formItem.name .sex input[type=radio] {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.formList .formItem.name .sex input[type=radio]::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
}
.formList .formItem.name .sex input[type=radio]:checked {
  border-color: #bb0511;
}
.formList .formItem.name .sex input[type=radio]:checked::before {
  width: 12px;
  height: 12px;
  background-color: #bb0511;
}
@media (max-width: 767px) {
  .formList .formItem.name {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .formList .formItem.name .left {
    padding-top: 10px;
  }
  .formList .formItem.name .sex {
    width: 100%;
    padding-top: 17px;
  }
}
.formList .formItem.time {
  margin-top: 7px;
}
.formList .formItem.time .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 13px -12px 0;
}
.formList .formItem.time .bottom label {
  letter-spacing: 1px;
  margin: 0 12px;
}
.formList .formItem.time #data_time_title {
  display: none;
}
.formList .formItem.time label {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.formList .formItem.time input[type=checkbox] {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.formList .formItem.time input[type=checkbox]::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}
.formList .formItem.time input[type=checkbox]:checked {
  border-color: #bb0511;
}
.formList .formItem.time input[type=checkbox]:checked::before {
  width: 12px;
  height: 12px;
  background-color: #bb0511;
}
@media (max-width: 767px) {
  .formList .formItem.time {
    margin-top: 0;
  }
  .formList .formItem.time .bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .formList .formItem.time .bottom label {
    padding: 2px 0;
  }
}
.formList .formItem.exp {
  margin-top: 3px;
}
.formList .formItem.exp .bottom {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .formList .formItem.exp {
    margin-top: 0;
  }
}
.formList .formItem.agree label {
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 1px;
  padding-left: 28px;
}
.formList .formItem.agree input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.formList .formItem.agree input[type=checkbox]::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}
.formList .formItem.agree input[type=checkbox]:checked {
  border-color: #bb0511;
}
.formList .formItem.agree input[type=checkbox]:checked::before {
  width: 12px;
  height: 12px;
  background-color: #bb0511;
}
.formList .formItem.agree a {
  display: inline-block;
  padding-bottom: 4px;
  color: #666666;
  border-bottom: 1px solid #929292;
}
@media (min-width: 1201px) {
  .formList .formItem.agree a:hover {
    color: #bb0511;
    border-color: #bb0511;
  }
}
@media (max-width: 767px) {
  .formList .formItem.agree {
    padding-top: 6px;
  }
}
.formList .formItem.check {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 30px;
  margin: 20px -10.5px 0;
  border-top: 1px solid #ececec;
  -ms-flex-pack: center;
      justify-content: center;
}
.formList .formItem.check .btnBox {
  max-width: 50%;
  padding: 0 10px;
  width: auto;
}
@media (max-width: 480px) {
  .formList .formItem.check .btnBox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .formList .formItem.check {
    padding-top: 15px;
    padding-bottom: 50px;
    margin: 0 -10.5px;
    border-top: 0;
    border-bottom: 1px solid #ececec;
  }
  .formList .formItem.check .btn {
    max-width: 180px;
    width: auto;
    min-width: unset;
  }
}
.formList .left {
  width: 100px;
}
.formList .right {
  -ms-flex: 1;
      flex: 1;
}
.formList .top,
.formList .bottom {
  width: 100%;
}
.formList .inputStyle,
.formList select,
.formList textarea {
  padding: 10px 22px;
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid transparent;
}
.formList .inputStyle {
  width: 100%;
  height: 44px;
  line-height: 44px;
}
.formList select {
  height: 44px;
}
.formList textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 100px;
}