@charset "utf-8";

*{ margin: 0; padding: 0; box-sizing: border-box; }

a{text-decoration: none; color: #000;}
li{list-style: none;}
img{border: 0;}
button {border:0 none; background-color:transparent; cursor:pointer;}
input, textarea{box-shadow: none;-webkit-appearance: none; -moz-appearance: none; appearance: none; }
/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none;}
br{font-family: Sans-Serif;}