.header_flex{
    padding-top: 0;
}
@media (max-width: 768px) {
    .list_page_menu{
        width: 90%;
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 5px 5%;
        font-size: 12px;
        border-top: #dbdbdb 1px solid;
        border-bottom: #cfcfcf 1px solid;
    }
    .list_page_title{
        width: 90%;
        padding: 5px 5%;
        font-size: 18px;
    }
    .list_page{
        width: 90%;
        margin: 20px auto;
        margin-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .list_box{
        width: 100%;
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .list_box #img{
        flex: 1;
    }
    .list_con{
        flex: 2;
    }
    .list_con #name{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .list_con #add{
        font-size: 12px;
        margin-bottom: 12px;
    }
    .list_map{
        width: fit-content;
    }
    .list_map #map{
        padding: 4px 20px;
        border: #000 1px solid;
        border-radius: 100px;
        font-size: 10px;
        transition: 0.5s;
    }
    .list_map #map:hover{
        background-color: #000;
        color: #fff;
        transition: 0.5s;
    }
}
@media (min-width: 769px) {
    .list_page_menu{
        width: 96%;
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 5px 2%;
        font-size: 12px;
        border-top: #dbdbdb 1px solid;
        border-bottom: #cfcfcf 1px solid;
    }
    .list_page_title{
        width: 70%;
        padding: 10px 15%;
        font-size: 18px;
    }
    .list_page{
        width: 70%;
        margin: 20px auto;
        margin-bottom: 100px;
        display: flex;
        flex-wrap: wrap;
        gap: 10%;
        justify-content: center;
    }
    .list_box{
        width: 45%;
        /* display: flex; */
        gap: 15px;
        align-items: center;
    }
    .list_box #img{
        width: 100%;
        margin-bottom: 15px;
    }
    .list_con{
        width: 100%;
    }
    .list_con #name{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .list_con #add{
        font-size: 12px;
        margin-bottom: 12px;
    }
    .list_map{
        width: fit-content;
    }
    .list_map #map{
        padding: 4px 20px;
        border: #000 1px solid;
        border-radius: 100px;
        font-size: 10px;
        transition: 0.5s;
    }
    .list_map #map:hover{
        background-color: #000;
        color: #fff;
        transition: 0.5s;
    }
}