@charset "utf-8";

.MC_wrap1 { position:relative;  background: url('/images/template/10052/main/0016_bg_01.png') no-repeat center; background-size: cover; padding: 2rem 0;}
.MC_wrap2 { position:relative; padding-top: 2rem; background: url('/images/template/10052/main/0016_ptrn_bg02.png') repeat;}
.MC_wrap3 { position:relative; margin:1rem 0 2rem;}

.MC_box1{width: 100%; height: 3.5rem; margin-bottom: 2rem; position: relative; z-index: 2; } /* 전광판 */
.MC_box2 { position:relative; width: calc(100% - 16.5rem); float: left; height: 20rem; position: relative;} /* 메인비주얼 */
.MC_box3 { position: relative; width: 14.5rem; height: 20rem; float: right;} /* 캘린더 */
.MC_box4 { position:relative; width: 100%; height:15rem;} /* 공지사항 */
.MC_box5 { position:relative; width:100%; margin-top: 1rem;} /* 바로가기1 */
.MC_box6 {position: relative; width:14.5rem; height: 13rem; float: left; } /* 팝업존 */
.MC_box7 { position:relative; width:calc(100% - 33rem); height: 13rem; float: left; margin-left: 2rem;} /* 갤러리 */
.MC_box8 { position:relative; width:14.5rem; height: 13rem; float: right;} /* 식단 */



@media (max-width: 900px) {
    .MC_wrap1{padding-top: 1rem;}

    .MC_box1{margin-bottom: 1rem;}
    .MC_box2{width: 100%; float: none; height: auto;}
    .MC_box3{width: 100%; float: none; margin-top: 1rem;}
    .MC_box5{margin-top: 0;}
    .MC_box6{width: 49%;}
    .MC_box7{width: 100%; margin: 1rem 0 0 0; height: auto;}
    .MC_box8{position: absolute; right: 0; width: 49%;}
}

@media (max-width: 580px) {
    .MC_box4{height: 16rem;}
    .MC_box6{width: 100%; float: none;}
    .MC_box7{float: none;}
    .MC_box8{width: 100%; float: none; position: relative; margin-top: 1rem;}
}

@media (max-width: 380px) {
}

