@charset "utf-8";

/* gallery 
-------------------------------------------------------------------------------------------------------- */
.baord_gallery {
    position: relative;
    margin: 0 auto;
    padding: 0 0 60px;
    list-style: none;
    *zoom: 1;
}

.baord_gallery:after {
    content: "";
    display: block;
    clear: both;
}

.baord_gallery a:hover {
    text-decoration: underline;
}

.baord_gallery .item {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.baord_gallery .itemList {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #555;
}

.baord_gallery .itemList.on {
    border-color: #c00 !important;
}

.baord_gallery .itemList a {
    color: #555;
}

.baord_gallery .itemList .cover_subject{
    height: 6em;
}

.baord_gallery .itemList p {
    margin: 0;
    padding: 13px 17px 5px 17px;
}

.baord_gallery .itemList p i {
    display: none;
}

/* Notice */
.baord_gallery .notice .itemList {
    background: #f1f1f1;
}

.baord_gallery .notice .itemList .subject a>i {
    color: #c00;
}

.baord_gallery .itemList .thumb a {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #111;
}

.baord_gallery .itemList .thumb a img {
    width: 100%;
    vertical-align: top;
}

.baord_gallery .itemList .cover_subject input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin: 0;
}

.baord_gallery .itemList .cover_subject a {
    display: inline-block;
    font-size: clamp(16px, 2vw, 20px);
    color: #463a39;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.baord_gallery .itemList .summary {
    font-size: 13px;
}

.baord_gallery .itemList .category {
    font-size: 13px;
    color: #ff0000;
    margin-bottom: 20px;
}

.baord_gallery .itemList .category i {
    display: none;
}

.baord_gallery .itemList .nick a {
    display: block;
}

.baord_gallery .itemList .cover_num {
    padding: 6px;
    background: #f1f1f1;
    border-top: 1px solid #e1e1e1;
}

.baord_gallery .itemList .cover_num span {
    display: inline-block;
    margin-right: 10px;
    ;
    color: #555;
}

.baord_gallery .itemList .cover_num .comm_count {
    border-left: 1px solid #e1e1e1;
}

.baord_gallery .itemList .cover_num a {
    color: #555;
    padding-left: 6px;
}


.baord_gallery .itemList .comment_list .profile {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border: 1px solid #e1e1e1;
}

.baord_gallery .itemList .comment_list {
    padding-top: 6px;
    border-top: 1px solid #e1e1e1;
}

.baord_gallery .itemList .comment_list a {
    display: block;
    font-size: 11px;
}

.baord_gallery .itemList .comment_list a span {
    color: #999;
}



/* colorset - board_dark
-------------------------------------------------------------------------------------------------------- */
#xet_board.black .baord_gallery .itemList {
    background: #1b1b1b;
    border: 0;
    color: #ccc;
}

#xet_board.black .baord_gallery .itemList a {
    color: #eee;
}

#xet_board.black .baord_gallery .itemList.on {
    border: 1px solid #c00 !important;
}

#xet_board.black .baord_gallery .itemList .profile,
#xet_board.black .baord_gallery .itemList .comment_list {
    border-color: #333;
}

#xet_board.black .baord_gallery .itemList .cover_num {
    background: #3b3b3b;
    border-top: 0;
}

#xet_board.black .baord_gallery .itemList .cover_num span {
    color: #ccc;
}

#xet_board.black .baord_gallery .itemList .cover_num .comm_count {
    border-color: #333;
}

#xet_board.black .baord_gallery .itemList .cover_num a {
    color: #ccc;
}
