﻿ 
/*-----------------------------------------------------------
Author :JI, cohi
Creative date :2021. 09. 13
-----------------------------------------------------------*/

.MC_wrap1{position:relative; overflow: hidden;}
.MC_wrap1 > .container::before{width: 29.05rem;height: 26.75rem;background: url('/00_common/images/T3020_main/3020_img_wrap01.png') no-repeat;background-size: contain;position: absolute;bottom: 0;left: -18rem;z-index: 1;content: '';}
.MC_wrap1::before {content:"";display:block;position:absolute;width: calc(50% - 15rem);height:31.25rem;background:#0098d9;}
.MC_wrap1:after {content:"";display:block;position:absolute;width: 20.75rem;height: 17.5rem;right: 0;top: 0;background: url('../../images/T3020_main/3020_wrap01_bg.png') no-repeat;}
.MC_wrap2{position: relative; padding: 3rem 0;}
.MC_wrap3{position:relative; padding-bottom: 5rem;}
.MC_wrap3::before{width: 24.7rem;height: 39.45rem;background: url('/00_common/images/T3020_main/3020_wrap03_bg.png') no-repeat;position: absolute;bottom: 0;right: 0;content: '';}

.MC_box1{position:relative; width: 37.5rem; float: right; margin: 3rem 0; z-index: 2; } /* 메인비주얼 */
.MC_box2{position:relative; width:calc(100% - 37.5rem); height: 31.25rem; padding-top: 3rem; float: left;} /* 바로가기 */
.MC_box2::before{width: calc(100% + 11rem);height: 100%;background: #0098d9;border-radius: 0 50% 50% 0;top: 0;left: 0;position: absolute;content: '';}
.MC_box3{position:relative; width:calc(50% - 1rem); height:16rem; float:left;} /* 공지사항 */
.MC_box4{position:relative; width:calc(50% - 1rem); height:16rem; float:right;} /* 공지사항2 */
.MC_box5{position:relative; width:17rem; margin-right: 2.5rem; float:left;} /* 행사일정 */
.MC_box6{position:relative; width:calc(100% - 41rem); margin-right: 1.5rem; float: left; } /* 오늘의식단 */
.MC_box7{position:relative; width:20rem; float: left;} /* 팝업존 */
.MC_box8{position:relative; width:calc(100% - 19.5rem); margin-top:2rem; float:left;} /* 포토갤러리 */


@media (max-width: 1240px){
    .MC_wrap1 > .container::before{display: none;}
	.MC_wrap2 {padding:2rem 0;}
    .MC_wrap3{padding-bottom: 2rem;}

    .MC_box1{width: 27rem;} /* 메인비주얼 */
    .MC_box2{width: calc(100% - 27rem);height: 24.5rem;padding: 0;} /* 바로가기 */
    .MC_box2::before {width: calc(100% + 5rem);border-radius:0;}
    .MC_box5{width: 100%; margin-bottom: 1.5rem; margin-right: 0;} /* 행사일정 */
    .MC_box6{width: calc(100% - 21.5rem);}
    .MC_box8{width: 100%;}
}


@media (max-width: 890px){
	.MC_wrap1::before {display:none;}
	.MC_wrap1:after {display:none;}
    .MC_wrap2{padding: 1rem 0;}
	

    .MC_box1{width: 100%; float: none; margin: 0 0 1rem; padding-top: 1rem;}
    .MC_box2{width: 100%; float: none; height: auto; padding: 1rem 0;}
    .MC_box2::before{left: -1rem;}
    .MC_box3{width: 100%; margin-bottom: 1rem;}
    .MC_box4{width: 100%;}
}
@media (max-width: 700px){
    .MC_box6{width:100%; height:auto; margin:0 0 1rem;} /* 오늘의식단 */
    .MC_box7{width:100%; height:auto;} /* 팝업존 */

}

@media (max-width: 380px){
}


 