.widget.widget-nav .gn{
	background-color:#F15145;
	color:#fff;
	padding:5px 0px;
	font-size:11px;
	width:100%;
	border-bottom:1px solid #ccc;
}

.widget.widget-nav .login-tools .text-primary{
	color:#fff !important;
}
.widget.widget-nav .logobar{
	font-family:'NanumSquare';
	font-size:20px;
	font-weight:bolder;
}

.widget.widget-nav .logobar .logo a{
	display:inline-block;
	height:80px;	
	line-height:80px;
}

.widget.widget-nav .logobar .banner a{
	background-color:#fff;
	display:inline-block;
	margin-left:10px;
	line-height:60px;
	padding:0px 20px;
	border:1px solid #ccc;
	overflow:hidden;
	font-size:22px;
	cursor:pointer;
	margin-top:10px;
}

.widget.widget-nav .logobar .banner a img{
	margin-right:10px;
}

.widget.widget-nav .menubar{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 92%, #eaeaea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 92%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 92%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

	border:1px solid #ccc;
	height:40px;
	line-height:40px;
}

.widget.widget-nav .menubar .clock{
	background-color:#FFA040;
	text-align:center;
	color:#fff;
	border-radius:5px;
	font-weight:bolder;
	margin:5px 0px;
	line-height:29px;
}

.widget.widget-nav .menubar ul.menu{
	display:table;
	width:100%;
}

.widget.widget-nav .menubar ul.menu > li{
	display:table-cell;
	width:16.66666666666667%;
	text-align:center;
}

.widget.widget-nav .menubar ul.menu > li > a{
	display:block;
	height:100%;
	color:#000;

	font-family:'NanumSquare';
	font-size:17px;
	font-weight:bolder;
}

.widget.widget-nav .subbar-wrap{
	height:40px;
}

.widget.widget-nav .subbar{
	width:100%;	
	height:100%;
}

.widget.widget-nav .subbar ul.submenu{
	margin:0px !important;
	padding:0px !important;
	text-align:center;
	
	list-style:none;
	height:0px;
	overflow:hidden;

	display:inline-block;
	position:absolute;
	
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;

	white-space: nowrap;
}

.widget.widget-nav .subbar ul.submenu > li{
	display:inline-block;
	padding:0px;
}

.widget.widget-nav .subbar ul.submenu.active,
.widget.widget-nav .subbar ul.submenu:hover{
	height:40px;
}

.widget.widget-nav .subbar ul.submenu > li > a{
	display:block;
	height:100%;
	color:#000;

	font-family:'NanumSquare';
	font-weight:bolder;
	font-size:14px;
	line-height:40px;
	padding:0px 10px;
	text-align:center;
}

.widget.widget-nav .subbar ul.submenu > li.selected > a{
	color:#F15145;
}

.widget.widget-nav .menubar ul.menu > li.selected{
	background-color:#F15145;
}
.widget.widget-nav .menubar ul.menu > li.selected > a{
	color:#fff;
}


.form-inline label , .form-inline input , .form-inline select {
	font-size:13px;
	font-weight:bold;
}

.form-inline input , .form-inline select{
	height: 31px;
}



