
#container {position:relative; width:100%; height:100%; overflow:hidden; background:#c0edf0; }
#container:after {content:""; display:block; clear:both;}

.main_content {position:relative; }
.main_content:after {content:""; display:block; clear:both;}

.MC_wrap2 { position:relative; width:100%; height:auto; overflow:hidden; background:#d5deff; padding-bottom:30px; }

.MC_box1 {position:relative;width:980px; height:350px; margin:0 auto; }/* 비주얼 */
.MC_box2 {position:relative; width:60%; height: 290px; float:left; }/* 공지사항 */
.MC_box3 {position:relative; width:40%; height:290px; float:left; }/* 이달의 행사 */
.MC_box4 {position: absolute;right:0;bottom:0;width:40%;height:225px;display: none;} /* 오늘의 식단 */
.MC_box5 {position:relative;width:60%;height:225px;float:left;margin-top:280px;display: none;}/* 포토갤러리 */
.MC_box6 {position: relative; width:40%; height:280px; float:right; }/* 알림판 */
.MC_box7 {position:absolute; top:0; left:0; width:60%; height:86px; } /* 우리반 홈페이지 */
.MC_box8 {position: absolute; top:112px; left:0; width:58%; height:135px; }/* 바로가기 */

@media (max-width: 1400px) {

	#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}

}

@media (max-width: 1080px) {

	#container:before { display:none; }

	.container { width:95%; }

	.MC_box1 { width:95%; }
	.MC_box4 { bottom:110px; } /*오늘의 식단*/
	.MC_box7 { position: relative; top:auto; left:auto; width:100%; height:auto; float:left; margin-top:20px; } /* 우리반 홈페이지 */
	.MC_box8 { top:35px; height:210px; }/*바로가기*/

	/* 비주얼 */
	.MC_box1 {height:auto;}
}

@media (max-width: 880px) {

	.MC_box2 { width:100%; }
	.MC_box3 { width:100%; }
	.MC_box4 { width:50%; }
	.MC_box5 { width:50%; }
	.MC_box6 { width:50%; }
	.MC_box8 { width:48%; }
}

@media (max-width: 700px) {

	.MC_box4 { position:relative; right:auto; bottom:auto; width:100%; float:left; }
	.MC_box5 { width:100%; margin-top:0; }
	.MC_box6 { width:100%; }
	.MC_box8 { position:relative; top:auto; left:auto; width:100%; float:left; margin-top:20px; }

}


