@charset "utf-8";

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

/* sidebar Box */
#nt_sidebar { width: 280px; position: fixed; z-index:500; box-shadow: 0 0 3px 3px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0 0 3px 3px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0 0 3px 3px rgba(50, 60, 70, 0.15);background: #fff;}
#nt_sidebar .sidebar-content { height: 100%; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling:touch; padding-bottom: 0 !important;}
#nt_sidebar .sidebar-content #sidebar-menu{padding: 0;}
#nt_sidebar_menu>.user_data{}
#nt_sidebar_menu .user_data .inner>b{font-size: 15px; display: block; padding: 15px; border-bottom: 10px solid #f7f7f7; margin-bottom: 20px;}
#nt_sidebar_menu>.user_btn{display: flex;justify-content: space-between;align-items: center;}
#nt_sidebar_menu>.user_btn p{width: 50%;text-align: center;height: 50px;line-height: 50px;font-size: 13px;cursor: pointer;color: #777;}
#nt_sidebar_menu>.user_btn p i{margin-right: 5px;}
/* Icon */
.sidebar-icon i { font-size:22px; line-height:22px; }

/* 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 {width: 50%;height: 100px;margin-bottom: 20px;}
.sidebar-list li a {padding: 0 !important; width: 100%; height: 100%; font-size: 13px; border-radius: 5px; display: flex; flex-flow: column; align-items: center; justify-content: space-around;line-height: 14px;}
.sidebar-list li a font{vertical-align: unset !important; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sidebar-list li a:hover{color: unset;}
.sidebar-list li a:active{background:#fdf7ff ;color: #b767d7 !important;}
.sidebar-list li a:focus{color: unset;}
.sidebar-list li a img{width: 40%; margin: 0 auto; display: block;}
.sidebar-list li a i{width: 100%; margin-bottom: 5px; font-size: 16px !important;}
.sidebar-list li .me-a { padding-right:2.5rem; }
.sidebar-list .tree-toggle {position: absolute; z-index: 1; top: 0rem; right: 0; text-align: center; cursor: pointer; color: #aaa; height: 50px; width: 50px; line-height: 50px; padding: 0; margin: 0; transform: rotate(90deg);}




.sidebar-list .me-ul {background: #fff; border-bottom: 1px solid #ddd; margin: 0 auto; width: calc(100% - 30px); display: flex; justify-content: space-between; align-items: center; flex-flow: row wrap;}
.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{background:#eefbf8;}
.sidebar-list .me-line1 .me-a1 { background:#eee; font-weight:bold; }
.sidebar-list .me-line2 .me-a2 { background:#eee; font-weight:bold; }
#nt_sidebar { right: -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; }
#nt_sidebar_noti { top:40%; right: 0; border-top-left-radius: 50rem !important; border-bottom-left-radius: 50rem !important; }

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