@charset "utf-8";

/************************************************************************
 * 파일명      : layout.css
 * 설명        : layout  CSS import
 * 작성자      : 전영창
 * 작성일      : 2009.09.07
************************************************************************/

/**  전체 레이아웃**/
body{width:100%;}
#wrap{width:100%;}
#container{position:relative;width:1000px; margin:0 auto; padding-top:120px;padding-bottom:60px;}
#container:after{content:" "; display:block; clear:both; }
#left_menu{position:absolute;top:145px;left:0; width:250px; height:550px; padding-left:30px;}
#content{width:690px;margin:0 0 0 280px;}


/** top **/
#top{position:absolute;left:0;top:0;z-index:1;width:100%;height:120px;overflow:hidden;}
/*#top:after{content:" "; display:block; clear:both; height:0; visibility:hidden;}*/
.over{height:310px;}
.out{height:120ppx;}
.navigation{height:24px; padding:0px 32px 0px 0px; text-align:right; color:#2F3741;}


/** footer **/
#footer_bg{width:100%; /*border:1px solid green;*/}
#footer{position:relative; width:1000px; height:307px; margin:0 auto;  z-index:100;}

/**  bottom 공통 **/
.bottom_bg{width:1000px; height:76px; background:url('/images/common/bottom_bg.png') left top no-repeat;}
.bottom{position:absolute; bottom:27px;left:0;}

	/** CSS Hack for MS IE **/
	* html .bottom_bg 
	  {
		background-image : none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/bottom_bg.png',sizingMethod='scale');     
	  }

/**  bottom link 위치 **/
.foot_link1{position:absolute; left:32px; top:10px;}
.foot_link2{position:absolute; left:99px; top:10px;}
.foot_link3{position:absolute; left:162px; top:10px;}
.foot_link4{position:absolute; left:262px; top:10px;}
.foot_link5{position:absolute; left:338px; top:10px;}
.foot_link6{position:absolute; left:443px; top:10px;}

.bottom_bg ul.download{position:absolute; left:328px; top:-35px;}
.bottom_bg ul.download li{height:18px;line-height:18px;font-size:0;}

.bottom_bg ul.family{position:absolute; right:76px; top:7px; _top:9px;}
.bottom_bg ul.family li{float:left; height:11px; padding: 0px 11px 0px 8px; background:url('/images/bullet/sq_3x3_footer.gif') left 5px  no-repeat;}
.bottom_bg ul.family li img{ vertical-align: middle;}

.foot_text{position:absolute; left:22px; bottom:22px;}


/**  섹션별 footer bottom **/
.comp_bott_bg{height:307px;background:url('/images/common/comp_bott_bg.jpg') center bottom no-repeat;}
.busin_bott_bg{height:307px;background:url('/images/common/busin_bott_bg.jpg') center bottom no-repeat;}
.ir_bott_bg{height:307px;background:url('/images/common/ir_bott_bg.jpg') center bottom no-repeat;}
.pr_bott_bg{height:307px;background:url('/images/common/pr_bott_bg.jpg') center bottom no-repeat;}
.cust_bott_bg{height:307px;background:url('/images/common/cust_bott_bg.jpg') center bottom no-repeat;}
.recurit_bott_bg{height:307px;background:url('/images/common/recurit_bott_bg.jpg') center bottom no-repeat;}
.sitemap_bott_bg{height:307px;background:url('/images/common/sitemap_bott_bg.jpg') center bottom no-repeat;}

