﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; } 
 
.MC_wrap1 { position:relative; } 
.MC_wrap1::before { content: ''; display: block; width: 9.25rem; height: 9.15rem; background: url('/images/schl/template/T0100/main/0100_wrap_bg01.png') no-repeat center / contain; position: absolute; left: -13.5rem; top: 22.25rem; z-index: -1; } 
.MC_wrap2 { position:relative; } 
.MC_wrap3 { position:relative; padding-bottom: 2rem;} 
.MC_wrap3::before { content: ''; display: block; width: 100%; height: 9.2rem; background: linear-gradient(to right, #d2eeef, #edf9f7); position: absolute; left: 0; bottom: 0; z-index: -1; } 
.MC_wrap3::after { content: ''; display: block; width: 7.1rem; height: 5.1rem; background: url('/images/schl/template/T0100/main/0100_wrap_bg02.png') no-repeat center / contain; position: absolute; left: calc(50% + 35rem); bottom: 6.6rem; z-index: -1; } 

[class^="MC_box"]::after { display: block; clear: both; content: ""; }
.MC_box1 { position: relative; width: calc(100% + 20.5rem); height: 24.75rem; margin-left: -2.5rem;}/* 메인비주얼 */
.MC_box2 { position: relative; width: 100%; height: 7.35rem; float: left; margin: 2.3rem 0 1.6rem;}/* 바로가기1 */
.MC_box3 { position: relative; width: calc(100% - 19.4rem); height: 15.5rem; float: left; }/* 게시판 */
.MC_box4 { position: relative; width: 17.5rem; height: 15.5rem; float: right; }/* 팝업존 */
.MC_box5 { position: relative; width: 100%; margin-top: 2.5rem; float: left; margin-bottom: 3rem; }/* 캘린더 */
.MC_box6 { position: relative; width: calc(100% - 19.5rem); height: 13.45rem; float: left; }/* 갤러리 */
.MC_box7 { position: relative; width: 17.5rem; height: 13.2rem; float: right; }/* 식단 */


@media (max-width: 1240px) { 
    .MC_box1 { width: calc(100% + 1rem); height:auto; margin-left: 0;}/* 메인비주얼 */
    .MC_box2 { margin: 1.5rem 0 1.2rem; } /* 바로가기1 */  
    .MC_box5 { margin-top: 1.75rem; margin-bottom: 2rem; } /* 캘린더 */
}

@media (max-width: 1024px) {  
    .MC_box6 { width: calc(100% - 17.5rem); }/* 갤러리 */
    .MC_box7 { width: 16rem; }/* 식단 */
}

@media (max-width:940px){
    .MC_box3 { width: 100%; }/* 게시판 */
    .MC_box4 {width: 100%; height: auto; margin-top: 1rem; padding-bottom: 1rem;}/* 팝업존 */
}

@media (max-width: 860px) {
    .MC_box2 {height: auto; margin: 1.5rem 0 0.5rem;}/* 바로가기1 */

}

@media (max-width: 768px) {
 
    .MC_box5 {height: auto; margin: 1rem 0 2rem;}/* 캘린더 */ 
}
@media (max-width:640px){

    .MC_box3 { height: auto;}/* 게시판 */ 
}
@media (max-width: 560px) {
    .MC_wrap3::before { height: 24rem; } 

    .MC_box5 { margin: 1rem 0rem;}/* 캘린더 */ 
    .MC_box6 {width: 100%; height: auto; }/* 갤러리 */
    .MC_box7 {width: 100%; height: auto; margin-top:1.5rem;}/* 식단 */
}
