/*=================== +++++ NEWS +++++ ===================*/
.mo_only {display:none!important;}

@media (max-width:768px) {
	.mo_only {display:block!important;}
	.pc_only {display:none!important;}
}

/* ======== // NEWS - 실버원정대 START ~ ======== */

#commuSub {
    position: relative;
}

#commuSub .subTopBImg { background: #2B1F04; height: 500px;  } 

#faqCont {padding-top: 234px; padding-bottom: 217px;}
#faqCont .subContTitle { text-align:center; }





.faq_wrap{
    width:100%;
    border-top:1px solid #ddd; margin-top: 80px;  t

}

.faq_wrap .faq_item{
    border-bottom:1px solid #eee;
}

.faq_wrap .faq_question{
    width:100%;
    padding:28px 40px;
    display:flex;
    align-items:center;
    cursor:pointer;
    background:#fff;
    border:0;
    text-align:left;
    transition:.3s;
box-sizing:border-box; 
}

.faq_wrap .faq_question:hover{
    background:#fafafa;
}

.faq_wrap .category{
    width:120px;
    flex-shrink:0;
    color:#999;
    font-size:15px;
}

.faq_wrap .title{
    flex:1;
    font-size:21px;
    color:#222;
    padding-right:30px;
}

.faq_wrap .icon{
    width:18px;
    height:18px;
    position:relative;
    flex-shrink:0;
}

.faq_wrap .icon:before,
.faq_wrap .icon:after{
    content:"";
    position:absolute;
    background:#666;
    transition:.3s;
}

.faq_wrap .icon:before{
    width:18px;
    height:2px;
    top:8px;
    left:0;
}

.faq_wrap .icon:after{
    width:2px;
    height:18px;
    left:8px;
    top:0;
}

.faq_wrap .faq_item.active .icon:after{
    transform:scaleY(0);
}

.faq_wrap .faq_answer{
    display:none;
    background:#f8f8f8;
}

.faq_wrap .answer_inner{
    padding:30px 40px 35px 160px;
    color:#666;
    line-height:1.8;
    font-size:18px;
}





@media (max-width:768px) {

#commuSub .subTopBImg { background: #2B1F04; height: 300px;  }  
#faqCont {padding-top: 26.17vw; padding-bottom: 18.23vw;}
#faqCont .subContSTitle {margin-top: 4.56vw;}

.faq_wrap .faq_question{
    display:block;
    padding:5.333vw;
    position:relative;
    box-sizing: border-box;
}

.faq_wrap .category{
    width:auto;
    display:block;
    margin-bottom:2.133vw;
    font-size:3.467vw;
}

.faq_wrap .title{
    display:block;
    padding-right:10.667vw;
    font-size:3.91vw;
    line-height:1.5;
}

.faq_wrap .icon{
    position:absolute;
    right:5.333vw;
    top:50%;
    transform:translateY(-50%);
}

.faq_wrap .answer_inner{
    padding:5.333vw;
    font-size:3.3854vw;
    line-height:1.7;
}  
    
    
    
    
    
    
    
    
    
    
    
}
/* ======== ~ NEWS - 실버원정대 END // ======== */