/* sec_qnalogo */
.qnalogo{
	position: relative;
	font-size: 0;
}
.qnalogo img{
    width: 100%;
    height: 16rem;
	z-index: -1;
}

/* qna */
.qna{margin-top: 1.3rem;}
/*.qna ul{}*/

.qna_title{
    position: absolute;
	padding: 2rem 0rem 0rem 1rem;
}
.qna_title .qna_top {
	display:flex;
	justify-content: space-between;
	margin-bottom:10px;
}
.qna_title p:first-child{
    display: inline-block;
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: -0.1rem;
    margin-bottom: 0.7rem;
    z-index: 999;
    border-bottom: 6px solid #4BA578;
}
.qna_title p{
	font-size: 1.8rem;
	font-weight: bolder;
	color: #09815F;
}
.qna_title p:last-child{
    font-weight: 500;
    font-size: 1.4rem;
	letter-spacing: -0.1rem;
	line-height: 1.5rem;
    color: #fff;
	margin-top: 1rem;
}

/*qna_btn*/
.qna_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.3rem 0rem;
}
.qna_btn p{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
.klh_qna_title, .lhc_qna_title{
	padding: 9rem 0;
}
/*.arrow{
	width: 100%;
	padding: 3.5rem 0;
}
.arrow img{
	width: 63%;
	margin: 0 auto;
}*/
.klh_qna, .lhc_qna{
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.klh_qna{background-color: #F17105; margin: 0 0.5rem 0 1rem;}
.lhc_qna{background-color: #5FB52F; margin: 0 1rem 0 0.5rem;}


.qna ul .question{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
	margin-top: 2rem;
    margin-bottom: 1rem;
    color: #000;
    position: relative;
	padding: 0 2rem 0 1.4rem;
	min-height: 46.78px;
}
.qna ul .answer{
    font-size: 1.5rem;
    line-height: 1.4;
    color: #000;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e1e6e9;
    position: relative;
	padding: 0 2rem 2rem 1.4rem;
}
.qna ul .answer:last-child{border-bottom: none;}
