/*
@media screen and (max-width : 980px) {
	#event{height:100vh;}
}

@media screen and (max-width : 590px) {
	
	#event{height:162.034vmin;}
	
	#event .event_in{margin:0 auto; position: relative; padding:80px 0 0 0; width:100%;} 
	#event .event_in .event_txt p{font-size:4.1vw; line-height:6.6vmin;} 

	#event .event_in .m_p1{display:block; }
	#event .event_in .m_p2{display:block; }

	#event .event_in .m_p1{z-index:100; position: relative; left:64%; width:36%; height:auto;}
	#event .event_in .m_p2{z-index:100; position: relative; 
						   left:-16.950%; 
						   top:-16.9491vmin; 
						   width:70%; height:auto;}  
}

@media screen and (max-width : 520px) { 
	#event{ height:169.231vmin; }
	#event .event_in{ padding:40px 0 0 0; }
}

@media screen and (max-width : 414px) {
	#event{ height:169.084vmin;}
}

@media screen and (max-width : 360px) {
	#event{ height:182.223vmin;}
}

@media screen and (max-width : 320px) {
	#event{ height:184.375vmin;}
}
*/


@media screen and (max-width : 980px) {
	#event .event_in{ width:100%;}
}

@media screen and (max-width : 580px) { 
	#event{padding:30px 0 30px}
}


