
#container { position:relative; height:100%; overflow:hidden; }
#container:after { content:""; display:block; clear:both; }

.main_content { position:relative; z-index:7; width:100%; background:#f2f8ff; padding-bottom:40px; }
.main_content:after { content:""; display:block; clear:both; }
.MC_wrap { position:relative; width:980px; height:auto; overflow:hidden; margin:160px auto 0; }
.MC_wrap2 {position:absolute;width:980px;top: -160px;left:50%;margin-left:-490px;}

.MC_box1 { position:relative; width:100%; height:368px; } /* 메인비주얼 */
.MC_box2 { position:relative; width:475px; height:245px; float:left; margin:30px 0 0; } /*  공지사항 */
.MC_box3 { position:relative; width:475px; height:245px; float:right; margin:30px 0 0;} /* 일정 */
.MC_box4 { position:relative; width:290px; height:265px; float:right; margin:30px 320px 0 0; } /* 식단 */
.MC_box5 { position:absolute; right:0; bottom:0; width:300px; height:265px; margin:30px 0 0 0; } /* 앨범 */
.MC_box6 { position:relative; width:350px; height:265px; float:left; margin:30px 20px 0 0; } /* 팝업존 */
.MC_box7 { position:relative; width:100%; height:60px; margin:-60px 0 0; } /* 학급홈페이지 */
.MC_box8 { position:relative; width:100%; height:auto; } /* 바로가기 */

@media (max-width: 1080px) { 
	
	#container,
	.main_content,
	.MC_box1, .MC_box2, .MC_box3, .MC_box4, .MC_box5, .MC_box6, .MC_box7, .MC_box8 { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box }
	
	.MC_box1, .MC_box2, .MC_box3, .MC_box4, .MC_box5, .MC_box6, .MC_box7, .MC_box8 { -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease }
	
	
	#container { width:100%; padding-top:70px; }

	.MC_wrap { width:95%; margin:220px auto 0 }
	.MC_wrap2 {width:95%;top: -190px;margin-left:0;left:2.5%;}

	.MC_box1 { height:auto; }
	.MC_box2 { width:48%; } /* 공지사항 */
	.MC_box3 { width:48%; } /* 일정 */
	.MC_box4 { width:30%; float:left; margin:30px 0 0;} /* 식단 */
	.MC_box5 { position:relative; right:auto; bottom:auto; width:30%; float:left; margin:30px 5% 0; } /* 앨범 */
	.MC_box6 { width:30%; margin:30px 0 0; } /* 팝업존 */
	.MC_box7 { margin:0; }

 }


@media (max-width:960px) { 

	.MC_wrap { margin:0 auto; }
	.MC_wrap2 { position: relative; top:auto; }

	.MC_box2 { width:100%; margin-top:20px;} /* 공지사항 */
	.MC_box3 { width:100%; height:auto; margin-top:20px;} /* 일정 */
	.MC_box4 { width:100%; height:auto;} /* 식단 */
	.MC_box5 { width:49%; margin:30px 0 0; } /* 앨범 */
	.MC_box6 { width:49%; float:right; } /*팝업존*/

	.MC_box7 { height:auto; margin:30px 0; } /* 학급홈페이지*/


 }


@media (max-width: 580px) { 	

	

	.MC_box5 { width:100%;} /* 앨범 */
	.MC_box6 { width:100%; height:auto;} /*팝업존*/

	.MC_box6 { width:100%; } /* 팝업존 */
	
		
 }


