/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
#container ::-webkit-scrollbar { width: 5px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.MC_wrap1 { position:relative; padding-top: 3rem; }
.MC_wrap1::before { content: ""; display: block; width: 96rem; height: 26rem; background: url('/images/template/10534/main/0002_wrap1_bg.png') no-repeat center / cover; position: absolute; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: -2;}
.MC_wrap1::after { content: ""; display: block; clear: both; }
.MC_wrap2 { position:relative; margin-top: 6.6rem; padding-bottom: 3.8rem; }  

.MC_box1 { position:relative; width: calc(100% - 21rem); height: 20rem; float: left;} /* 메인비주얼 */
.MC_box1:before { content: ""; display: block; width: 6.45rem; height: 8.4rem; background: url('/images/template/10534/main/0002_wrap1_img.png') no-repeat center / cover; position: absolute; bottom: -2.45rem; left: -6.45rem;} /* 메인비주얼 */
.MC_box2 {position:relative; width: 18rem; height: 14.5rem; float: right; margin-top: 2.7rem;} /* 팝업존 */
.MC_box3 { position:relative; width: 100%; height: 3.2rem; margin-bottom: 4rem;} /* 바로가기1 */
.MC_box3:before { content: ""; display: block; width: calc(100% + 10rem); height: calc(100% + 3rem); position: absolute; top: -1.5rem; left: -5rem; background:#ffedf4; border-radius: 10rem; }  
.MC_box4 { position:relative; width: 28.5rem; height: 17.5rem; float: left;} /* 게시판 */
.MC_box5 { position:relative; width: calc(100% - 31.5rem); height: 17.5rem; float: right;} /* 갤러리 */
.MC_box6 { position:relative; width: 47.5%; height: 7.5rem; float: left; margin-top: 3rem;} /* 캘린더 */
.MC_box7 { position:relative; width: 47.5%; height: 7.5rem; float: right; margin-top: 3rem;} /* 식단 */

@media (max-width: 1440px) {
    .MC_wrap1 { height:auto; }
    
    .MC_box1 { width: calc(100% - 20rem); height: auto;}
}

@media (max-width: 1240px) {
    .MC_box1:before { display:none;}
    .MC_box2 { margin-top: 0} /* 팝업존 */
    .MC_box4 { width: 27rem; } /* 게시판 */
    .MC_box5 { width: calc(100% - 29rem); } /* 갤러리 */
}

@media (max-width: 1024px) {
    #container{ padding-top:3.5rem;}

    .MC_wrap1 { position:relative; padding-top: 1.5rem; }
    .MC_wrap2 { padding-bottom: 2rem; } 
    
    .MC_box4 {width: 23rem;} /* 게시판 */
    .MC_box5 {width: calc(100% - 25rem);} /* 갤러리 */
    .MC_box6 { width: 48.5%; height: auto;} /* 캘린더 */
    .MC_box7 { width: 48.5%; height: auto;} /* 식단 */
}

@media (max-width: 960px) {
    .MC_wrap2 { margin-top: 2rem; padding-bottom: 1.5rem; } 

    .MC_box1 { width: 100%; height: auto; } /* 메인비주얼 */
    .MC_box2 { width: 100%; height: auto; margin-top:1rem;} /* 팝업존 */
    .MC_box3 {width:calc(100% + 2rem); left:-1rem; background:#ffedf4; height:100%; padding: 1rem; margin-bottom: 2rem;} /* 바로가기1 */
    .MC_box3:before { display:none; }  
    .MC_box3:after {content:""; display:block; clear:both;}
}
 
@media (max-width: 768px) {
    .MC_wrap1 { padding-top: 1rem; }
    .MC_wrap2 { margin-top: 1.5rem; } 
    
     .MC_box3 { margin-bottom: 1.5rem;} /* 바로가기1 */
    .MC_box4 { width: 100%; height: auto; } /* 게시판 */
    .MC_box5 { width: 100%; height: auto; margin-top: 1.5rem;} /* 갤러리 */
    .MC_box6 { margin-top: 1.5rem;} /* 캘린더 */
    .MC_box7 { margin-top: 1.5rem;} /* 식단 */
}
@media (max-width: 560px) {
    .MC_box6 { width: 100%; } /* 캘린더 */
    .MC_box7 {width: 100%; } /* 식단 */
	 
}