﻿
.MC_wrap1 { position:relative; padding:3.5rem 0 3rem;}
.MC_wrap2 { position:relative; padding:3rem 0; background: rgb(255,244,244); background: -moz-linear-gradient(90deg, rgba(255,244,244,1) 0%, rgba(253,245,209,1) 100%); background: -webkit-linear-gradient(90deg, rgba(255,244,244,1) 0%, rgba(253,245,209,1) 100%); background: linear-gradient(90deg, rgba(255,244,244,1) 0%, rgba(253,245,209,1) 100%); }
.MC_wrap3 { position:relative; padding:3rem 0; }

.MC_box1 { position:relative; width:53%; float:left; margin-top:1rem; } /* 검색서비스 */
.MC_box2 { position:relative; width:45%; float:right; } /* 바로가기1 */
.MC_box3 { position:relative; width:100%; } /* 빠른예약 */
.MC_box4 { position:relative; width:48%; float:left; } /* 공지사항 */
.MC_box5 { position:relative; width:50%; float:right; padding-left:2.5rem; } /* 바로가기2 */
.MC_box5:before { content:""; position:absolute; left:0; bottom:-3rem; width:300%; height:12rem; background:url('/images/dgedu/template/TC26/main/bg_MCbox5.png'); border-radius:2rem 0 0 0; z-index:-1;}

@media (max-width:1440px) {   
    .MC_wrap1 { padding:2rem 0; }
    .MC_wrap2 { padding:2rem 0; }
    .MC_wrap3 { padding:2rem 0;}
}
@media (max-width:1240px) {
    #container{ padding-top:6rem;}
    
    .MC_box1 { margin-top:0;}/* 검색서비스 */
    .MC_box4 { width:32%; } /* 공지사항 */
    .MC_box5 { width:66%; padding-left:1.5rem; } /* 바로가기2 */
    .MC_box5:before { bottom:-3.5rem; height:70%; }
}
@media (max-width:768px) {
    .MC_wrap1 { padding:1.5rem 0; }
    .MC_wrap2 { padding:1.5rem 0; }
    .MC_wrap3 { padding:1.5rem 0;} 
    
    .MC_box1 { width:100%; }/* 검색서비스 */
    .MC_box2 {width:100%; margin-top:1.5rem; } /* 바로가기1 */
    .MC_box4 { width:100%; } /* 공지사항 */
    .MC_box5 { width:100%; padding-left:0; margin-top:1.5rem; padding-bottom:1.5rem; } /* 바로가기2 */
    .MC_box5:before { left:-1rem; bottom:0; }

}