.job-info {
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
  width: 900px;
  padding: 0 5%;
}
.job-info h2 {
  font-size: 25px;
  font-weight: 600;
  border-left: solid 10px #cf111b;
  padding-left: 15px;
}
.job-info table {
  line-height: 200%;
  margin: 100px 0;
}
.job-info table th {
  width: 25%;
  text-align: left;
  color: #cf111b;
}
.job-info table th,
.job-info table td {
  padding-bottom: 20px;
  font-weight: 600;
  border-bottom: solid 1px #707070;
  padding-top: 20px;
}

.job-info.border {
  border-bottom: solid 2px #cf111b;
}

.history {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
}
.history .history-box {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.history .re-title .title1 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.history .re-title .title2 {
  font-family: "Anton";
  color: #cf111b;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
}
.history table {
  line-height: 150%;
  margin: 50px 0 100px 0;
}
.history table th {
  width: 30%;
  text-align: left;
  color: #cf111b;
}
.history table th,
.history table td {
  padding-bottom: 20px;
  font-weight: 600;
  padding-top: 20px;
}
.history table tr.same th,
.history table tr.same td {
  padding-bottom: 10px;
}
.history table tr.same + tr th,
.history table tr.same + tr td {
  padding-top: 0px;
}
.history .table {
  width: 50%;
}

@media (max-width: 1000px) {
  .job-info table th {
    width: 130px;
  }
  .history table th {
    width: 120px;
  }
}
@media (max-width: 700px) {
  .job-info {
    max-width: 90%;
    padding: 0;
  }
  .history .history-box {
    flex-direction: column;
    gap: 0;
  }
  .history .history-box .table {
    width: 100%;
  }
  .history .history-box .table:nth-child(1) table {
    margin-bottom: 0;
    margin-top: 0;
  }
  .history .history-box .table:nth-child(2) table {
    margin-top: 0;
  }
}/*# sourceMappingURL=about.css.map */