    .notScroll_modal {overflow: hidden; width: 100%; height: 100%; touch-action: none;}

.filter_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  
}
.filter_modal.active .modal_inner{
  bottom: 0;
}

.filter_modal .modal_inner{
  position: fixed;
  bottom: -0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border-radius: 1rem 1rem 0 0;
  transition: bottom .5s ease;
  padding: 0;
  background-color: #fff;
  border-width: 1px 1px 0 1px;
  max-height: 98vh;
  width: 100%;
}


.modal_close button {
  width: 1.4rem;
  aspect-ratio: 1 /1;
}
.modal_close button img{
  width: 100%;
}


.filter_modal .title_wrap{
  padding: 2.6rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter_modal .filter_list  {
  width: 100%;
  position: relative;
}
.filter_modal .filter_list::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 100%;
    background: linear-gradient(to left, #ffffff8a, rgba(255, 255, 255, 0));
    z-index: 9;
}
.filter_modal .filter_item {
  width: fit-content;
  min-width: fit-content;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: -0.048rem;
  color: #878787;
  position: relative;
  cursor: pointer;
  padding-right: 10px;
}
.filter_modal .filter_item.active {
  color: #1c1c1c;
}
.filter_modal .filter_item.fire::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 4px;
  background: #df222c;
  border-radius: 50%;
}
.filter_modal .content_wrap .cate_box {
  display: none;
}
.filter_modal .content_wrap .cate_box.show {
  display: block;
}
.filter_modal .content_wrap .cate_box.region_box {
  padding: 0;
  border-top: 1px solid #f1f1f1;
}
.filter_modal .content_wrap .cate_box.region_box .inner_region {
  display: flex;
  height: 27.4rem;
}
.filter_modal .content_wrap .region_list {
  width: 8.8rem;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
  border-right: 1px solid #f1f1f1;
}
.filter_modal .content_wrap .region_list .region {
  width: 100%;
  padding: 1.6rem 0 1.6rem 1.6rem;
  background-color: #fafafa;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.42px;
}
.filter_modal .content_wrap .region_list .region.active {
  background: var(--brandColor);
  color: #fff;
}
.filter_modal .content_wrap .district_list .total_district {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.042rem;
  width: 13.6rem;
  padding: 1.6rem 0px 1.6rem 1.6rem;
  background-color: #fff;
}
.filter_modal .content_wrap .district_list .total_district.active {
    background-color: #f2f7fc;
    color: var(--brandColor);
}
.filter_modal .content_wrap .district_list {
  width: 13.6rem;
  overflow-y: auto;
  cursor: pointer;
  overflow-x: hidden;
  border-right: 1px solid #f1f1f1;
}
.filter_modal .content_wrap .district_list .district {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.042rem;
  width: 100%;
  padding: 1.6rem 0px 1.6rem 1.6rem;
  background-color: #fff;
}
.filter_modal .content_wrap .district_list .district.active {
  background-color: #f2f7fc;
  color: var(--brandColor);
}
.filter_modal .content_wrap .dong_list {
  flex: 1;
  cursor: pointer;
  overflow-y: auto;
  display: none;
}
.filter_modal .content_wrap .dong_list img {
  width: 1.1rem;
}
.filter_modal .content_wrap .dong_list .total_dong {
  width: 100%;
  padding: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter_modal .content_wrap .dong_list .total_dong.active {
    background-color: #f2f7fc;
    color: var(--brandColor);
}
.filter_modal .content_wrap .dong_list .dong {
  width: 100%;
  padding: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter_modal .content_wrap .dong_list .dong.active {
    background-color: #f2f7fc;
    color: var(--brandColor);
}

/* filter_bottom_wrap */
.filter_bottom_wrap {
  padding: 0 1.6rem 3.4rem 1.6rem;
  z-index: 9;
  position: relative;
  max-height: 20rem;
}
.filter_modal .selected_tags {
    /* box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.05); */
    padding: 2.4rem 0 2.4rem 1.6rem;
}
.filter_modal .selected_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: -0.048rem;

}
.filter_modal .selected_title .count {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #878787;
}
.filter_modal .selected_title .count > b {
  color: var(--brandColor);
}
.filter_modal .tag_list {
  height: 3.2rem;
    margin-top: 1.4rem;

}
.filter_modal .tag_item {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: -0.042rem;
  color: #3a3a3a;
  padding: 0.8rem 1.6rem;
  border-radius: 1.6rem;
  border: solid 1px #d5d5d5;
  background-color: #fafafa;
}
.filter_modal .tag_item img {
  width: 0.8rem;
  cursor: pointer;
}
.filter_bottom_wrap .button_box {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.filter_bottom_wrap .reset_btn {
  flex: 1;
  height: 5.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  border-radius: 1rem;
  border: solid 1px #d5d5d5;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.042rem;
  color: #878787;
}
.filter_bottom_wrap .reset_btn img {
  width: 1.2rem;
}
.filter_bottom_wrap .apply_btn {
  height: 5.3rem;
  border-radius: 1rem;
  background-color: #007bff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.054rem;
  text-align: center;
  color: #fff;
  width: 24.4rem;
  padding: 1.6rem 0;
}
.filter_modal .industry_box .selected_box {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.filter_modal .cate_box .selected_info {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.042rem;
  color: #878787;
  text-align: right;
}
.filter_modal .cate_box {
  padding: 0rem 1.6rem 2.4rem 1.6rem;
}
.filter_modal .cate_box .grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.filter_modal .cate_box input[type=checkbox] {
  display: none;
}
.filter_modal .cate_box label {
  padding: 1.6rem 0;
  border-radius: 0.5rem;
  border: solid 1px #d5d5d5;
  background-color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.042rem;
  text-align: center;
  cursor: pointer;
}
.filter_modal .cate_box input[type=radio]:checked + label {
  border: solid 1px var(--brandColor);
  background-color: #f2f7fc;
  color: var(--brandColor);
}
.filter_modal .cate_box input[type=checkbox]:checked + label {
  border: solid 1px var(--brandColor);
  background-color: #f2f7fc;
  color: var(--brandColor);
}


.filter_btn.on {
  background: var(--brandColor);
  color: #fff;
  border: 1px solid var(--brandColor);
}
.career_data input[type='radio'], .education_data input[type='radio'] {display: none;}