@charset "utf-8";

/*네비게이션 사용 클래스*/
.sub_history {width:100%;}
.sub_history .hist_depth1 >li {display:inline-block;color:#888;}
.sub_history .hist_depth1 >li:first-child a {color:#000; cursor:pointer;}
.sub_history .hist_depth1 >li a {padding:0;display:block;color:#888; font-size:16px; cursor:auto}
.sub_history .hist_depth1 >li .arrow_next {padding:0 20px; color:#ddd;}
.sub_history .hist_depth1 >li .arrow_down {padding:0 0 0 10px; /*하위메뉴 미노출 시 삭제 ->*/display:none;}
.sub_history .hist_depth1 .active {}
.sub_history .hist_depth1 .active:hover {}

 @media (max-width:1199px){
 }
 
 @media (max-width: 969px){
	 .sub_history .hist_depth1 >li a {font-size:15px;}
	 .sub_history .hist_depth1 >li .arrow_next {padding:0 15px;}
	
 }
 
 @media (max-width:639px){
	 .sub_history .hist_depth1 >li a {font-size:14px;}
	 .sub_history .hist_depth1 >li .arrow_next {padding:0 12px;}
	 
 }
 
 @media (max-width:399px){
	 .sub_history .hist_depth1 >li a {font-size:13px;}
	 .sub_history .hist_depth1 >li .arrow_next {padding:0 8px;}
	 
 }
 

/*하위메뉴*/
.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:15px;}
.sub_history .hist_depth2 li a { display:none;/*하위메뉴 노출 display:block;border-bottom:1px solid #ddd;*/ padding:8px 10px;background:#fff;color:#333;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;}