.layout-hospital_list_location .header,
.layout-hospital_list .header {
    visibility: visible;
}

.layout-hospital_list_location .main,
.layout-hospital_list .main {
    overflow: visible;
}

.layout-hospital_list_location .footer,
.layout-hospital_list .footer {
    visibility: visible;
}

.layout-hospital_list_location .hospital_list_location,
.layout-hospital_list .hospital_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.layout-hospital_list_location .map_place,
.layout-hospital_list .map_place {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.layout-hospital_list_location .map_wrap,
.layout-hospital_list .map_wrap {
    width: 125px;
    height: 30px;
    border: 1px solid #BCBCBC;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.layout-hospital_list_location .list_wrap,
.layout-hospital_list .list_wrap {
    width: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(150px, auto));
    margin-bottom: 10px;
    gap: 20px;
}

.layout-hospital_list_location .hospital_wrap,
.layout-hospital_list .hospital_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.layout-hospital_list_location .hospital_info,
.layout-hospital_list .hospital_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.layout-hospital_list_location .wide_range,
.layout-hospital_list .wide_range {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #707070;
}

.layout-hospital_list_location .img_wrap,
.layout-hospital_list .img_wrap {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 17px;
}

.layout-hospital_list_location .img_wrap > .main_img,
.layout-hospital_list .img_wrap > .main_img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.layout-hospital_list_location .narrow_range,
.layout-hospital_list .narrow_range {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 12px;
    color: #000000;
}