#category_wrap {position: fixed; left: 0;bottom:0; height: 7.5rem; width: 100%; background: #fff; border-top: 1px solid #c8cbcf;}
#category_wrap .category {height: 100%; display: flex; justify-content:space-between; align-items:center;}
#category_wrap .category a {width: 33.3%; height: 100%; display: flex; flex-direction: column; align-items:center; justify-content:center; background: #fff; font-size:1.4rem; font-weight: 900; letter-spacing: -.15rem; color: #999;}
#category_wrap .category a.on {color:#333; font-weight: 600;}
#category_wrap .category a img {height: 3rem; margin-bottom: .8rem;}