﻿
/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 03. 22
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; background:#f2faff; }
#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 { padding:2rem 0 1.8rem; } 
.MC_wrap3 { padding:2.5rem 0 3rem; }

.MC_box1 { position:relative; height:25rem; overflow:hidden; } /* 비주얼 */ 
.MC_box2 { position:relative; width:65%; height:15rem; float:left; } /* 공지사항 */
.MC_box3 { position:relative; width:32%; height:14.6rem; float:right; } /* 팝업존*/
.MC_box4 { position:relative; width:100%; height:4.4rem; float:left; margin-top:1rem; } /* 식단 */
.con_wrap { position:relative; width:48%; float:left;}
.MC_box5 { width:100%; height:11.8rem;  } /* 학사일정 */
.MC_box6 { width:100%; height:5.7rem; margin-top:1rem;} /* 바로가기 */
.MC_box7 { position:relative; width:49%; height:18.5rem; float:right; } /* 포토갤러리 */

@media (max-width:1240px) {
	.MC_box1{ height:auto; } 
    .con_wrap { position:relative; width:65%; float:left;}
    .MC_box7 { width:32%; } /* 포토갤러리 */
} 
@media (max-width:860px) {
    .MC_box2 {width:100%; height:auto; } /* 공지사항 */
    .MC_box3 { width:100%; height:auto; } /* 팝업존*/
    .con_wrap { position:relative; width:100%; }
    .MC_box6 { height:auto; float:none;} /* 바로가기 */
    .MC_box7 { width:100%; height:auto; margin-top:1rem; }  /* 포토갤러리 */
}
@media (max-width:768px) {
    .MC_wrap1 { padding:1rem 0; }
    .MC_wrap3 { padding:2rem 0 1rem; }

    .MC_box4 { height:auto; } /* 식단 */
}
@media (max-width:580px) {
    .MC_box5  { height:auto; float:none; }/* 학사일정 */

}