.interactive1 {
    margin: 107px 0 76px
}

.interactive1 .wrap {
    width: 1200px;
    margin: auto
}

.interactive1 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #292929;
    margin: 0 0 109px
}

.interactive1 .wrap .content .item {
    border-bottom: 1px solid #D7D7D7;
    padding: 0 0 28px;
    display: block
}

.interactive1 .wrap .content .item:not(:last-child) {
    margin: 0 0 60px
}

.interactive1 .wrap .content .item:hover .top .text {
    color: #E41937
}

.interactive1 .wrap .content .item .top {
    display: flex;
    gap: 34px
}

.interactive1 .wrap .content .item .top .img {
    width: 40px;
    height: 40px
}

.interactive1 .wrap .content .item .top .text {
    width: 1117px;
    font-weight: bold;
    font-size: 26px;
    color: #484848;
    line-height: 40px;
    padding: 0 0 26px;
    position: relative;
    transition: .6s ease
}

.interactive1 .wrap .content .item .top .text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
    background-size: 15px 1px;
    background-repeat: repeat-x
}

.interactive1 .wrap .content .item .bottom {
    display: flex;
    gap: 34px;
    margin: 20px 0 0 0
}

.interactive1 .wrap .content .item .bottom .img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.interactive1 .wrap .content .item .bottom .img img {
    width: 36px;
    height: 35px;
    object-fit: contain
}

.interactive1 .wrap .content .item .bottom .other {
    width: 1117px
}

.interactive1 .wrap .content .item .bottom .other .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    line-height: 32px
}

.interactive1 .wrap .content .item .bottom .other .dis {
    display: flex;
    gap: 50px;
    margin: 37px 0 0 0
}

.interactive1 .wrap .content .item .bottom .other .dis p {
    font-weight: 400;
    font-size: 16px;
    color: #292929
}

.interactive1 .wrap .paging {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0
}

.interactive1 .wrap .paging a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    margin: 0 4px;
    transition: .6s ease
}

.interactive1 .wrap .paging a.on, .interactive1 .wrap .paging a:hover {
    background: #E41937;
    color: #fff
}

@media screen and (max-width: 1919px) {
    .interactive1 {
        margin: 5.5729166667vw 0px 3.9583333333vw
    }

    .interactive1 .wrap {
        width: 62.5vw
    }

    .interactive1 .wrap .title {
        font-size: 2.0833333333vw;
        margin: 0px 0px 5.6770833333vw
    }

    .interactive1 .wrap .content .item {
        padding: 0px 0px 1.4583333333vw
    }

    .interactive1 .wrap .content .item:not(:last-child) {
        margin: 0px 0px 3.125vw
    }

    .interactive1 .wrap .content .item .top {
        gap: 1.7708333333vw
    }

    .interactive1 .wrap .content .item .top .img {
        width: 2.0833333333vw;
        height: 2.0833333333vw
    }

    .interactive1 .wrap .content .item .top .text {
        width: 58.1770833333vw;
        font-size: 1.3541666667vw;
        line-height: 2.0833333333vw;
        padding: 0px 0px 1.3541666667vw
    }

    .interactive1 .wrap .content .item .bottom {
        gap: 1.7708333333vw;
        margin: 1.0416666667vw 0px 0px
    }

    .interactive1 .wrap .content .item .bottom .img {
        width: 2.0833333333vw;
        height: 2.0833333333vw
    }

    .interactive1 .wrap .content .item .bottom .img img {
        width: 1.875vw;
        height: 1.8229166667vw
    }

    .interactive1 .wrap .content .item .bottom .other {
        width: 58.1770833333vw
    }

    .interactive1 .wrap .content .item .bottom .other .p1 {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw
    }

    .interactive1 .wrap .content .item .bottom .other .dis {
        gap: 2.6041666667vw;
        margin: 1.9270833333vw 0px 0px
    }

    .interactive1 .wrap .content .item .bottom .other .dis p {
        font-size: 0.8333333333vw
    }

    .interactive1 .wrap .paging {
        margin: 2.0833333333vw 0px 0px
    }

    .interactive1 .wrap .paging a {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.8333333333vw;
        margin: 0px 0.2083333333vw
    }
}

@media screen and (max-width: 1024px) {
    .interactive1 {
        padding: 80px 0
    }

    .interactive1 .wrap {
        width: 90%
    }

    .interactive1 .wrap .title {
        font-size: 24px;
        margin: 0 0 30px
    }

    .interactive1 .wrap .content .item:not(:last-child) {
        margin: 0 0 25px
    }

    .interactive1 .wrap .content .item {
        padding: 0 0 25px
    }

    .interactive1 .wrap .content .item .top {
        gap: 15px
    }

    .interactive1 .wrap .content .item .top .img {
        width: 25px;
        height: 25px
    }

    .interactive1 .wrap .content .item .top .text {
        width: 85%;
        font-size: 13px;
        line-height: 25px;
        padding: 0 0 15px
    }

    .interactive1 .wrap .content .item .bottom {
        gap: 15px;
        margin: 25px 0 0 0
    }

    .interactive1 .wrap .content .item .bottom .img {
        width: 25px;
        height: 25px
    }

    .interactive1 .wrap .content .item .bottom .img img {
        width: 100%;
        height: auto
    }

    .interactive1 .wrap .content .item .bottom .other {
        width: 85%
    }

    .interactive1 .wrap .content .item .bottom .other .p1 {
        font-size: 12px;
        line-height: 25px
    }

    .interactive1 .wrap .content .item .bottom .other .dis {
        margin: 22px 0 0 0;
        gap: 15px
    }

    .interactive1 .wrap .content .item .bottom .other .dis p {
        font-size: 12px
    }

    .interactive1 .wrap .paging {
        margin: 30px 0 0 0
    }

    .interactive1 .wrap .paging a {
        width: 27px;
        height: 27px;
        margin: 0 2px;
        font-size: 13px
    }

    .interactive1 {
        margin: 0
    }
}
