@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: #07913a;
 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;
}

.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
 background-color: #f0f0f0;
}

/*感謝資訊*/
.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;
}

.branchItem {
 padding: 20px 0;
}
.branchItem:not(:last-child) {
 border-bottom: 2px solid #ccc;
}
.branchItem .title {
 font-size: 28px;
 font-weight: 500;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #000;
 letter-spacing: 1.4px;
}
.branchItem .title::after {
 content: "";
 display: block;
 width: 40px;
 height: 3px;
 background-color: #07913a;
 margin: 15px 0;
}
@media (max-width: 1180px) {
 .branchItem .title {
  font-size: 24px;
 }
}
@media (max-width: 768px) {
 .branchItem .title {
  font-size: 20px;
 }
}
.branchItem .info {
 padding: 5px 0;
 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: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 font-size: 18px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.9px;
}
.branchItem .info a {
 color: #404040;
}
@media (min-width: 1181px) {
 .branchItem .info a:hover {
  color: #90c31f;
 }
}
@media (max-width: 768px) {
 .branchItem .info {
  font-size: 16px;
 }
}
.branchItem svg {
 width: 22px;
 height: 22px;
 margin-right: 10px;
}
@media (max-width: 768px) {
 .branchItem svg {
  width: 18px;
  height: 18px;
 }
}
/*# sourceMappingURL=ib_contact_000.css.map */