﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 { position:relative; z-index: -1; margin-bottom:2.8rem;}
.MC_wrap1 .container { max-width: 95rem;}
.MC_wrap2::after{content: ''; display: block; clear: both;}
.MC_wrap3 { position:relative; height: auto; margin-top: 3.5rem; }
.MC_wrap3::before { content: ''; display: block; width: 100%; height: 7.85rem; border-radius: 2.5rem 2.5rem 0 0; background: url('/images/schl/template/T0044/main/0044_gal_pttrn.png'); position: absolute; bottom: 0; left: 0; }
.MC_wrap3 .container { padding: 0 0 2rem; }


.MC_box1 { position:relative; width: 100%; height:24.75rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width: calc(100% - 22.45rem); height: 16.25rem; float: right; } /* 게시판 */
.MC_box3 { position:relative; width:20.55rem; height: 16.25rem; float: left;} /* 팝업존 */
.MC_box4 { position:relative; height: auto; margin: 2.5rem 0 0; float: left; } /* 바로가기1 */
.MC_box5 { position:relative; width: 34.2%; height: 12.8rem; float: left; margin-top: 2rem; } /* 식단 */
.MC_box6 { position:relative; width: 62.6%; height: 12.8rem; float: right; margin-top: 2rem; } /* 캘린더 */
.MC_box7 { position:relative; height: 16rem; } /* 갤러리 */

@media (max-width: 1280px) {
    .MC_box1{height: auto;}/*메인비주얼*/
}
@media (max-width: 1240px) {
    .MC_wrap1 .container{ padding: 0;}
    .MC_wrap3 .container{padding: 0 1rem 2rem;}
}

@media (max-width: 1024px) {
    #container{padding-top: 3.5rem;}

    .MC_wrap1 { margin-bottom:2.3rem;}
    .MC_wrap3 { margin-top: 2rem; }

    .MC_box4 { margin: 1.5rem 0 0; } /* 바로가기1 */
    .MC_box5 { margin-top: 1.5rem; } /* 식단 */
    .MC_box6 { margin-top: 1.5rem; } /* 캘린더 */
}

@media (max-width:880px){
    .MC_box2{width: 100%; margin-bottom: 1.5rem;}/*게시판*/
    .MC_box3{width: calc(100% + 2rem); margin-left:-1rem;}/*팝업존*/
}

@media (max-width:850px){
    .MC_wrap1 { margin-bottom:1.3rem;}

    .MC_box5{width: 100%;}/*식단*/
    .MC_box6{width: 100%;}/*캘린더*/
}

@media (max-width:780px){
  
}

@media (max-width: 768px) {
    .MC_wrap2{display: flex; flex-wrap: wrap;}
    .MC_wrap3{margin-top: 0;}
    .MC_wrap3::before { border-radius: 0; }
    .MC_wrap3 .container { padding: 0 1rem 1.5rem; }


    .MC_box2{height: auto;}/*게시판*/
    .MC_box3{height: auto;}/*팝업존*/
    .MC_box4{height: auto; margin: 1.2rem 0 0;}/*바로가기*/
    .MC_box5{height: auto;}/*식단*/
    .MC_box6{height: auto;}/*캘린더*/
    .MC_box7{height: auto; margin-top:1.5rem;} /* 갤러리 */

}
