@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 .webzine_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 100px;
}
.board_list .webzine_wrap .bh_item {
  width: calc(50% - 25px);
}
.board_list .webzine_wrap .bh_item .bh_item_inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.board_list .webzine_wrap .bh_item:hover .bh_img_content .for_modify {
  opacity: 1;
}
.board_list .webzine_wrap .bh_item:hover .bh_img_content img {
  transform: scale(1.1);
}
.board_list .webzine_wrap .bh_img_content {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 20px;
  padding: 10px;
  background-position: center;
  background-size: cover;
}
.board_list .webzine_wrap .bh_img_content a > div {
  overflow: hidden;
  border-radius: 10px;
}
.board_list .webzine_wrap .bh_img_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.board_list .webzine_wrap .bh_img_content .check {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 99;
}
.board_list .webzine_wrap .bh_img_content .for_modify {
  opacity: 0;
  position: absolute;
  bottom: 5px;
  left: 8px;
  z-index: 99;
  color: #343a40;
  background-color: rgba(255, 255, 255, 0.73);
  padding: 0 5px;
}
.board_list .webzine_wrap .bh_img_content .thumbnail_lazy {
  background-image: url("../../../../modules/board/skins/bh/img/thumbnail_lazy.jpg");
  border-radius: 10px;
  padding-bottom: 100%;
}
.board_list .webzine_wrap .bh_content_wrap {
  width: calc(100% - 220px);
  padding-left: 20px;
}
.board_list .webzine_wrap .bh_content_wrap .bh_title {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.board_list .webzine_wrap .bh_content_wrap .bh_content {
  position: relative;
}
.board_list .webzine_wrap .bh_content_wrap .bh_content .summary {
  color: var(--bh_color_gray_700);
  font-size: 16px;
  color: var(--bh_color_gray_600);
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.board_list .webzine_wrap .bh_content_wrap .nick_name {
  display: flex;
  gap: 5px;
  align-items: center;
}
.board_list .webzine_wrap .bh_content_wrap .nick_name img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: contain;
  overflow: hidden;
}
.board_list .webzine_wrap .info {
  font-size: 14px;
  color: var(--bh_color_gray_600);
  margin-top: 10px;
}
.board_list .webzine_wrap .info > span {
  position: relative;
  padding-right: 15px;
}
.board_list .webzine_wrap .info > span::after {
  position: absolute;
  content: "•";
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  color: var(--bh_color_gray_300);
}
.board_list .webzine_wrap .info > span:last-child {
  padding-top: 0;
}
.board_list .webzine_wrap .info > span:last-child::after {
  display: none;
}
.board_list .webzine_wrap .bh_price_wrap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-right: 55px;
}
.board_list .webzine_wrap .bh_price_wrap .price {
  font-size: 16px;
  padding: 8px 0 0;
}
.board_list .webzine_wrap .bh_price_wrap .price span {
  font-weight: 600;
  font-family: Tahoma, sans-serif;
}
.board_list .webzine_wrap .bh_price_wrap .price_org {
  color: #888;
  font-size: 13px;
  font-family: Tahoma, sans-serif;
  text-decoration: line-through;
}
.board_list .webzine_wrap .bh_price_wrap .discount_percent {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #f63440;
  font-size: 18px;
}
.board_list .webzine_wrap .label_wrap {
  text-align: left;
}
.board_list .webzine_wrap .label {
  display: inline-block;
  color: #fff;
  line-height: 18px;
  background-color: #343a40;
  padding: 4px 9px 3px 9px;
  margin: 2px 1px;
}
.board_list .webzine_wrap .label1 {
  background-color: #7cc576;
}
.board_list .webzine_wrap .label2 {
  background-color: #f63440;
}
.board_list .webzine_wrap .label3 {
  background-color: #3F51B5;
}
.board_list .webzine_wrap .label4 {
  color: #3F51B5;
  border: 1px solid #3F51B5;
}
@media (max-width: 992px) {
  .board_list .webzine_wrap {
    gap: 0;
    margin-top: 30px;
  }
  .board_list .webzine_wrap .bh_item {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
  .board_list .webzine_wrap .bh_item:first-child {
    padding-top: 0;
  }
  .board_list .webzine_wrap .bh_item .bh_item_inner {
    flex-direction: column-reverse;
  }
  .board_list .webzine_wrap .bh_item::after {
    position: absolute;
    content: "";
    width: 100vh;
    height: 5px;
    background-color: #fafafa;
    bottom: 0;
    left: -15px;
  }
  .board_list .webzine_wrap .bh_img_content {
    position: relative;
    width: calc(100% + 15px);
    height: 100%;
    border-radius: 5px 0 0 5px;
    padding: 0;
    overflow: hidden;
    background-image: none !important;
  }
  .board_list .webzine_wrap .bh_img_content a > div {
    border-radius: 0;
  }
  .board_list .webzine_wrap .bh_img_content .swiper-slide {
    overflow: hidden;
    border-radius: 5px;
  }
  .board_list .webzine_wrap .bh_img_content img {
    height: 190px;
    border-radius: 5px;
    object-fit: cover;
  }
  .board_list .webzine_wrap .bh_img_content .for_modify {
    display: none;
  }
  .board_list .webzine_wrap .bh_content_wrap {
    width: 100%;
    padding-left: 0;
  }
  .board_list .webzine_wrap .bh_content_wrap .bh_title {
    font-size: 14px;
  }
  .board_list .webzine_wrap .bh_content_wrap .bh_content {
    position: relative;
  }
  .board_list .webzine_wrap .bh_content_wrap .bh_content .summary {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .board_list .webzine_wrap .bh_content_wrap .nick_name {
    margin-bottom: 10px;
  }
  .board_list .webzine_wrap .bh_content_wrap .nick_name img {
    width: 18px;
    height: 18px;
    object-fit: cover;
  }
  .board_list .webzine_wrap .bh_content_wrap .nick_name span {
    font-size: 12px;
  }
  .board_list .webzine_wrap .info {
    font-size: 11px;
    font-weight: 500;
  }
  .board_list .webzine_wrap .control-btn {
    position: relative;
  }
  .board_list .webzine_wrap .control-btn i {
    font-size: 18px;
    color: var(--bh_color_gray_600);
  }
  .board_list .webzine_wrap .control-btn .control-content {
    display: none;
    position: absolute;
    right: 0;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
  }
  .board_list .webzine_wrap .control-btn .control-content a {
    font-size: 14px;
    color: var(--bh_color_white);
  }
  .board_list .webzine_wrap .control-btn .control-content.active {
    display: block;
  }
}
/*# sourceMappingURL=cb00812644b1c8765167915842271486bc4cd995.webzine.scss.map */
