﻿

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; overflow:hidden;
    background: rgb(225,250,255);
    background: -moz-linear-gradient(90deg, rgba(225,250,255,1) 0%, rgba(255,241,221,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(225,250,255,1) 0%, rgba(255,241,221,1) 100%);
    background: linear-gradient(90deg, rgba(225,250,255,1) 0%, rgba(255,241,221,1) 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; margin:2.5rem auto;}
.MC_cont1 { position:relative; width:17.5rem; margin-right:2rem; float:left; overflow:hidden;}
.MC_cont1 .MC_inner{ position:relative; width:100%; }
.MC_cont2 { position:relative; width:calc(100% - 19.5rem); margin-top:25.5rem; float:right; overflow:hidden;}

.MC_box1 { position:absolute; width:calc(100% - 19.5rem); height:25.5rem; right:0; top:0; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; height:14rem; } /* 팝업존 */
.MC_box3 { position:relative; width:100%; height:25.5rem; margin:1.5rem 0 .5rem;} /* 행사일정 */
.MC_box4 { position:relative; width:100%; height:25.5rem; } /* 바로가기1 */
.MC_box5 { position:relative; width:100%; height:21.25rem; margin:1.5rem 0 0;} /* 게시판 */
.MC_box6 { position:relative; width:100%; height:5rem; margin:1.5rem 0; } /* 식단 */
.MC_box7 { position:relative; width:100%; height:11.25rem; } /* 갤러리 */

@media (max-width: 1240px) {

    .MC_cont1{margin-right:2%;}
    .MC_cont2 { width:calc(98% - 17.5rem); margin-top:24rem; }

    .MC_box1 { width:calc(100% - 20.5rem); height:24rem; right:1rem; } /* 메인비주얼 */
}

@media (max-width: 1024px) {
    
    #container { 
    background: -moz-linear-gradient(180deg, rgba(225,250,255,1) 0%, rgba(255,241,221,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(225,250,255,1) 0%, rgba(255,241,221,1) 100%);
    background: linear-gradient(180deg, rgba(225,250,255,1) 0%, rgba(255,241,221,1) 100%);
    } 

    .MC_wrap1{margin:1rem auto;}
    .MC_cont1 { width:100%; margin-right:0; float:none; }
    .MC_cont1 .MC_inner{ position:relative; width:30%; float:left;}
    .MC_cont2 { width:100%; margin-top:0; float:none; }

    .MC_box1 { width:calc(68% - 1rem);} /* 메인비주얼 */
    .MC_box4 { width:68%; height:16rem; margin-top:25rem; float:right; } /* 바로가기1 */
}

@media (max-width: 860px) {
    .MC_cont1 .MC_inner{ width:100%; float:none;}

    .MC_box1 { position:relative; width:100%; height:auto; right:auto; top:auto; margin-bottom:1.5rem; } /* 메인비주얼 */
    .MC_box2 { height:auto; } /* 팝업존 */
    .MC_box4 { width:100%; height:auto; margin-top:1.5rem; float:none; } /* 바로가기1 */
    .MC_box5 { height:auto; } /* 게시판 */
}

@media (max-width: 560px) {

    .MC_box6 { height:auto; } /* 식단 */
    .MC_box7 { height:auto; } /* 갤러리 */
}

@media (max-width: 480px) {
    
}