﻿
/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 05. 10
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; background:url('/images/schl/template/T0056/main/0056_bg_left.png') no-repeat left bottom 4rem, url('/images/schl/template/T0056/main/0056_bg_right.png') no-repeat bottom 4rem right, #fff9e6; }
#container *{ scrollbar-arrow-color:#ddd; scrollbar-Track-Color:#ddd; scrollbar-base-color:#aaa; scrollbar-Face-Color:#aaa; scrollbar-3dLight-Color:#aaa; scrollbar-DarkShadow-Color:#aaa; scrollbar-Highlight-Color:#aaa; scrollbar-Shadow-Color:#aaa;}
#container ::-webkit-scrollbar { width:5px; }
#container ::-webkit-scrollbar-thumb { background-color:#aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color:#ddd; border-radius:10px; }

.MC_wrap1 { padding:2rem 0 1.5rem; }
.MC_wrap1 .container { position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;} 
.MC_wrap1 .container:after { display:none;}
.MC_wrap2 { padding-bottom:2rem; }

.MC_box1 { width:26.5rem; height:28rem; order:2; } /* 비주얼 */
.MC_cont1 { position:relative; width:calc(53% - 15rem); order:1; } /* 팝업존,행사일정 */
.MC_cont1:after { content:""; display:block; clear:both; }
.MC_cont2 { position:relative; width:calc(47% - 15rem); order:3; } /* 바로가기, 식단 */
.MC_cont2:after { content:""; display:block; clear:both; }
.MC_box2 { width:100%; height:13.5rem; } /* 팝업존 */
.MC_box3 { width:100%; height:13.25rem; margin-top:1.1rem; } /* 행사일정 */
.MC_box4 { width:100%; height:13.5rem; } /* 바로가기 */
.MC_box5 { width:100%; height:13.25rem; margin-top:1.1rem;}  /* 식단 */
.MC_box6 { width:49%; float:left;} /* 공지사항 */
.MC_box7 { width:49%; float:right;} /* 앨범 */

 
@media (max-width:1700px) { 
	#container { background-size:10rem auto, 11rem auto;}
}
@media (max-width:1540px) { 
	#container { background:#fff9e6;}
}
@media (max-width:1200px) {  
	.MC_wrap1 { padding:1rem 0; }
	.MC_cont1 { width:calc(100% - 28rem); } /* 팝업존,행사일정 */
	.MC_cont2 { width:100%; margin-top:1rem; } /* 바로가기, 식단 */
	.MC_box4 { width:calc(100% - 28rem); float:left; } /* 바로가기 */
	.MC_box5 { width:26.5rem;margin:0; float:right; }  /* 식단 */
}
@media (max-width:840px) {   
	.MC_wrap1 .container { display:block; }
	.MC_box1 { margin:0 auto; width:100%; height:auto; } /* 비주얼 */
	.MC_cont1 { width:100%; margin-top:1rem; } /* 팝업존,행사일정 */
	.MC_box2 { width:48%; float:left; } /* 팝업존 */
	.MC_box3 { width:48%; float:right; margin:0; } /* 행사일정 */
	.MC_box4 { width:48%; } /* 바로가기 */
	.MC_box5 { width:48%; }  /* 식단 */
	.MC_box6 { width:100%; height:auto; } /* 공지사항 */
	.MC_box7 { width:100%; height:auto; margin-top:1rem; } /* 앨범 */
}
@media (max-width:540px) { 
	.MC_box2 {width:100%; height:auto;} /* 팝업존 */
	.MC_box3 {width:100%; height:auto; margin-top:1rem;} /* 행사일정 */
	.MC_box4 {width:100%; height:auto; } /* 바로가기 */
	.MC_box5 {width:100%; height:auto;  margin-top:1rem;}  /* 식단 */
}
@media (max-width:580px){
}

@media (max-width:480px){
}