﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
.MC_wrap1 { position:relative; margin:0 auto; padding-top: 1.5rem;}
.MC_wrap1 .container { z-index:1;}
.MC_wrap2 { position:relative; padding-top: 2rem; z-index:1;}
.MC_wrap2 .container::before { position:absolute; content:""; width:calc(100% + 20rem); border-radius:4rem 6rem 0 0; height:calc(100% - 5rem); bottom:0; left:-10rem; z-index:-1; background: url(/images/schl/template/T0050/main/0050_MC_wrap2_bg.png);}
.MC_wrap2 .con_wrap { position: relative; float: left; width: calc(100% - 15.45rem); }

.MC_box1 { position:relative; width: 29rem; height: 26.5rem; float: left; } /* 메인비주얼 */
.MC_box1:before {content: ""; width: 200%; height: 30.2rem; position: absolute; right: 3.8rem; top: -1.5rem; border-radius: 0 0 2.5rem 0; background: #eefaff; }/* 메인비주얼 */
.MC_box2 { position:relative; width: calc(100% - 31rem); height: 23.75rem; float:right; margin-top:1rem; } /* 공지사항 */
.MC_box3 { position:relative; float: left; width: 100%; height: 5.75rem; margin-top:4.8rem; } /* 식단 */
.MC_box4 { position:relative; width:calc(100% - 19.5rem); height: 13.75rem;  float:left; } /* 갤러리 */
.MC_box5 { position:relative; width:17.5rem; height: 13.75rem; float: right; } /* 팝업존 */
.MC_box6 { position:relative; float: left; width: 100%; height: 9rem; margin:2.3rem 0;} /* 바로가기 */
.MC_box7 { position:relative; float: right; width: 13.5rem; height: 24.85rem;} /* 캘린더 */

@media (max-width:1240px) {

    #container:after {display: none;}

    .MC_wrap1 {padding-top: 0.8rem;}
    .MC_wrap1:after {width: 6.4rem; height: 6.4rem; left: 1rem; bottom: -2.5rem;}
    .MC_wrap2 { padding-top:3rem; }

    .MC_box1:before { border-radius: 0; height: 29.5rem; }
    .MC_box2 {width: calc(100% - 30rem);} /* 공지사항 */
    .MC_box3 { margin-top:1.55rem; height: auto; } /* 식단 */
}

@media (max-width:1024px) {

    #container {padding-top: 3.3rem;}

    .MC_wrap1 {padding-top: 1rem; }
    .MC_wrap1:after {left: -2.8rem; bottom: -2.6rem;}

    .MC_wrap2 .con_wrap { width:calc(100% - 15rem); }

    .MC_box1 { width:30rem; height: auto; } /* 메인비주얼 */
    .MC_box1:before { height: 30.7rem; } /* 메인비주얼 */
    .MC_box2 { width:calc(100% - 31.3rem); height: auto; } /* 공지사항 */
    .MC_box6 { margin:1.5rem 0 1rem; } /* 바로가기 */

}

@media (max-width:960px) {
    .MC_wrap2 { padding-top:1.5rem; }
    .MC_wrap2 .con_wrap { width:100%; height: auto; }

    .MC_box1 { width:100%; } /* 메인비주얼 */
    .MC_box1:before{ height: calc(50% + 9.5rem); top:-1rem; right: -1rem; } /* 메인비주얼 */
    .MC_box2 { width:100%; margin-top: 1.5rem; } /* 공지사항 */
    .MC_box3 { margin-top:1.5rem; } /* 식단 */
    .MC_box6 { height: auto; margin:1.5rem 0 1.5rem; } /* 바로가기 */
    .MC_box7 { width:100%; height: auto; margin-bottom: 2rem; } /* 캘린더 */
}

@media (max-width:860px) {

    .MC_wrap2 {padding-top: 1.5rem;}

    .MC_box4 {width: calc(100% - 19rem);} /* 갤러리 */
    .MC_box6 {width: 100%;} /* 바로가기1 */
}

@media (max-width:640px) {

    .MC_wrap1 {padding-top: 0.75rem}

    .MC_box3 { margin-top: 1.5rem;} /* 식단 */
    .MC_box4 { width: 100%; height: auto;} /* 갤러리 */
    .MC_box5 { width: 100%; height: auto; margin-top: 1.5rem;} /* 팝업존 */
}

@media (max-width:480px) {
    .MC_box5 { margin-top: 1.5rem;} /* 팝업존 */
    .MC_box6 { margin:1rem 0 1rem; } /* 바로가기 */
}

@media (max-width:380px) { 
    .MC_box1:before {height: calc(50% + 6.5rem);}
 }