﻿ 
/*-----------------------------------------------------------
Author :JI, cohi
Creative date :2021. 09. 14
-----------------------------------------------------------*/

.MC_wrap1{position:relative; background:#0e426f url('/00_common/images/T3021_main/3021_bg_wrap01_1.png') no-repeat; padding:2rem 0; overflow:hidden;}  
.MC_wrap1:before {content:'';position:absolute;left:0;bottom: 2.5rem;width: 10.15rem;height: 13rem;background:url('/00_common/images/T3021_main/3021_bg_wrap01_2.png') no-repeat;}
.MC_wrap1:after {content:'';position:absolute;top: 0;right:0;width: 8rem;height: 16.45rem;background:url('/00_common/images/T3021_main/3021_bg_wrap01_3.png') no-repeat;}
.MC_wrap1 .container { z-index:2; }
.MC_wrap2{position:relative; padding:2rem 0;} 

.MC_box1{position:relative; float:left; width:46%; margin-left:22.5%; } /* 메인비주얼 */
.MC_box2{position:absolute; left:0; top:0; width:20%; } /* 바로가기 */
.MC_box3{position:relative; width:30%; float:right;} /* 학교행사 */
.MC_box3:after {content:''; position:absolute; right:-2rem; bottom:2.5rem; display:block; width:66px; height:66px; }
.MC_box4{position:relative; width:30%; float:right; margin-top:1.5rem;} /* 오늘의식단 */
.MC_box5{position:relative; width:49%; height:14.5rem; margin-bottom:1rem; float:left;} /* 공지사항 */
.MC_box6{position:relative; width:49%; height:14.5rem; margin-bottom:1rem; float:right;} /* 공지사항2 */
.MC_box7{position:relative; width:calc(100% - 18rem); float:left;} /* 포토갤러리 */
.MC_box8{position:relative;  width:16rem; float:right;} /* 팝업존 */

@media (max-width:1200px){
	.MC_wrap1:before {display:none;}
	.MC_wrap1:after {display:none;}
	}
@media (max-width: 1440px){
    .MC_box3:after {display:none;  } 
    .MC_box5{width:100%;} /* 공지사항 */
    .MC_box6{width:100%;} /* 공지사항2 */

}
@media (max-width: 1024px){  
    .MC_box1{ width:27.2rem; float:right; margin-left:0; } /* 메인비주얼 */
    .MC_box2{ position:relative; left:auto; top:auto; float:left; width:calc(100% - 28.5rem); } /* 바로가기 */
    .MC_box3{ width:27.2rem; margin-top:1.5rem; } /* 학교행사 */
    .MC_box4{ width:calc(100% - 28.5rem); float:left; } /* 오늘의식단 */
}
@media (max-width: 800px){ 
    .MC_box1{ width:100%; } /* 메인비주얼 */
    .MC_box2{ width:100%; margin:1rem 0 0; } /* 바로가기 */
    .MC_box3{ width:100%; } /* 학교행사 */
    .MC_box4{ width:100%; } /* 오늘의식단 */
    .MC_box7{ width:100%; } /* 포토갤러리 */
    .MC_box8{ width:100%; margin-top:1rem; } /* 팝업존 */
}  
 