﻿@charset "utf-8"; 

#container {position:relative; height:100%; font-family:"NotoR"; margin-top:-25px;  background: #e0f7ff url("/images/web/template/1067/main/M_bg.png") no-repeat center 450px;}
#container:after {content:""; display:block; clear:both; overflow:hidden}

.main_content {position:relative; z-index:7; width:1200px; margin:40px auto 40px;}
.main_content:after {content:""; display:block; clear:both; overflow:hidden;}

.MC_box1 {position:relative; width:100%; height:450px;}/* 비주얼 */
.MC_box2 {position:relative; width:360px; height:270px; float:left;}/* 공지사항1 */
.MC_box3 {position:relative; width:360px; height:270px; float:left; margin:0 60px; }/* 공지사항2 */
.MC_box4 {position:relative; width:360px; height:270px; float:left; margin-bottom:20px; }/* 달력 */
.MC_box5 {position:relative; width:1200px; height:40px; float:left;}/* 전광판 */
.MC_box6 {position:relative; width:800px; height:140px; float:left;  margin:25px 0;}/* 바로가기 */
.MC_box7 {position:relative; width:360px; height:140px; float:right; margin:25px 0;}/* 오늘의식단 */
.MC_box8 {position:relative; width:360px; height:255px; float:left; margin-right:44px;}/* 팝업존 */
.MC_box9 {position:relative; width:796px; height:255px; 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, .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; background-position:top center;}
	.main_content {width:95%; height:100%; margin:3% auto 3%;}
	
	.MC_box1 {height:auto;}/* 비주얼 */
	.MC_box2 {width:100%;}/* 공지사항1 */
	.MC_box3 {width:100%; margin:20px 0;}/* 공지사항2 */
	.MC_box4 {width:100%;}/* 달력 */	
	.MC_box5 {width:100%;}/* 전광판 */
	.MC_box6 {width:100%; margin:0; height:auto;}/* 바로가기 */
	.MC_box7 {width:100%;}/* 오늘의식단 */	
	.MC_box8 {width:49%; margin:0 2% 0 0;}/* 팝업존 */
	.MC_box9 {width:49%;}/* 포토갤러리 */
	



}

@media (max-width:680px) {
	

	.MC_box8 {width:100%;}/* 팝업존 */
	.MC_box9 {width:100%; margin-top:20px;}/* 포토갤러리 */
	
}

@media (max-width:580px) {	


}

@media (max-width:480px) {	

}

@media (max-width:380px) {
	
	.main_content {width:90%;}

}