.gall_1_main_lawyer_top {
  /* widget */
}
.gall_1_main_lawyer_top.bh_widget_wrap {
  position: relative;
  overflow: hidden;
}
.gall_1_main_lawyer_top .bh_widget_content.bh_row {
  row-gap: 30px;
}
@media (max-width: 992px) {
  .gall_1_main_lawyer_top .bh_widget_content.bh_row {
    row-gap: 20px;
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .gall_1_main_lawyer_top .bh_widget_content.bh_row .col-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.gall_1_main_lawyer_top .bh_widget_content .bh_item {
  position: relative;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_item .bh_item_inner {
  position: relative;
  height: 100%;
  background-image: url("../../../../widgets/bh_gall_widget/skins/gall_1_main_lawyer_top/img/lawyer_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .gall_1_main_lawyer_top .bh_widget_content .bh_item .bh_item_inner {
    padding: 6px 10px 81px;
  }
}
.gall_1_main_lawyer_top .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;*/
}
.gall_1_main_lawyer_top .bh_widget_content.swiper-card .bh_item {
  margin-bottom: 0;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_img_content {
  position: relative;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_img_content img {
  width: 100%;
  aspect-ratio: 0.8284424379;
  max-height: 450px;
  object-fit: contain;
  object-position: top;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_img_content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .gall_1_main_lawyer_top .bh_widget_content .bh_img_content img {
    aspect-ratio: 0.9297297297;
    max-height: 200px;
  }
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner {
  position: relative;
  width: 100%;
  min-height: 200px;
  padding: 20px 30px;
  backdrop-filter: blur(8px);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
  border-radius: 15px 15px 0 0;
  color: var(--bh_color_white);
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 181px;
  height: 150px;
  background-image: url("../../../../widgets/bh_gall_widget/skins/gall_1_main_lawyer_top/img/simbol_pc.png");
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .name_box {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .career_pc {
  display: flex;
  font-size: 16px;
  gap: 10px;
  align-items: stretch;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .career_pc .career_item {
  position: relative;
  width: 50%;
  padding-bottom: 10px;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .career_pc .career_item p {
  position: relative;
  padding-left: 25px;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .career_pc .career_item p::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 3px;
  height: 3px;
  background-color: var(--bh_color_white);
  border-radius: 50%;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .career_pc .right {
  position: relative;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .career_pc .right::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .career_pc br {
  display: none;
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .career_m {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
  height: 108px;
  font-size: 12px;
  color: var(--bh_color_white);
}
.gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .career_m br {
  display: none;
}
@media (max-width: 992px) {
  .gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap {
    padding: 0 10px;
  }
  .gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner {
    padding: 10px;
    min-height: 159px;
    border-radius: 10px 10px 0 0;
  }
  .gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner::after {
    background-image: url("../../../../widgets/bh_gall_widget/skins/gall_1_main_lawyer_top/img/simbol_m.png");
    width: 110px;
    height: 116px;
    right: 0;
  }
  .gall_1_main_lawyer_top .bh_widget_content .bh_content_wrap .content_inner .name_box {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=117dc010b33ef3cb3ffab0401301d9c962802c6d.widget.scss.map */
