.content__recruitment {}

/* ============== SECTION-1 CSS START ============== */
.content__recruitment .recruitment__section-1 {
  padding: 14.6rem 0;
  background:
    url("../img/recruitment/sec1-bg.png") no-repeat center center;
  background-size: cover;
}

.recruitment__section-1 .section-1__content {}

.recruitment__section-1 .content__tittle {
  /* \1 */
  font-size: 6.1rem;
  line-height: 8.54rem;
  font-weight: 700;
  text-align: center;
}

.recruitment__section-1 .content__search {
  position: relative;
  margin: 3.2rem auto;
  width: 65.3rem;
}

.recruitment__section-1 .search__icon {
  min-width: 6rem;
  height: 100%;
  font-size: 2.3rem;
  line-height: 2.8rem;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruitment__section-1 .search__input {
  width: 100%;
  height: 6rem;
  padding: 0.6rem 13.8rem 0.6rem 6rem;
  border: none;
  outline: none;
  border-radius: 0.6rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  overflow: hidden;

}

.recruitment__section-1 .search__btn {
  width: 13.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruitment__section-1 .search__btn button {
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  padding: 1rem 1.6rem;
  cursor: pointer;
  transition: scale 0.3s ease;
}

.recruitment__section-1 .search__btn button:hover {
  scale: 1.05;
}

/* ============== SECTION-1 CSS END ============== */

/* ============== SECTION-2 CSS START ============== */
.content__recruitment .recruitment__section-2 {
  background-color: #FAFAFA;
  padding: 7rem 0 3.2rem;
}

.recruitment__section-2 .section-2__content {}

.recruitment__section-2 .section-2__header {

}

.recruitment__section-2 .header__title {
  /* \1 */
  font-size: 4.9rem;
  line-height: 6.9rem;
  font-weight: 700;
}

.recruitment__section-2 .section-2__body {
  margin-top: 4.8rem;
}

.recruitment__section-2 .body__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.recruitment__section-2 .list__el {
  width: calc((100% / 3) - ((2.4rem * 2) / 3));
  padding: 3.2rem 2.9rem;
  background-color: var(--white-color);
  border-radius: 1.6rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recruitment__section-2 .list__el:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.recruitment__section-2 .el__tag {
  width: 19rem;
  height: 4rem;
  padding: 0.8rem 1.6rem;
  border-radius: 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #FDE6EA;
}

.recruitment__section-2 .tag__icon {
  width: 2.4rem;
  margin-right: 0.8rem;
}

.recruitment__section-2 .tag__lable {
  color: var(--primary-color);
  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: 400;
}

.recruitment__section-2 .el__tittle {
  margin-top: 1.6rem;
  /* \1 */
  font-size: 3.1rem;
  line-height: 4.34rem;
  font-weight: 700;
}

.recruitment__section-2 .el__description {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: 400;
  color: #333333;
}

.recruitment__section-2 .el__footer {
  margin-top: 3.3rem;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.recruitment__section-2 .footer__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruitment__section-2 .footer__location {
  display: flex;
  align-items: center;
}

.recruitment__section-2 .location__icon {
  width: 2.4rem;
  margin-right: 0.8rem;
}

.recruitment__section-2 .location__text {
  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: 400;
}

.recruitment__section-2 .location__btn {
  white-space: nowrap;
  padding: 1rem 3.55rem;
}
/* ============== SECTION-2 CSS END ============== */


@media (max-width: 767px) {
  .content__recruitment .recruitment__section-1 {
    padding: 30px 0;
  }
  
  .recruitment__section-1 .section-1__content {}
  
  .recruitment__section-1 .content__tittle {
    font-size: 25px;
    line-height: 35px;
  }
  
  .recruitment__section-1 .content__search {
    width: 376px;
  }
  
  .recruitment__section-1 .search__input {
    height: 54px;
    padding: 17px 96px 17px 50px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
  }

  .recruitment__section-1 .search__icon {
    width: 60px;
    font-size: 14px;
    line-height: 30px;
}
  
  .recruitment__section-1 .search__btn {
    width: 78px;
    padding: 10px 0;
    right: 18px;
  }
  
  .recruitment__section-1 .search__btn button {
    font-size: 12px;
    line-height: 17px;
    width: 100%;
    height: 100%;
    border-radius: 9px;
  }

  .content__recruitment .recruitment__section-2 {
    padding: 20px ;
  }
  
  .recruitment__section-2 .section-2__content {
    width: 100%;
  }
  
  .recruitment__section-2 .section-2__header {
  
  }
  
  .recruitment__section-2 .header__title {
    font-size: 20px;
    line-height: 28px;
  }
  
  .recruitment__section-2 .section-2__body {
    margin-top: 20px;
  }
  
  .recruitment__section-2 .body__list {}
  
  .recruitment__section-2 .list__el {
    width: 100%;
    padding: 20px;
    background-color: var(--white-color);
    border-radius: 1.6rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .recruitment__section-2 .el__tag {
    width: 168px;
    height: 40px;
    padding: 8px 16px;
    border-radius: 40px;
  }
  
  .recruitment__section-2 .tag__icon {
    width: 24px;
    margin-right: 8px;
  }
  
  .recruitment__section-2 .tag__lable {
    font-size: 14px;
    line-height: 20px;
  }
  
  .recruitment__section-2 .el__tittle {
    margin-top: 16px;
    font-size: 20px;
    line-height: 28px;
  }
  
  .recruitment__section-2 .el__description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  
  .recruitment__section-2 .el__footer {
    margin-top: 16px;
  }
  
  .recruitment__section-2 .location__icon {
    width: 24px;
    margin-right: 8px;
  }
  
  .recruitment__section-2 .location__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  
  .recruitment__section-2 .location__btn {
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    padding: 10px 24px;
    border-radius: 8px;
  }
}

/* 56% */
@media (min-width: 768px) and (max-width: 1023px) {
  .recruitment__section-2 .list__el {
    width: calc((100% / 2) - ((2.4rem * 1) / 2));
  }
}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {

}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {

}
