.page_title{
    background-image: url("../img/banner_imgs/faq.jpg");
}
#faq_wrap .text_wrap .f{
    font-size: 2.3rem;
    font-family: "Pretendard_bold", serif;
}
#faq_wrap .text_wrap .q li{
    font-size: 2rem;
}
#faq_wrap .button_list .button{
    font-size: 2rem;
}
#faq_wrap .wid{
    width: 100%;
}

.none{
    display: none;
}

#faq_wrap .button_list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    margin-bottom: 5rem;
}
#faq_wrap .button_list .button{
    display: block;
    width: 21.5rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #070707;
    border-radius: 0.8rem;
    box-sizing: border-box;
    cursor: pointer;
}
#faq_wrap .button_list .active{
    background-color: #1A2039;
    color: #fff;
}


#faq_wrap .text_wrap:not(:last-of-type){
    margin-bottom: 3rem;
}
#faq_wrap .text_wrap .f{
    position: relative;
    text-align: center;
    padding: 1.5rem;
    border: 0.1rem solid #070707;
    border-radius: 0.8rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    cursor: pointer;
}
#faq_wrap .list_wrap{
    display: none;
}
#faq_wrap .list_wrap.active{
    display: block;
}
#faq_wrap .list_wrap .active .f{
    background-color: #1A2039;
    color: #fff;
}
#faq_wrap .text_wrap .q{
    display: none;
}
#faq_wrap .text_wrap .q li{
    padding: 0 2rem;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #070707;
    padding-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
}
#faq_wrap .text_wrap .q li::before{
    content: "-";
}
#faq_wrap .text_wrap .q li:not(:last-of-type){
    margin-bottom: 1rem;
}
#faq_wrap .text_wrap .f::after{
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url("../img/svg/faq_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 2%;
    top: calc(50% - 1rem);
    transition: 0.8s;
}
#faq_wrap .list_wrap .active .f::after{
    background-image: url("../img/svg/faq_arrow_white.svg");
    transform: rotate(180deg);
    transition: 0.8s;
}





@media all and (max-width:1800px) {
}
@media all and (max-width:1325px) {
}
@media all and (max-width:1024px) {
    #faq_wrap .text_wrap .q li{
        font-size: 1.8rem;
    }
}
@media all and (max-width:830px) {
    #faq_wrap .text_wrap .f{
        font-size: 2rem;
        padding: 1.2rem 1.5rem
    }
    #faq_wrap .text_wrap .q li{
        font-size: 1.5rem;
    }
}
@media all and (max-width:680px) {
    #faq_wrap .button_list .button{
        font-size: 1.7rem;
    }
    #faq_wrap .button_list{
        margin-bottom: 3rem;
    }
    #faq_wrap .text_wrap .f{
        font-size: 2.9vw;
    }
    #faq_wrap .text_wrap .q li{
        font-size: 1.5rem;
    }
    
}
@media all and (max-width:550px) {
    #faq_wrap .text_wrap .f{
        font-size: 1.6rem;
        padding: 1.2rem 5rem;
    }
    #faq_wrap .text_wrap .q li{
        font-size: 1.3rem;
    }
    #faq_wrap .text_wrap .f::after{
        right: 3.5%;
    }
}
