@charset "utf-8";

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

/* sidebar Box */
#nt_sidebar { top: 0; width: 320px; 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; padding-bottom: 6rem !important;}

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

#nt_sidebar_header {background: #fff; border-bottom: 2px solid #333;}
#logo_img_side {width: 100px;}

#nt_sidebar_header .mo_logo_a {display: inline-block; width: 130px}
#nt_sidebar_header h3 {display: flex; justify-content: space-between; align-items:center;}
.sidebar-close i {display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; background: #f9f9f9; box-shadow: 0 1px 3px #575757; border-radius: 50%;}
.sidebar-close i:hover {box-shadow: inset 0 1px 3px #575757;}

.side_top_ul {min-height: 76px; align-items: center; padding: 0 3px;}
.side_top_menu {position: relative;}
.side_top_menu .nt-noti-cnt {position: absolute; top: 6px; right:12px; width: 20px; height: 13px; line-height: 13px; border-radius: 10px 10px 10px 0; background: #c53c3c; color: #fff;}
.side_top_menu img {width: 25px;}
.side_top_menu a {display: inline-flex; width: 65px; height: 60px; border: 1px solid #ddd; border-radius: 5px; justify-content: center; align-items: center; flex-direction: column; box-shadow: 0 2px 1px #c3c1c1;}
.side_top_menu a:hover {box-shadow: inset 0 1px 4px #959595;}

.member_form {margin-bottom: 8px;}
.member_form a {background: #383838; margin: 0 4px; border-radius: 3px !important; padding: 6px 0;}

/* Menu */
.sidebar-list h5 { padding:13px; margin:0; font-weight:bold !important; border-top:1px solid #dee2e6; margin-top:-1px; }
.sidebar-list li { position:relative; }
.sidebar-list li a { display:block; padding:8px 10px;  overflow:hidden; }
.sidebar-list li .me-a {border-bottom:1px solid #eee; background: linear-gradient(90deg, #ffffff, #ebebeb);}
.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; display: flex; flex-wrap: wrap;}
.sidebar-list .me-li1 {width: 50%; text-align: center;}
.sidebar-list .me-ul2 { }
.sidebar-list .me-li1 .me-a1,
.sidebar-list .me-li2 .me-a2 {border: 1px solid #efefef; margin:2px;}
.sidebar-list .me-li.active .me-a,
.sidebar-list .me-li1.active .me-a1,
.sidebar-list .me-li2.active .me-a2 { font-weight:bold; color: #c53c3c;}
.sidebar-list .me-line1 .me-a1 { background:#eee; font-weight:bold; }
.sidebar-list .me-line2 .me-a2 { background:#eee; font-weight:bold; }

#nt_sidebar_body .log-title-top {background: #c53c3c; color: #fff; padding: 0 10px; border-radius: 3px;}

@media (min-width: 768px) {
	#nt_sidebar { right: -350px; }
}
@media (max-width: 767px) {
	#nt_sidebar { left: -350px; }
}

/* 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 {display: none;}
}
@media (max-width: 767px) {
	#nt_sidebar_noti { width: 40px; right:10px; bottom:90px; border-radius: 3px !important; font-size: 12px; text-align: center;}
	#nt_sidebar_noti .memo_btn {background: none; border: none; position: relative; top: -1px; color: #666; font-size: 12px; padding: 0; width: 100%; margin-top: 10px;}
	#nt_sidebar_noti .memo_btn i {font-size: 20px;}
	#nt_sidebar_noti .memo_count {position: absolute; top: -5px; right: 0; font-size: 10px; background: #0089ff; color: #fff; padding: 0 6px; border-radius: 10px 10px 10px 0; max-height: 17px;}
	@keyframes blink-effect {
	  50% {
	    opacity: 0;
	  }
	}
	.memo_count {
	  animation: blink-effect 1s step-end infinite;
	}
}

/* Go to Top */
#nt_sidebar_move { position: fixed; width: 40px; bottom: 20px; right: 10px; z-index: 1111; }
#nt_sidebar_move span { display: block; color:#fff; background: rgb(171 171 171 / 88%); margin:5px 0; text-align: center; border-radius: 3px; width: 40px; height: 27px; line-height: 27px !important; font-size: 12px; }
#nt_sidebar_move .sidebar-move-bottom {}
