@charset "utf-8";
/*
 *************************************************************************************
 * FileName : base.css
 * Author : gilhyun
 * Date : 2010.01.12
 * Description : css
 * Revision :
 *************************************************************************************
*/

/*
--------------------------------------------------------------------------------------
setup

*/

*{margin:0;padding:0;}
html{height:100%;}
body{background:#fff;font-size: 11px;line-height:1.5em;font-family:Verdana,Helvetica,AppleGothic,Sans-serif,Dotum;color:#666;height:100%;}
h1{}
h2{margin:0;padding:0;}
h3{margin:0;padding:0;}
h4, h5, form, p, td, dt, dd, li, div, span, u, i, fieldset, legend{font-family:Verdana,Helvetica,AppleGothic,Sans-serif,Dotum;font-size: 11px;color:#666;line-height:1.8em;}
select, input, textarea, file{font-family:Verdana,Helvetica,AppleGothic,Sans-serif,Dotum;font-size: 11px;color:#666;line-height:1.3em;}

em,cite,address,dfn,var{font-style:normal;}
dl,ul,ol{list-style:none;}
select, input, textarea, file{border:1px solid #cacaca;}
input{padding:1px;}
fieldset{border:none;}
img{border:0;vertical-align:top;-ms-interpolation-mode: bicubic;}
table{border-collapse:collapse;border-spacing:0;}
hr, legend{display:none;}
/* a { selector-dummy : expression(this.hideFocus=true);} IE */
a{color:#666;text-decoration:none;}
a:hover{color:#1293ee;text-decoration:underline;}
em,address{font-style:normal;}
button,label{cursor:pointer;_cursor /**/:hand;}
iframe{border: 0;}


@media print
{
body{color:#000;}
#gnb, #login, #search{display:none;}
}
