﻿ 
/*-----------------------------------------------------------
Author :JI, cohi
Creative date :2021. 09. 13
-----------------------------------------------------------*/

.MC_wrap1{position:relative; background: url('/00_common/images/T3018_main/3018_bg_wrap01.png') no-repeat top center; padding: 2.75rem 0;} 
.MC_wrap2{position:relative; padding-bottom:2rem; }
.MC_wrap3{position:relative; padding: 2.5rem 0; overflow:hidden;}
.MC_wrap3:before {content:""; display:block; position:absolute; width:90rem; height:13.2rem; background:#feeef2;left:50%;transform: translateX(-50%);bottom:0;border-radius: 2rem 2rem 0 0;}


.MC_box1{position:relative;width: 100%;float: right;} /* 메인비주얼 */
.MC_box2{position: absolute;bottom: 29.5rem;left: 0;width: 19rem;} /* 팝업존 */
.MC_box3{position: relative;width: 100%;height: 9rem;margin: 4rem 0 0;float:left;} /* 바로가기 */
.MC_box4{position: relative;width: 100%;height: 15rem;margin-top: 3rem;float: left;} /* 공지사항 */
.MC_box5{position: relative; width: 49%; float: left;} /* 행사일정 */
.MC_box6{position: relative; width: 49%; float: right;} /* 오늘의식단 */
.MC_box7{position: relative; width: 100%;} /* 포토갤러리 */



@media (max-width: 1024px){
    .MC_wrap1{padding: 1rem 0 2.2rem;background-size:auto 20rem;}

    .MC_box2{bottom: 27.5rem;}
    .MC_box4{margin-top: 1.5rem;}
}
@media (max-width: 890px){
	.MC_wrap3:before {height:22.5rem;}
	
    .MC_box1{width: 100%; float: none;}
    .MC_box2{width: calc(350px + 2rem); position: relative; bottom: 0; margin: 1rem auto 0;}
    .MC_box3{height: auto;margin: 2.5rem 0 1.5rem;}
	.MC_box4{height: 15.2rem;margin-top: 0;}
    .MC_box5{width: 100%; margin-bottom: 1rem;}
    .MC_box6{width: 100%;}
    
}
@media (max-width: 480px){
    .MC_wrap1{padding: 1rem 0;}
	.MC_wrap3:before {height:28.5rem;}

    .MC_box2{width:100%;}
    .MC_box3{margin:2rem 0 0;}
    .MC_box4{height:22.4rem;}
}
 