﻿

/* 메인 컨테이너 */
#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; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.MC_wrap1 { position:relative; margin:1.5rem auto 0; }
.MC_wrap2 { position:relative; max-width:70rem; margin:0 auto; }
.MC_wrap2:after{content:""; position:absolute; left:-1rem; top:4rem; width:9rem; height:9rem; background:url('/images/schl/template/T0018/main/0018_gallery_img01.png') no-repeat center/cover;}
.MC_wrap2:before{content:""; position:absolute; left:0; top:0; width:200%; height:100%; background:#fff7db url('/images/schl/template/T0018/main/0018_gallery_img02.png') no-repeat 50rem bottom;}

.MC_box1 { position:relative; width:100%; height:25.5rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width:calc(100% - 22rem); height:13rem; float:left; } /* 캘린더 */
.MC_box3 { position:relative; width:20rem; height:13rem; float:left; margin-left:2rem; } /* 식단 */
.MC_box4 { position:relative; width:calc(100% - 22rem); height:16.5rem; float:left; margin-top:2rem; } /* 게시판 */
.MC_box5 { position:relative; width:20rem; height:16.5rem; float:left; margin-top:2rem; margin-left:2rem; } /* 팝업존 */
.MC_box6 { position:relative; width:100%; height:auto; float:left; margin:2rem auto;} /* 바로가기1 */
.MC_box7 { position:relative; width:100%; height:auto; float:left; margin:3rem auto; } /* 갤러리 */


@media (max-width: 1440px) {

    .MC_wrap2:before{width:100%; background-position:calc(100% + 25rem) bottom;} 
}

@media (max-width: 1240px) {

    .MC_wrap2:after{left:-4.5rem;} 

    .MC_box1 { height:auto; } /* 메인비주얼 */ 
}

@media (max-width: 1024px) {

    .MC_wrap2:before{background-size:44rem auto; background-position:calc(100% + 37.5rem) bottom;} 
}

@media (max-width: 940px) {

    .MC_wrap2:after{width:7rem; height:7rem; left:-3rem;}

    .MC_box6 { margin:1.5rem auto; } /* 바로가기1 */
}

@media (max-width: 890px) {
    .MC_box2 { width:100%; height:auto; float:none; margin-bottom:1.5rem; } /* 캘린더 */
    .MC_box3 { width:100%; height:auto; float:none; margin-bottom:1.5rem; margin-left:0%; } /* 식단 */
    .MC_box4 { width:100%; height:auto; float:none; margin-bottom:1.5rem; } /* 게시판 */
    .MC_box5 { width:100%; height:auto; float:none; margin-left:0%; } /* 팝업존 */
}

@media (max-width: 680px) {  
    
    .MC_wrap2:after{width:6rem; height:6rem;}
    .MC_wrap2:before{background-size: 38rem auto;background-position: calc(100% + 32.5rem) bottom;} 
}