/* General styles for all menus */
@font-face{ font-family:ng; src:url( "../../common/font/NanumGothic.eot"); src:local(※), url("../../common/font/NanumGothic.woff") format(‘woff’) }
@font-face{ font-family:ngBold( "../../common/font/NanumGothicExtraBold.eot"); src:local(※), url("../../common/font/NanumGothicExtraBold.woff") format(‘woff’) }

.cbp-spmenu {
	background: #0e233b;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	height: 10px;
	margin: 0;
	font-weight: 300;
}

.cbp-spmenu one-depth {
	display: block;
	color: #75b0ff;
	font-family:'나눔고딕','NanumGothicExtraBold', ngBold;
	font-size: 15px;
	font-weight: 500;
	background: #223c78;
	cursor: pointer;
}
.cbp-spmenu one-depth a{
	color: #ffffff;
	font-family:'나눔고딕','NanumGothicExtraBold', ngBold;
	font-size: 15px;
	font-weight: bolder;
}


.cbp-spmenu two-depth {
	display: block;
	color: #ffffff;
	font-family:'나눔고딕', 'NanumGothic', ng;
	font-size: 10.8px;
	font-weight: 400;
	margin-left: 0.4em;
	background: #2b4991;
	cursor: pointer;
}


.cbp-spmenu one-depth:hover {
	color: #ffffff;
	background: #258ecd;
}

.cbp-spmenu one-depth:active {
	background: #afdefa;
	color: #47a3da;
}

.cbp-spmenu two-depth:hover {
	background: #258ecd;
}

.cbp-spmenu twodepth:active {
	background: #afdefa;
	color: #47a3da;
}

/*인덱스 열고 닫기 버튼 */
.cbp-spmenu-btn {
	top: 10px;
	left: 184px;
	width: 37px;
	height: 86px;
	z-index: 1501;
	background-image: url("../../common/img/index_btn.png");
	position : absolute;
	cursor: pointer;
}

/*러닝맵 버튼 */
.cbp-learningmap-btn {
	top: 460px;
	left: 8px;
	width: 80px;
	height: 65px;
	z-index: 1502;
	background-image:url("../img/learningmapBtn.png");
	position : absolute;
	cursor: pointer;
}
/*다운로드 버튼 */
.cbp-download-btn {
	top: 460px;
	left: 94px;
	width: 80px;
	height: 65px;
	z-index: 1502;
	background-image:url("../img/downloadBtn.png");
	position : absolute;
	cursor: pointer;
}


.cbp-spmenu-vertical {
	width: 184px;
	height: 720px;
	top: 50px;
	z-index: 1500;
}

.cbp-spmenu-vertical one-depth {
	border-bottom: 1px solid #1a3656;
	padding: 0.8em;
}
.cbp-spmenu-vertical two-depth {
	border-bottom: 1px solid #276899;
	padding: 0.8em;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -184px;
}

.cbp-spmenu-right {
	right: -184px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}