﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 {position: relative; padding-top: 2.5rem;}
.MC_wrap2 {position:relative; padding:2.5rem 0 0; overflow: hidden;}
.MC_wrap2 .container::after { display: block; content: ""; clear: both; }

.MC_box1 {position: relative; width: 100%; height: 22.5rem; margin-bottom:3rem;} /* 메인비주얼 */
.MC_box1::before { position: absolute; content: ""; width:calc(100% + 60rem); height: calc(50% + 3.65rem); top:-2.5rem; right: -7.5rem; border-radius: 0 0 7.5rem 0; background:url(/images/schl/template/T0077/main/0077_box-1_bg-ptrn.png); }
.MC_box2 {position:relative; width:calc(100% - 20rem); height:14.2rem; float:left;} /* 공지사항 */
.MC_box3 {position: relative; width:17.5rem; height:14.2rem; float:right;} /* 팝업 */
.MC_box4 {position:relative; width:100%; height:auto; margin-top:2.5rem; float: left;} /* 바로가기 */ 
.MC_box5 {position:relative; width:calc(100% - 20rem); height:9rem; float:left; padding-right: 3rem; margin-bottom: 2.5rem;} /* 일정 */
.MC_box5::after { position:absolute; content:"";  width:calc(100% + 36rem); height:100vh; top:0; right: 0; background:#fff9e6; z-index: -1; border-radius: 0 2.5rem 0 0;} /* 일정 */
.MC_box6 {position:relative; width:17.5rem; height:9rem; float:right; margin-bottom: 2.5rem;} /* 식단 */
.MC_box7 {position:relative; width:100%; height:13.5rem; margin: 2.5rem 0; float: left;} /* 갤러리 */
.MC_box7::before { position: absolute; bottom: -2.5rem; left: -2.5rem; height: calc(100% + 5rem); width: 200vw; background: #fff; content: ""; border-radius: 2.5rem 0 0 0; box-shadow: 0 0 20px rgba(0,0,0,0.05); }/* 갤러리 */
    
@media (max-width:1360px) { 
	.MC_box7::before { left: 0; }
}


@media (max-width: 1024px) {
    .MC_wrap1 { padding-top:1.5rem; }
    .MC_wrap2 { padding:2rem 0 0; }
	
    .MC_box1 {height:auto; margin-bottom: 2.25rem;} /* 메인비주얼 */
    .MC_box2 { width: calc(100% - 19.5rem);} /* 공지사항 */
    .MC_box4 { margin-top:2rem; } /* 바로가기 */ 
    .MC_box5 { width: calc(100% - 19.5rem); margin-bottom: 2rem;} /* 일정 */
    .MC_box6 { margin-bottom: 2rem; } /* 식단 */
    .MC_box7 { margin: 2rem 0 2.5rem; } /* 갤러리 */
}

@media (max-width: 860px) {
    .MC_wrap1 {position: relative;}
    .MC_wrap2 {padding:0;}

    .MC_box1 { margin-bottom:1.5rem;} /* 메인비주얼 */
    .MC_box2 { width:100%; height: auto;} /* 공지사항 */
    .MC_box3 { width:100%; height: auto; margin-top:1.5rem;} /* 팝업 */
    .MC_box4 { margin: 1.5rem 0; } /* 바로가기 */  
    .MC_box5 { width:100%; height:auto; margin-bottom: 1.5rem; padding-right: 0; } /* 일정 */
    .MC_box5::after { width:calc(100% + 2rem); height: calc(100% + 1.5rem); right: auto; left: -1rem; border-radius: 0; } 
    .MC_box6 { width:100%; height:auto; margin:1.5rem 0; } /* 식단 */
    .MC_box7 { margin: 1.5rem 0 2rem; } /* 갤러리 */
    .MC_box7::before { height: calc(100% + 4rem); } /* 갤러리 */
}

@media (max-width: 560px) { 

    .MC_box7 { height: auto; margin:0 0 2.5rem; } /* 갤러리 */
    .MC_box7::before { display: none; } /* 갤러리 */

}

@media (max-width: 480px) {

    .MC_wrap1 {padding-top: 1rem;}
    
}
