﻿@charset "utf-8"; 

#container{position:relative; height:100%; background:#e6f5ff;}
#container:after{content:""; display:block; clear:both; overflow:hidden}

.main_content{position:relative; z-index:7; width:1200px; margin:0 auto;}
.main_content:after{content:""; display:block; clear:both; overflow:hidden;}

.MC_box_wrap1{position:relative; width:1200px; height:100%; float:left; margin-right:30px;}
.MC_box_wrap1:after{content:""; display:block; clear:both; overflow:hidden;}

.MC_box1{position:relative; width:886px; height:325px; margin-top:25px;}/*비주얼*/
.MC_box2{position:relative; width:1200px; height:60px; margin-bottom:20px;}/*전광판*/
.MC_box3{position:absolute; top:0px; right:0; width:290px; height:325px; overflow:hidden; margin:40px 0;}/*바로가기*/
.MC_box4{position:relative; width:290px; height:240px; margin-bottom:20px; float:left;}/*팝업*/
.MC_box5{position:relative; width:570px; height:240px; margin:0 20px 20px 20px; float:left;} /*공지사항*/
.MC_box6{position:relative; width:290px; height:510px; margin-bottom:20px; float:right;}/*행사일정*/
.MC_box7{position:relative; width:570px; height:240px; margin:0 20px 0 0; float:left;}/*갤러리*/
.MC_box8{position:relative; width:290px; height:240px; 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:70px;}
	.main_content{width:95%; height:100%; margin:0 auto 2%; padding:20px 0 0;}

	.MC_box_wrap1{width:100%; float:none; margin-right:0;}
	
	.MC_box1{width:100%; height:auto; margin-top:0px;}/*비주얼*/
	.MC_box2{width:100%;}/*전광판*/
	.MC_box3{position:relative; width:100%; height:auto; margin:20px 0;}/*바로가기*/
	.MC_box4{width:100%; margin:0;}/*팝업*/
	.MC_box5{width:100%; margin:20px 0;} /*공지사항*/
	.MC_box6{width:49%; margin:0 0 20px 0;}/*행사일정*/
	.MC_box7{width:49%; margin:0 2% 20px 0;}/*갤러리*/
	.MC_box8{width:49%; height:250px; margin:0 0 20px 0}/*오늘의식단*/



}

@media (max-width:680px){




}

@media (max-width:580px){	


	.MC_box6{width:100%;}/*행사일정*/
	.MC_box7{width:100%;}/*갤러리*/
	.MC_box8{width:100%;}/*오늘의식단*/


	
}

@media (max-width:480px){	

}

@media (max-width:380px){
	
	.main_content {width:90%;}


}