﻿

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; background: #f1f9fe;}
#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; }
#container ::-webkit-scrollbar-track { background-color: #ddd; }

.MC_wrap1 { position:relative; padding-bottom:2rem; }
.MC_wrap2 { position:relative; display: flex; justify-content: space-between; margin:2rem auto; padding-bottom:2.5rem; background:url('/images/dgedu/template/TC12/main/bg_wrap02.png') no-repeat calc(50% - 42.5rem) 3rem;}
.MC_wrap2:before { content: ''; display: block; height: 22rem; width: 500%; position: absolute; top: -2rem; left: -5rem; background: #fff; border-radius: 4rem; z-index: -1; }
.MC_wrap2:after{ display:block; content:url('/images/dgedu/template/TC12/main/bg_wrap02.png'); width:10rem; height: 10rem; position: absolute; left: -10rem; top: -5.5rem;; z-index: -2;}

.MC_wrap1 .container{ display: flex; justify-content: space-between; align-items: center; }
.MC_wrap1 .container::after{display: none;}

.MC_box1 { position:relative; width:75.45%; height:26rem; max-width:52rem; overflow: hidden; border-radius: 0 0 2rem 2rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width:21.5%; max-width: 15rem; height:26rem; border-radius: 0 0 2rem 2rem} /* 바로가기 */

.MC_box3 { position:relative; width:74.45%; height:18rem; max-width:52rem; flex-shrink: 0; } /* 게시판 */
.MC_box4 { width:23%; }

@media (max-width: 1240px) {

    #container{ padding-top:6rem;}
    .MC_wrap1{ margin:0; padding-bottom: 0;}
    .MC_wrap1 .container{ align-items: flex-start; flex-direction: column; align-items: center;}
    .MC_wrap2{ margin-top: 1rem; margin-bottom: 2rem; padding: 1rem;}
    .MC_wrap2:before{height: 100%; top:0; }

    .MC_box1{ width:100%; max-width: 100%; height: auto; margin-bottom: 1rem;} /* 메인비주얼 */
    .MC_box2{ width:100%; max-width: 100%; height:auto; padding: 0;} /* 바로가기 */

    .MC_box3{ width: 66%; height:auto; margin-bottom: 2rem; } /* 게시판 */
    .MC_box4{ width: 32%; }/*갤러리*/
}

@media (max-width: 1024px) {
    .MC_wrap1{ padding-bottom: 1rem; }
    .MC_wrap2{ flex-wrap: wrap; margin-top: 0; }
    .MC_wrap2:before{ height: 100%; top: 0; }
    .MC_wrap2:after{ display: none; }
}

@media (max-width: 768px) {

    .MC_box2{ position:relative; width:100%; height:auto; right:auto;} /* 바로가기 */
}

@media (max-width: 640px) {
    .MC_wrap2{flex-flow: column; }

    .MC_box3{width:100%;}
    .MC_box4{width:100%; max-width: 100%; }
}
@media (max-width: 540px) {
    .MC_box1{margin-bottom: 1rem;}
    .MC_box2{margin-top: 0; }
}

@media (max-width: 460px) {
}
