@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*{padding:0; margin:0; font-family: Nanum Gothic;}
li{list-style:none;}
a{text-decoration:none; }
img{border-style: none;}

/************header layout*************/
#header{width:100%;height:80px;background-color:#ffffff;border-bottom: 10px #2D4C7B solid; }
#menu{width:1200px;height:50px; margin:auto;padding-top:7px;}
#menu_list{width:1200px;}
#logo{width:500px;float:left;}

#menu_list>ul>li{float:left;padding-right:25px;padding-top:38px;}
#menu_list>ul>li>a{font:bold 16px Nanum Gothic,나눔고딕; color:#2D4C7B;}
#menu_list>ul>li>a:hover{font:bold 16px Nanum Gothic,나눔고딕; color:deepskyblue;}
#logo>img{height:65px; cursor: pointer;}

/****sub menu*****/
.sub{text-align: center; width:1200px; height:40px; margin: auto; font:normal 14px Nanum Gothic; background-color: #d1e3ff;}
.sub ul{padding-left: 460px;padding-top: 10px}
.sub li{float: left; padding-right: 50px;}

/************contents layout*************/
#container{width:1200px;height:auto; margin:auto;position: relative;}
#contentFrm {width:100%; height:850px; border: none;}
.subFrm {width:100%; height:1px; border: none;display: none;}  
#main_banner{width:1200px;height:450px;}
#contents{width:1200px;height:auto;}
#con_count{width:400px;height:400px;background-color:#EDEFF4;float:left;}
#con_vedio{widht:800px;height:400px;background-color:#000;}
#con_count>#c_top{clear:both; width:400px;height:140px;}
#con_count>#c_center{width:400px;height:130px; text-align: center; vertical-align: middle;}
#con_count>#c_bottom{width:400px;height:130px; color:#8DB782; text-align:center;}

/************footer layout*************/
#footer{width:1200px;height: 70px;  margin: auto;text-align: center;}
#footer p{font:normal 14px Nanum Gothic; color:#666; padding-top: 25px }
