@charset "utf-8";

.MC_wrap1 { position:relative; padding:3rem 0 0; overflow:hidden; }
.MC_wrap2 { position:relative; padding:2rem 0 3rem; overflow:hidden; }
.MC_wrap2:before { content:""; position:absolute; right:calc(50% - 800px); top:7.5rem; width:200%; height:calc(100% - 7.5rem); background:#f6f6f6; border-radius:0 0 4rem 0; z-index:-1; }

 
.MC_box1 { position:relative; height:23.25rem; } /* 메인비주얼 */  
.MC_box2 { position:relative; width:17.5rem; float:left; } /* 팝업존 */
.MC_box3 { position:relative; width:calc(100% - 19.5rem); float:right; } /* 바로가기 */ 
.MC_box4 { position:relative; width:100%; margin-bottom:3rem; padding:1.9rem 0; } /* 행사일정 */
.MC_box4:before { content:""; position:absolute; left:-10rem; top:0; width:200%; height:100%; border-radius:5rem 0 0 0; background:#8751b6;  }
.MC_box5 { position:relative; width:57%; height:13rem; float:left; } /* 게시판 */
.MC_box6 { position:relative; width:40%; height:13rem; float:right; } /* 식단 */
.MC_box7 { position:relative; width:100%; float:left; margin-top:2rem;} /* 포토갤러리 */


@media (max-width:1240px) { 
    .MC_box1 { height:auto; } /* 메인비주얼 */ 
} 
@media (max-width:768px) { 
    .MC_wrap1 {padding:1.5rem 0 0;}
    .MC_wrap2 {padding:1rem 0 2rem; }
    .MC_wrap2:before { right:0; width:100%;}

    .MC_box2 {width:100%; height:auto; } /* 팝업존 */
    .MC_box3 {width:100%; height:auto; margin-top:1.5rem;} /* 바로가기 */ 
    .MC_box4 {margin-bottom:1.5rem;} /* 행사일정 */
    .MC_box5 {width:100%;} /* 게시판 */
    .MC_box6 {width:100%; height:auto; margin-top:1.5rem; } /* 식단 */
    .MC_box7 {margin-top:1.5rem; }/* 포토갤러리 */
}   
