﻿
/*-----------------------------------------------------------
Author :dawon, Kim
Creative date :2022. 05. 19
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#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: 2rem;}
.MC_wrap1:before { width: 100%; height: 100%; background: linear-gradient(to right,#ebfef3,#fcfde8); content: ""; position: absolute; top: 0; left: 0; z-index: -2;}
.MC_wrap1:after {content: "";position: absolute;width: 30rem;height: 50.9rem;bottom: 0;left: 0;background: url(/images/schl/template/T0087/main/M_visual_bg.png) no-repeat left bottom;z-index: -1;}
.MC_wrap2 { position:relative; margin: 2.75rem 0 2.8rem;}
.MC_wrap3 { position:relative; }
.MC_wrap3 .cont_wrap { position:relative; width: 37rem; float: left; padding: 2.8rem 0 3.9rem;}
.MC_wrap3 .cont_wrap:before {content:""; display:block; width:400%; height:100%; position:absolute; top:0; right:-2.5rem; background:#f6f6f6; z-index:-1;}

.MC_box1 { position:relative; width:60rem; height:27.5rem; } /* 메인비주얼 */
.MC_box2 { position:relative; width: 30%; height: 20.1rem; float: left; margin-top:1.3rem; } /* 바로가기1 */
.MC_box3 { position:relative; width:63.25%; height:21.4rem; float: right; } /* 학교앨범 */
.MC_box3::before { position: absolute; width:500%; height: calc(100% - 4.65rem); top: -1px; left:-2rem; background: #51b99f; content: ""; } 
.MC_box4 { position:relative; width:48.5%; height: 15.3rem; float: left; }  /* 게시판1 */
.MC_box5 { position:relative; width:48.5%; height: 15.3rem; float: right; } /* 게시판2 */
.MC_box6 { position:relative; width: 16.75rem; height: 12.7rem; float: left; } /* 식단 */
.MC_box7 { position:relative; width: 17.7rem; height: 12.7rem; float: right; } /* 캘린더 */
.MC_box8 { position:relative; width:  17.5rem; height: 12.7rem; float: right; padding-top: 2.8rem;} /* 팝업존 */
 
@media (max-width:1240px) { 
	.MC_wrap1:after { display:none;}
    .MC_wrap3 .cont_wrap { width: 60%;}
    
    .MC_box1 { width:100%; height:auto; } /* 메인비주얼 */
    .MC_box6 { width:47%; } /* 식단 */
    .MC_box7 { width:47%; } /* 캘린더 */
    .MC_box8 { width:32%;} /* 팝업존 */
}

@media (max-width:860px) {
	
	.MC_wrap2 {width: 100%; margin: 2rem 0;}
	.MC_wrap3 .cont_wrap {width: 100%; padding: 2rem 0;}
	
	.MC_box2 { width: 100%; height: auto; } /* 바로가기1 */
    .MC_box3 { width:100%; } /* 학교앨범 */
	.MC_box4 { width:100%; height:auto;} /* 게시판1 */ 
	.MC_box5 { width:100%; margin-top:1.5rem; height:auto; } /* 게시판2 */
	.MC_box6 { width:48%; } /* 식단 */
    .MC_box7 { width:48%; } /* 캘린더 */
    .MC_box8 { width:100%; height:auto; padding: 0; margin: 2rem 0;} /* 팝업존 */
}
@media (max-width:768px) {
	.MC_wrap1 { padding-top: 1rem;}
	.MC_wrap2 { position:relative; margin: 1.5rem 0;}

	.MC_box3 { height: 19.5rem; } /* 학교앨범 */
	.MC_box3::before { height: calc(100% - 3.3rem); } 
	
}

@media (max-width:560px){
	
	.MC_box6 { width:100%; } /* 식단 */
    .MC_box7 { width:100%;margin-top: 2rem;} /* 캘린더 */
}

@media (max-width: 480px){
	.MC_wrap1 { padding-top: .5rem;}
	.MC_wrap3 .cont_wrap { padding:1rem 0 1.5rem;}
	
	.MC_box3 {width: 100%;height: auto;padding-bottom: .5rem;} /* 학교앨범 */
	.MC_box3::before {height: 100%;} 
	.MC_box7 { margin-top:1.5rem; } /* 캘린더 */
	.MC_box8 { padding-top:0; margin:1rem 0; } /* 팝업존 */
}