﻿
/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 05. 09
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#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:2rem 0 1.5rem; } 
.MC_wrap1:after { content:""; position:absolute; right:calc(50% - 960px); top:5rem; width:360px; height:360px; background:url('/images/schl/template/T0055/main/0055_bg_right.png') no-repeat center / cover; z-index:-1; }
.MC_wrap2 { position:relative; }
.MC_wrap3 { position:relative; padding:2.5rem 0 3rem; }
.MC_wrap3:after { content:""; position:absolute; left:1rem; bottom:2.5rem; width:290px; height:300px; background:url('/images/schl/template/T0055/main/0055_bg_left.png') no-repeat center / cover; z-index:-1; }
.MC_wrap3:before { content:""; position:absolute; left:0; bottom:0; right:0; top:0; background: rgb(244,241,251);  background: -moz-linear-gradient(0deg, rgba(244,241,251,1) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(0deg, rgba(244,241,251,1) 0%, rgba(255,255,255,1) 100%); background: linear-gradient(0deg, rgba(244,241,251,1) 0%, rgba(255,255,255,1) 100%); z-index:-1; }
 
.MC_box1 {position:relative; width:28.5rem; height:23rem; float:left; } /* 메인비주얼 */  
.MC_box2 {position:relative; width:calc(100% - 30rem); height:10.5rem; float:right; } /* 공지사항 */
.MC_box3 {position:relative; width:calc(100% - 30rem); height:12.5rem; float:right; } /* 캘린더 */
.MC_box4 {position:relative; width:17.5rem; height:13.5rem; float:left;} /* 팝업존 */
.MC_box5 {position:relative; width:calc(100% - 19rem); height:8rem; margin-top:2rem; float:right; } /* 바로가기 */
.MC_box6 {position:relative; width:calc(100% - 19rem); height:3.5rem; float:right; } /* 식단 */
.MC_box7 {position:relative; width:100%; height:auto; } /* 앨범 */
   
@media (max-width:1080px) {  
    .MC_wrap1 { padding:1rem 0 0; }
    .MC_wrap2 .container { display:flex; flex-wrap:wrap; justify-content:space-between; }
    .MC_wrap3 { padding:2rem 0; } 
    .MC_wrap3:after { display:none; }
    
    .MC_box1 {width:100%; } /* 메인비주얼 */  
    .MC_box2 {width:45%; float:left; margin-top:1.5rem; } /* 공지사항 */
    .MC_box3 {width:52%;} /* 캘린더 */
    .MC_box4 {width:45%; order:2;} /* 팝업존 */
    .MC_box5 {width:100%; height:auto; order:1;} /* 바로가기 */
    .MC_box6 {width:52%; height:11rem; margin-top:1.5rem; order:3;} /* 식단 */
}
@media (max-width:860px) {  
    .MC_box2 {width:100%; height:auto; } /* 공지사항 */
    .MC_box3 {width:100%; height:auto; margin-top:1rem;} /* 캘린더 */
}
@media (max-width:580px) {  
    .MC_box1 {height:auto; } /* 메인비주얼 */  
    .MC_box4 {width:100%; height:auto; } /* 팝업존 */
    .MC_box5 {margin:1rem 0; }/* 바로가기 */
    .MC_box6 {width:100%;} /* 식단 */
}  
@media (max-width:480px){ 
}