.opacity img {
position: absolute; top: 0; left: 0; width: 100%; height: auto; opacity: 0.5; z-index: -1;
}
.resume_register_page {
  padding: 50px 0 60px 0;
}
.title_wrap {
  margin-bottom: 77px;
}

.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.5;
}
.title_wrap p span {
  font-size: inherit;
  font-weight: 600;
  color: #1c1c1c;
}

.sub_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.sub_title_wrap .left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sub_title_wrap .left h3 {
  font-size: 30px;
  letter-spacing: -0.9px;
  font-weight: 700;
}

.sub_title_wrap .left p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #3a3a3a;
}

.sub_title_wrap .left p span {
  font-size: inherit;
  color: var(--brandColor);
}

.sub_title_wrap .btn_regist {
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--brandColor);
  color: #fff;
  font-size: 18px; 
  letter-spacing: -0.54px;
}

.resume_list_wrap .item_wrap { 
  padding: 45px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}
.resume_list_wrap .item_wrap:not(last-of-type) {
  margin-bottom: 30px;
}
.resume_list_wrap .item_wrap .latest_delete_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
  color: #3a3a3a;
}

.resume_list_wrap .item_wrap .latest_delete_wrap .btn_delete {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
  color: #dc101b;
}

.resume_list_wrap .item_wrap .resume_title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.resume_list_wrap .item_wrap .summary_wrap { 
  display: flex;
  gap: 16px;
}

.resume_list_wrap .item_wrap .summary_wrap li { 
  padding: 8px 18px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  display: flex;
  gap: 5px;
  font-size: 20px;
  letter-spacing: -0.6px;
  color: #3a3a3a;
}

.resume_list_wrap .item_wrap .summary_wrap .label { 
  font-weight: 600;
}

.resume_list_wrap .item_wrap .progress_edit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
}

.resume_list_wrap .item_wrap .progress_edit_wrap .progress_wrap {
  width: 68%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resume_list_wrap .item_wrap .progress_edit_wrap .progress_wrap .bar {
  width: 600px; 
  background: #fafafa;
  height: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.resume_list_wrap .item_wrap .progress_edit_wrap .progress_wrap .bar .fill {
  height: 100%;
  background-color: var(--brandColor);
  border-radius: 4px;
}

.resume_list_wrap .item_wrap .progress_edit_wrap .progress_wrap .progress_text {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.resume_list_wrap .item_wrap .progress_edit_wrap .progress_wrap .progress_text span {
  font-size: 34px;
  font-weight: 700;
  color: var(--brandColor);
}

.resume_list_wrap .item_wrap .progress_edit_wrap .btn_edit_wrap {
  display: flex;
  align-items: center;
  gap: 22px;
}

.resume_list_wrap .item_wrap .progress_edit_wrap .btn_edit_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 5px;
  font-size: 22px;
  height: 54px; 
  width: 134px;
  color: #fff;
}

.resume_list_wrap .item_wrap .progress_edit_wrap .btn_edit_wrap .btn_edit {
  background: var(--brandColor);
}

.resume_list_wrap .item_wrap .progress_edit_wrap .btn_edit_wrap .btn_copy {
  background: #878787;
}