

.boardlist table tr {
	cursor: pointer;
}
.boardlist table tr:hover td {
	background-color: #f1f5f9;
}

.boardlist table tr td {
	padding: 20px 0; border-bottom: 1px solid #e2e8f0;
}
.boardlist table tr:first-child td {
	border-top: 1px solid #94a3b8;
}
.boardlist table tr td:nth-of-type(1) {
	text-align: left; width: calc(100% - 110px); padding: 0 0 0 10px;
}
.boardlist table tr td:nth-of-type(2) {
	text-align: center; width: 100px;
}
