@media (max-width: 1023px){
*:not(.scroll_content_class, .fix_ur_web_side_icon, .fix_ur_web_button_img) {
  position: static !important;
}

.fix_ur_web_side_icon {
    width: 40px !important;
}
 
    #container {
    width: 100vw !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#header {
    width: 100% !important;
min-height: 125px !important;
        height: fit-content;
        background-size: 100%;
    background-position: 98% 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat;
}

#header .tab {
    margin: 0 !important;
    width: 100vw !important;
}
    #header .tab tr {
display: flex !important;
        justify-content: flex-end;
        gap: 12px;
        flex-wrap: wrap;
    }
#button {
    height: 18px !important;
    margin: 0 auto !important;
}
#content {
    width: 100vw !important;
    height: fit-content !important;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
#textbox, #textbox-1 ,#footer {
    width: 100vw !important;
    position: static !important;
    padding: 0 !important;
}

    #textbox-1, #content, #textbox {
        height: fit-content !important;
        margin: 0 !important;
    }
    #textbox-1 {
        justify-content: center !important;
        display: flex !important;
    }
    #textbox-1 tr {
        display: flex !important;
        flex-direction: column;
    }
    
    #textbox-1 td {
        width: 200px !important;
    }
    
    #footer {
        margin: 0 !important;
        align-items: center;
    justify-content: center;
    display: flex;
    }
    
    .contentA {
        padding: 12px !important;
        width: 90vw !important;
    }
}
    #footer .acc {
    margin: 0 12px;
    }