﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; } 

.MC_wrap1 {position: relative; }
.MC_wrap2 {position: relative; margin-top: 2.1rem;}
.MC_wrap2 .container { display: flex; flex-direction: column;}
.MC_wrap4 {position: relative; padding: 1.5rem 0 3rem; margin-top: 2.65rem;} 
.MC_wrap4::before { content: ''; display: block; width: 100vw; height: 100%; background:#f3f8fe; position: absolute; top: 0; left: 0; z-index: -3;} 
.MC_wrap4::after { content: ''; display: block; width: 117.45rem; height: 20rem; background:url('/images/schl/template/T0081/main/0081_wrap_bg2.png') no-repeat center / contain; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);z-index: -1;} 
.MC_wrap4 .container::before { content: ''; display: block; width: 84.7rem; height: 18.15rem; background: url('/images/schl/template/T0081/main/0081_wrap_bg1.png') no-repeat 4rem / contain; position: absolute; bottom: -3rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);} 

.MC_box1 {width: 100%; height: 28.5rem;} /* 메인비주얼 */
.MC_box2 {width: 100%; height: 8rem; margin-bottom: 1.5rem; } /* 바로가기 */
.MC_box3 {position: relative; float: left; margin-right: 2.5rem; width: calc(100% - 21.5rem); height:13.75rem;} /* 게시판 */
.MC_box4 {float: right; width: 17.5rem; height:13.75rem;} /* 팝업존 */
.MC_box5 {position: relative; float: left; width: calc(100% - 19.9rem); height: 15.3rem; margin-top: 2rem;} /* 캘린더 */
.MC_box6 {float: right; width: 17.5rem; height: 15.3rem; margin-top: 2rem;} /* 오늘의 식단 */
.MC_box7 {width: 100%; height: 15.5rem;} /* 포토갤러리 */

@media (max-width: 1400px) { 
	.MC_box1 {height: auto;} /* 메인비주얼 */
}

@media (max-width: 1240px) {

}

@media (max-width: 1024px) {
	#container { padding-top:3.5rem; } 
    .MC_wrap2 { padding-top: 0; margin-top: 0;}
    .MC_wrap2 .container { flex-direction: column-reverse;}
	.MC_wrap4 {padding: 1.5rem 0 2.4rem; margin-top: 2.1rem;} 
	.MC_wrap4::after { height: 19.4rem; } 

	.MC_box1 { margin-bottom:1.8rem;} /* 메인비주얼 */
    .MC_box3 { width: calc(100% - 20.5rem); } /* 게시판 */
    .MC_box2 {position: relative;top: 0;left: 0;float: left;margin: 2rem 0 0;} /* 바로가기 */ 
    .MC_box5 { width: calc(100% - 19rem); } /* 캘린더 */
}

@media (max-width: 900px) {
	.MC_wrap4 {padding: 1rem 0 2rem; margin-top: 1.5rem;} 
	
	.MC_box2 { margin-top: 1.5rem;} /* 바로가기 */ 
	.MC_box3 {margin-left: 0; width: 100%; height: auto;} /* 게시판 */
	.MC_box4 {margin-top: 1.2rem; width: 100%; height:auto;} /* 팝업존 */
	.MC_box5 { margin-top: 1rem;} /* 캘린더 */
	.MC_box6 { margin-top: 1rem;} /* 오늘의 식단 */
}

@media (max-width: 768px) { 
	.MC_box2 {height: auto;} /* 바로가기 */
	.MC_box5 {width: 100%; height: auto; } /* 캘린더 */
	.MC_box6 {margin-top:1rem; width: 100%; height: auto; padding-bottom:2rem;} /* 오늘의 식단 */
	.MC_box7 {height: auto;} /* 포토갤러리 */
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {  
}

@media (max-width: 320px) {
	.MC_box5 {padding-left:0; padding-right:0;} /* 캘린더 */
	.MC_box6 {padding-bottom:0;} /* 오늘의 식단 */
}