﻿
/* 메인 컨테이너 */
#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; }

.MC_wrap2 {padding: 2.5rem 0;}
 
.MC_box1 {position: relative; left: calc(100% / 2 - 47.5rem); width:78rem; height:26.5rem;} /* 비주얼 */
.MC_wrap2 .inBox {width: 66%; float: left;}
.MC_box2 {position: relative;} /* 공지사항 */
.MC_box3 {position: relative; margin-top: 1.25rem;} /* 바로가기 */
.MC_box4 {position: relative; width: 30%; float: right;} /* 행사일정 */
.MC_box5 {position:relative; height:7.5rem; margin-bottom:2.5rem;} /* 식단 */ 
.MC_box5:before {content:""; position:absolute; left:-5rem; bottom:0; width:calc(100% + 10rem); height:100%; background:url('/images/template/T0033/main/0033_meal_dots.png'); border-radius: 1.5rem;}
.MC_box6 {position:relative; margin-bottom: 1.5rem; width:calc(100% - 21.5rem); height:16rem; float:left;} /* 포토갤러리*/
.MC_box7 {position:relative; margin-left: 2rem; padding-left: 2rem; width:19.5rem; height:18.25rem; float:right;} /* 팝업존 */ 
.MC_box7:before {content:""; position:absolute; left:0; bottom:0; width:1000%; height:10rem; background:#29cbc9; border-radius: 1rem 0 0 0; opacity: 0.15; z-index:-1;} 

@media (max-width:1240px) {    
    .MC_box1 {left: auto; width:100%; height:auto;} /* 비주얼 */
}

@media (max-width: 1024px) { 
    .MC_wrap2 {padding: 1.5rem 0;}
	.MC_box5 {margin-bottom:1.5rem;} /* 식단 */ 
} 

@media (max-width: 860px) { 
	.MC_wrap2 .inBox {width: 100%;}
    .MC_box4 {width: 100%; margin-top:1.5rem;} /* 행사일정 */
} 

@media (max-width:768px){  
	.MC_box5 {height:auto;} /* 식단 */ 
    .MC_box6 {margin-bottom: 0; width:100%; height:auto;} /* 포토갤러리*/
    .MC_box7 {margin-left: 0; padding-left: 1rem; padding-bottom: 1rem; width:100%; height:auto; } /* 팝업존 */ 
	.MC_box7:before {height: 60%;} 
}

@media (max-width:640px){  
}
