﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 { position: relative; margin-bottom: 2.5rem; }
.MC_wrap2 { position:relative; }
.MC_wrap3 { position:relative; padding:2.6rem 0; }
.MC_wrap3::before { content: ""; display: block; width: 300vw; height: 100%; background: url('/images/schl/template/T0082/main/0082_wrap_pttrn.png'); position: absolute; bottom: 0; right: calc((100% - 60rem)/2 - 3.7rem); border-radius: 0 2.5rem 0 0; }
.MC_wrap3::after { position: absolute; content: ""; bottom: 0; left: calc((100% - 60rem)/ 2 - 18rem ); width:7.5rem; height: 8.35rem; background: url(/images/schl/template/T0082/main/0082_wrap3-doco01.png) no-repeat; }
.MC_wrap3 .container::after { display: block; content:""; clear: both; }
.MC_wrap3 .container::before { position: absolute; content: ""; width:7.65rem; height: 8rem; bottom: -2.6rem; right: -3.7rem; background: url(/images/schl/template/T0082/main/0082_wrap3-doco02.png) no-repeat; }

.MC_box1 { position:relative; max-width:96rem; height:21rem; margin: 0 auto;} /* 비주얼 */ 
.MC_box2 { position:relative; width:18rem; height:15.6rem; float:left; } /* 학사일정 */
.MC_box3 {position:relative; width:calc(100% - 20rem); height: 15.6rem; float:right;} /* 게시판 */
.MC_box4 { position:relative; width:100%; height:auto; margin:2.5rem 0 2.3rem; float:left; } /* 바로가기 */
.MC_box5 {position:relative; width:33%; height:12.95rem; margin-right: 3.1%; float:left;} /* 갤러리 */
.MC_box6 { position:relative; width:30.9%; height:13rem; float:left; } /* 식단 */
.MC_box7 { position:relative; width:29.1%; height:13rem; float:right; } /* 팝업존 */

@media (max-width:1240px){
    .MC_wrap3 .container::before { display: none; }   

    .MC_box1 { height:auto; width: calc(100% + 2rem); margin-left: -1rem;} /* 비주얼 */

}

@media (max-width:1024px){
    #container { padding-top:3.5rem; }
    .MC_wrap1 { margin-bottom: 2rem; } 
    .MC_wrap3 { padding:2.6rem 0 2.2rem; } 

    .MC_box4 { margin:2rem 0; } /* 바로가기 */
    .MC_box5 { width:28.5%; margin-right: 2.4%; } /* 갤러리 */
    .MC_box6 {  width:30.6%; } /* 식단 */
    .MC_box7 {  width:35.7%; } /* 팝업존 */
}

@media (max-width:960px){ 

} 

@media (max-width:860px){
    .MC_wrap1 { margin-bottom: 1.5rem; }
    .MC_wrap3 { padding: 1.5rem 0; }
    
    .MC_box2 { width:100%; height:auto; } /* 학사일정 */
    .MC_box3 { width:100%; height:auto; margin-top:1.5rem; } /* 게시판 */
    .MC_box4 { margin:1.15rem 0; } /* 바로가기 */
    .MC_box5 { width:48.5%; } /* 갤러리 */
    .MC_box6 { width:48.5%; } /* 식단 */
    .MC_box7 { width:100%; margin-top: 1.5rem; } /* 팝업존 */
} 

@media (max-width:560px){  

    .MC_box5 { width:100%; height:auto; margin-right: 0; } /* 갤러리 */
    .MC_box6 { width:100%; height:auto; margin-top: 1.5rem;} /* 식단 */

} 

@media (max-width:480px){
    .MC_box7 { height:auto; margin-bottom: 1.5rem;} /* 팝업존 */
}