﻿ 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 16
-----------------------------------------------------------*/

.MC_wrap1{position:relative; overflow: hidden; padding:2.5rem 0; background:url('/00_common/images/T3027_main/3027_bg_wrap01.png') no-repeat center / cover; }
.MC_wrap2 {overflow:hidden;}
.MC_box1 {position:relative; width:68%; height:20.65rem; float:left; } /* 메인 비주얼 */
.MC_box2 {position:relative; width:29%; float:right; height:20.65rem; } /* 바로가기 */
.MC_box3 {position:relative; width:100%; height:15.5rem; margin:2rem 0 2.5rem; } /* 공지사항 */
.MC_box4 {position:relative; width:19.7rem; height:15.5rem; float:left; margin:0 0 2.5rem;} /* 팝업존 */
.MC_box5 {position:relative; width:calc(100% - 21.5rem); height:15.5rem; float:right; margin:0 0 2.5rem;} /* 행사일정 */
.MC_box6 {position:relative; width:70%; height:14.4rem; float:left; } /* 포토갤러리 */
.MC_box7 {position:relative; width:27%; height:14.4rem; float:right; margin-bottom:4rem; overflow:hidden;} /* 오늘의 식단 */

@media (max-width: 1024px){ 
    .MC_wrap1 { padding:1.5rem 0; }
    .MC_wrap2 { background:none; }
    .MC_box1 {width:100%; height:auto; } /* 메인 비주얼 */
    .MC_box2 {width:100%; height:auto; margin-top:1rem;} /* 바로가기 */
    .MC_box3 { height:14rem; }
} 
@media (max-width: 900px){ 
    .MC_box3 { margin:1.5rem 0 1rem; }
    .MC_box4 { width:100%; margin:0 0 1rem; }
    .MC_box5 { width:100%; height:auto; margin:0 0 1rem;}
    .MC_box6 { width:100%; margin:0 0 1rem;}
    .MC_box7 { width:100%; height:auto; margin:0 0 1.5rem; }
}
@media (max-width: 480px){ 
    .MC_box3 { height:20rem; }
    .MC_box6 { height:20rem; }

}