@media (max-width: 991.98px) {
	#nt_sidebar_m {
		width: min(340px, calc(100vw - 42px)) !important;
		max-width: calc(100vw - 42px) !important;
		padding: 0 !important;
		overflow-x: hidden;
		background: #f8fafc !important;
		border-right: 1px solid #dde6ef;
		box-shadow: 12px 0 28px rgba(15, 23, 42, .18) !important;
	}

	#nt_sidebar_m .nt_sidebar_m_header {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 26px;
		align-items: center;
		column-gap: 10px;
		min-height: 56px !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 16px !important;
		background:
			linear-gradient(180deg, var(--slotmaru-header-navy-2) 0%, var(--slotmaru-header-navy) 100%) !important;
		border-bottom: 1px solid var(--slotmaru-header-line) !important;
		color: var(--slotmaru-header-gold) !important;
	}

	#nt_sidebar_m .nt_sidebar_m_header .title {
		display: flex !important;
		align-items: center;
		align-self: center;
		height: 30px;
		margin: 0 !important;
		min-width: 0;
		overflow: hidden;
		color: var(--slotmaru-header-gold) !important;
		font-size: 20px;
		font-weight: 900;
		line-height: 1.25;
		letter-spacing: 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .24);
	}

	#nt_sidebar_m .icon_sidebar_m_x {
		position: static !important;
		display: flex;
		align-items: center;
		justify-content: center;
		align-self: center;
		justify-self: end;
		width: 26px !important;
		height: 26px !important;
		transform: none !important;
		background: rgba(255, 207, 99, .1);
		border: 1px solid rgba(255, 207, 99, .42) !important;
		border-radius: 6px;
		opacity: 1;
		cursor: pointer;
	}

	#nt_sidebar_m .icon_sidebar_m_x img {
		display: block;
		width: 11px !important;
		height: 11px !important;
		filter: brightness(0) saturate(100%) invert(82%) sepia(40%) saturate(557%) hue-rotate(355deg) brightness(106%) contrast(101%);
		opacity: .94;
	}

	#nt_sidebar_m .nt_sidebar_m_body {
		background: #f8fafc;
	}

	#nt_sidebar_m .nt_sidebar_m_body .nt_sidebar_m_item {
		padding: 0 !important;
	}

	#nt_sidebar_m .nt_sidebar_m_top_menu {
		display: block !important;
		padding: 10px 10px 6px !important;
		background: #f8fafc;
	}

	#nt_sidebar_m #nt_sidebar_m_top_menu_c {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 4px;
		padding: 0 !important;
	}

	#nt_sidebar_m #nt_sidebar_m_top_menu_c:after {
		display: none;
	}

	#nt_sidebar_m #nt_sidebar_m_top_menu_c > div {
		display: block !important;
		float: none !important;
		width: auto !important;
		height: auto !important;
		min-width: 0;
		margin: 0 !important;
		padding: 0 !important;
		background: #fff !important;
		border: 0 !important;
		border-radius: 6px;
		box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
	}

	#nt_sidebar_m #nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_div {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 52px;
		margin: 0 !important;
		padding: 0 4px;
	}

	#nt_sidebar_m #nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_title {
		font-size: 13px;
		font-weight: 800;
		line-height: 1.2;
		letter-spacing: 0;
		color: #111827;
		word-break: keep-all;
	}

	#nt_sidebar_m .nt_sidebar_m_menu {
		padding: 0 0 18px;
	}

	#nt_sidebar_m .nt_sidebar_m_menu_depth_1 {
		display: flex;
		align-items: center;
		min-height: 36px;
		margin: 8px 0 0 !important;
		padding: 0 14px !important;
		background: #eef2f6 !important;
		border-top: 1px solid #e5ebf1 !important;
		border-bottom: 1px solid #e5ebf1 !important;
		color: #0f766e !important;
		font-size: 15px !important;
		font-weight: 900;
		line-height: 1.2;
	}

	#nt_sidebar_m .nt_sidebar_m_menu_depth_1 a {
		color: #0f766e !important;
		font-weight: 900;
		text-decoration: none;
	}

	#nt_sidebar_m .nt_sidebar_m_menu_depth_2_list {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
		background: #fff;
		border-bottom: 1px solid #e9edf2;
	}

	#nt_sidebar_m .nt_sidebar_m_menu_depth_2_list:after {
		display: none;
	}

	#nt_sidebar_m .nt_sidebar_m_menu_depth_2_list li,
	#nt_sidebar_m .nt_sidebar_m_menu_depth_2_list.divide_1 li,
	#nt_sidebar_m .nt_sidebar_m_menu_depth_2_list.divide_2 li,
	#nt_sidebar_m .nt_sidebar_m_menu_depth_2_list.divide_3 li {
		float: none !important;
		width: auto !important;
		min-height: 36px;
		background: #fff !important;
		border-right: 1px solid #eef1f5 !important;
		border-bottom: 1px solid #eef1f5 !important;
	}

	#nt_sidebar_m .nt_sidebar_m_menu_depth_2_list li:nth-child(2n) {
		border-right: 0 !important;
	}

	#nt_sidebar_m .nt_sidebar_m_menu_depth_2_list li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 36px;
		padding: 0 8px !important;
		color: #327184 !important;
		font-size: 12px;
		font-weight: 600;
		line-height: 1.25;
		letter-spacing: 0;
		text-align: center !important;
		word-break: keep-all;
	}
}
