﻿@charset "utf-8";

#container {position:relative; height:100%;}
#container:after {content:""; display:block; clear:both;}

.main_content {position:relative; z-index:7; width:960px; margin:0 auto 0;}
.main_content:after {content:""; display:block; clear:both;}

/* 슬라이더 */ 
#slider { position:absolute; left:0; top:0; width:100%; height:100%; z-index:1;}
#slider div{position:absolute; width:100%; height:100%; min-height:978px; top:0; left:0;}
#slider .img_1 {}

.MC_wrap{float:left; width:815px;}

.MC_box1{ position:relative;}
.MC_box2{ position:relative; width:402px; float:left; margin:0px 11px 10px 0px; }/* 공지사항 */
.MC_box3{ position:relative; width:402px; float:left; margin-bottom:10px; }/* 팝업존 */
.MC_box4{ position:relative; width:146px; float:right; }/* 바로가기01 */
.MC_box5{ position:relative; width:246px; float:right; margin-right:10px;}/* 식단 */
.MC_box6{ position:relative; width:402px; float:left; }/* 학교앨범 */
.MC_box7{ position:relative; width:135px; float:right; margin-left:10px;}/* 바로가기02 */
.MC_box8{ position:relative; width:100%; float:left;}/* 배너존 */
 
@media (max-width: 800px) {
	
	#container, .main_content{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box}
	#container { width:100%; margin-top:0; padding-top:70px}
	.main_content { width:95%; height:100%;}

	.MC_wrap{width:100%;}

	.MC_box2{ width:49%; margin-right:2%; }/* 공지사항 */
	.MC_box3{ width:49%; }/* 팝업존 */
	.MC_box4{ width:19%; margin:0px; float:left;}
	.MC_box5{ width:28%; margin:0px 0px 0px 2%; float:left;}
	.MC_box6{ width:49%; margin-left:2%; float:right;}
	.MC_box7{ width:100%; margin-top:10px;}
}

@media (max-width: 620px) {		
	.MC_box2{ width:100%; margin:0px;}/* 공지사항 */
	.MC_box3{ width:100%; margin:10px 0px; }/* 팝업존 */
	.MC_box4{ width:49%; }
	.MC_box5{ width:49%; float:right; }
	.MC_box6{ width:100%; margin:10px 0px 0px 0px;}


}

@media (max-width: 560px) {	
	
}

@media (max-width: 380px) {

}
















