﻿/* 메인 컨테이너 */
#container { position:relative;}

.MC_wrap1 { position:relative; }
.MC_wrap1 .container { position:relative; padding-bottom: 3.5rem; }
.MC_wrap1 .container::before { content: ''; display: block; height: 11.6rem; position: absolute; bottom: 0; left: -6rem; right: -6rem; border-radius: 1.5rem 1.5rem 0 0; background: #d8f5e5;}

.MC_box1 { position:relative; width:100%; height:29.15rem; max-width:1920px; margin:0 auto; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; height:7.5rem; max-width:60rem; margin-top: -7%; margin-bottom: 2.5rem; z-index: 1;} /* 캘린더 */
.MC_box2::before{content: ''; display: block; position: absolute; top: -2rem; left: -3rem; right: -3rem; bottom: 0; z-index: -1; background: #fff; border-radius: 2rem;}
.MC_box3 { position:relative; width:17.5rem; height:14rem; margin-bottom: 2.5rem; float:left; } /* 팝업존 */
.MC_box4 { position:relative; width:calc(100% - 17.5rem); height:14rem; padding-left: 3rem; margin-bottom: 2.5rem; float:left;} /* 게시판 */
.MC_box5 { position:relative; width:24.5rem; height:10rem; float:left;} /* 바로가기1 */
.MC_box6 { position:relative; width:calc(100% - 24.5rem); height:19rem; padding-left: 3rem; float:right;} /* 갤러리 */
.MC_box7 { position:relative; width:24.5rem; height:6.5rem; margin-top:3.35rem; z-index: 1; float:left; } /* 식단 */

@media (max-width: 1920px) {
    .MC_box1{height: auto;} /* 메인비주얼 */
    .MC_box2{margin-top: -5%;} /* 캘린더 */

}

@media (max-width: 1240px) {
    .MC_box2{margin-top: -3%;} /* 캘린더 */

}

@media (max-width: 1024px) {
    .MC_wrap1 .container::before{height: 12.6rem;}

    .MC_box4 { padding-left: 1.5rem;} /* 게시판 */
    .MC_box5 { width: 17.5rem; height: auto;} /* 바로가기 */
    .MC_box6 { width: calc(100% - 17.5rem); padding-left: 1.5rem;} /* 갤러리 */
    .MC_box7 { width: 17.5rem; height: auto;} /* 식단 */

}

@media (max-width: 960px) {
    .MC_wrap1 .container {padding-bottom: 0;}
    .MC_wrap1 .container::before{display: none;}

    .MC_box2 { margin-bottom: 1.5rem; margin-top: -1%; } /* 캘린더 */
    .MC_box3 { width: 100%; margin-bottom: 1.5rem; } /* 팝업존 */
    .MC_box4 { width: 100%; height: auto; padding-left: 0; margin-bottom: 1.5rem; } /* 게시판 */
    .MC_box5 { width: 100%; height: auto; margin-bottom: 1.5rem; } /* 바로가기1 */
    .MC_box6 { width: 100%; height: auto; padding-left: 0; margin-bottom: 3rem; } /* 갤러리 */
    .MC_box7 { width: 100%; height: auto; margin-top: 0; padding-bottom: 1.5rem; } /* 식단 */
    .MC_box7::before { content: ''; display: block; position: absolute; top: -1.5rem; bottom: 0; left: -1rem; right: -1rem; background: #d8f5e5; z-index: -1;}
}

@media (max-width: 640px) {
    .MC_box2 { height: auto; min-height: 7.5rem; margin-top: 0;} /* 캘린더 */
    .MC_box2::before{top: -1rem;}

}

@media (max-width: 560px) {
}

@media (max-width: 480px) {
}

@media (max-width: 360px) {
    
    .MC_box3 { height: auto; } /* 팝업존 */

}