﻿/* 메인 컨테이너 */
#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; padding-bottom:3rem; }
.MC_cont { position:relative; width:17.5rem; height:30.75rem; float:left; }
.MC_wrap2 {  }

.MC_box1 { position:absolute; left:20rem; width:58rem; height:30.75rem; } /* 비주얼 */
.MC_box2 { width:100%; height:13.75rem; margin-top:1.75rem; } /* 팝업존 */
.MC_box3 { position:absolute; bottom:0; right:-4.5rem; width:22rem; height:13.5rem; } /* 식단 */
.MC_box3:before { position:absolute; top:0; right:0; width:400%; height:100%; background:#ffe6a5; border-radius: 0 1rem 1rem 0; content:''; }
.MC_box4 { width:100%; height:auto; } /* 공지사항 */
.MC_box5 { width:66%; height:auto; margin-top:2.5rem; padding-top:0.5rem; float:left; } /* 바로가기 */
.MC_box6 { width:30%; height:auto; margin-top:2.5rem; float:right; } /* 포토갤러리 */
.MC_box7 { width:100%; height:auto; margin:2.5rem 0 3rem; } /* 학사일정 */


@media (max-width:1240px){
}
@media (max-width:1024px){
    #container { padding-top:3.5rem; }

    .MC_wrap1 { padding-bottom:2rem; }

    .MC_box1 { left:20.5rem; } /* 비주얼 */
    .MC_box5 { margin-top:1.5rem; }
    .MC_box6 { margin-top:1.5rem; } /* 포토갤러리 */
    .MC_box7 { margin:1.5rem 0 2rem; } /* 학사일정 */
}
@media (max-width:970px){
	.MC_wrap1 { padding-bottom:1.5rem; }

    .MC_cont { width:100%; height:auto; }

    .MC_box1 { position:relative; width:calc(100% + 1rem); height:auto; left:0; }
    .MC_box2 { width:48%; float:left; margin-top:1.5rem;} /* 팝업존 */
    .MC_box3 { position:relative; bottom:auto; right:auto; width:48%; height:13.75rem; float:right; margin-top:1.5rem;} /* 식단 */
	.MC_box3:before { width:100%; border-radius: 1rem; }
    .MC_box5 { padding-top:0; }
    .MC_box6 { margin:1.5rem 0;}
}
@media (max-width:768px){
    .MC_box2 {width:100%; height:auto;} /* 팝업존 */
    .MC_box3 {width:100%; margin-top:1.5rem; } /* 식단 */
    .MC_box3:before { width:200%; }
    .MC_box5 {width:100%;} /* 바로가기 */
    .MC_box6 {width:100%; margin-bottom:0; } /* 포토갤러리 */
}
@media (max-width:580px){
}
@media (max-width:480px){
}

@media (max-width:380px){
	.MC_box3 { height:12.5rem; } /* 식단 */
}