#menu_global {
	display: none;
}
#menu_switch {
	display: block;
}




#menu_global {
	display: none;
}
#menu_bar_logo {
	margin-right: 0.6em;
}
#menu_switch {
	display: block;
}

#header #menu {
	display: block;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #FFF;
}
#header #menu_global {
	display: block;
	clear: both;
	float: none;
	margin: 20vh 20% 0 20%;
}
#header #menu_global li {
	float: none;
	margin-left: 0;
	margin-bottom: 4em;
	font-size: 1.45em;
	text-align: center;
}
#header #menu_global li#menu_corporate {
	font-size: 1em;
}
#menu_global li .menu_border,
#menu_footer li .menu_border,
.menu_ordinary .menu_border {
	display: none !important;
}
