@charset "UTF-8";
.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #D38034;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.contentBox .leftBox {
  max-width: 1200px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin: 50px auto;
}
@media (max-width: 960px) {
  .contentBox .leftBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  .contentBox .leftBox {
    padding: 0;
  }
}
.contentBox .leftBox .innerBox {
  width: 410px;
  height: 820px;
  background-image: url("../images/contactLeftBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #D38034;
  background-blend-mode: multiply;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 80px 50px;
}
@media (max-width: 960px) {
  .contentBox .leftBox .innerBox {
    width: 100%;
    height: auto;
    padding: 30px;
  }
}
.contentBox .leftBox .formBox {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contentBox .rightBox {
  padding: 0;
}

.side_contactInfo {
  margin-top: 20px;
}

/*感謝資訊*/
.thankInfo {
  height: 100%;
}
.thankInfo h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}
.thankInfo > div {
  height: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.thankInfo p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}