﻿

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
#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; height:5px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.MC_wrap1 { position:relative; width:39.35rem; float:left; }
.MC_wrap2 { position:relative; height:40.35rem; padding:2.5rem calc(100% - 39.35rem) 3.25rem 0; clear:both; }

[class^="MC_box"]:after { content:""; display:block; clear:both; }
.MC_box1 { position:relative; width:calc(100% + 18rem); height:24.35rem; float:right; } /* 메인비주얼 */
.MC_box1:before { content:""; position:absolute; top:0; right:0; width:500%; height:100%; background:rgba(0,0,0,.05); }
.MC_box2 { position:relative; width:100%; height:8rem; padding-right:1.5rem; clear:both; } /* 바로가기1 */
.MC_box2:before { content:""; position:absolute; top:0; right:0; width:500%; height:100%; background:#008bda; border-bottom-right-radius:4rem; }
.MC_box3 { position:relative; width:calc(100% - 39.35rem); height:32.25rem; padding-top:2rem;  padding-left:4%; float:right; } /* 게시판 */
.MC_box4 { position:relative; padding-bottom:2.25rem; } /* 갤러리 */
.MC_box5 { position:absolute; top:2.5rem; right:0; width:calc(100% - 39.35rem); padding-left:4%; } /* 캘린더 */
.MC_box6 { position:relative; width:50%; float:left; padding:2.25rem 4.5% 0 0; } /* 팝업존 */
.MC_box6:before { content:""; position:absolute; top:0; right:0; width:500%; height:calc(100% - 3.75rem); background:#64b1ff url(/images/schl/template/T0085/main/0085_dot_popup.png)no-repeat calc(100% - 14rem) -10rem/39.5rem 43.25rem; border-radius:0 2rem 2rem 0; }
.MC_box7 { position:relative; width:46%; float:left; margin-left:4%; padding:1.5rem 2rem 2.25rem 2rem; background:#a2eaff url(/images/schl/template/T0085/main/0085_bg_meal.png)no-repeat bottom right; border-radius:2rem;} /* 식단 */


/* responsive */
@media (max-width:1450px){
}

@media (max-width:1200px) {
	.MC_wrap1 { width:60%; }
	.MC_wrap2 { height:35.35rem; padding:1.75rem 40% 3rem 0; }

	.MC_box1 { width:104%; } /* 메인비주얼 */
	.MC_box3 { width:40%; padding-left:2.5%; } /* 바로가기1 */
	.MC_box4 { padding-bottom:1rem; } /* 갤러리 */
	.MC_box5 { top:1.75rem; width:40%; padding-left:2.5%; } /* 캘린더 */
	.MC_box6 { padding-right:0; } /* 팝업존 */
	.MC_box6:before { right:1.5rem; }
	.MC_box7 { padding:1.5rem 1rem; } /* 식단 */
	
}

@media (max-width:950px){
	.MC_wrap1 { width:100%; float:none; }
	.MC_wrap2 { height:auto; padding:1.5rem 0; }

	.MC_box1 { width:calc(100% + 1rem); height:auto; margin-bottom:1.5rem; border-bottom-right-radius:4rem; overflow:hidden; } /* 메인비주얼 */
	.MC_box2 { height:9rem; padding-right:0;  } /* 바로가기1 */
	.MC_box2:before { left:50%; border-radius:0; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); }
	.MC_box3 { width:100%; height:auto; float:none; margin-top:1.5rem; padding:0; } /* 게시판 */
	.MC_box4 { padding-bottom:0; } /* 갤러리 */
	.MC_box5 { position:relative; top:auto; right:auto; width:100%; margin-top:1.5rem; padding-left:0; } /* 캘린더 */
	.MC_box6 { width:100%; margin-top:1.5rem; float:none; } /* 팝업존 */
	.MC_box6:before { background:#64b1ff; }
	.MC_box7 { width:100%; margin:1.5rem 0 0 0; float:none; } /* 식단 */
}
@media (max-width:768px){
	.MC_box2 { height:auto; padding:.5rem 0; } /* 바로가기1 */
}
@media (max-width:480px){
	.MC_box1 { margin-bottom:1rem; border-bottom-right-radius:2.5rem; } /* 메인비주얼 */
	.MC_box4 { margin-top:1rem; } /* 갤러리 */
	.MC_box5 { margin-top:1rem; } /* 캘린더 */
	.MC_box6 { margin-top:1rem; padding-top:1rem; } /* 팝업존 */
	.MC_box7 { margin-top:1rem; } /* 식단 */
}

@media (max-width:380px){
}