@charset "utf-8";

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

/* sidebar Box */
#nt_sidebar { 
	top: 0; 
	width: 280px; 
	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 {
	position:relative;
	height: 90%;
	height: calc(100vh - 50px);
	overflow-x:hidden; 
	-webkit-overflow-scrolling:touch; 
	margin-top: 1.5rem;
}
#nt_sidebar .sidebar-wing-btn {
	position: relative;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px !important;
}
#nt_sidebar .sidebar-wing-icon {
background:rgb(233, 232, 232);
font-size: 18px;
font-weight: 300 !important;
width:36px;
line-height:50px !important; 
border:1px solid #ddd; 
cursor:pointer; 
}



/* Menu */
#nt_sidebar_menu ul.off {
	display:none;
}
#nt_sidebar_menu li { 
	position:relative; 
}
#nt_sidebar_menu a { 
	display:block; 
	padding:0.75rem 0;
	padding-left:2.5rem;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
#nt_sidebar_menu .tree-toggle { 
	position:relative; 
	z-index:1; 
	top:0.3rem;
	left:0; 
	width:100%; 
	margin-bottom:0.15rem;
	text-align:left; 
	cursor:pointer; 
	color:rgb(84, 84, 84);
}

/* PC에서 메뉴 간격 */
.is-pc #nt_sidebar_menu a,
.is-pc #nt_sidebar_menu .tree-toggle { 
	padding-top:0.50rem !important;
	padding-bottom:0.50rem !important;
}

/* hulan nemsen */
#nt_sidebar .sidebar-head {
    position: absolute;
    top: 0;
    left: -1px;
    width: 281px;
    height: 10px;
    z-index: 10;
}

#nt_sidebar_menu .me-ul { 
	background:#fff; 
}
#nt_sidebar_menu .me-ul1 { 
	background:#fafafa; 
}
#nt_sidebar_menu .me-ul2 { 
	background:#fff; 
}
#nt_sidebar_menu .me-li.active .me-a,
#nt_sidebar_menu .me-li1.active .me-a1,
#nt_sidebar_menu .me-li2.active .me-a2 {
	font-weight:bold;
}
#nt_sidebar_menu .me-line1 .me-a1 { 
	background:#fff;
	font-weight:bold;
}
#nt_sidebar_menu .me-line2 .me-a2 { 
	background:#fafafa;
	font-weight:bold;
}

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

/* 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%; 
}

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
#nt_bottom .go-btn { 
	display: block; 
	position: fixed; 
	width: 40px; 
	bottom: 5px; 
	right: 100px; 
	z-index: 2; 
}
#nt_bottom .go-btn 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_top .go-btn { 
	display: block; 
	position: fixed; 
	width: 40px; 
	top: 200px; 
	right: 100px; 
	z-index: 2; 
}
#nt_top .go-btn 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; 
}


@media (max-width: 767px) {
	.responsive #nt_top { 
		display:none !important; 
	}
}
#nt_sidebar .sidebar-wing { 
   position:absolute; 
   width:36px;
   z-index:1;
   text-align:center;
}
#nt_sidebar .sidebar-wing-close {
	background:#fff;
	font-size: 18px;
	font-weight: 300 !important;
	width:36px;
	height:50px;
	line-height:50px !important; 
	border:1px solid #ddd; 
	cursor:pointer; 
	}
#nt_sidebar .sidebar-wing-btn {
		position: relative;
		display: block;
		font-size: 18px;
		height: 40px;
		line-height: 40px !important;
}
#nt_sidebar .sidebar-wing-icon1 {
	background:rgb(233, 232, 232);
	font-size: 18px;
	font-weight: 300 !important;
	width:36px;
	line-height:50px !important; 
	border:1px solid #ddd; 
	cursor:pointer; 
	}

@media (min-width: 481px) {
	#nt_sidebar { right: -320px; border-left:1px solid #ddd; margin-left:40px; }
	#nt_sidebar .sidebar-wing { left:0; margin-left:-35px; }
	#nt_sidebar .sidebar-wing-close { border-right:0px; }
}
@media (max-width: 480px) {
	#nt_sidebar { left: -320px; border-right:1px solid #ddd; margin-right:40px; }
	#nt_sidebar .sidebar-wing { right:0; margin-right:-35px; }
	#nt_sidebar .sidebar-wing-close { border-left:0px; }
}

@media (min-width: 768px) {
	#nt_sidebar { padding-bottom:0px; }
	#nt_sidebar .sidebar-wing { top:20%; }
	#nt_sidebar .sidebar-wing-icon { border-right:0px; display:block; }
}
@media (max-width: 767px) {
	#nt_sidebar { padding-bottom:0px; }
	#nt_sidebar .sidebar-wing { top:35%; }
	#nt_sidebar .sidebar-wing-icon { display:none; }
}

/********************************************************
■ Flower Image : 
********************************************************/
.flower_img { 
	float:right;
	position: fixed;
	width:222px;
	height:222px; 
	right: -17px;
	bottom: 0px; 
	z-index: -1; 
	background-image:url('../../../../../img/overlay.png');
	background-size: 100% 100%;
}

