.menu-desktop{
	width:100%;
	display:table;
	padding:0;
	position:fixed;
	height: 6rem;
	z-index:0;
	transition: background-color .2s ease-in-out;
	padding-top:1.2rem;
	z-index:10;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	top:0;
	background-color:#fff;
}

.menu-desktop.on{
	background-color:white;
	color:#333;
	border-bottom:1px solid #ccc;
}

.menu-desktop.on .menu-center > ul > li >a{
	color:#333;
	
}

.menu-desktop .menu-left{
	width:15%;
	display:table-cell;
	text-align:left;
	vertical-align: top;
	
	white-space: nowrap;
}

.menu-desktop .content{
	height:4rem;
}

.menu-desktop .content{
	width:100%;
	display:table;
	max-width:1800px;
	margin-left:auto;
	margin-right:auto;
}

.menu-sub .content{
	margin-left:0;
}

.menu-desktop .menu-center{
	width:70%;
	display:table-cell;
	text-align:left;
	white-space: nowrap;
	vertical-align:middle;
}

.menu-desktop .menu-center > ul{
	display:table;
	width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;

}

.menu-desktop .menu-center > ul > li{
	display:table-cell;
	color:#333;
	height:100%;
	padding-right:2vw;
	padding-left:2vw;
	padding-top:0.5rem;
	font-weight:500;
	vertical-align:top;
	position:relative;
}

.menu-desktop .menu-center > ul > li:nth-child(1){
	/*width:36%;*/
}

.menu-desktop .menu-center > ul > li:nth-child(2){
	/*width:20%;*/
}

.menu-desktop .menu-center > ul > li:nth-child(3){
	/*width:28%;*/
}

.menu-desktop .menu-center > ul > li > a{
	vertical-align:middle;
	display:inline-block;
	height:100%;
	padding:0rem 0.5rem 0 0.5rem;
	border-bottom:1px solid #fff;
}



.menu-desktop .menu-center > ul > li > a:after{
	content:" ";
	display:block;
	width:0;
	background-color:#333;
	height:1px;
	transition:width 1s;
	margin-left:0%;;
}

.menu-desktop .menu-center > ul > li > a.on:after{
	width:100%;
}


.menu-desktop .menu-center > ul > li > div{
	width:100%;
	display:none;
	position:absolute;
}

.menu-desktop .menu-center > ul > li > div.on{
	height:10rem;
	padding-top:2rem;
	transition:all 0.5s;
	background-color:#fff;
	
}




.menu-desktop .menu-center .menu-help{
	width: 246px;
	height:111px;
    margin-left: auto;
    display: table;
	background-image:url("/web/images/main/m_banner.png");
	background-position:center;
	background-size:cover;
	padding:1.5rem;
	margin-top:-10px;
}




.menu-desktop .menu-right{
	width:15%;
	display:table-cell;
	text-align:right;
	padding-top:1rem;
	white-space: nowrap;
}

.menu-desktop .menu-right > ul{
	width:auto;
	display:table;
	margin-left:auto;
	height:100%;
}

.menu-desktop .menu-right > ul > li{
	display:table-cell;
	color:#d92a19;
	cursor:pointer;
	padding-top:0;
	vertical-align: top;
    padding-right: 20px;
}


.menu-desktop .menu-right > ul > li #menu_all {
    vertical-align: middle;
    display: inline-block;
    padding: 0.1rem 0.5rem 0 0.5rem;
}

.menu-mobile-top,.menu-mobile{
	display:none;
}



.menu-desktop .menu-all-ul{
    display: block;
    right: -400px;
    position: fixed;
    top: 0;
    background-color: #fff;
    border-left: 1px solid #ccc;
    height: 100vh;
    overflow: hidden;
    z-index: 100000;
    width: 100%;
    max-width: 380px;
	transition:right 0.5s
}

.menu-desktop .menu-all-ul.on  {
	right:0px;
	
}

.menu-desktop .menu-all-ul .menu-all-header{
	display:block;
	text-align:right;
	padding-top:10px;
	padding-right:40px;
	margin-bottom:2rem;
}

.menu-desktop .menu-all-ul .menu-all-header img{
	width:20px;
}

.menu-desktop .menu-all-ul .menu-all-cont{
	display:table;
	width:100%;
	padding:2% 7%;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:1rem;
}

.menu-desktop .menu-all-ul .menu-all-cont >ul >li{
	font-weight:400;
	margin-bottom:0.5rem;
}

.menu-desktop .menu-all-ul .menu-all-cont >ul >li >ul{
	margin-left:20px;
}

.menu-desktop .menu-all-ul .menu-all-cont >ul >li >ul>li{
	font-weight:300;
}

.menu-desktop .menu-all-ul .menu-all-cont .text1{
	margin-top:10rem;
}

.menu-desktop .menu-all-ul .menu-all-cont .text2{
	font-weight:300;
	color:#6b6b6b;
	font-size:0.9rem;
}
	




#menu_display{
	position:relative;
}

#menu_display img{
	position: absolute;
    left: 0;
	z-index:1;
}

#menu_display img.active{
	z-index:3;
}

.menu-desktop .menu-center > ul.menu-all-ul > li > a:hover{
	color:#d71f20;
}

.menu-desktop .menu-center > ul.menu-all-ul > li > ul >li{
	padding:0.2rem 0 0.2rem 0.5rem;
	position:relative;
}

.menu-desktop .menu-center > ul.menu-all-ul > li > ul >li:hover{
	/*border-bottom:2px solid #d71f20;
	margin-bottom:-2px;*/
	color:#d71f20;
}

.toggle-mnu{
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 3px;
}

.toggle-mnu span:after,.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
	z-index:100000;
}

.toggle-mnu span:after{
    top: 18px;
}

.toggle-mnu span {
    position: relative;
    display: block;
}

.toggle-mnu span,.toggle-mnu span:after,.toggle-mnu span:before{
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

.toggle-mnu.on2 span,.toggle-mnu.on2 span:after,.toggle-mnu.on2 span:before{
    background-color: #333;
}


.toggle-mnu.on span,.toggle-mnu.on span:after,.toggle-mnu.on span:before{
    background-color: #333;
}



.toggle-mnu.on span{ 
    background-color: transparent;
}

.toggle-mnu.on span:before{ 
    transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after{ 
    transform: rotate(-45deg) translate(6px, -7px)
}


/* ------------- 모바일 메뉴 ---------------------------*/
@media screen and (max-width: 1000px) { 
	.menu-desktop{display:none}
	.menu-mobile-top{
		display:table;
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:5;
		padding:0.5rem 0;
		background-color:#fff;
	}
	
	.menu-mobile-top.on{

	}
	
	html.open .menu-mobile { 
		right:0 !important;
		overflow-y: auto;
		transition: all 0.8s;
		box-shadow: -16px -7px 40px -24px rgba(0,0,0,0.55);
	/*-webkit-overflow-scrolling: touch;*/
	}
	
	.menu-mobile { 
		z-index: 100; 
		transition: all 0.8s;
		overflow:hidden;
		height:100%;
		position:fixed;
		background-color:#fff;
		width:50%;
		max-width:100%;
		top:0;
		right:-100vw;
		display:block;
		padding:0 1rem;
	}
	
	.menu-mobile .header{
		display:table;
		width:100%;
		background-image:linear-gradient(to right,#fff, #fff);
	
	}
	
	.menu-mobile .header .first{
		display:table-cell;
		width:80%;
		padding-left:0.5rem;
	}
	
	.menu-mobile .header .first > ul{
		display:block;
		width:100%;
	}
	
	.menu-mobile .header .first > ul > li{
		display:inline-block;
		white-space:nowrap;
		color:#333;
		font-size:1rem;
	}
	
	
	.menu-mobile .header .first > ul > li:after{
		content:"|";
		color:#333;
		padding-left:0.5rem;
		padding-right:0.5rem;
	}
	
	.menu-mobile .header .second{
		display:table-cell;
		width:20%;
		text-align:right;
		padding-right:3%;
	}
	
	.menu-mobile .center{
		display:table;
		width:100%;
		margin-top:2rem;
	}
	
	.menu-mobile .center > li{
		display:table;
		width:100%;
		color:#333;
	}
	
	.menu-mobile .center > li > a{
		display:block;
		width:100%;
		padding-top:1.3rem;
		padding-bottom:1.3rem;
		padding-left:1.5rem;
		border-bottom:1px solid #efefef;
		color:#666;
		font-size:1.5rem;
		text-align:left;
		background-color:white;
		
	}
	
	
	
	.menu-mobile .center > li > ul{
		display:none;
		background-color:#e6e6e6;
		width:100%;
	}
	
	.menu-mobile .center > li > ul > li{
		display:block;
		width:100%;
		text-align:left;
		font-size:1rem;
		color:#666;
		padding-top:0.2rem;
		padding-bottom:0.2rem;
		padding-left:2rem;
	}
	
	.menu-mobile .center > li > ul > li:last-child{
	border-bottom:1px solid #ccc;
	}
	
	.menu-mobile .center > li > ul > li.active{
		color:#fda20d;
	}
	
	.mobile-menu-toggle:after{
		content:" ";
		position:absolute;
		content:"\f067";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		right:1.5rem;
		transition: all .7s ease-in-out;
		color:#666;
	}
	
	.mobile-menu-toggle.on:after{
		content:"\f068";
	}
	
	.mobile-menu-extra{
		position: absolute;
		bottom: 4rem;

		padding:1rem;
		width: 100%;
		font-family: 'Montserrat', sans-serif;
		font-size:1.4rem;
		z-index:-1;
		background-color: #fff;
	}
	
	.mobile-menu-extra img{
		width:100%;
	}
	
	.mobile-menu-extra .text1{
		font-size:1.6rem;
		line-height:140%;
	}
	
	.mobile-menu-extra .text2{
		font-size:1.5rem;
		line-height:140%;
		margin-bottom:1rem;
	}
	
}

@media screen and (max-width: 740px) {
	.menu-mobile { 
		width:100%;
	}
}	