﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
#container *{ scrollbar-arrow-color: #ddd; scrollbar-Track-Color: #ddd; scrollbar-base-color: #aaa; scrollbar-Face-Color: #aaa; scrollbar-3dLight-Color: #aaa; scrollbar-DarkShadow-Color: #aaa; scrollbar-Highlight-Color: #aaa; scrollbar-Shadow-Color: #aaa;}
#container ::-webkit-scrollbar { width: 5px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.MC_wrap1 { position:relative; padding:2rem 0; }
.MC_wrap2 { position:relative; padding:2rem 0; }

.MC_box1 { position:relative; width:41rem; height:20.5rem; float:left; } /* 메인비주얼 */
.MC_box2 { position:relative; width:calc(96% - 41rem); height:20.75rem; float:right; } /* 바로가기 */
.MC_box2:before { content: ""; display: block; width: 500%; height: calc(100% + 4rem); position: absolute; top: -2rem; left: -18.75rem; background: url('/images/template/T0038/main/box2_pttrn.png'); z-index: -1;} /* 바로가기 */
.MC_box3 { position:relative; width:calc(96% - 19.5rem); height:15.5rem; float:left; } /* 행사일정 */
.MC_box3:before{content:""; position:absolute; right:0; bottom:0; width:200%; height:calc(100% + 27rem); background:#fff5f8; z-index: -2;}
.MC_box3:after{content:""; position:absolute; left:-14.5rem; top:-7rem; width:11.15rem; height:13.8rem; background: url('/images/template/T0038/main/0038_wrap_bg1.png') no-repeat left top / contain;}
.MC_box4 { position:relative; width:19.5rem; height:15rem; float:right;  } /* 식단 */ 
.MC_box5 { position:relative; width:100%; height:14rem; float:left; margin-top: 2rem;} /* 공지사항 */ 
.MC_box6 { position:relative; width:19.5rem; height:15rem; float:left; margin:2.5rem 0 3rem; } /* 팝업존 */
.MC_box7 {position:relative;width:calc(96% - 19.5rem);height: 15rem;float:right;margin:2.5rem 0 3rem;} /* 갤러리 */


@media (max-width:1240px) { 

    .MC_box1 { width:70%;} /* 메인비주얼 */
    .MC_box2 { width:28%;} /* 바로가기 */
    .MC_box3 { width:60%; } /* 행사일정 */
    .MC_box4 { width:38%; } /* 식단 */ 
    .MC_box6 { width:38%; } /* 팝업존 */
    .MC_box7 { width:60%; } /* 갤러리 */

}
@media (max-width:1024px){
    #container { padding-top:3.5rem; }  
}
@media (max-width:960px) {

    .MC_wrap1 { padding:1rem 0;}
    .MC_wrap2 { padding:2rem 0 1rem; }
    
    .MC_box1 { width:100%; height:auto; float:none; margin-bottom:1.5rem; box-shadow: 0 0 10px rgba(14,16,15,0.35);} /* 메인비주얼 */
    .MC_box2 {width:100%; height:auto; } /* 바로가기 */ 
    .MC_box2:before { height: calc(100% + 7rem); top: auto; bottom:-1.5rem; } /* 바로가기 */
    .MC_box3:before{ height:calc(100% + 5rem); }

}

@media (max-width:768px) {

    .MC_wrap2 { padding:1.5rem 0; }

    .MC_box3 { width:100%; height:auto; float:none; } /* 행사일정 */
    .MC_box3:before{right:-1rem; height:calc(100% + 40rem);}
    .MC_box4 { width:100%; height:auto; float:none; margin-top:1rem;} /* 식단 */ 
    .MC_box5{ float:none; height:auto; margin-top:1.5rem;} /* 공지사항 */ 
    .MC_box6 { width:100%; height:auto; float:none; margin:1.5rem auto; } /* 팝업존 */
    .MC_box7 { width:100%; height:auto; float:none; margin:1rem auto; } /* 갤러리 */

}

@media (max-width:640px) {
}