﻿

/* 메인 컨테이너 */
#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; margin-top:3rem; }
.MC_wrap2 { position:relative; padding:2.5rem 0; }
.MC_wrap2:before{content:""; position:absolute; left:0; bottom:0; width:100%; height:11.75rem; background:#f1f1f1;}

.con_wrap { float:left; width:55%; margin-right:5%; }
.con_wrap2 { float:right; width:40%; margin-left:5%; }

.MC_box1 { position:relative; width:100%; height:22.5rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; height:7rem; } /* 바로가기1 */
.MC_box3 { position:relative; width:100%; height:11.75rem; margin-top:2rem; } /* 식단 */
.MC_box4 { position:relative; width:40%; height:20.75rem; float:right;} /* 캘린더 */
.MC_box5 { position:relative; float:left; width:55%; height:auto; } /* 갤러리 */
.MC_box6 { position:relative; width:100%; height:12.75rem; } /* 게시판 */
.MC_box7 { position:relative; width:100%; height:11.25rem; margin-top:2rem; } /* 팝업존 */

@media (max-width: 1240px) {

    .MC_box1 { height:auto; } /* 메인비주얼 */

	.con_wrap { width:56%; margin-right:2%; }
	.con_wrap2 { width:42%; margin-left:2%; }
	
	.MC_box4 { width:42%; } /* 캘린더 */
	.MC_box5 { width:56%; } /* 갤러리 */
}

@media (max-width: 1024px) {

    .MC_wrap1{margin-top:1.5rem;}

    .MC_box7 { height:13.75rem; } /* 팝업존 */
}

@media (max-width: 860px) {

    .MC_wrap1{margin-top:1rem;}
    .MC_wrap1:before{display:none;}
    .MC_wrap2:before{height:8rem;}

    .con_wrap { float:none; width:100%; margin-right:0%; }
    .con_wrap2 { float:none; width:100%; margin-left:0%; }

    .MC_box2 { height:auto; } /* 바로가기1 */
    .MC_box3 { height:auto; } /* 식단 */
    .MC_box4 { width:100%; height:auto; float:none; margin-top:2rem;} /* 캘린더 */
    .MC_box5 { width:100%; float:none; margin-bottom:2rem;} /* 갤러리 */
    .MC_box7 { height:auto; } /* 팝업존 */
}

@media (max-width: 480px) {

    .MC_box6 { height:auto; } /* 게시판 */
}