﻿

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; background:url('/images/dgedu/template/TD06/main/bg_bottom.png') no-repeat center bottom 20rem / contain; }
#container:before { content:""; position:absolute; left:0; bottom:0; width:100%; height:20rem; background:#fcf7e9; z-index:-1; }
#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 { position:relative; padding:2rem 0 3rem; background:url('/images/dgedu/template/TD06/main/bg_wrap01_1.png') no-repeat left top, url('/images/dgedu/template/TD06/main/bg_wrap01_2.png') no-repeat right 3.5rem bottom 8rem; }
.MC_wrap3 { position:relative; margin-top:3.5rem; padding-bottom:3.5rem; z-index:1; } 
.MC_wrap3 .container:before { content:""; position:absolute; left:-4rem; top:0; width:200%; height:100%; background:#fff url('/images/dgedu/template/TD06/main/bg_wrap03.png') no-repeat left top; border-radius:2.5rem; box-shadow:0 0 32px rgba(28,58,85,0.07); z-index:-1; }
 
.MC_box1 { position:relative; width:100%; height:24.5rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; height:auto; margin-top:2.5rem; } /* 바로가기1 */
.MC_box3 { position:relative; width:55%; float:left; } /* 공지사항 */
.MC_box4 { position:relative; width:40%; float:right; } /* 체험후기 */
.MC_box5 { position:relative; width:100%; height:27.85rem; padding:4rem 0 3.5rem; } /* 포토갤러리 */  
.MC_box5:before { content:""; position:absolute; left:0; bottom:-25px; width:210px; height:213px; background:url('/images/dgedu/template/TD06/main/img_gallery.png') no-repeat; }
  
@media (max-width: 1440px) { 
    .MC_box1 { height:auto; } /* 메인비주얼 */  
    .MC_wrap3 .container:before { left:-12rem;} 
}

@media (max-width: 1240px) {

    #container{ padding-top:6rem;}  
    .MC_wrap3 { margin-top:2rem; padding-bottom:2rem; }

    .MC_box3 {width:58%;} /* 공지사항 */
    .MC_box4 {width:40%;} /* 체험후기 */ 
    .MC_box5 {height:24rem; padding:2.5rem 0;} /* 포토갤러리 */  
} 
@media (max-width: 860px) { 
    .MC_box3 {width:100%;} /* 공지사항 */
    .MC_box4 {width:100%; margin-top:1.5rem; } /* 체험후기 */   
}
@media (max-width: 768px) { 
    .MC_wrap1 { padding:1.5rem 0 2rem; background-size:50% auto; background-position:left top, right -3rem bottom;}
    .MC_box2 { margin-top:1rem; } /* 바로가기1 */
    .MC_box5 { height:auto; padding:1.5rem 0; } /* 포토갤러리 */  
    .MC_box5:before { display:none; }
} 
@media (max-width: 460px) { 
}