﻿

/* 메인 컨테이너 */
#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; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }


.MC_wrap1 { position:relative; padding-top:2.5rem; }
.MC_wrap1 .container:before  { content:""; position:absolute; top:-10rem; right:-18rem; width:15.5rem; height:15.5rem; background:#fefbf2; border-radius:50%; }
.MC_wrap2 { position:relative; padding:3rem 0 1.5rem; }
.MC_wrap3 { position:relative; padding:1.5rem 0; }
.MC_wrap3 .container:before  { content:""; position:absolute; top:-3rem; right:-28rem; width:18rem; height:18rem; background:#fffaf1; border-radius:50%; }
.MC_wrap4 { position:relative; }
.MC_wrap4 .container { padding:3rem 0; }
.MC_wrap4 .container:before { content:""; position:absolute; bottom:0; left:-55rem; width:140rem; height:20.25rem; background:url(/images/schl/template/T0092/main/0092_bg_gallery.png)no-repeat center/100% 100%; }

[class^="MC_box"]:after { content:""; display:block; clear:both; }
.MC_box1 { position:relative; height:24.1rem; z-index:1; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; } /* 바로가기1 */
.MC_box3 { position:relative; width:50%; height:19rem; padding-right:2%; float:left; } /* 게시판1 */
.MC_box4 { position:relative; width:50%; height:19rem; padding-left:2%; float:left; } /* 게시판2 */ 
.MC_box5 { position:relative; width:23.5rem; height:12.5rem; float:left; } /* 팝업존 */
.MC_box6 { position:relative; width:calc(100% - 23.5rem); height:12.5rem; padding-left:5%; float:left; } /* 캘린더 */
.MC_box7 { position:relative; width:65%; float:left; } /* 갤러리 */
.MC_box8 { position:relative; width:35%; padding-left:5%; float:left; } /* 식단 */ 


/* responsive */
@media (max-width:1450px){
}

@media (max-width:1200px) { 
	.MC_wrap1 { padding:1.5rem 0; }
	.MC_wrap2 { padding:1rem 0 1.5rem; }
	.MC_wrap4 .container { padding:2.5rem 1rem; }
	
	.MC_box1 { height:auto; } /* 메인비주얼 */
	.MC_box3 { padding-right:1%; } /* 게시판1 */
	.MC_box4 { padding-left:1%; } /* 게시판2 */ 
	.MC_box6 { padding-left:3.5%; } /* 캘린더 */
	.MC_box8 { padding-left:3.5%; } /* 식단 */
}

@media (max-width:950px){
	.MC_wrap1 { padding:1.5rem 0; }
	.MC_wrap2 { padding:0 0 .75rem; }
	.MC_wrap3 { padding:.75rem 0; }
	.MC_wrap4 .container { padding:.75rem 1rem 2rem; }
	
	.MC_box3 { float:none; width:100%; height:auto; padding:0; } /* 게시판1 */
	.MC_box4 { float:none; width:100%; height:auto; margin-top:1.5rem; padding:0; } /* 게시판2 */ 
	.MC_box5 { float:none; width:100%; height:auto; } /* 팝업존 */
	.MC_box6 { float:none; width:100%; height:auto; margin-top:2rem; padding-left:0; } /* 캘린더 */
	.MC_box7 { float:none; width:100%; height:auto; } /* 갤러리 */
	.MC_box8 { float:none; width:100%; margin-top:2rem; padding-left:0; } /* 식단 */ 
}

@media (max-width:480px){
}

@media (max-width:380px){
}