.mobile-change-round {
    display: none;
}

@media screen and (max-width: 1024px) {
    #info {
        max-width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        overflow: inherit;
    }
    
    .mcontent {
        width: 100%;
        max-width: 100%;
        padding: 8px;
        box-sizing: border-box;
    }
    
    #info .tournament {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px
    }

    #info .tournament li {
        width: 100%;
    }

    .dv_leag_detail .ul_leag_detail {
        display: grid;
        grid-template-columns: 30% 70%;
    }

    .dv_leag_detail .ul_leag_detail li {
        border-right: 0;
        width: 100%;
        padding: 10px 4px;
        display: block;
        height: auto;
        box-sizing: border-box;
    }

    .dv_leag_detail .ul_leag_detail li:nth-child(n+3) {
        border-top: 1px solid var(--border-3);
    }
}
    

@media screen and (max-width: 600px) {
    #info .tournament {
        grid-template-columns: 1fr;
    }

    .info_title_left {
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    #InfoTitle #imgbox {
        width: 100%;
        display: block;
        text-align: center;
    }

    .info_title_right {
        display: none;
    }

    .sub_menu .leaguekind {
        display: flex;
        float: none;
    }

    .tdlink {
        overflow-x: scroll;
        max-width: 100%;
        display: flex;
    }

    .tdlink th:nth-of-type(2),
    .tdlink td:nth-of-type(2) {
        position: sticky;
        left: 0;
        background-color: white;        
    }

    .tdlink tr td {
        min-width: 140px;
    }

    /* chart */
    .mobile-change-round {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        background-color: var(--table_header);
        padding: 4px 8px;
        box-sizing: border-box;
    }

    .mobile-change-round .round-label {
        width: 85%;
        text-align: center;
    }

    .draw__cover {
        margin-top: 10px;
    }

    .draw__round {
        display: none !important;
    }

    .draw__round.active {
        display: grid !important;
    }

    .draw__bracket:after {
        display: none;
    }

    .round-label {
        font-size: 14px;
    }

    .shifter__stage {
        width: 30px;
        height: 30px;
    }

    .draw__header {
        visibility: hidden;
    }

    .draw__shadowHeader {
        background-color: white !important;
    }

    .draw__clearHeader,
    .draw__cover .shifter {
        display: none !important;
    }
}