@charset "euc-kr";

/************************************************************************
 * ÆÄÀÏ¸í    : reset.css
 * ¼³¸í       : css reset 
 * ÀÛ¼ºÀÚ    : È«±ÔÈñ
 * ÀÛ¼ºÀÏ    : 2010.11.29
************************************************************************/

/* HTML 5 Reset */
nav, section, article, header, aside, footer, figure, dialog {display:block}
time, progress, mark, output {display:inline}

/* mobile */
html{-webkit-text-size-adjust: none;} /* iphone */

/* common */
body{font-family:Dotum, "µ¸¿ò", verdana, sans-serif;font-size:12px;color:#666;background-color:#fff}
body, ul, ol, li, dt, dl, dd, div, h1, h2, h3, h4, h5, h6, p, form, fieldset, blockquote, iframe, input, object, table, tr, th, td{margin:0;padding:0}

ul, ol, li{list-style:none}
hr{display:none}
em{font-style:normal}
fieldset, img{border:none;}
legend, caption{display:none}
/* table { border-collapse: collapse;} */

.hide {display:none}  /* none */
.blind {overflow:hidden;position:absolute;left:-1000%;top:0;width:0;height:0;font-size:0;line-height:0;} /* hide */

.png24		{tmp:expression(setPng24(this));}

/* Link Css */
a {cursor:pointer}
a:link,  a:visited,  a:active {text-decoration:none}
a:hover{text-decoration:underline}

/* form */
textarea {font-family:Dotum, "µ¸¿ò", verdana, sans-serif;font-size:12px}
select{font-family:Dotum, "µ¸¿ò", verdana, sans-serif;font-size:12px;}
input {font-family:Dotum, "µ¸¿ò", verdana, sans-serif;font-size:12px;}

