.job_description.recruits .jd-content > div {
  overflow-y: scroll;
}
.job_description.recruits .jd-content .jd-list-wrap {
  padding: 0 40px;
  overflow-x: auto;
}

.job_description.recruits .jd-content .service-info {
  width: 1100px;
  margin: 60px auto 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.job_description.recruits .jd-content .service-info .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.job_description.recruits .jd-content .service-info .desc {
  margin-top: 0;
  color: #454545;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

/* base.css `.wrapper * { font-size: 0 }` — 상단 타이틀/설명 자손(span 등) 글자 크기 */
.job_description.recruits .jd-content .service-info,
.job_description.recruits .jd-content .service-info * {
  font-size: 16px;
}

.job_description.recruits .jd-content .service-info .filter-reset {
  padding-right: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; 
}
.job_description.recruits .jd-content .service-info .filter-reset::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(./../images/rotate.svg);
  background-size: cover;
}
.job_description.recruits .jd-content .service-info .filter-reset:hover {
  color: #2189FF;
}
.job_description.recruits .jd-content .service-info .filter-reset:hover::before {
  background-image: url(./../images/rotate-blue.svg);
}

.job_description.recruits .jd-content .filter-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.job_description.recruits .jd-content .filter-wrap .search {
  position: relative;
}
.job_description.recruits .jd-content .filter-wrap .search::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon-zoom.svg);
  background-size: cover;
}
.job_description.recruits .jd-content .filter-wrap .search input {
  width: 100%;
  border-radius: 50vh;
  font-size: 16px;
  line-height: 2.5;
  border: 0;
  padding: 4px 28px 4px 50px;
  font-weight: 500;
  border: 1px solid #000;
}
.job_description.recruits .jd-content .filter-wrap .search input::placeholder {
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

.job_description.recruits .jd-content .search-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 32px;
}
.job_description.recruits .jd-content .search-wrap__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job_description.recruits .jd-content .result-txt {
  display: flex;
  height: 48px;
  padding: 0 16px;
  align-items: center;
  gap: 8px;
}
.job_description.recruits .jd-content .result-txt span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.job_description.recruits .jd-content .result-txt .blue {
  color: #2189ff;
  font-weight: 700;
}
.job_description.recruits .jd-content .drop-down-wrap {
  position: static;
}
.job_description.recruits .jd-content .drop-down-selected {
  border-bottom: none;
}


/* -------------------------------------------------------------------------- */
/* [신규] 직무추천 본문 필터 바 — Figma PC-1~3 / MO-1~3 (jd-filter-wrap) */
/* -------------------------------------------------------------------------- */
/* 드롭다운·연관검색 패널이 아래 콘텐츠를 밀지 않도록: 래퍼만 흐름상 높이 유지, 필터 바는 겹침 */
.job_description.recruits .jd-content .jd-filter-anchor {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px;
  /* PC 한 줄(트리거·검색 pill) 높이에 맞춤 — 펼침 시 자식은 absolute라 흐름에 안 잡힘 */
  min-height: 52px;
  box-sizing: border-box;
}

.job_description.recruits .jd-content .jd-filter-anchor .jd-filter-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 0;
}

/* base.css `.wrapper * { font-size: 0 }` 때문에 자손 노드까지 글자 크기 지정(상속 불가) */
.job_description.recruits .jd-content .jd-filter-wrap,
.job_description.recruits .jd-content .jd-filter-wrap * {
  font-size: 16px;
  line-height: 1;
}

/* Figma PC-2: 패널 내부 검색만 14px */
.job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-input,
.job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-input::placeholder {
  font-size: 14px;
}

/* 고정폭 합 294+294+168+294 + gap 48 = 1098px → 박스 inner 가로가 1098px 이상이어야 한 줄 유지 (이전 padding 40px×2 시 1020px로 줄바꿈 발생) */
.job_description.recruits .jd-content .jd-filter-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  /* 가로 스크롤(overflow-x:auto)은 세로 overflow까지 막혀 드롭다운 패널이 잘림 — 사용 안 함 */
  overflow: visible;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-filter {
  position: relative;
  flex: 0 0 auto;
}

/* 트리거(캡슐) — PC */
.job_description.recruits .jd-content .jd-filter-wrap .filter-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 16px 20px;
  box-sizing: border-box;
  min-height: 50px;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  border-radius: 999px;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-filter[data-filter-group="division"] .filter-trigger {
width: 294px;
}
.job_description.recruits .jd-content .jd-filter-wrap .jd-filter[data-filter-group="duty"] .filter-trigger {
  width: 244px;
}


.job_description.recruits .jd-content .jd-filter-wrap .jd-filter[data-filter-group="area"] .filter-trigger {
  width: 218px;
  box-shadow: 0 0 6px 0 rgba(242, 244, 247, 0.6);
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-trigger__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 셰브론(닫힘: 아래 방향) */
.job_description.recruits .jd-content .jd-filter-wrap .filter-trigger .icon {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-trigger .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  margin-left: -4px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: rotate(45deg);
}

/* 열림: 화살표 위로 */
.job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open .filter-trigger .icon::after {
  margin-top: -2px;
  transform: rotate(225deg);
}

/* PC 열림: Figma 236:2056 — 펼침은 한 장의 24px 라운드 카드(상단도 24px, 캡슐 999px 아님) */
.job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open .filter-trigger {
  border-radius: 24px 24px 0 0;
  border-bottom: 0;
  box-shadow: none;
}

/* 드롭다운 패널 — PC: 트리거 바로 아래(간격 없음), 너비는 트리거와 동일 */
.job_description.recruits .jd-content .jd-filter-wrap .filter-panel {
  display: none;
  position: absolute;
  left: 0;
  /* 브라우저 확대/축소 시 서브픽셀 라운딩으로 생기는 이음새(얇은 선) 방지: 트리거와 1px 겹치기 */
  top: calc(100% - 1px);
  z-index: 30;
  width: 100%;
  box-sizing: border-box;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open .filter-panel {
  display: block;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel__inner {
  position: relative;
  padding: 16px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 24px;
  box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.4);
  box-sizing: border-box;
}


/* PC 열림: 트리거 하단 패딩만 제목~검색 간격(16px)으로 쓰기 위해 상단 패딩 제거 */
.job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open .filter-panel__inner {
  border-radius: 0 0 24px 24px;
  border-top: 0;
  padding-top: 0;
}

/* 브라우저 확대/축소 시 상단 경계 헤어라인(얇은 선) 마스킹 */
.job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open .filter-panel__inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #fff;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel__title {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel__chevron {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel__chevron::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  margin-left: -4px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: rotate(225deg);
}

/* 패널 내부 검색 */
.job_description.recruits .jd-content .jd-filter-wrap .filter-panel__search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #f2f4f7;
  border-radius: 999px;
  box-sizing: border-box;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel__search-ico {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: url(./../images/icon-zoom.svg) center / contain no-repeat;
  opacity: 0.7;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  font-weight: 400;
  color: #000;
  outline: none;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-input::placeholder {
  color: #000;
  opacity: 0.5;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-clear {
  display: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  position: relative;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel__search.has-query .filter-panel-search-clear {
  display: block;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-clear::before,
.job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-clear::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #000;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 옵션 리스트 스크롤 */
.job_description.recruits .jd-content .jd-filter-wrap .filter-list-wrap {
  max-height: 360px;
  overflow-y: auto;
  margin: 0 -8px;
  padding: 0 8px;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-list {
  padding: 0 22px 0 14px;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #979797;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 12px 2px #f2f4f7;
  cursor: pointer;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-option input[type="checkbox"]:checked {
  border-color: #000;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 5l3.5 3.5L11 1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}

.job_description.recruits .jd-content .jd-filter-wrap .filter-option__text {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
}

/* 패널 내 검색 하이라이트 */
.job_description.recruits .jd-content .jd-filter-wrap .jd-filter-hit {
  color: #000;
  font-weight: 400;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-filter-hit-muted {
  color: #929292;
}

/* 전역 키워드 검색 — PC (접힘: pill / 펼침: Figma 236:2123 카드 + 연관검색 목록) */
.job_description.recruits .jd-content .jd-filter-wrap .search {
  position: relative;
  flex: 1 1 294px;
  min-width: 200px;
  max-width: 294px;
  box-shadow: 0 0 6px 0 rgba(242, 244, 247, 0.6);
}

/* 연관검색 펼침 시 다른 필터 행 위로 겹침 */
.job_description.recruits .jd-content .jd-filter-wrap .jd-filter-search.jd-filter-search--open {
  z-index: 40;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search {
  position: relative;
  width: 100%;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__shell {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* 접힘: 단일 pill 입력 */
.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search:not(.is-open) .jd-global-search__field {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  box-sizing: border-box;
  min-height: 50px;
  border: 1px solid #000;
  border-radius: 999px;
  background: #fff;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search:not(.is-open) .jd-global-search__ico {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: url(./../images/icon-zoom.svg) center / contain no-repeat;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search:not(.is-open) .search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #555;
  outline: none;
}
.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search:not(.is-open) .search-input::placeholder {
  font-size: 16px;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search .jd-global-search__clear {
  display: none;
}

/* 펼침: 카드 + 상단 밑줄 입력 + 연관 목록 */
.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .jd-global-search__shell {
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 24px;
  box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.4);
  box-sizing: border-box;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .jd-global-search__field {
  display: flex;
  gap: 8px;
  position: relative;
  padding: 0 0 8px;
  margin: 0;
  border: 0;
  min-height: 18px;
  background: transparent;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .jd-global-search__ico {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: url(./../images/icon-zoom.svg) center / contain no-repeat;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  border-bottom: 0.5px solid #000;
  border-radius: 0;
  padding: 0 28px 4px 0;
  margin: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  outline: none;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search .jd-global-search__clear {
  display: none;
  position: absolute;
  right: 21px;
  top: 17px;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
}
.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .jd-global-search__clear {
  top: 0;
  right: 0;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search .jd-global-search__clear::before,
.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search .jd-global-search__clear::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #000;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search .jd-global-search__clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search .jd-global-search__clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__panel {
  display: none;
  margin-top: 8px;
  max-height: 280px;
  overflow-y: auto;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .jd-global-search__panel:not([hidden]) {
  display: block;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__item {
  margin: 0;
  padding: 0;
}

/* 연관검색 제안: 체크박스 대신 전체 행 버튼 — 클릭 시 키워드만 반영 */
.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__suggest {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 4px 12px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  cursor: pointer;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__item-text {
  display: block;
  width: 100%;
  line-height: 1.4;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__hit {
  color: #000;
  font-weight: 400;
}

.job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__hit-muted {
  color: #929292;
}

.job_description.recruits .jd-content .jd-filter-wrap .search .search-input::placeholder {
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .job_description.recruits .jd-content .jd-list-wrap {
    padding: 0 6.51vw 5.73vw;
  }
  .job_description.recruits .jd-content .service-info {
    width: 100%;
    margin: 6.25vw auto;
    gap: 3.13vw;
  }
  .job_description.recruits .jd-content .service-info .title {
    font-size: 7.29vw;
    line-height: normal;
  }
  .job_description.recruits .jd-content .service-info .desc {
    font-size: 3.13vw;
    line-height: 1.6;
  }

  .job_description.recruits .jd-content .search-wrap {
    border-bottom: none;
    margin-bottom: 3.13vw;
  }
  .job_description.recruits .jd-content .search-wrap__inner {
    max-width: 100%;
    padding: 0 6.51vw;
  }

  /* MO: 세로 4행(사업부·직무·지역·검색) + gap — 접힌 높이만 래퍼에 예약 */
  .job_description.recruits .jd-content .jd-filter-anchor {
    min-height: 54.17vw;
  }

  /* MO: 본문 필터 영역 전체 3.65vw (base.css font-size:0 대응) */
  .job_description.recruits .jd-content .jd-filter-wrap,
  .job_description.recruits .jd-content .jd-filter-wrap * {
    font-size: 3.65vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap {
    flex-direction: column;
    gap: 3.13vw;
    padding: 0 6.51vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-filter {
    width: 100%;
    /* 열린 컬럼 패널이 아래 행(직무·지역·키워드) 위에 겹치도록 쌓임 순서만 올림 */
    z-index: 1;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open {
    z-index: 50;
  }
  .job_description.recruits .jd-content .jd-filter-wrap .jd-filter[data-filter-group="division"] .filter-trigger,
  .job_description.recruits .jd-content .jd-filter-wrap .jd-filter[data-filter-group="duty"] .filter-trigger,
  .job_description.recruits .jd-content .jd-filter-wrap .jd-filter[data-filter-group="area"] .filter-trigger {
    width: 100%;
    min-height: 10.94vw;
    padding: 3.13vw 4.17vw;
    color: #555;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-trigger .icon {
    width: 4.69vw;
    height: 4.69vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-trigger .icon::after {
    width: 1.82vw;
    height: 1.82vw;
    margin-top: -1.30vw;
    margin-left: -0.91vw;
    border-width: 0.26vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open .filter-trigger .icon::after {
    margin-top: -0.52vw;
  }

  /* MO: 패널은 PC와 동일하게 absolute — 흐름에 넣지 않아 직무·지역·검색 줄이 밀리지 않음 */
  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel {
    position: absolute;
    left: 0;
    right: 0;
    /* 브라우저 확대/축소 시 서브픽셀 라운딩으로 생기는 이음새(얇은 선) 방지: 트리거와 1px 겹치기 */
    top: calc(100% - 1px);
    width: 100%;
    margin-top: 0;
    z-index: 40;
    box-sizing: border-box;
  }

  /* MO 열림: PC와 동일하게 트리거·패널 한 덩어리(틈 제거) */
  .job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open .filter-trigger {
    border-radius: 5.47vw 5.47vw 0 0;
    border-bottom: 0;
    box-shadow: none;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel__inner {
    position: relative;
    padding: 3.13vw 4.17vw 4.17vw;
    border-radius: 5.47vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open .filter-panel__inner {
    border-radius: 0 0 5.47vw 5.47vw;
    border-top: 0;
    padding-top: 0;
  }

  /* 브라우저 확대/축소 시 상단 경계 헤어라인(얇은 선) 마스킹 */
  .job_description.recruits .jd-content .jd-filter-wrap .jd-filter.is-open .filter-panel__inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #fff;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel__title {
    font-weight: 600;
    color: #000;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel__chevron {
    width: 4.69vw;
    height: 4.69vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel__chevron::after {
    width: 1.82vw;
    height: 1.82vw;
    margin-top: -0.52vw;
    margin-left: -0.91vw;
    border-width: 0.26vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel__search {
    padding: 2.08vw 4.17vw;
    margin-bottom: 4.17vw;
    min-height: 8.85vw;
    box-sizing: border-box;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel__search-ico {
    width: 4.69vw;
    height: 4.69vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-input::placeholder {
    opacity: 0.5;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-clear {
    width: 4.69vw;
    height: 4.69vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-clear::before,
  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-clear::after {
    width: 2.60vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-list-wrap {
    max-height: none;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-list {
    padding: 0 0 0 0;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-option {
    padding: 1.56vw 0;
    gap: 2.08vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-option input[type="checkbox"] {
    width: 4.17vw;
    height: 4.17vw;
    border-width: 0.30vw;
    border-radius: 0.67vw;
    box-shadow: none;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .filter-option input[type="checkbox"]:checked {
    background-size: 2.60vw 2.08vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .search {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    box-shadow: none;
  }

  /* MO 연관검색 펼침 Figma 236:3670 */
  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search:not(.is-open) .jd-global-search__field {
    min-height: 10.94vw;
    padding: 3.13vw 4.17vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search:not(.is-open) .jd-global-search__ico {
    width: 4.69vw;
    height: 4.69vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .jd-global-search__shell {
    padding: 3.13vw 4.17vw 4.17vw;
    border-radius: 5.47vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .jd-global-search__field {
    min-height: 4.69vw;
    padding-bottom: 1.56vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .jd-global-search__ico {
    width: 4.69vw;
    height: 4.69vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search .jd-global-search__clear {
    width: 4.69vw;
    height: 4.69vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search .jd-global-search__clear::before,
  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search .jd-global-search__clear::after {
    width: 2.60vw;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__suggest {
    padding: 1.56vw 0;
  }

  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search__panel {
    max-height: 50vh;
  }
  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-input, 
  .job_description.recruits .jd-content .jd-filter-wrap .filter-panel-search-input::placeholder {
    font-size: 3.65vw;
  }
  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search:not(.is-open) .search-input,
  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search:not(.is-open) .search-input::placeholder {
    font-size: 3.65vw;
  }
  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .search-input,
  .job_description.recruits .jd-content .jd-filter-wrap .jd-global-search.is-open .search-input::placeholder {
    font-size: 3.65vw;
  }
  .job_description.recruits .jd-content .jd-filter-anchor {
    max-width: 100%;
    margin: 0 auto 6.25vw;
  }
  .job_description.recruits .jd-content .result-txt {
    height: 6.25vw;
    padding: 0 2.08vw;
    gap: 1.04vw;
  }
  .job_description.recruits .jd-content .result-txt span {
    font-size: 3.65vw;
  }
}
