@charset "UTF-8";

#slider {
	height: 240px !important;
	margin: auto;
}

.jubo_no {
	width: 10%;
	text-align: center;
}
.jubo_date {
	width: 12%;
	text-align: center;
}
.jubo_title {
	width: 56%;
	text-align: start;
}
.jubo_upd_dt {
	width: 12%;
	text-align: center;
}
.jubo_read_cnt {
	width: 10%;
	text-align: center;
}

.jubo-img {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid var(--color-gray-high);
}

#listView {
	width: 100%;
	margin: 0px;
	padding: 5px;
	text-align: center;
	background-color: var(--bg-color-middle);
	color: var(--left-menu-color);
	cursor: pointer;
}

.table>:not(caption)>*>* {
	padding: .1rem .5rem;
}
th.th {
	padding: .5rem .1rem;
}
/* admin 20 */
.button_file {
	background-color: var(--color-white) !important;
}
/* 767px 이하 */
@media(max-width: 767px) {
	.jubo_no {
		display: none;
	}
	.jubo_date {
		width: 30%;
	}
	.jubo_title {
		width: 70%;
	}
	.jubo_upd_dt {
		display: none;
	}
	.jubo_read_cnt {
		display: none;
	}
	.fc .fc-button {
		padding: 0.2em 0.2em;
	}
}

