@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: #de6500;
 font-size: 35px;
 font-weight: 500;
 line-height: 1.3;
}

.contentBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: stretch;
     -ms-flex-align: stretch;
         align-items: stretch;
}
.contentBox .leftBox {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 padding-right: 80px;
}
.contentBox .rightBox {
 width: 480px;
 -ms-flex-negative: 0;
     flex-shrink: 0;
}
.contentBox .rightBox iframe {
 height: 360px;
}
@media (max-width: 1180px) {
 .contentBox {
  padding-bottom: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 }
 .contentBox .leftBox {
  padding-right: 0;
 }
 .contentBox .rightBox {
  width: 100%;
  padding-top: 40px;
 }
 .contentBox .rightBox iframe {
  width: 100%;
 }
}

.sideContactInfo {
 margin-top: 40px;
}
.sideContactInfo li {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #606060;
 letter-spacing: 0.64px;
 padding: 5px 0;
}

/*感謝資訊*/
.thankInfo {
 margin-bottom: 25px;
 padding: 0 0 20px 0;
 border-bottom: 1px solid #666666;
 font-size: 14px;
 color: #2f2f2f;
 line-height: 1.8;
}
/*# sourceMappingURL=contact.css.map */