@charset "utf-8";
/* CSS Document */

#footer{clear:both; width:100%; height:250px;  background:#757474;  }

/* 푸터 메뉴*/

#footer #f_menu{width:100%; height:42px; background:#e6e6e6; }
#footer #f_menu ul{width:600px; height:42px; margin:0 auto;}
#footer #f_menu ul li{width:150px; line-height:42px; float:left; text-align:center; font-weight:bold;}
#footer #f_menu ul li a{display:block; }
#footer #f_menu ul li a:hover{color:#999;}


/* 푸터 컨텐츠 시작*/
/*2016_09_21 수정 시작*/
#footer #f_con{width:1024px; height:150px; margin:0 auto; margin-top:28px; position:relative; clear:both;}
#footer #f_con > div{float:left;}
#footer #f_con .f_con_left{width:175px; height:100%;margin-left:-40px;}

#footer #f_con .f_con_right{width:450px; height:100%; color:#FFF;}
#footer #f_con .f_con_right .copyright{margin-top:10px;}
#footer #f_con .f_con_right span{display:block; margin-top:5px;}

#footer .f_bnr{position:absolute; bottom:70px; right:-10px; }
#footer .f_bnr {width:440px; height:52px;}
#footer .f_bnr li{float:left;}

.f_notice{width:954px; margin:0 auto; text-align:center;  background:#757474; color:#FFF;  }

/*2016_09_21 수정끝*/
