Top
span 은 inline element 이기 때문에 공간을 차지하지 않는다.
공간이 없으므로 width 를 설정하여도 적용되지 않는다.
span 에 width 가 정상적으로 적용되기 위해서는 display:inline-block 를 추가해 주면 된다.