﻿ 
/*-----------------------------------------------------------
Author :JI, cohi
Creative date :2021. 09. 17
-----------------------------------------------------------*/

.MC_wrap1{position:relative; overflow: hidden;} 
.MC_wrap2{position:relative; margin-top: -5rem; overflow: hidden;}
.MC_wrap2 .container:before{width:100rem; height:15.7rem; background: url('/00_common/images/T3030_main/3030_bg_ptrn02.png');position: absolute;right: -100%;bottom:.35rem;border-radius: 1.5rem 0 0 1.5rem;content: "";}
.MC_wrap3{position:relative; overflow: hidden; margin-top: 3rem;}
.MC_wrap3::before{width: calc(100% - 16rem);height: 15.5rem;background: #f7f7fe;position: absolute;bottom: 0;content: "";border-radius: 0 1.5rem 1.5rem 0;}
.MC_wrap3 .container{padding: 0 0 4rem;}

.MC_box1{position:relative; width: 100%;} /* 메인비주얼 */
.MC_box2{position:relative;width:100%;float:left;background: #fff;border-radius: 4.5rem 0 0 0;} /* 공지사항 */
.MC_box2::before{width: 100%;height: 6.2rem;background: #fff;position: absolute;right: -100%;top: 0;content: "";}
.MC_box3{position:relative; width:100%; height:15.5rem; margin-bottom: 5.5rem; float:right;} /* 공지사항2 */
.MC_box4{position: relative; width: calc(34% - 1.25rem); height: 100%; float: left; margin-right: 2rem; padding-bottom:0.5rem;} /* 행사일정 */
.MC_box5{position: relative;width: 33%;height: 100%;float: left;margin-right: 0.5rem;} /* 오늘의식단 */
.MC_box6{position: relative;width: calc(33% - 1.8rem);height: 100%;float: right;} /* 팝업존 */
.MC_box7{position: relative; width: 100%; float: left;} /* 학교앨범 */


@media (max-width: 1240px){
    .MC_wrap2{margin-top:-3rem;}
    .MC_wrap3{margin-top:2rem;}

    .MC_box7{width:100%; margin-right:1rem;} /* 학교앨범 */
    .MC_box7::before{display:none;}
    .MC_box8{float:left; width:38%;} /* 바로가기 */
}

@media (max-width:1024px){
	.MC_wrap3::before {width:100%; border-radius:0;}
	
	}

@media (max-width: 960px){
    .MC_wrap2 .container::before{height:15.9rem;}
    
    .MC_box3{margin-bottom:2.5rem;}
    .MC_box4{width:100%; margin-right:0; padding-bottom:2rem;} /* 행사일정 */
    .MC_box5{width:calc(53% - 1rem);} /* 오늘의식단 */
    .MC_box6{width:calc(50% - 1.5rem);} /* 팝업존 */
}

@media (max-width:768px){
    .MC_wrap2 .container::before {height: 31.5rem;}
    
    .MC_box4{width:100%;}
    .MC_box5{width:100%; margin-top:1.5rem; margin-left:0;}
    .MC_box6 {width:100%;padding-bottom: 2rem;}
}

@media (max-width:800px){
    .MC_wrap3::before{height:9.25rem;}
    .MC_wrap3 .container {padding: 0;}
    
    .MC_box7{height:17rem;}
}
@media (max-width: 600px){
    .MC_wrap2 .container:before {height:22.5rem;}
    
    .MC_box3{margin-bottom:11rem;}
    .MC_box6{width:100%; margin-left:0;}
}

@media (max-width: 480px){
    .MC_wrap2:before {width:100%; height:416px; left:0; bottom:-10px; content: "";}    
}


 