.bonus {
    padding: 160px 0 75px 0;
}

.bonus .wrap {
    width: 1600px;
    margin: auto;
}

.bonus .wrap .title {
    margin: 0 0 63px;
}

.bonus .wrap .title h1 {
    font-size: 40px;
    color: #000000;
    margin: 0 0 25px;
}

.bonus .wrap .title p {
    font-size: 22px;
    color: #000000;
    line-height: 36px;
}

.bonus .wrap .content {
    display: flex;
    justify-content: space-between;
}

.bonus .wrap .content .img {
    width: 700px;
    height: 960px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
}

.bonus .wrap .content .img .swiper{
    width: 100%;
    height: 100%;
}

.bonus .wrap .content .img img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.bonus .wrap .content .img img:hover {
    transform: scale(1.05);
}

.bonus .wrap .content .r {
    width: 830px;
    margin: 36px 0 0 0;
}

.bonus .wrap .content .r h1 {
    font-size: 30px;
    color: #000000;
    margin: 0 0 45px;
}

.bonus .wrap .content .r .flex {
    padding: 0 0 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bonus .wrap .content .r .flex .list {
    display: flex;
    justify-content: space-between;
}

.bonus .wrap .content .r .flex .list:not(:last-child) {
    margin: 0 0 30px;
}

.bonus .wrap .content .r .flex .list .circle {
    width: 10px;
    height: 10px;
    background: #CF000D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 10px;
}

.bonus .wrap .content .r .flex .list .circle:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
}

.bonus .wrap .content .r .flex .list p {
    width: 806px;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
}

.bonus .wrap .content .r .display {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bonus .wrap .content .r .display .route {
    display: flex;
    align-items: center;
}

.bonus .wrap .content .r .display .route .circle {
    width: 10px;
    height: 10px;
    background: #CF000D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 40px 0 0;
}

.bonus .wrap .content .r .display .route .circle:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
}

.bonus .wrap .content .r .display .route p {
    font-weight: 400;
    font-size: 18px;
    color: #CF000D;
}

.bonus .wrap .content .r .display .more {
    display: flex;
}

.bonus .wrap .content .r .display .more .more_list {
    width: 84px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #CF000D;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}

.bonus .wrap .content .r .display .more .more_list:not(:last-child) {
    margin: 0 12px 0 0;
}

.bonus .wrap .content .r .display .more .more_list svg {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}

.bonus .wrap .content .r .display .more .more_list svg path {
    fill: #CF000D;
    transition: .6s;
}

.bonus .wrap .content .r .display .more .more_list p {
    font-weight: 300;
    font-size: 16px;
    color: #CF000D;
    transition: .6s;
}

.bonus .wrap .content .r .display .more .more_list:hover {
    background: #CF000D;
}

.bonus .wrap .content .r .display .more .more_list:hover svg path {
    fill: #fff;
}

.bonus .wrap .content .r .display .more .more_list:hover p {
    color: #fff;
}

.bonus2 {
    padding: 25px 0 109px 0;
}

.bonus2 .wrap {
    width: 1600px;
    margin: auto;
}

.bonus2 .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 45px;
}

.bonus2 .wrap .title .cut {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bonus2 .wrap .title .cut p {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    white-space: nowrap;
    opacity: 0.2;
    transition: .3s;
    cursor: pointer;
}

.bonus2 .wrap .title .cut p:not(:last-child) {
    margin: 0 50px 0 0;
}

.bonus2 .wrap .title .cut p.on {
    font-size: 36px;
    opacity: 1;
}

.bonus2 .wrap .title .button {
    display: flex;
}

.bonus2 .wrap .title .button .circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A5A5A5;
    color: #A5A5A5;
    cursor: pointer;
    font-size: 20px;
    transition: .6s;
}

.bonus2 .wrap .title .button .circle:nth-child(2) {
    transform: rotate(180deg);
}

.bonus2 .wrap .title .button .circle:not(:last-child) {
    margin: 0 20px 0 0;
}

.bonus2 .wrap .title .button .circle:hover {
    background: #CF000D;
    border: 1px solid transparent;
    color: #FFF;
}

.bonus2 .wrap .content .matter {
    display: none;
}

.bonus2 .wrap .content .matter.on {
    display: block;
}

.bonus2 .wrap .content .matter .swiper {
    width: 100%;
}

.bonus2 .wrap .content .matter .swiper img {
    width: 100%;
    border-radius: 12px;
}

@media screen and (max-width: 1919px) {
    .bonus {
        padding: 8.3vw 0 3.90625vw 0;
    }

    .bonus .wrap {
        width: 83.3333333333vw;
    }

    .bonus .wrap .title {
        margin: 0 0 3.28125vw;
    }

    .bonus .wrap .title h1 {
        font-size: 2.0833333333vw;
        margin: 0 0 1.3020833333vw;
    }

    .bonus .wrap .title p {
        font-size: 1.1458333333vw;
        line-height: 1.875vw;
    }

    .bonus .wrap .content .img {
        width: 36.4583333333vw;
        height: 50vw;
        border-radius: 0.4166666667vw;
    }

    .bonus .wrap .content .r {
        width: 43.2291666667vw;
        margin: 1.875vw 0 0 0;
    }

    .bonus .wrap .content .r h1 {
        font-size: 1.5625vw;
        margin: 0 0 2.34375vw;
    }

    .bonus .wrap .content .r .flex {
        padding: 0 0 2.604166666666667vw;
        margin: 0 0 2.604166666666667vw;
    }

    .bonus .wrap .content .r .flex .list:not(:last-child) {
        margin: 0 0 1.5625vw;
    }

    .bonus .wrap .content .r .flex .list .circle {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        top: 0.5208333333vw;
    }

    .bonus .wrap .content .r .flex .list .circle:after {
        width: 0.2083333333vw;
        height: 0.2083333333vw;
    }

    .bonus .wrap .content .r .flex .list p {
        width: 41.9791666667vw;
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
    }

    .bonus .wrap .content .r .display .route .circle {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        margin: 0 2.0833333333vw 0 0;
    }

    .bonus .wrap .content .r .display .route .circle:after {
        width: 0.2083333333vw;
        height: 0.2083333333vw;
    }

    .bonus .wrap .content .r .display .route p {
        font-size: 0.9375vw;
    }

    .bonus .wrap .content .r .display .more .more_list {
        width: 4.375vw;
        height: 1.5625vw;
        border-radius: 0.78125vw;
    }

    .bonus .wrap .content .r .display .more .more_list:not(:last-child) {
        margin: 0 0.625vw 0 0;
    }

    .bonus .wrap .content .r .display .more .more_list svg {
        width: 0.9375vw;
        height: 0.9375vw;
        margin: 0 0.2604166667vw 0 0;
    }

    .bonus .wrap .content .r .display .more .more_list p {
        font-size: 0.8333333333vw;
    }

    .bonus2 {
        padding: 1.3020833333vw 0 5.6770833333vw 0;
    }

    .bonus2 .wrap {
        width: 83.3333333333vw;
    }

    .bonus2 .wrap .title {
        margin: 0 0 2.34375vw;
    }

    .bonus2 .wrap .title .cut p {
        font-size: 1.0416666667vw;
    }

    .bonus2 .wrap .title .cut p:not(:last-child) {
        margin: 0 2.6041666667vw 0 0;
    }

    .bonus2 .wrap .title .cut p.on {
        font-size: 1.875vw;
    }

    .bonus2 .wrap .title .button .circle {
        width: 2.8125vw;
        height: 2.8125vw;
        font-size: 1.0416666667vw;
    }

    .bonus2 .wrap .title .button .circle:not(:last-child) {
        margin: 0 1.0416666667vw 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .bonus .wrap {
        width: 90%;
    }

    .bonus {
        padding: 30px 0 50px 0;
    }

    .bonus .wrap .title {
        margin: 0 0 20px;
    }

    .bonus .wrap .title h1 {
        font-size: 28px;
        margin: 0 0 15px;
    }

    .bonus .wrap .title p {
        font-size: 15px;
        line-height: 33px;
    }

    .bonus .wrap .content .img {
        width: 100%;
        height: auto;
    }

    .bonus .wrap .content {
        flex-direction: column;
    }

    .bonus .wrap .content .r {
        width: 100%;
    }

    .bonus .wrap .content .r h1 {
        font-size: 28px;
        margin: 26px 0 17px;
    }

    .bonus .wrap .content .r .flex .list p {
        width: 100%;
        flex: 1;
        font-size: 15px;
        line-height: 32px;
    }

    .bonus .wrap .content .r .flex .list .circle {
        width: 10px;
        height: 10px;
        top: 12px;
        margin: 0 10px 0 0;
    }

    .bonus .wrap .content .r .flex .list .circle:after {
        width: 4px;
        height: 4px;
    }

    .bonus .wrap .content .r .flex .list:not(:last-child) {
        margin: 0 0 23px;
    }

    .bonus .wrap .content .r .display .route .circle {
        width: 10px;
        height: 10px;
        margin: 0 10px 0 0;
    }

    .bonus .wrap .content .r .display .route .circle:after {
        width: 4px;
        height: 4px;
    }

    .bonus .wrap .content .r .display .route p {
        font-size: 18px;
    }

    .bonus .wrap .content .r .display .more .more_list {
        width: 84px;
        height: 30px;
        border-radius: 15px;
    }

    .bonus .wrap .content .r .display .more .more_list svg {
        width: 18px;
        height: 18px;
        margin: 0 5px 0 0;
    }

    .bonus .wrap .content .r .display .more .more_list p {
        font-size: 15px;
    }

    .bonus .wrap .content .r .display .more .more_list:not(:last-child) {
        margin: 0 14px 0 0;
    }

    .bonus2 .wrap {
        width: 90%;
    }

    .bonus2 .wrap .title {
        margin: 0 0 22px;
        flex-direction: column;
        align-items: unset;
    }

    .bonus2 .wrap .title .cut {
        flex-wrap: wrap;
        justify-content: unset;
        height: 70px;
    }

    .bonus2 .wrap .title .cut p {
        font-size: 16px;
        margin: 0 20px 10px 0 !important;
    }

    .bonus2 .wrap .title .cut p.on {
        font-size: 22px;
    }

    .bonus2 .wrap .title .button .circle:not(:last-child) {
        margin: 0 20px 0 0;
    }

    .bonus2 .wrap .title .button {
        margin: 22px 0 0 0;
    }

    .bonus2 .wrap .title .button .circle {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }
}

/*# sourceMappingURL=bonus.css.map */
