@charset "utf-8";

/* ===== Base : reset · typography · utilities ===== */

body, p, hr, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset, legend, input, textarea, button, select, div { margin:0; padding:0; }

* { box-sizing:border-box; }

body, textarea, table { font-family:'Nanum-Gothic', 'Noto Sans KR', Gulim, AppleGothic, sans-serif; }

img, fieldset { border:0; }
ul, ol { list-style:none; }
em, address { font-style:normal; }

a { color:#000; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; }

.blind { position:absolute; top:0; left:0; width:1px; height:1px; overflow:hidden; visibility:hidden; font-size:0; line-height:0; }

.clearfix:before,
.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
