.search_form_mobile_wrap {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 0 15px;
  background: var(--bh_color_gray_100);
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap {
  position: relative;
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap > span {
  position: relative;
  display: inline-block;
  padding: 3px 9px 2px 9px;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 50px;
  font-size: 14px;
  background-color: #fff;
  margin-right: 7px;
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap > span i {
  margin-left: 3px;
  position: relative;
  top: 0.5px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap > span.num_exit {
  background-color: var(--bh_color_main);
  color: #fff;
  border: 1px solid var(--bh_color_main);
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap .select_contents_span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap .refresh_btn {
  display: none;
  padding: 0;
  height: 28px;
  width: 28px;
  border-radius: 100px;
  text-align: center;
  line-height: 27px;
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap .refresh_btn i {
  position: unset;
  margin: 0;
  color: var(--bh_color_gray_600);
  font-size: 16px;
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap .refresh_btn.refresh_exit {
  display: inline-block;
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap .filter_icon_wrap {
  width: 28px;
  height: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 8px;
  right: 0;
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap .filter_icon_wrap i {
  margin: 0;
  position: relative;
  top: 2px;
  right: unset;
  color: var(--bh_color_gray_600);
}
.search_form_mobile_wrap .search_form_filter_wrap .select_contents_wrap .filter_icon_wrap.num_exit i {
  color: #fff;
}
.search_form_mobile_wrap .bh_layer.search_form_layer {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1002;
}
.search_form_mobile_wrap .bh_layer.search_form_layer .bh_layer_header {
  justify-content: center;
  padding: 19.5px 15px !important;
}
.search_form_mobile_wrap .bh_layer.search_form_layer .bh_layer_close {
  top: 18px;
  right: 15px;
}
.search_form_mobile_wrap .bh_layer.search_form_layer .bh_layer_close i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
.search_form_mobile_wrap .bh_layer.search_form_layer .bh_layer_content {
  max-width: 100%;
}
.search_form_mobile_wrap .bh_layer.search_form_layer .bh_layer_content .bh_layer_body {
  height: 100vh;
  max-height: 100vh;
}
.search_form_mobile_wrap .bh_search_tool_wrap {
  position: fixed;
  z-index: 50;
  bottom: 0;
  width: 100%;
  background-color: #f7f7f7;
  border: solid 1px var(--bh_color_gray_300);
  border-top: 0;
  padding: 11px 15px 20px 15px;
  box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, 0.1);
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_tool_title {
  margin-bottom: 12px;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_tool_title .arrow_box {
  display: none;
  position: absolute;
  top: 2.5px;
  right: 0;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_tool_title .arrow_box i {
  font-size: 24px;
  color: var(--bh_color_gray_600);
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_tool_title .arrow_box i.rotate {
  transform: rotate(180deg);
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_tool_title .arrow_box.show {
  display: inline-block;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_ul_wrap {
  max-height: 71px;
  height: 100%;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_ul_wrap.moreview {
  max-height: 106px;
  overflow-y: scroll;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_ul_wrap.overhidden {
  overflow: hidden;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_keyword_items .bh_item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_keyword_items .bh_item:last-child {
  margin-right: 0;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_keyword_items .bh_item > button {
  display: flex;
  align-items: center;
  color: var(--bh_color_gray_600);
  font-size: 14px;
  padding: 4px 6px;
  border: 0;
  border-radius: 99px;
  background-color: #eeeeee;
  color: var(--bh_color_text);
  cursor: pointer;
}
.search_form_mobile_wrap .bh_search_tool_wrap .search_keyword_items .bh_item > button > i {
  color: #bdbdbd;
  font-size: 13px;
  margin-left: 3.5px;
  margin-top: 1px;
}
.search_form_mobile_wrap .bh_search_tool_wrap .job_search_btn_wrap {
  display: flex;
  margin-top: 15px;
}
.search_form_mobile_wrap .bh_search_tool_wrap .job_search_btn_wrap .refresh_btn {
  display: inline-block;
  width: 100px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid var(--bh_color_gray_300);
  margin-right: 10px;
}
.search_form_mobile_wrap .bh_search_tool_wrap .job_search_btn_wrap .job_search_btn {
  width: calc(100% - 110px);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background-color: var(--bh_color_main);
  border-radius: 4px !important;
  border: 1px solid transparent;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.search_form_mobile_wrap .bh_search_tool_wrap .job_search_btn_wrap .job_search_btn > i {
  font-size: 12px;
  vertical-align: middle;
  margin-top: -4px;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_wrap {
  display: -ms-flexbox !important;
  display: flex !important;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_wrap .tab_left_wrap {
  position: relative;
  width: 240px;
  flex-shrink: 0;
  padding: 0;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_wrap .tab_right_wrap {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 240px);
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_wrap .tab_right_wrap ul > li {
  padding: 5px 15px;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_wrap .tab_right_wrap input[type="radio"], .search_form_mobile_wrap .search_form_area_wrap .bh_tab_wrap .tab_right_wrap input[type="checkbox"] {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: var(--bh_color_gray_300) ddd;
  vertical-align: middle;
  margin-top: -3px;
  cursor: pointer;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_wrap .tab_right_wrap label > span {
  display: inline-block;
  height: 20px;
  color: var(--bh_color_gray_600);
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  padding-left: 5px;
  margin-right: 14px;
  cursor: pointer;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category {
  text-align: left;
  margin-bottom: 0;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category li a {
  display: block;
  color: #3f3f3f;
  font-size: 15px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category li a span {
  display: block;
  position: relative;
  color: var(--bh_color_gray_600);
  font-size: 14px;
  font-weight: 400;
  padding: 6px 20px;
  margin: 0;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category li a.active span {
  color: var(--bh_color_main);
  font-weight: 700;
  background-color: var(--bh_color_gray_100);
  z-index: 1;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category li a.on span {
  color: var(--bh_color_main);
  font-weight: 700;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category li a .bh_toggle_style {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  color: #666;
  font-size: 18px;
  text-align: right;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  z-index: 2;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category li a .bh_toggle_style i {
  font-size: 18px;
  padding: 3px 10px 3px 10px;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category li a .bh_toggle_style .bh_toggle_style_right {
  display: none;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category li a.active .bh_toggle_style .bh_toggle_style_right {
  color: var(--bh_color_main);
  display: block;
}
.search_form_mobile_wrap .search_form_area_wrap .bh_tab_search_category li:not(:last-child) a {
  border-right: 0;
}
.search_form_mobile_wrap .filter_layer_index .bh_layer_toggle {
  position: relative;
  padding: 0 15px;
}
.search_form_mobile_wrap .filter_layer_index .bh_layer_toggle p {
  width: 100%;
  padding: 11px 0;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.search_form_mobile_wrap .filter_layer_index .bh_layer_toggle i {
  position: absolute;
  top: 10px;
  right: 15px;
}
.search_form_mobile_wrap .filter_layer_area .bh_layer_content {
  overflow-y: hidden;
  height: calc(var(--vh, 1vh) * 100);
}
.search_form_mobile_wrap .filter_layer_area .bh_layer_body {
  height: calc(100vh - 51px) !important;
}
.search_form_mobile_wrap .filter_layer_area .bh_layer_content {
  padding-top: 51px;
  padding-bottom: 0;
}
.search_form_mobile_wrap .filter_layer_area .search_form_area_wrap {
  height: 100%;
}
.search_form_mobile_wrap .filter_layer_area .search_form_area_wrap .bh_tab_wrap {
  height: 100%;
}
.search_form_mobile_wrap .filter_layer_area .tab_left_wrap {
  height: 100%;
  width: 150px !important;
  background-color: var(--bh_color_gray_100);
  padding-bottom: 200px !important;
  overflow-y: scroll;
}
.search_form_mobile_wrap .filter_layer_area .tab_left_wrap .bh_tab_search_category {
  background: var(--bh_color_gray_100);
  padding: 15px 1px 0 1px;
}
.search_form_mobile_wrap .filter_layer_area .tab_left_wrap .bh_tab_search_category ul {
  width: calc(100% - 15px);
}
.search_form_mobile_wrap .filter_layer_area .tab_left_wrap .bh_tab_search_category li a {
  height: 40px;
}
.search_form_mobile_wrap .filter_layer_area .tab_left_wrap .bh_tab_search_category li a span {
  width: 100%;
  height: 100%;
  line-height: 28px;
}
.search_form_mobile_wrap .filter_layer_area .tab_left_wrap .bh_tab_search_category li a.active a {
  padding: 0;
}
.search_form_mobile_wrap .filter_layer_area .tab_left_wrap .bh_tab_search_category li a.active span {
  background: var(--bh_color_main);
  position: relative;
  left: 10px;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 5px 10px 25px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.6;
  color: #fff;
}
.search_form_mobile_wrap .filter_layer_area .tab_left_wrap .bh_tab_search_category li a.active .bh_toggle_style {
  top: 0;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 40px;
}
.search_form_mobile_wrap .filter_layer_area .tab_left_wrap .bh_tab_search_category li a.active .bh_toggle_style i {
  height: 18px;
  position: relative;
  right: 15px;
  top: -1px;
  padding: 0;
  color: #fff !important;
}
.search_form_mobile_wrap .filter_layer_area .tab_right_wrap {
  max-width: calc(100% - 150px) !important;
  padding: 15px;
  height: 100%;
  padding-bottom: 200px !important;
  overflow-y: scroll;
}
.search_form_mobile_wrap .filter_layer_area .tab_right_wrap ul li {
  height: 39px;
  padding: 0 !important;
}
.search_form_mobile_wrap .filter_layer_area .tab_right_wrap label {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.search_form_mobile_wrap .filter_layer_area .tab_right_wrap label span {
  display: flex !important;
  align-items: center;
  width: 100%;
  height: 100% !important;
  line-height: 1 !important;
  padding: 0px;
}
.search_form_mobile_wrap .filter_layer_area .tab_right_wrap label i {
  position: absolute;
  right: 0;
  top: 7px;
  color: var(--bh_color_gray_600);
}
.search_form_mobile_wrap .filter_layer_area .tab_right_wrap label input[type="checkbox"] {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}
.search_form_mobile_wrap .filter_layer_area .tab_right_wrap label input[type="checkbox"]:checked + span {
  font-weight: 500;
  color: #000000 !important;
}
.search_form_mobile_wrap .filter_layer_area .tab_right_wrap label input[type="checkbox"]:checked ~ i {
  font-weight: 700;
  color: #000000 !important;
}
.search_form_mobile_wrap .filter_layer_job_department .bh_layer_content, .search_form_mobile_wrap .filter_layer_job_category .bh_layer_content, .search_form_mobile_wrap .filter_layer_job_category_children .bh_layer_content {
  padding-top: 51px;
}
.search_form_mobile_wrap .filter_layer_job_department .bh_row, .search_form_mobile_wrap .filter_layer_job_category .bh_row, .search_form_mobile_wrap .filter_layer_job_category_children .bh_row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.search_form_mobile_wrap .filter_layer_job_department .bh_row > li, .search_form_mobile_wrap .filter_layer_job_category .bh_row > li, .search_form_mobile_wrap .filter_layer_job_category_children .bh_row > li {
  padding: 0 7.5px;
  margin-bottom: 10px;
}
.search_form_mobile_wrap .filter_layer_job_department label, .search_form_mobile_wrap .filter_layer_job_category label, .search_form_mobile_wrap .filter_layer_job_category_children label {
  display: inline-block;
  width: 100%;
  height: 40px;
}
.search_form_mobile_wrap .filter_layer_job_department label span, .search_form_mobile_wrap .filter_layer_job_category label span, .search_form_mobile_wrap .filter_layer_job_category_children label span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: var(--bh_color_gray_600);
  background-color: #fff;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 5px;
}
.search_form_mobile_wrap .filter_layer_job_department label input[type="checkbox"], .search_form_mobile_wrap .filter_layer_job_category label input[type="checkbox"], .search_form_mobile_wrap .filter_layer_job_category_children label input[type="checkbox"] {
  appearance: none;
}
.search_form_mobile_wrap .filter_layer_job_department label input[type="checkbox"]:checked + span, .search_form_mobile_wrap .filter_layer_job_category label input[type="checkbox"]:checked + span, .search_form_mobile_wrap .filter_layer_job_category_children label input[type="checkbox"]:checked + span {
  border-color: var(--bh_color_main);
  background-color: var(--bh_color_main);
  color: #fff;
}
.search_form_mobile_wrap .filter_layer_detail .bh_layer_content {
  padding-top: 51px;
}
.search_form_mobile_wrap .filter_layer_detail .search_form_detail_wrap table {
  border: unset;
}
.search_form_mobile_wrap .filter_layer_detail .search_form_detail_wrap table th {
  padding: 11px 0;
  font-weight: 600;
}
.search_form_mobile_wrap .filter_layer_detail .search_form_detail_wrap table td {
  padding: 15px;
  padding-bottom: 5px;
  background-color: var(--bh_color_gray_100);
  border-radius: 10px;
}
.search_form_mobile_wrap .filter_layer_detail .search_form_detail_wrap table select {
  min-width: unset;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  color: var(--bh_color_text);
  margin-bottom: 10px;
  background-color: #fff;
}
.search_form_mobile_wrap .filter_layer_detail .search_form_detail_wrap .bh_row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.search_form_mobile_wrap .filter_layer_detail .search_form_detail_wrap .bh_row > li {
  padding: 0 7.5px;
}
.search_form_mobile_wrap .filter_layer_detail .cus_checkbox label {
  display: inline-block;
  width: 100%;
}
.search_form_mobile_wrap .filter_layer_detail .cus_checkbox input[type="checkbox"] {
  appearance: none;
  display: none;
}
.search_form_mobile_wrap .filter_layer_detail .cus_checkbox input[type="checkbox"] + span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid var(--bh_color_gray_300);
}
.search_form_mobile_wrap .filter_layer_detail .cus_checkbox input[type="checkbox"]:checked + span {
  border-color: var(--bh_color_main);
  background-color: var(--bh_color_main);
  color: #fff;
}
.search_form_mobile_wrap .filter_layer_detail .cus_checkbox input[type="radio"] {
  appearance: none;
  display: none;
}
.search_form_mobile_wrap .filter_layer_detail .cus_checkbox input[type="radio"] + span {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 50px;
  background-color: #fff;
  margin-bottom: 10px;
}
.search_form_mobile_wrap .filter_layer_detail .cus_checkbox input[type="radio"]:checked + span {
  border-color: var(--bh_color_main);
  color: var(--bh_color_main);
  font-weight: bold;
}
.search_form_mobile_wrap .filter_layer_detail input[name="salary_follow"] {
  appearance: none;
}
.search_form_mobile_wrap .filter_layer_detail input[name="salary_follow"]::before {
  content: "";
  display: inline-block;
  width: 13.5px;
  height: 13.5px;
  border-radius: 3px;
  border: 1px solid var(--bh_color_gray_300);
  margin-right: 5px;
  background-color: #fff;
  position: relative;
  bottom: 4.5px;
}
.search_form_mobile_wrap .filter_layer_detail input[name="salary_follow"] + span {
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
}
.search_form_mobile_wrap .filter_layer_detail input[name="salary_follow"]:checked::before {
  border: 2px solid var(--bh_color_main);
  background-image: url("../../../../modules/bhjob/skins/nursenet/img/check.png");
  background-size: contain;
}
.search_form_mobile_wrap .filter_layer_detail input[name="salary_follow"]:checked + span {
  font-weight: bold;
}
/*# sourceMappingURL=65db70687c97be5e497f2beff4b0d28b50482bbe.job_search_form_mobile.scss.map */
