﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.container::after{content: ''; display: block; clear: both;}

/* section01 */
.MC_wrap1 {position: relative; padding: 2rem 0;}
.MC_wrap1::before{content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; height: 19rem; background: url(/images/schl/template/T0059/main/0059_img_bg01.png);}
.MC_box1 {width: calc(100% - 18.35rem); height: 26.25rem; padding-left: 2.15rem; float: right;} /* 메인비주얼 */
.MC_box2 {width: 18.35rem; height: 26.25rem; float: left;} /* 캘린더 */

/* section02 */
.MC_wrap2 {position: relative; margin-bottom: 3.5rem;}
.MC_box3 {width: calc(100% - 17.5rem); padding-right: 2.75rem; float: left;} /* 게시판 */
.MC_box4 {width: 17.5rem; float: right; } /* 팝업존 */

/* section03 */
.MC_wrap3 {position: relative; margin-bottom: 2.5rem;}
.MC_box5 {position: relative; width: calc(100% - 31.9rem); height: 19.4rem; padding-right: 2rem; float: left;} /* 갤러리 */
.MC_box5::before{content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 300%; background: linear-gradient(to bottom, #dffbfe, #b5f4f9); border-radius: 2.35rem; z-index: -1;}
.MC_box6 {position: relative; width: 14.4rem; height: 19.4rem; padding:0 2rem; float: left;} /* 바로가기 */
.MC_box6::before{content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 500%; background: #f6f6f6; border-radius: 2.35rem; z-index: -1;}
.MC_box7 {width: 17.5rem; height: 18.65rem; float: right;} /* 식단 */

@media (max-width: 1240px) {
}
 
@media (max-width: 1024px){
    /* section01 */
    .MC_box1{padding-left: 1rem;} /* 메인비주얼 */

    /* section02 */
    .MC_wrap2{margin-bottom: 2rem;}
    .MC_box3{padding-right: 2rem;} /* 게시판 */

    /* section03 */
    .MC_wrap3{margin-bottom: 2rem;}
    .MC_box5{padding-right: 1rem;} /* 갤러리 */
    .MC_box6{padding-left: 1rem;} /* 바로가기 */

} 

@media (max-width: 960px){
    /* section01 */
    .MC_box1{width: 100%; height:auto; padding-left: 0rem; margin-bottom: 1.5rem;} /* 메인비주얼 */
    .MC_box2{width: 100%; height:auto; } /* 캘린더 */
    
    /* section02 */
    .MC_box3{width: 100%; height:auto; padding-right: 0rem; margin-bottom: 1.5rem;} /* 게시판 */
    .MC_box4{width: 100%; height:auto; } /* 팝업존 */

    /* section03 */
    .MC_wrap3 {margin-bottom: 0;}
    .MC_box5{width: calc(100% - 14.4rem); } /* 갤러리 */
    .MC_box5::before{border-bottom-right-radius: 0;}
    .MC_box6{padding-right: 0;} /* 바로가기 */
    .MC_box6::before{border-bottom-left-radius: 0;}
    .MC_box7{width: 100%; height:auto; } /* 식단 */
}

@media (max-width: 768px){
}

@media (max-width: 640px){

    /* section01 */
    .MC_wrap1{padding: 1.5rem 0;}

    /* section02 */
    .MC_wrap2{margin-bottom: 1.5rem;}

    /* section03 */
    .MC_box5{width: 100%; height: auto; padding-right: 0;} /* 갤러리 */
    .MC_box5::before{border-radius: 0; right: -1rem;}
    .MC_box6{width: 100%; height: auto; padding-left: 0;} /* 바로가기 */
    .MC_box6::before{border-radius: 0; left: -1rem;}

}

@media (max-width: 580px){
    .MC_wrap1::before{ height: 10rem;}
}

@media (max-width: 320px){
    .MC_wrap1::before{ height: 7rem;}
}