@charset "utf-8";

/* Layout_상단 */
#wrapper {position:relative; width:100%; min-width:1200px}
#header {position:relative; width:100%; height:110px; background:url('/design/images/common/top_bg.gif') repeat-x}
#header_sub {position:relative; width:100%; height:181px; background:url('/design/images/common/top_bg.gif') repeat-x}
#header #top, #header_sub #top {position:relative; width:1000px; height:30px; margin:0 auto}
#header #gnb {position:relative; width:1000px; height:80px; margin:0 auto}
#header_sub #gnb {position:relative; width:1000px; height:116px; margin:0 auto}

/* Layout_미들 */
#container {position:relative; width:100%; overflow:hidden}
#container_sub {position:relative; width:1000px; margin:-35px auto 0}
#lnb {position:relative; width:190px; float:left}
#content {position:relative; margin:0 20px 0 220px; padding-bottom:30px}

/* Layout_하단 */
#footer {position:relative; width:100%; margin-top:40px; clear:both; overflow:hidden; background:#2c384e}