﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

[class*="MC_wrap"] .container{display: flex; flex-wrap: wrap; flex-direction: row-reverse;}

.MC_wrap1 { position:relative; padding: 2rem 0 2.5rem;}
.MC_wrap1::after{content: ''; display: block; width: 500%; position: absolute; top: 0; left:calc((100% - 60rem) / 2 + 21.6rem); bottom: 0; background: #fcf9ef; border-bottom-left-radius: 2.75rem; z-index: -2;}
.MC_box1 { position:relative; width:calc(100% - 16.5rem); height: 20.5rem; padding-left: 2.25rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width:16.5rem; height: 21rem; } /* 바로가기 */
.MC_box2::before{content: ''; display: block; width: 500%; height: 24.65rem; position: absolute; top: -2rem; right:-19.5rem; background: url(/images/schl/template/T0083/main/0083_img_bg01.png); border-bottom-right-radius: 2.75rem; z-index: -1;}
.MC_box3 { position:relative; width:calc(100% - 19.6rem); height: 12.2rem; padding-left: 4rem; margin-top: 4.55rem; } /* 캘린더 */
.MC_box4 { position:relative; width:19.6rem; height: 12.2rem; margin-top: 4.55rem;} /* 식단 */ 

.MC_wrap2 { position:relative; padding: 2.5rem 0;}
.MC_box5 { position:relative; width:100%; height: 14.5rem; margin-bottom: 3.4rem;} /* 게시판 */ 
.MC_box6 { position:relative; width:19.75rem; height: 16rem;} /* 팝업존 */
.MC_box7 { position:relative; width:calc(100% - 19.75rem); height: 16rem; padding-right: 2.15rem; } /* 갤러리 */


@media (max-width:1240px) { 
    .MC_wrap1::after{left: 23rem;}

}
@media (max-width:1024px){
    .MC_wrap1{padding: 2rem 0;}
    .MC_box3 { margin-top: 3.5rem; } /* 캘린더 */
    .MC_box4 { margin-top: 3.5rem;} /* 식단 */ 

    .MC_wrap2{padding: 2rem 0;}
    .MC_box5 { margin-bottom: 2.5rem;} /* 게시판 */
}
@media (max-width:960px) {
    .MC_wrap1{padding: 1.5rem 0;}
    .MC_wrap1::after{left: 22rem;}
    .MC_box1 { width: 100%; height: auto; padding-left: 0; } /* 메인비주얼 */
    .MC_box2 { width: 100%; height: auto; padding-bottom: 1.5rem; margin-top: 1.5rem; } /* 바로가기 */
    .MC_box2::before { height: auto; top: -8rem; bottom:0rem;}
    .MC_box3 { margin-top: 1.5rem; padding-left: 3rem; } /* 캘린더 */
    .MC_box4 { margin-top: 1.5rem;} /* 식단 */ 

    .MC_wrap2 {padding: 1.5rem 0;}
    .MC_box5 { margin-bottom: 1.5rem;} /* 게시판 */
    .MC_box7 { padding-right: 1.2rem;} /* 갤러리 */

}

@media (max-width:768px) {
    .MC_wrap1{padding-bottom: 0;}
    .MC_wrap1::after{ left: 0; border-radius: 0; bottom: 13.7rem;}
    .MC_box3 { width: 100%; height: auto; padding-left: 0; padding-bottom: 1.5rem; } /* 캘린더 */
    .MC_box4 { width: 100%; } /* 식단 */ 


}

@media (max-width:680px) {
    
    .MC_box6 { width: 100%;} /* 팝업존 */
    .MC_box7 { width: 100%; padding-right: 0; margin-top: 1.5rem;} /* 갤러리 */
}

@media (max-width:480px) {
    .MC_wrap1{padding: 1rem 0;}
    
    .MC_box5 { height: auto; } /* 게시판 */
}

@media (max-width:380px) {
    .MC_box2::before{top: -5rem;}
    
    .MC_box6 { height: auto; } /* 팝업존 */
}