.faq1 {
    padding: 90px 0;
    background: #323437
}

.faq1 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    margin: 100px 0 50px
}

.faq1 .wrap .content {
    margin: 0 0 58px
}

.faq1 .wrap .content .item:first-child .show {
    border-top: 1px solid #4D4F54
}

.faq1 .wrap .content .item.on .show {
    border-bottom: 1px solid transparent
}

.faq1 .wrap .content .item.on .show img {
    transform: rotate(-180deg)
}

.faq1 .wrap .content .item .show {
    height: 120px;
    border-bottom: 1px solid #4D4F54;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px 0 0;
    transition: .6s ease;
    cursor: pointer
}

.faq1 .wrap .content .item .show p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF
}

.faq1 .wrap .content .item .show img {
    width: 30px;
    transition: .6s ease
}

.faq1 .wrap .content .item .hide {
    overflow: hidden;
    display: none
}

.faq1 .wrap .content .item .hide > div .text {
    width: 1348px;
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 40px
}

@media screen and (max-width: 1919px) {
    .faq1{
        padding: 4.6875vw 0px;
    }
    .faq1 .wrap .title{
        font-size: 2.0833333333vw;
        margin: 5.2083333333vw 0px 2.6041666667vw;
    }
    .faq1 .wrap .content{
        margin: 0px 0px 3.0208333333vw;
    }
    .faq1 .wrap .content .item .show{
        height: 6.25vw;
        padding: 0px 2.5vw 0px 0px;
    }
    .faq1 .wrap .content .item .show p{
        font-size: 1.25vw;
    }
    .faq1 .wrap .content .item .show img{
        width: 1.5625vw;
    }
    .faq1 .wrap .content .item .hide > div .text{
        width: 70.2083333333vw;
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .faq1{
        padding: 50px 0;
    }
    .faq1 .wrap .title{
        font-size: 24px;
        margin: 35px 0 25px;
    }
    .faq1 .wrap .content .item .show{
        height: 60px;
    }
    .faq1 .wrap .content .item .show p{
        font-size: 12px;
    }
    .faq1 .wrap .content .item .show img{
        width: 20px;
    }
    .faq1 .wrap .content .item .hide > div .text{
        width: 100%;
        font-size: 12px;
        line-height: 26px;
    }
}
