/*서브-왼쪽메뉴*/

#depth_menu {
	width: 100%;
	z-index: 1;
	transition: all 0.5s;
}

#depth_menu dl {
	margin: 0;
	padding: 0;
	display: inline-block;
	display: flex;
}


/*#depth_menu dd:last-child{border-right:0px}
#depth_menu dd{ float:left; color:#fff; 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 {
	color: #333;
	line-height: 74px;
	min-width: 192px;
	display: inline-block;
	height: 75px;
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
#depth_menu dd:last-child {
	border-right: 1px solid #ccc;
}
#depth_menu dd.home,
#depth_menu dd.home a:hover{
	background: #CF7806;
	min-width: 75px;
	border: none;
}

#depth_menu dd a {
	width: 100%;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	transition: all 0.4s;
}

#depth_menu dd a:hover,
#depth_menu dd a.current{
	color: #333;
	background: #F5F5F5;
	line-height: 74px;
	text-decoration: none;
	transition: all 0.4s;
}


@media (max-width:1024px) {
	#depth_menu {
		position: absolute;
		transition: all 0.5s;
		overflow-x: scroll;
		bottom: 0px;
		width: 100%;
		height: 40px;
		background: #fff
	}

	#depth_menu dl {
		white-space: nowrap
	}

	#depth_menu dd {
		white-space: nowrap;
		float: none;
		display: inline-block;
	}

	#depth_menu dd:last-child {
		border-right: 0px
	}

	#depth_menu dd {
		float: none;
		color: #fff;
		line-height: 40px;
		display: inline-block;
		height: 40px;
		min-width: 120px;
	}

	#depth_menu dd a {
		color: #666;
		font-size: 1.02em;
		display: block;
		line-height: 38px;
		font-weight: 500;
		padding: 0 25px;
		transition: all 0.4s;
	}

	#depth_menu dd a:hover {
		color: #273169;
		text-decoration: none;
		height: 40px;
		transition: all 0.4s;
	}

	#depth_menu dd a.current {
		height: 39px;
		line-height: 39px;
		font-weight: 500;
		width: 100%
	}

	/*#depth_menu{ display:none}*/
}

@media (max-width:767px) {
	#depth_menu dd a {
		padding: 0 10px;
		transition: all 0.4s;
	}
}
