@charset "utf-8";

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

/* sidebar Box */
#nt_sidebar {
	top: 64px;
	width: 239px;
	position: fixed;
	background-color: #fff;
	display: block !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	bottom: 0px !important;
}

#nt_sidebar::-webkit-scrollbar {
	width: 8px;
	height: 60px;
}

#nt_sidebar::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 10px;
}

#nt_sidebar::-webkit-scrollbar-track {
	background: #fff;
}

#nt_sidebar::-webkit-scrollbar-thumb:hover {
	background: #b7b7b7;
	border-radius: 10px;
}

/* #nt_sidebar:hover {
  cursor: pointer;
  overflow-y: scroll;
  background: #b7b7b7;
} */
/* #nt_sidebar {
  -ms-overflow-style: none; /* IE and Edge */

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

/* Menu */
.sidebar-list h5 {
	padding: 0.55rem;
	margin: 0;
	font-weight: bold !important;
	margin-top: -1px;
}

.sidebar-list ul.off {
	display: none;
}

.sidebar-list li {
	position: relative;
}

.sidebar-list li a {
	display: block;
	padding: 0.5rem 1.5rem;
	overflow: hidden;
	transition: 0.3s;
}

.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 .group {
	background-color: #f2f2f2 !important;
}
.sidebar-list .me-ul .group-current {
	background-color: #cacaca !important;
}
.sidebar-list .me-ul .card {
	border-radius: 0;
}

.sidebar-list .me-ul .card-header {
	background: #fff;
}

.sidebar-list .me-ul .card-header.active {
	background-color: #CACACA;
}

.sidebar-list .me-ul .card-header.active:hover {
	background-color: #CACACA;
}

.sidebar-list .me-ul .card-header:hover {
	background-color: #F2F2F2;
}

.sidebar-list .me-ul .card-header>a {
	background-color: transparent !important;
	color: #000 !important;
	border-color: transparent !important;
	margin-left: 19px;
	width: 100%;
	margin-top: 2px;
}

.sidebar-list .main {
	width: 64px;
	display: flex;
	flex-direction: column;
}

.sidebar-list .me-ul1 {
	background: #fafafa;
}

.sidebar-list .me-ul2 {}

.sidebar-list .me-li1 .me-a1,
.sidebar-list .me-li2 .me-a2 {
	padding-left: 2rem;
}

.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;
}

#nt_sidebar_body {
	height: 100%;
}

/* Mask */
#nt_sidebar_mask {
	display: none;
	position: fixed;
	z-index: 499;
	background: rgba(0, 0, 0, 0.75);
	right: 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 {
		right: 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;
}

.login-btn {
	border-radius: 4px !important;
	font-size: 15px !important;
	padding: 0.6rem 2rem !important;
}

.padd {
	padding-bottom: 40px !important;
}

.inher {
	padding-left: inherit !important;
}

.menu-item-text {
	display: none;
}

.menu-ic {
	height: 18px;
	width: 18px;
}

.memenu-ic {
	margin: inherit !important;
}

.memmenu {
	padding-left: 2rem !important;
}

/* .membermenu {
  padding-left: 20px !important;
} */
.menu-ico {
	height: 19px;
	width: 19px;
	margin-top: 2px;
}

.mainmenu a:hover {
	background-color: #fcfdff !important;
	color: #000 !important;
	font-weight: bold;
}

.mainmenu {
	font-size: 1rem;
}

.mainmenu.active>a {
	background-color: #e8e8e8 !important;
	color: #000 !important;
}

.main-menu {
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	padding: 12px 6px;
	text-align: center;
}

.main a:hover {
	background: #f5f5f5 !important;
	color: #000 !important;
}

@media (max-width: 1030px) {
	/* .nt-body {
		margin-left: 100px !important;
	} */
}

.foot-info {
	margin: auto 0.5rem;
	border-top: 1px solid #f5f5f5;
	padding-top: 10px;
	padding-bottom: 50px;
}

.site-name {
	font-weight: bold;
	padding: 0.6rem 1.5rem;
	padding-right: inherit !important;
	font-size: 12px !important;
}

.info {
	padding: 0.1rem 1.5rem;
	padding-right: inherit !important;
	font-size: 13px !important;
}

.imghov a:hover {
	color: #18bae3;
}

.profile .sv_member {
	/* color: white !important; */
	font-size: 1rem;
}

.profile .sv_member:hover {
	/* color: white !important; */
}

/* .menu-show {
  overflow: scroll;
} */
.menu-show .accordion,
.menu-show .menu-item-text,
.menu-show .mainmenu,
.menu-show .membmenu,
.menu-show .foot-info,
.menu-show .menline {
	display: block !important;
}

.menu-show .main-menu {
	display: none !important;
}

.menu-show#nt_sidebar {
	width: 239px;
}

.menu-hide .accordion,
.menu-hide .menu-item-text,
.menu-hide .mainmenu,
.menu-hide .membmenu,
.menu-hide .foot-info,
.menu-hide .menline {
	display: none !important;
}

/* .menu-hide .main-menu {
	display: block;
} */

.menu-hide#nt_sidebar {
	overflow: hidden;
	width: 72px;
}

.sidemen {
	width: 239px !important;
	font-size: 14px;
}

@media (max-width: 1270px) {
	.sidemen {
		padding-top: 0.5rem;
	}
}

.bigmenu {
	background: #f8f9fb;
	padding: 0.6rem 1.5rem;
	padding-right: inherit !important;
	font-size: 1rem !important;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	border: 1px solid #f8f9fb;
	margin-bottom: 5px;
	border-radius: 4px;
	cursor: pointer;
}

.bigmenu .active {
	background-color: #e8e8e8 !important;
}

.small-menu a {
	font-size: 14px;
	padding: 0.4rem 4.7rem !important;
}

.small-menu {
	display: none;
}

.fa-caret-down {
	padding-right: 14px;
	margin-top: 5px;
	margin-left: auto;
}

.bigmenu:hover {
	background: #f5f7fb;
	color: #000;
}

.maa {
	margin-top: 10px !important;
	font-size: 0.85rem;
	margin: auto 0.5rem;
	border-top: 1px solid #f5f5f5;
	padding: 10px 0px;
}

.small-menu a.active {
	background-color: #fcfdff !important;
	color: #18bae3;
}

.maa .active>a {
	color: #18bae3 !important;
	text-decoration: none;
	background: transparent !important;
}