@charset "utf-8";


/* .sec-faq */
#Faq .sec-faq {
	padding-top: 6%;
}

#Faq .sec-faq .faq-intro {
	text-align: center;
	line-height: 1.6;
	margin: 0 auto;
	padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	#Faq .sec-faq .faq-intro{
		text-align: left;
		padding-bottom: 3rem;
	}
}

/* .faq-category */

#Faq .sec-faq .faq-category {
	width: 100%;
	border-bottom: 1px solid #dcdce9;
	box-sizing: border-box;	
	position: relative;
}

#Faq .sec-faq .faq-category:after {
	content: "Questions Category";
	color: #e4e4ea;
	font-family: 'Barlow', sans-serif;
	font-size: 44px;
	letter-spacing: -0.01em;
	position:absolute;
	right: 0;
	bottom: -5px;
	z-index: -1;
}

@media screen and (max-width: 1200px) {
	#Faq .sec-faq .faq-category {
/* 		padding-bottom: 35px; */
	}
}
@media screen and (max-width: 991px) {
	#Faq .sec-faq .faq-category:after {
		display: none;
	}
}


/* .cat-list */

#Faq .sec-faq .cat-list {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: left; /* Safari */
	justify-content: left;
	margin: 0 auto;
	padding: 0 1rem;
}
#Faq .sec-faq .cat-list li {
	/* -webkit-flex-grow: 1; */ /* Safari */
	/* flex-grow:         1; */
}

@media screen and (max-width: 768px) {
	#Faq .sec-faq .cat-list {
		-webkit-justify-content: left; /* Safari */
		justify-content:         left;
	}
	
	#Faq .sec-faq .cat-list li {
		-webkit-flex-grow: 0; /* Safari */
		flex-grow:         0;
		width: 50%;
	}

}

#Faq .sec-faq .cat-list a, #Faq .sec-faq .cat-list a:after {
	 -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#Faq .sec-faq .cat-list a{
	display: block;
	position: relative;
	color: #999999;
	padding: 10px 15px 10px 10px;
}

#Faq .sec-faq .cat-list a:after {
	content: "";
	position:absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #2f3aa8;
	z-index: 1;
}

#Faq .sec-faq .cat-list a:hover{
	color: #2f3aa8;
}

#Faq .sec-faq .cat-list a:hover:after{
	height: 3px;
}

#Faq .sec-faq .cat-list i{
	margin-right: 10px;
}


/* #faqList */
#faqList  {
	width: 100%;
	padding: 6% 0;
}

#faqList dl dt, #faqList dl dd {
	border-top: 1px solid #e4e4ea;
	position: relative;
	box-sizing: border-box;
}

#faqList dl dt div, #faqList dl dd div {
	padding: 3% 10%;
	margin: 2px 0;
	overflow: hidden;
}

#faqList dl dd div {
	padding-left: 14%;
}

#faqList dl dt:hover div, #faqList dl dt.active div {
	background-color: #ecefff;
}

#faqList dl dt {
	cursor: pointer;
}

#faqList dl dt:before {
	content: "Q";
	font-family: Arial, Helvetica, sans-serif;
	color: #342ac1;
	font-size: 25px;
	position: absolute;
	left: 4%;
	top: 50%;
	margin-top: -12px;
}
#faqList dl dt:after {
	content: "+";
	color: #342ac1;
	font-size: 25px;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -15px;
}
#faqList dl dt.active:after {
	content: "";
	background-color: #8138c9;
	width: 13px;
	height: 2px;
	right: 4.1%;
	margin-top: -1px;
}

#faqList dl dt span {
	float: right;
	color: #cacaca;
	width: 20%;
	text-align:right;
}

#faqList dl dt.active span {
	color: #8138c9;
	opacity: 0.5;
}

#faqList dl:last-child dt {
	border-bottom: 1px solid #e4e4ea;
}

#faqList dl:last-child dt.active {
	border-bottom: none;
}

#faqList dl dd {
	display: none;
	position: relative;
}

#faqList dl dd:before {
	content: "A";
	font-family: Arial, Helvetica, sans-serif;
	color: #8138c9;
	font-size: 25px;
	position: absolute;
	left: 4%;
	top: 50%;
	margin-top: -12px;
	
}

#faqList dl dd:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #8138c9;
	position: absolute;
	left: 4.4%;
	top: 0;
}

#faqList dl:last-child dd {
	border-bottom: 1px solid #e4e4ea;
}


#faqList p {
	color: #444444;
	float: left;
}

#faqList dl dt p {
	width: 80%;
}

@media screen and (max-width: 767px) {
	#faqList dl dt span,#faqList p {
		float: none;
	}
	#faqList dl dt span,#faqList dl dt p {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#faqList dl dt div, #faqList dl dd div {
		padding: 3% 13%;
	}
	
	#faqList dl dd div {
		padding-left: auto;
	}
	#faqList dl dd:after {
		left: 5%;
	}
}


/* pager */
.pager {
	width: 100%;
	background-color: #ededf4;
}
.pager .box-pager {
	padding: 2rem 0;
	text-align: center;
	margin: 0 auto;
}
.pager .box-pager li{
	display: inline-block;
	line-height: 40px;
}
.pager .box-pager li.previous {
	float: left;
	color: #999;
}
.pager .box-pager li.previous i{
	float: left;
	margin-right: 20px;
}
.pager .box-pager li.next {
	float: right;
	color: #999;
}
.pager .box-pager li.next i{
	float: right;
	margin-left: 20px;
}
.pager .box-pager li i{
	display: inline-block;
	width: 40px;
	color: #fff;
	font-size: 3rem;
	line-height: 40px;
	background-color: #cccccc;
	text-align: center;
}
.pager .box-pager li a i {
	background-color: #2f3aa8;
}
.pager .box-pager li a i:before {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pager .box-pager li.previous a:hover i:before {
	margin-left: -0.4em;
}

.pager .box-pager li.next a:hover i:before {
	margin-right: -0.4em;
}

@media screen and (max-width: 991px) {
	.pager .box-pager {
		width: 60%;
	}
}
@media screen and (max-width: 767px) {
	.pager .box-pager {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.pager .box-pager li{
	}
	.pager .box-pager li i{
	}
	.pager .box-pager li span{
		display: none;
	}
	.pager .box-pager li.previous i{
		margin-right: 10px;
	}
	.pager .box-pager li.next i{
		margin-left: 10px;
	}
}

/* media screen
========================= */
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 769px) and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}


.noitem {
	text-align: center;
	padding: 20px 0;
	float: none !important;
}
