﻿@charset "utf-8";

#container {position:relative; height:100%; background:#fef7e4; }
#container:after {content:""; display:block; clear:both; overflow:hidden}

.main_content {position:relative; z-index:7; width:1200px; margin:0 auto; padding-top:420px;}
.main_content:after {content:""; display:block; clear:both; overflow:hidden;}

.MC_box1 {position:absolute; left:50%; top:20px; width:875px; height:400px; margin-left:-600px;}/* 비주얼 */
.MC_box2 {position:relative; width:1200px; height:50px; margin:20px auto 0;}/* 전광판 */
.MC_box3 {position:absolute; right:0; top:20px; width:300px; height:400px;}/* 행사일정 */

.MC_box_wrap1 {position:relative; width:300px; float:left;} /* 팝업존, 식단 감싸는 DIV */
.MC_box_wrap2 {position:relative; width:550px; float:left; margin:0 25px;} /* 게시판, 바로가기 감싸는 DIV */
.MC_box4 {position:relative; width:300px; height:230px; margin:20px 0;}/* 팝업존 */
.MC_box5 {position:relative; width:300px; height:230px;}/* 식단 */
.MC_box6 {position:relative; width:550px; height:300px; margin:20px 0;}/* 게시판 */
.MC_box7 {position:relative; width:550px; height:160px; overflow:hidden}/* 바로가기 */
.MC_box8 {position:relative; width:300px; height:480px; 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 {-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:3% auto 3%; padding-top:0;}

	.MC_box1 {position:relative; left:auto; top:auto; width:100%; height:auto; margin-left:0;}/* 비주얼 */
	.MC_box2 {width:100%; height:50px; margin:0 auto 20px;}/* 전광판 */
	.MC_box3 {position:relative; right:auto; top:auto; width:49%; height:480px; float:left;}/* 행사일정 */

	.MC_box_wrap1 {width:49%; float:right;} /* 팝업존, 식단 감싸는 DIV */
	.MC_box_wrap2 {width:100%; margin:0;} /* 게시판, 바로가기 감싸는 DIV */
	.MC_box4 {width:100%; margin:0 0 20px;}/* 팝업존 */
	.MC_box5 {width:100%;}/* 식단 */
	.MC_box6 {width:100%;}/* 게시판 */
	.MC_box7 {width:100%; height:auto;}/* 바로가기 */
	.MC_box8 {width:100%; height:auto;}/* 포토앨범 */
	
	


}

@media (max-width: 680px) {

	.MC_box3 {width:100%; height:auto; float:none;}/* 행사일정 */
	.MC_box_wrap1 {width:100%; float:none; margin-top:20px;} /* 팝업존, 식단 감싸는 DIV */
	.MC_box_wrap2 {width:100%;  float:none;} /* 게시판, 바로가기 감싸는 DIV */
	.MC_box8 {width:100%; height:auto; float:none;}/* 포토앨범 */
}

@media (max-width: 580px) {	

	
}

@media (max-width: 480px) {	

}

@media (max-width: 380px) {
	
	.main_content { width:95%;}

}