﻿
@import url("/resource/font/TitilliumWeb/fonts.css");
/*-----------------------------------------------------------
Author :Gahye, Park
Creative date :2022. 03. 11
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#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; max-width:80rem; margin:0 auto; padding:2.5rem 0;}
.MC_wrap1:before {content:""; position:absolute; left:0; top:0; width:150%; height:100%; border-radius:0 0 3rem 3rem;
	background:-moz-linear-gradient(90deg, #fff6e5 0%, #e6f9fd 100%);
    background:-webkit-linear-gradient(90deg, #fff6e5 0%, #e6f9fd 100%);
    background:linear-gradient(90deg, #fff6e5 0%, #e6f9fd 100%);
}
.MC_wrap1 .container { z-index:1;}
.MC_wrap1:after {content:""; position:absolute; left:-5.25rem; bottom:-4rem; width:10.5rem; height:10.5rem; background:url('/images/schl/template/T0079/main/0079_bg_wrap1.png') no-repeat center;}
.MC_wrap2 { position:relative; padding:2.5rem 0;}
.MC_wrap2:before { content:""; position:absolute; right:calc(50% - 60rem); bottom:0; width:21.1rem; height:12.5rem; background:url('/images/schl/template/T0079/main/0079_bg_wrap2.png') no-repeat center; }

.MC_box1 { position:relative; width:29rem; height:25.5rem; float:left; } /* 메인비주얼 */
.MC_box2 { position:relative; width:calc(96% - 29rem); height:25.5rem; float:right; } /* 공지사항 */ 
.MC_box3 { position:relative; width:100%; height:auto; float:left; margin-bottom:2rem;} /* 바로가기 */
.MC_box4 { position:relative; width:13.5rem; height:25rem; float:left; margin-right:2rem; } /* 행사일정 */
.MC_box5 { position:relative; width:calc(100% - 15.5rem); height:9rem; float:right; margin-bottom:1.5rem } /* 식단 */ 
.MC_box6 { position:relative; width:calc(100% - 35rem); height:14rem; float:left; margin-right:2rem;} /* 갤러리 */
.MC_box7 { position:relative; width:17.5rem; height:14rem; float:right; } /* 팝업존 */


@media (max-width:1240px) { 
    .MC_wrap1,
    .MC_wrap2{padding:1.5rem 0;}
    .MC_wrap1:before { width:100%; border-radius:0; }
    .MC_wrap1:after { display:none;}
    .MC_wrap2:before { display:none;}

    .MC_box1 { width:55%; height:23rem; } /* 메인비주얼 */
    .MC_box2 { width:43%; height:23rem;} /* 공지사항 */ 
    .MC_box4 { width:28%; margin-right:2%; } /* 행사일정 */
    .MC_box5 { width:70%; } /* 식단 */ 
    .MC_box6 { width:40%; margin-right:2%;} /* 갤러리 */
    .MC_box7 { width:28%; height:14rem; float:right; } /* 팝업존 */
}

@media (max-width:1024px) { 

    .MC_box1 { width:100%; height:auto; margin-bottom:1.5rem; } /* 메인비주얼 */
    .MC_box2 { width:100%; height:auto;} /* 공지사항 */ 
}

@media (max-width:860px) {

    .MC_box4 { width:100%; height:auto; margin-right:0%; } /* 행사일정 */
    .MC_box5 { width:100%; height:auto; margin:1.5rem 0;} /* 식단 */ 
    .MC_box6 { width:59%; } /* 갤러리 */
    .MC_box7 { width:39%; } /* 팝업존 */
}

@media (max-width:640px) {

    .MC_box3 { float:none;} /* 바로가기 */
    .MC_box4 { float:none; } /* 행사일정 */
    .MC_box5 { float:none; } /* 식단 */ 
    .MC_box6 { width:100%; height:auto; float:none; margin-right:0; margin-bottom:1.5rem;} /* 갤러리 */
    .MC_box7 { width:100%; height:auto; float:none; } /* 팝업존 */
}