@charset "UTF-8";

.announcement #contents {
	min-width: 1200px;
}

.announcement .body {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	min-height: 500px;
}

.announcement .listTbl tbody tr:nth-child(1) td {
	border-top: 1px #aaa solid;
	border-bottom: 1px solid #f0f0f0;
	height: 25px;
	font-size: 13px;
	color: #aaa
}

.announcement .listTbl tbody .subject td {
	border-bottom: 1px solid #f0f0f0;
	height: 70px;
	font-size: 15px;
	cursor: pointer;
}

.announcement .listTbl tbody .subject td:nth-child(2) {
	text-align: left;
	padding-left: 55px;
}

.announcement .listTbl tbody .subject:hover td {
	color: #c80a1e;
}

.announcement .listTbl tbody .contents .cnts {
	word-break: break-all;
	width: 540px;
	display: none;
	background-color: #f0f0f0;
	height: 100%;
	text-align: left;
	padding: 80px 95px 80px 95px;
	line-height: 2em
}

.announcement .listTbl tbody .contents {
	padding: 0;
}

.announcement .listTbl tbody .contents td {
	padding: 0;
}

.announcement .listTbl tbody .contents .cnts table {
	max-width: 100%;
}

.announcement .listTbl tbody .contents .cnts tr:nth-child(1) td {
	border-top: 0px;
}

.announcement .listTbl tbody .contents td.empty {
	padding: 220px 20px;
	font-size: 15px;
}

.announcement .pager {
	padding:50px 0 50px 0;
}

.announcement .list_cnt ul {
	text-align: center;
}

.announcement .list_cnt li {
	width: 5px;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 6px 10px 6px 10px;
	border-radius: 30px;
}

.announcement .list_cnt li:hover {
	cursor: pointer;
}