﻿ 
/*-----------------------------------------------------------
Author :JI, cohi
Creative date :2021. 09. 14
-----------------------------------------------------------*/

.MC_wrap1{position:relative; overflow: hidden;} 
.MC_wrap1::before{width: 552px; height: 265px; background: url('/00_common/images/T3023_main/3023_visual_bg.png') no-repeat left bottom; background-size: contain; position: absolute; left: 0; bottom: 0; z-index: 1; content: '';}
.MC_wrap2{position:relative;}
.MC_wrap2:before {width: 8.3rem;height: 9.6rem;background: url('/00_common/images/T3023_main/3023_bg_wrap2.png') no-repeat;background-size: contain;position: absolute;bottom: 0;right: 0;z-index: 1;content: '';}
.MC_wrap3{position:relative;overflow: hidden;} 
.MC_wrap3::before{width: calc(100% - 11rem);height: calc(100% - 5rem);position: absolute;bottom: 0;right: 0;background: #eaf4f3;border-radius: 1.5rem 0 0 1.5rem;content: '';}
.MC_wrap3:after {width: 8.3rem;height: 12.55rem;background: url('/00_common/images/T3023_main/3023_bg_wrap3_1.png') no-repeat;background-size: contain;position: absolute;top: 0;right: 0;z-index: 1;content: '';}

.MC_box1{position:relative; width: 100%;} /* 메인비주얼 */
.MC_box2{position:relative; width: 100%; margin-bottom: 1.5rem;} /* 바로가기 */
.MC_box3{position:relative; width: 47.5%; height: 19rem; float: left;} /* 공지사항1 */
.MC_box4{position:relative; width: 47.5%; height: 19rem; float: right;} /* 공지사항2 */
.MC_box5{position: relative; width: 100%; margin-bottom: 3rem;} /* 행사일정 */
.MC_box6{position: relative; width: calc(100% - 20rem); float: left;} /* 학교앨범 */ 
.MC_box7{position: relative; width: 17.5rem; float: right;} /* 팝업존 */
.MC_box8{position: relative; width: 100%; float: left; margin: 3rem 0;} /* 오늘의식단 */
.MC_box8::before{width: 8.5rem;height: 17.95rem;background: url('/00_common/images/T3023_main/3023_bg_wrap.png') no-repeat;background-size: contain;position: absolute;bottom: -3rem;left: -18rem;z-index: 1;content: '';}

@media (max-width: 1680px){
    .MC_wrap3::before {width:calc(100% - 2rem);}
}

@media (max-width: 1500px){
	.MC_wrap2:before {display:none;}
	.MC_wrap3:after {display:none;}
	}
@media (max-width:1360px){
    .MC_wrap3::before {width:100%; border-radius:0;}
	
}
@media (max-width: 1240px){
    .MC_wrap1::before{width: 300px; height: 200px;}


    .MC_box3::before{display: none;}
    .MC_box7{width: 18.5rem;}
}
@media (max-width: 840px){
    .MC_wrap1::before{width: 200px; height: 120px;}

    .MC_box3{width: 100%; margin-bottom: 1rem;}
    .MC_box4{width: 100%;}
    .MC_box5{margin-bottom: 1rem;}
    .MC_box6{width: 100%; margin-bottom: 1rem;}
    .MC_box7{width: 100%;}
    .MC_box8{margin: 2rem 0;}
}
@media (max-width: 780px){
    .MC_box4{width: 100%;}
    .MC_box5{width: 100%; margin-top: 2rem;}

}
@media (max-width: 480px){
    .MC_wrap1::before {display:none;}
    .MC_box3{margin-bottom: 0;}
}
 