@charset "utf-8";

#Page {
	max-width: 1090px !important;
	margin: 0 auto;
}
.contents-body h2,
.cke_editable h2 {
	font-size: 1.5rem; margin-bottom: 1rem;
}
.mainTitle {
	text-align: center;
}
.mainTitle h2::before {
	font-family: "Font Awesome 5 Free";
	content: '\f044';
	margin-right: 0.5rem;
}
#titlebnr img{
	width: 100%;
}
/* ==================================================== */
/* Media Queries
/* ==================================================== */
@media screen and (max-width: 960px) {

}
