@charset "utf-8";

/* bbsGallery List{ */
section.sect_bbsGallery {
    padding-top: 20px;
    padding-bottom: 75px;
}
.bbsGallery {
    border-bottom: 1px solid #E4E4E4;
}
.bbs_list_ul {
    font-size: 0;
    margin: -12.5px;
}
.bbs_list_li {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 12.5px;
    margin-bottom: 28px;
}
.bbs_list_href {
    display: block;
}
.bbs_list_href:hover, .bbs_list_href:active{
    opacity: 0.5;
    transition: all .3s;
}
.bbs_list_img_warp {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 74.3902439%;
    background: #fff;
    display: block;
    overflow: hidden;
}
.img_thum {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}
.img_thum_ {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
}
.img_thum_ img {
    width: 100%;
}

.bbs_list_txt_wrap>.bbs_list_href {
    padding-top: 25px;
}
.bbs_list_href_ {
    position: relative;
    display: block;
}
.bbs_list_subj {
    font-size: 20px;
    font-weight: 700;
    color: #3B3B3B;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bbs_list_date {
    font-size: 14px;
    font-weight: 400;
    color: #464646;
    display: block;
    margin-top: 10px;
}
.bbs_list_subj .ico_new {
    font-size: 0;
    background: url(/images/user/ico/ico_new2.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 28px;
    margin-top: -3px;
}
/* }bbsGallery List */