﻿링크 테두리 점선 없애기
/*a,img,input {selector-dummy:expression(this.hideFocus=true);}*/

/*파이어폭스까지 적용*/
/*a,img,input {outline: none;selector-dummy:expression(this.hideFocus=true);}*/

