﻿

/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 { position:relative; overflow:hidden; }
.MC_wrap2 { position:relative; overflow:hidden; padding:9rem 0 3rem 0; }
.MC_wrap2 .container { position:relative; }
.MC_wrap2 .container:before { content:""; position:absolute; bottom:-3.25rem; left:-5.25rem; width:500%; height:21rem; border-radius:3rem 0 0 0; z-index:-1; background:url(/images/po/template/TC01/main/pttrn01.png)repeat; overflow:hidden;  }

.MC_box1 { position:relative; width:calc(100% + 6rem); height:22rem; -webkit-transform:translateX(-3rem); transform:translateX(-3rem); } /* 메인비주얼 */
.MC_box2 { position:absolute; bottom:-5.5rem; left: -3rem; z-index: 1; } /* 바로가기1 */
.MC_box3 { position:absolute; width:38.5rem; bottom:-5.5rem; left: -3rem; z-index: 2; } /* 시설물 검색*/
.MC_box4 { position:relative; } /* 시설물 현황 */


@media (max-width:1540px) { 
	.MC_box1 { height:auto; left: 50%; transform: translateX(-50%); }
	
}
@media (max-width:1420px) { 
	.MC_box1 { width: calc(100% + 4rem); }
	.MC_box2 { left: 0; bottom: -9rem;}
	.MC_box3 { left: 0; bottom: -9rem;}

	.MC_wrap2{ padding: 12rem 0 3rem 0;}

}
@media (max-width:1280px) { 

}
@media (max-width: 1240px) {
	.MC_box1{width: calc(100% + 2rem);}
}
@media (max-width:1200px) { 
}


@media (max-width:1070px) {
	.MC_box2 { right: 0;}
	.MC_box3 {width: 65%;}
}
@media (max-width:1024px) { 
}

@media (max-width:950px) { 
}

@media (max-width:768px) { 
	
	.MC_box2 { position: relative; width: calc(100% + 2rem); left: -1rem; bottom: auto;}
	.MC_box3 { position: relative; width: calc(100% + 2rem); left: -1rem; bottom: auto;}
	
	.MC_wrap2{ padding: 2rem 0;}

}

@media (max-width:640px) { 

}

@media (max-width:480px) { 
}

@media (max-width:360px) { 
}


