﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
/* #container *{ scrollbar-arrow-color: #ddd; scrollbar-Track-Color: #ddd; scrollbar-base-color: #aaa; scrollbar-Face-Color: #aaa; scrollbar-3dLight-Color: #aaa; scrollbar-DarkShadow-Color: #aaa; scrollbar-Highlight-Color: #aaa; scrollbar-Shadow-Color: #aaa;} */
#container ::-webkit-scrollbar { width: 5px; height: 5px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.MC_wrap1 {position: relative;}
.MC_wrap2 { position:relative; margin:2rem auto 3.8rem; }
.MC_wrap3 { position:relative;}
.MC_wrap3 .container::before { position: absolute; top: -1.8rem; left: -5rem; width: calc(100% + 35rem); height: calc(100% + 1.8rem); background: #f3fff5; border-radius: 3rem; z-index: -2; content: "";}

.MC_box1 { position:relative; width:100%; height:22.5rem; max-width: 96rem; margin:0 auto; z-index:1; } /* 메인비주얼 */
.MC_box1::after {position:absolute; content: ""; width:96rem; height: 32rem; top:0; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); background: url(/images/schl/template/T0003/main/background.png) no-repeat center; z-index: -1;}
.MC_box2 { width:100%; max-width: 60rem; margin: 0 auto; padding: 1.5rem 0 2rem;} /* 바로가기1 */
.MC_box3 { position:relative; width:calc(100% - 22.5rem); height:15rem; float:left; } /* 게시판 */
.MC_box4 { position:relative; width:20rem; height:16.25rem; float:right; margin-left:2.15rem; } /* 팝업존 */
.MC_box5 { position:relative; width:17.5rem; height:14rem; float:left; } /* 캘린더 */
.MC_box6 { position:relative; width:calc(100% - 19.5rem); height:14rem; float:right; } /* 갤러리 */
.MC_box7 { position:relative; width:100%; height:5.5rem; float: left; margin-top: 2.5rem;} /* 식단 */
.MC_box7::before { position: absolute; top: 0; right: 0; width: calc(100% + 30rem); height: 100%; background: #fff; border-radius: 0 2rem 0 0; z-index: -1; content: ""; }


@media (max-width:1400px) {
    .MC_box2{max-width: 100%;} /* 바로가기1 */
}

@media (max-width: 1240px) {

    .MC_box1 { height:auto;} /* 메인비주얼 */ 
    .MC_box1::after {width:100%; height: calc(100% + 7rem);}
}

@media (max-width: 1100px) {
}

@media (max-width:1024px) {
    .MC_wrap2 { margin: 1rem auto 3.5rem; }

    .MC_box7 { margin-top:2.5rem; } /* 식단 */
}

@media (max-width: 960px) {
    .MC_wrap2 {margin:1rem auto 2rem;}
    .MC_wrap3 .container::before { top:-0.8rem; height: 100%; }

    .MC_box2 { padding: 1.5rem 0 1rem; } /* 바로가기1 */
    .MC_box3 { width: 100%; height: auto; } /* 게시판 */
    .MC_box4 { width:100%; height: auto; margin-top:1rem; } /* 팝업존 */
    .MC_box7 { margin-top:1rem;} /* 식단 */
}

@media (max-width: 768px) {
    .MC_box1::after { width:100%; height: 144%; background-position: center bottom; background-size: auto 100%; }
}

@media (max-width:640px){
    .MC_box5{width: 100%; height: auto;} /* 캘린더 */
    .MC_box6{width: 100%; height: auto; margin-top: 1rem;} /* 갤러리 */
    .MC_box7 {width:100%; height: auto;} /* 식단 */
}

@media (max-width:480px) {
}