.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

#menu { width:auto; height:100%; border:none; display:flex; align-items:center; margin-left:auto; }

.menu {
	position: relative;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 45px;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.menu li {
	text-align: center;
	padding: 0 !important;
	margin: 0;
	background: none;
	list-style: none;
}

.menu li:first-child,
.menu li:last-child {
	padding: 0 !important;
}

.menu li a {
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	color: #1e293b;
	letter-spacing: -0.5px;
	transition: color ease 0.2s;
	white-space: nowrap;
}

.menu li a:hover {
	color: #0071ce;
	opacity: 1.0;
}



.menu li a.log {color:#0fb315;}


#submenu {
	position: absolute;
	top: 95px;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	margin: 0 auto;
	visibility: hidden;
	z-index: 9999;
	border-bottom: 1px solid #e2e8f0;
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	display: none;
}

#submenu .wrap {
	width: 1280px;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	gap: 40px;
	padding: 24px 0 28px 0;
	box-sizing: border-box;
}

.sub1, .sub2, .sub3, .sub4, .sub5, .sub6 { width:130px; text-align:center; }
.sub7, .sub8, .sub9, .sub10 { display: none; }

.sub1 ul,
.sub2 ul,
.sub3 ul,
.sub4 ul,
.sub5 ul,
.sub6 ul {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

.sub1 li,
.sub2 li,
.sub3 li,
.sub4 li,
.sub5 li,
.sub6 li {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0 !important;
	list-style: none;
}

.sub1 li a,
.sub2 li a,
.sub3 li a,
.sub4 li a,
.sub5 li a,
.sub6 li a {
	display: block;
	padding: 8px 0;
	width: 100%;
	color: #475569;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.3px;
	text-decoration: none;
	transition: color ease 0.2s, transform ease 0.2s;
	white-space: nowrap;
}

.sub1 li a:hover,
.sub2 li a:hover,
.sub3 li a:hover,
.sub4 li a:hover,
.sub5 li a:hover,
.sub6 li a:hover {
	color: #0071ce;
	font-weight: 700;
	text-decoration: none;
}

