.opacity img {
position: absolute; top: 0; left: 0; width: 100%; height: auto; opacity: 0.5; z-index: -1;
}
.job_apply_page {
  padding: 50px 0 60px 0;
}
.title_wrap {
  margin-bottom: 80px;
}

.title_wrap h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1.02px;
  margin-bottom: 18px;
}

.title_wrap p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #3a3a3a;
  line-height: 1.6;
}


.apply_summary_wrap {
  display: flex;
  border-radius: 10px;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 85px;
}

.apply_summary_wrap .total_wrap {
  width: 300px;
  background: #f2f7fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 50px 0;
}

.apply_summary_wrap .total_wrap .label {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.9px;
}

.apply_summary_wrap .total_wrap .total_count {
  color: var(--brandColor);
  font-size: 28px;
  letter-spacing: -0.84px;
  font-weight: 500;
}

.apply_summary_wrap .total_wrap .total_count .count {
  font-size: 50px;
  font-weight: 500;
  margin-right: 4px;
  letter-spacing: -1.5px;
}

.apply_summary_wrap .status_wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #ddd;
  border-radius: 0 10px 10px 0;
}

.apply_summary_wrap .status_wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.apply_summary_wrap .status_wrap .item .count {
  font-size: 80px;
  font-weight: 300;
  letter-spacing: -2.4px;
  color: #3a3a3a;
}

.apply_summary_wrap .status_wrap .item .label {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.72px;
}


.contents_wrap .count { 
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.9px;
  margin-bottom: 30px;
}

.contents_wrap .count span {
  color: var(--brandColor);
}

.contents_wrap .filter_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px; 
}

.contents_wrap .filter_wrap .btns {
  display: flex;
  gap: 16px;
}

.contents_wrap .filter_wrap .btns .btn {
  border-radius: 15px;
  padding: 8px 18px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
  border: 1px solid #d5d5d5;
  color: #878787;
}

.contents_wrap .filter_wrap .btns .btn.on {
  border: 1px solid var(--brandColor);
  color: var(--brandColor);
  background: #f2f7fc;
}
.contents_wrap .filter_wrap .checkbox {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
  color: #3a3a3a;
}

.application_wrap {
  display: none;
}
.application_wrap.on {
  display: block;
}
.application_header {
  padding: 18px 0px;
  background: #fafafa;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  justify-content: space-between;
}

.application_header .col {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.application_header .date {
  width: 15%;
  position: relative;
}

.application_header .date:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% + 33px);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #878787;
}

.application_header .date:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% + 33px);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #878787;
}

.application_header .star {
  width: 10%;
}

.application_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid #d8d8d8;
}

.application_item .col {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.application_date,
.how,
.view_date,
.cancel {
  width: 12%;
}

.application_item .cancel {
  padding: 0 10px;
}

.application_item .cancel .btn_cancel {
  padding: 10px 14px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.72px;
}

.application_item .cancel.completed {
  font-size: 18px;
  color: #878787;
  font-weight: 400;
  letter-spacing: -0.72px;
}

.company_name {
  width: 12%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.posting_title {
  width: 35%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
