.station-modal-body.c-modal__wrap {
  max-height: 900px;
}

.station-modal-body .c-result-table__wrap {
  max-height: 450px;
}

@media (max-width: 1600px) {
    .station-modal-body.c-modal__wrap {
      max-height: 700px;
    }

    .station-modal-body .c-result-table__wrap {
      max-height: 300px;
    }
}


@media (max-width: 1280px) {
    .station-modal-body.c-modal__wrap {
      max-height: 590px;
      row-gap: 10px!important;
    }

    .station-modal-body .c-result-table__wrap {
      max-height: 200px;
    }
}

.station-modal-body .cond-label {
  margin: 0 30px 20px 30px;
}

.station-modal-body .c-modal__foot .c-flex {
    justify-content: center;
}

.station-modal-body .c-result-table__wrap thead {
  top: 0px;
}

.station-modal-body .p-test-station__filter {
  margin: 0 30px;
}

.station-modal-body .c-result-table__wrap colgroup>col#col-select {
  width: 45px;
}

.station-modal-body .c-result-table__wrap colgroup>col#col-statCode {
  width: 110px;
}

.station-modal-body .c-result-table__wrap colgroup>col#col-statName {
  width: auto
}

.station-modal-body .c-result-table__wrap colgroup>col#col-protKbnName {
  width: 85px;
}

.station-modal-body .c-result-table__wrap colgroup>col#col-btypName {
  width: 85px;
}

.station-modal-body .c-result-table__wrap colgroup>col#col-protName {
  width: 180px;
}

.station-modal-body .c-result-table__wrap colgroup>col#col-lineName {
  width: 130px;
}

.station-modal-body .c-result-table__wrap colgroup>col#col-keyInfo {
  width: auto;
}