/* sec_qnalogo */
.sec_qnalogo{/* border-bottom: 4px solid #e1e6e9; */}
.qnalogo{position: relative;}
.qnalogo img{
    width: 100%;
    height: 16rem;
}

/* qna */
.qna{margin-top: 1.3rem;}
/*.qna ul{}*/

.qna_title{
    /* position: absolute; */
	border-top:1px solid #e8e8e8;
	padding:2.5rem 1.5rem 2.0rem 1.5rem;
}
.qna_title .qna_top {
	display:flex;
	justify-content: space-between;
	margin-bottom:10px;
}
.qna_title .qna_top h1{
	font-weight: bold;
    font-size: 1.5rem;
    color: #000;
	letter-spacing:-0.2rem;
	}
.qna_title .qna_top .qna_prev {
	display:flex;
	align-items: center;
}
.qna_title .qna_top .qna_prev img{
	width:10px;
	height:10px;
	}
.qna_title .qna_top .qna_prev .prev{
	font-size:0.875rem;
	color:#666;
	padding-left:2px;
	}
.qna_title p:last-child{
    font-weight: 500;
    font-size: 1.2rem;
	letter-spacing:-0.1rem;
    color: #666;
}
.qna_img {
	position:absolute;
	left: 1.8rem;
	top:0;
	width: 3.5rem;
	height: 3.5rem;
}
.qna_img img{
    margin: 0 auto;
    position: relative;
	width: 100%;
}

.qna ul .question{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
	margin-top: 2rem;
    margin-bottom: 1rem;
    color: #000;
    position: relative;
	padding: 0 2rem 0 5.8rem;
	position: relative;
	word-break: break-all;
}
.qna ul .question::after {content: ''; display: block; width: 2.8rem; height: 2.9rem; background: url('../IMG/Q.png') no-repeat center / cover; position: absolute; left: 2rem; top:0}
.qna ul .question p {}
.qna ul .answer{
    font-size: 1.8rem;
    line-height: 1.4;
    color: #000;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e1e6e9;
    position: relative;
	padding: 0 2rem 2rem 5.8rem;
	position: relative;
}
.qna ul .answer::after {content: ''; display: block; width: 2.8rem; height: 2.8rem; background: url('../IMG/A.png') no-repeat center / cover; position: absolute; left: 2rem; top:0}
.qna ul .answer:last-child{border-bottom: none;}
