.newsTable,.noticeTable {
    table-layout: fixed;
    width: 100%;
}
.board-title {
	border-bottom: 2px solid #000;
	text-align: left;
	margin-bottom: 10px;
	vertical-align: bottom;
	padding-bottom: 8px;
}
.board-name {
    font-size: 16px;
    font-weight: bold;
}
.board-more {
    float: right;
	margin-top: 5px;
	margin-right: 5px;
}
.board-more a{
	color:rgb(103, 106, 108);
}

.newsTable td,.noticeTable td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.subject a{
	color:#000;
}
.subject {
    padding: 5px;
    width: 80%;
    text-align: left;
}
.date {
    width: 20%;
	text-align: right;
    white-space: nowrap;
	padding: 5px;
}
@media (max-width: 720px) {
	.subject {
	    padding: 5px 0px;
	    width: 80%;
	}
	.date {
	    width: 29%;
		padding: 5px 0px;
	}
}
