﻿/* 메인 컨테이너 */
#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; }
.MC_wrap1:before{ content:""; position:absolute; right:calc(50% - 40rem); top:3rem; width:15.5rem; height:15.5rem; background:url('/images/template/T1004/main/1004_wrap_bg1.png') no-repeat center; }
.MC_wrap2 { position:relative; padding:2rem 0 3.75rem;}

.con_wrap { position:relative; width:35%; float:right; }

div[class^="MC_box"]::after { display:block; clear:both; content:""; } 
.MC_box1 { position:relative; width:62%; height:25.5rem; float:left; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; height:17rem; margin:1.5rem 0;} /* 바로가기1 */
.MC_box3 { position:relative; width:100%; height:5rem; } /* 바로가기2 */
.MC_box4 { position:relative; width:62%; height:15rem; float:left; } /* 게시판 */
.MC_box5 { position:relative; width:35%; height:15rem; float:right; } /* 갤러리 */
.MC_box6 { position:relative; width:62%; height:10rem; float:left;  margin-bottom:3rem; margin-top:3.5rem; } /* 바로가기3 */
.MC_box7 { position:relative; width:35%; height:10rem; float:right;  margin-bottom:3rem; margin-top:3.5rem; } /* 바로가기4 */
.MC_box8 { position:relative; width:35%; height:16rem; float:left; } /* 관내학교현황 */
.MC_box9 { position:relative; width:24%; height:16rem; float:left; margin:0 3%; } /* 바로가기5 */
.MC_box10 { position:relative; width:35%; height:16rem; float:right; } /* 팝업존 */


@media (max-width:1440px){
    .MC_box1 { width:63%; } /* 메인비주얼 */
    .MC_box4 { width:63%; } /* 게시판 */
    .MC_box6 { width:63%; } /* 바로가기3 */
    .MC_box8 { width:36%; } /* 관내학교현황 */
    .MC_box9 { width:25%; margin:0 2%; } /* 바로가기5 */
}

@media (max-width:1240px) {

    .con_wrap { width:42%; }

    .MC_box1 { width:56%; height:25.5rem;} /* 메인비주얼 */
    .MC_box4 { width:56%; } /* 게시판 */
    .MC_box5 { width:42%; } /* 갤러리 */
    .MC_box6 { width:56%; margin-bottom:1.5rem; margin-top:2rem; } /* 바로가기3 */
    .MC_box7 { width:42%; margin-bottom:1.5rem; margin-top:2rem; } /* 바로가기4 */
    .MC_box8 { width:100%; height:auto; float:none; overflow:hidden; margin-bottom:1.5rem; } /* 관내학교현황 */
    .MC_box9 { width:calc(98% - 24rem); margin-left:0; margin-right:2%; } /* 바로가기5 */
    .MC_box10 { width:24rem;} /* 팝업존 */
}

@media (max-width:1024px) {

    .MC_wrap1 .container{ padding:0;}
    .con_wrap { width:100%; padding:0 1rem;}

    .MC_box1 { width:100%; height:auto;} /* 메인비주얼 */
    .MC_box2 { height:auto;} /* 바로가기1 */
    .MC_box3 { height:auto;} /* 바로가기2 */
}

@media (max-width:960px) {

    .MC_box4 { width:100%; height:auto; float:none;} /* 게시판 */
    .MC_box5 { width:100%; height:auto; float:none; margin:1.5rem 0 3.5rem; } /* 갤러리 */
    .MC_box6 { width:100%; height:auto; float:none; margin-top:1.5rem; } /* 바로가기3 */
    .MC_box7 { width:100%; height:auto; float:none; margin-top:0; } /* 바로가기4 */
}

@media (max-width:840px) {
    .MC_wrap2{ padding-bottom:2rem;}

    .MC_box9 { width:100%; height:auto; margin-right:0; margin-bottom:1.5rem; } /* 바로가기5 */
    .MC_box10 { width:100%; height:auto;} /* 팝업존 */
}

@media (max-width:460px){
    .MC_box5{ margin-bottom:2.5rem;} /* 갤러리 */
}