@media screen and (max-width: 767px){
    *{}
    .nbd_tab_color.nbd_translateZ {
        display: none;
    }
    .stage-main-wrap {
        transform: translateX(0px) !important;
    }
    div.nbd_bottom_process{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width:1024px){
    *{}
    .nbd_tab_color.nbd_translateZ {
        transform: translateX(300px);
    }
    div.stage>div.stage-main-wrap{
        transform: translateX(-40px) !important;
    }
    div.nbd-hoz-ruler{
        transform: translateX(-40px) !important;
    }
    div.close_tab_color {
        width: 40px;
        height: 40px;
        position: absolute;
        background: #afafaf;
        top: 0px;
        left: 0px;
        color: #525252;
        font-size: 35px;
        z-index:1;
        text-align:center;
    }
}
@media screen and (min-width: 1024px){
    *{}
    .nbd_tab_color.nbd_translateZ {
        /*display: none;*/
    }
    div.close_tab_color {
        width: 40px;
        height: 40px;
        position: absolute;
        background: #afafaf;
        top: 0;
        right: 265px;
        color: #525252;
        font-size: 35px;
        z-index: 30;
        line-height: 42px;
        text-align: center;
    }
}