@charset "UTF-8";
* {margin: 0; padding: 0;vertical-align: middle;box-sizing: border-box;}
html,body {width: 100%;height: 100%;}
html {overflow-y: auto;font: normal 14px/1 "맑은고딕","arial";}
html.on {overflow-y: hidden;} /* 스크롤바 숨김 */
body {color: #333;background: #fff;}
header,main,footer,nav,aside,section {display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 14px;}
ul {list-style: none;}
a {color: #333;text-decoration: none;}
em,i,address {font-style: normal;}
.blind {display: block;text-indent: -10000px;overflow: hidden;}
.hide {display: none;}
