.recruit .titbox h4 {
  text-transform: uppercase;
}

.recruit .titbox h5 {
  margin: .375rem 0 1rem 0;
}

.recruit .titbox {
  text-align: center;
}

form {
  display: flex;
  justify-content: space-between;
}

form input {
  padding: .375rem .5rem;
  width: 75%;
  box-sizing: border-box;
  background: #F7F9FD;
  border-radius: 10px;
  font-size: 16px;
  border: none;
  outline: none;
}

form button {
  padding: .375rem 0;
  box-sizing: border-box;
  width: 20%;
  font-size: 16px;
  border: none;
  outline: none;
  color: #fff;
  background: #3D68CC;
  border-radius: 10px;
}

.form {
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
}

.form .tit li {
  width: 20%;
  font-size: 18px;
  text-align: center;
}

.form .tit {
  margin: .75rem 0 .625rem 0 !important;
}

.item_list li a {
  display: flex;
  font-size: 16px;
}

.item_list li a p,
.item_list li a h6 {
  width: 20%;
  text-align: center;
}

.item_list li a h6 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #3D68CC;
  white-space: nowrap;
}

.item_list li a h6::before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(61, 104, 204, 0);
  border-radius: 50%;
}

.item_list li a:hover h6::before {
  background: #3D68CC;
  transition: all 0.6s;
}

.item_list {
  padding: .625rem 0 !important;
  box-sizing: border-box;
  border-top: 1px solid rgba(61, 104, 204, 0.2);
  border-bottom: 1px solid rgba(61, 104, 204, 0.2);
}

.item_list li {
  line-height: .625rem;
}

.form .skip {
  margin: .75rem 0 0 0 !important;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
  .recruit .titbox h5 {
    margin: 15px 0 20px 0;
  }

  .form {
    padding: 15px;
  }

  .form .tit {
    margin: 20px 0;
  }

  .item_list {
    padding: 15px 0;
  }

  .item_list li {
    line-height: 1.5;
  }

  .form {
    margin: 0 0 20px 0;
  }

  .item_list li a h6 {
    font-size: 14px !important;
  }

  form button {
    font-size: 14px !important;
  }

    .item_list li {
      margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}