* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.logo-menu .logo{
	position: absolute;
	left: 180px;
	top: 45px;
}

.logo-menu .logo img {
	width: 50%;
}

#menu-select{
	position: relative;
	color: #E9563F;
}

#menu-select::after{
	position: absolute;
	bottom: -5px;
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background-color: #E9563F;
}

.logo-menu .menu-list {
	position: absolute;
	left: 500px;
	top: 48px;
	
	display: flex;
	justify-content: space-evenly;
	width: 40vw;
}

.logo-menu .menu-list span {
	font-family: Source Han Sans;
	font-size: 2vh;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 0em;
	
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #9E9E9E;
	
	cursor: pointer;
}

.lang {
	position: fixed;
	top: 7vh;
	right: 7vh;
}