﻿/* 메인 컨테이너 */
#container {position: relative; width:100%; z-index: 2;}
#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:3px; }
#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_wrap1 .container{ position: relative; padding-top: 1.85rem; }
.MC_wrap1 .container::before { position: absolute; width: calc(100% + 60rem); height: 24.25rem; background: #fff1e6; bottom: 1.35rem; right: -5rem; content: ""; border-radius: 5rem; z-index: -2;}
.MC_wrap2 .container{ position: relative; }
.MC_wrap2::before { position: absolute; width: 11.75rem; height: 17.05rem; background: url('/images/template/T0023/main/0023_box_bg01.png'); top: 30rem; left: 0; content: ""; z-index: 1; }
.MC_wrap3 { position: relative; padding-bottom: 3.5rem; }
.MC_wrap3 .container { position: relative; }
.MC_wrap3::before { position: absolute; width: 37.2rem; height: 24.5rem; right: 0; bottom: 0; background: url('/images/template/T0023/main/0023_box_bg02.png') no-repeat; content: ""; }

.MC_box1 { position: relative; width: 100%; height: 22.5rem; margin-bottom: 2rem; } /* 메인비주얼 */
.MC_box2 { position: relative; width: calc(100% - 19.3rem); height: 13.5rem; float: left; } /* 게시판 */
.MC_box3 { position: relative; width: 17.3rem; height: 13.5rem; float: right; } /* 팝업존 */
.MC_box4 { position: relative; width: 100%; height: 8rem; margin: 4rem 0 2rem 0; } /* 바로가기 */
.MC_box5 { position: relative; width: 29.5%; height: 14rem; float: left;} /* 갤러리 */
.MC_box6 { position: relative; width: 67.5%; height: 14rem; float: right; } /* 식단 */
.MC_box7 { position: relative; width: 100%; height: 9.55rem; float: left; margin-top: 2.5rem; } /* 캘린더 */
.MC_box7::before { position: absolute; width: 200%; height: 19.4rem; bottom: -3.6rem; right: calc(-100% + 5rem); background: #f5f5f5; content: ""; border-radius: 5rem 0 0 0; z-index: -1;}

@media (max-width:1740px){
    .MC_wrap2::before, .MC_wrap3::before {display: none;}
}
@media (max-width:1090px){
    .MC_wrap1 .container { padding-top: 1rem; }
	.MC_box1 { height: auto; } /* 메인비주얼 */

    .MC_wrap3{ padding-bottom: 2.5rem; }
    .MC_box7::before { height: 18.5rem; bottom: -2.6rem; border-radius: 0;}
}
@media (max-width:1024px){
    #container{padding-top: 3.5rem;}
}
@media (max-width:900px){
    .MC_box2 { width: 62%; } /* 게시판 */
    .MC_box4 { height: auto; } /* 바로가기1 */
    .MC_box3 { width: 35%; } /* 팝업존 */
    .MC_box6 { width: 62%; } /* 갤러리 */
    .MC_box5 { width: 35%; } /* 식단 */
}

@media (max-width:768px){
    .MC_wrap1 .container::before { bottom: 0; height: 42.25rem; }
    .MC_wrap2 { margin-top: 1.5rem; }
    .MC_wrap3 { margin-top: 1.5rem; }
    .MC_wrap3 .container { padding-top: 1rem; }

    .MC_box2 { width: 100%; height: auto; } /* 게시판 */
    .MC_box3 { width: 100%; height: auto; margin-top: 1.5rem; } /* 팝업존 */
    .MC_box4 { margin: 0; } /* 바로가기 */
    .MC_box5 { width: 100%; height: auto; margin: 1.5rem 0 1rem 0; } /* 식단 */
    .MC_box6 { width: 100%; height: auto; margin-top: 1rem; } /* 갤러리 */
    .MC_box7 { margin-top: 0; }
}
@media (max-width:600px){
    .MC_wrap3 { padding-bottom: 1.5rem; } 
    .MC_box7 { height: auto; } /* 캘린더 */
    .MC_box7::before { height: 38.5rem; bottom: -1.6rem;}
}
@media (max-width:480px){
    .MC_wrap1 .container::before { height: 38.25rem; }
    .MC_box7::before {height: 30.5rem;}
}
@media (max-width:430px){
    .MC_wrap1 .container::before { height: 35.25rem; }
    .MC_box7::before {height: 35.5rem;}
}
