@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* { padding:0px; margin:0px; border:0px; font-size:12px; list-style:none; text-decoration:none; font-family: 'Nanum Gothic', sans-serif; }
p { line-height:25px; }
a { color:#0080ff; outline:none; select-dummy: expression(this.hideFocus=ture); }
a:hover { color:#0080c0;  }

nav { min-width:1060px; max-width:1580px; width:100%; position:absolute; top:0px; left:0px; }

.top_contain { position:relative; top:0px; left:0px; width:100%; height:38px; background:url(../imgs/top_bg01.jpg); border-top:1px solid gray; border-bottom:1px solid gray; }
.top_logo { width:200px;height:38px; line-height:38px; float:left;padding-left:10px; text-indent:-9999px; background:url(../imgs/logo_01.png) no-repeat; }
.top_menu { width:200px;height:38px; line-height:38px; float:right;padding-right:10px; }
.top_menu a { color:black; }

.content_contain { position:absolute; top:40px; left:0px; width:100%; height:600px; }
.menu_contain { position:relative; top:0px; left:0px; width:160px; height:600px; background:#f0f7ff; float:left; z-index:9; }
.menu_contain ul { padding-top:20px; }
.menu_contain ul li { height:50px; line-height:50px; width:100%; text-align:center; overflow:hidden; }
.menu_contain ul li .menu_sub { display:none; position:absolute; left:160px; top:0px; width:160px; height:580px; background:url(../img/sub_bg.jpg); opacity:0.9; }
.menu_contain ul li:hover .menu_sub { display:block; }
.menu_contain ul li .menu_sub li { text-align:left; overflow:hidden;  }
.menu_sub li a:hover img { margin-left:-160px; }

.contents_slide { position:absolute; top:0px; left:0px;overflow:hidden; width:100%; height:600px; }

.contents_div { position:absolute; top:0px; right:0px; width:540px; height:600px; background:#ffffff; }
.contents_div a { color:black; }
.contents_div_tab { position:absolute; width:180px; height:200px; background:#ffffff; z-index:9; overflow:hidden; }
.contents_div_tab:hover { height:210px; z-index:99; }

.bot_contain { position:absolute; top:640px; width:100%; height:200px; }
.bot_menu_contain { position:relative; top:0px; left:0px; width:160px; height:200px; background:#ffffff; border-right:1px solid gray; }
.bot_menu_contain ul { padding-top:50px; width:100%; }
.bot_menu_contain ul li { width:150px; padding-right:10px; line-height:25px; height:25px; text-align:right; }

.bot_contents_contain { width:100%; background:#ffffff; }

.bot_slide { position:absolute; top:0px; left:160px;overflow:hidden; width:800px; height:200px; }
.bot_slide ul { padding-top:50px; width:100%; }
.bot_slide ul li { width:800px; padding-right:10px; line-height:25px; height:25px; text-align:left; text-indent:20px; }

.bot_div { position:absolute; top:0px; right:0px; width:540px; height:200px; background:#ffffff;  }
.bot_div a { color:black; }