﻿/* 메인 컨테이너 */
#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: 3px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.MC_wrap1 { position:relative; margin:1.5rem 0 0; }
.MC_wrap1 .container:before { content:""; position:absolute; top:-12.75rem; right:-6.75rem; width:500%; height:calc(100% + 11.6rem); border-bottom-right-radius:3.75rem; background:#f9f9f9; }
.MC_wrap2 { margin:1rem 0; }
.MC_wrap3 { padding:2.5rem 0 3.5rem; }
.MC_wrap3 .container:before { content:""; position:absolute; top:2rem; left:-6.25rem; z-index:-2; width:500%; height:calc(100% + 1.5rem); border-top-left-radius:1.5rem; background:#eef3fb; border-radius:0 0 0 4rem; }

[class^="MC_box"]:after { content:""; display:block; clear:both; }
.MC_box1 { position:relative; height:24rem; z-index:1; } /* 메인비주얼 */
.MC_box2 { position:relative; height:9.1rem; } /* 바로가기1 */
.MC_box3 { position:relative; height:17.1rem; } /* 게시판 */
.MC_box4 { position:relative; margin-top:1.5rem; } /* 캘린더 */
.MC_box5 { position:relative; } /* 식단 */
.MC_box6 { position:relative; width:calc(100% - 19rem); height:18rem; margin-top:2rem; padding-right:5%; float:left; } /* 갤러리 */ 
.MC_box7 { position:relative; width:17.5rem; height:18rem; margin-top:2rem; float:right; } /* 팝업존 */
.MC_box7:before { content:""; position:absolute; bottom:-4rem; right:-10.7rem; z-index:-1; width:288px; height:289px; background: url('/images/template/T0025/main/0025_bg_MC_wrap3.png') no-repeat 0 0; }
 

/* responsive */
@media (max-width:1780px){
	.MC_wrap1 .container:before { right:0; }
	
	.MC_box2 { padding-left:1.5rem; } /* 바로가기1 */
}

@media (max-width:1200px) { 
	.MC_wrap1 { margin-bottom:1rem; }
	.MC_wrap1 .container:before { top:-11rem; height:calc(100% + 10rem); right:1rem; }
	.MC_wrap2 { margin:1rem 0; }
	.MC_wrap3 { padding-top:1.5rem; }
	.MC_wrap3 { padding-bottom:1.75rem; }
	
	.MC_box1 { height:auto; } /* 메인비주얼 */
	.MC_box3 { height:auto; } /* 게시판 */
	.MC_box4 { margin-top:1rem; } /* 캘린더 */
	.MC_box6 { margin-top:1.75rem; } /* 갤러리 */ 
	.MC_box6 { margin-top:1.75rem; } /* 팝업존 */
}

@media (max-width:950px){
	.MC_wrap1 .container:before { left:-50%; top:-10rem; }
	.MC_wrap2 { margin:2.3rem 0 1rem; }
	.MC_wrap3 { padding-bottom:1.75rem; }
	
	.MC_box2 { height:auto; padding-left:0; } /* 바로가기1 */
	.MC_box6 { width:100%; height:auto; padding-right:0; float:none; } /* 갤러리 */ 
	.MC_box7 { width:100%; height:auto; padding-left:0; float:none;  } /* 팝업존 */
	.MC_box7:before { display:none; }

}

@media (max-width:768px){
	.MC_box4 { margin-top:1.5rem; } /* 캘린더 */

}

@media (max-width:480px){
	.MC_wrap3 .container:before {top:8.5rem; height:calc(100% + -6.5rem);}
	
	.MC_box7 {margin-top:1rem;}
}

@media (max-width:380px){
}
@media (max-width:350px){
	.MC_wrap3 .container:before {top:11.5rem;}
}