@charset "utf-8";
ul,li,ol,dl,dt,dd { margin:0px; padding:0px; list-style-type: none; }
/*전체 div*/
#wrap{
width:100%;
height:100%;
position:relative;
overflow:hidden;
text-align:left;
padding:0px;
border:0px green solid;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#wrap .wrap_body { width:100%;  }
#wrap .wrap_body .wrap_content { width:1100px; margin:0px auto; }

#wrap .wrap_body .main_content { width:1920px; margin:0px auto; }

#wrap .wrap_body .sub_title_content { width:1920px; height:280px; margin:0px auto; }

#TopMenu { height:25px; }
#TopMenu .TopLogo { float:left; margin:0px auto; }
#TopMenu .TopGuide { float:right; width:262px; margin:0px auto;  }

#wrap .warp_body_menu { height:120px; background:url(/theme/basic_kor/images/topmanubg.jpg) center top; }

#wrap .footer { width:100%; background:url(/theme/basic_kor/images/footerbg.jpg) center top;  }
#wrap .footer .footer_content { width:1100px; margin:0px auto; }


/* 네비게이션*/
#navigation { padding-top:0px;width:790px; height:120px; }
#navi, #navi ul { position:relative; float:right; }
#navi li { width:auto; position:relative; float:left; }
#navi ul { position:relative; float:left; display:none; }
#navi ul li { width:auto; display: block; float: left;}




.testbg { background-color:red; }
.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }
.ac { text-align:center; }
.Dnone { display:none; }
.fb { font-weight:bold; }