@media screen and (max-width: 1400px) {
    /*빠른작업 지도 start*/
    .map-app-content-expand {
        display: flex;
        width: 100%;
    }

    #map-app-tab {
        display: flex;
        flex-direction: column;
    }

    .map-app-tab__menu {
        height: 100%;
        position: absolute;
        z-index: 9;
        background-color: white;
    }

    .map-app-tab-content__wrapper {
        width: 100% !important;
        height: 100%;
        position: relative;
        background-color: white;
        z-index: 1;
        border-right: 1px solid #ddd;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .map-app-tab__content {
        position: relative;
        height: 50% !important;
        margin-left: 69px;
    }

    /*빠른작업 지도 end*/
}

@media screen and (max-width: 1460px) {
    .header_menu .header_ic_download {
        display: none;
    }

    .header_menu .header_ic_alram {
        display: none;
    }

    .header_menu .header_ic_user {
        display: none;
    }

    .header_menu .header_ic_logout {
        display: none;
    }

    .header_menu .header_ic_more {
        display: flex;
    }
}

@media screen and (max-width: 1300px) {


}

