@charset "UTF-8";


/* qna */
.qna ul{
	padding:0 2rem;
}
.qna ul .question{
	font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
	margin-bottom: 1rem;
	color: #5b0b66;
	position: relative;
	}



.qna ul .answer{
	font-size: 1.6rem;
    line-height: 1.4;
    text-align: justify;
    color: #000;
	word-break: break-all;
	margin-bottom: 3rem;
}



