﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; background: linear-gradient(90deg, #fedfda, #ffebd6); }
#container::before {content: ''; display: block; z-index: 0; width:100%; height: 100%; background: url(/images/schl/template/T0023/main/0023_img_mainBg.png) no-repeat top center / auto; position: absolute; top: 1.0rem; left: 0; }
 
.MC_wrap1 { position:relative; padding-top: 3rem; z-index: 5;}
.MC_wrap1 .container::after { content:''; display: block; clear: both; }
.MC_wrap1 .container .con_wrap { width: 28%; margin-left: 2.4%; float: left;}
.MC_wrap2 {position: relative; margin-bottom: 3.5rem; z-index: 5;}
.MC_wrap2 .container::after { content:''; display: block; clear: both; }

.MC_box1 { position:relative; width:38.3%; height: 22.5rem; float: left;} /* 메인비주얼 */
.MC_box2 { position:relative; width: 29%; height: 22.5rem; float: right;} /* 캘린더 */
.MC_box3 { position:relative; margin-bottom: 1rem;} /* 게시판 */
.MC_box4 { position:relative; height: 10.8rem; } /* 식단 */
.MC_box5 { position:relative; margin: 2rem 0; float: left; width: 100%; } /* 바로가기1 */
.MC_box6 { position:relative; width: 29%; height: 13.7rem; float: left;} /* 팝업존 */
.MC_box7 { position:relative; width: 69%; height: 13.7rem; float: right; } /* 갤러리 */


@media (max-width:1440px) {


}

@media (max-width:1240px) {
    #container:before{display: none; }

    .MC_wrap1{padding-top: 2rem;} 
    .MC_wrap3{margin-bottom: 2rem;}
 
    .MC_box5{margin: 1.5rem 0;}/* 바로가기 */

}

@media (max-width:1024px) {
    .MC_wrap1{padding-top: 1rem;}
    .MC_wrap1 .container .con_wrap{position: static; width: 100%; overflow: hidden; padding-top: 2rem; margin-left:0;}
    .MC_wrap1 .container .con_wrap::after{content: ''; display: block; clear: both;}
    .MC_wrap2{margin-bottom: 2rem;}

    .MC_box1{float: left; margin: 0; width: 61%; height: 22.5rem;}/* 메인비주얼 */
    .MC_box2{ float: right; width: 35%;}/* 캘린더 */
    .MC_box3{float: left; width: 48.1%; margin-bottom:0;}/* 게시판 */
    .MC_box4{float: right; width: 48.1%;}/* 식단 */  
    .MC_box5{margin: 1.5rem 0 2rem;}/* 바로가기 */
    .MC_box6{ width: 17.5rem; height: 13rem;}/* 팝업존 */
    .MC_box7{width: calc(100% - 19.5rem); height: 13rem; }/*포토갤러리*/
}

@media (max-width:950px) {
}

@media (max-width:860px) {
    .MC_box1{width:100%; height: auto; margin-bottom: 1.5rem;}/* 메인비주얼 */
    .MC_box2{width:100%; height: auto;}/* 캘린더 */
    .MC_box6{ width: 48.1%; height: 13rem;}/* 팝업존 */
    .MC_box7{width: 48.1%; height: auto;}/*포토갤러리*/

}

@media (max-width:768px) {
    .MC_wrap1 .container .con_wrap{ padding-top: 1.5rem; }
    
    .MC_box3{width: 100%;} /* 게시판 */
    .MC_box4{width: 100%; margin-top: 1.5rem;} /* 식단 */
    .MC_box5{width: 100%; margin-bottom: 1.5rem;}/* 바로가기*/
    .MC_box6{width: 100%;}/* 팝업존*/
    .MC_box7{width: 100%; height:auto; margin-top:1.5rem;}/*포토갤러리*/
}

@media (max-width:560px){
    .MC_box6{height: auto;}/*팝업존*/
}

@media (max-width:480px){
}
@media (max-width:380px){

}