@charset "UTF-8";

.notice-text > a {
	font-weight: bold;
	color: #B29254;
}

.community-detail-list {
	overflow: auto;
}

td {
	height: 62px;
	width: 100px;
	padding-left: 5px;
	text-align: center;
}

table {
	width: 811px;
}

/* 버튼 */
.btn-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: right;
}

.community-btn {
    padding: 0;
    width: 90px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #B29254;
    background-color: white;
    color: #B29254;
    font-size: 15px;
    cursor: pointer;
}

.community-btn:hover {
	border: 2px solid #B29254;
}