<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #f1bc1e;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}
.mainArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
}
.mainArea .topBox .titleBox {
  text-align: left;
}
.mainArea .topBox .titleBox .titleTw {
  font-size: 32px;
  font-weight: bold;
}
.mainArea .topBox .bread {
  margin: 0;
  padding: 20px 0 32px;
  border: none;
}
.mainArea .topBox .bread .wrap {
  padding: 0;
}
.mainArea .topBox .bread .wrap img {
  opacity: 0.5;
  width: 15px;
}
@media (min-width: 1201px) {
  .mainArea .topBox .bread .wrap img:hover {
    opacity: 1;
  }
}

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

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

.mainArea .branchArea .wrap {
  padding: 0;
}
.mainArea .branchArea .branchList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.mainArea .branchArea .branchList .mapBox {
  display: none;
}
@media (max-width: 1023px) {
  .mainArea .branchArea .branchList .mapBox {
    display: block;
    padding: 0 10px;
  }
  .mainArea .branchArea .branchList .mapBox iframe {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .mainArea .branchArea .branchList .mapBox iframe {
    height: 60vw;
  }
}
.mainArea .branchArea .branchList .branchItem {
  width: 25%;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .mainArea .branchArea .branchList .branchItem {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mainArea .branchArea .branchList .branchItem {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mainArea .branchArea .branchList .contactInfo {
  padding: 10px 0;
}
.mainArea .branchArea .branchList .contactInfo:not(.mapBox) {
  display: -ms-flexbox;
  display: flex;
}
.mainArea .branchArea .branchList .contactInfo .icon {
  margin-right: 5px;
  width: 15px;
}
.mainArea .branchArea .branchList .title {
  font-size: 18px;
  font-weight: 500;
}
.mainArea .branchArea .branchList .infoTitle {
  display: none;
}
.mainArea .branchArea .mapList {
  position: relative;
  margin: 20px 0;
}
@media (max-width: 1023px) {
  .mainArea .branchArea .mapList {
    display: none;
  }
}
.mainArea .branchArea .mapList .mapItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mainArea .branchArea .mapList .mapItem:nth-of-type(1) {
  position: relative;
  z-index: 2;
}
.mainArea .branchArea .mapList .mapItem.show {
  opacity: 1;
  transition: all 0.5s 0.3s;
}
.mainArea .branchArea .mapList .mapItem.hide {
  opacity: 0;
  transition: all 0.4s;
}
.mainArea .branchArea .mapList iframe {
  width: 100%;
}</pre></body></html>