﻿@charset "utf-8";

#container { position:relative; }

.main_content {position:relative; z-index:7; width:980px; min-height:725px; margin:0 auto;}
.main_content:after { content:""; display:block; clear:both; }

.MC_box1 { position:relative; width:100%; height:auto; }/*메인비주얼*/
.MC_box2 { position:absolute; top:170px; left:370px; width:375px; height:245px; } /* 게시판 */
.MC_box3 { position:absolute; top:460px; left:0; width:350px; height:235px; } /* 행사일정 */
.MC_box4 { position:absolute; top:460px; right:0; width:215px; height:235px; } /* 식단 */
.MC_box5 { position:absolute; top:460px; left:370px; width:375px; height:235px; } /* 앨범 */
.MC_box6 { position:absolute; top:170px; left:0; width:350px; height:260px; } /* 알림판 */
.MC_box7 { position:absolute; top:170px; right:0; width:215px; height:235px; } /* 우리반홈페이지 */
.MC_box8 { position:absolute; top:0; left:0; width:100%; height:140px; } /* 바로가기 */

@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:82px; }
	.main_content { width:92%; height:100%; margin:30px auto; }

	/* 게시판 */
	.MC_box2 { position:relative; top:auto; left:auto; float:left; width:48%; height:245px; }

	/* 행사일정 */
	.MC_box3 { position:relative; top:auto; left:auto; float:right; width:48%; height:245px; }

	/* 식단 */
	.MC_box4 { position:relative; top:auto; right:auto; float:left; width:48%; margin:25px 0; }

	/* 앨범 */
	.MC_box5 { position:relative; top:auto; left:auto; float:right; width:48%; margin:25px 0; }

	/* 알림판 */
	.MC_box6 { position:relative; top:auto; left:auto; float:left; width:48%; }

	/* 우리반홈페이지 */
	.MC_box7 { position:relative; top:auto; right:auto; float:right; width:48%; height:260px; }

	/* 바로가기 */
	.MC_box8 { position:relative; top:auto; left:auto; float:left; margin-top:25px; }

}

@media (max-width: 800px) {

	/* 바로가기 */
	.MC_box8 { height:auto; }

}

@media (max-width: 640px) {

	/* 게시판 */
	.MC_box2 { float:none; width:100%; }

	/* 행사일정 */
	.MC_box3 { float:none; width:100%; height:auto; margin-top:15px; }

	/* 식단 */
	.MC_box4 { float:none; width:100%; height:auto; margin:15px 0; }

	/* 앨범 */
	.MC_box5 { float:none; width:100%; margin:15px 0; }

	/* 알림판 */
	.MC_box6 { float:none; width:100%; height:auto; }

	/* 우리반홈페이지 */
	.MC_box7 { float:none; width:100%; height:auto; margin-top:15px; }

	/* 바로가기 */
	.MC_box8 { float:none; width:100%; }

}
