
/* 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (min-width:768px) and (max-width:1023px) {
    /* .bg-login-image1 {
        width : 100%;
        height: 350px;
    } */
    .bg-login-image1 {
        display: none;
    }
    .abcRioButton {
        width: 100% !important;
    }
} 

@media all and (min-width:480px) and (max-width:767px) {
    .bg-login-image1 {
        display: none;
    }
} 
@media all and (max-width:479px) {
    .bg-login-image1 {
        display: none;
    }
    .abcRioButton {
        width: 100% !important;
    }
}