﻿@charset "utf-8"; 

#container{position:relative; height:100%; background:#fff;}
#container:after{content:""; display:block; clear:both; overflow:hidden}

.main_content{position:relative; z-index:7; width:1200px; margin:0 auto 30px; padding:30px 0 0;}
.main_content:after{content:""; display:block; clear:both; overflow:hidden;}

.MC_box_wrap1{position:relative;top:0;width:690px;height: 525px;float:right;margin-top: 20px;} /* 오른쪽컨텐츠 */
.MC_box_wrap1:after{content:""; display:block; clear:both; overflow:hidden;}
.MC_box_wrap2{position:relative;width:480px;height: 525px;float:left;background:#2dc2ff;margin-top: 20px;} /* 왼쪽 컨텐츠 */
.MC_box_wrap2:after{content:""; display:block; clear:both; overflow:hidden;}
.MC_box_wrap3{position:relative;  width:1200px; height:215px;  } /* 아래컨텐츠 */
.MC_box_wrap3:after{content:""; display:block; clear:both; overflow:hidden;}


.MC_box2{position:relative;width:1200px;height:60px;}/*전광판*/
.MC_box1{position:relative; width:690px; height:385px; float:right;}/*비주얼*/
.MC_box3{position:relative; width:690px; height:140px; float:right; }/*바로가기*/
.MC_box4{position:relative; width:480px; height:275px; float:left;}/*게시판*/
.MC_box5{position:relative; width:480px; height:250px; float:left;}/*포토갤러리*/
.MC_box6{position:relative; width:235px; height:215px; margin-top:30px; float:left}/*팝업*/
.MC_box7{position:relative; width:225px; height:215px; margin:30px 30px 0 20px; float:left} /*오늘의 식단*/
.MC_box8{position:relative; width:690px; height:215px; margin-top:30px; 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;  background:#e3f7ff;}
	.main_content{width:95%; height:100%; margin:0 auto 2%; padding:20px 0 0;}

	
	.MC_box_wrap1{ width:100%; height:auto; margin-left:0;} /* 오른쪽 컨텐츠 */
	.MC_box_wrap2{width:100%; height:auto;} /* 왼쪽 컨텐츠 */
	.MC_box_wrap3{width:100%; height:100%;height:auto;} /* 아래 컨텐츠 */
	
	.MC_box1{width:100%; height:auto; float:none;}/*비주얼*/
	.MC_box2{width:100%;}/*전광판*/
	.MC_box3{width:100%; height:auto; margin:5px 0 20px;}/*바로가기*/
	.MC_box4{width:49%; margin:0; float:left;}/*공지사항*/
	.MC_box5{width:49%; float:right;}/*포토앨범*/

	.MC_box6{width:49%;}/*팝업*/
	.MC_box7{width:49%;  height:100%; margin:0;float:right;} /*오늘의식단*/
	.MC_box8{width:100%; height:auto; margin:30px 0;}/*행사일정*/


}

@media (max-width:680px){




}

@media (max-width:580px){	


	.MC_box1{margin:0 0 3%;}/*비주얼*/
	.MC_box3{width:100%; margin:0 0 3%; float:none;}/*바로가기*/
	.MC_box4{width:100%; margin:0 0 3%; float:none;}/*공지사항*/
	.MC_box5{width:100%; float:none;}/*포토앨범*/
	.MC_box6{width:100%; }/*팝업*/
	.MC_box7{width:100%;} /*오늘의 식단*/
	.MC_box8{width:100%; }/*행사일정*/

	
}

@media (max-width:480px){	

}

@media (max-width:380px){
	
	.main_content {width:90%;}
	.MC_box3{ margin:0 0 9%;}/*바로가기*/

}