1. select count(*) as `total_data_count` from `store` where `second_region_code` = 'suncheon' and `store_type_code` = 'k25175'
2. select `store_id`, `address`, `road_address`, `store_name`, `store_type`, `telephone` from `store` where `second_region_code` = 'suncheon' and `store_type_code` = 'k25175' order by `allow_date` desc limit 75, 15