/* sec_qnalogo */

.sec_qnalogo {
	position: relative;
}

.rec_qna_title{
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.8rem;
	letter-spacing: -0.1rem;
}
.rec_qna_title p{
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
	color: #555;
	font-weight: bold;
}
.rec_qna_title h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #1b4373;
}

.qnalogo{
	background-color: #f5f5f5;
}
.qnalogo img{
    width: 100%;
    height: 100%;
    font-size: 0;
}

/* qna */
.qna{margin-top: 1.3rem;}

.qna_title{
    position: absolute;
    margin: 3.5rem 0 0 1.5rem;
}
.qna_title p{
    font-weight: bold;
    font-size: 1.4rem;
    color: #004E91;
    margin-bottom: 0.5rem;
	letter-spacing: -0.2rem;
}
.qna_title p:last-child{
    font-weight: bold;
    font-size: 3rem;
    color: #000;
}
.qna_img {
	position:absolute;
	left: 1.4rem;
	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: bold;
    line-height: 1.2;
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: #000;
    position: relative;*/

    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
	margin-top: 2rem;
    margin-bottom: 2rem;
    color: #000;
    position: relative;
	padding: 0 2rem 0 6rem;
    min-height: 46.78px;

    border-top: 1px solid #e1e6e9;
    padding-top: 2rem;
}
.qna ul .question:first-of-type {border: none;}
.qna ul .question img {top: 2rem;}
.qna ul .answer{
    /*font-size: 1.5rem;
    line-height: 1.4;
    color: #000;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e1e6e9;*/

    font-size: 1.5rem;
    line-height: 1.4;
    color: #000;
    margin-bottom: 1.5rem;
    position: relative;
	padding: 0 2rem 2rem 6rem;
}
.qna ul .answer:last-child{border-bottom: none;}

.sec_qnalogo {    background: url(../sub/main3_background.png)no-repeat 0 0 /contain; max-height: 370px; height: 12rem; width: 100%;}

.qna_img {width:2.5rem; height:2.5rem}