@charset "utf-8"; 

*, *:before, *:after {-webkit-box-sizing: border-box; box-sizing: border-box;}

/*웹접근성 알림판 초점  */
.pop152 .pop_img li a:focus img{ border:5px solid #111;}
.meal_wrap dl:focus{ border:2px solid #111;}
#container{ overflow:hidden; }
.container{ position:relative; width:100%; max-width:1200px; margin:0 auto;}
.container:after{content:""; display:block; clear: both;}

.MC_wrap2 .container { padding-bottom: 50px; }
.MC_wrap2 .container::before { position: absolute; width: 200vw; height: calc(100% - 234px); bottom: 0; right: -83px; background: #f1f9ff; border-radius: 0 40px 0 0; content: ""; }
.MC_wrap3 { margin-bottom: 53px; }

.MC_cont { width: 34%; float: left; }

.MC_box1{ position:relative; width:100%; height:533px; overflow:hidden; } /* 메인비주얼 */
.MC_box2{ position:relative; width:100%; height:318px; overflow:hidden; margin: 40px 0; } /* 공지사항 */
.MC_box3{ position:relative; width:66%; height:255px; float: left; } /* 행사일정 */
.MC_box4{ position:relative; width:30%; height:256px; float: right; overflow:hidden; } /* 오늘의 식단 */
.MC_box5{ position:relative; width:100%; height:120px; overflow:hidden; margin: 48px 0 53px; } /* 바로가기 */
.MC_box6{ position:relative; width:100%; height:311px; overflow:hidden; } /* 팝업존 */
.MC_box7{ position:relative; width:100%; height:121px; overflow:hidden; margin-top: 15px; } /* 퀵메뉴 */
.MC_box8{ position:relative; width:59%; height:447px; float: right; } /* 포토갤러리 */
.MC_box8::before { position: absolute; width: 200vw; height: 170px; bottom: 0; left: -47px; border-radius: 40px 0 0 0; background: rgba(0, 114, 217, 0.8); content: ""; }

@media (max-width:1440px){
	.MC_box1 { height: auto;} /* 메인비주얼 */
}

@media (max-width:1024px){

	.MC_cont { width: 40%; }

	.MC_box2 { height: 300px; } /* 공지사항 */
	.MC_box3{ width:100%; height: auto; } /* 행사일정 */
	.MC_box4{ width:100%; height: auto; margin-top: 15px; } /* 오늘의 식단 */
	.MC_box8{ width:54%; } /* 포토갤러리 */
	.MC_box8::before { left: -37px; }
}

@media (max-width:860px){ 
	
	

	
}

@media (max-width:768px){
	.MC_wrap3 { margin-bottom: 0; }

	.MC_cont { width: 100%; }

	.MC_box2 { height: 276px; } /* 공지사항 */
	.MC_box5 {height: auto; margin: 30px 0 40px; } /* 바로가기 */
	.MC_box8{ width:100%; height: auto; margin-top: 15px; padding-bottom: 20px; } /* 포토갤러리 */
	.MC_box8::before { left: -100%; }
}

@media (max-width:540px){
	.MC_box2 { height: 266px; } /* 공지사항 */
}

@media (max-width:460px){
	.MC_box2 { height: 406px; } /* 공지사항 */
	
}


