/*.banner{
	margin-top: 120px;
}*/

/*.banner .searchBar.bannerSearch {
	top: 30%;
}*/

.newsContentWrapper{
	margin: 20px 0;
}

.newsContentTitle{
	text-align: center;
}

.newsContentImg{
	text-align: center;
}

.newsContentImg img{
	width: 55%;
	text-align: center;
	margin-bottom: 10px;
}

.newsContentText{
	margin-bottom: 10px;
}

.listBox .newsContentSubContent{
	margin-bottom: 5px;
}

.imgText{
	position: relative;
}

.imgText img{
	width: 100%
}

.imgText h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 100%
}

.newsContentSubTitle{
	margin: 20px 0;
	text-align: center;
}

.newsContentText h4{
	text-align: center;
}

.newsContentText table{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 1rem;
}

.newsContentText table th,td{
	border: 1px solid #000;
	padding: 3px 5px;
}

.wrapText h4{
	text-align: left;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1024px){
/*	.banner{
		margin-top: 80px;
	}*/

	.newsContentImg img{
		width: 100%;
	}
}

@media only screen and (max-width: 991px){
/*	.banner{
		margin-top: 55px;
	}*/
}

@media only screen and (max-width: 768px){
/*	.banner{
		margin-top: 55px;
	}*/
}


@media only screen and (max-width: 576px){
/*	.banner{
		margin-top: 56px;
	}*/

	.newsContentTitle h1{
		font-size: 20px;
	}
}