﻿/* 메인 컨테이너 */
#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; height: 5px; }
#container ::-webkit-scrollbar-thumb { background-color:#aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color:#ddd; border-radius:10px; }

#container {  }
.MC_wrap1 { position:relative; padding:3rem 0;  background:url('/images/template/T0002/main/0002_cont01_bg.png') no-repeat top center;}
.MC_wrap1 .container { z-index:2;}
.MC_wrap1:before { content:""; position:absolute; right:0; top:71px; width:271px; height:608px; background:url('/images/template/T0002/main/0002_img01.png') no-repeat center / contain;}
.MC_wrap2 { position:relative;}
.MC_wrap2:before { content:""; position:absolute; right:calc(50% - 180px); top:0; width:150%; height:100%; border-radius:0 3rem 0 0; background:url('/images/template/T0002/main/MC_wrap2_bg.png') repeat 0 0; } 
.MC_wrap2 .container { z-index:2;}
.MC_wrap2:after { content:""; position:absolute; left:0; top:-589px; width:265px; height:676px; background:url('/images/template/T0002/main/0002_img02.png') no-repeat center / contain; }

.MC_wrap2 .con_wrap { position:relative; float:left; width:39rem; padding:2.5rem 4.5rem 2.5rem 0;}

.MC_box1 { position: relative; width:39rem; height:30rem; float:right; } /* 비주얼 */
.MC_box2 { position: relative; width:calc(100% - 42rem); height:30rem; float:left; } /* 캘린더 */
.MC_box3 { position: relative; width:39rem; height:14.75rem; float:left; margin-top:3rem; } /* 공지사항 */
.MC_box4 { position: relative; width:calc(100% - 42rem); height:14.75rem; float:right; margin-top:3rem;} /* 팝업존 */
.MC_box5 { position: relative; width:100%; height:10rem;} /* 식단 */
.MC_box6 { position: relative; width:100%; height:7.25rem; margin-top:1.7rem; } /* 바로가기 */
.MC_box7 { position: relative; width:calc(100% - 42rem); height:19rem; float:right; margin-top:1.7rem; } /* 포토갤러리 */

@media (max-width:1640px){
    
}
@media (max-width:1340px){
    .MC_wrap2:after { display:none; }
}
@media (max-width:1240px){
	.MC_wrap1:before { top:0; width:180px;}
	.MC_wrap1:after { content:''; position:absolute; top:400px; width:153px; height:258px; background:url('/images/template/T0002/main/0002_img02_m.png') no-repeat center / contain; }
    .MC_box1 { width:100%; max-width:39rem; height:auto; margin:0 auto 1.5rem; float:none;} /* 비주얼 */
    .MC_box2 { width:100%; float:none; height:auto; } /* 캘린더 */
    .MC_box3 { width:62%;} /* 공지사항 */
    .MC_wrap2:before { right:calc(50% - 139px); }
    .MC_wrap2 .con_wrap { width:62%; padding: 2.5rem 2.5rem 2.5rem 0;}
    .MC_box4 { width:35%;} /* 팝업존 */
    .MC_box7 { width:35%;} /* 포토갤러리 */
}
@media (max-width:1040px){
    .MC_wrap2:before { right:calc(50% - 118px); }
}
@media (max-width:860px){
    .MC_wrap1 { padding:1.5rem 0; }
    .MC_wrap1:before { display:none; }
    .MC_wrap1:after { display:none; }
    .MC_wrap2 { padding:1.5rem 0; }
    .MC_wrap2:before { right:0;  border-radius:0; height:56%;}
    
    .MC_wrap2 .con_wrap { width:100%; padding: 1rem 0 0 0; }

    .MC_box3 { width:100%; height:auto; margin-top:1.5rem; } /* 공지사항 */
    .MC_box4 { width:100%; height: auto; margin-top:1.5rem; } /* 팝업존 */
    .MC_box5 { width:100%; height:10rem; } /* 식단 */
    .MC_box6 { margin-top:1.5rem; height:auto; }/* 바로가기 */
    .MC_box7 { width:100%; margin-top:3rem; height:auto; } /* 포토갤러리 */

}
@media (max-width:480px){  
	.MC_wrap2:before { height:67.3%;}
    .MC_box5 { height:15.8rem; }/* 식단 */
}