/*서브-왼쪽메뉴*/

#depth_menu {
	margin: 0px auto 30px;
	width: 100%;
/*
	position: absolute;
	bottom: 40px;
	height: 60px;
*/
	/*border-top:1px solid #76b227; border-bottom:1px solid #cbd0c3; box-shadow: 1px 1px 5px rgba(0,0,0,.1);*/
	z-index: 1;
	transition: all 0.5s
}

#depth_menu dl {
	margin: 0;
	padding: 0;
	display: inline-block;
	border-left: 1px solid #eee;
}

#depth_menu dd:after {
	display: block;
	visibiddty: hidden;
	clear: both;
	content: ""
}

#depth_menu dd:first-child {
	/*border-left:1px solid #dcdcdc;*/
}

/*#depth_menu dd:last-child{border-right:0px}
#depth_menu dd{ float:left; color:#eee; line-height:50px; display:inline; height:60px;}
#depth_menu dd a{ color:#333;  font-size:1.25em; display: block; line-height: 60px; font-weight:500; padding:0 25px; transition:all 0.4s;}
#depth_menu dd a:hover{color:#2e73a5; text-decoration:none; height:50px; transition:all 0.4s;}
#depth_menu dd a.current{color:#2e73a5; height:60px; font-weight:500; border-bottom:4px solid #2e73a5; width:100%}*/
#depth_menu dd {
	float: left;
	color: #eee;
	width: 205px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

#depth_menu dd a {
	color: rgba(0, 0, 0, .5);
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	transition: all 0.4s;
	padding: 5px 0;
	width: 100%;
	height: 50px;
}

#depth_menu dd a:hover {
	text-decoration: none;
	transition: all 0.4s;
	color: #fff;
	background: #E52F42
}

#depth_menu dd a.current {
	line-height: 38px;
	font-weight: 400;
	width: 100%;
	color: #fff;
	background: #31408d
}

@media (max-width:992px) {
	#depth_menu {
		transition: all 0.5s;
		bottom: 1px;
		width: 100%;
		background: #fff
	}

	#depth_menu dl {
		white-space: nowrap
	}

	#depth_menu dd {
		white-space: nowrap;
		display: inline-block;
	}

	#depth_menu dd:last-child {
	}

	#depth_menu dd {
/*		line-height: 38px;*/
		display: inline-block;
		height: 40px;
		width: auto
	}

	#depth_menu dd a {
		font-size: 1.02em;
/*		display: block;*/
/*		line-height: 38px;*/
		font-weight: 500;
		padding: 0 25px;
		transition: all 0.4s;
		height: 40px;
	}

	#depth_menu dd a:hover {
		text-decoration: none;
/*		height: 40px;*/
		transition: all 0.4s;
	}

	#depth_menu dd a.current {
		height: 40px;
		font-weight: 500;
		width: 100%
	}

	/*#depth_menu{ display:none}*/
}

@media (max-width:767px) {
	#depth_menu dd a {
		padding: 0 15px;
		transition: all 0.4s;
	}
}
