﻿/* 메인 컨테이너 */
#container {position: relative; width:100%; z-index: 2;}

.MC_wrap1 { position: relative; }
.MC_wrap1 .container{ position: relative; padding-top: 2.5rem; padding-bottom:2rem }
.MC_wrap1 .container::before { position: absolute; width: 200%; height: 100%; background: url('/images/schl/template/T0093/main/0093_wrap01_ptrn.png'); top: 0; left: -6rem; content: ""; border-bottom-left-radius: 5rem; z-index: -2;}
.MC_wrap2 {margin-top:2.25rem;}
.MC_wrap2 .container{ position: relative; }
.MC_wrap3 { position: relative; margin-bottom: 2rem; }

.MC_box1 { position: relative; width: 100%; height: 22.5rem; } /* 메인비주얼 */
.MC_box2 { position: relative; width: 100%; height: 8rem; margin-top: 1.75rem; } /* 바로가기 */
.MC_box3 { position: relative; width: calc(100% - 19.5rem); height: 14.75rem; float: left; } /* 게시판 */
.MC_box3::before { position: absolute; top: 0.5rem; right: -13.75rem; width: 12.65rem; height: 12.1rem; background: url('/images/schl/template/T0093/main/0093_con_bg1.png') no-repeat center / cover; content: ""; }
.MC_box4 { position: relative; width: 17.5rem; height: 14.75rem; float: right; } /* 팝업존 */
.MC_box5 { position: relative; width: 100%; height: 14.55rem; float: left; padding:2.5rem 0; margin: 2.5rem 0 2rem; } /* 캘린더 */
.MC_box5::before { position: absolute; width: auto; height: 100%; top: 0; left:-2.5rem; right: -2.5rem; background: #e9ecf1; content: ""; border-radius: 3.5rem; z-index: -1;}
.MC_box6 { position: relative; width: 67.5%; height: 14rem; float: left; } /*갤러리 */
.MC_box7 { position: relative; width: 29.5%; height: 14rem; float: right;} /* 식단 */


@media (max-width:1240px){
    .MC_wrap1 .container::before { left: 0;}
}

@media (max-width:1090px){
    .MC_wrap1 .container { padding-top: 1.5rem; padding-bottom: 1.25rem;}
	.MC_box1 { height: auto; } /* 메인비주얼 */

    .MC_box5::before { border-radius: 0;}
}
@media (max-width:1024px){
	.MC_wrap1 .container::before { border-bottom-left-radius: 2.5rem;}
    .MC_wrap2 {margin-top:1.5rem;}
    
    .MC_box5 { height: 13.55rem; padding:2rem 0; margin: 2rem 0 1.5rem; } /* 캘린더 */
}
@media (max-width:900px){
	.MC_box2 { height: auto; } /* 바로가기1 */
	.MC_box3 { width: 62%; } /* 게시판 */ 
	.MC_box4 { width: 35%; } /* 팝업존 */
	.MC_box6 { width: 62%; } /* 갤러리 */
    .MC_box7 { width: 35%; } /* 식단 */
}

@media (max-width:768px){
    .MC_wrap2 { margin-top: 1.5rem; }
    .MC_wrap3 { margin-top: 1.5rem; }
    
    .MC_box2 { margin-top: 1.5rem; } /* 바로가기 */
    .MC_box3 { width: 100%; height: auto; } /* 게시판 */
    .MC_box4 { width: 100%; height: auto; margin-top: 1rem; } /* 팝업존 */
    .MC_box5 { margin-top: 0; height: 12.55rem;  padding:1.25rem 0; }
    .MC_box6 { width: 100%; height: auto; } /* 갤러리 */        
    .MC_box7 { width: 100%; height: auto; margin-top: 1.25rem; } /* 식단 */
    
    
}
@media (max-width:600px){
    .MC_box5 { height: auto; } /* 캘린더 */
}
@media (max-width:480px){
	.MC_wrap1 .container {padding-top:0;}	
	.MC_wrap1 .container::before {border-radius:1.5rem;}
}
