.calendar-list table.table-list>tbody>tr>td{padding:0 !important;}
.calendar-list table.table-list>tbody>tr>td .i-view > div.mb-schedule-item span{
}

/* start item */
.calendar-list table.table-list>tbody>tr>td .i-view > div.mb-schedule-start{
}

.calendar-list table.table-list>tbody>tr>td .i-view > div{
	white-space:pre;
}


.calendar-list table.table-list>tbody>tr>td{
	overflow:visible;
	white-space:nowrap;
}


.calendar-list table.table-list>tbody>tr>td .i-view > div.mb-schedule-start span{
	visibility:visible;
	overflow:visible;
	white-space:pre;
}

.calendar-box{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;word-break:break-all;}

.mb-schedule-item{padding:1px 3px 2px !important;margin-bottom:1px !important;}
.mb-schedule-width1{width:100% !important;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
.mb-schedule-width2{width:190% !important;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
.mb-schedule-width3{width:287% !important;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
.mb-schedule-width4{width:390% !important;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
.mb-schedule-width5{width:470% !important;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
.mb-schedule-width6{width:565% !important;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
.mb-schedule-width7{width:660% !important;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}






/* Tab 버튼 */
.tab-buttons li.tab-button {min-width: 107px;float:left;border: 1px solid #ccc !important;font-size: 14px;padding: 5px 7px !important;margin-bottom:0px; margin-right:6px !important;text-align: center;font-size:13px !important;cursor:pointer !important;list-style:none !important;margin-right:-1px; position:relative;}
li.tab-button.tab-active { border:1px solid #FF0000 !important;}
.tab-buttons li.tab-button{ min-height:20px !important; min-width:20px !important;}




.mb-board .board-list table.table-list td {background:url('../images/bg_paging_bar.gif') no-repeat left center;text-decoration: none; }
.mb-board .board-list table.table-list th:first-child, .board-list table.table-list td:first-child{background:none;}
.mb-board .board-list table.table-list th{background-color:#fcfcfc !important;}
.mb-board div.board-list .table-list>tbody>tr>td{border-bottom:solid 1px #eaeaea !important;}

.mb-desktop-large .list-head,.mb-desktop .list-head{min-height:0px;}

.mb-board .mb-style1 .table-view>tbody td.view-title-wrap{padding:15px 0px 4px !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:8px;line-height:1.4;}
.mb-board .mb-style1 .table-view tr .view-td2-title span{font-size:19px !important; font-weight:600; color:#676c73;  border:none; min-width:230px !important;}
.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;padding-left:23px;color:#777}

.mb-board .list-head .mb-category{padding-bottom:0px !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-go-btn{
	position:relative;
	padding-left:18px;
	border:0 !important; font-weight:500 !important;
	color:#808080 !important;
	font-size:12px;
}
.mb-board .gallery-go-btn:hover{
	background-color:rgba(255,255,255,0) !important;
}
.mb-board .gallery-go-btn:before{
	content:"";
	background:url('../images/ico-list-album2.gif');
	background-size: 13px 13px;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	top:4px;
	left:2px;
}
.mb-board .gallery-go-btn:hover:before{
	content:"";
	background:url('../images/ico-list-album2-hover.gif');
	background-size: 13px 13px;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	top:4px;
	left:2px;
}

.mb-board .list-go-btn{
	position:relative;
	padding-left:18px;
	border:0 !important;font-weight:500 !important;
	color:#808080 !important;
	font-size:12px;
}
.mb-board .list-go-btn:hover{
	background-color:rgba(255,255,255,0) !important;
}
.mb-board .list-go-btn:before{
	content:"";
	background:url('../images/ico-list-board2.gif');
	background-size: 13px 13px;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	top:4px;
	left:2px;
}
.mb-board .list-go-btn:hover:before{
	content:"";
	background:url('../images/ico-list-board2-hover.gif');
	background-size: 13px 13px;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	top:4px;
	left:2px;
}
/* 앨범형, 게시판형 상단 버튼 끝 */

/* 좋아요 싫어요 버튼 시작 */
.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
}
/* 좋아요 싫어요 버튼 끝 */