﻿/* 메인 컨테이너 */
#container { position:relative; }

[class*="MC_wrap"]::after{content: ''; display: block; clear: both;}

/* section01 */
.MC_wrap1 { position:relative; margin: 1.5rem 0 2rem 0; }
.MC_wrap1 .container{position: relative;}
.MC_wrap1 .container::before{content: ''; display: block; position: absolute; left: -7.5rem; right: -7.5rem; bottom: 0; top: 10rem; background: #f2f9ff; border-radius: 4rem; z-index: -1; }
.MC_box1 {position:relative; width:100%; height: 20rem;} /* 메인비주얼 */
.MC_box2 { position:relative; height: 8.5rem;  margin:1rem 0 0 0;} /* 바로가기 */

/* section02 */
.MC_wrap2 { position:relative; }
.MC_box3 { position:relative; width: calc(100% - 17.4rem); height:15rem; padding-right: 1.5rem; float:left; } /* 게시판 */
.MC_box4 { position:relative; width: 17.4rem; height:15rem; float:right;} /* 팝업존 */
.MC_box5 { position:relative; width: 100%; height: 4.25rem; margin: 2rem 0; float: left; } /* 식단 */

/* section03 */
.MC_wrap3 { position: relative;}
.MC_wrap3 .container{ position:relative; padding: 2rem 0; }
.MC_wrap3 .container::before{content: ''; display: block; position: absolute; width: 300%; right: 12rem; bottom: 0; top: 0; background: #fef4df url(/images/schl/template/T0038/main/0038_img_deco02.png) no-repeat bottom 0 right 43rem; border-radius:0 3rem 0 0; z-index: -1; }
.MC_box6 { position:relative; width: calc(100% - 19rem); height:16.5rem; padding-right: 3rem; float: left;} /* 갤러리 */
.MC_box7 { position:relative; width: 19rem; height: 18.35rem; float: right; } /* 캘린더 */


@media (max-width:1240px) { 
	/* section01 */
	.MC_wrap1 .container::before{top: 24%;}
	.MC_box1{height: auto;}/*메인비주얼*/

	/* section03 */
	.MC_wrap3 .container{padding: 2rem 1rem;}
	.MC_wrap3 .container::before{background-image: none;}
	.MC_box6 { width: calc(100% - 17.4rem); } /* 갤러리 */
	.MC_box7 { width: 17.4rem; } /* 캘린더 */
}

@media (max-width:950px) {
	/* section01 */
	.MC_box2{ height: auto; } /* 바로가기 */
}

@media (max-width:860px) { 
	/* section02 */
	.MC_box3 { width: 100%; height: auto; padding-right: 0; } /* 게시판 */
	.MC_box4 { width: 100%; height: auto; margin-top: 1.5rem;} /* 팝업존 */
	.MC_box5 { height: auto; margin: 1.5rem 0;} /* 식단 */
}
@media (max-width:620px){
	/* section01 */
	.MC_wrap1 .container::before{top: 10%;}

	/* section03 */
	.MC_wrap3 .container{padding: 1.5rem 1rem;}
	.MC_wrap3 .container::before{right: 0; border-radius: 0;}
	.MC_box6 { width: 100%; height: auto; padding-right: 0; } /* 게시판 */
	.MC_box7 { width: 100%; height: auto; margin-top: 1.5rem;} /* 팝업존 */
}
@media (max-width:560px){
	.MC_wrap1{margin-top: 0.5rem;}
}