﻿

/* 메인 컨테이너 */
#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:57%; padding-top:1.5rem; padding-left:3%; float:right; }
.MC_wrap2{position:relative; width:43%; padding-top:1.5rem; padding-right:4.5%; float:left; }
.MC_wrap2:before { content:""; position:absolute; top:0; right:0; width:500%; height:100%; background:#fef9ee; border-bottom-right-radius:2rem; z-index:-2; }
.MC_wrap3{position:relative; padding:4rem 0 3.5rem; }

[class^="MC_box"]:after { content:""; display:block; clear:both; }
.MC_box1 { position:relative; height:21.4rem; } /* 메인비주얼 */
.MC_box2 { position:relative; margin-top:1.65rem; } /* 바로가기1 */
.MC_box3 { position:relative; height:12.5rem; } /* 게시판 */
.MC_box4 { position:relative; height:15rem; margin:1.75rem 0 2.25rem; } /* 갤러리 */
.MC_box5 { position:relative; width:30%; float:left; } /* 팝업존 */
.MC_box6 { position:relative; width:22.5%; padding-left:3%; float:left; } /* 식단 */
.MC_box7 { position:relative; width:47.5%; padding-left:3%; float:left; } /* 캘린더 */
.MC_box7:before { content:""; position:absolute; top:-2.5rem; left:-5rem; width:500%; height:calc(100% + 7.5rem); background:#f5f5f5; border-top-left-radius:2rem; z-index:-2; }



/* responsive */
@media (max-width:1450px){
}

@media (max-width:1200px) { 
	.MC_box1 { height:16.5rem; } /* 메인비주얼 */
	.MC_box3 { height:13.5rem; } /* 게시판 */
	.MC_box4 { height:12rem; } /* 갤러리 */
	.MC_box5 { width:35%; } /* 팝업존 */
	.MC_box6 { width:25%; } /* 식단 */
	.MC_box7 { width:40%; } /* 캘린더 */
}

@media (max-width:950px){
	.MC_wrap1 { width:100%; padding:.5rem 0; float:none; }
	.MC_wrap2 { width:100%; padding:2rem 0 1.5rem; float:none; }
	.MC_wrap2:before { right:auto; left:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%); }
	.MC_wrap3{padding:1.5rem 0; }
	
	.MC_box2 { margin:1.5rem 0 1rem; } /* 바로가기1 */
	.MC_box3 { height:auto; } /* 게시판 */
	.MC_box4 { height:auto; margin-bottom:0; } /* 갤러리 */
	.MC_box5 { width:100%; } /* 팝업존 */
	.MC_box6 { width:100%; margin-top:1.5rem; padding:0; } /* 식단 */
	.MC_box7 { width:100%; margin-top:1.5rem; padding:1.5rem 0; } /* 캘린더 */
	.MC_box7:before { top:0; height:calc(100% + 3rem ); }
}

@media (max-width:480px){
	.MC_box1 { height:14rem; } /* 메인비주얼 */
}

@media (max-width:380px){
	.MC_box1 { height:12rem; } /* 메인비주얼 */
}