﻿/* 메인 컨테이너 */
#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; padding-top: 1.5rem; }
.MC_wrap1::before {display: block; width: calc((100% - 60rem) / 2 + 28.5rem); height: calc(100% + 1rem); background: #fdf9e9; position: absolute; top: 0; right: 0; border-bottom-left-radius: 1rem; content: '';}
.MC_wrap2 { position:relative; margin: 3.25rem 0 2.5rem; }  
.MC_wrap2 .container:before{width: 200%; height: 24.75rem; background: #eef6ff; position: absolute; right: -3rem; bottom: 0; border-radius: 0 1.5rem 1.5rem 0; content: '';}
.MC_wrap3{position: relative; margin-bottom: 3rem;}

.MC_box1 { position:relative; width: calc(100% - 23.5rem); height: 24rem; float: left;} /* 메인비주얼 */
.MC_box2 {position:relative; width: 20.5rem; height: 24rem; float: right; margin-top: 1rem;} /* 게시판 */
.MC_box3 { position:relative; width: 100%; height: 8.25rem;} /* 바로가기1 */
.MC_box4 { position:relative; width: 100%; height: 6.5rem;} /* 식단 */
.MC_box5 { position:relative; width: 100%; height: 15rem; margin: 3rem 0;} /* 갤러리 */
.MC_box5::before{width: 23.65rem; height: 16.35rem; background: url('/images/template/T0005/main/0005_bg_gallery.png') no-repeat center bottom / contain; position: absolute; left: -12rem; bottom: -3.5rem; content: '';}
.MC_box6 { position:relative; width: 21.5rem; height: 17.5rem; float: left;} /* 팝업존 */
.MC_box7 { position:relative; width: calc(100% - 23.5rem); height: 15.5rem; margin-top: 1.5rem; float: right;} /* 캘린더 */

@media (max-width: 1440px) {
    .MC_wrap1::before{width: calc(2% + 28.5rem);}

    .MC_box5::before{width: 16rem; height: 13rem; left: -1rem;}
}

@media (max-width: 1240px) {
    .MC_box1{width: calc(100% - 22.5rem);}
}

@media (max-width: 960px) {
    .MC_wrap1::before{width: 100%;}
}

@media (max-width: 960px) {
    .MC_box1 { width: 100%; height: auto; } /* 메인비주얼 */
    .MC_box2 {width: 100%; height: auto; margin-top: 1.5rem;}
    .MC_box5::before{width: 13rem; height: 10rem;}
}
 
@media (max-width: 768px) {
    .MC_wrap2{margin-bottom: 0; margin-top: 2.5rem;}
    .MC_box3{height: auto;}
    .MC_box4{height: auto; margin-top: 2rem;}
    .MC_box5{height: auto; margin: 0; padding: 2rem 0;}
    .MC_box5::before{display: none;}
    .MC_box6{width: 100%; height: auto;}
    .MC_box7{width: 100%; height: auto;}
}

@media (max-width: 480px) {
    .MC_wrap3{margin-bottom: 1.5rem;}
    
    .MC_wrap1::before { height:calc(100% + 1.3rem); }
}

@media (max-width: 460px) {
    .MC_box5{padding: 1.5rem 0 0.5rem;}
}