.contents-box {
	padding: 22px 18px;
	font-size: 13px;
	color: #666;
}

.contents-box > div > * {
	margin-bottom: 12px;
}

.title-con {
	font-size: 16px;
	color: #333;
}

.table-con {
	margin: 25px 0 15px !important;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.table-con table {
	width: 100%;
	font-size: 12px;
}
.table-con table th {
	padding: 5px 0;
	width: 33.3%;
	text-align: center;
	background-color: #e1e1e1;
}
.table-con table td {
	padding: 8px;
	width: 33.3%;
	border: 1px solid #d2d2d2;
}
	.table-con.def table td {
		width: 50%;
	}
.table-con table td:first-child {
	border-left: 0;
}
.table-con table td:last-child {
	border-right: 0;
}

.notice-bot > p {
	margin-bottom: 5px;
}

.t-indent > p {
	padding-left: 10px;
	text-indent: -15px;
}