﻿/*-----------------------------------------------------------
Author :JI, choi
Creative date :2021. 09. 09
-----------------------------------------------------------*/
 
[class*="MC_wrap"] { position:relative; width:100%;}
.MC_wrap1{padding-bottom:3rem;}
.MC_wrap1:before {content:"";position:absolute;left: 50%;bottom:0;width:14.4rem;height:25.15rem;margin-left: -47rem;background:url('/00_common/images/T3012_main/wrap01_bg1.png') no-repeat center/cover;}
.MC_wrap3{padding-top:1.5rem; margin-top:2rem; background: #e9f4c3 url('/00_common/images/T3012_main/wrap03_pttrn1.png'); overflow:hidden;}
.MC_wrap3:before{position:absolute; right:50%; bottom:1.5rem; width:15.5rem; height:10.5rem; background:url('/00_common/images/T3012_main/wrap03_bg1.png') no-repeat center/cover; }
.MC_wrap3 .container{padding:2rem 0;z-index:0;}

[class*="MC_box"]{position:relative;}
.MC_box1 { position:absolute; left:17rem; top:0; width:100%; height:25.75rem; } /* 메인비주얼 */
.MC_box2 { width:16rem; height:25.75rem;} /* 바로가기 */
.MC_box3 {width:100%;height:18rem;padding: 1.5rem 0;margin-bottom:2rem;background: #e2efff;} /* 게시판 */
.MC_box3:before{content:"";position:absolute;left:-10rem;top:0;width:calc(100% + 20rem);height:100%;background: #e2efff;border-radius: 2.5rem;}
.MC_box4 { width:calc(33.33% - 1.25rem); height:100%; float:left; } /* 식단 */
.MC_box5 { width:33.33%; height:100%; margin:0 1.25rem; float:left; } /* 행사일정 */
.MC_box6 { width:calc(33.33% - 1.25rem); height:100%; float:left; } /* 팝업존 */
.MC_box7 { width:100%; height:100%; z-index:1;} /* 갤러리 */

@media (max-width: 1420px) {
	.MC_wrap3 .container{background:none;}
	.MC_wrap3 .container:before{border-radius:0 4rem 4rem 0; margin-left:1.5rem;}
	.MC_wrap3 .container:after{display:none;}
}
@media (max-width: 1200px) {
    .MC_wrap1{padding-bottom:1.25rem;}
    .MC_wrap1:before {display:none;}
    .MC_wrap1 .container{margin:0;}
    .MC_wrap3 .container{margin:0; width:100%; padding:1.25rem;}

    .MC_box1{position:relative; left:auto; top:auto; width:100%; height:auto;}/* 메인비주얼 */
    .MC_box2 { width:95%; height:auto; margin:0 auto;} /* 바로가기 */
}

@media (max-width: 1024px) {    
    .MC_box4 { width:calc(50% - 1rem); } /* 식단 */
    .MC_box5 { width:calc(50% - 1rem); margin:0 0 0 2rem; } /* 행사일정 */
    .MC_box6 { width:100%; margin-top:2rem;} /* 팝업존 */

}
@media (max-width: 860px) { 
    .MC_box3 { height:16rem; }   

}

@media (max-width: 640px) {
    .MC_box4 { width:100%; } /* 식단 */
    .MC_box5 { width:100%; margin:2rem 0 0; } /* 행사일정 */
}

@media (max-width: 580px) {	
    .MC_wrap3{padding-top:2rem;}
}
 