﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 { position:relative;  }
.MC_wrap2 { position:relative; margin: 2.5rem 0;}
.MC_wrap3 { position:relative; padding-bottom: 2rem;}
.MC_wrap3::before {content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 0; top: 2.5rem; background: #fff8e4; }
.MC_wrap3 .container{position: relative;}
.MC_wrap3 .container::before{content: ''; display: block; width: 9.4rem; height: 9.2rem; position: absolute; left: -12rem; bottom: 0; background: url(/images/schl/template/T0029/main/0029_img_deco01.png) no-repeat center center / cover;}
.MC_wrap3 .container::after{content: ''; display: block; width: 10.7rem; height: 9.2rem; position: absolute; right: -12rem; bottom: -2rem; background: url(/images/schl/template/T0029/main/0029_img_deco02.png) no-repeat center center / cover;}
.MC_wrap4 { position:relative; margin: 2.5rem 0;}

[class^="MC_wrap"]:after { content:""; display:block; clear:both; }

.MC_box1 { position:relative; height:23rem; background: url(/images/schl/template/T0029/main/0029_img_bg01.png) no-repeat center center / cover; } /* 메인비주얼 */
.MC_box2 { position:relative; width:calc(100% - 17.5rem); height:13.7rem; padding-right: 2.5rem; float: left; } /* 게시판 */
.MC_box3 { position:relative; width:17.5rem; height: 13.7rem; float:right; } /* 캘린더 */
.MC_box4 { position:relative; width:100%; height: 5rem; margin-bottom: 2.5rem;} /* 식단 */
.MC_box5 { position:relative; width:100%; min-height:7.7rem;} /* 바로가기 */
.MC_box6 { position:relative; width:calc(100% - 17.5rem); height: 13.6rem; padding-right: 2.5rem; float: left; } /* 갤러리 */
.MC_box7 { position:relative; width:17.5rem; height: 13.6rem; float: right;} /* 팝업존 */

/* responsive */
@media (max-width:1330px) { 
	.MC_box1{height: auto;} /* 메인비주얼 */
}

@media (max-width:1240px) {
    .MC_wrap3 .container::before{display: none;}
    .MC_wrap3 .container::after{display: none;}
}

@media (max-width:1024px){
    .MC_wrap2{margin: 1.3rem 0;}
    .MC_wrap3{padding-bottom: 1.3rem;}
    .MC_wrap4{margin: 1.3rem 0;}

    .MC_box2{padding-right: 1.5rem;} /* 게시판 */
    .MC_box4{margin-bottom: 1.3rem;} /* 식단 */
    .MC_box6{padding-right: 1.5rem;} /* 갤러리 */
}

@media (max-width: 910px) {
    .MC_box2{width: 100%; height: auto; padding-right: 0; margin-bottom: 1.5rem;} /* 게시판 */
    .MC_box3{width: 100%;} /* 캘린더 */
}

@media (max-width:800px){
    .MC_box6{width: 100%; height: auto; padding-right: 0; margin-bottom: 1.5rem;} /* 갤러리 */
    .MC_box7{width: 100%; height: auto;} /* 팝업존 */
}

@media (max-width: 768px) {
	.MC_box4{height: auto;} /* 식단 */
}

@media (max-width:520px){
    .MC_box2{margin-bottom: 0.5rem;} /* 게시판 */
}