@charset "UTF-8";
#gnb_layout .depth1_ul>li>a span{padding:0;}
#top_layout .top_wrap .utile_wrap .n{display:inline-block}


#mobile-menu .find-menu {
	/* margin: 15px -15px -15px; */
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 69px;
	color: #fff;
	background-color: #006940;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-right: 60px;
	z-index:9999; /* 2022-04-08 수정 */
}
#mobile-menu .find-menu a {
	flex: 0 0 50%;
	line-height: 69px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
#mobile-menu .find-menu a + a {
	position: relative;
}
#mobile-menu .find-menu a + a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.4);
}
#mobile-menu .mobile-close span:before,
#mobile-menu .mobile-close span:after {background: rgba(255, 255, 255, 1);}

@media (max-width: 1485px) {
#top_layout .top_wrap .utile_wrap .n {display: none;}	
}
