﻿@charset "utf-8";

#container {position:relative; height:100%; font-family:"NotoR"; background:#dbe7f5;}
#container:after {content:""; display:block; clear:both; overflow:hidden}

.main_content {position:relative; z-index:7; width:1200px; margin:0 auto 30px;}
.main_content:after {content:""; display:block; clear:both; overflow:hidden;}

.MC_box1 {position:relative; width:100%; height:337px;}/* 비주얼 */
.MC_box2 {position:relative; width:100%; height:50px; margin:0 auto 0;}/* 전광판 */
.MC_box3 {position:relative; width:600px; height:400px; float:left;}/* 포토갤러리 */
.MC_box4 {position:relative; width:600px; height:400px; float:left;}/* 게시판 */
.MC_box_wrap1 {position:relative; width:600px; height:100%; float:left; overflow:hidden;}
.MC_box5 {position:relative; width:600px; height:200px;}/* 바로가기 */
.MC_box6 {position:relative; width:300px; height:200px; float:left;}/* 팝업존 */
.MC_box7 {position:relative; width:300px; height:200px; float:left;}/* 오늘의식단 */
.MC_box8 {position:relative; width:300px; height:400px; float:left;}/* 행사일정 */
.MC_box9 {position:relative; width:300px; height:400px; float:left;}/* 바로가기2 */





@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;}
	.main_content { width:95%; height:100%; margin: 3% auto 3%; }

	.MC_box1 {width:100%; height:auto;}/* 비주얼 */
	.MC_box2 {width:100%; height:50px;}/* 전광판 */
	.MC_box3 {width:100%;}/* 포토갤러리 */
	.MC_box4 {width:100%;}/* 게시판 */
	.MC_box_wrap1 {width: 100%;float: none;}
	.MC_box5 {width: 100%; height:auto;}/* 바로가기1 */
	.MC_box6 {width: 50%;height:200px;float:left;}/* 팝업존 */
	.MC_box7 {width: 50%;height:200px;float:left;}/* 오늘의식단 */
	.MC_box8 {width: 50%;}/* 행사일정 */
	.MC_box9 {width: 50%;}/* 바로가기2 */



}

@media (max-width: 740px) {


	.MC_box3 {width:100%; height:auto;}/* 포토갤러리 */
	.MC_box4 {width:100%; }/* 게시판 */
	
}



@media (max-width: 580px) {	



	.MC_box6 {width:100%;}/* 팝업존 */
	.MC_box7 {width:100%;}/* 오늘의식단 */
	.MC_box8 {width:100%;}/* 행사일정 */
	.MC_box9 {width:100%;}/* 바로가기2 */
	
}

@media (max-width: 480px) {	

}

@media (max-width: 380px) {
	
	.main_content { width:90%;}

}