#faq{
	padding-top: 100px;
	padding-bottom: 100px;
}

.faq-txt-under-title{
	width: 762px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto 50px;

}

.faq-cont{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 30px;
}

.faq-question{
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	width: 49%;
	min-height: 147px;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 25px 75px 30px 45px;
	position: relative;
	cursor: pointer;
}

.fqt{
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	margin-bottom: 10px;
}

.f-opn{
	position: absolute;
	right: 24px;
	bottom: 24px;
	width: 48px;
	height: 48px;
	border: 2px solid #FFD84C;
	box-sizing: border-box;
	border-radius: 50%;
	background-image: url(../images/faq/open-arrow.png);
	cursor: pointer;
	background-repeat: no-repeat;
	transition: 0.4s ease;
	background-position: 11px;
	background-color: #FFD84C;
}

.f-opn:hover{
	background-color: #fff;
}
.f-opn.opn{
	transform: rotate(-180deg);
}

.fqot{
	display: none;
}

.faq-open-txt{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 30px;
}

.relative{
	position: relative;
}
#bl-pl{
	position: absolute;
	left: -250px;
    top: -60px;
}

#abks{
	position: absolute;
	top: 545px;
    right: -230px;
}

.fq-t{
	text-align: center;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 10px;
	font-weight: 700;
}

.fq-t-smtxt{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}


@media (max-width: 1500px){
	#bl-pl{
   		left: -64px;
	    top: -160px;
	    width: 271px;
   	}
	#abks {
	    top: 639px;
	    right: -90px;
	    width: 350px;
	}
}

@media (max-width: 1200px){
	#bl-pl{display: none;}
	#abks{display: none;}
	.faq-question{
		min-height: 147px;
		margin-bottom: 16px;
		padding: 22px 30px 40px 35px;
	}
	.fqt{
		font-size: 18px;
		line-height: 22px;
		font-weight: 600;
	}
	.f-opn{
		right: 20px;
		bottom: 20px;
	}
	.faq-open-txt{
		margin-bottom: 50px;
	}
	.fq-t{
		font-size: 24px;
		line-height: normal;
	}
	#faq{
	    padding-top: 50px;
    	padding-bottom: 65px;
	}
}



@media (max-width: 760px){
	.faq-txt-under-title {
	    width: 100%;
	}
    .faq-question{
    	width: 100%;
    	padding: 17px 55px 17px 24px;
    }
    .f-opn{
	    right: 14px;
   		 bottom: 14px;
    }
    .fqt {
	    font-size: 14px;
	    line-height: 17px;
	}

	.f-opn{
		width: 30px;
		height: 30px;
		background-size: 60%;
    	background-position: 53% 56%;
	}

	.faq-question{
		min-height: 93px;
	}

	.faq-open-txt{
		font-size: 12px;
	}

	.fq-t{
		font-size: 18px;
	}

	.fq-t-smtxt{
		font-size: 12px;
		margin-bottom: 10px;
	}
}