/* input 기본 스타일 초기화 */ input { -webkit-appearance: none; -moz-appearance: none; appearance: none; } input:focus { outline: none; } /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */ input::-ms-clear { display: none; }