@charset "utf-8";
@import url(layout.css);
@import url(sublayout.css);

/* CSS Document */

* {margin:0; padding:0; font-family:Dotum, "돋움", Gulim, "굴림", Malgun Gothic, "맑은 고딕", "나눔 고딕", NaNum Gothic, Century Gothic, Sans-serif;}
html {overflow-y:scroll;}
body {width:100%; height:100%; font-size:12px; color:#666;}
ul, li, dl, dt, dd {list-style:none;}
img, table, input, fieldset, button {border:none;}
caption, hr, legend {display:none;}
a:link, a:visited {text-decoration:none; color:#333;}
a:active, a:hover {text-decoration:underline; color:#000;}
h1, h2, h3, h4, h5 {font-size:1em; font-weight:normal;}
address {font-style:normal;}
textarea {overflow:auto;}
.blind {display:block; position:absolute; left:0; top:-5000px; overflow:hidden;}
