@charset "UTF-8";


/* qna */
.qna ul{}
.qna ul .question{
	font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
	margin-bottom: 1rem;
	color: #5b0b66;
	position: relative;
	border: 1px solid #ddd;
	padding: 0.8rem 1rem;
	border-radius: 1rem;
	background-color: #fffdf4;
}

.qna ul .question::before {
	content: "Q. ";
}

.qna ul .answer{
	font-size: 1.8rem;
    line-height: 1.4;
    color: #000;
	margin-bottom: 3rem;
}



