@charset "utf-8";

.MC_wrap1 { position:relative; padding:1rem 0 4rem; overflow:hidden; background:url('/images/template/10355/main/0010_bg_left.png') no-repeat left bottom, url('/images/template/10355/main/0010_bg_right.png') no-repeat right bottom; }
 
 
.MC_box1 { position:relative; width:100%; max-width:70rem; height:20rem; margin:0 auto; } /* 메인비주얼 */  
.MC_box2 { position:relative; width:100%; margin-bottom:1rem; height:auto; } /* 바로가기 */
.MC_box3 { position:relative; width:48%; height:16rem; float:left; } /* 공지사항1 */
.MC_box4 { position:relative; width:48%; height:16rem; float:right; } /* 공지사항2 */
.MC_box5 { position:relative; width:100%; height:auto; margin:2.5rem 0 3rem; float:left; } /* 식단 */
.MC_box6 { position:relative; width:32%; height:16.25rem; float:left;} /* 일정 */
.MC_box7 { position:relative; width:30%; height:16.25rem; margin:0 3%; float:left; } /* 공지사항 */
.MC_box8 { position:relative; width:32%; height:16.25rem; float:right; } /* 팝업존 */

@media (max-width:1440px) {  
    .MC_wrap1 { background-size:25% auto; }

    .MC_box1 { padding:0 0.7rem; } /* 메인비주얼 */  

} 
@media (max-width:1240px) {  
    .MC_box1 { height:auto; } /* 메인비주얼 */  
}   
@media (max-width:768px) { 
    .MC_wrap1 { background:none; padding:1rem 0 2rem; }

    .MC_box3 {width:100%;} /* 공지사항1 */
    .MC_box4 {width:100%; margin-top:1rem;} /* 공지사항2 */
    .MC_box5 {margin:1rem 0; } /* 식단 */
    .MC_box6 {width:100%;} /* 일정 */
    .MC_box7 {width:100%; margin:1.5rem 0; } /* 공지사항 */
    .MC_box8 {width:100%; height:auto;} /* 팝업존 */

}
