﻿

/* 메인 컨테이너 */
#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:3.5rem 0 1.25rem;}
.MC_wrap2 {position: relative; padding:1.25rem 0 2.5rem; overflow:hidden;}
.MC_wrap3 {position: relative; padding:2.5rem 0; margin-bottom:2.5rem; overflow:hidden;}

.MC_box1 {position: relative; width:100%;} /* 현황 */
.MC_box1:before {content:""; position:absolute; top:11.5rem; left:-10rem; width:31.7rem; height:25rem; background:url(/images/dgedu/template/TC34/main/bg_wrap01.png)no-repeat center/100% 100%; z-index:-1;}
.MC_box2 {position: relative; width:60%; height:8.5rem; padding-right:1.5rem; float:left;} /* 바로가기1 */
.MC_box3 {position: relative; width:40%; height:8.5rem; padding-left:1.5rem; float:left;} /* 바로가기2 */
.MC_box4 {position: relative; width:100%;} /* 포토갤러리 */
.MC_box4:before {content:""; position:absolute; top:-2.5rem; left:-5.65rem; width:calc(100% + 11.2rem); height:calc(100% + 4.75rem); background:url(/images/dgedu/template/TC34/main/bg_wrap03.png) no-repeat -235% 24%, linear-gradient(90deg, rgba(240, 244, 254, 1) 0%, rgba(235, 249, 247, 1) 100%); border-radius:4rem; z-index:-1;}
.MC_box4:after {content:""; position:absolute; top:5rem; right:-15rem; width:7.25rem; height:8.2rem; background:url(/images/dgedu/template/TC34/main/bg_wrap02.png)no-repeat center/100% 100%; z-index:-1;}


@media (max-width: 1440px) {
	.MC_box1:before {display:none;}	
}

@media (max-width: 1280px) {
	.MC_wrap1 {padding-top:2rem;}
	
	.MC_box1 {height:auto;} /* 메인비주얼 */
	.MC_box2 {padding-right:1rem;} /* 바로가기1 */
	.MC_box3 {padding-left:1rem;} /* 바로가기2 */
}

@media (max-width: 1240px) {

    #container{ padding-top:6rem;}
}

@media (max-width: 950px) {
	.MC_box2 {padding-right:.5rem;} /* 바로가기1 */
	.MC_box3 {padding-left:.5rem;} /* 바로가기2 */
}

@media (max-width: 768px) {
	.MC_wrap1 {padding:1.75rem 0 0;}
	.MC_wrap2 {padding:1.75rem 0;}
	.MC_wrap3 {padding:1.75rem 0 2rem; margin-bottom:2rem;}

	.MC_box2 {width:100%; height:auto; padding-right:0; float:none;} /* 바로가기1 */
	.MC_box3 {width:100%; height:auto; margin-top:1.75rem; padding-left:0; float:none;} /* 바로가기2 */
	.MC_box4:before {height:calc(100% + 4.25rem);}/* 포토갤러리 */

}

@media (max-width:460px){ 
	#mNav .snb .login li:nth-of-type(2n):before{ display:none; }
}