﻿@charset "utf-8";

#container {position:relative; height:100%; background:#f3f6fa;  }
#container:after {content:""; display:block; clear:both;}

.main_content {position:relative; z-index:7; width:980px; margin:0 auto; overflow:hidden; padding-top:20px;}
.main_content:after {content:""; display:block; clear:both;}

.MC_box1 {position:relative; width:710px; height:314px; float:left; } /* 비주얼 */
.MC_box2 {position:relative; width:255px; height:215px;float:right; } /* 팝업 */
.MC_box3 {position: relative;width:255px; height:84px; float:right; margin-top:15px;}/* 방문자 */
.MC_box4 {position:relative; width:255px; height:233px; float:left; margin:20px 0;}/* 일정 */
.MC_box5 {position:relative; width:440px; height:233px; float:left; margin:20px 15px;} /*  공지사항 */
.MC_box6 {position:relative; width:255px; height:233px; float:left; margin:20px 0;}/* 앨범 */
.MC_box7 {position:relative; width:255px; height:130px; float:left;}/* 식단 */ 
.MC_box8 {position:relative; width:695px; height:132px; float:left; margin-left:15px;}/*바로가기*/


@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, .MC_box10, .MC_box11, .MC_box12, .MC_box13, .MC_box14, .MC_box15 {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box}
	
	#container { width:100%; padding-top:70px; }
	.main_content { width:95%; height:100%; }
	
	.MC_box1 {width:100%; height:auto;} /* 비주얼 */
	.MC_box2 {width:100%; margin-top:15px; } /* 팝업 */
	.MC_box3 {width: 100%; height:50px;}
	.MC_box4 {width:100%;}
	.MC_box5 {width:100%; margin:0 0 20px;}
	.MC_box6 {width:100%; margin:0;}
	.MC_box7 {width:100%; margin-top:20px; }
	.MC_box8 {width:100%; height:auto; margin:0;}
	
	
}

@media (max-width: 680px) {	

		

}

@media (max-width: 580px) {	


}

@media (max-width: 480px) {		
	


}

@media (max-width: 380px) {
	

}
