@charset "utf-8";

/*네비게이션 사용 클래스*/
.sub_history {width:1200px; position:relative; margin:0 auto; border-left:1px solid #cfcfcf;}
.sub_history .hist_depth1 >li {display: inline-block;color:#777;border-right:1px solid #cfcfcf; padding-left:20px; font-size:16px; width:200px; min-height:66px; line-height:66px}
.sub_history .hist_depth1 >li:first-child {padding-left:20px; padding-right:20px; background: none; width:55px}
.sub_history .hist_depth1 >li a {display: block;}
.sub_history .hist_depth1 .active { color: #222;position: relative; width:270px; background:url('/images/navi_arrow.jpg') 230px center no-repeat }
.sub_history .hist_depth1 .active:hover {color: #222;}
.sub_history .hist_depth1 .active:hover .hist_depth2 {display: block;}
.sub_history .hist_depth1 .active a {color:#222;}
.sub_history .hist_depth2 {display:none;position: absolute;top:66px;right:-1px;width:271px;z-index: 99;border:1px solid #cfcfcf;font-size:15px}
.sub_history .hist_depth2 li a {display: block; background:#fff; color:#555 !important;font-weight: normal; min-height:none; padding-left:20px; line-height:45px; min-height:45px}
.sub_history .hist_depth2 li a:hover {color:#015b7e !important}
.sub_history .hist_depth2 li:last-child a {border: 0;}