.lbanner_text {
    display: none;
}

.app_list_div {
    margin-top: 55px;
    justify-content: space-between;
}

.app_list_left {
    width: 40.5%;
}

.app_list_tit {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 54px;
    color: #000000;
    line-height: 1.2;
}

.app_list_left .rec_desc {
    text-align: left;
}

.app_list_right {
    position: relative;
    width: 47.3%;
}

.app_list_right .imgBox {
    padding-bottom: 85%;
}

.app_order {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 152px;
    color: #470125;
    line-height: 1;
    position: absolute;
    top: 46px;
    left: 11px;
}

.app_list_box .app_list_div:nth-child(even) .app_list_left {
    order: 2;
}

.app_list_box .app_list_div:nth-child(even) .app_list_right {
    order: 1;
}

@media only screen and (max-width: 950px) {
    .app_list_div {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .app_list_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .app_list_tit {
        font-size: 30px;
    }

    .app_list_right {
        width: 100%;
    }

    .app_list_box .app_list_div:nth-child(even) .app_list_left {
        order: 1;
    }

    .app_list_box .app_list_div:nth-child(even) .app_list_right {
        order: 2;
    }

    .app_order {
        font-size: 100px;
        top: 20px;
    }
}