@charset "utf-8";

/********************************************************
■ Node : 사이드바(모바일 메뉴)
********************************************************/

/* node Box */
#nt_node { top: 0; width: 300px; height:100%; position: fixed; z-index:1000; 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_node .node-content { height: 100%; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling:touch;padding: 1.5rem; }

/* Icon */
.node-icon i { font-size:22px; line-height:22px; }

/* Menu */
.node-list h5 { padding:0.55rem 1.0rem; margin:0; font-weight:bold !important; border-top:1px solid #dee2e6; margin-top:-1px; }
.node-list ul.off { display:none; }
.node-list li { position:relative; }
.node-list li a { display:block; padding:0.45rem 1.0rem; border-bottom:1px solid #eee; overflow:hidden; }
.node-list li .me-a { padding-right:2.5rem; }
.node-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; }

.node-list .me-ul { background:#fff; }
.node-list .me-ul1 { background:#fafafa; }
.node-list .me-ul2 { }
.node-list .me-li1 .me-a1,
.node-list .me-li2 .me-a2 { padding-left:2.0rem; }
.node-list .me-li.active .me-a,
.node-list .me-li1.active .me-a1,
.node-list .me-li2.active .me-a2 { font-weight:bold; }
.node-list .me-line1 .me-a1 { background:#eee; font-weight:bold; }
.node-list .me-line2 .me-a2 { background:#eee; font-weight:bold; }
@media (min-width: 768px) {
	#nt_node { right: -300px; }
}
@media (max-width: 767px) {
	#nt_node { left: -300px; }
}

/* Mask */
#nt_node_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_node_noti { position: fixed; z-index: 100; }
@media (min-width: 768px) {
	#nt_node_noti { top:40%; right: 0; border-top-left-radius: 50rem !important; border-bottom-left-radius: 50rem !important; }
}
@media (max-width: 767px) {
	#nt_node_noti { left:0; bottom:25px; border-top-right-radius: 50rem !important; border-bottom-right-radius: 50rem !important; }
}

/* Go to Top */
#nt_node_move { display:none; position: fixed; width: 40px; bottom: 20px; right: 25px; z-index: 2; }
#nt_node_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_node_move .node-move-bottom { display:none; }

#nt_node_body .border-select {
    border-color: #0074ff!important;
}
#nt_node_body .text-select {
    --bs-text-opacity: 1;
    color: #0074ff!important;
}

#nt_node_body .btn-white {
    color: #fff;
    border-color: #4d5e6e;
}

#nt_node_body .btn-white:hover {
    background-color: #0074ff;
}
