@media screen and (max-width: 959px) {
	.new_freeter_top_bar_navigation {
		width: 385px;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		display: flex;
		flex-wrap: nowrap;
	}
	
	.freeter_left_bar_list li .left_bar_c img {
		width: 32px;
		height: 32px;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		position: relative;
		margin-left: 8px;
		display: none;
		top: 8px;
	}

	.nftb_freeterLogo {
		width: 42px;
		height: 42px;
		background: #FFFFFF;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		position: absolute;
		left: 24px;
		top: 11px;
		display: none;
	}
}