.m01_support_faq {
    background: #EFEFF2;
    padding: 6.25vw 8.33333vw
}

.m01_support_faq .top {
    display: flex;
    align-items: center;
    gap: 5.36458vw
}

.m01_support_faq .top .input {
    width: 13.4375vw;
    height: 2.29167vw;
    padding: 0 .625vw;
    border: 1px solid #CACACA;
    display: flex;
    align-items: center
}

.m01_support_faq .top .input input {
    width: 10.9375vw;
    height: 100%;
    background: unset;
    border: none;
    color: #333;
    font-size: .83333vw;
    font-weight: 400;
    text-transform: capitalize
}

.m01_support_faq .top .input input::placeholder {
    color: #333
}

.m01_support_faq .top .input button {
    cursor: pointer;
    background: unset;
    border: none
}

.m01_support_faq .top .input button img {
    display: block;
    width: 1.04167vw
}

.m01_support_faq .content {
    margin: 2.08333vw 0 0 0
}

.m01_support_faq .content .item.on .show svg {
    transform: rotate(-180deg)
}

.m01_support_faq .content .item .show {
    width: 100%;
    height: 5.625vw;
    border-top: 1px solid #CACACA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.m01_support_faq .content .item .show p {
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 116.667%
}

.m01_support_faq .content .item .show svg {
    width: 2.08333vw;
    height: 2.08333vw;
    transition: .2s ease
}

.m01_support_faq .content .item .hide {
    overflow: hidden;
    display: none
}

.m01_support_faq .content .item .hide>div {
    margin: 0 0 2.08333vw
}

@media screen and (max-width: 768px){
        .m01_support_faq {
        padding: 30px 5%
    }

    .m01_support_faq .top {
        gap: 20px
    }

    .m01_support_faq .top .input {
        height: 50px;
        width: 49%;
        padding: 0 10px;
        justify-content: space-between
    }

    .m01_support_faq .top .input input {
        width: 80%;
        font-size: 14px
    }

    .m01_support_faq .top .input button img {
        width: 16px
    }

    .m01_support_faq .content {
        margin: 30px 0 0 0
    }

    .m01_support_faq .content .item .show {
        height: auto;
        padding: 20px 0
    }

    .m01_support_faq .content .item .show p {
        font-size: 16px;
        width: 90%;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .m01_support_faq .content .item .show svg {
        width: 18px;
        height: 18px
    }

    .m01_support_faq .content .item .hide>div {
        margin: 0 0 25px
    }

    .m01_support_faq .content .item .hide>div p {
        font-size: 14px;
        line-height: 1.8
    }
}