﻿

/* 메인 컨테이너 */
#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; padding: 1rem 0 2.5rem;}
.MC_wrap2 {position: relative; padding: 3rem 0;}

.MC_box1 { position:relative; width: 100%; height:23rem; margin-left: calc((100% - 60rem) / 2 - 5rem);} /* 메인비주얼 */
.MC_box2 { position: relative; width: 100%; height: 6rem; margin-bottom: 2rem;} /* 바로가기 */
.MC_box2::before{width: 200%; height: 100%; background: url('/images/schl/template/T0067/main/0067_ptrn_link.png') repeat; border-radius: 1rem 0 0 1rem; position: absolute; left: 0; top: 0; content: '';}
.MC_box3 { position: relative; width: calc(100% - 19.5rem); float: left; height: 14rem; margin-bottom: 2rem;} /* 게시판 */ 
.MC_box4 { position: relative; width: 17.5rem; float: right; height: 14rem; margin-bottom: 2rem;} /* 팝업존 */
.MC_box5 { position: relative; width: 17.5rem; float: right; height: 14rem;} /* 식단 */
.MC_box6 { position: relative; width: calc(100% - 19.5rem); float: left; height: 14rem; vertical-align: top; } /* 캘린더 */
.MC_box7 { position: relative; width: 100%; height: 13.5rem;} /* 갤러리 */
.MC_box7::before{width: 200%; height: calc(100% + 6rem); background: #e8f3f7; position: absolute; right: -9.5rem; top: -3rem; border-top-right-radius: 7rem; content: '';}
.MC_box7::after{width: 7.25rem; height: 7.25rem; background: url('/images/schl/template/T0067/main/0067_gal_bg.png') no-repeat center / contain; position: absolute; right: -12rem; top: -5rem; content: '';} 

@media (max-width:1440px){
    .MC_box1{margin-left: 0; height: auto;}
    .MC_box7::after{display: none;}
    .MC_box7::before{right: -1rem; border-top-right-radius: 0;}
}

@media (max-width:1024px){
    .MC_box2{height: auto;}
}

@media (max-width:960px){
    .MC_box3{width: 100%;} /* 게시판 */
    .MC_box4{width: calc(50% - 1rem); float: left;} /* 팝업존 */
    .MC_box5{width: calc(50% - 1rem);} /* 식단 */
    .MC_box6 {width: 100%; height: auto;} /* 캘린더 */
}


@media (max-width:680px){
    .MC_wrap1{padding-bottom: 1.5rem;}
    .MC_wrap2{padding: 1.5rem 0;}

    .MC_box3{margin-bottom: 1.5rem;}
    .MC_box4{width: 100%; height: auto; margin-bottom: 1.5rem;}
    .MC_box5{width: 100%; height: auto; margin-bottom: 1.5rem;}
    .MC_box7::before{height: calc(100% + 3rem); top: -1.5rem;}
}


@media (max-width:480px){
    .MC_box3{height: auto;}
}