﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; } 

.MC_wrap2 {position: relative; margin: 2rem 0 2.5rem;}
.MC_wrap2:after { content:''; display:block; clear:both; }
.MC_wrap3 {position: relative;}
.MC_wrap4 .container {position: relative; padding:2rem 0; margin-top: 2.5rem;}
.MC_wrap4 .container::before{width: 200%; height: 100%; background: url('/images/schl/template/T0047/main/0047_gal_pttrn.png'); border-top-right-radius: 3rem; position: absolute; right: 7.1rem; bottom: 0; content: '';}
.MC_wrap4 .container::after{width: 9.75rem; height: 8.65rem; background: url('/images/schl/template/T0047/main/0047_wrap_bg.png') no-repeat center / contain; position: absolute; right: -14rem; top: -3.2rem; content: '';}

.MC_box1 { position:relative; width: calc(100% + 18rem); height:23rem; margin-left: -18rem; } /* 메인비주얼 */
.MC_box2 { position: relative; width: 100%; height: auto; padding: 1.8rem 0;} /* 바로가기 */
.MC_box2::before { content: ''; display: block; width: 300%; height: 100%; background: url('/images/schl/template/T0047/main/0047_link_pttrn.png'); border-bottom-left-radius: 1.5rem; position: absolute; left: 0; top: 0;} 
.MC_box3 { position: relative; width: calc(100% - 19.3rem); float: left; height: 14rem;} /* 게시판 */
.MC_box4 { position: relative; width: 17.5rem; float: right; height: 14rem;} /* 팝업존 */
.MC_box5 { position: relative; width: 17.5rem; float: left; height: 15rem;} /* 식단 */
.MC_box6 { position: relative; width: calc(100% - 19.3rem); float: right; height: 15rem; vertical-align: top; } /* 캘린더 */
.MC_box7 { position: relative; width: 100%; height: auto; } /* 갤러리 */

@media (max-width:1240px){
	.MC_wrap4 .container { padding:2rem 1rem;}
	
    .MC_box1{ margin-left: -1rem; height: auto; }
}

@media (max-width:1024px){ 
    .MC_wrap2 { margin: 1.8rem 0;}  
	.MC_wrap4 .container {position: relative; padding:1.4rem 1rem 1.5rem; margin-top: 1.5rem;}

    .MC_box2 { position: relative; width: 100%; height: auto; } /* 바로가기 */
}

@media (max-width:960px){
	.MC_wrap2 { margin: 1.5rem 0;} 
	
	.MC_box2 { padding:1rem 0; } /* 바로가기 */
    .MC_box5{width: 100%; height: auto;} /* 식단 */
    .MC_box6 {width: 100%; height: auto; margin-top:1.5rem;} /* 캘린더 */
}

@media (max-width:860px){
    .MC_box3 {width: 100%; height: auto; } /* 게시판 */
	.MC_box4 {width: 100%; height: auto; margin-top:1.5rem;} /* 팝업존 */
    .MC_box6 {width: 100%; height: auto;} /* 캘린더 */

}

@media (max-width:680px){ 
    .MC_wrap4 .container::before{ border-top-right-radius: 0; right: 0; }

}


@media (max-width:480px){
	.MC_wrap2 {margin: 1.5rem 0;} 
 

}