.sp-news-section {
    display: none;
}

.news-section-container {
	width: 90%;
	margin: auto;
	text-align: center;
	border-top: solid 1.5px #2f4e3d;
}

.news-section-content {
	padding: 0.5em;
	border-bottom: solid 1.5px #2f4e3d;
}

.news-section-contentdata {
	margin: auto 2.5em;
    font-size: 1.0em;
	color: #000;
	text-align: left;
}

.news-section-contentcategory {
	margin: 0 2.5em;
    font-size: 1.0em;
	color: #000;
	text-align: left;
	outline: solid 1px #000;
}

.news-section-contenttitle {
    margin: 0 2.5em;
    font-size: 1.5em;
	color: #000;
	text-align: left;
}

.news-section-detail {
	display: block;
	width:15%;
	margin: 1em auto;
	background-color: #2f4e3d;
	border-radius: 0.5em;
	text-align: center;
}

.news-section-button {
	color: #fff;
	padding: 0.5em 1em;
}
