﻿@charset "utf-8"; 


#container {position:relative; height:100%; background:#f1f4f7;}
#container:after {content:""; display:block; clear:both; overflow:hidden}

.main_content {position:relative; z-index:7; width:1200px; margin:26px auto 50px;}
.main_content:after {content:""; display:block; clear:both; overflow:hidden;}


.MC_box2 {position:relative; width:100%; height:60px; margin:0 auto}/*전광판*/

.MC_box_wrap1{position:relative;}/*메인비주얼, 바로가기 감싸는 div */

.MC_box1 {position:relative; width:100%; height:433px; background:#ffc143;}/*비주얼*/
.MC_box3 {position:absolute; width:100%; height:114px; background:rgba(0,83,159,0.9); bottom:0; z-index:2;}/*바로가기*/

.MC_box_wrap2{position:relative; width:380px; height:100%; display:inline-block; float:left;}/*행사일정,팝업존 감싸는 div*/

.MC_box4 {position:relative; width:380px; height:240px; float:left; margin-bottom:20px;}/*행사일정*/
.MC_box5 {position:relative; width:380px; height:240px; float:left;}/*팝업존*/
.MC_box6 {position:relative; width:789px; height:240px; float:right; margin-bottom:20px;}/*게시판*/
.MC_box7 {position:relative; width:380px; height:240px; float:left; margin:0 30px;}/*오늘의식단*/
.MC_box8 {position:relative; width:380px; height:240px; 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:72px;}
	.main_content {width:95%; height:100%; margin:20px auto 20px;}
	
	.MC_box2 {height:45px;}/*전광판*/
	.MC_box1 {width:100%; height:auto;}/*비주얼*/
	.MC_box3 {position:relative; top:0; height:auto;}/*바로가기*/
	.MC_box_wrap2{width:100%;}/*행사일정,팝업존 감싸는 div*/
	.MC_box4 {width:49%;}/*행사일정*/
	.MC_box5 {width:49%; float:right;}/*팝업존*/
	.MC_box6 {width:100%;}/*게시판*/
	.MC_box7 {width:49%; margin:0; float:left;}/*오늘의식단*/
	.MC_box8 {width:49%; float:right;}/*포토앨범*/


}


@media (max-width:680px) {

	.MC_box4 {width:100%; margin:0 0 2% 0;}/*오늘의식단*/
	.MC_box5 {width:100%; margin:0 0 2%;}/*게시판*/
	.MC_box6 {width:100%; margin:0 0 2% 0;}/*행사일정*/
	.MC_box7 {width:100%;}/*오늘의식단*/
	.MC_box8 {width:100%; margin:2% 0 2% 0;}/*게시판*/
	.MC_box9 {width:100%;}/*팝업존*/


}


@media (max-width:590px) {	



}


@media (max-width:480px) {	

}


@media (max-width:380px) {

}