@import "../common.css";
@import "../header.css";
@import "../footer.css";

#Contents{ 
	margin:0 auto;padding:0;
	max-width:1280px;min-width:320px;
	box-sizing:border-box;
	vertical-align:top;
	clear:both; 
}

#oPage .cma{ clear:both; padding:15px 0; }
#oPage .cimg{ width:50%; float:left }
#oPage .cdes{ width:50%; float:left }

#moTop { display:none; }
@media ( max-width:1023px ){
	#moTop { display:block; }
	#oPage .cimg, #oPage .cdes { width:100%; }
}