/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

.header-title { display: none; }
.header_empty { margin-top: 48px; }
.header-nav {  }

/* 메인 메뉴 */
.dropdown-submenu > a:hover { 
/* background: red !important; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008e53+0,007042+100 */
background: rgb(0,142,83) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,142,83,1) 0%, rgba(0,112,66,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,142,83,1) 0%,rgba(0,112,66,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,142,83,1) 0%,rgba(0,112,66,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008e53', endColorstr='#007042',GradientType=0 ) !important; /* IE6-9 */ }

/* 미디어쿼리 */
@media (max-width: 991px){
	#header-fixed .header-nav .navbar { height: 0px; min-height: 0px; padding-top: 0px; border-bottom: 0px; }
}