@charset "utf-8";
@import url('style_gnu.css');
@import url('../../../opbs/css/board_common.css');

/* 테마, theme */
/* 공통 */
#bo_gall .gall_text_href,
#bo_gall .gall_info {
    padding: 0 4px;
}
#bo_gall .gall_info {
    padding-top: 4px;
}
#bo_gall .gall_info .gall_date,
#bo_gall .gall_info .gall_view {
    color: #b7b7b7;
}

/* view_ */
#bo_v #bo_v_img .view_image {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
#bo_v #bo_v_img img {
    width: auto !important;
    height: 144px;
    margin: 0;
}

#bo_v .bx_youtube lite-youtube {
    margin: 0 auto;
}

/* list_ */
.chk_box input[type='checkbox'] + label {
    padding-left: 1.5rem;
}
.chk_box.all_chk input[type='checkbox'] + label {
    padding-left: calc(1.5rem + 8px);
}
#bo_gall .gall_li .gall_chk {
    padding: 10px;
}
#bo_gall .chk_box input[type='checkbox'] + label span {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

#bo_gall #gall_ul {
    margin-bottom: 10px;
}

#bo_gall .gall_info {
    display: flex;
}
#bo_gall .gall_info .gall_date {
    margin-left: 0;
    flex-shrink: 0;
}
#bo_gall .gall_info .gall_view {
    margin-left: auto;
}

#bo_gall a.bo_tit {
    height: calc(1.5em * 2);
    font-weight: 500;
    line-height: 1.5;
}
#bo_gall .gall_img {
    border: 1px solid #eee;
}
#bo_gall .gall_img .bx_imgFit {
    width: 100%;
    height: 192px;
    line-height: inherit;
}
#bo_gall .gall_img .bx_imgFit img {
    height: 100% !important;
    object-fit: cover;
}
#bo_gall .gall_img .noImg {
    position: relative;
}
#bo_gall .gall_img .noImg:after {
    content: '이미지 없음';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    word-break: keep-all;
}

#bo_gall .gall_li:nth-child(-n + 4) {
    margin-top: 0;
}
#bo_gall .bo_cnt {
    display: none;
}

@media screen and (max-width: 1200px) {
    /* list_ */
    .gall_row .col-gn-4 {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 799px) {
}

@media screen and (max-width: 499px) {
    /* list_ */
    .gall_row .col-gn-4 {
        width: 100%;
    }
}
