.mb-board .list-search2 .mb-search-input-wrap{
	width:200px !important;
}
.mb-mobile .mb-board .list-search2 select {
	width:100px !important;
}
.mb-mobile .mb-board .list-search2 .mb-search-input-wrap{
	width:calc(100% - 100px) !important;
}

.mb-board .mb-hover-category{font-weight:600;font-size:13px; line-height:17px; text-align:left; padding-top:15px; padding-left:25px;padding-right:25px;color:#fff;}
.mb-board .mb-hover-title{text-align:left;font-size:16px;line-height:22px;padding-left:25px;padding-right:25px; padding-top:5px;color:#fff; font-weight:600;}
.mb-board .mb-hover-date{font-weight:600;font-size:13px; line-height:17px; text-align:left; padding-top:5px; padding-left:25px;padding-right:25px;color:#fff;}
.mb-board .mb-hover-name{text-align:left;font-size:13px;line-height:13px;padding-left:25px;padding-right:25px; padding-top:5px;color:#fff;}

.mb-board .mb-style1 .table-view>tbody td.view-title-wrap{padding:15px 0px 0px !important; border:none !important;}
.mb-board .mb-style1 .view-td-titlebox{border-bottom: solid 1px #dbdbdb !important; margin-bottom:8px; padding:0px 11px 10px 13px;}
.mb-board .mb-style1 .view-td-userdatebox{ padding:0px 11px 0px 13px;}
.mb-board .mb-style1 .view-td-title{font-size:19px; font-weight:600;}
.mb-board .mb-style1 .view-td-date {font-size:13px; color:#C2C1BF;}

.mb-board .mb-style1 .view-td2-titlebox{border-bottom:solid 1px #dbdbdb !important; padding:0 10px 14px;}
.mb-board .mb-style1 .table-view tr .view-td2-title{padding-bottom:0px;line-height:1.4;}
.mb-board .mb-style1 .table-view tr .view-td2-title span{font-size:21px !important; font-weight:600;color:#333;border:none;}
.mb-mobile .mb-board .mb-style1 .table-view tr .view-td2-title span{font-size:19px !important;}
.mb-board .mb-style1 .table-view tr .mb-view-info-wrap{padding-top:10px;}
.mb-board .mb-style1 .table-view tr .view-td2-date{font-size:13px; color:#777; text-align:left !important;}
.mb-board .mb-style1 .table-view tr .view-td2-hit{font-size:13px;color:#777}

.mb-board .list-head .mb-category{padding-bottom:0px !important;}
.mb-mobile .mb-board .list-head .mb-category{padding-bottom:7px !important;}
.mb-board .list-head .mb-category button{margin-bottom:5px !important}
.mb-board .list-head .mb-category button{margin-right: 5px !important; border:1px solid #dbdbdb; }

.mb-board .btn-default {background-color: #fbfbfb !important;}
.mb-board .cmt-list-box {background-color: #FFF;}

.mb-board .cmt-list-item .cl_name_item{float:left;min-width:70px;line-height:18px;}
.mb-board .cmt-reply-item .cl_name_item{ min-width:86px !important;}
.mb-board .cmt-list-box .cmt-reply-item .cmt-name{ min-width:70px;}
.mb-board .gallery-list .gallery-list-body .gallery-item-img{line-height:0;}


/* 좋아요 싫어요 버튼 시작 */
.mb-board .btn-good, .mb-board .btn-bad{
	padding:7px 25px !important;
	border:1px solid #DDD;
}

.mb-board .btn-good > span > span, .mb-board .btn-bad > span > span{
	margin-left:6px;
	vertical-align:bottom;
	font-size:13px !important;
	color:#AAA; !important
}
/* 좋아요 싫어요 버튼 끝 */
.gallery-list .gallery-list-body .gallery-item-wrap .gallery-item-img{ border:0; position:relative; overflow:hidden; }

.gallery-list .gallery-list-body .gallery-item-wrap .gallery-item-img:hover .mb-video-img{
	-webkit-transform:scale(1.04);
	-moz-transform:scale(1.04);
	-ms-transform:scale(1.04);
	-o-transform:scale(1.04);
	transform:scale(1.04);
}
.gallery-list .gallery-list-body .gallery-item-img .mb-video-img{
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.mb-board .gallery-item-img:hover .mb-video-hover-box {opacity: 1;transition: opacity 0.35s;}
.mb-board .gallery-item-img .mb-video-hover-box {
    position: absolute;	
    top: 0;   
    left: 0;
	width:100%;
	height:100%;
    background-color: rgba(50,50,50,0.5);
    opacity: 0;
    transition: opacity 0.35s;
}
.mb-board .gallery-item-img a{position:static !important;}
.mb-board .gallery-item-img .mb-video-hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mb-board .gallery-list .gallery-list-body .gallery-title{
	padding:22px 1px 6px 1px !important;
	font-size:22px !important;
	min-height:95px;
}


.gallery-list .gallery-list-body .gallery-item-img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0px !important;
    overflow: hidden;
    border-radius: 18px;
}
.gallery-list .gallery-list-body .gallery-title div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal !important;
    line-height: 1.5 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #222;
    font-weight: 600 !important;
    text-align: left !important;
    word-break: keep-all !important;	
}
.mb-board .gallery-list .gallery-list-body .gallery-date {
    text-align: left;
    padding: 5px 1px 24px 1px !important;
    font-size: 15px !important;
    color: #8f8f8f !important;
    font-weight: 500;
    line-height: 1.4 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.mb-board .gallery-list .board-add-list{
	text-align:center;
	padding:30px 0 20px;
}
#mb_top .mb-board .gallery-list .btn-more{
	max-width:260px;
	border:2px solid #16B000;
	font-size:18px !important;
	color:#222 !important;
	font-weight:600 !important;
	height:44px !important;
	padding: 5px 13px 4px !important;
}