header.main-header {
	margin-bottom: 48px;
}
.nav-main-menu {
	color: #13496a;
	position: relative;
	z-index: 9;
}
.menu-main-lv1 {
	background: #f7f7f8;
	padding-top: 8px;
	border-bottom: 1px solid #eeeef0;
	padding-left: 24px;
	padding-right: 24px;
}
.menu-main-lv1 .logo {
	padding-right: 15px;
}
.nav-main-menu a{
  color: inherit;
}
.nav-main-menu .menu_link {
	font-weight: 600;
}
.menu-main-lv1 ul.menu-main .menu_link {
	display: block;
	padding: 16px 16px 18px 16px;
	transition: 0.2s all ease-in-out;
	font-size: var(--p1-medium-size);
	height: 100%;
	cursor: pointer;
}
.menu-main-lv1 ul.menu-main .menu-item-current .menu_link, .menu-main-lv1 ul.menu-main .menu_link:hover {
	background: #fff;
	border-radius: 8px 8px 0 0;
}
.header-wrapper .button-menu {
	display: flex;
	gap: 15px;
	padding-bottom: 8px;
}
.nav-main-menu .container {
	padding: 0;
}
.menu-main-child-lv2 .logo {
	width: 52px;
	height: 52px;
}
.menu-main-child-lv2 .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.menu-main-child-lv2 .menu-child-level-2 .child-inner{
	gap: 15px;
	padding: 20px 0;
}
.menu-main-child-lv2 .menu-child-level-2 .menu-lv2 {
	gap: 10px;
	flex: 1;
}
.menu-main-child-lv2 .menu-child-level-2 {
	display: none;
}
.menu-main-child-lv2 .menu-child-level-2.menu-item-current {
	display: block;
}

.menu-main-child-lv2 {
	border-bottom: 2px solid rgb(19, 73, 106);
	background: #fff;
	padding: 0 100px;
}
.menu-main-child-lv3 {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	transition: 0.2s all ease-in-out;
	transform: scaleY(0);
	transform-origin: top;
	border-bottom: 1px solid #eeeef0;
}
.menu-main-child-lv3 .container {
	padding: 32px;
}
.menu-main-child-lv3 .items-menu-level3 {
	gap: 20px;
}
.menu-main-child-lv3.active {
	transform: scaleY(1);
}
.items-menu-level3 {	
	grid-template-columns: repeat(2, 1fr);
}
.menu-child-lv3-item {
	display: none;
}
.menu-child-lv3-item.active {
	display: block;
}
.items-menu-level3 .label {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #13496A;
	font-weight: 500;
}
.items-menu-level3 .col-item-menu .menu_link {
	font-size: 16px;
	padding: 8px 0;
	display: block;
	color: #13496a;
	font-weight: 600;
}
.items-menu-level3 .col-item-menu a:hover {
	color: #13496A;
}
.menu-item-level2 .menu_link {
	padding: 15px 12px;
	border-radius: 8px;
	cursor: pointer;
}
.menu-child-lv3-item-inner{
  display: flex;
}
.items-menu-level3{
  flex: 1 auto;
}
.menu-item-level2.active .menu_link, .menu-item-level2:hover .menu_link {
	background: #f7f7f8;
}
.nav-feature-post {
	background: var(--yellow-50);
	padding: 16px;
	max-width: 560px;
	width: 100%;
	border-radius: 16px;
}
.nav-feature-post .post-item .thumb {
	max-width: 160px;
	aspect-ratio: 1.7;
	border-radius: 8px;
	overflow: hidden;
}
.nav-feature-post .post-item .thumb a{
	display: block;
	width: 100%;
	height: 100%;
}
.nav-feature-post .post-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav-feature-post .post-item {
	display: flex;
	gap: 24px;
	align-items: center;
	padding: 10px 0;
}
.nav-feature-post .post-item .cat, .feature-post-menu .news-card-new-tag {
	background: var(--blue-900);
	color: var(--yellow-300);
	font-size: 12px;
	padding: 4px 10px;
	display: inline-block;
	line-height: 15px;
	border-radius: 100px;
	margin-bottom: 5px;
}
.nav-feature-post .heading {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.nav-feature-post .post-item .title a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}