@charset "utf-8";

.MC_wrap1 .container { height:100%; }
.MC_wrap1 .container:before { content:""; position:absolute; top:0; right:17.5rem; width:500%; height:100%; background:#f5f5f5;}
.MC_wrap2 { position:relative; margin:.5rem 0 2.5rem; }
.MC_wrap2 .container{ box-sizing: border-box; }
.MC_wrap3 { position:relative; }
.MC_wrap3 .container { position:relative; padding-top:3rem; margin-bottom: 2rem; }
.MC_wrap3 .container:before { content:""; position:absolute; top:0; left:-3.5rem; width:500%; height:100%; background:linear-gradient(to right, #e5f1fa 10%, #fef6e8 20%); border-radius:2.5rem; z-index:-2}

.MC_box1 { position:absolute; top:1.5rem; right:0; width:29rem; height: 34rem; z-index:1; } /* 메인비주얼 */
.MC_box2 { position:relative; width:47%; height:14.7rem; padding-top:1.5rem; z-index:2; } /* 공지사항 */
.MC_box3 { position:relative; width:47%; margin-bottom:2.5rem; } /* 팝업존 */
.MC_box4 { position:relative; width:23.5%; height:12.25rem; padding-right:3%; float:left; } /* 공지사항 */
.MC_box5 { position:relative; width:23.5%; height:12.25rem; float:left; } /* 식단 */
.MC_box6 { position:relative; width:59%; display: inline-block; vertical-align: middle;} /* 바로가기1 */
.MC_box7 { position:relative; width:40%; display: inline-block; vertical-align: middle;} /* 팝업존 */

@media(max-width:1280px){

    .MC_box1 { height: 32rem; } /* 메인비주얼 */
    .MC_box2:after { bottom:-7rem; right:-7rem; width:15rem; height:11.5rem; } /* 행사일정 */
}
@media (max-width:1200px) {

    /* 메인비주얼 */
    .MC_box1{ width:50%; }

    .MC_box3{ margin-bottom: 1rem; }
    .MC_wrap3 .container{ margin:0; padding: 3rem 0.4rem;}
    .MC_wrap3 .container:before { background-position:86% bottom;}

    .MC_box7 { height:12.5rem; } /* 갤러리 */
}
@media (max-width:1024px) {
    .MC_wrap2 { margin:1rem 0 0 0; }

    .MC_box2:after { bottom:-5rem; right:-7rem; width:13rem; height:10rem; } /* 공지사항 */
    .MC_box3 { margin-bottom:2rem; } /* 행사일정 */
    .MC_box4 { margin-bottom:2rem; } /* 포토갤러리 */
    .MC_box5 { margin-bottom:2rem; } /* 식단 */
    .MC_box6 { width:49%; } /*배너존*/
    .MC_box7 { width:50%; } /*팝업존*/
}

@media (max-width:850px) {
    .MC_wrap1 .container { padding-bottom:1rem; }
    .MC_wrap1 .container:before{width: auto; height: auto; top:10rem; left: -1rem; right: -1rem; bottom: 0; border-bottom: 0;}
    .MC_wrap1 .container:before,
    .MC_wrap2 { margin:0 0 1rem; }
    .MC_wrap3 .container { padding:1.5rem 1rem 1rem; }

    .MC_box1 { position: relative; min-width:18rem; height: auto; padding-bottom:1rem; margin:0 auto 1rem auto; -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); } /* 메인비주얼 */
    .MC_box2:after { display:none; }
    .MC_box2 { height: 13rem; position:relative; top:auto; left:auto; width:100%; padding-top: 1rem; float:none; } /* 행사일정 */
    .MC_box3 { width:100%; margin-bottom:1rem; } /* 행사일정 */
    .MC_box4 { width:50%; height: auto; margin-bottom:1rem; } /* 공지사항 */
    .MC_box5 { width:50%; height: auto; margin-bottom:1rem; } /* 식단 */
    .MC_box6 { width: 49%; }

}

@media (max-width:768px) {
    .container{ margin: 0 1rem; }

    .MC_box3 { width:100%; height:auto; float:none; }
    .MC_box6 { width:100%; margin: 1rem 0; } /* 바로가기 */
    .MC_box7 { width:100%; height: auto; margin: 1rem 0;} /* 팝업존 */

}

@media (max-width:480px) {
    .MC_wrap3 .container:before { background-position:130% 140%; }

    .MC_box1{width:95%; min-width: auto; height: auto; min-height: auto;}
    .MC_box1:before { left:2rem; } /* 공지사항 */
    .MC_box4 { width:100%; float:none; padding:0; margin-bottom: 1.5rem; } /* 공지사항 */
    .MC_box5 { width:100%; float:none; padding:0; }
    .MC_box6 { margin: 0; }

}

