#wvgSection02{
    width: 100%;
    height: 894px;
    background-color: #FFFFFF;
}

#wvgSection02Mobile{
    display: none;
}

#wvgSection02 .wvg-container{
    padding-top: 58px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

#wvgSection02 .wvgs02-row{
    width: 100%;
    height: 62px;
    display: flex;
    flex-direction: row;
    gap: 1px;
    line-height: 62px;
}

#wvgSection02 .wvgs02-row.ichi{
    height: 68px;    
    line-height: 68px;
}

#wvgSection02 .wvgs02-row .wvgs02-column{
    background-color: #F1F3F9;
}

#wvgSection02 .wvgs02-row.ichi .wvgs02-column{
    background-color: #DFE6F6;
}

#wvgSection02 .wvgs02-row .wvgs02-column.ichi{
    width: 373px;    
    padding-left: 38px;
    border-radius: 10px 0 0 10px;
}

#wvgSection02 .wvgs02-row .wvgs02-column.ni{
    width: 213px;
    text-align: center;
}

#wvgSection02 .wvgs02-row .wvgs02-column.san{
    width: 180px;
    text-align: center;
}

#wvgSection02 .wvgs02-row .wvgs02-column.yon{
    width: 215px;
    padding-left: 49px;
}

#wvgSection02 .wvgs02-row .wvgs02-column.go{
    width: 319px;
    border-radius: 0 10px 10px 0;
    padding-left: 31px;
}

#wvgSection02 .wvgs02-row{
    font-size: 22px;
    font-weight: 500;
    color: #29363D;
}

#wvgSection02 .wvgs02-row.ichi{
    font-size: 22px;
    font-weight: 700;
    color: #29363D;
}

#wvgSection02 .wvgs02-row.ichi .wvgs02-column.go{
    background-color: #DFE6F6;
}

#wvgSection02 .wvgs02-row .wvgs02-column.go{
    background-color: #FBF8EF;
}

@media (max-width: 1400px){
    #wvgSection02 .wvgs02-row.ichi{
        font-size: 18px;
    }

    #wvgSection02 .wvgs02-row{
        font-size: 15px;
    }
}

@media (max-width: 968px){
    #wvgSection02{
        display: none;
    }

    #wvgSection02Mobile{
        display: block;
        height: 600px;
    }

    #wvgSection02Mobile .wvg-container .wvgc-holder{
        width: 360px;
        margin-left: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 555px;
        position: relative;

        scrollbar-width: thin;
        scrollbar-color: #cfcfcf #eeeeee;
    }

    #wvgSection02Mobile .wvg-container .wvgc-holder::-webkit-scrollbar {
        height: 6px;
    }

    #wvgSection02Mobile .wvg-container .wvgc-holder::-webkit-scrollbar-track {
        background: #eeeeee;
        border-radius: 999px;
    }
    
    #wvgSection02Mobile .wvg-container .wvgc-holder::-webkit-scrollbar-thumb {
        background: #cfcfcf;
        border-radius: 999px;
    }
    
    #wvgSection02Mobile .wvg-container .wvgc-holder::-webkit-scrollbar-thumb:hover {
        background: #b5b5b5;
    }

    #wvgSection02Mobile .wvg-container .wvgc-holder .wvgc-wrapper{
        width: 905.84px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    #wvgSection02Mobile .wvg-container .wvgc-holder .wvgc-holder-layout{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 15px;
        z-index: 1;
        pointer-events: none;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    #wvgSection02Mobile .wvg-container .wvgc-holder .wvgc-holder-layout img{
        position: absolute;
        top: 191px;
        left: 50%;
        margin-left: -82px;
        width: 164px;
        height: 118px;
    }

    #wvgSection02Mobile .wvg-container .wvgc-holder.is-scrolled .wvgc-holder-layout{
        opacity: 0;
        visibility: hidden;
    }

    #wvgSection02Mobile .wvgs02-row{
        width: 100%;
        height: 42px;
        display: flex;
        flex-direction: row;
        gap: 1px;
        line-height: 42px;
    }

    #wvgSection02Mobile .wvgs02-row.ichi{
        height: 48px;    
        line-height: 48px;
    }

    #wvgSection02Mobile .wvgs02-row .wvgs02-column{
        background-color: #F1F3F9;
    }

    #wvgSection02Mobile .wvgs02-row.ichi .wvgs02-column{
        background-color: #DFE6F6;
    }

    #wvgSection02Mobile .wvgs02-row .wvgs02-column.ichi{
        width: 373px;    
        padding-left: 38px;
        border-radius: 10px 0 0 10px;
    }

    #wvgSection02Mobile .wvgs02-row .wvgs02-column.ni{
        width: 213px;
        text-align: center;
    }

    #wvgSection02Mobile .wvgs02-row .wvgs02-column.san{
        width: 180px;
        text-align: center;
    }

    #wvgSection02Mobile .wvgs02-row .wvgs02-column.yon{
        width: 215px;
        padding-left: 49px;
    }

    #wvgSection02Mobile .wvgs02-row .wvgs02-column.go{
        width: 319px;
        border-radius: 0 10px 10px 0;
        padding-left: 31px;
    }

    #wvgSection02Mobile .wvgs02-row{
        font-size: 14px;
        font-weight: 500;
        color: #29363D;
    }

    #wvgSection02Mobile .wvgs02-row.ichi{
        font-size: 14px;
        font-weight: 700;
        color: #29363D;
    }

    #wvgSection02Mobile .wvgs02-row.ichi .wvgs02-column.go{
        background-color: #DFE6F6;
    }

    #wvgSection02Mobile .wvgs02-row .wvgs02-column.go{
        background-color: #FBF8EF;
    }

    #wvgSection02Mobile .wvg-container .wvgc-holder-wrap {
        width: 360px;
        position: relative;
        padding-bottom: 12px;
    }
    
    #wvgSection02Mobile .wvg-container .wvgc-holder {
        width: 345px;
        overflow-x: auto;
        overflow-y: hidden;
        height: 555px;
        position: relative;
    
        /* ẩn scrollbar thật */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    #wvgSection02Mobile .wvg-container .wvgc-holder::-webkit-scrollbar {
        display: none;
    }
    
    #wvgSection02Mobile .wvg-container .wvgc-fake-scrollbar {
        position: absolute;
        left: 15px;
        bottom: 0;
        width: 345px;
        height: 6px;
        background: #eeeeee;
        border-radius: 999px;
        overflow: hidden;
    }
    
    #wvgSection02Mobile .wvg-container .wvgc-fake-thumb {
        height: 100%;
        width: 40%;
        background: #cfcfcf;
        border-radius: 999px;
        transform: translateX(0);
        transition: width 0.1s linear;
    }
}
