/* 메뉴
-----------------------------------------------------------------*/
.Mheader a{
	display: none;
}
.menu-item:not(:first-child) {
    border-top: 0px solid #EEE;
}
.mm-menu .sub-menu-container .menu-item > .menu-link{
	position: relative;
	padding-left: 20px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: 'Noto Sans KR', sans-serif;
}
.mm-menu_offcanvas {
   position: absolute;
    right: auto;
    z-index: 0;
}
.sub-menu-container .menu-item:not(:first-child), .sub-menu-container, .mega-menu-content {
    border-top: 0px solid #EEE;
}
.menu-link {
    line-height: inherit;
}
.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 0px;
    border-left-style: solid;
}

.mh-sticky {
	top: -1px;
	height: 60px;
	align-items: center;
	padding: 0 16px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,10%);
	z-index: 20;
}
.mh-sticky .mh-btns-left i{
	font-size: 1.6em
}
.mh-sticky .mh-text{
	margin-left: 1em
}
.mh-sticky .mh-text a img{
	height: 2em;
}
.mh-sticky .mh-btns-right{
	margin-left: auto;
}

/*
@media (max-width: 992px){
	body:not(.top-search-open) #primary-menu-sidebar {
		opacity: 1;
		-webkit-transition: opacity .2s .2s ease, top .4s ease;
		-o-transition: opacity .2s .2s ease, top .4s ease;
		transition: opacity .2s .2s ease, top .4s ease;
	}
	.Mheader i{
		display: block !important;
		margin-right: 20px;
		font-size: 28px;
	}
	.Mheader a{
		display: block;
	}
}
@media all and (max-width:767px){

}
*/
