.mainArea>.wrap, .pageBasicInfoContainer {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out
}
.mainArea>.wrap, .pageBasicInfoContainer {
	opacity: 0
}
.mainArea>.wrap, .pageBasicInfoContainer {
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}
.mainArea.show .pageBasicInfoContainer, .mainArea.show>.wrap {
	-webkit-transform: translate(0);
	transform: translate(0);
	opacity: 1
}
.mainArea.show>.wrap {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.pageBasicInfoContainer .titleMain {
	text-align: center
}
.articleTitle {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 24px;
	color: #3c3c3c
}
@media (max-width:1180px) {
	.articleTitle {
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
		font-size: 20px
	}
	.classColumnBox {
		margin-bottom: 20px;
	}
}

.serviceCategoryTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 45px;
	padding: 5px;
	font: 500 20px "Oswald", sans-serif;
	color: #fff;
	background-color: #f3ad1f;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}
@media (max-width:1180px) {
	.serviceCategoryTitle {
		display: none
	}
}