﻿@charset "utf-8";

#container {position:relative; height:100%; font-family:"NotoR"; background:#e6f9f9; overflow:hidden;}
#container:after {content:""; display:block; clear:both; overflow:hidden}

.main_content {position:relative; z-index:7; width:1200px; margin:30px auto; overflow:hidden;}
.main_content:after {content:""; display:block; clear:both; overflow:hidden;}


.MC_box1 {position:relative; width:890px; height:430px; float:left; margin:0 25px 25px 0;}/* 비주얼 */
.MC_box_wrap{position:relative; width:285px; height:430px; margin:0 0 25px; float:left;}
.MC_box2 {position:relative; width:285px; height:225px; float:left; margin:0 0 25px;}/* 팝업존 */
.MC_box3 {position:relative; width:285px; height:180px; float:left;}/* 오늘의식단 */
.MC_box4 {position:relative; width:100%; height:60px; float:left; margin:0 0 25px;}/* 전광판 */
.MC_box5 {position:relative; width:285px; height:260px; float:right; margin:0 0 25px;}/* 포토갤러리 */
.MC_box6 {position:relative; width:285px; height:260px; float:left; margin:0 25px 25px 0;}/* 행사일정 */
.MC_box7 {position:relative; width:580px; height:260px; float: left; margin:0 0 25px;}/* 공지사항 */
.MC_box8 {position:relative; width:100%; height:70px; clear:both;}/* 바로가기 */

@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:96%; height:100%;}

	.MC_box1{width:100%; height:auto; float:none; margin:0 0 25px;} /* 비주얼 */
	.MC_box_wrap{width:100%; height:auto;}
	.MC_box2{width:48%; margin:0 4% 0 0;} /* 팝업존 */
	.MC_box3{width:48%; height:225px;} /* 오늘의식단 */
	.MC_box5{width:48%; margin:0 0 25px;} /* 포토갤러리 */
	.MC_box6{width:48%; margin:0 0 25px;} /* 행사일정 */
	.MC_box7{width:100%; margin:0 0 25px;} /* 공지사항 */
	.MC_box8{height:auto;} /* 바로가기 */


}

@media (max-width: 680px) {


	

}

@media (max-width: 580px) {	

	.MC_box2{width:100%; margin:0 0 25px;} /* 팝업존 */
	.MC_box3{width:100%;} /* 오늘의식단 */
	.MC_box5{width:100%;} /* 포토갤러리 */
	.MC_box6{width:100%;} /* 행사일정 */


}

@media (max-width: 480px) {	




}

@media (max-width: 380px) {
	

}