﻿
/*-----------------------------------------------------------
Author :JH, Woo
Creative date :2021. 05. 14
-----------------------------------------------------------*/

.MC_wrap1{position:relative; overflow: hidden; background: url('/tempSample/30028/images/main/0028_bg_wrap1.png') no-repeat center; background-size: 100%;}
.MC_wrap2{position:relative; background: url('/tempSample/30028/images/main/0028_ptrn_link.png') repeat; padding-bottom: 3.5rem;}
.MC_wrap2::before{width: 100%; height: 23rem; background: #f3f5f5; position: absolute; bottom: 0; left: 0; content: '';}

.MC_box1{position:relative; width: 100%; margin-bottom: 2rem;} /* 메인비주얼 */
.MC_box2{position:relative; width:100%; margin-bottom: 3rem;} /* 행사일정 */
.MC_box2::before{width: 300%; height: 29.5rem; background: #deeeff; position: absolute; top: -6rem; left: -100%; z-index: -1; content: '';}
.MC_box3{position:relative; width:49%; height:18.75rem; float:left;} /* 행사일정 */
.MC_box4{position:relative; width:49%; height:18.75rem; float:right;} /* 행사일정2 */
.MC_box5{position: relative; width: 100%; margin: 3rem 0;} /* 바로가기 */
.MC_box6{position: relative; width: 100%; margin-bottom: 3rem;} /* 오늘의식단 */
.MC_box7{position: relative; width: calc(100% - 20.5rem); float: left;}
.MC_box8{position: relative; width: 17.5rem; float: right;}

@media (max-width: 920px){
    .MC_box3{width: 100%; margin-bottom: 2rem;}
    .MC_box4{width: 100%;}
}
@media (max-width: 800px){
    .MC_box5{margin: 2rem auto 0;}
    .MC_box7{width: 100%; margin-bottom: 1rem;}
    .MC_box8{width: 100%;}
}
@media (max-width: 600px){
    .MC_box2{margin-bottom: 1rem;}
    .MC_box6{margin-bottom: 1rem;}
}

@media (max-width: 480px){
    .MC_box3{height: 19rem; margin-bottom: 1rem;}
    .MC_box4{height: 19rem;}
    .MC_box8{width: 100%;}
    .MC_box8::before{display: none;}
}
