@charset "utf-8";
/*네비게이션 사용 클래스*/
.sub_history {width: 100%; margin-top:-15px; }
.sub_history .hist_depth1 >li {display: inline-block;color: #aaa; font-size:17px; font-weight:300;}
.sub_history .hist_depth1 >li a {padding:0;display: block;color: #aaa; font-weight:300;}
.sub_history .hist_depth1 >li .arrow_next {padding:0 10px; color:#aaa; }
.sub_history .hist_depth1 >li .arrow_down {padding:0 0 0 10px; /*하위메뉴 미노출 시 삭제 ->*/display:none;}
.sub_history .hist_depth1 .active {font-weight: 500;}
.sub_history .hist_depth1 .active:hover {}
.sub_history .hist_depth1 .active:hover .hist_depth2 {display: block;}
.sub_history .hist_depth2 {display:none;position: absolute;top:40px;right: 0;width: 130px;text-align: center;z-index: 99; /*하위메뉴 노출border: 1px solid #ddd;*/font-size: 0.95em;}
.sub_history .hist_depth2 li a { display:none;/*하위메뉴 노출 display: block;border-bottom: 1px solid #ddd;*/ padding: 8px 10px;background: #fff;color:#aaa;font-weight: normal;}
.sub_history .hist_depth2 li a:hover {background: #eee;font-weight:500;}
.sub_history .hist_depth2 li:last-child a {border: 0;}

.fa-angle-right:before {font-size:17px !important; color: #aaa !important;}