﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.container:after {display: none;}

.MC_wrap1 {position: relative;}
.MC_wrap2 {margin-top: 3.25rem;}
.MC_wrap2 .container {padding-bottom: 1.5rem; position: relative;}
.MC_wrap2 .container:before {content: ""; display: block; width: 200%; height: 13.5rem; border-radius: 0 2.5rem 2.5rem 0; background: #ede6f6; position: absolute; right: -4rem; bottom: 0;}
.MC_wrap3 {margin: 3rem 0;}
.MC_wrap3 .container {display: flex; justify-content:space-between;}
.MC_wrap3 .container .MC_cont {width:17.5rem;}

.MC_box1 {position: relative; max-width: 78rem; height: 25.75rem; margin: 0 auto;} /* 메인비주얼 */
.MC_box1:before {content:''; position:absolute; left:50%; bottom:-6.65rem; margin-left:-42.65rem; width:9.55rem; height:9.15rem; background:url(/images/schl/template/T0089/main/wrap_bg.png) no-repeat 0 0 / contain;}
.MC_box2 {position: absolute; right: 50%; margin-right: -30rem; bottom: -1.5rem;} /* 바로가기1 */
.MC_box3 {margin-top: 2rem;} /* 게시판 */
.MC_box4 {margin-top:1.5rem;} /* 바로가기2 */
.MC_box5 {width: 16.25rem; height: 25rem;} /* 캘린더*/
.MC_box6 {width: 100%; height: 13.75rem;} /* 팝업존 */
.MC_box7 {width: 100%; height: 10.25rem; margin-top:1rem;} /* 식단 */
.MC_box8 {width: 21.25rem; height: 25rem;} /* 갤러리 */

@media (max-width: 1240px) {

    .MC_wrap1:before {height: calc(50% + 15.95rem); top: calc(50% + 1.3rem);}

    .MC_box1 {height: auto;}
    .MC_box2 {right: 1rem; margin-right: 0;}
    .MC_box5 {width: calc((100% - 20.5rem) / 2);} /* 캘린더*/
    .MC_box8 {width: calc((100% - 20.5rem) / 2);} /* 갤러리 */
}

@media (max-width: 1024px) {

    .MC_wrap2 {margin-top: 3rem;}
    .MC_wrap2 .container {padding-bottom:1rem;}
    .MC_wrap3 {margin: 2rem 0;}
    
    .MC_box4 {margin-top:1rem;} /* 바로가기2 */
}

@media (max-width: 950px) {

    .MC_wrap1:before {height: calc(50% + 9.08rem);}
    .MC_wrap2 .container {padding-bottom:0.5rem;}
    .MC_wrap2 .container:before {height:55%;}
    .MC_wrap3 {margin: 1.5rem 0;}
    .MC_wrap3 .container {flex-wrap: wrap; justify-content: space-between;}
    .MC_wrap3 .container .MC_cont {width: calc(50% - 0.75rem);}
	
	.MC_box4 {margin-top:0.5rem;} /* 바로가기2 */
	.MC_box5 {width: calc(50% - 0.75rem);} /* 캘린더*/
    .MC_box7 {width: 100%;} /* 식단 */
    .MC_box8 {margin-top: 1.5rem; width: 100%; height:auto;} /* 갤러리 */
}

@media (max-width: 640px) {

    .MC_wrap1:before {height: calc(50% + 18.1rem); top: calc(50% - 2.8rem);}
    .MC_wrap2 {margin-top: 1.5rem;}
    .MC_wrap3 {margin-top: 1.5rem;}
    .MC_wrap3 .container .MC_cont {flex-direction: column; width:100%; margin-top:1.5rem;}

    .MC_box2 {margin: 1rem 1rem 0; position: static;}
    .MC_box3 {margin-top: 1.5rem;}
    .MC_box5, /* 갤러리 */
    .MC_box6 {width: 100%; height: auto;} /* 캘린더*/
    .MC_box7 {width: 100%; height: 10.25rem;} /* 식단 */
}

@media (max-width: 580px) {
}

@media (max-width: 480px) {
	.MC_wrap2 .container:before {height:44%;}
}

@media (max-width: 380px) {

    .MC_box6 {height: auto;} /* 팝업존 */
}