
.faq-qq{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    border-radius: 30px;
    background-image: url(../images/common/ico_snb_down.png);
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 14px;
    padding: 0 40px;
}
.focus{
    background-color: #fafafa;
    background-image: url(../images/common/ico_snb_up_b.png);
}
.faq-qq h3, .faq-qq h5{
    float: left;
    cursor: pointer;
}
.faq-qq h3{
    width: 50px;
    font-family: 'GmarketSansBold';
    font-size: 30px;
}
.faq-qq h5{
    width: calc(100% - 90px);
    font-size: 22px;
    font-family: 'GmarketSansMedium';
    line-height: 35px;
}
.faq-aa{
    display: none;
    padding: 30px 40px 30px 90px;
}
.faq-aa p{
    font-size: 18px;
    line-height: 35px;
    color: #333333;
}
.faq-aa img{
    max-width: 100% !important;
}

@media screen and (max-width:768px){
    .faq-qq{
        align-items: baseline;
        height: auto;
        border-radius: 15px;
        background-size: 10px;
        background-position: top 30px right 20px;
        padding: 20px;
    }
    .faq-qq h3{
        width: 40px;
        font-size: 25px;
    }
    .faq-qq h5{
        width: calc(100% - 50px);
        font-size: 18px;
        line-height: 26px;
    }
    .faq-aa{
        padding: 20px;
        padding-left: 60px;
    }
    .faq-aa p{
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width:768px) {
    .faq-qq {
        border: 1px solid #eee;
        background-position: center bottom 15px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .focus {
        border-bottom: 0;
        border-radius: 15px 15px 0 0;
        background-image: none;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .faq-qq h3 {
        display: none;
    }

    .faq-qq h5 {
        word-break: break-all;
        width: 100%;
    }

    .faq-aa {
        border: 1px solid #eee;
        border-top: 0;
        border-radius: 0 0 15px 15px;
        background-color: #fff;
        padding: 20px;
        margin-bottom: 20px;
    }

    .faq-aa p {
        font-size: 16px;
        line-height: 24px;
    }
}