/*1depth 글자스타일*/
.ABA-gnb li a.GNB-a, .AB-menu-sub a { color:#fff; font-size:18px; font-weight:400; 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 { height:80px; border-bottom:3px solid #fff; box-sizing:border-box; }
.AB-menu-sub a { display:block; }
.ABA-gnb > li:first-child > a { background-image: none; }

/* GNB 1depth 높이 */
.ABA-bggnb-left, .ABA-bggnb-center, .ABA-bggnb-right { height:80px; }	/* GNB 1depth 영역의 높이 */
.ABA-gnb li a.GNB-a, .AB-menu-sub a { line-height:80px; }	/* GNB 1depth 글자의 높이 */

/*2depth*/
.ABA-gnb-sub-1 { top:65px; }	/* GNB 2depth 위치 */
.ABA-gnb-sub-1 { background-color:#fff; border-radius:0 0 2px 2px; border-top:0; 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:15px; right:20px; }	/* 우측 아이콘*/

/*3depth*/
.ABA-gnb-sub-2 { top:45px; }	/* GNB 3depth 위치 */
.ABA-gnb-sub-2 { background:#fff; border:1px solid #e3e3e3; width:150px; margin-left:-1px; z-index:1 }
.ABA-gnb-sub-1 .ABA-gnb-sub-2 ul { background:none; margin:0; }
.ABA-gnb-sub-1 .ABA-gnb-sub-2 li { background:none; padding:0; min-width:120px; }
.ABA-gnb-sub-1 .ABA-gnb-sub-2 li a { color:#777; font-size:13px; line-height:18px; text-align:left; font-weight:normal; white-space:normal; border-bottom:1px dashed #eee; padding:10px; }	/* 3depth 글자스타일, 높이*/
.ABA-gnb-sub-1 .ABA-gnb-sub-2 li a:hover { text-decoration:underline; }	 /*3depth 오버시*/
.ABA-gnb-sub-1 .ABA-gnb-sub-2 li.AB-current-gnb-sub a { }	 /*3depth가 선택된상태*/
.ABA-gnb-sub-1 .ABA-gnb-sub-2 li.AB-last a { border-bottom:0; }

/* GNB-h */
.GNB-h .ABA-gnb-sub-1 { padding:0 5px; border: 1px solid #d4d4d4;}
.GNB-h .ABA-gnb-sub-1 li.AB-child a span.AB-rleft { top:20px; right:10px; }	/* 우측 아이콘*/


/* GNB-v */
.GNB-v .ABA-bggnb-center, .GNB-v .ABA-bggnb-left, .GNB-v .ABA-bggnb-right { height:80px; }	/* GNB-v형 1depth 높이 */
.GNB-v .ABA-gnb-sub-1 { top:80px; }	/* GNB-v형 2depth 위치 */
.GNB-v .ABA-gnb-sub-1 { height:auto; min-width:140px; background-color:#fff; border:none; }
.GNB-v .ABA-gnb-sub-1-ul { border:1px solid #ddd; }
.GNB-v .ABA-gnb-sub-1 ul { background:none; margin:0; }
.GNB-v .ABA-gnb-sub-1 li { background:none; }
.GNB-v .ABA-gnb-sub-1 li a { color:#777; font-size:14px; font-weight:normal; line-height:18px; text-decoration:none; text-align:left; border-bottom:1px dashed #eee; padding:13px; }	 /*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 { top:20px;}		/* 우측 아이콘*/
.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; }
.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 { background-color:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ccc; width:100%; left:0; }
.AB-wide-gnb-sub .ABA-gnb-sub-1 { background:none; height:200px; box-sizing:border-box; padding-top:10px; }
.AB-wide-gnb-sub .ABA-gnb-sub-1-ul > li > a { text-align:center; line-height:35px; }
.AB-wide-gnb-sub li.AB-current-gnb-sub a { font-weight:bold; }	
.AB-wide-gnb-sub li.AB-current-gnb-sub .ABA-gnb-sub-2 a { font-weight:normal; }
.AB-wide-gnb-sub li.AB-current-gnb-sub .ABA-gnb-sub-2 li.AB-current-gnb-sub a { color:#666; font-weight:bold; }	

/*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 fixed 배경색*/

.GNB-color-01.fixedgnb{ background-color:#cf141e;}
.GNB-color-02.fixedgnb{ background-color:#FE8712;}
.GNB-color-03.fixedgnb{ background-color:#F3B802;}
.GNB-color-04.fixedgnb{ background-color:#2d8927;}
.GNB-color-05.fixedgnb{ background-color:#67b2e6;}
.GNB-color-06.fixedgnb{ background-color:#0d2746;}
.GNB-color-07.fixedgnb{ background-color:#671477;}
.GNB-color-08.fixedgnb{ background-color:#444444;}
.GNB-color-09.fixedgnb{ background-color:#737373;}
.GNB-color-10.fixedgnb{ background-color:#aaaaaa;}


