@charset "UTF-8";
body.contactPage {
  /*感謝資訊*/
}
body.contactPage .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;
}
body.contactPage .mainArea.successPage .successTxt {
  color: #00ada9;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}
body.contactPage .side_contactInfo {
  margin-top: 20px;
}
body.contactPage .thankInfo {
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;
}
body.contactPage .mainArea::after {
  display: none;
}
body.contactPage .mainArea > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  body.contactPage .mainArea > .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.contactPage .mainArea .titleBox {
  min-width: 30%;
  text-align: left;
  position: relative;
  padding: 25px 20px;
  margin: 0;
}
@media (max-width: 768px) {
  body.contactPage .mainArea .titleBox {
    width: 100%;
  }
}
body.contactPage .mainArea .titleBox::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/bgDeco.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
body.contactPage .mainArea .titleBox .title {
  padding-bottom: 0px;
}
body.contactPage .mainArea .titleBox .title::before {
  display: none;
}
body.contactPage .mainArea .titleBox .subtitle {
  padding-top: 0px;
}
body.contactPage .mainArea .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -5px;
}
@media (max-width: 480px) {
  body.contactPage .mainArea .infoList {
    display: none;
  }
}
body.contactPage .mainArea .infoList li {
  margin-bottom: 0;
  padding: 10px 10px;
}
body.contactPage .mainArea .infoList li i {
  display: none;
}
body.contactPage .mainArea .infoList li a,
body.contactPage .mainArea .infoList li span {
  color: #414141;
  line-height: 1;
  position: relative;
}
@media (min-width: 1181px) {
  body.contactPage .mainArea .infoList li a:hover {
    color: #00ada9;
  }
}