﻿
#container { position:relative; }

.main_content { position:relative; width:980px; min-height:650px; margin:0 auto 30px; }
.main_content:after { content:""; display:block; clear:both; }

.MC_box1 { position:relative; width:100%; height:485px; } /*메인비주얼*/
.MC_box2 { position:absolute; top:130px; right:0; width:545px; height:250px; } /* 게시판 */
.MC_box3 { position:absolute; top:130px; left:0; width:410px; height:250px; } /* 행사일정 */
.MC_box4 { position:absolute; top:-80px; right:0; width:490px; height:80px; } /* 식단 */
.MC_box5 { position:absolute; top:400px; right:0; width:545px; height:250px; } /* 앨범 */
.MC_box6 { position:absolute; top:400px; left:0; width:415px; height:250px; } /* 알림판 */
.MC_box7 { position:absolute; top:-80px; left:0; width:490px; height:80px; } /* 우리반홈페이지 */
.MC_box8 { position:absolute; top:0; left:0; right:0; width:980px; height:130px; margin:0 auto; } /* 바로가기 */

@media (max-width: 1080px) {

	#container,
	.main_content,
	.MC_box1, .MC_box2, .MC_box3, .MC_box4, .MC_box5, .MC_box6, .MC_box7, .MC_box8, .MC_box9 { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }

	#container { width:100%;}
	.main_content { width:92%; min-height:auto; height:100%; margin-top:20px; }

	/* 메인비주얼 */
	.MC_box1 { height:auto; }

	/* 게시판 */
	.MC_box2 { position:relative; top:auto; right:auto; float:left; width:49%; }

	/* 행사일정 */
	.MC_box3 { position:relative; top:auto; left:auto; float:right; width:49%; }

	/* 식단 */
	.MC_box4 { position:relative; top:auto; left:auto; float:left; width:100%; margin:20px 0; }

	/* 앨범 */
	.MC_box5 { position:relative; top:auto; right:auto; float:left; width:49%; }

	/* 알림판 */
	.MC_box6 { position:relative; top:auto; left:auto; float:right; width:49%; }

	/* 우리반홈페이지 */
	.MC_box7 { position:relative; top:auto; left:auto; float:left; width:100%; height:auto; margin:20px 0; }

	/* 바로가기 */
	.MC_box8 { position:relative; top:auto; right:auto; float:left; width:100%; }

}

@media (max-width: 960px) {

	/* 앨범 */
	.MC_box5 { width:100%; }

	/* 알림판 */
	.MC_box6 { width:100%; margin-top:20px; }

}

@media (max-width: 800px) {

	/* 게시판 */
	.MC_box2 { width:100%; }

	/* 행사일정 */
	.MC_box3 { width:100%; margin-top:20px; }

	/* 바로가기 */
	.MC_box8 { height:auto; }

}

@media (max-width: 640px) {



}

@media (max-width: 480px) {



}
