    .search_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
  z-index: 1;
}
.job_wrap {
  padding-top: 5.6rem;
}
.filter_group {
  height: 4.6rem;
}

.filter_group ul li {
  cursor: pointer;
}

.filter_group_wrap .filter_group ul {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.filter_group_wrap .filter_group ul li a {
  width: 100%;
  height: 100%;
  padding: 1.3rem 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: -0.48px;
  text-align: center;
  color: #878787;
}
.filter_group_wrap .filter_group ul li a.on {
  border-bottom: 2px solid var(--brandColor);
  color: var(--brandColor);
}
.filter_buttons {
  height: 6.4rem;
  padding: 1.6rem 0;
}

.filter_buttons .filter_btn {
  width: fit-content;
  padding: 0.8rem 1.4rem;
  font-size: 1.4rem;
  letter-spacing: -0.42px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 1.6rem;
  border: solid 1px #d5d5d5;
  background-color: #fff;
  cursor: pointer;
}

.filter_buttons .filter_btn img {
  width: 1rem;
}
.filter_buttons .filter_btn img.filter_reset {
  width: 1.2rem;
}

.posting_wrap .posting_content {
  padding: 3.2rem 0rem;
  background-color: #f1f1f1;
}
.posting_wrap .posting_content.hit {
  background-color: #f2f7fc;
}
.posting_wrap .title_box {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
.posting_wrap .title_box h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.048rem;
}
.posting_wrap .title_box .info {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  cursor: pointer;
  color: #878787;
}
.posting_wrap .title_box .info span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: -0.024px;
  color: #878787;
  background-color: #d5d5d5;
}
.posting_wrap .post_list .post_item {
  background-color: #fff;
  width: 100%;
}
.posting_wrap .post_list .post_item .text_wrap span.tag {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.048rem;
  display: block;
  margin-bottom: 0.6rem;

}
.posting_wrap .post_list .post_item .text_wrap span.tag b {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posting_wrap .post_list .post_item .text_wrap h4.title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.064rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posting_wrap .post_list .post_item .text_wrap .text_info {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 1.2rem;
}

.posting_wrap .post_list .post_item .text_wrap .text_info p {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: -0.036px;
  color: #878787;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
}
.posting_wrap .post_list .post_item .text_wrap .text_info p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 0.8rem;
  width: 0.1rem;
  background-color: #878787;
  transform: translate(50%, -50%);
}
.posting_wrap .post_list .post_item .text_wrap .text_info p:last-child {
  padding: 0;
  margin: 0;
}
.posting_wrap .post_list .post_item .text_wrap .text_info p:last-child::after {
  display: none;
}
.posting_wrap .post_list .post_item .text_wrap .text_info p.blue {
  color: var(--brandColor);
}
/* HIT 인기구인정보 */
.posting_wrap .popular_list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
.posting_wrap .popular_list .post_item {
  border-radius: 1rem;
  border: 0.1rem solid var(--brandColor);
}
.posting_wrap .popular_list .post_item a {
  display: flex;
  padding: 1.8rem;
  align-items: center;
  gap: 1.2rem;
  height: 12.5rem;
}
.posting_wrap .popular_list .post_item a .img_box {
  flex-shrink: 0;
  width: 8.2rem;
}
.posting_wrap .popular_list .post_item a .img_box img {
  width: 100%;
}
.posting_wrap .popular_list .post_item a .text_wrap {
  flex: 1;
}
.posting_wrap .popular_list .post_item a .text_wrap p.sub_title {
  font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.048rem;
  margin-bottom: 0.8rem;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    width: fit-content;
}

.posting_wrap .premium_list .post_item a .text_wrap p.sub_title {
font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.048rem;
  margin-bottom: 0.8rem;
    display: -webkit-box;
      -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    width: fit-content;
}


.premium {
  background-color: #fafafa;
}
.posting_wrap .premium_list {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.posting_wrap .premium_list .post_item {
  border: 0.1rem solid #d5d5d5;
  border-bottom: 0;
}
.posting_wrap .premium_list .post_item:first-child {
  border-radius: 1rem 1rem 0 0;
}
.posting_wrap .premium_list .post_item a {
  display: flex;
  padding: 1.8rem;
  align-items: center;
  gap: 1.2rem;
  height: 12.3rem;
}

.posting_wrap .premium_list .post_item:last-child {
  border-radius: 0 0 1rem 1rem;
  border-bottom: 0.1rem solid #d5d5d5;
}
.posting_wrap .premium_list .post_item.single {
  border-radius: 1rem;
}
.posting_wrap .premium_list .post_item a .img_box {
  flex-shrink: 0;
  width: 8.2rem;
}
.posting_wrap .premium_list .post_item a .img_box img {
  width: 100%;
}
.posting_wrap .premium_list .post_item a .text_wrap {
  flex: 1;
}

/* 채용정보 - 일반 */
.standard.posting_content {
  background-color: #fff;
}

.standard.posting_content .title_box {
  justify-content: space-between;
}

.standard.posting_content .title_box .text_wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.standard.posting_content .title_box .text_wrap span {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.17;
  letter-spacing: -0.036rem;
  color: #878787;
}

.job_card {
  width: 100%;
  padding: 1.8rem;
  border-radius: 1rem;
  border: solid 1px #f1f1f1;
  background-color: #fff;
  cursor: pointer;
}
.job_card:not(:last-of-type) {
  margin-bottom: 1rem;
}

.job_card .card_header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.job_card .img_box {
  width: 8.2rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
}
.job_card .company_logo {
  width: 100%;
  object-fit: contain;
}

.job_card .company_info {
  flex: 1;
}

.job_card .company_name {
  font-size: 1.2rem;
  letter-spacing: -0.048rem;
  color: #3a3a3a;
  margin-bottom: 0.6rem;
}

.job_card .job_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.064rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job_card .card_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.job_card .tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  background-color: #f2f7fc;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.036px;
  color: #516b82;
}
.job_card .card_info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem 0 1.4rem 0;
  border-bottom: 1px solid #d5d5d5;
}
/* .job_card .card_info p {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.036rem;
  color: #3a3a3a;
}
.job_card .card_info p span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.036rem;
}

.job_card .card_info p {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.036rem;
  color: #3a3a3a;
} */

.job_card .card_info {
  display: grid;
  grid-template-columns: repeat(1, auto 1fr);
  gap: 0.8rem 1.2rem;
}

.job_card .card_info .label,
.job_card .card_info .value {
  font-size: 1.2rem;
  letter-spacing: -0.036rem;
}

.job_card .card_info .label {
  font-weight: 600;
  color: #1c1c1c;
}

.job_card .card_info .value {
  font-weight: 500;
  color: #3a3a3a;
}

.job_card .card_footer {
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job_card .deadline {
  font-size: 1.2rem;
  letter-spacing: -0.036rem;
  color: #878787;
}

.job_card .apply_btn {
  padding: 0.4rem 1.2rem;
  border-radius: 1.1rem;
  border: solid 1px var(--brandColor);
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.036rem;
  color: var(--brandColor);
}

/* 채용 정보 드롭다운 메뉴 */
.standard.posting_content .custom-select {
  width: 11.6rem;
  position: relative;
  background-color: #fff;
}
.standard.posting_content .custom-select .selected {

  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  letter-spacing: -0.54px;
  border-radius: 0.5rem;
  border: solid 1px #f1f1f1;
  background-color: #fff;
  height: auto;
  cursor: pointer;
  padding: 1rem 0  1rem 1.2rem;
}
.standard.posting_content .custom-select .select_text {
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  letter-spacing: -0.36px;
  color: #3a3a3a;
}
.standard.posting_content .custom-select .arrow {
  width: 0.8rem;
  transition: transform 0.3s;
  cursor: pointer;
}
.standard.posting_content .custom-select .options {
  width: 100%;
  padding: 0.6rem 1.2rem;
}
.standard.posting_content .custom-select .options input[type="text"] {
  width: 100%;
  padding: 0.6rem 0.5rem;
  font-size: 1.2rem;
  letter-spacing: -0.036px;
  color: #3a3a3a;
  background-size: 1rem;
}

/* 유료서비스 */
.product7 {
    padding: 0.1rem 0.8rem;
  color: var(--brandColor);
  background-color: #f2f7fc;
  width: calc(100% - 1.4rem);

}

.no_data {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin: 10px 0;
}

.no_data_message {
  text-align: center;
  padding: 20px;
}

.no_data_card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 15rem;
  background-color: #fff;
  border-radius: 0.8rem;
    border: solid 1px #f1f1f1;
}

.no_data_card .no_data_message {
  text-align: center;
  padding: 3rem 2rem;
  
}
.no_data_card .no_data_message img {
  width: 4.8rem;
  margin: auto;
}
.no_data_card .no_data_message p {
  color: #1c1c1c;
  font-size: 1.8rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.072rem;
  margin-top: 1.8rem;
}