﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 .container { padding-top: 1.75rem; }
.MC_wrap2 { margin-top: 2.25rem; }
.MC_wrap3 { margin-top: 2.25rem; padding: 2rem 0 2.5rem; background: #f9f6ff url('/images/schl/template/T0090/main/0090_wrap_bg.png') no-repeat center; }

[class^="MC_box"]:after { content:""; display:block; clear:both; }
.MC_box1 { position:relative; width:calc(100% + 11rem); height:25.75rem; z-index:1; transform:translateX(-5.5rem); -ms-transform:translateX(-5.5rem); transform:translateX(-5.5rem); } /* 메인비주얼 */
.MC_box2 { position:relative; width:55%; padding: 1.625rem 0 2.375rem 2rem; float:right; } /* 바로가기1 */
.MC_box2::before { position: absolute; bottom: 0; left: 0; display: block; width: 1000%; height: 26.5rem; background: url('/images/schl/template/T0090/main/0090_wrap_pttrn.png'); border-radius: 0 0 0 3rem; content: ""; }
.MC_box3 { position:relative; width:41%; height: 11rem; margin-top: 1.5rem; float:left; } /* 캘린더 */
.MC_box4 { position:relative; width:100%; height:5rem; float:left; margin-bottom: 2rem; } /* 식단 */ 
.MC_box4::before { position: absolute; bottom: 0; right: 50%; margin-right: -35rem; display: block; width: 1000%; height: 100%; background: #ffebec; border-radius: 0 1.5rem 1.5rem 0; content: ""; }
.MC_box5 { position:relative; width:62%; height:18rem; float:left; } /* 게시판 */ 
.MC_box6 { position:relative; width:32%; height:18rem; float:right; } /* 팝업존 */
.MC_box7 { position:relative; width:100%; } /* 갤러리 */

/* responsive */
@media (max-width:1420px){
	.MC_wrap1 .container { padding-top: 1rem; }
	.MC_wrap2 { margin-top: 1.5rem; }
	.MC_wrap3 { margin-top: 1.5rem; padding: 1.5rem 0 2rem; }

	.MC_box1 { width:100%; height:auto; -webkit-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0); } /* 메인비주얼 */
	.MC_box2 { padding:2rem 0 2rem 1.5rem; } /* 바로가기1 */
	.MC_box3 { width:calc(44% - 1rem); } /* 캘린더 */
	.MC_box4::before { right: 0; margin-right: 0; }
	.MC_box6 { width:calc(38% - 2rem); } /* 팝업존 */
}

@media (max-width:1024px){
	.MC_box4::before { right: auto; left: -1rem; margin-right: 0; width: calc(100% + 1rem); }
}

@media (max-width:860px){
    .MC_box2 { width:100%; height:auto; padding: 1rem 0; float:none; } /* 바로가기1 */
	.MC_box2::before { left: -1rem; width: calc(100% + 2rem); height: calc(100% + 6rem); border-radius: 0; }
	.MC_box3 { width:100%; float:none; }  /* 캘린더 */
	.MC_box4 { width:100%; height:auto; margin-bottom:1.5rem;  } /* 식단 */ 
	.MC_box5 {width:100%; height:auto; margin-bottom:1.5rem; } /* 게시판 */  
	.MC_box6 { width:100%; height:auto; } /* 팝업존 */
}

@media (max-width:380px){
	.MC_box3 { height:auto; }  /* 캘린더 */
}
