@charset "utf-8";
/*--------------------------------------------------------
 	기본 css 속성
--------------------------------------------------------*/

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
img, fieldset{border:none;}
table{border-collapse:collapse;}
ul, ol, li{list-style:none;}
address, em{font-style:normal;}
li img, object{vertical-align:top;}
input, select, textarea, form img{vertical-align:middle;}
/* font */
body{color:#746969; font-size:0.75em; line-height:140%; font-family: verdana, arial, helivetica, Arial, sans-serif, "돋움", Seoul, "한강체";}
input, select, textarea{color:#575757; font-size:100%; font-family: verdana, arial, helivetica, Arial,sans-serif, "돋움", Seoul, "한강체";}
/* anchor */
a{color:#575757; text-decoration:none;}
a:hover, a:focus, a:active{color:#575757;text-decoration:none;}
/* skip */
legend, caption, .skip {position:absolute; left:-5000px; width:0; height:0; font-size:0; line-height:0; overflow:hidden;}
caption{position:static;}
/* skipNavi*/ 
*html #skipNavi{position:absolute; width:500px; height:0;margin:0 auto; z-index:-1;}
#skipNavi{position:absolute; width:500px; height:0;margin:0 auto; z-index:10000; }
#skipNavi a{display:block; position:absolute; top:-500px; left:0; overflow:hidden;}
#skipNavi a:active, #skipNavi a:focus{position:absolute;top:0;left:0;display:block;width:100%; height:20px; padding:5px 0; background:#369; color:#fff; font-size:1em; text-align:center;}
.clear {clear:both}


