﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 {position: relative;}
.MC_wrap1::before { content: ""; display: block; width: 9.15rem; height: 9.15rem; background: url('/images/schl/template/T0088/main/0088_main-deco_left.png') no-repeat center / contain; position: absolute; top: 10.2rem; left: calc((100% - 60rem)/ 2 - 12.9rem);}
.MC_wrap2 {position: relative; margin-top:1rem;}

.MC_cont {position:relative; width:33.8%; float:right; margin-top:1.85rem; }

.MC_box1 { position:relative; width:100%; height:22.5rem; z-index: 1; } /* 비주얼 */
.MC_box1::before { content: ""; display: block; width: 200%; height: 100%; background: #ffecab; position: absolute; left: 0; top:0; border-radius: 0 0 0 2.5rem; } /* 비주얼 */
.MC_box1::after { position: absolute; content: ""; width:10.05rem; height: 12.4rem; right: -11.55rem; bottom:-0.35rem; background:url(/images/schl/template/T0088/main/0088_main-deco_right.png) no-repeat; }
.MC_box2 { position:relative; width:56%; height:26.65rem; float:left; margin-top:2.9rem;} /* 공지사항 */
.MC_box3 { position:relative; width:100%; height:15.8rem;} /* 바로가기 */
.MC_box4 { position:relative; width:100%; height:10.25rem; margin-top:1.65rem; } /* 식단 */
.MC_box5 { position:relative; width:56%; height:15.45rem; float:left; } /* 캘린더 */
.MC_box5::before { position: absolute; content: ""; width: calc(100% + 36rem); height: 28.15rem; bottom:0; right: -3rem; background:#f2f8fe; z-index: -1; border-radius: 0 1.5rem 1.5rem 0; } /* 캘린더 */
.MC_box6 { position:relative; width:33.8%; height:15.75rem; float:right; } /* 팝업존 */
.MC_box7 { position:relative; width:100%; height:14.75rem; margin:2.75rem 0 2.6rem; float: left;} /* 포토갤러리 */
.MC_box7::before { position: absolute; content: ""; width:4.4rem; height: 4.45rem; top: 0.25rem; left: -7.65rem; background: url(/images/schl/template/T0088/main/0088_gal-deco_left.png) no-repeat; } /* 포토갤러리 */


@media (max-width:1240px){ 
    .MC_cont { width:35.7%; margin-top:1.85rem; }
    .MC_wrap2 { margin-top: 1.5rem; }

    .MC_box1 { height:auto; width: calc(100% + 1rem); margin-left: -1rem;} /* 비주얼 */
    .MC_box1::after { display: none; } /* 비주얼 */
    .MC_box2 { width: 61%; margin-top:1.85rem; } /* 공지사항 */
    .MC_box4 { margin-top: 1.4rem; } /* 식단 */
    .MC_box5 { width:59%; } /* 캘린더 */
    .MC_box5::before { height: 100%; right: -1.25rem; } /* 캘린더 */
    .MC_box6 { width:35.7%; } /* 팝업존 */
    .MC_box7 { margin: 1.75rem 0 2.15rem; } /* 포토갤러리 */

}

@media (max-width:960px){ 
    .MC_wrap2 { margin-top: 1rem; }
    .MC_cont {width:100%; height: auto; }

    .MC_box2 {width:100%; height:auto; margin-top: 1.3rem; } /* 공지사항 */
    .MC_box3 { position:relative; width:60%; height:12rem; float:left; } /* 바로가기 */
    .MC_box4 { position:relative; width:40%; height:12rem; float:right; margin:0.5rem 0; } /* 식단 */
}  

@media (max-width:860px) { 
    .MC_wrap2 { margin-top:0; }
    .MC_cont { margin-top:1.5rem; }

    .MC_box2 { margin-top: 1.3rem; } /* 공지사항 */
    .MC_box3 { width: 100%; height: auto; } /* 바로가기 */
    .MC_box4 { width: 100%; height: auto; margin:1.5rem 0; } /* 식단 */
    .MC_box5 {width:100%; height:14rem; float:none;} /* 캘린더 */
    .MC_box6 {width:100%; height:auto; float:none; margin-top: 1.5rem;} /* 팝업존 */
    .MC_box7 { margin: 1.5rem 0 2rem; } /* 포토갤러리 */

}

@media (max-width:768px){  

    .MC_wrap2::before {top: 2.6rem; height: calc(100% - 2.6rem);}
    
    .MC_box3 {width:100%; height:auto; float:none;} /* 바로가기 */

    .MC_box7 {height:auto;} /* 포토갤러리 */

}

@media (max-width:520px) {
    .MC_cont { margin-top:1rem; }

    .MC_box4 {margin: 1rem 0;} /* 식단 */
}

@media (max-width:320px){

    .MC_box5 { height: 16rem; } /* 캘린더 */

}