

/* table_swipe */
.table_container{
    height: inherit;
    position: inherit;
    overflow-x: scroll;
}

.table_panel{
    width: 1280px;
}

@media screen and (min-width : 1440px) {
    .table_container::-webkit-scrollbar {
        display: none;
    }
    .guide_once {
        display: none;
    }   
}
.guide_once{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.685);
    position: absolute;
    z-index: 50;
    margin: auto;
    text-align: center;
}

.guide_once p {
    display: block;
    color: white;
    font-size: large;
    font-weight: 500;
    line-height: normal;
}
.guide_once img {
    width: 5%;
    margin: 3%;
    margin-top: 6%;
}
/* table_swipe end */


