﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; } 

.MC_wrap1 { position: relative; }  
.MC_wrap1::before { content: ''; display: block; width: 11.05rem; height: 13.85rem; background: url('/images/schl/template/T0035/main/0035_wrap_bg1.png') no-repeat center / contain; position: absolute; top: 22.9rem; left: 0;}  
.MC_wrap3 { position: relative; width: 100%; padding: 0 0 3.5rem; z-index: -2; margin-top: 2.8rem; }
.MC_wrap3:after { content:''; position: absolute; bottom:0; left:0; width: 100%; height:7.65rem; z-index: -2; background: #eef9fb;
    background: -moz-linear-gradient(45deg, #eaf1fb 0%, #eef9fb 100%);
    background: -webkit-linear-gradient(45deg, #eaf1fb 0%, #eef9fb 100%);
    background: linear-gradient(45deg, #eaf1fb 0%, #eef9fb 100%); }
.MC_wrap3 .container { position: relative;}
.MC_wrap3 .container::before { content: ''; display: block; width: 6.65rem; height: 6.65rem; background: url('/images/schl/template/T0035/main/0035_wrap_bg2.png') no-repeat center / contain; position: absolute; top: 6.7rem; left: -10.7rem;}

.con_wrap { position: relative; width: 46%; float: left; }
.con_wrap2 { position: relative; width: 51%; float: right; }

.MC_box1 { position: relative; width: calc(100% + 18rem); height: 23.5rem; } /* 메인비주얼 */
.MC_box2 { position: relative; width: 100%; height: auto; margin: 2.95rem 0 2.8rem; }  /* 바로가기 */
.MC_box3 { position: relative; width: 100%; height: 12rem; } /* 게시판1 */
.MC_box4 { position: relative; width: 100%; height: 12rem; margin-top: 2.4rem; } /* 게시판2 */
.MC_box5 { position: relative; width: 100%; height: 10.2rem; } /* 식단 */
.MC_box6 { position: relative; width: 100%; height: 15.7rem; margin-top: 1.1rem; } /* 캘린더 */
.MC_box7 { position: relative; width: calc(100% - 19.5rem); height: 13.9rem; float: left; } /* 갤러리 */
.MC_box8 { position: relative; width: 17.5rem; height: 13.9rem; float: right; } /* 팝업존 */

@media (max-width:1240px){
    .MC_wrap1::before { display: none;}

	.con_wrap { width: 47%; }
	.con_wrap2 { width: 50%; }
	
    .MC_box1{ height: auto; } /* 메인비주얼 */
}

@media (max-width:1024px){ 
    .MC_box1{ height: auto; } /* 메인비주얼 */
    .MC_box2 { margin: 1.8rem 0 1.8rem; } /* 바로가기 */
}
 
@media (max-width:980px){
	.MC_wrap1 { background-size:250%; }
    .MC_wrap3 { margin-top: 2rem; }

    .con_wrap { width: 100%; }
    .con_wrap2 { width: 100%; }

    .MC_box3 { width: 48%; float: left; } /* 게시판1 */
    .MC_box4 { width: 48%; float: right; margin-top: 0; } /* 게시판2 */
    .MC_box5 { height: auto; margin-top:1.5rem;} /* 식단 */
    .MC_box6 { height: auto; margin-top:2rem; } /* 캘린더 */
    .MC_box7 { width: 60%; } /* 갤러리 */
    .MC_box8 { width: 37%; } /* 팝업존 */
}

@media (max-width:768px){
	.MC_wrap3 { margin-top: 1rem; padding-bottom: 2.5rem;}

	.MC_box1{ width:calc(100% + 1rem); margin-left:0; } /* 메인비주얼 */
    .MC_box2 { height: auto; } /* 바로가기 */ 
    .MC_box3 { width: 100%; height: auto; } /* 게시판1 */
    .MC_box4 { width: 100%; height: auto; margin-top: 1rem; } /* 게시판2 */
	.MC_box5 { margin-top:1rem;} /* 식단 */
	.MC_box6 { margin-top:1rem; } /* 캘린더 */
}

@media (max-width:680px){
    .MC_wrap3 { padding: 0 0 1.5rem; }
	.MC_wrap3:after { height:70%;}

    .MC_box7 { width: 100%; height: auto; } /* 갤러리 */
    .MC_box8 { width: 100%; height: auto; margin-top: 1rem; } /* 팝업존 */
}

@media (max-width:480px){ 

	.con_wrap { margin-top: 1.5rem; }
	.con_wrap2 { margin-top: 1.5rem; }

    .MC_box1{ margin-top:-1rem; } /* 메인비주얼 */
    .MC_box2 { margin: 1.5rem 0 1rem; } /* 바로가기 */
    .MC_box6 { margin-top:1.5rem; } /* 캘린더 */
    .MC_box8 { margin-top: 1rem; } /* 팝업존 */
}