﻿
/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 05. 10
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#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; background:url('/images/schl/template/T0071/main/0071_visual_bg1.png') no-repeat left 3rem top 3rem, url('/images/schl/template/T0071/main/0071_visual_bg2.png') no-repeat right 0 top 1rem; }
.MC_wrap1:before { content:""; position:absolute; left:0; top:0; width:100%; height:80%; background:linear-gradient(to bottom, #e0efff, #eefdef); z-index:-1;}
.MC_wrap3 {position:relative; background:url('/images/schl/template/T0071/main/0071_MC_wrap3_bg1.png'); }
.MC_wrap3:before { content:""; position:absolute; left:calc(50% - 930px); bottom:0; width:317px; height:291px; background:url('/images/schl/template/T0071/main/0071_MC_wrap3_bg2.png') no-repeat center bottom / contain; z-index:2; }

.MC_box1 {position:relative; width:100%; height:24.5rem; margin-bottom:1.5rem;} /* 비주얼 */ 
.MC_box2 {position:absolute; left:-1rem; bottom:0; width:18.5rem; } /* 팝업존 */
.MC_box3 {position:relative; width:48%; height:auto; float:left; } /* 행사일정 */
.MC_box4 {position:relative; width:48%; height:auto; float:right; } /* 식단 */
.MC_box5 {position:relative; width:100%; height:auto; float:left; margin:2rem 0 2.5rem; } /* 공지사항 */
.MC_box6 {position:relative; width:100%; height:auto; } /* 바로가기 */
.MC_box7 {position:relative; width:100%; height:auto; padding:2rem 0; } /* 포토갤러리 */
.MC_box7:before { content:""; position:absolute; top:0; left:-4rem; width:300%; height:100%; background:#fff url('/images/schl/template/T0071/main/0071_MC_box7_bg.png') no-repeat left 1250px bottom 2.5rem; border-radius:2.5rem 0 0 0;}
  
@media (max-width:1790px) {
    .MC_wrap3:before { left:calc(50% - 800px); width:180px; } 
}
@media (max-width:1560px) {
    .MC_wrap1 {background:none;}
    .MC_wrap3:before { display:none;}
}  
@media (max-width:1240px) {  
    .MC_box1 {height:auto;} /* 비주얼 */
    .MC_box2 { left:0;}  /* 팝업존 */
    .MC_box7:before { left:-1rem; }  
} 
@media (max-width:768px){ 
    .MC_wrap1:before { height:calc((100% - 12rem) * 0.6); } 
    .MC_box1 { margin-bottom:1rem; } /* 비주얼 */ 
    .MC_box2 {position:relative; left:auto; top:auto; width:100%; margin-bottom:1rem; } /* 팝업존 */ 
}
@media (max-width:640px){   
    .MC_box3 {width:100%;} /* 행사일정 */
    .MC_box4 {width:100%; margin-top:1rem;} /* 식단 */
    .MC_box5 { margin:1rem 0; } /* 공지사항 */
}  