﻿
/*-----------------------------------------------------------
Author : yejin, Son
Creative date :2022. 05. 11
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#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: 3px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.MC_wrap3 { margin-bottom: 2.4rem; }
 

.MC_box1 { position: relative; width: 100%; height: 30.5rem; } /* 메인비주얼 */
.MC_box2 { position: relative; width: 100%; height: 10rem; margin: 2.8rem 0 2.5rem; } /* 게시판 */
.MC_box3 { position: relative; width: 41%; height: 16.3rem; float: left; } /* 바로가기 */
.MC_box4 { position: relative; width: 55%; height: 16.3rem; float: right; } /* 캘린더 */
.MC_box5 { position: relative; width: 100%; height: 5.9rem; margin: 3rem 0 2.5rem; } /* 식단 */
.MC_box5::before { position: absolute; width: 100vw; height: 100%; left: 0; background: #dcecff; content: ""; }
.MC_box6 { position: relative; width: 39%; height: 18.85rem; float: left; } /* 팝업존 */
.MC_box6::before { position: absolute; width:calc(100% - 8.45rem); height: 100%; background: url('/images/schl/template/T0063/main/0063_ptrn.png'); content: ""; z-index: -1;}
.MC_box7 { position: relative; width: 57%; height: 18.85rem; float: right; } /* 갤러리 */
.MC_box7::before { position: absolute; width: 200vw; height: 100%; left: 0; background: #f5f5f5; content: "";  z-index: -1;}

@media (max-width:1240px){

    .MC_box1{height: auto;}/* 메인비주얼 */
}

@media (max-width:1024px){

    .MC_box3{width: 44%; } /* 바로가기 */
    .MC_box4{width: 52%; } /* 캘린더 */
}

@media (max-width:980px){

    .MC_box3{width: 100%; height: auto; } /* 바로가기 */
    .MC_box4{width: 100%; height: auto; margin-top: 1.5rem; } /* 캘린더 */
    .MC_box6{width: 44%; } /* 팝업존 */
    .MC_box7{width: 52%; } /* 갤러리 */
}

@media (max-width:860px){
    .MC_box6::before { width: calc(100% - 3rem); }
}

@media (max-width:680px){
    .MC_wrap3 { margin-bottom: 1.5rem; }

    .MC_box2 { height: auto; margin: 2rem 0; } /* 게시판 */
    .MC_box5 { height: auto; background: #dcecff; } /* 식단 */
    .MC_box5::before { display: none; }
    .MC_box6{width: 100%; height: auto; } /* 팝업존 */
    .MC_box6::before { width: 200vw; left: -100%; }
    .MC_box7{width: 100%; height: auto; margin-top: 1.5rem; } /* 갤러리 */
    .MC_box7::before { left: -100%; }
}