@charset "utf-8";
.viewBtn {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-image: url(../images/qa/view.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/*---------qna--------*/
#qna li {
	margin-bottom: 5px;
}
#qna li em.QATopic {
	padding: 10px 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: right 10px center;
	font-size: 17px;
	background-color: #f2f2f2;
	display: block;
}
#qna li em.QATopic a {
	color: #000000;
}
#qna li em.QATopic span {
	background-image: url(../images/member.svg);
	padding-left: 40px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left 10px center;
}
#qna li:last-child {
	margin-bottom: 0;
}
#qna li em.itemOpen {
	background-color: #ddd;
}
.qnaItem {
	overflow: auto;
	display: none;
	padding: 20px 20px 20px 40px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left 10px top 10px;
}
.qnaItem a {
	margin-bottom: 10px;
	font-style: 16px;
}
.qnaItem a:last-of-type {
	margin-bottom: 0;
}
