@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

html, body{
    margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
    letter-spacing: -0.5px;
     font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0; padding: 0;
}

body { min-width:1140px; margin:0 auto; }

ul li{list-style: none;}
a, a:hover, a:active, a:visited { text-decoration: none; color: #1e1e1e; }
img { margin:0px; padding:0px; border:0px; }

/* header */
#header { position:relative; top:0px; width:100%; height:100px; }
#nav { position:relative; top:0px; width:1140px; height:100%; margin:0 auto; }
#logo { position:absolute; top:50px; left:10px; width:100px; }
#main_title { position:absolute; top:0px; width:100%; margin:0 auto; text-align:center;}
#select_year { position:absolute; bottom:10px; right:0px; }

/* 상단 네비게이션 */
#nav_top{ position:relative; top:0px; width:100%; height:32px; margin:0 auto; }
#menu { position:relative; top:0px; width:1140px; margin:0 auto; height:100%; }
#menu ul { width:100%; height:100%; padding:0px; }
#menu ul li{ 
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    font-family: "Nanum Gothic", sans-serif;
}
#menu ul li img { height:32px; width:auto; }

.slider { position:relative; top:0px; width:100%; height:auto; padding:0px; margin:0px; }

/* footer */
#footer_main{position: relative; top: 0px;width:100%; height:50px; background-color:#fff; font-size: 12px; text-align:center;}
#footer { position:relative; top:20px; width:100%; height:50px; background-color:#fff; text-align:center; }
#footer p { position:relative; top:0px; width:100%; font-size:12px; color:#000; line-height:50px; margin:0px;}

/* secton */
.section { position:relative; top:20px; width:1050px; height:638px; margin:0 auto; border:1px solid #000; }
.section #left { position:absolute; top:0px; left:0px; width:290px; height:100%; }
.section #left ul{
    padding: 0;
    margin-left: 23px;
    line-height: 26px;
}

.section #left ul li:link{color: black;}
.section #left ul li:hover{font-weight: bold; color: #1c5593; }
.section #left .title{ font-size: 20px; font-weight: bold; font-family: "Nanum Gothic", sans-serif; color: #1c5593; }
.section #left .line{ width: 235px; height: 1px; background-color: gray; 
    position: absolute; top: 46px; left: 23px;
}
.section #right { position:absolute; top:0px; left:290px; width:760px; height:100%; }
.section #right .slider{ width: 100%;height: 100%; }

