﻿@charset "utf-8"; 

#container {position:relative; height:100%; font-family:"NotoR"; overflow:hidden;}
#container:after {content:""; display:block; clear:both; overflow:hidden}

.main_content {position:relative; width:1200px; z-index:7; margin:0 auto 40px; padding-top:90px;}
.main_content:after {content:""; display:block; clear:both; overflow:hidden;}

.MC_wrap1{position:relative; width:830px; height:100%; float:left;}
.MC_wrap1:after{content:""; display:block; clear:both; overflow:hidden}

.MC_box1 {position:relative; height:498px;}/* 비주얼 */
.MC_box2 {position:relative; height:40px;}/* 전광판 */
.MC_box3 {position:absolute; top:-60px; width:100%; height:120px;}/* 바로가기 */
.MC_box4 {position:relative; width:570px; height:200px; margin:0 50px 0px 0; float:left;}/* 공지사항 */
.MC_box5 {position:relative; width:570px; height:200px; float:left;}/* 포토갤러리 */
.MC_box6 {position:relative; width:570px; height:250px; margin:50px 50px 0 0; float:left;}/* 학교일정 */
.MC_box7 {position:relative; width:285px; height:250px; margin:50px 0 0 ; float:left;}/* 오늘의식단 */
.MC_box8 {position:relative; width:285px; height:250px; margin:50px 0 0 ; 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 {-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%; padding-top:0;}


	.MC_box1 {height:auto;}/* 비주얼 */
	.MC_box3 {position:relative; top:auto; width:100%; height:auto; margin:2px 0 30px;}/* 바로가기 */
	.MC_box4 {width:100%; margin:0 0 30px 0;}/* 공지사항 */
	.MC_box5 {width:100%; margin:0 0 40px 0;}/* 포토갤러리 */
	.MC_box6 {width:100%; margin:0 0 30px 0;}/* 학교일정 */
	.MC_box7 {width:49%; margin:0;}/* 오늘의식단 */
	.MC_box8 {width:49%; margin:0 ;}/* 팝업존 */


}

@media (max-width:680px) {	
	
	.MC_box7 {width:100%; margin:0 0 30px 0;}/* 오늘의식단 */
	.MC_box8 {width:100%;}/* 팝업존 */


}
@media (max-width:580px) {
	
	.MC_box6 { height:470px;}/* 학교일정 */
	
}
@media (max-width:380px) {	
	
	.MC_box3 { margin:10px 0;}/* 바로가기 */


}