#ok-vertical-navi {
	position:relative;margin:6px 0 0;
    /*배경 투명도
    background:rgba(255, 255, 255, 0.5);*/
	border-top: 0px solid #ddd;
	/*border-bottom: 3px solid #963DBF;*/
	

 /* 박스안에 그라디언트 색상 입히기 
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.3, #E23407), to(#C72801));*/
 /* 박스 그림자
box-shadow: 0px 2px 2px #666; */
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%익스 7~8 css 안먹히는거 적용되게하기%%%%%%%%%%%%%%%*/
behavior: url('ie-css3.htc');
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%익스 7~8 css 안먹히는거 적용되게하기%%%%%%%%%%%%%%%*/

	z-index:10000;
}

.ok-vertical-navi {
	/*margin:0 auto !important;*/right:0;padding:0;width:740px;zoom:1
}
.ok-vertical-navi:after {display:block;visibility:hidden;clear:both;content:""}
 ul.ok-vertical-navi {
	margin: 20px auto;
	padding: 0;
	list-style: none;
	display: table;
}

/*메뉴 높이*/
 ul.ok-vertical-navi li { 
	float: right;
	
	line-height:95px;
    /*margin:13px 0;*/
	border-left: 0px solid #ddd;/*메뉴 왼쪽라인*/
	position: relative;
	/*min-width:110px;메뉴 폭*/
	
}
 ul.ok-vertical-navi li.active a {
	color: #555;
}
 ul.ok-vertical-navi li.active a i {
	color: #555 !important;
}

/*메뉴 폭*/
 ul.ok-vertical-navi li a {
	display: block;
	padding:0 25px ;
	font-size: 19px;
font-family:"Noto Sans KR-medium";'Nanum Barun Gothic', '나눔바른고딕', 돋움, Dotum; 
font-style: normal; 
font-variant-ligatures: normal; 
font-variant-caps: normal; 
font-weight: normal; 
text-decoration:none;
letter-spacing: 0px; 
orphans: 2; 
word-spacing: 0px; 
-webkit-text-stroke-width: 0px;

	color: #555;
	/*2차메뉴 마우스오버 영역 배경변화속도*/
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
/* 마우스오버 */
 ul.ok-vertical-navi li a:hover {
	color: #fff;
	/*background:#588def;*/
    /*배경 투명도*/
    background:rgba(88, 141, 239, 0.9);
		/*이미지 투명도
    opacity:0.6;​filter:alpha(opacity=60);*/
}
 ul.ok-vertical-navi li a i {
	font-size: 16px;
	margin-right: 3px;
	color: #1ABC9C;
}
 ul.ok-vertical-navi li a:hover i {
	-webkit-animation: move_from_top 300ms ease-in-out;
	-moz-animation: move_from_top 300ms ease-in-out;
	-ms-animation: move_from_top 300ms ease-in-out;
	-o-animation: move_from_top 300ms ease-in-out;
	animation: move_from_top 300ms ease-in-out;
}
 ul.ok-vertical-navi li a small {
	font-size: 10px;
	color: #FFF;
	min-width: 20px;
	height:20px;
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: 2;
	text-align: center;
	
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
 ul.ok-vertical-navi li.active a small {
	background-color: #FFF !important;
	color: #e74c3c; /**/
}

/* 
 * Drop Menu
*/

 ul.ok-vertical-navi li.drop-menu ul {
	position: absolute;
	top: 200px;/*2차메뉴 시작점*/
	min-width: 220px;
	border-top: 0px solid #588def; /**/
	z-index: 100;
	margin-left: -70px;
	padding: 0;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
/*삼각형
 ul.ok-vertical-navi li.drop-menu ul:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 45%;
	border-bottom: 10px solid #1ab6c1; 
	background-color: #fff !important;
	border-left: 10px solid transparent !important;
	border-right: 10px solid transparent !important;
}*/
/*2차메뉴 위치*/
 ul.ok-vertical-navi li.drop-menu:hover ul {
	top: 95px;
	visibility: visible;
	opacity: 1;
}
 ul.ok-vertical-navi li.drop-menu ul li {
	float: none;
	/*2차메뉴 왼쪽/배경*/
	margin-left: -85px;
	/*background-color: #588def;*/
    /*배경 투명도*/
    background:rgba(47, 101, 212, 0.9);
}
 ul.ok-vertical-navi li.drop-menu ul li a {
	float: none;
	line-height:43px;
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #b4cdfd;
	padding: 3px 10px 3px 10px;
}

/*2차메뉴 마우스오버*/
 ul.ok-vertical-navi li.drop-menu ul li a:hover {
	float: none;
	/*마우스오버 - 영역 높이*/
	line-height:70px;
	font-size: 18px;
	color: #fff;
	/*background-color: #1c2e50;*/
    /*배경 투명도*/
    background:rgba(0, 0, 0, 0.3);
	border-bottom: 0px solid #1c2e50;
	padding: 3px 10px 3px 10px;
}

/* ==========================================================================
   COLORS styles
   ========================================================================== */
   



/* ==========================================================================
   KEYFRAMES & MEDIA QUERIES
   ========================================================================== */


@-webkit-keyframes move_from_top {
    from {
        opacity: 0;
        -webkit-transform: translateY(60%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes move_from_top {
    from {
        opacity: 0;
        -moz-transform: translateY(60%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes move_from_top {
    from {
        opacity: 0;
        -ms-transform: translateY(60%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}
@-o-keyframes move_from_top {
    from {
        opacity: 0;
        -o-transform: translateY(60%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0%);
    }
}

@media only screen and (max-width: 799px){
     ul.ok-vertical-navi li a strong {
		display: none;
	}
	 ul.ok-vertical-navi li a i {
		margin: 0;
	}
	 ul.ok-vertical-navi li.drop-menu ul a i {
		margin-right: 10px;
	}
}
