﻿@charset "utf-8"; 

#container{position:relative; height:100%; background:#cddff8 url('/images/web/template/1029/main/M_bg.png') repeat left top; padding-top:40px;}
#container:after{content:""; display:block; clear:both; overflow:hidden;}
#container:before{content:""; position:absolute; left:0; top:0; width:100%; height:30px; background:url('/images/web/template/1029/main/top_M_bg.png') repeat-x left top;}

.main_content{position:relative; z-index:7; width:1200px; margin:20px auto 0; padding:0 0 20px;}
.main_content:after{content:""; display:block; clear:both; overflow:hidden;}

.MC_box_wrap1{position:absolute; top:auto; left:50%; margin-left:-305px; width:550px; height:500px;} /* 가운데 컨텐츠 */
.MC_box_wrap1:after{content:""; display:block; clear:both; overflow:hidden;}
.MC_box_wrap2{position:relative; width:270px; height:500px; float:left;} /* 왼쪽 컨텐츠 */
.MC_box_wrap2:after{content:""; display:block; clear:both; overflow:hidden;}
.MC_box_wrap3{position:relative; width:330px; height:500px; float:right; margin-left:30px;} /* 오른족 컨텐츠 */
.MC_box_wrap3:after{content:""; display:block; clear:both; overflow:hidden;}

.MC_box1{position:relative; width:550px; height:500px;}/*비주얼*/
.MC_box2{position:relative; width:1200px; height:50px; margin:20px auto}/*전광판*/
.MC_box3{position:relative; width:270px; height:200px; margin-bottom:25px;}/*팝업존*/
.MC_box4{position:relative; width:270px; height:275px;} /*바로가기*/
.MC_box5{position:relative; width:330px; height:320px; margin-bottom:25px;}/*행사일정*/
.MC_box6{position:relative; width:330px; height:155px;}/*오늘의식단*/
.MC_box7{position:relative; width:588px; height:180px; float:left; margin-top:20px;}/*게시판*/
.MC_box8{position:relative; width:588px; height:180px; float:right; margin-top:20px;}/*갤러리*/



@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; padding-top:0;}
	#container:before{background:none;}
	.main_content{width:95%; height:100%; margin:0 auto 2%; padding:20px 0 0;}

	.MC_box_wrap1{position:relative; width:100%; height:auto; left:0; top:0; margin:0;} /* 가운데 컨텐츠 */
	.MC_box_wrap2{width:100%; height:auto; margin-top:20px;} /* 왼쪽 컨텐츠 */
	.MC_box_wrap3{width:100%; height:auto; margin:0; /* float:none; */} /* 오른족 컨텐츠 */
	
	.MC_box1{width:100%; height:auto;}/*비주얼*/
	.MC_box2{width:100%; margin:0 auto 20px}/*전광판*/
	.MC_box3{width:49%; margin:0 2% 20px 0; float:left; height:270px;}/*팝업존*/
	.MC_box4{width:49%; float:left; height:270px;} /*바로가기*/
	.MC_box5{width:49%; height:300px; float:left; margin-right:2%;}/*행사일정*/
	.MC_box6{width:49%; height:300px; float:left;}/*오늘의식단*/
	.MC_box7{width:49%; float:left; margin:0 2% 0 0;}/*공지사항*/
	.MC_box8{width:49%; float:left; margin:0;}/*갤러리*/

}

@media (max-width:680px){


	.MC_box3{width:100%; height:auto;}/*팝업존*/
	.MC_box4{width:100%; height:auto; margin:0 0 20px;}/*바로가기*/
	.MC_box5{width:100%;}/*행사일정*/
	.MC_box6{width:100%; margin:0 0 20px; height:155px;}/*오늘의식단*/
	.MC_box7{width:100%; margin:0 0 20px;}/*공지사항*/
	.MC_box8{width:100%;}/*갤러리*/


}

@media (max-width:580px){	


	 .MC_box8 { height:auto;} /* 갤러리 */
	
}

@media (max-width:480px){	

}

@media (max-width:380px){
	
	.main_content {width:90%;}


}