﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }


.MC_wrap1 { position:relative; width:64.584%; float:right; }
.MC_wrap2 { position:relative; padding:2.5rem calc(100% - 39.75rem) 0 0; clear:both; margin-bottom: 2rem; }
.MC_wrap2.container::before { position: absolute; content: ""; display: block; width: 500%; height: 18.5rem; background: #edf2ff; bottom: 0;right: -2.5rem; border-radius: 0 2.5rem 2.5rem 0; }

[class^="MC_box"]:after { content:""; display:block; clear:both; }
.MC_box1 { position:relative; width:100%; height:21.25rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; height:7rem; clear:both; } /* 바로가기1 */
.MC_box3 { position:relative; width:31.7%; height:auto; padding-top: 3rem; float:left; } /* 게시판 */
.MC_box3::before { position: absolute; content: ''; width: 500%; height: 18rem; top: 0; left: -2.5rem; background: #edf2ff; border-radius: 0 0 0 2.5rem; z-index: -1; }
.MC_box4 { width: 38.75rem; height: 14rem; position:relative; clear:both; margin-bottom: 4rem; } /* 갤러리 */
.MC_box5 { position:relative; width:calc(100% - 21rem); height:13.75rem; margin-bottom:2rem; float:left; } /* 식단 */
.MC_box6 { position:relative; width:17.5rem; height: 13.75rem; float:right; margin-right: 3%; } /* 팝업존 */
.MC_box7 { position:absolute; top:2.5rem; right:0; width:calc(100% - 38.85rem); height: 31.5rem; padding-left:4%; } /* 캘린더 */

/* responsive */
@media (max-width:1240px){
	.MC_box3::before { width: 500%; }
}

@media (max-width:1200px) {
	.MC_wrap2 { padding: 2.5rem calc(100% - 37.75rem) 0 0; }

	.MC_box4 { width: 100%; }
	.MC_box5 { width: calc(100% - 19rem); }
	.MC_box6 { margin-right: 0; }
	.MC_box7 { padding-left: 0; height: auto; }
}

@media (max-width:1130px) {
	.MC_wrap2 { padding: 2.5rem calc(100% - 33.75rem) 0 0; }

	.MC_box5 { width: calc(100% - 18.5rem); }
	.MC_box7 { width: calc(100% - 35rem); }
}

@media (max-width:950px){
	.MC_wrap1 { width:100%; float:none; }
	.MC_wrap1::before { position: absolute; content: ''; width: 200%; height: 60%; top: 0; left: -1rem; background: #edf2ff; z-index: -1; }
	.MC_wrap2 { height:auto; padding:0 0; }
	.MC_wrap2.container::before { height: 80%; }

	.MC_box1 { width:100%; height:auto; margin-bottom:1.5rem; overflow:hidden; } /* 메인비주얼 */
	.MC_box2 { height:auto; padding-right:0;  } /* 바로가기1 */
	.MC_box3 { width:100%; height:auto; float:none; margin-top:1.5rem; padding:0; } /* 게시판 */
	.MC_box3:before {display: none; }

	.MC_box6 { width:49%; margin-top:0; float:right; } /* 팝업존 */
	.MC_box7 { position:relative; top:auto; right:auto; width:100%; margin-top:2rem; padding-right:0;  margin-bottom: 1rem; clear: both; } /* 캘린더 */
	.MC_box4 { padding:1.5rem 0; height: auto; margin-bottom: 0; } /* 갤러리 */
	.MC_box5 { width:49%; margin:0 0 1.5rem 0; float:left; } /* 식단 */
}
@media (max-width:768px){
	.MC_wrap1::before {height: 40%;top: -1rem; left: -1rem;}
}

@media (max-width:670px){
	.MC_box5 { width: 100%; height: auto; margin: 0 0 1.5rem 0; }
	.MC_box6 { width: 100%; height: auto; margin-bottom: 1.5rem; }
}

@media (max-width:480px){
	.MC_wrap2.container { margin-bottom: 0;}
	.MC_wrap2.container::before { height: 70%; }
	.MC_box1 { margin-bottom:1rem; } /* 메인비주얼 */
	.MC_box3 { margin-top:1.2rem; } /* 게시판 */
	.MC_box7 { margin-top:1.7rem; } /* 캘린더 */
	.MC_box6 { margin-top:0; } /* 팝업존 */
	.MC_box5 { margin-top:0; } /* 식단 */
	.MC_box4 { height: auto; margin-top:1rem; padding: 0 0 1rem 0; margin-bottom: 0; } /* 갤러리 */
}

@media (max-width:380px){
	.MC_wrap1::before { height: 30%; }
}

@media (max-width:320px){
	.MC_wrap2.container::before { height: 69%; }

}