@charset "utf-8";

.MC_wrap2{min-height:244px; margin-top:2.5rem; }
.MC_wrap3{margin-top:3.25rem; }
.MC_wrap3 .container{padding-left:300px; }
.MC_wrap4{position:relative; width:calc(100% - 2.5rem); min-height:311px; float:left; margin-left:2.5rem; }
.MC_wrap5{margin-top:2.5rem; }

/* 메인비주얼 */
.MC_box1{position:relative; }
/* 게시판 */
.MC_box3{width:calc(100% - 300px); padding-right:2.5rem; float:left; }
/* 팝업존 */
.MC_box4{width:300px; float:right; }
/* 행사일정 */
.MC_box5{position:absolute; top:0; left:0; width:300px; height:100%; }
/* 바로가기 */
.MC_box6{width:100%; }
/* 오늘의식단 */
.MC_box7{position:absolute; bottom:0; right:0; width:100%; }
/* 포토갤러리 */
.MC_box8{padding-bottom:3rem; }

@media (max-width:1024px) {
  .MC_wrap2{margin-top:2rem; }
  .MC_wrap3{margin-top:2rem; }
  .MC_wrap3 .container{padding-left:0; }
  .MC_wrap4{margin:2rem 0 0; width:100%; height:auto; float:none; }
  .MC_wrap5{margin-top:2rem; }

  /* 게시판 */
  .MC_box3{padding-right:1.5rem; }
  /* 행사일정 */
  .MC_box5{position:static; width:100%; height:auto; }
  /* 식단 */
  .MC_box7{position:static; }
}
@media (max-width:767px) {
  .MC_wrap2{margin-top:1.5rem; }
  .MC_wrap3{margin-top:2rem; }
  .MC_wrap4{margin-top:2rem; }
  .MC_wrap5{margin-top:2rem; }

  /* 게시판 */
  .MC_box3{width:100%; padding-right:0; height:220px; }
  /* 팝업존 */
  .MC_box4{width:100%; margin-top:2rem; }
}
@media (max-width:480px) {
  .MC_box3{height:345px; }
}
