@charset "UTF-8";
.mainArea {
  background: url(../images/contact.jpg) no-repeat right center/cover;
}
.mainArea .wrap {
  max-width: 1486px;
}
.mainArea.successPage {
  height: calc(100vh - 400px); /*以防有不支援dvh的瀏覽器*/
  height: calc(100dvh - 400px);
  min-height: 400px;
  -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;
}
@media (max-width: 768px) {
  .mainArea.successPage {
    height: auto;
    min-height: 200px;
  }
}
.mainArea.successPage .successTxt {
  color: #291f9a;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .mainArea.successPage .successTxt {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .mainArea.successPage .successTxt {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .mainArea.successPage .successTxt {
    font-size: 18px;
  }
}
.mainArea:not(.show) .leftBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.mainArea:not(.show) .rightBox .title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.mainArea:not(.show) .formBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.mainArea.show .leftBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.2s;
}
.mainArea.show .rightBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.4s;
}
.mainArea.show .formBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.8s;
}

.contentBox {
  padding: 92px 0 119px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .contentBox {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .contentBox {
    padding: 60px 0;
  }
}
.contentBox .leftBox {
  padding: 0 56px 0 0;
  width: 498px;
  position: relative;
}
@media (max-width: 1540px) {
  .contentBox .leftBox {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    width: 100%;
    padding: 0;
  }
}
.contentBox .leftBox::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .contentBox .leftBox::before {
    display: none;
  }
}
.contentBox .rightBox {
  padding: 0 0 0 60px;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 1023px) {
  .contentBox .rightBox {
    width: 100%;
    padding: 0 0 40px;
  }
}
.contentBox .rightBox .textEditor {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  width: 100%;
  max-width: 780px;
  margin: 0 0 55px;
}
.contentBox .rightBox .title {
  color: #202020;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.15px;
  margin: 0 0 35px;
}
@media (max-width: 1540px) {
  .contentBox .rightBox .title {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .contentBox .rightBox .title {
    font-size: 20px;
  }
}
.contentBox .rightBox .text {
  letter-spacing: 1.5px;
}
.contentBox .rightBox .btnBox .btn {
  width: 229px;
}

.locationArea .wrap {
  padding: 0;
  max-width: unset;
}
.locationArea .locationItem {
  margin: 0 0 41px;
}
.locationArea .locationItem:last-child {
  margin-bottom: 0;
}
.locationArea .locationItem .item {
  padding: 48px 39px 56px;
}
.locationArea .locationItem .item .title {
  color: #242424;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  letter-spacing: 1.05px;
}