﻿
/*-----------------------------------------------------------
Author :JH, Woo
Creative date :2021. 04. 22
-----------------------------------------------------------*/

.MC_wrap1{position:relative;
    background: linear-gradient(to right, #f7efc4, #f7e489);
	background: -webkit-linear-gradient(to right, #f7efc4, #f7e489);
	background: -o-linear-gradient(to right, #f7efc4, #f7e489);
	background: -moz-linear-gradient(to right, #f7efc4, #f7e489);}
.MC_wrap2{position:relative; margin: 2rem auto;}
.MC_wrap3{position:relative; background: url('/tempSample/30006/images/main/0006_bg_con_wrap03.png') no-repeat bottom; background-size: 100%; padding-bottom: 3.5rem;}
.MC_wrap4{margin-bottom: 3rem;}

.MC_box1{position:relative; width: 100%;} /* 메인비주얼 */
.MC_box2{position:absolute; bottom: 4rem; left: 0; width:20.5rem;} /* 팝업존 */
.MC_box3{position:absolute; bottom: 4rem; right: 0; width:calc(100% - 22.5rem);} /* 바로가기 */
.MC_box4{position:relative; width:calc(50% - 1rem); height:16rem; float:left;} /* 공지사항 */
.MC_box5{position:relative; width:calc(50% - 1rem); height:16rem; float:right;} /* 공지사항2 */
.MC_box6{position:relative; width:17.5rem; height:20.25rem; float:left;} /* 행사일정 */
.MC_box7{position:relative; width:calc(100% - 17.5rem); float:left;} /* 오늘의식단 */
.MC_box8{position:relative; width:calc(100% - 17.5rem); margin-top:2rem; float:right;} /* 포토갤러리 */

@media (max-width: 1240px){
    .MC_box2, .MC_box3{bottom: 2rem;}
}

@media (max-width: 1024px){
}

@media (max-width: 890px){
    .MC_wrap2{margin-bottom: 1rem;}

    .MC_box2{width: 100%; position: relative; margin-top: 1rem;} /* 팝업존 */
    .MC_box3{width: 100%; position: relative; margin-top: 1rem;} /* 바로가기 */
    .MC_box4{width:100%;} /* 공지사항 */
    .MC_box5{width:100%; margin-top: 1rem;} /* 공지사항2 */
    .MC_box6{width: 100%; float: none; margin-bottom: 1rem;} /* 행사일정 */
    .MC_box7{width: 100%; float: none;}
    .MC_box8{width: 100%; float: none;}

}
@media (max-width: 700px){
    .MC_box6{width:100%; height:auto; margin:0 0 1rem;} /* 오늘의식단 */
    .MC_box7{width:100%; height:auto;} /* 행사일정 */

}

@media (max-width: 380px){
    .MC_box4{height: 15.5rem;} /* 공지사항 */
    .MC_box5{height: 15.5rem;} /* 공지사항2 */
}


