@charset "UTF-8";


.subBanner{
	width: 100%;
}

.listBox {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 150px;
}
.listBox > li{
	width: 100%;
	margin-bottom: 10px;
}
.listBox > li >a{
	font-size: 22px;
	color: #7A5723;
	background-color: #f1dfc7;
	text-align: center;
	padding: 14px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.listBox .listQA{
	width: 100%;
	background-color: white;
	text-align: left;
	margin-bottom: 23px;
	display: none;
}
.listBox .listQA li{
	width: 100%;
}
.listBox .listQA li p{
	width: 100%;
	font-size: 17px;
	color: black;
	padding: 19.5px 0px 19.5px 48px;
	background-repeat: no-repeat;
}
.listBox .listQA li .question{
	border: 1px solid #d5d5d5;
	background-color: #f9f9f9;
	background-image: url(../img/faq/question.png);
	background-position: left 20px top 23px;
	cursor: pointer;
}
.listBox .listQA li .answer{
	background-image: url(../img/faq/answer.png);
	background-position: left 20px top 29px;
	padding: 25.5px 0px 25.5px 48px;
	display: none;
}


@media (max-width: 414px){
	.listBox > li >a {
		font-size: 21px;
	}
	.listBox .listQA li p{
		padding-left: 10%;
		padding-right: 3%;
		font-size: 14px;
	}

	.listBox .listQA li .question{
		background-position: left 3% top 23px;
	}
	.listBox .listQA li .answer{
		padding-left: 10%;
		padding-right: 3%;
		background-position: left 3% top 29px;
	}
}