.layout-hospital_list .header,
.layout-hospital_list_location .header {
    visibility: visible;
}

.layout-hospital_list .layout,
.layout-hospital_list_location .layout {
    display:flex;
    flex-direction: column;
    gap:45px;
}


.layout-hospital_list .shopping_cart,
.layout-hospital_list_location .shopping_cart {
    display: flex;
}

.layout-hospital_list .main,
.layout-hospital_list_location .main {
    overflow: visible;
}

.layout-hospital_list .footer,
.layout-hospital_list_location .footer {
    visibility: visible;
}

.layout-hospital_list .map,
.layout-hospital_list_location .map {
    display: flex;
}

.layout-hospital_list .hospital_list,
.layout-hospital_list_location .hospital_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.layout-hospital_list .list_wrap,
.layout-hospital_list_location .list_wrap {
    width: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(300px, auto));
    margin-bottom: 10px;
    gap: 25px;
}

.layout-hospital_list .hospital_wrap,
.layout-hospital_list_location .hospital_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 80px;
}

.layout-hospital_list .hospital_wrap > .img_wrap,
.layout-hospital_list_location .hospital_wrap > .img_wrap {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 17px;
}

.layout-hospital_list .hospital_wrap > .img_wrap > img,
.layout-hospital_list_location .hospital_wrap > .img_wrap > img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.layout-hospital_list .hospital_info,
.layout-hospital_list_location .hospital_info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.layout-hospital_list .wide_range,
.layout-hospital_list_location .wide_range {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 24.1538px;
    color: #707070;
}

.layout-hospital_list .narrow_range,
.layout-hospital_list_location .narrow_range {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 24.1538px;
    color: #C8C8C8;
}

/*

.layout-hospital_list .header,
.layout-hospital_list_location .header {
    visibility: visible;
}

.layout-hospital_list .shopping_cart,
.layout-hospital_list_location .shopping_cart {
    display: flex;
}

.layout-hospital_list .main,
.layout-hospital_list_location .main {
    padding: 0 29px;
    overflow: visible;
}

.layout-hospital_list .footer,
.layout-hospital_list_location .footer {
    visibility: visible;
}

.layout-hospital_list .map,
.layout-hospital_list_location .map {
    display: flex;
}

.layout-hospital_list .hospital_list,
.layout-hospital_list_location .hospital_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.layout-hospital_list .list_wrap,
.layout-hospital_list_location .list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 25px;
}

.layout-hospital_list .hospital_wrap,
.layout-hospital_list_location .hospital_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 80px;
}

.layout-hospital_list .hospital_info,
.layout-hospital_list_location .hospital_info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.layout-hospital_list .wide_range,
.layout-hospital_list_location .wide_range {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 24.1538px;
    color: #707070;
}

.layout-hospital_list .narrow_range,
.layout-hospital_list_location .narrow_range {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 24.1538px;
    color: #C8C8C8;
}

.layout-hospital_list .header,
.layout-hospital_list_location .header {
    visibility: visible;
}

.layout-hospital_list .shopping_cart,
.layout-hospital_list_location .shopping_cart {
    display: flex;
}

.layout-hospital_list .main,
.layout-hospital_list_location .main {
    padding: 0 29px;
    overflow: visible;
}

.layout-hospital_list .footer,
.layout-hospital_list_location .footer {
    visibility: visible;
}

.layout-hospital_list .map,
.layout-hospital_list_location .map {
    display: flex;
}

.layout-hospital_list .hospital_list,
.layout-hospital_list_location .hospital_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.layout-hospital_list .list_wrap,
.layout-hospital_list_location .list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 25px;
}

.layout-hospital_list .hospital_wrap,
.layout-hospital_list_location .hospital_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 80px;
}

.layout-hospital_list .hospital_info,
.layout-hospital_list_location .hospital_info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.layout-hospital_list .wide_range,
.layout-hospital_list_location .wide_range {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 24.1538px;
    color: #707070;
}

.layout-hospital_list .narrow_range,
.layout-hospital_list_location .narrow_range {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 24.1538px;
    color: #C8C8C8;
}
*/