﻿@import url('/resource/css/up_pop.css');

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 { position:relative; }
.MC_wrap2 { position:relative; margin-top:3.2rem;}
.MC_wrap2::before{width: calc((100% - 60rem) / 2 + 32.75rem); height: calc(100% - 9.75rem); position: absolute; top: 0; left: 0; border-top-right-radius: 3rem;  background: url('/images/schl/template/T0068/main/0068_bg_sche.png'); z-index: -1; content: '';}
.MC_wrap3 { position:relative; padding-top:2.5rem; }
.MC_box1 { position:relative; width: 100%; height:21.25rem; padding-left: calc((100% - 60rem) / 2 - 2.85rem); } /* 비주얼 */ 
.MC_box2 { position:relative; width:55%; float:left; } /* 행사일정 */
.MC_box3 { position:relative; width:41%; float:right; } /* 바로가기 */
.MC_box4 { position:relative; width:55%; padding-top:2rem; margin-top:1.25rem; height:25.25rem; float:left; } /* 공지사항 */ 
.MC_box4:before {content:''; position:absolute; left:-2.85rem; top:0; width: calc(100% + 2.85rem); height:100%; background:#fff; border-top-left-radius:3rem;}
.MC_box5 { position:relative; width:41%; height: 13.25rem; float:right; margin-top:1rem; } /* 팝업존 */
.MC_box6 { position:relative; width:41%; height:9.15rem; float:right; margin-top:1.5rem; } /* 식단 */
.MC_box7 { position:relative; width:100%; height:auto;float: left; padding: 1.75rem 0 3rem; } /* 갤러리 */ 
.MC_box7::before{width: 200%; height: 100%; background: #edf8fa; position: absolute; top: 0; left: -2.85rem; border-top-left-radius: 3rem; content: '';}

@media (max-width:1340px){  
	.MC_box1{padding-left: 1rem;}
}

@media (max-width:1240px){ 
    .MC_wrap2::before{height: calc(100% - 3rem); width: 55%; border-top-right-radius:2.5rem;}

    .MC_box1 {height:auto; padding-left:0; }  
    .MC_box4:before {left:-1rem; border-top-left-radius:2.5rem;}
    .MC_box7::before {left:-1rem; border-top-left-radius:2.5rem;}
}
@media (max-width:1024px){  
    .MC_wrap2 {margin-top:2rem;}
    .MC_wrap2::before {width:52%;}
    .MC_wrap3 {padding-top:2rem;}
    
    .MC_box2,
    .MC_box4 {width:52%;}
    .MC_box3,
    .MC_box5,
    .MC_box6 {width:44.5%;}
    .MC_box4 {padding-top:1.5rem;}
    .MC_box6 {margin-top:1rem;}
    .MC_box7 {padding: 1.25rem 0 2.5rem; } /* 갤러리 */
}

@media (max-width:920px){  
	.MC_wrap2{margin-top: 0;}
	.MC_wrap2::before{ display: none;}
    .MC_wrap3{padding: 1.5rem 0 0;}

	.MC_box2{width: 100%; height: auto; margin: 1.5rem 0; padding-bottom:1.5rem;}
    .MC_box2::before{width: calc(100% + 2rem); height: 100%; position: absolute; border-top-right-radius:1.5rem; top: 0; left: -1rem; background: url('/images/schl/template/T0068/main/0068_bg_sche.png'); z-index: -1; content: '';}
    .MC_box3{width: 100%; height: auto;}
	.MC_box4{width: 100%; height: auto; margin-bottom: 1.5rem; padding-top:0; margin-top:0.5rem;}
    .MC_box5{float: left; margin-top:0; width:20rem;}    
    .MC_box6{width: calc(100% - 21.5rem); height: 13.75rem;}
    .MC_box7::before {border-top-left-radius: 1.5rem;}

}

@media (max-width:768px){  
    .MC_box5 {width:100%; height: auto;} /* 팝업존 */
    .MC_box6 {width:100%; height:auto; margin-top: 1.5rem;} /* 식단 */
    .MC_box7{margin-left: 0; width: 100%;}
} 

@media (max-width:580px){
	
	.MC_box2 {padding-bottom:1rem;}
	.MC_box7 {padding-bottom:1.5rem;}
    
}