﻿
/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 05. 31
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#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_wrap1 { position:relative; background:#f2fdfe url('/images/schl/template/T0104/main/0104_MCwrap1_bg.png') no-repeat left bottom; padding-bottom:1rem; }
.MC_wrap2 { position:relative; padding:2.5rem 0 0; }
.MC_wrap3 { padding-top:4rem; }
.MC_box1 { position:relative; height:21.25rem; } /* 비주얼 */ 
.MC_box2 { position:relative; width:100%; height:auto; } /* 갤러리 */ 
.MC_box3 { position:relative; width:calc(100% - 23.5rem); height:auto; float:left; } /* 공지사항 */ 
.MC_box4 { position:relative; width:21rem; height:auto; float:right; } /* 팝업존 */
.MC_box5 { position:relative; width:21rem; height:11.25rem; float:right; } /* 식단 */
.MC_box6 { position:relative; width:55%; float:left; } /* 행사일정 */
.MC_box7 { position:relative; width:41%; float:right; } /* 바로가기 */

@media (max-width:1240px){  
    .MC_box1 {height:auto; }   
    .MC_box7 { width:43%; } /* 바로가기 */
}
@media (max-width:1024px){  
    .MC_wrap2 { padding:1.5rem 0 0; }
    .MC_wrap3 { padding-top:3rem;}

    .MC_box3 {width:100%; margin-bottom:2rem;} /* 공지사항 */
    .MC_box4 {float:left;} /* 팝업존 */
    .MC_box5 {width:calc(100% - 23.5rem); height:14rem; } /* 식단 */
} 
@media (max-width:768px){  
    .MC_box4 {width:100%;} /* 팝업존 */
    .MC_box5 {width:100%; height:auto;} /* 식단 */
    .MC_box6 {width:100%;} /* 행사일정 */
    .MC_box7 {width:100%; margin-top:1.5rem; } /* 바로가기 */
} 
@media (max-width:580px){  
} 
@media (max-width:480px){
}