@charset "utf-8";
/* CSS Document */



#toggle {
	width: 28px;
	height: 30px;
	float: right;
	margin-right: 20px;
	margin-top: 2vw;
}

#toggle div {
	width: 100%;
	height: 5px;
	background: white;
	margin: 4px auto;
	transition: all 0.3s;
	backface-visibility: hidden;
}

#toggle.on .one { transform: rotate(45deg) translate(5px, 5px); }

#toggle.on .two {  opacity: 0; }

#toggle.on .three { transform: rotate(-45deg) translate(7px, -8px); }

#menu {
  	color: white;
  	background: rgba(0,0,0,0.8);
  	width: 190px;
  	height: auto;
  	padding: 10px;
  	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  	text-align: center;
  	display: none;
	position: absolute;
    right: 10px;
    top: 60px;
}


#menu .mobile01_logo_m img{ width: 70%; margin: 0.7rem auto;}

#menu .LG_logo_m img{ width: 35%; margin: 0.7rem auto;}

#menu a{
	width: 100%;
	font-size: 1.1rem;
	color: #FFFFFF;
	line-height: 2.5rem;
}










