﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; } 

.MC_wrap2 { position:relative; }
.MC_wrap2 { position:relative; }
.MC_wrap3 { position:relative; padding-bottom: 3.5rem; margin-top: 2.75rem;}
.MC_wrap3::before { content: ''; display: block; width: 100%; height: 10rem; background: #f9f9f9; position: absolute; bottom: 0; left: 0; z-index: -1;}

[class^="MC_box"]:after { content:""; display:block; clear:both; }
.MC_box1 { position:relative; width: calc(100% + 22.75rem); height:27.5rem; margin-left: -4.75rem; margin-bottom: 3.1rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width:17.5rem; height:13.8rem; margin-bottom:2.25rem; float:left; } /* 팝업존 */
.MC_box3 { position:relative; width:calc(100% - 21.5rem); height:15rem; margin-bottom:2.25rem; float:right; } /* 게시판 */
.MC_box3:before { content:""; position:absolute; z-index:-1; top:0; left:50%; width:500%; height:100%; background:#fff; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); }
.MC_box4 { position:relative; width:auto; clear:both; float: left;} /* 바로가기1 */
.MC_box5 { position:relative; width: 100%; height:auto; float: left; margin-top: 2.5rem;} /* 식단 */
.MC_box6 { position:relative; width:calc(100% - 21.6rem); height:15.3rem; float:left; } /* 갤러리 */
.MC_box7 { position:relative; width:19.5rem; height:15.3rem; float:right; } /* 캘린더 */


/* responsive */
@media (max-width:1240px){
    .MC_box1 { width: calc(100% + 1rem); height:auto; margin-left: 0;} /* 메인비주얼 */ 
}

@media (max-width:1200px) {
	
}

@media (max-width:1024px) {
	.MC_wrap3 { padding-bottom: 2.75rem; margin-top: 2.2rem;}
  
	.MC_box2 { margin-bottom:2rem; } /* 팝업존 */
	.MC_box3 { width:calc(100% - 20rem); margin-bottom:2rem; } /* 게시판 */
	.MC_box5 {width: 100%;height: auto;margin-top: 1.3rem;} /* 식단 */ 
}

@media (max-width:950px){
 
	.MC_box2 { margin-bottom:1.5rem; } /* 팝업존 */ 
	.MC_box5 { margin-top: 0.5rem;} /* 식단 */ 
}

@media (max-width:768px){
	.MC_wrap3 { padding-bottom: 2rem; margin-top: 1.5rem;}
	
	.MC_box1 { width: calc(100% + 3rem); height:auto; margin-left: -2rem; margin-bottom: 1.1rem; } /* 메인비주얼 */
	.MC_box2 { width:100%; height:auto; float:none; }  /* 팝업존 */
	.MC_box3 { width:100%; height:auto; margin-bottom:1.3rem; padding-right:0; margin-top: 1.5rem;}  /* 게시판 */  
	.MC_box6 { width:100%; height:auto;  padding-right:0; float:none; } /* 갤러리 */
	.MC_box7 { width:100%; height:auto; margin-top:1.5rem; float:none; } /* 캘린더 */
}

@media (max-width:480px){
   
}

@media (max-width:360px){
    .MC_box5 { margin-top: 1rem;} /* 식단 */ 
}

@media (max-width:350px){

}