#tab{width:100%;}
#tab #navs{display:flex;flex-wrap:wrap;width:100%;margin-bottom:8px;}
#tab #navs li{text-align:center;display:block;width:24%;margin-right:1%;padding:15px 0;background:#e4e1d3;color:#000;margin-bottom:5px;}
#tab #navs li.select{background:#002b61 url(img/arrow_grey.png) no-repeat center bottom;color:#FFF;font-weight:bold;border-radius:5px;}
#tab #navs li:hover{color:#FFF;background:#5d5c56;border-radius:5px;}

@media screen and (max-width: 601px){
	#tab #navs li{padding:12px 0;}
}
