
#wrap main{
    padding: 2rem 2rem 4rem;
}
#wrap .section1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}
#wrap .section1_mo {
    display: none;
}
#wrap .section1 .btn1 {
    width: 60%;
    
}
#wrap .section1 .btn1 img, .section1 .btn2 img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    border-radius: 30px;
}
#wrap .section1 .btn2 {
    width: 41%;
}
#wrap .section2 {
    text-align: center;
    margin-top: 3rem;
}
#wrap .section2 h2{
   font-size: 25px;
   font-weight: 800;
}
#wrap .section2 p{
   font-size: 18px;
   font-weight: 700;
   margin-top: 12px;
}
#wrap .section2 .btn_wrap{
   display: flex;
   justify-content: space-between;
   width: 100%;
   gap: 1rem;
   margin-top: 25px;
}
#wrap .section2 .btn_wrap .btn1 img, .section2 .btn_wrap  .btn2 img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    border-radius: 30px;
}
#wrap .section2 .btn_wrap .btn1, .section2 .btn_wrap .btn2 {
   width: 50%;
}
#wrap .section3 {
    padding: 2rem;
    border: 1px solid #747fad;
    border-radius: 20px;
    margin-top: 3rem;
}
#wrap .section3 .tit{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    align-items: center;
}
#wrap .section3 .tit h2{
    font-size: 25px;
    font-weight: 800;

}
#wrap .section3 .tit p{
    font-size: 16px;
    font-weight: 700;
    color: #42444d;

}
#wrap .section3 .qna_wrap {
    display: flex;
    flex-direction: column;
}

#wrap .section3 .qna_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
}

#wrap .section3 .qna_item p {
    margin: 0;
    flex: 1;
    font-size: 18px;
    font-weight: 700;

}

#wrap .section3 .qna_item a {
    margin-left: 10px;
}
@media screen and (max-width: 900px) {
    #wrap .header1 {
        border-bottom: 0;
    }
    #wrap .header1 img{
        width: 23%;
        height: 23%;
    }
    #wrap .header1 ul{
        display: none;
    }
    #wrap .section1 {
        display: none;
    }
    #wrap .section1_mo {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #wrap .section1_mo .btn1 {
        width:100%;
        
    }
    #wrap .section1_mo .btn1 img, .section1_mo .btn2 img {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
        border-radius: 15px;
    }
    #wrap .section1_mo .btn2 {
        width: 100%;
    }
    #wrap .section2 h2{
        font-size: 20px;
     }
     #wrap .section2 p{
        font-size:15px;
     }
     #wrap .section2 .btn_wrap .btn1 img, .section2 .btn_wrap  .btn2 img {
        border-radius: 12px;
    }
    #wrap .section3 .tit h2{
        font-size: 20px;
    }
    #wrap .section3 .tit p{
        font-size: 15px;
    }
    #wrap .section3 .qna_item p {
        font-size: 16px;
        line-height: 1.3;
    }
    #wrap .section3 .qna_item a img {
       width: 60%;
    }
}