@charset "utf-8";

/*-------------------------------------------------
General Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2011. 01. 13.
Last update : 2011. 01. 13.
-------------------------------------------------*/

* {margin:0; padding:0;}

body, table, tr, td, select, input, textarea { font-family:nanum, "돋움",Dotum,"굴림",Gulim,seoul, arial, verdana; font-size:12px; line-height:150%; color:#797979; }

em,cite,address,dfn,var{font-style:normal;}

dl, dt, dd, ul, ol {list-style:none; }

select, textarea, file { border:1px solid #cfcfcf; font-size:12px; height:20px; }
input[type=text], input[type=password] { border:1px solid #cfcfcf; font-size:12px; height:20px; }

fieldset { border:none; display:inline; }

a { text-decoration:none; color:#797979; }

a:hover, a:active, a:focus { text-decoration:underline; }

@font-face {font-family:nanum; src:url(../css/NanumGothic.eot); }

/* For Screen Reader */

legend { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}



/* Style none */

hr, address {display:none;}

.display {display:none;}

caption { display:none; }



/* Table */

table{border-collapse:collapse; border-spacing:0;}



/* image boder 0 */

img { border:0; vertical-align:top;  }



/* hidden element */

.helement {position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; z-index:-1; visibility:hidden;}