﻿/* 메인 컨테이너 */
#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; }
.MC_wrap1:before { position:absolute; top:5rem; left:50%; margin-left:-44.8rem; width:8.7rem; height:8.65rem; background:url('/images/template/T0032/main/0032_bg_wrap1.png'); content:''; }
.MC_wrap2 { position:relative; margin-top:-4.5rem; }
.MC_wrap2:before { position:absolute; top:2rem; right:50%; margin-right:-45rem; width:9.4rem; height:9.25rem; background:url('/images/template/T0032/main/0032_bg_wrap2.png'); content:''; }
.MC_wrap3 { position:relative; padding:2.5rem 0; }
.MC_wrap3 .container:before { content:""; position:absolute; right:calc(48% - 8rem); bottom:0; border-radius:0 .5rem .5rem 0; width:200%; height:6.75rem; background:url('/images/template/T0032/main/0032_ptrn3.png'); }

.MC_box1 { position:relative; width:100%; height:21rem; max-width:66rem; margin:0 auto; border-radius:0 0 0 3.5rem; overflow:hidden; z-index:2; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; height:auto; padding:6rem 0 1.5rem; } /* 바로가기 */
.MC_box2:before { position:absolute; top:0; right:-3rem; width:200%; height:100%; background:#f5f5f5; border-radius: 0 0 4rem 0; z-index:-1; content:""; } /* 바로가기 */
.MC_box3 { position:relative; width:100%; height:14.5rem; margin:2rem 0 2.5rem; } /* 게시판 */
.MC_box4 { position:relative; width:100%; height:5.5rem; } /* 식단 */
.MC_box5 { position:relative; width:17.5rem; height:14rem; margin-right:2%; float:left; } /* 팝업존 */
.MC_box6 { position:relative;  width:calc(48% - 11.3rem); height:14rem; margin:0 2%; float:left; } /* 학교앨범 */
.MC_box7 { position:relative; width:calc(48% - 9.75rem); height:17.25rem; float:right; } /* 일정 */

@media (max-width: 1240px) {
	.MC_box1 { height:auto; border-radius:0; }
    .MC_box2:before { border-radius: 0; } /* 바로가기 */

}

@media (max-width: 1024px) {
 
	.MC_box2 { height:auto; } /* 바로가기 */
    .MC_box5 { margin-right:1%; } /* 팝업존 */
	.MC_box6 { width:calc(48% - 9rem); margin:0 1%; } /* 학교앨범 */
	.MC_box7 { width:calc(48% - 9rem); } /* 일정 */

}

@media (max-width: 980px) {
    .MC_wrap3 { padding:2rem 0 0; }
    .MC_wrap3 .container:before { left:0; bottom:19.5rem; }

	.MC_box4 { height:auto; } /* 식단 */
    .MC_box5  { margin-right:2%; margin-bottom:4.5rem; }/* 팝업존*/
    .MC_box6 { width:calc(100% - 19rem); margin-right:0; margin-bottom:4.5rem; } /* 포토갤러리 */
    .MC_box7 { width:100%; height:auto; margin-bottom:1.5rem; }/* 일정 */
}

@media (max-width: 640px) {
    .MC_box3 { height:auto;} /* 게시판 */
    .MC_box4 { height:auto; } /* 식단 */
    .MC_box5 {width:100%; height: auto; margin-bottom:2rem;} /* 팝업존 */
    .MC_box6 {width:100%; } /* 학교앨범 */

}
@media (max-width: 480px) {
	.MC_wrap3 { padding:1.5rem 0 0; }
	.MC_wrap3 .container:before { bottom: 19rem;  height: 4rem; }

	.MC_box2 { padding:5.5rem 0 1rem; } /* 바로가기 */
	.MC_box3 { margin:1.5rem 0; } /* 게시판 */
	.MC_box5 { margin-bottom:1.5rem;} /* 팝업존 */
	.MC_box6 {margin-bottom:3rem; } /* 포토갤러리 */
}