@charset "UTF-8";
/* 리스트 */
.board_list .list_wrap {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
.board_list .list_wrap li {
  position: relative;
  color: var(--bh_color_gray_900);
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding: 13px 11px;
}
.board_list .list_wrap li:first-child {
  border-top: 1px solid var(--bh_color_gray_300);
}
.board_list .list_wrap li.notice {
  background: var(--bh_color_gray_50);
}
.board_list .list_wrap li > a:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.board_list .list_wrap li .check {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}
.board_list .list_wrap .label {
  display: inline-block;
  color: #fff;
  line-height: 18px;
  background-color: #343a40;
  padding: 3px 9px 3px 9px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .board_list .list_wrap .label {
    padding: 3px 3px 3px 3px !important;
    margin-right: 5px !important;
    font-size: 11px !important;
    line-height: 11px !important;
  }
}
/* 갤러리 */
.board_list .gallery_wrap {
  text-align: left;
  row-gap: 20px;
}
.board_list .gallery_wrap a, .board_list .gallery_wrap a:hover, .board_list .gallery_wrap a:active, .board_list .gallery_wrap a:focus {
  text-decoration: none;
}
.board_list .gallery_wrap .bh_item {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .board_list .gallery_wrap .bh_item.col-6 .bh_item_inner .lawyer_who {
    justify-content: flex-start;
  }
}
.board_list .gallery_wrap .bh_item .check {
  position: absolute;
  left: 35px;
  top: 15px;
  z-index: 10;
}
.board_list .gallery_wrap .bh_item .bh_item_inner {
  background-color: var(--bh_color_white);
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 10px;
  overflow: hidden;
  padding: 35px 30px 20px;
  -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;
}
.board_list .gallery_wrap .bh_item .bh_item_inner a {
  pointer-events: auto;
}
.board_list .gallery_wrap .bh_item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.board_list .gallery_wrap .bh_item:hover .bh_item_inner {
  border: 1px solid var(--bh_color_sub);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}
.board_list .gallery_wrap .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);*/
}
.board_list .gallery_wrap .bh_item:hover .bh_content_wrap .for_modify {
  display: block;
}
.board_list .gallery_wrap.swiper-card .bh_item {
  margin-bottom: 0;
}
.board_list .gallery_wrap .bh_img_content {
  position: relative;
  background-color: var(--bh_color_white);
  overflow: hidden;
}
.board_list .gallery_wrap .bh_img_content .bh_category {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: #343a40;
  padding: 13px 8px;
  z-index: 6;
  box-sizing: border-box;
}
.board_list .gallery_wrap .bh_img_content img {
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
  transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}
.board_list .gallery_wrap .bh_img_content .for_modify {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 11px;
  z-index: 99;
  top: 0;
  right: 0;
  color: #343a40;
  background-color: #f5f5f5;
  padding: 2px 5px;
}
.board_list .gallery_wrap .bh_img_content .thumbnail_lazy {
  background-image: url("../../../../modules/board/skins/bh/img/thumbnail_lazy.jpg");
  padding-bottom: 100%;
}
.board_list .gallery_wrap .bh_img_content .bh_hover_content {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  opacity: 0;
  -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
  -webkit-transform: scale3d(1, 1, 0.99);
  -moz-transform: scale3d(1, 1, 0.99);
  -ms-transform: scale3d(1, 1, 0.99);
  transform: scale3d(1, 1, 0.99);
}
.board_list .gallery_wrap .bh_img_content .bh_hover_content .hover_title {
  display: block;
  font-size: 20px;
}
.board_list .gallery_wrap .bh_img_content .bh_hover_content .hover_content {
  display: block;
  height: 75px;
  color: var(--bh_color_gray_300);
  font-size: 15px;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}
.board_list .gallery_wrap .bh_content_wrap {
  display: block;
  width: 100%;
  padding: 0;
}
.board_list .gallery_wrap .bh_content_wrap .for_modify {
  display: none;
  position: absolute;
  top: 10px;
  right: 24px;
  z-index: 10;
  transition: 0.2s;
  background-color: #f5f5f5;
  padding: 2px 5px;
}
.board_list .gallery_wrap .bh_content_wrap .bh_category {
  position: relative;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: 5px;
}
.board_list .gallery_wrap .bh_content_wrap .desc1_area {
  font-size: 18px;
  color: var(--bh_color_gray_600);
  font-weight: 500;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .board_list .gallery_wrap .bh_content_wrap .desc1_area {
    font-size: 16px;
  }
}
.board_list .gallery_wrap .bh_content_wrap .right_text {
  position: relative;
  font-weight: 600;
  position: absolute;
  top: -20px;
  background-color: var(--bh_color_sub);
  padding: 6.5px;
  border-radius: 5px;
  min-width: 108px;
  font-size: 18px;
  letter-spacing: normal;
  color: var(--bh_color_white);
  left: 15px;
  text-align: center;
}
.board_list .gallery_wrap .bh_content_wrap .sort_text {
  margin-bottom: 22px;
}
.board_list .gallery_wrap .bh_content_wrap .sort_text span {
  position: relative;
  padding-right: 15px;
  margin-right: 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.32px;
  color: #202020;
}
.board_list .gallery_wrap .bh_content_wrap .sort_text span::after {
  position: absolute;
  content: "|";
  top: 0;
  right: 0;
  font-weight: normal;
}
.board_list .gallery_wrap .bh_content_wrap .sort_text span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.board_list .gallery_wrap .bh_content_wrap .sort_text span:last-child::after {
  display: none;
}
.board_list .gallery_wrap .bh_content_wrap .bh_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
  color: var(--bh_color_gray_800);
}
.board_list .gallery_wrap .bh_content_wrap .bh_content {
  position: relative;
  max-height: 72px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
}
.board_list .gallery_wrap .bh_content_wrap .bh_content span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  color: var(--bh_color_gray_600);
}
.board_list .gallery_wrap .lawyer_who {
  margin-top: 19px;
  padding-top: 20px;
  border-top: 1px solid var(--bh_color_gray_300);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--bh_color_main_100);
  display: flex;
  height: 132px;
  flex: 0 0 auto;
  justify-content: center;
  gap: 30px;
  contain: layout;
}
.board_list .gallery_wrap .lawyer_who .lawyer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  position: relative;
}
.board_list .gallery_wrap .lawyer_who .lawyer img {
  width: 50px;
  object-fit: cover;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bh_color_gray_100);
  flex-shrink: 0;
}
.board_list .gallery_wrap .lawyer_who .lawyer span:not(.small) {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: var(--bh_color_gray_800);
  margin-top: 10px;
}
.board_list .gallery_wrap .lawyer_who .lawyer span:not(.small) .small {
  font-size: 14px;
  color: var(--bh_color_gray_800);
}
.board_list .gallery_wrap .lawyer_who .lawyer .position {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 2px;
}
.board_list .gallery_wrap .bh_modal_content {
  height: 783px;
  background: var(--bh_color_bg_main);
  background: url("../../../../modules/board/skins/bh/list/img/modal_bg.gif") no-repeat center top;
  border-radius: 0;
  padding: 50px;
}
.board_list .gallery_wrap .bh_modal_content .bh_modal_header {
  padding: 60px 30px 30px 40px;
  border-bottom: 0;
}
.board_list .gallery_wrap .bh_modal_content .bh_modal_header .bh_title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 5px;
}
.board_list .gallery_wrap .bh_modal_content .bh_modal_header .bh_title::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  box-sizing: border-box;
}
.board_list .gallery_wrap .bh_modal_content .bh_modal_header .bh_modal_close {
  height: auto;
  padding: 0;
  font-size: 40px;
}
.board_list .gallery_wrap .bh_modal_content .bh_modal_body {
  max-height: 553px;
  padding: 30px 30px 30px 40px;
  padding-top: 0;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .board_list .gallery_wrap .bh_modal_content {
    height: auto;
    padding: 15px;
  }
  .board_list .gallery_wrap .bh_modal_content .bh_modal_slider .swiper-popup {
    height: auto;
  }
  .board_list .gallery_wrap .bh_modal_content .bh_modal_header {
    padding: 10px 15px 30px 15px;
  }
  .board_list .gallery_wrap .bh_modal_content .bh_modal_header .bh_modal_close {
    padding: 12px 0;
    font-size: 30px;
  }
  .board_list .gallery_wrap .bh_modal_content .bh_modal_body {
    padding: 15px 0 15px 15px;
  }
}
.board_list .gallery_wrap .label_wrap {
  text-align: center;
  margin-right: -14px;
  margin-left: -14px;
}
.board_list .gallery_wrap .label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 1px 5px 1px 5px;
  margin: 2px 1px;
}
.board_list .gallery_wrap .label1 {
  background-color: #E91E63;
  padding: 1px 2px 1px 2px;
  margin: 2px 0;
}
.board_list .gallery_wrap .label2 {
  background-color: #9c27b0;
}
.board_list .gallery_wrap .label3 {
  background-color: #6b3cbf;
}
.board_list .gallery_wrap .label4 {
  color: #673ab7;
  border: 1px solid #673ab7;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 992px) {
  .board_list .gallery_wrap .bh_item {
    margin-bottom: 15px !important;
  }
  .board_list .gallery_wrap .bh_item .check {
    position: absolute;
    left: 19px;
    top: 5px;
    z-index: 10;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner {
    border-radius: 15px;
    padding: 35px 30px 20px;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner .bh_content_wrap .for_modify {
    top: -15px;
    right: -5px;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner .bh_content_wrap .right_text {
    font-size: 18px;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner .bh_content_wrap .bh_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner .bh_content_wrap .bh_content {
    max-height: 72px;
    font-size: 16px;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner .lawyer_who {
    margin-top: 19px;
    gap: 15px;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner .lawyer_who::-webkit-scrollbar {
    display: none;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner .lawyer_who .lawyer img {
    width: 50px;
    height: 50px;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner .lawyer_who .lawyer span:not(.small) {
    font-size: 18px;
    margin-top: 10px;
  }
  .board_list .gallery_wrap .bh_item .bh_item_inner .lawyer_who .lawyer .position {
    font-size: 14px;
    margin-top: 0px;
  }
}
/*# sourceMappingURL=cb4d6584e8a17c4cc5edc53d9536e584f1eb3f97.gallery.scss.map */
