.hLine03{
	position: relative;
	margin-bottom: 50px;
}
.sectionInner{
	margin-bottom: 80px;
}
.btn_viewAll{
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.listQA dt{
	font-size: 15px;
	color: #0071be;
	text-decoration: underline;
	background: url(images/faq/icon_question.png) no-repeat left top;
	padding:5px 0 2px 36px;
	margin-bottom: 20px;
	cursor: pointer;
}
.listQA dd{
	font-size: 14px;
	color: #5d5d5d;
	background: url(images/faq/icon_answer.png) no-repeat 36px top;
	margin-bottom: 25px;
	padding: 4px 0 6px 75px;
	display: none;
}
@media screen and (max-width: 468px) {
	.listQA dt, .listQA dd{
		padding-left: 36px;
		background-position: left top;
	}
	.btn_viewAll {
		top: 115%;
		transform: none;
		width: 100%;
		right: 0;
		text-align: right;
	}
}