/******************
2017-04-28 개발부 개발
******************/
#smgrm{
	width:100%;

	font-size:13px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background:#f5f5f5;
}
#smgrm ul{
	/*ul 초기화*/
	list-style:0px;
	padding:0px;
	margin:0px;
	display:block;
}
#smgrm li{
	display:block;
	margin:0px;
	padding:0px;
}
#smgrm li a{
	text-decoration:none;
}
#smgrm .gnb_01 > .depth1 > a{
	/*depth1 배경, 색상 지정*/	
	text-align: left;
	display:block;
	padding:110px 20px 30px 30px;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	background-color:#fabd00;

}

#smgrm .gnb_02 > .depth2 > a{
	/*depth2 배경, 색상 지정*/
	border-bottom:1px solid #dbdbdb;
	display:block;
	color:#000;
	padding:15px;
	padding-left:24px;
	font-weight:bold;
	font-size:16px;
}
#smgrm .gnb_02 > .depth2 > a:hover, #smgrm .gnb_02 > .depth2 > a.ok{font-weight:bold;background:#eee; color:#23ac38;}
.fa-angle-right{
	color:#000;
	cursor:pointer !important;
	font-weight:bold !important; 
	position:absolute !important; 
	font-size:20px !important; 
	top:6px !important; right:8px !important;
	padding:2px 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#smgrm .gnb_02 > .depth2 > a.ok + .fa-angle-right{
	transform:rotate(90deg);
	color:#000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#smgrm .gnb_03 > .depth3 > a{
	/*depth3 배경, 색상 지정*/
	display:block;
	padding:10px 0 10px 45px !important;
	color:#000;
}
.depth2.on{color:#00693e;background:#eee;}
#smgrm .gnb_03 > .depth3 > a:hover, #smgrm .gnb_03 > .depth3 > a.ok{ color:#00693e; background:#eee; font-weight:bold;padding:10px 0 10px 45px !important;}
/* .gnb_02 li:nth-child(2) a{display:none !important;} */
