.MC_wrap2 { position: relative; margin: 2.75rem 0 2rem; }
.MC_wrap3 { margin-bottom: 2rem;}

.con_wrap { width: calc(100% - 23rem); float: left; }
.con_wrap2 { position: relative; width: calc(100% - 23rem); float: left; padding-bottom: 1.9rem; }
.con_wrap2::before { position: absolute; bottom: 0; left: -4.65rem; width: 58.6rem; height: 18rem; border-radius: 4.5rem; background: #f5f5f5; z-index: -1; content: ""; }

.MC_box1 { position: relative; width: 60rem; height:24rem; float:left; margin-left:-13rem; } /* 메인비주얼 */
.MC_box2 { position: relative; width: 48%; height: 16.2rem; float: left; } /* 게시판 */
.MC_box3 { position: relative; width: 48%; height: 16.2rem; float: right; } /* 게시판2 */
.MC_box4 { position: absolute; top: -26.75rem; right: 0; width: calc(100% - 49rem); height: 24rem; padding: 4rem 0 4rem 2rem; } /* 바로가기 */
.MC_box4::before { position: absolute; top: 0; left: 0; width: 100vw; height: 100%; background: url('/images/template/40188/main/0022_ptrn.png'); border-radius: 0 0 0 2rem; content: ""; }
.MC_box5 { position: relative; width: 21rem; height: 17rem; float: right; } /* 팝업존 */
.MC_box6 { position: relative; width: 100%; height: 16.5rem; } /* 갤러리 */
.MC_box7 { position: relative; width: 100%; height: 4.55rem; margin-top: 1.5rem; } /* 식단 */
.MC_box8 { position: relative; width: 21rem; height: 23rem; float: right; } /* 캘린더 */

@media (max-width:1440px){
    .MC_box1 { width: 57rem; margin-left: -15rem; } /* 메인비주얼 */
    .MC_box4 { width: calc(100% - 44rem); padding: 4rem 0 4rem 1rem; } /* 바로가기 */
}

@media (max-width:1320px){
    .con_wrap { width: 100%; }
    .con_wrap2 { width: 67%; }

    .MC_box4 { padding: 1rem 0 1rem 1rem; } /* 바로가기 */
    .MC_box5 { position: absolute; bottom: -18.5rem; left: 0; width: 20rem; height: 16.5rem; } /* 팝업존 */
    .MC_box6 { width: calc(100% - 21.5rem); float: right;  } /* 갤러리 */
    .MC_box7 { float: left; height: 5.5rem; margin-top: 1rem; } /* 식단 */
    .MC_box8 { width: 30%; } /* 캘린더 */
}

@media (max-width:1160px){
    .MC_wrap2 { margin: 2rem 0;}

    .MC_box1 { width: calc(100% + 1rem); height: auto; margin-left: -1rem; } /* 메인비주얼 */
    .MC_box4 { position: relative; top: auto; right: auto; width: 100%; height: auto; padding: 1rem 0; float: left; margin-top: 1rem; } /* 바로가기 */
    .MC_box4::before { right: 1rem; width: calc(100% + 2rem); border-radius: 2rem 0 0 2rem; }
}

@media (max-width:960px){
    .con_wrap2 { width: 63%; }

    .MC_box5 { position: relative; bottom: auto; left: auto; width: 100%; height: auto; margin-top: 1.5rem; } /* 팝업존 */
    .MC_box6 { width: 100%; } /* 갤러리 */
    .MC_box8 { width: 34%; } /* 캘린더 */
}

@media (max-width:768px){
    .MC_wrap2 { margin: 1.5rem 0; }
    .MC_wrap3 { margin-bottom: 1.5rem; }

    .con_wrap2 { width: 100%; padding-bottom: 1.5rem;}

    .MC_box2 { width: 100%; height: auto; } /* 게시판 */
    .MC_box3 { width: 100%; height: auto; margin-top: 1.5rem; } /* 게시판2 */
    .MC_box8 { width: 100%; height: auto; margin-top: 1.5rem; } /* 캘린더 */
}

@media (max-width:600px) {
    .MC_box7 { height: auto; } /* 식단 */
}

