.recruitment {
  background-color: #f1f1f1;
}
.recruitment-item {
  position: relative;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  height: 100%;
}
.recruitment-item:hover .recruitment-title {
  color: #ffb21b;
}
.recruitment-item:hover .recruitment-background img {
  transform: scale(1.05, 1.05);
  transition: 0.3s all ease-in-out;
}
.recruitment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.recruitment-background {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .recruitment-background {
    height: 240px;
  }
}
@media only screen and (max-width: 1600px) {
  .recruitment-background {
    height: 240px;
  }
}
.recruitment-image {
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitment-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #ffb21b;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
}
.recruitment-image img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.recruitment-text {
  background-color: #ffffff;
  border-radius: 8px;
  height: 100%;
}
.recruitment-title {
  display: inline-flex;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-align: center;
}
.recruitment-description, .recruitment-date {
  font-size: 18px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-align: center;
  color: #666565;
  margin-bottom: 20px;
}
.recruitment-date {
  color: #333333;
  -webkit-line-clamp: 1;
  min-height: auto;
  margin-bottom: 0;
}
.recruitment-text {
  padding: 30px 15px;
}

/*# sourceMappingURL=recruitment.css.map */
