﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }  

.MC_wrap1 { position:relative; padding-top: 4rem; background: #e4f1f9; margin-bottom: 2.85rem;} 
.MC_wrap1::before { content: ''; display: block; width: 30.8rem; height: 25.5rem; background: url('/images/schl/template/T0085/main/0085_wrap_bg1.png') no-repeat center / contain; position: absolute; bottom: 0; left: 0; } 
.MC_wrap1::after { content: ''; display: block; width: 50.45rem; height: 25.5rem; background: url('/images/schl/template/T0085/main/0085_wrap_bg2.png') no-repeat center / contain; position: absolute; bottom: 0; right: 0; } 
.MC_wrap2 { position:relative; } 
.MC_wrap3 { position:relative; margin: 2.6rem 0 1.5rem; } 

[class^="MC_box"]:after { content:""; display:block; clear:both; }
.MC_box1 { position:relative; width: 100%; height:21.5rem; z-index:1; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; margin-bottom: 2.6rem;} /* 바로가기1 */
.MC_box3 { position:relative; width:calc(100% - 23.5rem); height:12.5rem; padding-right:4.5%; float:left; } /* 캘린더 */
.MC_box4 { position:relative; width:23.5rem; height:12.5rem; float:left; } /* 팝업존 */
.MC_box5 { position:relative; width:48.75%; height:19rem; float:left;} /* 게시판1 */
.MC_box6 { position:relative; width:48.75%; height:19rem; float:right; } /* 게시판2 */ 
.MC_box7 { position:relative; width:17.5rem; height: 14.5rem; float:left; margin-top: 2.1rem;} /* 식단 */ 
.MC_box8 { position:relative; width:calc(100% - 20.3rem); height: 14.5rem; float:right; margin-top: 2.1rem;} /* 갤러리 */


/* responsive */
@media (max-width:1450px){
}

@media (max-width:1200px) {  
    .MC_wrap1 { padding-top: 1.5rem; margin-bottom: 2rem;} 
    .MC_wrap3 { margin: 2rem 0 1.5rem; } 

	.MC_box1 { height:auto; } /* 메인비주얼 */
	.MC_box2 { margin-bottom: 1.5rem;} /* 바로가기 */ 
	.MC_box3 { width:calc(100% - 24.5rem); } /* 캘린더 */
	.MC_box5 { width: 49%; } /* 게시판1 */
	.MC_box6 { width: 49%;} /* 게시판2 */
	.MC_box7 { margin-top: 2rem;} /* 식단 */
	.MC_box8 { width:calc(100% - 20.5rem); margin-top: 2rem;} /* 갤러리 */
}
@media (max-width:1024px) { 
	#container{padding-top: 3rem;}
 }
@media (max-width:950px){ 
    .MC_wrap3 { margin: 1.5rem 0 1.5rem; } 
 
	.MC_box3 { float:none; width:100%; height:auto; padding:0; } /* 캘린더 */
	.MC_box4 { float:none; width:100%; height:auto; padding-right: 0;  margin-top:1.5rem;} /* 팝업존 */
	.MC_box5 { float:none; width:100%; height:auto; padding:0; margin-top:1.5rem; } /* 게시판1 */
	.MC_box6 { float:none; width:100%; height:auto; margin-top:1.5rem; padding:0; } /* 게시판2 */ 
	.MC_box7 { float:none; width:100%; padding-right:0; margin-top:1.5rem;} /* 식단 */ 
	.MC_box8 { float:none; width:100%; height:auto; margin-top: 1.5rem; padding-left: 0; } /* 갤러리 */
}

@media (max-width:768px){  
}

@media (max-width:480px){ 
}
