﻿@charset "utf-8";

#container { position:relative; }
#container:before { content:""; display:block; position:absolute; bottom:71px; left:0; right:0; height:290px; background:#e0ecfc; }

.main_content { position:relative; width:980px; min-height:1265px; margin:20px auto 0; }
.main_content:after { content:""; display:block; clear:both; }

.MC_box1 { position:relative; width:100%; height:400px; } /*메인비주얼*/
.MC_box2 { position:absolute; top:505px; left:0; width:720px; height:220px; } /* 게시판 */
.MC_box3 { position:absolute; top:505px; right:0; width:240px; height:220px; } /* 행사일정 */
.MC_box4 { position:absolute; top:765px; left:0; width:100%; height:60px; } /* 식단 */
.MC_box5 { position:absolute; top:1015px; left:0; width:595px; height:210px; } /* 앨범 */
.MC_box6 { position:absolute; top:975px; right:0; width:350px; height:290px; } /* 알림판 */
.MC_box7 { position:absolute; top:420px; left:0; right:0; width:980px; height:55px; margin:0 auto; } /* 우리반홈페이지 */
.MC_box8 { position:absolute; top:855px; left:0; right:0; width:980px; height:110px; 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%; padding-top:80px; }
	#container:before { display:none; }
	.main_content { width:92%; min-height:auto; height:100%; }

	.MC_wrap1 { overflow:hidden; background:#e0ecfc; }

	/* 메인비주얼 */
	.MC_box1 { margin-bottom:20px; }

	/* 게시판 */
	.MC_box2 { position:relative; top:auto; left:auto; float:left; width:100%; margin-bottom:45px; }

	/* 행사일정 */
	.MC_box3 { position:relative; top:auto; right:auto; float:left; width:48%; }

	/* 식단 */
	.MC_box4 { position:relative; top:auto; left:auto; float:right; width:48%; height:220px; }

	/* 앨범 */
	.MC_box5 { position:relative; top:auto; left:auto; float:left; width:100%; margin:25px 0; }

	/* 알림판 */
	.MC_box6 { position:relative; top:auto; left:auto; float:left; width:100%; margin-bottom:25px; }

	/* 우리반홈페이지 */
	.MC_box7 { position:relative; top:auto; left:auto; width:92%; margin-top:25px; }

	/* 바로가기 */
	.MC_box8 { position:relative; top:auto; left:auto; width:92%; height:auto; margin:40px auto 25px; }

}

@media (max-width: 800px) {

	/* 메인비주얼 */
	.MC_box1 { height:auto; }

	/* 게시판 */
	.MC_box2 { height:430px; margin-bottom:10px; }

	/* 바로가기 */
	.MC_box8 { margin-top:25px; }

}

@media (max-width: 640px) {

	/* 우리반홈페이지 */
	.MC_box7 { height:auto; }

}

@media (max-width: 560px) {

	/* 행사일정 */
	.MC_box3 { width:100%; }

	/* 식단 */
	.MC_box4 { width:100%; margin-top:25px; }

}
