@charset "utf-8";

html, body{font-size:16px;width: 100%;letter-spacing: -1px;}
body{height: auto;overflow-y: auto;}

/***** reset *****/
/*html5 미지원 브라우저*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
/*margin padding reset*/
*{margin: 0;padding: 0;border:0;box-sizing: border-box;}
table {border-collapse: collapse;border-spacing: 0;} 
img{border: 0;}
/*list reset*/
ol, ul, li{list-style: none;}
/*a reset*/
a{text-decoration: none;color: inherit;}