설명 http://www.w3.org/TR/css3-values/#font-relative-lengths사용법 http://snook.ca/archives/html_and_css/font-size-with-rem브라우저 지원 http://caniuse.com/#search=rem em은 부모대비 비율, rem은 html로부터 상속em body : 20px div : 0.5em = 10px div p : 0.5em = 5px rem body : 20px div : 0.5rem = 10px div p : 0.5rem = 10px 모바일에서 유용하게 쓰일수 있다