@charset "UTF-8";

/* sec_qnalogo */
.qnalogo{margin-top: 1.7rem; padding-bottom: 2rem; display:flex; align-items:center; justify-content:center; }

/* qna */
.qna{margin-top: 1.3rem;}
.qna ul{}
.qna ul .question{
	font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
	margin: 3rem 1.5rem 1rem;
	color: #3f51b5;
	position: relative;
}
.qna ul .question::before {
	content: "Q. ";
}



.qna ul .answer{
	font-size: 1.8rem;
    line-height: 1.4;
    color: #000;
	margin: 1rem 1.5rem 3rem;
}



