@charset "UTF-8";
/* 웹진 */
.job_list_wrap .webzine_wrap {
  margin-top: 0;
  margin-bottom: 30px;
}
.job_list_wrap .webzine_wrap > .bh_item {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.job_list_wrap .webzine_wrap > .bh_item:last-child {
  margin-bottom: 0;
}
.job_list_wrap .webzine_wrap > .bh_item .bh_item_inner {
  position: relative;
  display: flex;
  width: 100%;
  padding: 30px 15px 30px 30px;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
}
.job_list_wrap .webzine_wrap > .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.job_list_wrap .webzine_wrap > .bh_item:hover .bh_item_inner {
  background-color: var(--bh_color_white);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
.job_list_wrap .webzine_wrap > .bh_item:hover .bh_img_content .for_modify {
  opacity: 1;
}
.job_list_wrap .webzine_wrap .scrapBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}
.job_list_wrap .webzine_wrap .scrapBtn img {
  height: 20px;
  object-fit: cover;
}
.job_list_wrap .webzine_wrap .bh_img_content {
  position: relative;
}
.job_list_wrap .webzine_wrap .bh_img_content img {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  border: 1px solid var(--bh_color_gray_300);
  overflow: hidden;
  margin-right: 50px;
}
.job_list_wrap .webzine_wrap .bh_img_content .check {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 99;
}
.job_list_wrap .webzine_wrap .bh_img_content .for_modify {
  opacity: 0;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 99;
  color: #343a40;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 0 5px;
}
.job_list_wrap .webzine_wrap .bh_img_content .thumbnail_lazy {
  background-image: url("../../../../modules/bhjob/skins/nursenet/img/thumbnail_lazy.jpg");
  border-radius: 10px;
  padding-bottom: 100%;
}
.job_list_wrap .webzine_wrap .bh_content_wrap {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  padding-right: 0;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_title {
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content {
  position: relative;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .summary {
  width: 100%;
  height: 40px;
  padding-right: 100px;
  margin-bottom: 20px;
  color: var(--bh_color_gray_600);
  font-size: 1.4rem;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .detail_info {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid var(--bh_color_gray_300);
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info {
  font-size: 1.4rem;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info.mobile {
  display: none;
  max-width: 80%;
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 10px;
  border-radius: 5px;
  color: var(--bh_color_gray_600);
  background-color: var(--bh_color_gray_100);
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info ul {
  display: flex;
  align-items: center;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info ul li {
  display: inline-block;
  position: relative;
  list-style: none;
  padding-right: 10px;
  margin-right: 5px;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info ul li.detail_list {
  max-width: 35%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info ul li > span {
  font-size: 1.4rem;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info ul li::after {
  position: absolute;
  content: "|";
  color: var(--bh_color_gray_300);
  font-size: 12px;
  right: 0;
  top: 2px;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info ul li:last-child::after {
  display: none;
}
.job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .d-day {
  width: 100%;
  text-align: right;
}
.job_list_wrap .webzine_wrap .name_wrap.mobile {
  display: none;
}
.job_list_wrap .webzine_wrap .name_wrap .name {
  max-width: 65px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.job_list_wrap .webzine_wrap .label_wrap {
  text-align: left;
}
.job_list_wrap .webzine_wrap .label {
  display: inline-block;
  color: #fff;
  line-height: 18px;
  background-color: #343a40;
  padding: 4px 9px 3px 9px;
  margin: 2px 1px;
}
.job_list_wrap .webzine_wrap .label1 {
  background-color: #7cc576;
}
.job_list_wrap .webzine_wrap .label2 {
  background-color: #f63440;
}
.job_list_wrap .webzine_wrap .label3 {
  background-color: #3F51B5;
}
.job_list_wrap .webzine_wrap .label4 {
  color: #3F51B5;
  border: 1px solid #3F51B5;
}
@media (max-width: 992px) {
  .job_list_wrap .store_wg .bh_gall_tc_1 .bh_widget_content .bh_item .bh_item_inner, .job_list_wrap .store_wg .bh_gall_tc_1 .bh_widget_content .info_wrap {
    border-radius: 0;
  }
  .job_list_wrap .store_wg .bh_gall_tc_1 .bh_widget_content .info_wrap {
    padding: 39px 30px;
  }
  .job_list_wrap .job_list_content {
    position: relative;
    padding: 0px;
    background-color: var(--bh_color_white);
    z-index: 3;
  }
  .job_list_wrap .webzine_wrap > .bh_item {
    margin-bottom: 0;
  }
  .job_list_wrap .webzine_wrap > .bh_item .bh_item_inner {
    padding: 10px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .job_list_wrap .webzine_wrap > .bh_item:hover .bh_item_inner {
    box-shadow: none;
  }
  .job_list_wrap .webzine_wrap .bh_img_content {
    border-radius: 10px;
  }
  .job_list_wrap .webzine_wrap .bh_img_content img {
    min-width: 55px;
    width: 55px !important;
    height: 55px !important;
    margin-right: 20px;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_title {
    font-size: 14px !important;
    color: var(--bh_color_text);
    margin-top: 4px;
    padding-bottom: 0;
    line-height: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_content {
    font-size: 14px;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .detail_info {
    padding-top: 5px;
    border-top: none;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info > span {
    border-right: 0;
    padding-right: 0;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info ul li > span {
    font-size: 13px;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info ul li::after {
    top: 3px;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info.pc {
    display: none;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .info.mobile {
    display: inline-block;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .summary {
    display: none;
  }
  .job_list_wrap .webzine_wrap .bh_content_wrap .bh_content .d-day {
    display: none;
  }
  .job_list_wrap .webzine_wrap .name_wrap.mobile {
    display: block;
  }
  .job_list_wrap .webzine_wrap .name_wrap.pc {
    display: none;
  }
  .job_list_wrap .webzine_wrap .label {
    padding: 3px 3px 3px 3px !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 11px !important;
  }
}
/*# sourceMappingURL=2fd2c2b2037f3a473ff0f9f37318dc4f7d163ddb.person_webzine.scss.map */
