﻿@charset "utf-8";

/* CSS Document */
/*header 시작*/


#main_header { width: 100%; height:90px; }
/*header 상단 시작*/
#main_header .headerTop { 
height:50%; border-bottom: 1px solid #CBD1D5; background:  rgba(255,255,255,1); background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 91%, rgba(238,238,238,1) 97%, rgba(235,235,235,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(91%, rgba(245,245,245,1)), color-stop(97%, rgba(238,238,238,1)), color-stop(100%, rgba(235,235,235,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 91%, rgba(238,238,238,1) 97%, rgba(235,235,235,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 91%, rgba(238,238,238,1) 97%, rgba(235,235,235,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 91%, rgba(238,238,238,1) 97%, rgba(235,235,235,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 91%, rgba(238,238,238,1) 97%, rgba(235,235,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 ); 
}
#main_header .headerTop .topLogo { float: left; padding-left:20px; padding-top:5px;}
#main_header .headerTop .topStatue { float: right; margin: 0px; width: auto; height: 46px; text-align: right; padding: 0px 10px 0 0; color: #094564;}
#main_header .headerTop .topStatue ul { list-style: none; margin: 0px; display: block; height: 100%; padding-top: 8px; }
#main_header .headerTop .topStatue li { display: inline-block; margin-left: 5px;}
#main_header .headerTop .topStatue li a { font-size: 11px; color:#FFFFFF; padding: 0 5px; color: #093687; border: 1px solid #093687; border-radius: 2px; height: 24px; line-height: 23px; display: block; border-radius: 3px; }
#main_header .headerTop .topStatue li a:hover { color: #fff; background: #093687; }
#main_header .headerTop .topStatue li span { color:#29476F; font-size: 12px; cursor: default; font-weight: bold; }
/*header 상단 끝*/

/*header 하단 시작*/
#main_header .headerBottom { height:50%; background: #093687; }
#main_header .headerBottom .bottomArea { height: 100%; }
#main_header .headerBottom .bottomArea ul { width: 100%; list-style: none; margin: 0 auto; padding-left: 0px; text-align: left; height: 100%; }
#main_header .headerBottom .bottomArea ul li { text-align: center; display: inline-block; min-width: 100px; padding: 0; cursor: pointer; margin-left: 0px; height: 100%; vertical-align: top; }
#main_header .headerBottom .bottomArea ul li a { text-decoration: none; color:#FFFFFF; display: block; font-size: 14px; color: #C8D1E1; line-height: 45px; }
#main_header .headerBottom .bottomArea ul li.active a { font-weight: bold; color: #fff; } 
#main_header .headerBottom .bottomArea ul li:hover a { font-weight: bold; } 
/*header 하단 끝*/
/*header 끝*/