@charset "utf-8";

/********************************************************
■ SideBar : 사이드바(모바일 메뉴)
********************************************************/

/* sidebar Box */
#nt_sidebar { top: 0; width: 280px; height:100%; position: fixed; z-index:500; box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15); }
#nt_sidebar .sidebar-content { height: 100%; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling:touch; }

/* Icon */
.sidebar-icon i { font-size:22px; line-height:22px; }

/* Menu */
#nt_sidebar_menu ul.off {
	display:none;
}
#nt_sidebar_menu li { 
	position:relative; 
}
#nt_sidebar_menu a { 
	display:block; 
	padding:0.75rem 0;
	padding-left:2.5rem;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
/*
#nt_sidebar_menu .tree-toggle { 
	position:absolute; 
	z-index:1; 
	top:0.3rem;
	left:0; 
	width:2.5rem; 
	padding:0.75rem 0;
	margin-top:0.15rem;
	text-align:center; 
	cursor:pointer; 
	color:#aaa;
}
*/
#nt_sidebar_menu .tree-toggle { 
	position:static; 
	text-align:left; 
	margin:0 0 0 5px;
	padding:0.75rem 0;
	cursor:pointer; 
	color:#000000;
	width:100%;
}
#nt_sidebar_menu .tree-toggle-none { 
	position:static; 
	text-align:left; 
	margin:0 0 0 23px;
	padding:0.75rem 0;
	cursor:pointer; 
	color:#000000;
	width:100%;
}

/* PC에서 메뉴 간격 */
.is-pc #nt_sidebar_menu a,
.is-pc #nt_sidebar_menu .tree-toggle { 
	padding-top:0.50rem !important;
	padding-bottom:0.50rem !important;
}
.is-pc #nt_sidebar_menu .tree-toggle-none { 
	padding-top:0.50rem !important;
	padding-bottom:0.50rem !important;
    margin-left:1.50rem !important;
}

#nt_sidebar_menu .me-ul { 
	background:#fff; 
}
#nt_sidebar_menu .me-ul1 { 
	background:#fafafa; 
}
#nt_sidebar_menu .me-ul2 { 
	background:#fff; 
}
#nt_sidebar_menu .me-li.active .me-a,
#nt_sidebar_menu .me-li1.active .me-a1,
#nt_sidebar_menu .me-li2.active .me-a2 {
	font-weight:bold;
}
#nt_sidebar_menu .me-line1 .me-a1 { 
	background:#fff;
	font-weight:bold;
}
#nt_sidebar_menu .me-line2 .me-a2 { 
	background:#fafafa;
	font-weight:bold;
}
@media (min-width: 768px) {
	#nt_sidebar { right: -300px; }
}
@media (max-width: 767px) {
	#nt_sidebar { left: -300px; }
}

/* Mask */
#nt_sidebar_mask { display:none; position:fixed; z-index:499; background:rgba(0,0,0,0.75); left:0; top:0; width:100%; height:100%; }

/* Noti Tack */
#nt_sidebar_noti { position: fixed; z-index: 100; }
@media (min-width: 768px) {
	#nt_sidebar_noti { top:40%; right: 0; border-top-left-radius: 50rem !important; border-bottom-left-radius: 50rem !important; }
}
@media (max-width: 767px) {
	#nt_sidebar_noti { left:0; bottom:25px; border-top-right-radius: 50rem !important; border-bottom-right-radius: 50rem !important; }
}

/* Go to Top */
#nt_sidebar_move { display:none; position: fixed; width: 40px; bottom: 20px; right: 25px; z-index: 2; }
#nt_sidebar_move span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
#nt_sidebar_move .sidebar-move-bottom { display:none; }
