﻿ 
/*-----------------------------------------------------------
Author :JI, Choi
Creative date :2021. 09. 07
-----------------------------------------------------------*/

.MC_wrap1{position:relative;}  
.MC_wrap2{position:relative; padding:1rem 0; } 
.MC_wrap3{position:relative; padding:2.5rem 0; background: url('/00_common/images/T3006_main/bg_wrap3.png') no-repeat center;} 
.MC_wrap3:after { content:""; display:block; clear:both; }
.MC_wrap4{position:relative; height:auto; padding:0 0 3rem; overflow:hidden; background:url('/00_common/images/T3006_main/bg_wrap4.png') no-repeat center;}


.MC_box1{position:relative;} /* 메인비주얼 */
.MC_box2{position:absolute; bottom:0; left:50%; width:20rem; height:17rem; margin-left:-600px; } /* 팝업존 */
.MC_box3{position:relative; width:49%; float:left;} /* 공지사항1 */
.MC_box4{position:relative; width:49%; float:right;} /* 공지사항2 */
.MC_box5{position:relative; width:100%; } /* 바로가기 */
.MC_box6{position:relative; width:100%; float:left; margin-bottom:2.5rem;} /* 오늘의 식단 */
.MC_box7{position:relative; width:30%; float:right;} /* 행사일정 */
.MC_box8{position:relative; width:70%; height:22.25rem; float:left; } /* 포토갤러리 */


 
@media (max-width: 1240px){ 
    .MC_box2{position:absolute; bottom:-1.5rem; left:2%; width:auto; height:auto; margin-left:0; z-index:2;} /* 팝업존 */
} 

@media (max-width: 1080px){ 
	.MC_wrap3 {background-size:cover;}
	.MC_wrap4 {background-size:cover; overflow:visible; padding:0;}	
	
    .MC_box3{width:100%;} /* 공지사항1 */
    .MC_box4{width:100%; margin:2rem 0 0;} /* 공지사항2 */
	.MC_box6{width:32%; float:left; margin:0 0 2rem;} /* 식단 */
	.MC_box7{width:65%; float:right; margin-bottom:2rem;} /* 행사일정 */
    .MC_box8{width:100%; margin-bottom:1.5rem; } /* 포토갤러리 */
    
    

}

@media (max-width: 800px){ 

    .MC_box2{position:relative; bottom:auto; left:auto; width:96%; margin:1rem auto 0;} /* 팝업존 */
    .MC_box6{width:100%; margin:0 0 2rem;} /* 식단 */
	.MC_box7{width:100%;} /* 행사일정 */
    

} 

 