/* 가맹점 */
.store_box ul {
    width: 100%;
    margin-top: -20px;
    zoom: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.store_box ul li {
    all: unset;
	flex-basis: 240px;
    position: relative;
}
.store_box ul li a .addr span.address {max-height:50px; overflow:hidden;}

.store_box ul {
    justify-content: unset;
]