/* common */
#allMenu{ padding-top: 0; }
#allMenu .w1500{ display:flex; flex-direction:column; justify-content:center; height: 100%; }
#allMenu #gnb li:not(:last-child){ margin-bottom: 50px;}


@media screen and (max-width:960px){
	#allMenu{ padding-top: 100px; }
	#allMenu .w1500{ display:block; }
}