﻿@charset "utf-8"; 

#container {position:relative;height:100%;font-family:"NotoR"; background:#f1f1f1;}

.main_content {position:relative;z-index:7;width:1300px; margin:0 auto 30px; background:#fff; border-radius:50px; overflow:hidden;}

.MC_box_wrap{width:1200px; margin:0 auto;}


.MC_box1 {position:relative; width:100%; height:338px;}/* 비주얼 */
.MC_box2 {position:relative; width:100%; height:40px}/* 전광판 */

.MC_box3 {position:relative;width:100%;height:120px;margin-bottom:20px;}/* 바로가기 */
.MC_box4 {position:relative; width:49%; height:320px; float:left;}/* 공지사항 */
.MC_box5 {position:relative; width:49%; height:320px; float:right;}/* 월간일정 */
.MC_box6 {position:relative; width:373px; height:225px; float:left; margin:40px 40.5px 0 0;}/* 팝업존 */
.MC_box7 {position:relative; width:373px; height:225px; float:left; margin:40px 40.5px 0 0;}/* 오늘의식단 */
.MC_box8 {position:relative; width:373px; height:225px; float:left; margin:40px 0 0;}/* 바로가기 */
.MC_box9 {position:relative; width:100%; height:auto; margin:50px 0; float:left;}/* 포토갤러리 */



@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:66px; background-image:none;}
	.main_content { width:100%; height:100%; margin:0 auto; border-radius:0;}
	.MC_box_wrap{width:95%;}

	.MC_box1 {height:auto;}/* 비주얼 */
	.MC_box2 {width:100%}/* 전광판 */
	
	
	.MC_box3 {width:100%; height:auto; margin:0 0 3% 0;}/* 바로가기1 */
	.MC_box4 {width:49%; margin:0 2% 3% 0;}/* 공지사항 */
	.MC_box5 {width:49%; margin:0;}/* 학교일정 */
	.MC_box6 {width:49%; margin:0 2% 3% 0;}/* 팝업존 */
	.MC_box7 {width:49%; margin:0;}/* 오늘의식단 */
	.MC_box8 {width:100%; height:auto; margin:0;}/* 바로가기2 */
	.MC_box9 {margin:3% 0;}/* 포토갤러리 */
	
	
	
}

@media (max-width:680px) {
	
	
	.MC_box4 { width:100%; height:auto; margin:0 0 5% 0;}/* 공지사항 */
	.MC_box5 { width:100%; margin:0 0 5%;}/* 학교일정 */

	
}

@media (max-width:580px) {	
	.MC_box6 {width:100%;margin:0 auto 3%;}/* 팝업존 */
	.MC_box7 {width:100%;margin:0 auto 3%;}/* 오늘의식단 */



}

@media (max-width:480px) {	


	.MC_box8 {height:auto;}/* 월간일정 */

}

@media (max-width:380px) {
		.MC_box_wrap{width:90%;}

}