﻿
/* 메인 컨테이너 */
#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; }
.MC_wrap2 { position: relative; margin-top: 3rem; }
 
.MC_box1 { position: relative; width: 100%; height: 29.3rem; } /* 메인비주얼 */
.MC_box2 { position: relative; width: 100%; height: 5rem; } /* 식단 */
.MC_box3 { position: relative; width: 100%; height: 15rem; margin: 1.4rem 0 2.5rem; } /* 게시판 */
.MC_box4 { position: relative; width: 17.5rem; height: 17.6rem; float: left; } /* 팝업 */ 
.MC_box5 { position: relative; width: calc(100% - 20rem); height: 17.6rem; float: right; } /* 갤러리 */ 
.MC_box6 { position: relative; width: 51%; float: left; padding: 2.9rem 0 3.2rem; } /* 캘린더 */
.MC_box6::before { position: absolute; top: 0; right: -2.5rem; width: 100vw; height: 100%; background: #f6f6f6; border-radius: 0 2rem 0 0; content: ""; }
.MC_box7 { position: relative; width: 40%; float: right; margin-top: 1.9rem; } /* 바로가기 */

@media (max-width: 1570px) {
	.MC_box1 { height: auto; } /* 메인비주얼 */

}

@media (max-width: 860px) {
    .MC_box2 { height: auto; margin-top: 1.5rem; } /* 식단 */
    .MC_box6 { width: 100%; height: auto; padding: 1.5rem 0; } /* 캘린더 */
    .MC_box6::before { right: -1rem; width: calc(100% + 2rem); }
    .MC_box7 { width: 100%; height: auto; margin: 1.5rem 0; } /* 바로가기 */
}

@media (max-width: 768px) {
    .MC_wrap2 { margin-top: 1.5rem; }

    .MC_box3 { height: auto; margin: 1.5rem 0; } /* 게시판 */
    .MC_box4 { width: 100%; height: auto; } /* 팝업 */
    .MC_box5 { width: 100%; height: auto; margin-top: 1.5rem; } /* 갤러리 */
}