/* 사이트 공통 CSS */

* {box-sizing:border-box;}
html, body {margin:0;padding:0;}
body {font-size:16px;line-height:1.5;}
#header {width:100%;}
#container {width:100%;min-height:1px;}
#footer {width:100%;}
