
.row {padding: 0;}
/* sec_qnalogo */
/**/
.sec_rec_qna{
		height: 18rem;
		display: flex;
		padding-left: 1.5rem;
		background: url("../sub/menu3_top_banner_image.png") no-repeat 0 0 / cover;
}
.rec_qna_title {
		padding-top: 2.3rem;
}

.rec_qna_title h2 {
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: .8rem;
		position: relative;
		color: #00085f;
}
.rec_qna_title p{
	display: inline-block;
    font-weight: bold;
    font-size: 1.3rem;
    color: #004a8f;
    margin-bottom: 1rem;
	letter-spacing: -1.5px;
	border: 1px solid #00085f;
	padding: .3rem .6rem;
	border-radius: 20px;
}
.rec_qna_title span {
		color: #555;
		line-height: 1.4;
		letter-spacing: -.5px;
		font-size: 1.4rem;
		font-weight: bold;
}
.rec_qna_banner 
.rec_qna_banner img{
    width: 100%;
    height: 12rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

/* qna list */
.qna ul .question{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 2rem;
    color: #000;
    position: relative;
    padding: 0 1.5rem;
}
.qna ul .answer{
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid #e1e6e9;
    position: relative;
    padding: 1.5rem;
}
.qna ul .answer:last-child{border-bottom: none;}
