.opacity img {
position: absolute; top: 0; left: 0; width: 100%; height: auto; opacity: 1; z-index: -1;
}
/* .applicant_page {
  opacity: 0.5;
} */
.layout {
  padding: 50px 0 60px 0;
}

.title_wrap {
  margin-bottom: 50px;
}

.title_wrap h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1.02px;
  color: #1c1c1c;
  margin-bottom: 24px;
}

.title_wrap p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #3a3a3a;
}

.posting_info_wrap {
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  background: #fafafa;
  padding: 23px 44px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.posting_info_wrap .left {
  display: flex;
  gap: 16px;
  align-items: center;
  flex: 1;
}

.posting_info_wrap .left .state {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  font-size: 16px;
  letter-spacing: -0.48px;
  text-align: center;
  color: #fff;
}
.posting_info_wrap .left .state.end {
  background: #878787;
  color: #fff;
}
.posting_info_wrap .left .text_wrap {
  flex: 1;
  width: 100%;
  position: relative;
}
.posting_info_wrap .left .text_wrap .row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.posting_info_wrap .left .text_wrap .row.on img {
  transform: translateX(245px);
}
.posting_info_wrap .left .text_wrap .row img {
  width: 12px;
  transition: 0.3s;
}
.posting_info_wrap .left .text_wrap .tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.8px;
  width: 517px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.posting_info_wrap .left .text_wrap .con {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.posting_info_wrap .left .text_wrap .con span {
  position: relative;
  font-size: 18px;
  letter-spacing: -0.54px;
  color: #878787;;
}

.posting_info_wrap .left .text_wrap .con span:nth-child(1):after {
  content: '';
  width: 1px;
  height: 12px;
  background: #d5d5d5;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
/* <!-- 클릭시 진행중 공고 --> */
.posting_dropdown {
  display: none;
  position: absolute;
  top: 64%;
  left: 0;
  width: 97%;
  max-width: 769px;
  padding: 26px;
  border-radius: 10px;
  border: solid 1px #3a3a3a;
  background-color: #fff;
  z-index: 10;
}

.posting_dropdown .dropdown_group .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.6px;
  padding-bottom: 16px;
  color: #df222c;
}
.posting_dropdown .dropdown_group .title .close {
  cursor: pointer;
  width: 12px;
}
.posting_dropdown .dropdown_group.close .title {
  color: #878787;
  margin-top: 26px;
}
.posting_dropdown .cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.posting_dropdown .cont .list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.posting_dropdown .cont .list p {
  width: 374px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #3a3a3a;
}
.posting_dropdown .cont .list .date {
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #878787;
  margin-left: 10px;
}

.posting_info_wrap .right {
  width: 280px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.posting_info_wrap .right a {
  flex: 1;
  letter-spacing: -0.6px;
}
.posting_info_wrap .right a,
.posting_info_wrap .right .custom-select .selected {
  width: 136px;
  height: 40px; /* 고정 높이 지정 */
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  padding: 0 20px;
  color: #3a3a3a;
}

.posting_info_wrap .right .custom-select .selected .select_text {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #3a3a3a;
  letter-spacing: -0.6px;
}
.posting_info_wrap .custom-select .options {
  padding: 12px 15px;
}
.posting_info_wrap .right .custom-select .selected input::placeholder {
  color: #3a3a3a;
}
.posting_info_wrap .custom-select .options input[readonly] {
  padding: 8px 5px;
}

/* 지원 리스트 */
.tab_nav {
  display: flex;
  gap: 40px;
}

.tab_nav li .tab_btn {
  padding: 24px 10px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #878787;
  border-bottom: 1px solid transparent;
  display: block;
}

.tab_nav li .tab_btn.on {
  color: var(--brandColor);
  border-bottom: 1px solid var(--brandColor);
  font-weight: 600;
}
/* col width값 */
.col.star {
  width: 20px;
}
.col.position {
  width: 150px;
}
.col.name {
  width: 160px;
}
.col.education {
  width: 170px;
}
.col.career {
  width: 180px;
}
.col.salary {
  width: 140px;
}
.col.date {
  width: 90px;
}
.applicant_header {
  height: 56px;
  padding: 16px 44px;
  background: #fafafa;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.applicant_header .col {
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-align: center;

}

.applicant_header .date {
  position: relative;
}
.applicant_header .date .arrow_box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.applicant_header .date .arrow_box .up_arrow {
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #878787;
  cursor: pointer;
}
.applicant_header .date .arrow_box .down_arrow {
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #878787;
  cursor: pointer;
}

.applicant_item {
}

.applicant_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 44px;
  border-bottom: 1px solid #d5d5d5;
}

.applicant_item .col {
  font-size: 20px;
  letter-spacing: -0.8px;
  text-align: center;
}

.applicant_item .star {
  display: flex;
  justify-content: center;
  align-items: center;
}
.applicant_item .star img {
  width: 20px;
}
.applicant_item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.applicant_item .name .user_info {
  line-height: 1.3;
}

.applicant_item .name .user_info .user_name {
  font-weight: 600;
  text-align: left;
}

.applicant_item .name .user_info .user_meta {
  display: flex;
  gap: 15px;
}

.applicant_item .name .user_info .user_meta span:nth-child(1) {
  position: relative;
}

.applicant_item .name .user_info .user_meta span:nth-child(1):after {
  content: '';
  width: 1px;
  height: 10px;
  background: #d5d5d5;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.applicant_item .education,
.applicant_item .career,
.applicant_item .salary,
.applicant_item .date {
  line-height: 1.4;
}

.applicant_item .education .edu_level,
.applicant_item .career .career_period,
.applicant_item .salary,
.applicant_item .date .apply_date {
  font-weight: 600;
}

.applicant_item .education p,
.applicant_item .career p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.applicant_item .date .apply_status.not_read {
  color: #df222c;
}
/* 콜백신청 */
.call_back .applicant_item .col {
  line-height: 1.38;
}
.call_back .applicant_item {
    
}
.call_back .applicant_name, .call_back .manager_name,.call_back .date_day {
  font-weight: 600;
}
/* 페이지 네이션 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.pagination .prev_box {
  margin-right: 30px;
}
.pagination .next_box {
  margin-left: 30px;
}
.pagination .prev_box, .pagination .next_box {
  display: flex;
  align-items: center;
  gap: 20px;
} 
.pagination .page {
  font-size: 18px;
  color: #878787;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page:not(:last-of-type) {
  margin-right: 16px;
}
.pagination .arrow {
  position: relative;
}
.pagination .arrow img{
  width: 100%;
  height: 100%;
}
.pagination .page.active {
  background-color: var(--brandColor);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}

.pagination .arrow:disabled {
  cursor: default;
}

.pagination .arrow.disabled {
  pointer-events: none;
  opacity: 0.3; 
}

/* tempImg */
.posting_info_wrap .right .custom-select .selected img { width: 12px;}
.name img { width: 66px; height: 66px; }
