@charset "utf-8";

*{ margin: 0; padding: 0; box-sizing: border-box; }

a{text-decoration: none; color: #000;}
/*a:focus{outline: none;}*/
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;}
input:focus,textarea:focus {outline:none;}
br{font-family: Sans-Serif;}
i{font-style: normal;}
body {-ms-overflow-style: none; /* IE and Edge */}
body::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}