.gall_1_lawyer {
  /* widget */
}
.gall_1_lawyer.bh_widget_wrap {
  position: relative;
}
.gall_1_lawyer .bh_widget_content .swiper-wrapper {
  align-items: stretch;
}
.gall_1_lawyer .bh_widget_content .swiper-slide {
  height: auto;
}
.gall_1_lawyer .bh_widget_content .bh_item {
  position: relative;
}
.gall_1_lawyer .bh_widget_content .bh_item .bh_item_inner {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gall_1_lawyer .bh_widget_content .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.gall_1_lawyer .bh_widget_content .bh_item:hover .bh_item_inner {
  /*border: 1px solid #0a0a0a;*/
}
.gall_1_lawyer .bh_widget_content .bh_item:hover .bh_img_content img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  /*-webkit-filter: grayscale(0%) blur(0px);
					filter: grayscale(0%) blur(0px);*/
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_img_box {
  min-width: 300px;
  width: 470px;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_img_box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .name_info {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .name_info .ttl {
  font-size: 50px;
  font-weight: 800;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .name_info .position {
  font-size: 20px;
  padding-bottom: 12px;
  font-weight: 500;
  color: var(--bh_color_gray_700);
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .info_detail {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  flex-grow: 1;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .career {
  margin-top: 30px;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .career .career_inner {
  font-size: 1.8rem;
  color: var(--bh_color_gray_800);
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .career .career_inner br {
  display: none;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .career .career_inner p {
  word-break: break-all;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .career .career_inner p br {
  display: block;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .history {
  margin-top: 30px;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .history .history_inner {
  font-size: 1.8rem;
  color: var(--bh_color_gray_800);
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .history .history_inner br {
  display: none;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .history .history_inner p {
  word-break: break-all;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .history .history_inner p br {
  display: block;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .lawyer_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 50px;
  border: 1px solid var(--bh_color_main);
  background-color: var(--bh_color_white);
  color: var(--bh_color_main);
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s;
}
.gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .lawyer_more:hover {
  background-color: var(--bh_color_main);
  color: var(--bh_color_white);
}
@media (max-width: 992px) {
  .gall_1_lawyer .bh_widget_content .bh_item .bh_item_inner {
    align-items: unset;
    gap: 20px;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_img_box {
    min-width: auto;
    height: auto;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_img_box img {
    height: 100%;
    object-fit: cover;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box {
    width: 52%;
    flex-shrink: 0;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .name_info {
    flex-direction: column;
    align-items: unset;
    gap: 5px;
    padding-bottom: 6px;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .name_info .ttl {
    font-size: 22px;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .name_info .position {
    font-size: 1.6rem;
    padding-bottom: 0px;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .info_detail {
    gap: 15px;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .career {
    margin-top: 10px;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .career .career_inner {
    font-size: 1.6rem;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .history {
    margin-top: 10px;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .history .history_inner {
    font-size: 1.6rem;
  }
  .gall_1_lawyer .bh_widget_content .bh_item .lawyer_info_box .lawyer_more {
    width: 100px;
    height: 32px;
  }
}
/*# sourceMappingURL=829a14375eb2bc80e11d44ed9faa8984eb5f0b08.widget.scss.map */
