﻿@charset "utf-8"; 

#container{position:relative; height:100%; background:#ffead1;}
#container:after{content:""; display:block; clear:both; overflow:hidden}

.main_content{position:relative; z-index:7; width:1200px; margin:0 auto; padding:30px 0 0;}
.main_content:after{content:""; display:block; clear:both; overflow:hidden;}

.MC_box_wrap1{position:absolute;left:50%;margin-left:-250px;width:500px;height: 570px;} /* 가운데 컨텐츠 */
.MC_box_wrap1:after{content:""; display:block; clear:both; overflow:hidden;}
.MC_box_wrap2{position:relative; width:310px;height: 450px; float:left;} /* 왼쪽 컨텐츠 */
.MC_box_wrap2:after{content:""; display:block; clear:both; overflow:hidden;}
.MC_box_wrap3{position:relative;  width:310px;height:450px; float:right;} /* 오른쪽 컨텐츠 */
.MC_box_wrap3:after{content:""; display:block; clear:both; overflow:hidden;}
.MC_box_wrap4 {position:relative;width:1200px;height:100%;overflow:hidden;padding: 58px 0 0;/* margin-top: 30px; */} /*아래컨텐츠*/
.MC_box_wrap4:after{content:""; display:block; clear:both; overflow:hidden;}


.MC_box1{position:relative;width:500px;height:450px;margin:30px 0;}/*비주얼*/
.MC_box2{position:relative; width:1200px; height:73px; }/*전광판*/
.MC_box3{position:relative;width:310px;height:210px;/* margin-bottom:30px; */margin: 30px 0 30px;}/*공지사항*/
.MC_box4{position:relative; width:310px; height:210px;} /*팝업존*/
.MC_box5{position:relative;width:310px;height:450px;/* margin-bottom:30px; */margin: 30px 0;}/*행사일정*/
.MC_box6{position:relative; width:580px; height:210px; float:left;}/*오늘의식단*/
.MC_box7{position:relative; width:580px; height:210px; float:right;  margin-bottom:30px;}/*갤러리*/
.MC_box8{position:relative; width:1200px; height:160px; overflow:hidden; margin-bottom:30px;}/*바로가기*/


@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{position:static;left:auto;top:auto;width:100%;margin:0;height:auto;} /* 가운데 컨텐츠 */
	.MC_box_wrap2{width:100%;height:auto;float:none;/* padding:30px 0 0; */} /* 왼쪽 컨텐츠 */
	.MC_box_wrap3{width:100%; height:100%; float:none;} /* 오른쪽 컨텐츠 */
	.MC_box_wrap4{width:100%; height:100%; float:none; padding:0} /* 아래 컨텐츠 */
	
	.MC_box1{width:100%;height:auto;}/*비주얼*/
	.MC_box2{width:100%;}/*전광판*/
	.MC_box3{width:49%; height:270px; margin:0 2% 0 0; float:left;}/*공지사항*/
	.MC_box4{width:49%; height:270px; float:left;} /*팝업존*/
	.MC_box5{width:100%;height:auto;/* padding-top:30px; */}/*행사일정*/
	.MC_box6{width:100%; height:auto; margin:0 2% 0 0; float:left;}/*오늘의식단*/
	.MC_box7{width:100%; height:auto; float:left; margin-top:30px;}/*갤러리*/
	.MC_box8{width:100%; height:auto;}/*바로가기*/


}


@media (max-width:580px){	

	.MC_box_wrap2{padding:0;} /* 왼쪽 컨텐츠 */
	.MC_box1{width:100%; height:auto;}/*비주얼*/
	.MC_box2{width:100%;}/*전광판*/
	.MC_box3{width:100%;float:none;/* margin:30px 0; */margin-bottom: 30px;}/*공지사항*/
	.MC_box4{width:100%;  float:none;} /*팝업존*/
	.MC_box5{width:100%; }/*행사일정*/
	.MC_box6{width:100%; float:none;}/*오늘의식단*/
	.MC_box7{width:100%; height:auto;  float:none;}/*갤러리*/
	.MC_box8{width:100%; height:auto; margin-bottom:20px;}/*바로가기*/

	
}


@media (max-width:380px){
	
	.main_content {width:90%;}


}