﻿

/* 메인 컨테이너 */
#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_wrap2 { position: relative; }
.MC_wrap2::before { position: absolute; top: 13.7rem; right: 0; width: 13.25rem; height: 13.25rem; background: url('/images/schl/template/T0102/main/0102_con_bg02.png') no-repeat center / cover; content: ""; }
.MC_wrap2 .container { padding-top: 3rem; }
.MC_wrap2 .container:before { content:""; position:absolute; right: calc(100% - 22.2rem); top:0; width:100vw; height:17.6rem; background: #e5f3f7;  border-radius: 0 2rem 0 0; z-index: -1; }
.MC_wrap3 { margin-top: 3rem; background: #e2f5f7; padding: 2.5rem 0 2.9rem; }

[class^="MC_box"]:after { content:""; display:block; clear:both; }
.MC_box1 { position:relative; width:100%; height:24.3rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width:100%; height:12.4rem; } /* 게시판 */
.MC_box2::before { position: absolute; bottom: -2.15rem; left: -18rem; width: 28.85rem; height: 13.85rem; background: url('/images/schl/template/T0102/main/0102_con_bg01.png') no-repeat center / cover; content: ""; }
.MC_box3 { position:relative; width:100%; height:9rem; margin-top: 4.5rem; } /* 바로가기1 */
.MC_box4 { position:relative; width:100%; height:5.6rem; margin: 1.15rem 0 2.5rem; } /* 식단 */
.MC_box5 { position: relative; width: 66%; height: 14.5rem; float: left; } /* 캘린더 */
.MC_box6 { position: relative; width: 30%; height: 14.5rem; float: right; } /* 팝업존 */
.MC_box7 { position: relative; width: 100%; height: 20rem; } /* 갤러리 */

@media (max-width: 1440px) {
    .MC_wrap2::before { display: none; }

	.MC_box1 { height: auto; } /* 메인비주얼 */
}

@media (max-width: 960px) {
    .MC_wrap2 { margin-top: 1rem; }
    .MC_wrap2 .container { padding-top: 1.5rem; }
    .MC_wrap2 .container:before { right: 2rem; height: 15rem; }

    .MC_box2 { height: auto; } /* 게시판 */
    .MC_box2::before { display: none; }
    .MC_box3 { height: auto; margin-top: 2rem; } /* 바로가기1 */
    .MC_box4 { height: auto; margin: 1rem 0 2rem; } /* 식단 */
}

@media (max-width: 860px) {
    .MC_wrap3 { margin-top: 1.5rem; padding: 1.5rem 0; }

    .MC_box5 { width: 100%; height: auto; } /* 캘린더 */
    .MC_box6 { width: 100%; height: auto; } /* 팝업존 */
}

@media (max-width:600px){
    .MC_box7 { height: auto; } /* 갤러리 */

}