﻿

/*-----------------------------------------------------------
Author : yejin, Son
Creative date :2022. 03. 04
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#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; }
.MC_wrap2 { position:relative; }
.MC_wrap3 { position:relative; }
.MC_wrap3 .container{ padding-top: 3.8rem; }
.MC_wrap3 .container::before { position:absolute; width: calc(200% + 10.2rem); height: calc(100% - 12.95rem); top: 0; right: -100%; background: #eef6fb; border-radius: 8rem 0 0 0; content: ""; }

.MC_box1 { position:relative; width:100%; height:31.55rem; max-width:1920px; margin:0 auto; z-index:1; } /* 메인비주얼 */
.MC_box2 { position:absolute; height: 11.55rem; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index: 1; } /* 캘린더 */
.MC_box3 { position: relative; width: 100%; height: 11.35rem; margin:4.45rem 0 3.4rem; } /* 바로가기1 */
.MC_box4 { position: relative; width: 35%; height: 14.8rem; float: left; } /* 게시판 */
.MC_box5 { position: relative; width: 28%; height: 14.8rem; float: left; margin-left: 4%; } /* 식단 */
.MC_box6 { position: relative; width: 29%; height: 14.8rem; float: right; } /* 팝업존 */
.MC_box7 { position: relative; width: 100%; height: 20rem; float: left; margin: 4.1rem 0 5.4rem; } /* 갤러리 */

@media (max-width:1440px) {
    .MC_wrap1 { height:auto; }

    .MC_box1 { width:100%; height:auto; -webkit-transform:translateX(0); transform:translateX(0); } /* 메인비주얼 */
}

@media (max-width:1280px){
    .MC_box2 { height: 9.55rem; }
}

@media (max-width:1024px) { 
    .MC_wrap3 .container { padding-top: 1.5rem; }

    .MC_box3 { margin: 2rem 0 1.5rem; } /* 바로가기1 */
    .MC_box4 { width: 100%; height: auto; float: none; } /* 게시판 */
    .MC_box5 { width: 60.2%; margin-left: 0; margin-top: 1.5rem; } /* 식단 */
    .MC_box6 { width: 35.8%; float: right; margin-top: 1.5rem; } /* 팝업존 */
    .MC_box7 { margin: 2.2rem 0 4rem; } /* 갤러리 */
}

@media (max-width:960px) { 
    .MC_box2 { position:relative; height: auto; bottom: auto; left: auto; transform: translateX(0); margin-top: 1rem; } /* 캘린더 */
}

@media (max-width:860px){
    .MC_wrap3 .container::before{ height: calc(100% - 10rem); }

    .MC_box3 { height: auto; } /* 바로가기1 */
    .MC_box7 { height: auto; margin: 2.2rem 0 1.5rem; } /* 갤러리 */
}

@media (max-width:650px) { 
    .MC_box5 { width: 100%; height: auto; float: none; } /* 식단 */
    .MC_box6 { width: 100%; height: auto; float: none; } /* 팝업존 */
}