/*노토산스폰트적용*/
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url('/webfont/notokr-light.eot');
	src: url('/webfont/notokr-light.eot?#iefix') format('embedded-opentype'),
		 url('/webfont/notokr-light.woff2') format('woff2'),
		 url('/webfont/notokr-light.woff') format('woff');
}
 
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('/webfont/notokr-regular.eot');
	src: url('/webfont/notokr-regular.eot?#iefix') format('embedded-opentype'),
		 url('/webfont/notokr-regular.woff2') format('woff2'),
		 url('/webfont/notokr-regular.woff') format('woff'),
		 url('/webfont/notokr-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('/webfont/notokr-medium.eot');
	src: url('/webfont/notokr-medium.eot?#iefix') format('embedded-opentype'),
		 url('/webfont/notokr-medium.woff2') format('woff2'),
		 url('/webfont/notokr-medium.woff') format('woff'),
		 url('/webfont/notokr-medium.ttf') format('truetype');
}
 
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: bold;
	src: url('/webfont/notokr-medium.eot');
	src: url('/webfont/notokr-medium.eot?#iefix') format('embedded-opentype'),
		 url('/webfont/notokr-medium.woff2') format('woff2'),
		 url('/webfont/notokr-medium.woff') format('woff'),
		 url('/webfont/notokr-medium.ttf') format('truetype');
}
 
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	src: url('/webfont/notokr-bold.eot');
	src: url('/webfont/notokr-bold.eot?#iefix') format('embedded-opentype'),
		 url('/webfont/notokr-bold.woff2') format('woff2'),
		 url('/webfont/notokr-bold.woff') format('woff'),
		 url('/webfont/notokr-bold.ttf') format('truetype');
}

/*링크 글자속성*/
.ABA-gnb li > a.GNB-a { font-weight:400; }
.ABA-gnb li > a, .AB-menu-sub > a{text-align:center; font-weight:300; height:60px; line-height:61px;font-size:18px; color:#333;}	 /*1depth 글자스타일*/
.ABA-gnb li > a:hover{text-decoration:underline;} /*1depth 오버시*/

/*특정 컬러테마의 링크 글자속성*/
.GNB-color-06 .ABA-gnb li > a.GNB-a{color:#314779;}
.GNB-color-08 .ABA-gnb li > a.GNB-a, .GNB-color-10 .ABA-gnb li > a.GNB-a{color:#888;}
.GNB-color-09 .ABA-gnb li > a.GNB-a{color:#adadad;}

/*1depth GNB 높이*/
.ABA-bggnb-left, .ABA-bggnb-center, .ABA-bggnb-right{height:60px;}

/*1depth GNB배경*/
.ABA-bggnb-left,.ABA-bggnb-right{width:0;}		 /*1depth 양쪽끝 너비*/
.ABA-bggnb-left{background-position:0 0 !important;}	/*background-position:0 -(GNB영역 높이값x2)px*/
.ABA-bggnb-right{background-position:0 0 !important;}
.ABA-bggnb-center{background-position:0 0 !important;margin:0;}	/*background-position:0 -(GNB영역 높이값)px , margin:0 width값*/

/*2depth GNB 배경*/
.ABA-bggnbsub1-left,.ABA-bggnbsub1-right{width:0;height:35px;}	/*2depth 양쪽끝 너비,높이*/
.ABA-bggnbsub1-left{background-position:0 -50px !important;}	/*background-position:0 -(2depth 높이값x2)px*/
.ABA-bggnbsub1-right{background-position:0 0;}
.ABA-gnb-sub-1-ul{background-position:0 -25px !important;margin:0 0;} /*background-position:0 -(2depth 높이값)px , margin:0 width값*/

/*2depth*/
.ABA-gnb li .ABA-gnb-sub-1 li{background:none !important;padding:9px 10px 9px 10px;}	/*  2depth 사이바 */
.ABA-gnb li .ABA-gnb-sub-1 li > a{color:#fff;font-weight:normal;font-size:14px; letter-spacing:-0.5px; line-height:17px;}	/*2depth 글자스타일*/
.ABA-gnb li .ABA-gnb-sub-1 li > a:hover{color:#fff;}	 /*2depth 오버시*/
.ABA-gnb .AB-child a{padding-right:12px;}
.ABA-gnb .AB-child a span.AB-rleft{background:url("exist_child.gif") no-repeat 0 0;width:4px;height:7px;right:8px;top:14px;}	/* 우측 아이콘*/

/*3depth*/
.ABA-gnb li .ABA-gnb-sub-2{top:35px;background:#fff;border:1px solid #cdcdcd;_overflow:hidden;z-index:1}	/*3depth 위치*/
.ABA-gnb li div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 ul{background:none;margin:0;}
.ABA-gnb li div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 li{background:none !important; min-width:145px; padding:0 !important; }
.ABA-gnb li div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 li > a{font-size:14px; letter-spacing:-0.5px; color:#777;text-align:left;font-weight:300;padding:10px 13px;}	 /*3depth 글자스타일*/
.ABA-gnb li div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 li > a:hover{color:#000;background-color:#eee;}	 /*3depth 오버시*/
.ABA-gnb li div.ABA-gnb-sub-1 div.ABA-gnb-sub-2 li.AB-current-gnb-sub a{text-decoration:underline;}	 /*3depth가 선택된상태*/

/* GNB-h */
.GNB-h .ABA-gnb-sub-1-ul{height:35px;} /*2depth GNB 높이*/
.GNB-h .ABA-gnb-sub-1{top:60px;}	 /*2depth 위치*/
.GNB-color-10 .GNB-h .ABA-gnb li .ABA-gnb-sub-1 li > a{color:#888;}
.GNB-color-10 .GNB-h .ABA-gnb .AB-child a span.AB-rleft{background:url("exist_child_g.gif") no-repeat 0 0;}

/* GNB-v */
.GNB-v .ABA-bggnb-center, .GNB-v .ABA-bggnb-left, .GNB-v .ABA-bggnb-right{height:60px !important;}	/*GNB영역 높이*/
.GNB-v .ABA-gnb li .ABA-gnb-sub-1{height:auto !important;min-width:120px; top:61px;} /*2depth 위치*/
.GNB-v .ABA-gnb li .ABA-gnb-sub-1 ul{background:none !important;margin:0;height:default;}
.GNB-v .ABA-gnb li .ABA-gnb-sub-1 li {background:none !important;}
.GNB-v .ABA-gnb li .ABA-gnb-sub-1 li > a{font-weight:300; color:#fff;font-size:15px; text-align:left !important;padding:13px 13px;line-height:17px;}	 /*2depth 글자스타일*/
.GNB-v .ABA-gnb li .ABA-gnb-sub-1 li a:hover{background:#eee; color:#666;}		 /*2depth 오버시*/
.GNB-v .ABA-gnb .AB-child a span.AB-rleft{background:url("exist_child.gif") no-repeat 0 0;width:4px;height:7px;right:19px;top:17px;}	/* 우측 아이콘*/
.GNB-v .ABA-gnb .AB-child a:hover span.AB-rleft{background:url("exist_child_g.gif") no-repeat 0 0;}	/* 우측 아이콘*/
.GNB-color-10 .GNB-v .ABA-gnb li .ABA-gnb-sub-1 li > a{color:#888;}
.GNB-color-10 .GNB-v .ABA-gnb li .ABA-gnb-sub-1 li > a:hover{background:#eee; color:#454545;}
.GNB-color-10 .GNB-v .ABA-gnb li .ABA-gnb-sub-1 .ABA-gnb-sub-2 li > a:hover{color:#000;background-color:#eee;}
.GNB-color-10 .GNB-v .ABA-gnb .AB-child a span.AB-rleft{background:url("exist_child_g.gif") no-repeat 0 0;}

/* GNB-w */
.AB-wide-gnb-sub{left:0;width:100%;top:60px;background-color:#fff;border:1px solid #ddd; border-width:1px 0;}
.AB-wide-gnb-sub .ABA-gnb-sub-1{border-left:1px solid #fff !important;height:200px !important;margin:10px 0; background:none !important;}
.AB-wide-gnb-sub .ABA-gnb-sub-1 li > a{color:#666;font-size:13px;text-decoration:none;text-align:left;padding:9px 10px 9px 10px;}
.AB-wide-gnb-sub .ABA-gnb-sub-1 li > a:hover{color:#333; background:#f4f4f4;}
.AB-wide-gnb-sub .ABA-gnb-sub-1 li.AB-current-gnb-sub > a{text-decoration:underline;}

.AB-wide-gnb-sub .ABA-gnb-sub-2{background:#fff;border:1px solid #cdcdcd;_overflow:hidden;z-index:1}
.AB-wide-gnb-sub .ABA-gnb-sub-1 .ABA-gnb-sub-2 li > a{font-size:12px;}
.AB-wide-gnb-sub .ABA-gnb-sub-1 .ABA-gnb-sub-2 ul{background:none;margin:0;}
.AB-wide-gnb-sub .ABA-gnb-sub-1 .ABA-gnb-sub-2 li{background:none !important; min-width:140px; padding:0 !important;_width:140px;}
.AB-wide-gnb-sub .ABA-gnb-sub-1 .ABA-gnb-sub-2 li > a{font-size:12px; color:#777;text-align:left;font-weight:normal;padding:7px 10px 7px 10px;}	 /*3depth 글자스타일*/
.AB-wide-gnb-sub .ABA-gnb-sub-1 .ABA-gnb-sub-2 li > a:hover{color:#000;background-color:#eee;}	 /*3depth 오버시*/
.AB-wide-gnb-sub .ABA-gnb-sub-1 .ABA-gnb-sub-2 li.AB-current-gnb-sub a{text-decoration:underline;}	 /*3depth가 선택된상태*/
.AB-wide-gnb-sub .AB-child a span.AB-rleft{background:url("exist_child_g.gif") no-repeat 0 0;width:4px;height:7px;right:17px;top:14px;}	/* 우측 아이콘*/
.AB-wide-gnb-sub .AB-child a:hover span.AB-rleft{background:url("exist_child_g.gif") no-repeat 0 0;}	/* 우측 아이콘*/

/*GNB 라인색*/
.GNB-line-01{border-top:1px solid #F98C93; border-bottom:1px solid #F4DEE0;}
.GNB-line-02{border-top:1px solid #f3b392; border-bottom:1px solid #ead5cb;}
.GNB-line-03{border-top:1px solid #F7C761; border-bottom:1px solid #FFE3BE;}
.GNB-line-04{border-top:1px solid #0fa2c9; border-bottom:1px solid #c5d0d6;}
.GNB-line-05{border-top:1px solid #8cc97e; border-bottom:1px solid #d1d6d0;}
.GNB-line-06{border-top:1px solid #214085; border-bottom:1px solid #CDD0DA;}
.GNB-line-07{border-top:1px solid #AB8DE0; border-bottom:1px solid #CEC5D6;}
.GNB-line-08{border-top:1px solid #454545; border-bottom:1px solid #d8d8d8;}
.GNB-line-09{border-top:1px solid #c7c7c7; border-bottom:1px solid #ddd;}
.GNB-line-10{border-top:1px solid #c7c7c7; border-bottom:1px solid #ddd; background:#f7f7f7 !important;}

/*GNB 오버색*/
.GNB-color-01 .ABA-gnb li > a:hover, .GNB-color-01 .ABA-gnb li.AB-current-gnb > a, .GNB-color-01 .ABA-gnb li.TCGNB > a{color:#FF5A65;}
.GNB-color-02 .ABA-gnb li > a:hover, .GNB-color-02 .ABA-gnb li.AB-current-gnb > a, .GNB-color-02 .ABA-gnb li.TCGNB > a{color:#ea9a6f;}
.GNB-color-03 .ABA-gnb li > a:hover, .GNB-color-03 .ABA-gnb li.AB-current-gnb > a, .GNB-color-03 .ABA-gnb li.TCGNB > a{color:#FFAE00;}
.GNB-color-04 .ABA-gnb li > a:hover, .GNB-color-04 .ABA-gnb li.AB-current-gnb > a, .GNB-color-04 .ABA-gnb li.TCGNB > a{color:#1a9bd2;}
.GNB-color-05 .ABA-gnb li > a:hover, .GNB-color-05 .ABA-gnb li.AB-current-gnb > a, .GNB-color-05 .ABA-gnb li.TCGNB > a{color:#6ab15a;}
.GNB-color-06 .ABA-gnb li > a:hover, .GNB-color-06 .ABA-gnb li.AB-current-gnb > a, .GNB-color-06 .ABA-gnb li.TCGNB > a{color:#3259af; font-weight:600; text-decoration:underline; }
.GNB-color-07 .ABA-gnb li > a:hover, .GNB-color-07 .ABA-gnb li.AB-current-gnb > a, .GNB-color-07 .ABA-gnb li.TCGNB > a{color:#7750BB;}
.GNB-color-08 .ABA-gnb li > a:hover, .GNB-color-08 .ABA-gnb li.AB-current-gnb > a, .GNB-color-08 .ABA-gnb li.TCGNB > a{color:#333;}
.GNB-color-09 .ABA-gnb li > a:hover, .GNB-color-09 .ABA-gnb li.AB-current-gnb > a, .GNB-color-09 .ABA-gnb li.TCGNB > a{color:#7A7F83;}
.GNB-color-10 .ABA-gnb li > a:hover, .GNB-color-10 .ABA-gnb li.AB-current-gnb > a, .GNB-color-10 .ABA-gnb li.TCGNB > a{color:#454545;}

/* 서브배경색*/
.GNB-color-01 .GNB-h .ABA-gnb-sub-1,.GNB-color-01 .GNB-v .ABA-gnb-sub-1{background-color:#FF5A65;}
.GNB-color-02 .GNB-h .ABA-gnb-sub-1,.GNB-color-02 .GNB-v .ABA-gnb-sub-1{background-color:#FF9E30;}
.GNB-color-03 .GNB-h .ABA-gnb-sub-1,.GNB-color-03 .GNB-v .ABA-gnb-sub-1{background-color:#FFAE00;}
.GNB-color-04 .GNB-h .ABA-gnb-sub-1,.GNB-color-04 .GNB-v .ABA-gnb-sub-1{background-color:#40ADDB;}
.GNB-color-05 .GNB-h .ABA-gnb-sub-1,.GNB-color-05 .GNB-v .ABA-gnb-sub-1{background-color:#6399E2;}
.GNB-color-06 .GNB-h .ABA-gnb-sub-1,.GNB-color-06 .GNB-v .ABA-gnb-sub-1{background-color:#3259af;}
.GNB-color-07 .GNB-h .ABA-gnb-sub-1,.GNB-color-07 .GNB-v .ABA-gnb-sub-1{background-color:#8360C0;}
.GNB-color-08 .GNB-h .ABA-gnb-sub-1,.GNB-color-08 .GNB-v .ABA-gnb-sub-1{background-color:#454545;}
.GNB-color-09 .GNB-h .ABA-gnb-sub-1,.GNB-color-09 .GNB-v .ABA-gnb-sub-1{background-color:#aaa;}
.GNB-color-10 .GNB-h .ABA-gnb-sub-1,.GNB-color-10 .GNB-v .ABA-gnb-sub-1{background-color:#f9f9f9; border:1px solid #ddd;}

/*fixed gnb*/
#ABA-gnb{background:#fff; z-index:10;}
#ABA-gnb.fixedgnb{position:fixed; left:0; top:0; width:100%; z-index:10;}

/* 디자인 메뉴 */
/*.ABA-gnb li#AB-gnb-bos_design a.GNB-a {color:#4c71e5; }*/
.ABA-gnb li#AB-gnb-bos_design a.GNB-a {position:relative; }
/*.ABA-gnb li#AB-gnb-bos_design a.GNB-a .AB-rleft { z-index:0; position:absolute; left:50%; transform: translate(-50%, 0); top:50%; background:rgb(64 173 219 / 25%); height:14px; width:70px;}
.ABA-gnb li#AB-gnb-bos_design a.GNB-a .AB-rleft { z-index:0; position:absolute; left:50%; transform: translate(-50%, 0); top:30px; background:rgb(64 173 219 / 25%); height:14px; width:115px;border-radius: 50px;}
.ABA-gnb li#AB-gnb-bos_design a.GNB-a:hover {color:#333; }*/