/* ¼û±è ¿ä¼Ò */ .screen_out{ visibility:hidden; overflow:hidden; position:absolute; left:-9999px; width:0; height:0; font-size:0; line-height:0;} /* body ½ºÅ¸ÀÏ */ body { color:#555; font-size: 13px; /*0.813em;*/ line-height:1.2em; font-family:'NanumGothic', 'Dotum', 'Gulim', 'Lucida Grande', Verdana, Helvetica, sans-serif; } .wrap, .header, .container, .footer{ display:block; overflow:hidden; } .wrap{ margin:0 auto; width:100%; } .header, .container, .subContainer, .footerStatic{ margin:0 auto; width:980px; } .header{ height:95px; } .spot{ height:500px; } .container{ height:250px; } .footer{ height:130px; border-top: 1px solid #f1f1f1; }