﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }


.MC_wrap1{ position:relative; }
.MC_wrap1:before { content:''; position: absolute; width: 7.4rem; height: 7.4rem; top: 9.15rem; left: 50%; margin-left:-41.75rem; background:url('/images/schl/template/T0060/main/0060_bg_left.png') no-repeat 0 0/contain; }
.MC_wrap1:after { content:''; position: absolute; width: 11.4rem; height: 11.4rem; top: 17.8rem; right: 50%; margin-right:-44.6rem; background:url('/images/schl/template/T0060/main/0060_bg_right.png') no-repeat 0 0/contain; }
.MC_wrap2 { position:relative; padding: 2.6rem 0 4.5rem; }
.MC_wrap2 { position:relative; }
.MC_wrap2:before { content:''; position: absolute; width: 13.95rem; height: 14rem; bottom: 0; left: 0; background:url('/images/schl/template/T0060/main/0060_bg_left2.png') no-repeat 0 0/contain; }

.con_wrap {position:relative; width:61.65%; height: 14rem; float:left;}

.MC_box1 {position:relative; width:100%; height:20.5rem;} /* 비주얼 */
.MC_box2 {position:relative; width:100%; height:auto; margin-top: 2rem; } /* 게시판 */
.MC_box3 {position:relative; width:100%; height:auto; margin-top: 2.5rem;} /* 바로가기 */
.MC_box4 {position:relative; width:61.65%; height: 15.25rem; float:left; margin-bottom:1.85rem;} /* 포토갤러리 */
.MC_box5 {position:relative; width:34.2%; height:30.4rem; float:right; } /* 행사일정 */
.MC_box6 {position:relative; width:17.5rem; height:13.65rem; float:left; } /* 팝업존 */
.MC_box7 {position:relative; width:calc(100% - 19.5rem); height:13.65rem; float:right; } /* 식단 */

@media (max-width:1100px) {
	.con_wrap {clear:both; width:100%; height: auto; float:none;}
	
    .MC_box1 {height:auto;} /* 비주얼 */
    .MC_box4 {width:17.5rem; height: auto;} /* 포토갤러리 */
	.MC_box5 {width:calc(100% - 19.5rem); height: 30rem; } /* 행사일정 */
    .MC_box7 {width:calc(100% - 19.5rem);} /* 식단 */
}

@media (max-width: 1024px) {
    .MC_wrap2 { position:relative; padding: 2rem 0 3rem; }
    .MC_wrap2:before { display:none; }

	.MC_box3{height: auto; margin-top: 2rem;}
	.MC_box4 {margin-bottom:2rem;} /* 포토갤러리 */
}
@media (max-width:768px){
	.MC_wrap2{padding: 1.5rem 0 2.5rem;}

	.MC_box2{margin-top: 1.5rem;}
	.MC_box3{margin-top: 1.5rem;}
	.MC_box4 {width: 100%; height: auto; margin-bottom:1.5rem;} /* 행사일정 */
    .MC_box5 {width:100%; height:auto; } /* 캘린더 */
    .MC_box6 {width:100%; height:auto; margin: 1.5rem 0;} /* 팝업존 */
    .MC_box7 {width:100%; height:auto;} /* 식단 */

}