h2 {
  font-family: Prata;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #181c23;
}

.content-recruit h2 {
  margin-bottom: 27px;
}

.summary {
  line-height: 26px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0 18.4%;
  color: #666666;
  margin-bottom: 50px;
}

.item-recruit {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 32px 24px 32px 0px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
  align-items: center;
}

.info-recruit {
  padding: 0 6.25%;
}

h3 {
  font-family: Prata;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
}

.name-recruit {
  width: 538px;
  font-size: 32px;
  margin: unset;
  margin-top: 16px;
  color: #666666;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.name-recruit:hover {
  color: #ba9256;
  transition: 0.3s;
}
.content-item {
    height: 95px
}
.content-item span {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #666666;
  }
.content-item p {
    font-family: Inter;
    font-weight: 700;
    text-align: left;
    color: #666666;
    padding-top: 16px;
    margin: 0;
    font-size: 21px;
    width: 119px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

@media only screen and (max-width: 950px) {
  .info-recruit .time {
    width: unset;
}
}

.time span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #ba9256;
}

.info-recruit .time {
  width: 27%;
}



.submit-now {
  color: #666666;
  padding: 16px 32px;
  background: none;
  border: 1px solid #ba9256;
  box-sizing: border-box;
  border-radius: 25px;
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.submit {
  display: flex;
  align-items: center;
  line-height: 18px;
}

.item-recruit:hover {
  background-color: #f9f8f5;
}

.item-recruit:hover .submit-now {
  background: #ba9256;
  color: #ffffff;
  transition: all 0.3s ease;
}

.see-more {
  width: 100%;
  padding: 15px 10px 16px;
  background: #ba9256;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8.93%;
}

.content-recruit {
  padding-top: 50px;
}

@media screen and (max-width: 1520px){
  .name-recruit {
      width: 420px;
      font-size: 28px;
  }
  h3{
      font-size: 23px;
  }
  .content-item span {
      font-size: 17px;
  }
  .content-item p {
      font-size: 19px;
      width: 106px;
  }
  .submit-now {
      padding: 15px 30px;
      font-size: 15px;
  }
}
@media screen and (max-width: 1280px){
  .name-recruit {
      width: 359px;
      font-size: 16px;
  }
  h3{
      font-size: 20px;
  }
  .content-item span {
      font-size: 15px;
    }
  .content-item p {
      font-size: 15px;
      width: 100px;
  }
  .submit-now {
      padding: 14px 28px;
      font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .content-item {
    height: 45px;
  }
  .name-recruit {
    margin-bottom: 16px;
  }

  .item-recruit {
    align-items: start;
    flex-direction: column;
  }

  .content-item {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
    align-items: center;
  }

  .content-recruit h2 {
    margin-bottom: 0;
  }

  .summary {
    padding: 0px 120px;
    margin-bottom: 36px;
  }

  .info-recruit {
    padding: 0 50px;
  }

  h3 {
    font-size: 24px;
  }

  .submit-now {
    font-size: 16px;
  }

  .content-item span {
    font-size: 16px;
  }

  .content-item p {
    font-size: 18px;
    padding: 0;
    margin: 0;
    width: 150px !important;
  }
}

@media only screen and (max-width: 578px) {
  h3 {
    font-size: 24px;
  }
  .content-item {
    height: 30px;
  }
  .content-item span {
    font-size: 18px;
  }

  .content-item p {
    font-size: 21px;
    padding-top: unset;
  }

  .content-recruit {
    padding: 50px 16px 0px 16px;
  }

  .summary {
    padding: 0 16px;
  }

  h2 {
    font-size: 30px;
  }

  .summary {
    padding-top: 24px;
  }

  .info-recruit {
    padding: 0 !important;
  }

  .time h3 {
    margin-bottom: 16px;
  }

  .see-more {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1600px){
    .name-recruit {
        width: 420px;
        font-size: 28px;
    }
    h3{
        font-size: 23px;
    }
    .content-item span {
        font-size: 17px;
      }
    .content-item p {
        font-size: 19px;
        width: 106px;
    }
    .submit-now {
        padding: 15px 30px;
        font-size: 15px;
      }
}
@media screen and (max-width: 1280px){
    .name-recruit {
        width: 359px;
        font-size: 16px;
    }
    h3{
        font-size: 20px;
    }
    .content-item span {
        font-size: 15px;
      }
    .content-item p {
        font-size: 15px;
        width: 100px;
    }
    .submit-now {
        padding: 14px 28px;
        font-size: 14px;
      }
    }

