/* 좋아요 싫어요 버튼 시작 */
.mb-board .btn-good, .mb-board .btn-bad{
	padding:7px 25px !important;
	border:1px solid #DDD;
}
.mb-board .star-input span {outline: none !important;}
.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
}
/* 좋아요 싫어요 버튼 끝 */

.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 .star-input{
    white-space: nowrap;
}
.mb-board .star-input>.mb-input{
    display:inline-block;
	width: 100px;
	height: 20px;
    background-size: 100px 40px !important;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.mb-board .star-input>.mb-input>input{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.mb-board .star-input>.mb-input.focus{
    outline: 1px dotted #ddd;
}
.mb-board .star-input>.mb-input>label{
    width: 10px;
    height: 0;
    padding: 19px 0 0 0;
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.mb-board .check-star>.mb-input>label:hover,
.mb-board .star-input>.mb-input>input:focus+label,
.mb-board .star-input>.mb-input>input:checked+label{
    background-size: 100px !important;;
    background-position: 0 bottom !important;
}
.mb-board .check-star>.mb-input>label:hover~label{
    background-image: none;
}
.mb-board .star-input>.mb-input>label[for="p1"]{ 
    width: 10px;
    z-index: 10;
}
.mb-board .star-input>.mb-input>label[for="p2"]{ 
    width: 20px;
    z-index: 9;
}
.mb-board .star-input>.mb-input>label[for="p3"]{ 
    width: 30px;
    z-index: 8;
}
.mb-board .star-input>.mb-input>label[for="p4"]{ 
    width: 40px;
    z-index: 7;
}
.mb-board .star-input>.mb-input>label[for="p5"]{ 
    width: 50px;
    z-index: 6;
}
.mb-board .star-input>.mb-input>label[for="p6"]{ 
    width: 60px;
    z-index: 5;
}
.mb-board .star-input>.mb-input>label[for="p7"]{ 
    width: 70px;
    z-index: 4;
}
.mb-board .star-input>.mb-input>label[for="p8"]{ 
    width: 80px;
    z-index: 3;
}
.mb-board .star-input>.mb-input>label[for="p9"]{ 
    width: 90px;
    z-index: 2;
}
.mb-board .star-input>.mb-input>label[for="p10"]{ 
    width: 100px;
    z-index: 1;
}
.mb-board .star-input>output{
    display: inline-block;
    width: 36px;
    text-align: right;
}
.mb-board .star-input>output>b{
    font:bold 18px Helvetica, Arial, sans-serif;
    vertical-align: middle;
}