@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:40px; line-height:40px; }

/* Menu */
.sidebar-list h5 { padding:0.55rem 1.0rem; margin:0; font-weight:bold !important; border-top:1px solid #dee2e6; margin-top:-1px; }
.sidebar-list ul.off { display:none; }
.sidebar-list li { position:relative; }
.sidebar-list li a { display:block; padding:0.45rem 1.0rem; border-bottom:1px solid #eee; overflow:hidden; }
.sidebar-list li .me-a { padding-right:2.5rem; }
.sidebar-list .tree-toggle { position:absolute; z-index:1; top:0rem; right:0; width:2.5rem; padding:0.75rem 0; margin-top:0.15rem;	text-align:center; cursor:pointer; color:#aaa; }

.sidebar-list .me-ul { background:#fff; }
.sidebar-list .me-ul1 { background:#fafafa; }
.sidebar-list .me-ul2 { }
.sidebar-list .me-li1 .me-a1,
.sidebar-list .me-li2 .me-a2 { padding-left:2.0rem; }
.sidebar-list .me-li.active .me-a,
.sidebar-list .me-li1.active .me-a1,
.sidebar-list .me-li2.active .me-a2 { font-weight:bold; }
.sidebar-list .me-line1 .me-a1 { background:#eee; font-weight:bold; }
.sidebar-list .me-line2 .me-a2 { background:#eee; 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; }

/* 샘플형 사이드바 */
#nt_sidebar { width:280px; z-index:200100; background:#f8f9fa !important; border-right:1px solid #d8dde3; box-shadow:3px 0 12px rgba(15,23,42,.18); font-family:"Pretendard",-apple-system,BlinkMacSystemFont,"Segoe UI","Malgun Gothic",sans-serif; color:#202b38; }
#nt_sidebar_header { position:relative; width:100%; height:54px; padding:0 52px 0 14px !important; background:#087cf0 !important; box-shadow:none !important; box-sizing:border-box; }
#nt_sidebar_header h3 { display:flex; align-items:center; width:100%; height:54px; margin:0; padding:0; font-size:19px !important; font-weight:800 !important; line-height:1; }
#nt_sidebar_header .sidebar-close { position:absolute; top:50%; right:12px; display:flex; align-items:center; justify-content:center; float:none !important; width:36px; height:36px; margin:0; padding:0; transform:translateY(-50%); font-size:18px; line-height:1; }
#nt_sidebar_body { width:100% !important; max-width:none !important; margin:0 !important; padding-right:0 !important; padding-left:0 !important; background:#f8f9fa; box-sizing:border-box; }
#nt_sidebar_body > div, #sidebar-menu, #nt_sidebar_menu, #nt_sidebar_menu.sidebar-list, #nt_sidebar_menu > ul, #nt_sidebar_menu.sidebar-list .me-ul { width:100% !important; max-width:none !important; box-sizing:border-box; }
#nt_sidebar_body > .mt-n1 { margin-top:0 !important; }
#nt_sidebar_body > .mt-n1 > .btn-group { display:grid !important; grid-template-columns:repeat(3,minmax(0,1fr)); width:100% !important; max-width:none !important; height:40px; margin:0 !important; background:#075da9; }
#nt_sidebar_body > .mt-n1 > .btn-group > .btn { display:flex; align-items:center; justify-content:center; height:40px; padding:0 4px; border:0 !important; border-radius:0 !important; background:#075da9 !important; box-shadow:none !important; font-size:13px; font-weight:600; }
#nt_sidebar_body > .mt-n1 > .btn-group > .btn:hover { background:#064f8f !important; }
#nt_sidebar_menu.sidebar-list h5 { height:40px; padding:0 14px; border:0; border-bottom:1px solid #d9dde2; background:#f6f7f8; font-size:15px !important; font-weight:700 !important; line-height:40px; color:#6b7581; }
#nt_sidebar_menu.sidebar-list .me-ul { border-top:0 !important; }
#nt_sidebar_menu.sidebar-list li, #nt_sidebar_menu.sidebar-list li a { width:100%; box-sizing:border-box; }
#nt_sidebar_menu.sidebar-list li a { display:flex; align-items:center; min-height:47px; padding:11px 40px 10px 16px; border-bottom:1px solid #e3e6e9; background:#fff; font-size:14px; font-weight:400; line-height:25px; color:#252d36; text-decoration:none; }
#nt_sidebar_menu.sidebar-list li a:hover, #nt_sidebar_menu.sidebar-list li.active > a { background:#f4f8fd; font-weight:600; color:#087cf0; }
#nt_sidebar_menu.sidebar-list .tree-toggle { top:0; right:0; width:38px; height:47px; margin:0; padding:0; font-size:13px; line-height:47px; color:#aab1b9; }
#nt_sidebar_menu .mt-sidebar-emoji { display:inline-block; flex:0 0 auto; width:21px; margin-right:4px; font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif; font-size:15px; font-weight:400; line-height:1; text-align:center; }
#nt_sidebar_menu.sidebar-list .me-ul1 { background:#fafafa; }
#nt_sidebar_menu.sidebar-list .me-ul1 > li > a { min-height:41px; padding-top:8px; padding-bottom:8px; padding-left:29px; background:#fafafa; font-size:14px; }
#nt_sidebar_menu.sidebar-list .me-ul2 > li > a { min-height:39px; padding-top:7px; padding-bottom:7px; padding-left:42px; background:#f5f6f7; font-size:13px; }
#nt_sidebar_mask { z-index:200000; background:rgba(15,23,42,.72); }
@media (min-width:768px) and (max-width:991px) { #nt_sidebar { right:-300px; left:auto; } }
