@charset "utf-8";

/* 반응형 폰트 기준사이즈 */
html { font-size: 62.5%; } /* 10px */

/* 여백 초기화 */
* { box-sizing: border-box; margin: 0; padding: 0; }

/* 표선 중첩 */
table { border-collapse: collapse; width: 100%; }

/* 불릿기호, 숫자 없애기 */
ol,ul { list-style: none; }

/* 밑줄 없애기, 글자색 변경 */
a { text-decoration: none; color: inherit; }

/* 글자 기울임 방지 */
address { font-style: normal; }

/* 브라우저에 안보이게 */
legend,caption { display: none; }

/* 테두리 없애기 */
fieldset,input,select,textarea,button { outline: none; border: 0; }

