﻿ 
/*-----------------------------------------------------------
Author :JI, cohi
Creative date :2021. 09. 16
-----------------------------------------------------------*/
.MC_wrap1{position:relative; overflow: hidden;} 
.MC_wrap2{position:relative; padding-top:4rem;}
.MC_wrap2::before{width:calc((100% - 1200px) / 2 + 1030px); height:100%; background:#eef7ff; background-size:cover; position:absolute; right:0; top:0; content:'';}
.MC_wrap3{position:relative; overflow:hidden; padding:0.5rem;} 
.MC_wrap3::after{width:calc((100% - 1200px) / 2 + 1030px); height:100%; background:#eef7ff; background-size:cover; position:absolute; right:0; top:0; content:''; z-index:-2;}
.MC_wrap3::before{width:calc((100% - 750px) / 2 + 1030px); height:100%; background:#fff; background-size:cover; position:absolute; left:0; top:0; border-radius:0 3rem 0 0; border:10px solid #d6e4f0; border-bottom:none; border-left:none; content:''; z-index:-1;}

.MC_box1{position:relative; width:calc((100% - 1200px) / 2 + 1200px); float:right;} /* 메인비주얼 */
.MC_box2{position:relative; width:17.5rem; height:18.25rem; float:left; z-index:2;} /* 팝업존 */
.MC_box2::before{width:100vh; height:calc(100% + 0.5rem); background:url('/00_common/images/T3028_main/3028_ptrn_popup.png') repeat; position:absolute; right:0; top:0; content:''; border-radius:0 3rem 0 0;}
.MC_box3{position:relative; width:calc(100% - 20rem); height:18.25rem; float:right;} /* 공지사항 */
.MC_box4{position:relative; width:100%; float:left; margin-bottom:2rem;} /* 바로가기 */
.MC_box5{position:relative; width:calc(100% - 27rem); float:left;} /* 포토갤러리 */
.MC_box6{position:relative; width:25rem; float:right;} /* 행사일정 */
.MC_box7{position:relative; width:100%; float:left; margin:2rem 0 3rem;} /* 오늘의식단 */



@media (max-width: 1240px){
    .MC_wrap2{padding-top:2rem;}

    .MC_box1{width:100%;} /* 메인비주얼 */
    .MC_box4{margin-top:2rem;} /* 바로가기 */
}
@media (max-width: 800px){
    .MC_box2{width:100%;} /* 팝업존 */
    .MC_box2::before { height:100%; }
    .MC_box3{width:100%; margin-top:1rem;} /* 공지사항 */
    .MC_box5{width:100%;} /* 포토갤러리 */
    .MC_box6{width:100%; margin-top:2rem;} /* 행사일정 */
}
@media (max-width: 600px){
    .MC_wrap2{padding-top:1rem;}
    .MC_wrap3 { padding:0;}

    .MC_box4{margin-top:1rem;} /* 바로가기 */
    .MC_box6{margin-top:1rem;} /* 행사일정 */
    .MC_box7{margin:1rem 0 2rem;} /* 오늘의식단 */
}

@media (max-width: 480px){
    .MC_box3{height:22.5rem; margin:1rem 0 1.5rem;}
}
 
 
 