@charset "UTF-8";
@media (min-width: 1201px) {
  .mainArea {
    padding-bottom: 110px;
  }
  .mainArea .titleBox {
    margin-bottom: 68px;
  }
}

.contentBox {
  border-radius: 40px;
  padding: 57px 105px 103px;
  background: url(../images/bg.jpg);
}
@media (max-width: 1366px) {
  .contentBox {
    padding: 57px 65px;
  }
}
@media (max-width: 1200px) {
  .contentBox {
    padding: 50px 25px;
  }
}

.sectionBox .sectionTitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 0;
  color: #333;
  border: 0;
}
.sectionBox .sectionTitle span {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .sectionBox .sectionTitle {
    margin-bottom: 20px;
  }
}
.sectionBoxA {
  padding-bottom: 47px;
  margin-bottom: 53px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .sectionBoxA {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.sectionBoxB {
  padding-bottom: 62px;
  margin-bottom: 53px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .sectionBoxB {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.sectionBoxC .sectionTitle {
  margin-bottom: 15px;
}
.sectionBoxD {
  margin-top: 10px;
}

.formList {
  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 > li {
  padding: 12px;
}
.formList .top {
  margin-bottom: 12px;
}
.formList label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.5px;
  color: #333;
}
.formList em {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #f08200;
}
.formList .inputStyle {
  width: 100%;
  height: 51px;
  line-height: 51px;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #fff;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 180px;
  padding: 10px;
  background-color: #fff;
}

.thankInfo {
  overflow: hidden;
  padding-top: 14px;
}
@media (max-width: 1200px) {
  .thankInfo {
    padding-top: 0;
  }
}
.thankInfo .flexList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -35px;
}
@media (max-width: 1366px) {
  .thankInfo .flexList {
    margin: 0 -20px;
  }
}
@media (max-width: 1200px) {
  .thankInfo .flexList {
    margin: 0;
  }
}
.thankInfo .flexItem {
  width: 50%;
  padding: 0 35px;
}
.thankInfo .flexItem.important .criteria::before {
  background-color: #009944;
}
.thankInfo .flexItem.performance .criteria::before {
  background-color: #f08200;
}
@media (max-width: 1366px) {
  .thankInfo .flexItem {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .thankInfo .flexItem {
    width: 100%;
    padding: 12px 0;
  }
}
.thankInfo .criteriaTitle {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  color: #333;
}
.thankInfo .criteriaList {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .thankInfo .criteriaList {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.thankInfo .criteriaItem {
  -ms-flex: 1;
      flex: 1;
}
.thankInfo .criteriaItem:nth-child(1) .criteria::after {
  opacity: 0.6;
}
.thankInfo .criteriaItem:nth-child(2) .criteria::after {
  opacity: 0.4;
}
.thankInfo .criteriaItem:nth-child(3) .criteria::after {
  opacity: 0.2;
}
.thankInfo .criteriaItem:nth-child(4) .criteria::after {
  opacity: 0.1;
}
@media (max-width: 640px) {
  .thankInfo .criteriaItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 0;
  }
}
.thankInfo .criteria {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  width: 100%;
  height: 29px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 17px;
  color: #fff;
}
.thankInfo .criteria::before, .thankInfo .criteria::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thankInfo .criteria::before {
  z-index: -2;
}
.thankInfo .criteria::after {
  z-index: -1;
  background-color: #fff;
  opacity: 0;
}
@media (max-width: 640px) {
  .thankInfo .criteria {
    width: 100px;
    margin-bottom: 0;
  }
}
.thankInfo .title {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
  padding: 0 10px;
  color: #333;
}
@media (max-width: 640px) {
  .thankInfo .title {
    -ms-flex: 1;
        flex: 1;
    text-align: left;
    padding-right: 0;
  }
}

.scoreClassList .scoreClassItem {
  padding: 25px 0;
}
.scoreClassList .scoreClassTitle {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.5px;
  padding-bottom: 18px;
  color: #333;
}
@media (max-width: 640px) {
  .scoreClassList .scoreClassTitle {
    padding-bottom: 10px;
  }
}

.scoreList .scoreItem {
  margin-bottom: 14px;
}
.scoreList .scoreItem.scoreTopTitle {
  text-align: center;
  margin-bottom: 8px;
  background-color: #666;
}
.scoreList .scoreItem.scoreTopTitle .project,
.scoreList .scoreItem.scoreTopTitle .important,
.scoreList .scoreItem.scoreTopTitle .performance {
  font-weight: 500;
  padding: 9px;
  color: #fff;
}
.scoreList .scoreItem.scoreTopTitle .project::before,
.scoreList .scoreItem.scoreTopTitle .important::before,
.scoreList .scoreItem.scoreTopTitle .performance::before {
  display: none;
}
@media (max-width: 640px) {
  .scoreList .scoreItem {
    margin-bottom: 10px;
  }
  .scoreList .scoreItem.scoreTopTitle {
    display: none;
  }
}
.scoreList .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 640px) {
  .scoreList .item {
    margin: 0 -2px;
  }
}
.scoreList .project {
  position: relative;
  width: 25.2100840336%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 10px 20px 10px 10px;
  color: #333;
}
.scoreList .project::before {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #e1e1e1;
}
@media (max-width: 640px) {
  .scoreList .project {
    width: 100%;
    padding: 10px 2px;
  }
  .scoreList .project::before {
    display: none;
  }
}
.scoreList .important,
.scoreList .performance {
  position: relative;
}
.scoreList .important::before,
.scoreList .performance::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: calc(50% - 4.5px);
  right: 17px;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}
.scoreList .important {
  width: 37.2268907563%;
}
@media (max-width: 640px) {
  .scoreList .important {
    width: 50%;
    padding: 0 2px;
  }
}
.scoreList .performance {
  width: 37.2268907563%;
  margin-left: 0.33%;
}
@media (max-width: 640px) {
  .scoreList .performance {
    width: 50%;
    padding: 0 2px;
    margin-left: 0;
  }
}
.scoreList select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 43px;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background-color: #e1e1e1;
  border: 0;
}
.scoreList select::-ms-expand {
  display: none;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 40px;
}
.checkArea .btn1 a {
  max-width: 230px;
}

.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;
}