﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
  
.MC_wrap1 { position: relative;}
.MC_wrap2 {display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 2.6rem;}
.MC_wrap3 { position: relative; z-index: 1; margin-top: 2.7rem;}
.MC_wrap3::before {  content: ''; display: block; width: 12.75rem; height: 16.65rem; background: url('/images/schl/template/T0028/main/0028_wrap3_bg1.png') no-repeat center / contain; position: absolute; bottom: 0; left: calc(50% - 44rem); z-index: -1;}
.MC_wrap3::after {  content: ''; display: block; width: 7.6rem; height: 11.7rem; background: url('/images/schl/template/T0028/main/0028_wrap3_bg2.png') no-repeat center / contain; position: absolute; bottom: 0; right: calc(50% - 40rem); z-index: -1;}
.MC_wrap3 .container{ position: relative; padding: 2.4rem 0 3rem;}
.MC_wrap3 .container:before {content: ""; display: block; width: calc(100% + 13.8rem); height: 100%; border-radius: 2.5rem 2.5rem 0 0; background: #ecfbf4 url('/images/schl/template/T0028/main/0028_gal_bg.png') no-repeat bottom right; position: absolute; left: -6rem; top: 0; z-index: -3;}
.MC_wrap3 .container:after {content: ""; display: block; clear: both; visibility: hidden;}

.MC_box1 {width: calc(100% + 23.25rem); height: 27.5rem; margin-left: -5.25rem; position: relative;} /* 메인비주얼 */
.MC_box2 { position: absolute; bottom: 3.1rem; left: -1.8rem; width: 33.6rem; height: 8.5rem;} /* 바로가기1 */
.MC_box3 { width: calc(100% - 19.5rem); height: 13.5rem; float: left;} /* 게시판 */
.MC_box4 { width: 17.5rem; height: 13.5rem; float: right;} /* 팝업존 */
.MC_box5 {width: 100%; height: 5rem; margin-top:2.4rem;} /* 식단 */
.MC_box6 {float: left; width: 48%; height: 14rem;} /* 갤러리 */ 
.MC_box7 {float: right; width: 48.6%; height: 14rem;} /* 캘린더 */

@media (max-width: 1440px) {
    .MC_box1 { margin-left:0;}/* 메인비주얼 */
    .MC_box2 { left: 1rem; } /* 바로가기1 */
}

@media (max-width: 1240px) {

    .MC_wrap3 {margin-top: 1.5rem; padding: 1.5rem 1rem 0;} 

    .MC_box1 {width: calc(100% + 1rem); }/* 메인비주얼 */
    .MC_box2 { left: 2.3rem; } /* 바로가기1 */
    .MC_box3 {width: calc(100% - 19rem);} /* 게시판 */
    .MC_box6 {width: 19rem;} /* 갤러리 */ 
    .MC_box7 {width: calc(100% - 20.5rem);} /* 캘린더 */ 
}

@media (max-width: 1024px) {

    #container {padding-top: 3.3rem;}
    .MC_wrap3 {padding-top: 0;} 
    .MC_wrap3 .container{ padding: 1.5rem 0 2.5rem;}
   
    .MC_box5 { margin-top:1.4rem;} /* 식단 */

}
@media (max-width: 860px) {
    .MC_wrap2 { margin-top: 1.5rem;}
    .MC_wrap3 { margin-top:1.7rem;} 
    .MC_wrap3 .container{ padding: 1.5rem 0 2.2rem;}
    
    .MC_box1 { height: auto;}/* 메인비주얼 */
    .MC_box2 { position: relative; bottom: 0; left: 0; width: 100%; height: auto; margin-top:-0.5rem;} /* 바로가기1 */
    .MC_box3 { width:100%; height: auto; } /* 게시판 */
    .MC_box4 { width:100%; height: auto;  margin-top: 1.5rem;} /* 팝업존 */
    .MC_box6 { width:100%; height: 14rem;} /* 갤러리 */ 
    .MC_box7 { width:100%; height: auto; margin-top:1.5rem; } /* 캘린더 */
}
@media (max-width: 768px) {

    .MC_box5 {margin-top: 1.5rem; height: auto;} /* 식단 */
}

@media (max-width: 640px) {


    .MC_box4 {float: none; width: 100%;} /* 팝업존 */
    .MC_box6 {float: none; width: 100%;} /* 갤러리 */ 
    .MC_box7 {float: none; margin-top: 1.5rem;} /* 캘린더 */ 
}

@media (max-width: 560px){

    .MC_box1 {padding: 0;}/* 메인비주얼 */
}

@media (max-width: 480px) {
}

@media (max-width: 380px) {
}