﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; } 

.MC_wrap1 .container { position:relative; } 
.MC_wrap1 .container::before { content: ''; display: block; width: 300%; height: calc(100% + 1.5rem); background: #fef5e6; border-bottom-right-radius: 2.5rem; position: absolute; top: 0; right: -5rem; z-index: -1; } 
.MC_wrap2 { position:relative; } 
.MC_wrap2::before { content: ''; display: block; width: 9.25rem; height: 4.85rem; background: url('/images/schl/template/T0071/main/0071_wrap1_bg2.png') no-repeat center / contain; position: absolute; top: -19rem; left: calc(50% - 44.5rem); } 
.MC_wrap2::after { content: ''; display: block; width: 6.5rem; height: 10.15rem; background: url('/images/schl/template/T0071/main/0071_wrap1_bg.png') no-repeat center / contain; position: absolute; top: -8.9rem; right:0; } 
.MC_wrap3 { position:relative; padding: 3.35rem 0 3.75rem; margin-top: 1.5rem;} 
.MC_wrap3::before { content: ""; display: block; width: 300%; height: 100%; background: url('/images/schl/template/T0071/main/0071_wrap_pttrn.png'); border-top-left-radius: 2rem; position: absolute; top: 0; left: -5rem; z-index: -1;} 

div[class^="MC_box"]:after { display:block; clear:both; content:""; }
.MC_box1 { position:relative; width:calc(100% + 26.55rem); height: 27.4rem; margin-left:-8.55rem; border-radius: 0 0 0 5rem; overflow: hidden; margin-bottom: 3.35rem;} /* 메인비주얼 */
.MC_box2 {position:absolute; top: 12.7rem; left: -2rem; width: 21.75rem; height: 16.5rem;} /* 팝업존 */
.MC_box3 {position:relative; width: 48.3%; height: 16rem; float: left;}  /* 게시판 */
.MC_box4 {position:relative; width: 48.3%; height: 16rem; float: right;} /* 갤러리 */
.MC_box5 {position:relative; width:100%; height: 9rem; margin-top: 3.5rem;} /* 바로가기1 */
.MC_box6 {position:relative; width:48.3%; height: 9rem; float: left; padding-top: 1.3rem;} /* 식단 */
.MC_box7 {position:relative; width:48.3%; height: 9rem; float: right; padding-top: 1.3rem; } /* 캘린더 */

@media (max-width: 1700px) { 
    .MC_wrap2::after { display: none; }
    
}
@media (max-width: 1230px) {
    .MC_box2 { left: -1rem; } /* 팝업존 */
}
@media (max-width: 1210px) {

    .MC_wrap3 { padding: 3.35rem 1rem 3.75rem; } 
    .MC_wrap3::before { left: 0rem; } 

    .MC_box1 { width: calc(100% + 2rem); margin-left: -1rem; border-radius: 0; }/*메인비주얼*/
    .MC_box2 { width: 19.5rem; left: 0; } /* 팝업존 */
}

@media (max-width: 1024px) {
    #container{ padding-top:3.5rem;}
    .MC_wrap3 { padding: 1.35rem 1rem 2rem; } 
 
    .MC_box5 { height: auto; } /* 바로가기1 */
    .MC_box6 { height: auto; } /* 식단 */
}

@media (max-width: 920px) {
    .MC_wrap3 { margin-top:0.5rem; } 
    .MC_wrap3::before { left: 0.5rem; } 

    .MC_box3 { width: 100%; height: auto; } /* 게시판 */
    .MC_box4 { width: 100%; height: auto; margin-top: 1.5rem;} /* 갤러리 */
    .MC_box6 { position:relative; width:100%; height: auto; } /* 식단 */
    .MC_box7 { width:100%; height: auto; margin-top: 1.25rem;} /* 캘린더 */
}

@media (max-width: 768px) {
    .MC_wrap1 .container::before { height: calc(100% + 4.2rem); } 
 
    .MC_box1 { height: auto; margin-bottom: 1rem;} /* 메인비주얼 */
    .MC_box2 {width:100%; height: auto; position: relative; top: 0; left: 0; margin-bottom: 1.3rem;} /* 팝업존 */ 
    .MC_box5 {margin-top: 1.8rem;} /* 바로가기1 */


}
@media (max-width: 460px) { 
    .MC_box4 {  margin-top: 1rem;} /* 갤러리 */ 

}