﻿@charset "utf-8"; 

#container {position:relative; height:100%; font-family:"NotoR";}
#container:after {content:""; display:block; clear:both; overflow:hidden}

.main_content {position:relative; z-index:7; width:1200px;margin: -132px auto 40px;padding-top:0;}
.main_content:after {content:""; display:block; clear:both; overflow:hidden;}

.MC_box_wrap1 {position:relative; width:300px; height: 420px; float:left;} /* 좌측컨텐츠_팝업+학교앨범 */
.MC_box_wrap2 {position:relative; width:900px; height: 420px; float: right;} /* 우측컨텐츠_바로가기+게시판 */
.MC_box_wrap3 {position:relative; width:1200px; height: 120px; top: 20px;float:right;} /* TODAY+오늘의 식단 */

.MC_box1 {position:relative; width:100%; height:400px;}/* 비주얼 */
.MC_box2 {position:relative; width:1200px; height:50px;margin-bottom: 22px;}/* 전광판 */
.MC_box3 {position:relative; width:300px; height:200px;}/* 팝업존 */
.MC_box4 {position:relative; width:300px; height:220px; float:left;}/* 포토갤러리 */
.MC_box5 {position:relative; width:900px; height:200px;}/* 바로가기 */
.MC_box6 {position:relative; width:450px; height:220px; float:left;}/* 공지사항1 */
.MC_box7 {position:relative; width:450px; height:220px; float:left;}/* 공지사항2 */
.MC_box8 {position:relative; width:600px; height:120px;float: left;}/* 행사일정 */
.MC_box9 {position:relative; width:600px; height:120px; float:right;}/* 오늘의식단 */






@media (max-width:800px) {
	
	#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%; margin-top:70px;}
	.main_content {width:95%; height:100%; margin:0 auto 3%;}

	.MC_box_wrap1 {width:100%; height: 230px;}
	.MC_box_wrap2 {width:100%; height: 418px;float:none; overflow:hidden;}
	.MC_box_wrap3 {width:100%; height: 240px;float:none; top: 10px; margin-bottom: 0;}

	.MC_box1 {width: 100%;height:auto;}/* 비주얼 */
	.MC_box2 {width:100%;margin: 0;}/* 전광판 */

    .MC_box3 {width:50%;height: 230px;float: left;}/* 팝업존 */
    .MC_box4 {width:50%; height:230px;float: right;}/* 포토갤러리 */
	.MC_box5 {width:100%; height:198px;}/* 바로가기 */
	.MC_box6 {width:50%;}/* 공지사항1 */
	.MC_box7 {width:50%;}/* 공지사항2 */
	.MC_box8 {width:100%;}/* 행사일정 */
	.MC_box9 {width:100%;}/* 오늘의식단 */



}





@media (max-width:680px) {
    
    .main_content {width:95%; height:100%;}
	
	.MC_box_wrap2 {height:auto;}
	.MC_box6 {width:100%; margin:10px 0 0;}/* 공지사항1 */
	.MC_box7 {width:100%; margin:10px 0 0;}/* 공지사항2 */

	
}

@media (max-width:580px) {	
    
    
    .MC_box_wrap1 {height: 230px;}
	.MC_box_wrap3 {width:100%; height: 360px;float:none; top: 10px; margin-bottom: 0;}
    
    
    .MC_box3 {width:100%;}/* 팝업존 */
    .MC_box4 {display: none;}/* 포토갤러리 */
    .MC_box5 {width:100%; height:300px;margin-top: 10px;}/* 바로가기 */
	.MC_box8 {width:100%;height: 200px;}/* 행사일정 */
	.MC_box9 {width:100%;height: 160px;}/* 오늘의식단 */
	
	

}

@media (max-width:480px) {	

    
	.MC_box3 {height:230px;}/* 팝업존 */

}



@media (max-width:380px) {
    

}