.s1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  flex-direction: column;
  gap: 27px;
}
.s1 .title {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 800/120;
  background: url("../Media/Job/gray-position.svg") no-repeat center/contain;
}
.s1 .title h2 {
  font-size: 50px;
  letter-spacing: 3px;
  background: linear-gradient(to right, #DB0000, #8E0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s2 {
  width: 100%;
  max-width: 1100px;
  background: white;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  margin: 0 auto;
  padding: 70px 60px 70px 60px;
  margin-top: 100px;
  flex-direction: column;
  gap: 50px;
}
.s2 .title {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.s2 .title .title-text {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.s2 .title .title-text h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.s2 .title .title-text span {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
}
.s2 .title .line {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.s2 .title .line .left {
  width: 811px;
  height: 1px;
  border-top: 1px solid #B40000;
  margin-top: -1px;
  z-index: 1;
}
.s2 .text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.s2 .text h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.s2 .text p {
  font-size: 17px;
  line-height: 1.5;
  margin: 15px 10px;
}
.s2 .text p .thin {
  font-weight: 200;
}
.s2 .text p a:hover {
  color: rgba(180, 0, 0, 0.8);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.s2 .text p a:hover .thin {
  color: rgba(180, 0, 0, 0.8);
}
.s2 .text ul {
  list-style: disc !important;
  padding-left: 20px;
  line-height: 1;
  margin: 15px 10px;
}
.s2 .text ul li {
  list-style: disc !important;
  margin-bottom: 10px;
}
.s2 .text ul li::marker {
  font-size: 12px;
}

@media (max-width: 900px) {
  .s3 {
    padding: 70px 50px;
  }
}
@media (max-width: 650px) {
  .s3 {
    margin-top: 40px;
  }
  .s3 .title .title-text span {
    display: none;
  }
}
@media (max-width: 550px) {
  .s3 {
    padding: 50px 25px;
    gap: 20px;
  }
  .s3 .title {
    gap: 20px;
  }
  .s3 .title .title-text h1 {
    font-size: 23px;
  }
  .s3 .title .line .left {
    width: 151px;
  }
}
.s3 {
  width: 100%;
  max-width: 1100px;
  background: white;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  margin: 0 auto;
  margin-top: 100px;
  padding: 70px 60px 70px 60px;
  flex-direction: column;
  gap: 27px;
}
.s3 .title {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.s3 .title h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s3 .title h1 p {
  font-size: 15px;
  line-height: 1;
  font-weight: 200;
}
.s3 .title .line {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.s3 .title .line .left {
  width: 130px;
  height: 1px;
  border-top: 1px solid #B40000;
  margin-top: -1px;
  z-index: 1;
}
.s3 .table {
  width: 100%;
  border-collapse: collapse;
}
.s3 .table td {
  width: calc(100% - 177px);
  height: auto;
  background: white;
  border: 1px solid #DDDDDD;
  padding: 20px 40px;
  font-size: 17px;
  line-height: 1.5;
}
.s3 .table td:nth-child(1) {
  width: 177px;
  background: #f6f6f7;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
}
.s3 .table td a {
  font-size: 17px;
}
.s3 .table .thin {
  font-size: 90%;
  font-weight: 200;
}
.s3 .table a:hover {
  color: rgba(180, 0, 0, 0.8);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.s3 .table a:hover .thin {
  color: rgba(180, 0, 0, 0.8);
}
.s3 ul {
  width: 100%;
  list-style: disc !important;
  padding-left: 20px;
  line-height: 1;
  margin: 15px 10px;
}
.s3 ul li {
  list-style: disc !important;
  margin-bottom: 10px;
}
.s3 ul li::marker {
  font-size: 12px;
}

.s3.s4 .title .line .left, .s3.s5 .title .line .left {
  width: 234px;
}

.spacer {
  height: 150px;
}

@media (max-width: 900px) {
  .s4 {
    padding: 70px 50px;
  }
}
@media (max-width: 750px) {
  .s4 {
    margin-top: 20px;
  }
  .s4 .table td {
    padding: 15px 25px;
  }
  .s4 .table td:nth-child(1) {
    width: 150px;
  }
}
@media (max-width: 550px) {
  .s4 {
    padding: 50px 25px;
    gap: 20px;
  }
  .s4 .title {
    gap: 20px;
  }
  .s4 .title h1 {
    font-size: 23px;
  }
  .s4 .title .line .left {
    width: 96px;
  }
  .s4 .table td {
    font-size: 16px;
    padding: 10px 20px;
  }
  .s4 .table td:nth-child(1) {
    width: 110px;
  }
  .s4 .table td a {
    font-size: 16px;
  }
  .s4 .table td span {
    display: none;
  }
}