#category_wrap {position: fixed; left: 0;bottom:0; height: 7.5rem; width: 100%;padding: 1rem 1.5rem; background: #fff; border-top: 1px solid #c8cbcf;}
#category_wrap .category {display: flex; justify-content:space-between; align-items:center; border:1px solid #549112; background: #ebeef0; border-radius:5rem; padding: 0.5rem;}
#category_wrap .category a {height: 4rem; width: calc(50% - 0.5rem); display: flex; align-items:center; justify-content:center; background: #fff; border: 1px solid #cacaca; border-radius:3rem; font-size:1.4rem; font-weight: 900;}
#category_wrap .category a.on { background: #549112; color:#fff}
#category_wrap .category a img {height: 60%;}