
#wrap .tit{
    background-color: #dfe0e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    color: #6f6e6e;
    padding: 1.8rem 3rem 1.8rem 2rem;
    font-family: "MBC1961GulimM";
}
#wrap .tit img{
    width: 5rem;
}
#wrap .content{
    padding: 2rem 1rem;
    background-color: #f7f7f7;
    min-height: calc(100vh - 12rem);
}
#wrap .content .box{
    border: 1px solid #e5e6e6;
    border-radius: 0.7rem;
    margin-top: 1rem;
    background-color: #fff;
    

}
#wrap .content .box .q_box{
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    padding: 2.5rem 1rem;
   
}
#wrap .content .box.on .q_box{
    border-bottom: 1px solid #d5d6d6;
    padding-bottom: 2.5rem;
    width: 100%;
   
}
#wrap .content .box .q_box:before{
   content: 'Q';
   font-size: 1.6rem;
   color: #706f6f;
   position: relative;
   font-weight: 600;
   align-self: flex-start;
   margin-top: 0.1rem;
   
}
#wrap .content .box .q_box{
   font-size: 1.6rem;
   color: #706f6f;
   /* margin-right: 2rem; */
   padding-right: 2.5rem;
   line-height: 1.3;
}
/*
#wrap .content .box .q_box .q{
   font-size: 1.6rem;
   color: #706f6f;
   position: relative;
   font-weight: 600;
   align-self: flex-start;
   margin-top: 0.1rem;
   
}

#wrap .content .box .q_box .question{
    font-size: 1.6rem;
    color: #706f6f;
    margin-right: 2rem;
    line-height: 1.3;
 }
#wrap .content .box .q_box .question::after{
   background-image: url(../img/qna-open.png);
   background-size: contain;
   background-repeat: no-repeat;
   content: '';
   position: absolute;
   width: 1.3rem;
   height: 1.3rem;
   right: 0.5rem;
   top: 55%;
   transform: translateY(-50%);
   right: 1rem;
 
} 
 */
#wrap .content .box .q_box::after{
   background-image: url(../img/qna-open.png);
   background-size: contain;
   background-repeat: no-repeat;
   content: '';
   position: absolute;
   width: 1.3rem;
   height: 1.3rem;
   right: 0.5rem;
   top: 55%;
   transform: translateY(-50%);
   right: 1.5rem;
 
}
#wrap .content .box.on .q_box::after{
   background-image: url(../img/qna-close.png);
   top: 50%;
}

#wrap .content .box.on .a_box{
    display: flex;
    gap: 1rem;
    padding: 2rem 1rem;
}

#wrap .content .box .a_box{
    display: none;
    
}
#wrap .content .box .a_box::before{
    content: 'A';
    margin-top: 0.2rem;
    
    
}
#wrap .content .box .a_box{
    font-size: 1.6rem;
    color: #41b2d9;
    margin-top: 0.2rem;
    font-weight: 600;
   
    
}
#wrap .content .box .a_box .answer{
    font-size: 1.6rem;
    color: #979898;
    line-height: 1.3;
}