@media screen and (max-width:599px) {
    .pc-mobile{
        display: none !important;
    }
    .mobile-pc{
        display: flex !important;
    }
    #modalImage {
        width: 96%;
        margin: -4% 0% 0% 0%;
    }

    .econ01_01_div{
        width: 70.769% !important;
    }
    .main_01_div {
        margin: 33% 0% 22% 0%;
    }

    .map_mid {
        overflow: unset;
        margin: 0% 0% 100% 0%;
    }
    .map {
        background-color: #fff;
        width: 90%;
        height: 58vw;
        z-index: 1;
        border: solid 1.5px #000;
        overflow: unset;
    }
    .mid_map_search {
        background: white;
        overflow: hidden;
        z-index: 2;
        width: 90%;
        height: 86vw;
        left: unset;
        border: solid 1px #000;
        border-bottom: solid 1px #000;
        top: 108%;
    }
    .mid_map_search_top > div {
        color: #000;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 4%;
        padding-bottom: 4%;
        font-size: 3.2vw;
        font-family: "pretendard-bold";
        cursor: pointer;
    }
    .mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        width: 98%;
        height: 8.5vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3.2vw;
        border-radius: 50px;
    }
    .mid_map_search_item_title {
        font-size: 3.3vw;
        font-family: "pretendard-bold";
    }
    .mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #9b9b9b;
        padding: 7% 0;
        font-size: 3.2vw;
        cursor: pointer;
        pointer-events: all;
    }
    .mid_map_search_bottom {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 61vw;
        width: 99.5%;
    }


    /* 
    background: url("/images/con3_bg.jpg") no-repeat center / cover; 
    object-fit: cover;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

    flex-wrap: wrap;

    font-family: 'LOTTERIACHAB';

    font-family: "Pretendard";
    font-weight: 400;
    font-size: 1vw;
    color: #000;

    . p:nth-of-type(1)

    .con08_swiper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }
    .con08_swiper_slide{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .con08_sd_div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .con08_sd_img{
        width: 100%;
    }
    .con08_swiper_slide.swiper-slide-next > div {

    }
*/
}