.level_up_table {
    margin: 5rem 0;
    /* text-align: left; */
}
.level_up_table .title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 1rem;
    margin-bottom: 2rem;
}
.level_up_table .table-wrap {
    margin: 1rem 0 4rem;
    font-size: 16px;
}
.level_up_table span {
    display: inline-block;
    font-weight: bold;
    color: #333;
}
.level_up_table  .lvl_table td {
    padding-bottom: 7px;
}
.level_up_table  .lvl_table img {
    height: 36px;
    margin-bottom: 7px;
}
.level_up_table  .lvl_table span {
    width: 120px;
}
.level_up_table  .lvl_table .lv-text, .exp-text span {
    display: none;
}
.exp-text span.exp-value {
    display: inline-block;
    font-weight: normal;
    width: auto;
}

@media (max-width: 1100px) {
    .level_up_table tr {
        justify-content: space-between;
    }
    .level_up_table .list_table td {
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }
    .level_up_table  .lvl_table img {
        margin-right: 0.5rem;
    }
    .level_up_table .lvl_table span {
        width: auto;
        /* margin-top: 6px; */
        font-style: italic;
    }
    .level_up_table  .lvl_table .lv-text {
        display: inline-block;
    }
    .level_up_table .lvl_table .exp-text span {
        display: inline-block;
        margin-top: 0;
        margin-right: 0.5rem;
        font-weight: normal;
    }
    .level_up_table .lvl_table .exp-text .exp-value {
        font-weight: bold;
    }
}