.bhjob_wrap {
  /* job_list_wrap */
  /* -job_list_wrap */
}
.bhjob_wrap .job_list_wrap .job_list_header {
  margin-bottom: 20px;
  justify-content: space-between;
  display: flex;
}
.bhjob_wrap .job_list_wrap .job_list_header .list_title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
.bhjob_wrap .job_list_wrap .job_list_header .resume_btn {
  margin-left: 15px;
  padding: 3px 11px 0 11px;
  background-color: var(--bh_color_main);
  border: 1px solid var(--bh_color_main);
  color: #fff;
  font-size: 1.8rem;
  border-radius: 3px;
}
.bhjob_wrap .job_list_wrap .job_list_header .resume_btn:hover {
  color: var(--bh_color_main);
  background-color: #fff;
}
.bhjob_wrap .job_list_wrap .job_list_footer .pagination {
  position: relative;
  text-align: center;
  margin: 50px auto 0;
}
@media (max-width: 992px) {
  .bhjob_wrap .job_list_wrap .job_list_footer .pagination {
    margin: 35px auto 0;
  }
}
.bhjob_wrap .job_list_wrap .job_list_footer .pagination > div {
  display: inline-block;
}
.bhjob_wrap .job_list_wrap .job_list_footer .pagination .direction {
  float: left;
  position: relative;
  width: 28px;
  height: 28px;
  color: var(--bh_color_gray_600);
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
}
.bhjob_wrap .job_list_wrap .job_list_footer .pagination .direction:hover {
  color: var(--bh_color_black);
}
.bhjob_wrap .job_list_wrap .job_list_footer .pagination .direction.active {
  color: var(--bh_color_main);
  font-weight: bold;
  border-color: var(--bh_color_main);
}
.bhjob_wrap .job_list_wrap .job_list_footer .pagination .direction.disabled {
  color: var(--bh_color_gray_300) !important;
}
.bhjob_wrap .job_list_wrap .job_list_footer .m_pagination {
  display: flex;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
}
.bhjob_wrap .job_list_wrap .job_list_footer .m_pagination > div {
  display: inline-block;
}
.bhjob_wrap .job_list_wrap .job_list_footer .m_pagination .direction {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 40px;
  color: var(--bh_color_gray_900);
  font-size: 0.95em;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.5px;
  vertical-align: middle;
  background-color: var(--bh_color_bg_main);
  border-top: solid 1px var(--bh_color_gray_300);
  border-right: solid 1px var(--bh_color_gray_300);
  border-bottom: solid 1px var(--bh_color_gray_300);
  border-radius: 5px;
  margin-right: 0;
  margin-left: 0;
}
.bhjob_wrap .job_list_wrap .job_list_footer .m_pagination .direction:first-child {
  border-left: solid 1px var(--bh_color_gray_300);
}
.bhjob_wrap .job_list_wrap .job_list_footer .m_pagination .direction:hover {
  color: var(--bh_color_black);
  background-color: var(--bh_color_gray_100);
}
.bhjob_wrap .job_list_wrap .job_list_footer .m_pagination .page_no_wrap {
  text-align: center;
  margin: 0 15px;
}
@media (max-width: 992px) {
  .bhjob_wrap .job_list_wrap {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .bhjob_wrap .job_list_wrap .job_list_header .list_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
  }
  .bhjob_wrap .job_list_wrap .job_list_footer .pagination {
    padding-bottom: 30px;
  }
  .bhjob_wrap .job_list_wrap .job_list_footer .pagination .direction {
    width: 22px;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
  }
  .store_wg .bh_gall_tc_1 .swiper-card .swiper-button-prev, .store_wg .bh_gall_tc_1 .swiper-card .swiper-button-next {
    display: none;
  }
}
.job .xe-widget-wrapper {
  overflow: visible;
}
.job .xe-widget-wrapper .bh_gall_tc_job.bh_widget_wrap {
  overflow: visible;
}
.job .xe-widget-wrapper .bh_gall_tc_job.bh_widget_wrap .bh_widget_content .bh_item {
  overflow: visible;
}
.prev_next_btn_wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 11;
  box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  background-color: #fff;
}
.prev_next_btn_wrap span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}
.prev_next_btn_wrap .Prev_bt {
  width: 100px;
  border: solid 1px var(--bh_color_gray_300);
  margin-right: 7px;
  background-color: #fff;
}
.prev_next_btn_wrap .Prev_bt.style2 {
  background-color: var(--bh_color_gray_100);
  color: var(--bh_color_gray_300);
}
.prev_next_btn_wrap .Next_bt {
  width: calc(100% - 111px);
  border: 1px solid var(--bh_color_main);
  background-color: var(--bh_color_main);
  color: #fff;
}
.prev_next_btn_wrap input[type="submit"] {
  width: calc(100% - 111px);
  height: 40px;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  border-color: var(--bh_color_main);
  background-color: var(--bh_color_main);
}
/*# sourceMappingURL=753e796f6decf1b888f0d20655dbe7897ef0faa5.style.scss.map */
