.mainArea {
	position: relative;
	background: url("../images/insBG.png") no-repeat;
	padding-bottom: 0;
	background-size: cover;
}
.mainArea > .wrap {
	padding-top: 100px;
}
@media (max-width: 1440px) {
	.mainArea > .wrap {
		padding-top: 50px;
	}
}
.mainArea .areaTitle {
	text-align: center;
}

@media (max-width: 640px) {
	.bannerArea .bannerBox .bannerItem .Img {
		padding-bottom: 100%;
	}
	.bannerArea .bannerBox .bannerItem .Img img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
		margin: auto;
	}
}
footer {
	position: relative;
	height: 350px;
}
footer .wrap {
	top: 30px;
}

.contentBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.contentBox .leftBox {
	width: 15%;
	padding-bottom: 20px;
}
.contentBox .rightBox {
	width: 85%;
	padding-left: 30px;
}
.contentBox .rightBox .classNote {
	padding-top: 20px;
}
@media (max-width: 1023px) {
	.contentBox .leftBox {
		padding-top: 20px;
		width: 100%;
	}
	.contentBox .rightBox {
		width: 100%;
		padding-left: 0;
	}
}

.faqList {
	width: 100%;
}
.faqList .faqItem {
	margin-bottom: 15px;
	padding: 5px;
	border-bottom: 1px dashed #ccc;
}
.faqList .title {
	position: relative;
	padding: 10px 40px 10px 5px;
	font-weight: 400;
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.faqList .title:hover {
	color: #EFDA1D;
}
.faqList .title b {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-style: italic;
	font-size: 16px;
	color: #EFDA1D;
}

.toggleOpen {
	position: absolute;
	right: 5px;
	top: 50%;
	display: block;
	margin-top: -13px;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	background-color: #EFDA1D;
	cursor: pointer;
}

.definition {
	display: none;
	margin-top: 10px;
	padding: 15px;
	font-size: 14px;
	color: #686868;
	line-height: 1.8;
	background-color: #4A4A4A;
}
/*# sourceMappingURL=faq.css.map */