#ABA-gnb { border-bottom:1px solid #ddd; }

/*1depth 글자스타일*/
.ABA-gnb li a.GNB-a, .AB-menu-sub a { color:#454545; font-size:16px; font-weight:600; letter-spacing:-1px; text-align:center; }	 
.ABA-gnb li a.GNB-a:hover, .AB-menu-sub td a:hover, .ABA-gnb li.AB-current-gnb a.GNB-a { color:#454545; font-weight:600; }
.AB-menu-sub a { display:block; }

/* GNB 1depth 높이 */
.ABA-bggnb-left, .ABA-bggnb-center, .ABA-bggnb-right { height:60px; }	/* GNB 1depth 영역의 높이 */
.ABA-gnb li a.GNB-a, .AB-menu-sub a { line-height:60px; }	/* GNB 1depth 글자의 높이 */

/*2depth*/
.ABA-gnb-sub-1 { top:60px; }	/* GNB 2depth 위치 */
.ABA-gnb-sub-1 { background-color:#fff; padding:0; }	 /*2depth 위치*/
.ABA-gnb-sub-1 li a { color:#777; font-size:14px; font-weight:normal; letter-spacing:-0.5px; line-height:45px; text-decoration:none; display:block; padding:0 15px; position:relative; }	/* 2depth 글자스타일, 높이*/
.ABA-gnb-sub-1 li a:hover { text-decoration:underline; }	 /* 2depth 오버상태 */
.ABA-gnb-sub-1 li.AB-current-gnb-sub a { }	/* 2depth 선택된 상태 */
.ABA-gnb-sub-1 li.AB-child a { padding-right:24px; }
.ABA-gnb-sub-1 li.AB-child a span.AB-rleft { background:url("exist_child.png") 0 0 no-repeat; width:3px; height:6px; top:20px; right:15px; }	/* 우측 아이콘*/

/*3depth*/
.ABA-gnb-sub-2{top:45px; background:#fff; border:1px solid #cdcdcd; z-index:1}	/*3depth 위치*/
div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 ul{}
div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 li{min-width:120px;}
div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 li a{font-size:12px; color:#777; padding:0px 10px; height:30px; line-height:30px; }	 /*3depth 글자스타일*/
div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 li a:hover{color:#000; }	 /*3depth 오버시*/
div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 li.AB-current-gnb-sub a{color:#000; font-weight:bold;}	 /*3depth가 선택된상태*/

/* GNB-v */
.GNB-v .ABA-bggnb-center, .GNB-v .ABA-bggnb-left, .GNB-v .ABA-bggnb-right { height:60px; }	/* GNB-v형 1depth 높이 */
.GNB-v .ABA-gnb-sub-1 { top:60px; }	/* GNB-v형 2depth 위치 */
.GNB-v .ABA-gnb-sub-1 { height:auto; min-width:150px; background-color:#fff; border:1px solid #e3e3e3; border-top:none; padding:0 10px; }
.GNB-v .ABA-gnb-sub-1 ul { background:none; margin:0; height:default; }
.GNB-v .ABA-gnb-sub-1 li { background:none; }
.GNB-v .ABA-gnb-sub-1 li a { color:#777; font-size:12px; font-weight:normal; line-height:18px; text-decoration:none; text-align:left; border-bottom:1px dashed #eee; padding:10px 5px; }	 /*2depth 글자스타일*/
.GNB-v .ABA-gnb-sub-1 li a:hover { text-decoration:underline; }	 /* 2depth 오버상태 */
.GNB-v .ABA-gnb-sub-1 li.AB-current-gnb-sub a { }	/* 2depth 선택된 상태 */
.GNB-v .ABA-gnb-sub-1 li.AB-child a span.AB-rleft { width:3px; height:6px; top:16px; }		/* 우측 아이콘*/
.GNB-v .ABA-gnb-sub-1 li.AB-last a { border-bottom:0; }
.GNB-v .ABA-gnb-sub-1 .ABA-gnb-sub-2 { border-width:1px; width:150px; margin-left:0; margin-top:-1px; }
.GNB-v .ABA-gnb-sub-1 li.AB-first .ABA-gnb-sub-2 { margin-top:0; }
.GNB-v .ABA-gnb-sub-1 .ABA-gnb-sub-2 li a { border-bottom:1px dashed #eee; margin:0px; }
.GNB-v .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 a { color:#777; font-weight:normal; }
.GNB-v .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 a:hover { text-decoration:underline; }	 /* 3depth 오버상태 */
.GNB-v .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { }	/* 3depth 선택된 상태 */
.GNB-v .ABA-gnb-sub-1 .ABA-gnb-sub-2 li.AB-last a { border-bottom:0; }

/* GNB-w */
.AB-wide-gnb-sub .ABA-gnb li a.GNB-a, .GNB-w .AB-menu-sub a.GNB-a{height:60px;}	 /*1depth 글자스타일*/
.AB-wide-gnb-sub{left:0; width:100%; top:59px; background-color:#fff;}
.AB-wide-gnb-sub .ABA-gnb-sub-1{ border-left:1px solid rgba(255,255,255,0.3); height:200px; margin:10px 0; box-sizing:border-box;}
.AB-wide-gnb-sub .ABA-gnb-sub-1 li > a{}
.AB-wide-gnb-sub .ABA-gnb-sub-1 li > a:hover{}		 /*2depth 오버시*/
.AB-wide-gnb-sub .AB-child a span.AB-rleft{ background:url("exist_child.gif") no-repeat 0 0; width:4px; height:7px; right:15px; top:11px;}	/* 우측 아이콘*/

/*GNB배경 (1depth) */
.ABA-bggnb-left,.ABA-bggnb-right { width:0; }	/*1depth 양쪽끝 너비*/
.ABA-bggnb-left { background-position:0 0; }	/*background-position:0 -(GNB영역 높이값x2)px*/
.ABA-bggnb-right { background-position:0 0; }
.ABA-bggnb-center { background-position:0 0; margin:0; }	/*background-position:0 -(GNB영역 높이값)px , margin:0 width값*/

/*GNB sub배경 (2depth) */
.ABA-bggnbsub1-left,.ABA-bggnbsub1-right { width:0; height:25px; }	/*2depth 양쪽끝 너비,높이*/
.ABA-bggnbsub1-left { background-position:0 0; }	/*background-position:0 -(2depth 높이값x2)px*/
.ABA-bggnbsub1-right { background-position:0 0; }
.ABA-gnb-sub-1-ul { background-position:0 0; margin:0; }/*background-position:0 -(2depth 높이값)px , margin:0 width값*/

/* GNB 오버시 글자색*/
.GNB-color-01 .ABA-gnb li a.GNB-a:hover, .GNB-color-01 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-01 .ABA-gnb-sub-1 li a:hover, .GNB-color-01 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-01 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-01 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#cf141e; }
.GNB-color-02 .ABA-gnb li a.GNB-a:hover, .GNB-color-02 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-02 .ABA-gnb-sub-1 li a:hover, .GNB-color-02 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-02 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-02 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#FE8712; }
.GNB-color-03 .ABA-gnb li a.GNB-a:hover, .GNB-color-03 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-03 .ABA-gnb-sub-1 li a:hover, .GNB-color-03 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-03 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-03 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#d2a42b; }
.GNB-color-04 .ABA-gnb li a.GNB-a:hover, .GNB-color-04 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-04 .ABA-gnb-sub-1 li a:hover, .GNB-color-04 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-04 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-04 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#2d8927; }
.GNB-color-05 .ABA-gnb li a.GNB-a:hover, .GNB-color-05 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-05 .ABA-gnb-sub-1 li a:hover, .GNB-color-05 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-05 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-05 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#67b2e6; }
.GNB-color-06 .ABA-gnb li a.GNB-a:hover, .GNB-color-06 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-06 .ABA-gnb-sub-1 li a:hover, .GNB-color-06 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-06 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-06 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#204b92; }
.GNB-color-07 .ABA-gnb li a.GNB-a:hover, .GNB-color-07 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-07 .ABA-gnb-sub-1 li a:hover, .GNB-color-07 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-07 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-07 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#671477; }
.GNB-color-08 .ABA-gnb li a.GNB-a:hover, .GNB-color-08 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-08 .ABA-gnb-sub-1 li a:hover, .GNB-color-08 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-08 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-08 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#444444; }
.GNB-color-09 .ABA-gnb li a.GNB-a:hover, .GNB-color-09 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-09 .ABA-gnb-sub-1 li a:hover, .GNB-color-09 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-09 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-09 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#737373; }
.GNB-color-10 .ABA-gnb li a.GNB-a:hover, .GNB-color-10 .ABA-gnb li.AB-current-gnb a.GNB-a, .GNB-color-10 .ABA-gnb-sub-1 li a:hover, .GNB-color-10 .ABA-gnb-sub-1 li.AB-current-gnb-sub > a, .GNB-color-10 .ABA-gnb-sub-1 li.AB-current-gnb-sub  .ABA-gnb-sub-2 li a:hover, .GNB-color-10 .ABA-gnb-sub-1 li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#aaaaaa; }
