@charset "utf-8";
* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html {font-size:62.5%;}
html, body {padding: 0; margin: 0;
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}
header, main, footer, section, article, aside, nav, div {display: block;}
h1, h2, h3, h4, h5, h6, p {margin: 0;}
ul, ol {list-style: none; margin: 0; padding: 0;}
a {text-decoration: none; color: var(--black);}
button {outline: none; border:none; cursor: pointer;}
input {outline: none; border: none; appearance: none; -webkit-appearance: none; -webkit-border-radius: 0; }

/* input type=number 증감버튼 제거 */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*ios대응*/
/* select{ -webkit-appearance: none; -moz-appearance: none;  appearance: none;} */
