/* BASIC css start */
.store_box {}
.store_box .txt_box {margin-bottom:32px; }
.store_box .txt_box .place ul {display:flex;justify-content: space-between;}
.store_box .txt_box .place ul li {width:50%; }
.store_box .txt_box .place ul li span {display:block; }
.store_box .txt_box .place ul li .lb {font-size:16px;margin-bottom: 18px;}
.store_box .txt_box .place ul li .count {font-size:24px; font-weight:600; }
.store_box .img_box {display:flex;justify-content: flex-start; margin-top:32px; }
.store_box .img_box .img {width:100%; }
.store_box .txt {font-size:12px;margin-top: 15px;text-align: right;}

.store_list {margin-top:20px !important; }
/* BASIC css end */

