@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: #86744c;
 font-size: 35px;
 font-weight: 500;
 line-height: 1.3;
}
@media (max-width: 768px) {
 .mainArea.successPage .textEditor p, .mainArea.successPage .textEditor span {
  font-size: 24px !important;
 }
}

.contentBox {
 margin-top: 40px;
}
.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;
}

.mapArea {
 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;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 margin: 0 -20px 40px;
}
@media (max-width: 768px) {
 .mapArea {
  margin: 0 0 40px;
 }
}
.mapArea .googleMapBox {
 width: 50%;
 padding: 0 20px;
}
@media (max-width: 768px) {
 .mapArea .googleMapBox {
  width: 100%;
  padding: 0;
 }
}
.mapArea .googleMapBox .sales {
 font-size: 24px;
 font-weight: 600;
 font-family: "Poppins", "Microsoft JhengHei", sans-serif;
 color: #1d1d1d;
 letter-spacing: 0px;
}
@media (max-width: 480px) {
 .mapArea .googleMapBox .sales {
  font-size: 20px;
 }
}
.mapArea .googleMapBox iframe {
 width: 100%;
 height: 400px;
}
@media (max-width: 480px) {
 .mapArea .googleMapBox iframe {
  height: 360px;
 }
}

/*感謝資訊*/
.thankInfo {
 margin-bottom: 25px;
 padding: 0 0 20px 0;
 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 font-size: 14px;
 color: #2f2f2f;
 line-height: 1.8;
}

.sideContactInfo .infoList:first-child {
 margin-bottom: 40px;
}
.sideContactInfo .infoItem {
 font-size: 16px;
 font-weight: 400;
 font-family: "Poppins", "Microsoft JhengHei", sans-serif;
 color: #333333;
 letter-spacing: 0px;
 display: block;
}
@media (max-width: 768px) {
 .sideContactInfo .infoItem {
  font-size: 15px;
 }
}
.sideContactInfo .infoItem.title {
 display: block;
 font-size: 20px;
 font-weight: 600;
 font-family: "Poppins", "Microsoft JhengHei", sans-serif;
 color: #86744c;
 letter-spacing: 0px;
 margin-bottom: 10px;
}
@media (max-width: 768px) {
 .sideContactInfo .infoItem.title {
  font-size: 18px;
  margin-bottom: 5px;
 }
}
.sideContactInfo .infoItem.tel {
 margin-right: 25px;
}
.sideContactInfo .infoItem.address {
 display: block;
 margin-top: 5px;
}
.sideContactInfo .infoItem a {
 display: inline-block;
 color: #828282;
}
@media (min-width: 1181px) {
 .sideContactInfo .infoItem a:hover {
  color: #86744c;
 }
}
/*# sourceMappingURL=ib_contact_000.css.map */