.successPage .contentBox {
  min-height: 500px;
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.dataTable {
  overflow-x: auto;
  position: relative;
  margin-bottom: 40px;
}
.dataTable .tableBox {
  overflow: visible;
}
.dataTable table {
  position: relative;
  width: 100%;
  min-width: 1760px !important;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 10px 5px rgba(219, 219, 219, 0.7);
          box-shadow: 0 0 10px 5px rgba(219, 219, 219, 0.7);
  border-radius: 15px;
  border-collapse: collapse;
  background-clip: padding-box;
}
.dataTable table th,
.dataTable table td {
  background-color: #fff;
}
.dataTable table th:first-child,
.dataTable table td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}
@media (max-width: 840px) {
  .dataTable table th:first-child,
  .dataTable table td:first-child {
    position: static;
  }
}
.dataTable table th:nth-child(2),
.dataTable table td:nth-child(2) {
  max-width: 200px;
  text-align: left;
  position: sticky;
  left: 210px;
  z-index: 3;
}
@media (max-width: 840px) {
  .dataTable table th:nth-child(2),
  .dataTable table td:nth-child(2) {
    position: static;
  }
}
.dataTable table th:nth-child(2) span,
.dataTable table td:nth-child(2) span {
  display: block;
  color: #f00;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.dataTable table th:last-child,
.dataTable table td:last-child {
  position: sticky;
  right: 0;
  z-index: 3;
}
@media (max-width: 840px) {
  .dataTable table th:last-child,
  .dataTable table td:last-child {
    position: static;
  }
}
.dataTable table th a,
.dataTable table td a {
  color: #4b4b4b;
}
@media (min-width: 1181px) {
  .dataTable table th a:hover,
  .dataTable table td a:hover {
    color: #874ab8;
  }
}
.dataTable th {
  height: 80px;
  background: #ffffff;
  border: none;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 12px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 50 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1023px) {
  .dataTable th {
    font-size: 15px;
  }
}
.dataTable td {
  border: none;
  vertical-align: middle;
  overflow-x: auto;
  padding: 8px 12px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1023px) {
  .dataTable td {
    font-size: 14px;
  }
}
.dataTable td:first-child {
  width: 210px;
}
.dataTable td .ImgBox {
  width: 180px;
  height: 120px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.dataTable td .ImgBox .Img {
  width: 100%;
  height: 100%;
}
.dataTable td .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dataTable td .removeInquiryBtn {
  width: 110px;
  height: 45px;
  border-radius: 5px;
  background: #fbf5fb;
  border: solid 1px #ffffff;
  overflow: hidden;
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 20 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.dataTable td .removeInquiryBtn::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#d0518b), to(#2f22f2));
  background: linear-gradient(to right, #d0518b 0%, #2f22f2 100%);
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .dataTable td .removeInquiryBtn:hover {
    color: #ffffff;
  }
  .dataTable td .removeInquiryBtn:hover::before {
    opacity: 1;
  }
}
.dataTable td .removeInquiryBtn i {
  margin-right: 10px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.dataTable td .removeInquiryBtn span {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.dataTable .error {
  border-color: #f00 !important;
}

.formBox {
  margin-bottom: 50px;
}

.btnBox .btn.bgForth {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}