﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }  

.container {max-width: 60rem;}

.MC_wrap1 {position:relative;}
.MC_wrap1::before { content: ''; display: block; width: 9.85rem; height: 10.2rem; background: url('/images/schl/template/T0076/main/0076_wrap_bg1.png') no-repeat center / contain; position: absolute; top: 0; left: 0;}
.MC_wrap1::after { content: ''; display: block; width: 4.8rem; height: 8.45rem; background: url('/images/schl/template/T0076/main/0076_wrap_bg2.png') no-repeat center / contain; position: absolute; top: 31.35rem; right: 0;}
.MC_wrap2 {position:relative; margin-top: 2.7rem;}  
.MC_wrap3 .container{position:relative; padding: 2.3rem 0 3.5rem; margin-top: 2.5rem;}
.MC_wrap3 .container::before { content: ''; display: block; width: 300%; height: 100%; background: #f1f1f1; border-top-left-radius: 4rem; position: absolute; left: -6.8rem; top: 0; z-index: -1;}

.MC_box1 {position: relative; width: calc(100% + 16.5rem); height: 27.15rem; margin-left: -0.4rem; } /* 비주얼 */
.MC_box2 {position: relative; width: 17.5rem; float: left; margin: -6.25rem 0 0 0.45rem;} /* 팝업존 */
.MC_box2::before { content: ''; display: block; width: 500%; height: 10.5rem; background-color: #f1faff; border-radius: 1.75rem; position: absolute; right: -1.8rem; bottom: -2.7rem;} /* 팝업존 */
.MC_box3 {width: calc(100% - 21.5rem); float: right; margin-top: 1.6rem;} /* 바로가기 */   
.MC_box4 {width: calc(100% - 20rem); height: 13.25rem; float: left; } /* 공지사항 */
.MC_box5 {width: 17.5rem; height: 13.25rem; float: right;} /* 일정 */
.MC_box6 {width: calc(100% - 20rem); height: 14.8rem; float: left; } /* 포토갤러리 */ 
.MC_box7 {width: 17.5rem; float: right;} /* 식단 */

@media (max-width:1420px) {
    .MC_wrap1::before { display: none; }
    .MC_wrap1::after { display: none; }

}
@media (max-width:1240px) {    
    .MC_wrap3 .container{ padding: 2.3rem 1rem 3.5rem; }

    .MC_box1 { width: 100%; height: auto; left: 1rem; } /* 비주얼 */
    .MC_box2 { margin: -2.3rem 0 0 0;} /* 팝업존 */
	.MC_box2::before { right: -0.8rem; bottom: -1.8rem; height: 7.75rem; } /* 팝업존 */
    .MC_box3 {width: calc(100% - 19rem); margin-top: 3.2rem;} /* 바로가기 */   
}
@media (max-width: 1024px) {
	#container { padding-top:3.5rem; }
    .MC_wrap3 .container{padding: 1.5rem 1rem 3.25rem; margin-top: 2rem;}

	.MC_box4 {width: calc(100% - 19rem); } /* 공지사항 */
    .MC_box6 {width: calc(100% - 19rem); } /* 포토갤러리 */ 
	  
}  
@media (max-width: 950px) {  
	.MC_wrap2 {margin-top: 1rem;}  
	
    .MC_box1 { width:calc(100% + 1rem); margin: 0 0 1.5rem; left:0;} /* 비주얼 */
    .MC_box2 {width: 100%; margin-top: 0;} /* 팝업존 */
	.MC_box2::before { display:none; } /* 팝업존 */
    .MC_box3 {width: 100%; margin-top: 1.5rem;} /* 바로가기 */

} 
@media (max-width: 860px){  
    .MC_box4 {width: 100%; height: auto; } /* 공지사항 */
    .MC_box5 {width: 100%; height: auto; margin-top: 0.5rem;} /* 일정 */ 
}

@media (max-width: 768px){   
    .MC_wrap3 .container{padding: 1.5rem 1rem 1.8rem; margin-top: 1.5rem;}

    .MC_box6 {width: 100%;} /* 포토갤러리 */  
	.MC_box7 {width: 100%; margin-top: 0.7rem;} /* 식단 */
} 