
/*-----------------------------------------------------------
Author : kim db 
Creative date :2021. 01. 17
-----------------------------------------------------------*/


/* 상단메뉴 220117 */ 
#gnb .dep01 > li > a {position: relative;display: block;width: 100%;line-height:4.8rem;font-size: 1.2rem;color: #333;}
#gnb .dep01 > li .dep02 > li > a {position: relative;display: block;padding: 0.45rem 1rem;line-height: 1.3;font-size: 1rem;color: #333;}

/* 상단전체메뉴 수정 220125 */
.fullmenu_btn span.menu_hid {position: absolute; margin: -1px; padding: 0; width: 1px; height: 1px; overflow: hidden;}

@media screen and (max-width:1440px) {

	
	/* 상단메뉴 220117 */
	#gnb .dep01 > li > a { line-height:3rem; }
	#gnb .bgMenuBar,
	#gnb .dep01 > li .dep02 { top:3rem; }

}

@media(max-width:1240px){


	
	/* 상단전체메뉴 수정 220125 */
	.fullmenu_btn span.menu_hid {position: relative; font-size:.9rem; margin:0; padding: 0; width: auto; height: 20px; overflow: hidden;}
	.fullmenu_btn a {display:block;width:2.5rem;height:2.5rem;line-height: 1.9rem;border-radius:50%;border:1px solid #c3c3c3;text-align:center;color:#00a291;font-size:1.4rem;}
	.fullmenu_btn i {display:none;}

	
}