﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 { position: relative; padding: 2rem 0 0 0; }
.MC_wrap1::before { position: absolute; content: ""; width: 100%; height: 17.3rem; top: 0; left: 0; background: #e7f9ff; }
.MC_wrap1 .container { position: relative; }
.MC_wrap1 .container::before { position: absolute;  content: ""; background: url(/images/schl/template/T0056/main/wrap1_be.png)no-repeat;  width: 12.4rem; height: 16.8rem; right: -12.4rem; bottom: 4.65rem; }
.MC_wrap1 .container::after { position: absolute; content: ""; background: url(/images/schl/template/T0056/main/wrap1_af.png)no-repeat; height: 10.95rem; width: 10rem; left: -12.6rem; bottom: 5.6rem; }
.MC_wrap2 { position: relative; padding: 2rem 0 2.5rem;}
.MC_wrap3 { position: relative; }
.MC_wrap4 { position: relative; padding: 2.5rem 0 2rem; }

.MC_box1 { position:relative; width: 100%; height:27.5rem;;} /* 메인비주얼 */
.MC_box2 { position: relative; width: 100%; height: 6.7rem;} /* 바로가기1 */
.MC_box3 { position: relative; width: calc(100% - 20rem); height: 13.5rem; float: left; } /* 게시판 */
.MC_box4 { position: relative; width: 17.5rem; height: 13.5rem; float: right;  } /* 팝업존 */
.MC_box5 { position: relative; width: calc(100% - 38.4rem); margin-right: 2.5rem; float: left; height: 14.35rem; } /* 행사일정 */
.MC_box6 { position: relative; width: 15.9rem; float: left; height: 14.35rem; } /* 오늘의식단 */
.MC_box7 { position: relative; width: 17.5rem; float: right; height: 14.35rem; } /* 포토앨범 */

@media (max-width: 1240px) {
    .MC_wrap1 .container::before,
    .MC_wrap1 .container::after { display: none; }

    .MC_box3 { width: calc(100% - 18.5rem); }
    .MC_box5 { width: calc(100% - 34.4rem); margin-right: 1.5rem; }
    .MC_box6 { width: 14.9rem; }
    .MC_box7 { width: 16.5rem; }
}

@media (max-width: 1024px) {
    .MC_wrap1 { padding: 1rem 0 0 0; }  
    .MC_wrap1::before { height: 65%; }
    .MC_wrap2 { padding: 1.5rem 0 1rem; }
    .MC_wrap4 { padding: 2rem 0 1.5rem; }

    .MC_box1 { height: auto; }
}

@media (max-width: 968px) {
    .MC_box5 { width: calc(100% - 30.4rem); }
    .MC_box6 { width: 13.9rem; }
    .MC_box7 { width: 13.5rem; }
}

@media (max-width: 900px) {
    .MC_wrap4 { padding: 1.5rem 0; }

    .MC_box3 { width: 100%; height: auto; }
    .MC_box4 { width: 100%; height: auto; margin-top: 1.5rem; }
    .MC_box5 { width:100%; margin: 0 0 1.5rem 0; height: auto; }
    .MC_box6 { width: 48%; }
    .MC_box7 { width: 48%; }
}

@media (max-width: 768px) {
    .MC_box2 { height: auto; }
}

@media (max-width: 560px) {
    .MC_box6 { width: 100%; height: auto; }
    .MC_box7 { width: 100%; height: auto; margin-top: 1.5rem; }
}

@media (max-width: 480px) {
    .MC_wrap1::before { height: 75%; }
    .MC_wrap2 { padding: 1rem 0 0.5rem; }

    .MC_box4 { margin-top: 1rem; }

}
@media (max-width: 380px) {
    .MC_wrap4 { padding: 1rem 0 1.5rem; }

    .MC_box5 { margin-bottom: 1rem; }
    .MC_box7 { margin-top: 1rem; }
}