﻿ 
/*-----------------------------------------------------------
Author : yejin, Son
Creative date :2021. 09. 14
-----------------------------------------------------------*/

#container{overflow:hidden;}

.MC_wrap1{position:relative; overflow: hidden;} 
.MC_wrap1 .container{margin-top: -4.75rem;padding-top: 2rem;background: #fff;z-index: 0;}
.MC_wrap1 .container::before{width: 200%;height: 4.75rem;background: #fff;position: absolute;right: -3rem;top: 0;content: '';border-radius: 0 1.5rem 0 0;}
.MC_wrap2{position:relative;}
.MC_wrap2::before{content: ""; position:absolute; width: 1920px; height: 38.45rem; background: url('/00_common/images/T3022_main/con_bg02.png') no-repeat center / cover; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }

.MC_box1{position:relative; width: 100%;} /* 메인비주얼 */
.MC_box2{position:relative; width:49%; height:18rem; float:left;} /* 공지사항 */
.MC_box3{position:relative; width:49%; height:18rem; float:right;} /* 공지사항2 */
.MC_box4{position: relative;width: 100%;margin: 2rem 0;} /* 바로가기 */
.MC_box5{position: relative;width: 20.5rem;float: left;} /* 팝업존 */
.MC_box6{position: relative; width: calc(100% - 24rem); float: right;} /* 행사일정 */
.MC_box7{position: relative;width: 100%;float:left; margin: 2.5rem 0;} /* 오늘의식단 */
.MC_box8{position: relative; float: left; width: 100%; padding-bottom: 2.6rem;} /* 포토갤러리 */

@media (max-width: 800px){
    .MC_wrap1 .container{margin-top:0; padding:1.5rem 0 0.5rem; }
    .MC_wrap1 .container::before { display:none; }
    .MC_wrap2 {padding: 1rem 0;}

    .MC_box2{width:100%; margin-bottom:1rem;} /* 공지사항 */
    .MC_box3{width:100%;} /* 공지사항2 */
    .MC_box4{margin:0 0 1rem 0;} /* 바로가기 */
    .MC_box5{width:100%; margin-bottom: 2rem;} /* 팝업존 */
    .MC_box6{width:100%;} /* 행사일정 */
    .MC_box7{margin:1.5rem 0;} /* 오늘의 식단 */

}

@media(max-width:480px){
    .MC_wrap2{padding:0;}
}

 