@charset "utf-8";

#container #header .nav_menu > li.cat_search,
#container #header .nav_menu .box_wrap,
#important_news,
#container header .top,
#container #header .nav_menu,
#container #header .sub li:nth-of-type(2),
#container #footer .top_area,
#container #footer .bottom_area .left{
	display: none !important;
}
#container #header{
	height: 84px;
}
#container #header .logo{
	margin-top: 10px;
	padding-bottom: 10px;
}
#container #header .sub::before{
	content: none;
}
#container #footer .bottom_area .innerWrap{
	justify-content: flex-end;
}
#container #pagetop{
	z-index: 10;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	#container #footer .top_area .about{
		display: none !important;
	}
	.menuBtn{
		opacity: 0;
		pointer-events: none;
	}
	#container #header{
		height: 70px;
	}
	#container #header .logo{
		margin-top: 0;
		padding-bottom: 0;
	}
	
	#spfixMenu .Menu li.search img{
		display: none;
	}
	#spfixMenu .Menu li.search span:after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(https://enuesu.itembox.design/item/img/ico_home_w.png) no-repeat center center;
		-webkit-background-size: 23px auto;
		background-size: 23px auto;
		position: absolute;
		top: 0;
		left: 0;
	}
}