@charset "utf-8";

/*사이트 생성 후 로고 이미지 가로 사이즈 입력*/
/*로고영역가로사이즈*/
.wrap-header .header-logo {width: 411px;}

#menu10261_obj122 .vision-first .vision-represent h2{ font-size:20px;}
#menu10261_obj122 .vision-first .vision-represent h1{ font-size:28px;}

/*하단 바로가기 6개 변경*/
.wrap-shortcut .box-shortcut {width: 16.6%;}
.wrap-shortcut .box-shortcut .sort dd {width: 100%;}

@media (max-width: 860px) {
.wrap-shortcut .box-shortcut { width: 50%;}
}



/*메뉴 숨김*/
   .wrap-header .header-navi .li_2.li_2_14350 {display:none;}






/*텝메뉴 색상변경 0727*/
/* ==================================================

================================================== */

/* 1. 기본 상태: 글자색, 테두리, li:before 배경색 */
.tab_k2wiz_GNB li:nth-child(n+3):nth-child(-n+6) a {
  color: #0091a6 !important;
/*   border-color: #00a843 !important;*/
}


.tab_k2wiz_GNB li:nth-child(n+3):nth-child(-n+6) a:hover{
  color: #1b60c6 !important;
}
.tab_k2wiz_GNB li:nth-child(n+3):nth-child(-n+6) a:hover::after{
   background: #1b60c6 !important;
}

/* 3. 활성화(_active) 상태 */
.tab_k2wiz_GNB li:nth-child(n+3):nth-child(-n+6)._active a,
.tab_k2wiz_GNB li:nth-child(n+3):nth-child(-n+6) a._active{
  color:#1b60c6 !important;
}

.tab_k2wiz_GNB li:nth-child(n+3):nth-child(-n+6)._active a::after{
    background:#1b60c6 !important;
}

.tab_k2wiz_GNB li:nth-child(n+3):nth-child(-n+6) a::after {
  background: #0091a6 !important;
}

