@charset "utf-8";

/* 반응형 root size */
html {font-size: 62.5%;} /* 10px=62.5% */


*{margin: 0; padding: 0; box-sizing: border-box;}
table {border-collapse: collapse; width: 100%;}
ol, ul {list-style: none;}

a{text-decoration: none; color: #000;}

address {font-style:normal ;}

caption, legend {display: none;}

fieldset, input, textarea, select, button {outline: none; /* 접근성을 고려하려면 없는게 낫다 */ border: 0;}
