/******************
2017-04-28 개발부 개발
******************/
#smgrm{
	width:100%;
	font-size:13px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#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 배경, 색상 지정*/
	margin-top:0px;
	text-align: center;
	border:1px solid #333;
	/*background-color: #dd4013;*/
	/*background-color: #ff6817;*/
	background-color: #fff;
	display:block;
	padding:20px;
	/*font-size:20px;*/
	font-size:25px;
	/*color:#000;*/
	/*color:#fff;*/
	color:#111;
	font-weight:bold;
}

#smgrm .gnb_02 > .depth2 > a{
	/*depth2 배경, 색상 지정*/
	/*border-bottom:1px dashed #aaa;*/
	border-bottom:1px dashed #333;
/*	border-right:1px solid #333;
	border-left:1px solid #333;*/
	display:block;
	color:#000;
	padding:15px;
	/*padding-left:24px;*/
	padding-left: 0px;
    font-size: 19px;
    text-align: center;
}
#smgrm .gnb_02 > .depth2 > a:hover{ font-weight:bold; background:#ff6817; color:#fff; }
#smgrm .gnb_02 > .depth2 > a.ok{ font-weight:bold; background:#2e2b59; color:#fff; }
.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 15px !important;
	color:#000;
}
#smgrm .gnb_03 > .depth3 > a:hover, #smgrm .gnb_03 > .depth3 > a.ok{ background:#eee; font-weight:bold;padding:10px 15px !important;}