@charset "utf-8";


/* 공통 레이아웃 */
#wrap .layout {position:relative; width:1100px; padding:0; margin:0 auto;}
#main_header {position:fixed; left:0; top:0; z-index:11; width:100%;}
#sub_header {position:relative; z-index:11; width:100%;}
#header {position:relative; z-index:9; height:90px; background:#fff;}

/* 메인 레이아웃 */
#main #wrap{overflow:hidden; position:relative; width:100%; margin:0 auto;}

/* 서브 레이아웃 */