﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 {position: relative; margin:1.5rem 0; } 
.MC_wrap1 .MC_cont{width: 55%; float: right; }
.MC_cont::after { display: block; clear: both; content: ""; }
.MC_wrap1 .MC_cont::after{display: block; content: ''; clear: both;}
.MC_wrap2 { position: relative; padding-bottom: 2rem;}

div[class^="MC_box"]::after { display: block; clear: both; content: ""; }
.MC_box1 {position: relative; width:25rem; height:30.5rem; float: left;} /* 비주얼 */
.MC_box2 {position: relative; width:53%; height:15.5rem; float: left;} /* 캘린더 */
.MC_box3 {position: relative; width:42%; height:15.5rem; float: right;} /* 바로가기 */
.MC_box4 {width: 17.5rem; height:11.25rem; margin-top:2.5rem; float: left;} /* 팝업존 */
.MC_box5 {position: relative; width:42%; height:11.25rem;  margin-top:2.5rem; float: right;}  /* 식단 */
.MC_box5::before{width: 300%; height: 100%; background: #fff; position: absolute; left: 0; top: 0; content: '';}
.MC_box6 { width:41.7%; height:14rem; float: left; } /* 갤러리 */
.MC_box7 { width: 55%; float: right; } /* 공지사항1 */

  

@media (max-width:1240px) {
	
	.MC_wrap1 .MC_cont{width: calc(100% - 27rem); padding-bottom:12.75rem; }
	
	.MC_box2 {width:100%; height:21.25rem; margin-bottom:1.75rem;} /* 캘린더 */	
	.MC_box3 {width:100%; height:auto;} /* 바로가기 */
    .MC_box4 { position:absolute; left:1rem; bottom:0; }  /* 팝업존 */
    .MC_box5 { width:calc((100% - 17.5rem) / 2); position:absolute; left:18.5rem; bottom:0; padding:0 1rem 0 2rem; }  /* 식단 */
    .MC_box6 { position:absolute; right:1rem; top:-12.75rem; width:calc((100% - 17.5rem) / 2); float:none; height:11.25rem; padding-left:3rem; } /* 갤러리 */
    .MC_box7 { width: 100%; float: none; } /* 공지사항1 */
	 
}

@media (max-width:950px) {  
    .MC_wrap1 .MC_cont{width: 100%; margin-top:1.25rem; padding-bottom:0;}
    .MC_wrap2 { padding-bottom:1.5rem;}
    
    .MC_box1 { width: 100%; height: auto; } /* 비주얼 */
    .MC_box2 { width: 100%; height:14rem; margin-bottom:1.25rem;} /* 캘린더 */
    .MC_box3 { width: 100%; } /* 바로가기 */
    .MC_box4 { position: relative; width: 48%; left:0; bottom:auto; margin-top:1.5rem; } /* 팝업존 */
    .MC_box5 { position: relative; bottom: auto; left: auto; width: 48%; margin-top:1.5rem; padding:0;}  /* 식단 */
    .MC_box6 { position: relative; right:auto; top:auto; width: 100%; height: auto; padding-bottom: 1.3rem; padding:0;} /* 갤러리 */
    .MC_box7 { margin-top: 1.5rem; } /* 공지사항1 */
}

@media (max-width:620px) { 
    .MC_box4 { width: 100%; height: auto; margin-top:1.25rem;} /* 팝업존 */
    .MC_box5 { width: 100%; height: auto; margin-top: 1.5rem; }  /* 식단 */

}
@media (max-width:480px) {  
	.MC_wrap1 {margin:1rem 0 1.5rem;}
	
    .MC_box2 { width: 100%; height: auto; } /* 캘린더 */
    .MC_box3 { width: 100%; height: auto; } /* 바로가기 */
    .MC_box4 { margin-top:1rem;} /* 팝업존 */
}