@charset "UTF-8";
.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #58bc6f;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.contentBox .bottomBox {
  display: flex;
  gap: 50px;
}
@media (max-width: 1180px) {
  .contentBox .bottomBox {
    flex-direction: column;
  }
}
.contentBox .leftBox {
  width: 100%;
}
.contentBox .rightBox {
  width: 400px;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: 100%;
  }
}
.contentBox .rightBox .side_contactInfo ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contentBox .rightBox .side_contactInfo ul li:last-child {
  margin: 0;
}
.contentBox .rightBox .side_contactInfo ul li i {
  width: 40px;
  height: 40px;
  border: solid 1px #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.contentBox .rightBox .side_contactInfo ul li i::before {
  color: #666666;
  font-size: 20px;
}
.contentBox .rightBox .side_contactInfo ul li a,
.contentBox .rightBox .side_contactInfo ul li span:not(.unit) {
  color: #666666;
}
@media (min-width: 1181px) {
  .contentBox .rightBox .side_contactInfo ul li a:hover {
    color: #58bc6f;
  }
}

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