﻿
/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 03. 22
-----------------------------------------------------------*/

/* 메인 컨테이너 */
#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; padding:1.8rem 0 3rem;}
.MC_wrap2:before { content:""; position:absolute; left:0; top:13rem; width:242px; height:519px; background:url('/images/schl/template/T0041/main/0041_bg_left.png') no-repeat; z-index:-1; }
.MC_wrap2:after { content:""; position:absolute; right:1.5rem; top:15rem; width:248px; height:496px; background:url('/images/schl/template/T0041/main/0041_bg_right.png') no-repeat; z-index:-1; }
.MC_wrap2 .container { display:flex; justify-content:space-between; }
.MC_wrap2 .container:after { display:none;}
.MC_wrap3 { padding-bottom:3rem;}
.MC_wrap3 .container { display:flex; justify-content:space-between; }
.MC_wrap3 .container:after { display:none;}

.MC_box1 { position:relative; height:27.5rem; overflow:hidden; } /* 비주얼 */
.MC_box2 { position:relative; width:35%; height:18.2rem; } /* 팝업존 */
.MC_box3 { position:relative; width:18%; height:17.75rem; margin-top:2rem; } /* 바로가기 */
.MC_box4 { position:relative; width:42%; height:17.75rem; margin-top:2rem; } /* 포토갤러리 */
.MC_box5 { position:relative; width:26%; height:18.6rem;}
.MC_box6 { position:relative; width:45%; height:18.7rem;}
.MC_box7 { position:relative; width:26%; height:18.6rem;}
 
@media (max-width:1240px) {
	.MC_box1{ height:auto; }
	.MC_wrap2:before,
	.MC_wrap2:after { display:none;}
    .MC_wrap2 .container { flex-wrap:wrap;}
    .MC_box2 { width:21rem; }
    .MC_box3 { order:3; width:100%; height:auto; margin-top:1.5rem; }
    .MC_box4 { width:calc(100% - 23rem); margin:0; }  /* 포토갤러리 */
}
@media (max-width:1040px) {   
	.MC_wrap2 { padding:1.5rem 0; }
	.MC_wrap3 { padding-bottom:1.5rem; }
    .MC_wrap3 .container { flex-wrap:wrap;}
    .MC_box5 { width:48%; order:2; }
    .MC_box6 { width:100%; height:auto; order:1; margin-bottom:1.5rem; }
    .MC_box7 { width:48%; order:3; } 
}  
@media (max-width:768px) {  
    .MC_box2 { width:100%; height:auto;  }
    .MC_box4 { width:100%; height:auto; margin-top:1.5rem; }  /* 포토갤러리 */
}  
@media (max-width:580px){ 
    .MC_box5 { width:100%; height:auto; margin-bottom:1.5rem; } 
    .MC_box7 { width:100%; } 

}