﻿
/* 메인 컨테이너 */
#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; height: 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-bottom: 2rem; }
.MC_wrap1::before{ content: ''; display: block; position: absolute; top: 15rem; bottom: 0; left: -8rem; right: -8rem; background: #f6f6f6; }
.MC_wrap2 { position: relative; }
.MC_wrap3 { position: relative; }
.MC_wrap3 .container { padding: 2.5rem 0; }
.MC_wrap4 { position: relative; }


.MC_box1 { position: relative; width:100%; height:26rem; margin-bottom: 2rem; } /* 메인비주얼 */
.MC_box2 { position: relative; width:100%; height:15.3rem; } /* 게시판 */
.MC_box3 { position: relative; width: 17.5rem; float: left; } /* 팝업존 */
.MC_box4 { position: relative; width: calc(100% - 20.4rem); float: right; } /* 캘린더 */
.MC_box5 { position: relative; width: 17.5rem; height: 15.75rem; float: left; } /* 식단 */
.MC_box6 { position: relative; width: calc(100% - 20.4rem); height:15.75rem; float: right; } /* 갤러리 */
.MC_box7 { position: relative; width: 100%; height: 13.75rem; padding: 3rem 0; } /* 바로가기1 */


@media (max-width:1630px){
}

@media (max-width:1240px){
    .MC_wrap3 .container{padding: 2.5rem 1rem;}
}


@media (max-width:1024px){
    .MC_box1{width: 100%; height: auto; margin-bottom: 1rem;}/*메인비주얼*/
    .MC_box2{height:auto; margin-bottom: 1rem;}/*게시판*/

}


@media (max-width:960px){
}

@media (max-width:786px){
    .MC_wrap1{margin-bottom: 1rem;}
    .MC_wrap3 .container{padding: 1rem;}
    .MC_box3{width: 100%; height: auto; float: none; margin-bottom: 1rem;}/*팝업존*/
    .MC_box4{width: 100%; height: auto; float: none;}/*캘린더*/
    .MC_box5{width: 100%; height: auto; float: none; margin-bottom: 1rem;}/*식단*/
    .MC_box6{width: 100%; height: auto; float: none;}/*갤러리*/
    .MC_box7{height:auto; padding: 1rem 0;}/*바로가기*/
}

@media (max-width:660px){
    .MC_wrap1::before{top: 5rem;}

}
@media (max-width:480px){

}
