﻿
/* 메인 컨테이너 */
#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;}
.MC_wrap1:before { content:""; position:absolute; left: calc(50% - 40.5rem); top:0; width: 100%; height:83.5%; background:#e4f6fd; z-index:-1; border-bottom-left-radius: 3.5rem;}
.MC_wrap1:after{position: absolute; content: ''; width: 31.85rem; height: 18.15rem; background: url('/images/template/T0017/main/0017_visual_bg1.png') no-repeat center; top: -2rem; left: calc(50% + 22rem); z-index: -1;}
.MC_wrap3{margin-top: 2rem;}
.MC_wrap3 .container:before{ content: ''; position: absolute; background: url('/images/template/T0017/main/0017_link_bg.png'); border-top-right-radius: 5rem; width: 170%; height: 100%; left: -34rem; bottom: 0;}

.MC_box1 {position:relative; width:100%; height:24.5rem;} /* 비주얼 */ 
.MC_box2 {position:absolute; right:0; bottom:0; width:18.5rem;} /* 팝업존 */
.MC_box3 {position:relative; width:100%; height:auto; float:left; margin: 1.7rem 0 2.2rem; } /* 공지사항 */
.MC_box4 {position:relative; width:48%; height:auto; float:left;} /* 행사일정 */
.MC_box5 {position:relative; width:48%; height:auto; float:right;} /* 식단 */
.MC_box6 {position:relative; width:100%; height:auto; } /* 바로가기 */
.MC_box7 {position:relative; width:100%; height:auto; padding:1.5rem 0; } /* 포토갤러리 */
.MC_box7:before { content:""; position:absolute; top:0; left:-10rem; width:300%; height:100%; background:#fff; border-radius:5rem 0 0 0; box-shadow: 0 -3px 13px -7px rgba(0,0,0,0.2);}
.MC_box7:after { content:""; position:absolute; bottom: 0; left: -14.5rem; width:12.75rem; height:15rem; background:url('/images/template/T0017/main/0017_MC_wrap3_bg2.png') no-repeat; z-index:2; }   
  
@media (max-width:1790px) {
	.MC_wrap1:before { left: 0; border-bottom-left-radius: 2rem;}

    .MC_box7{padding-left: 1rem; }
    .MC_box7:before {left:-1rem; margin-left: 1rem; border-radius: 2rem 0 0 0;}
}
@media (max-width:1560px) {
	.MC_wrap3 {width: 100%; border-top-right-radius: 0rem; padding-left: 0rem;} 
    .MC_wrap3 .container:before {border-top-right-radius: 0; left: -10rem;}
}  
@media (max-width:1240px) {  
    .MC_wrap1:after, .MC_box7:after {display:none;}
	.MC_wrap1 {padding-right: 1rem;}
    .MC_box1 {height:auto; margin-bottom: 0;} /* 비주얼 */
    .MC_box3 {margin: 1.5rem 0;}
    .MC_wrap3 {margin-top: 1.2rem;}
} 
@media (max-width:768px){ 
	.MC_wrap1 {padding-right: 0;}
    .MC_box1 {margin-bottom:1rem; } /* 비주얼 */ 
    .MC_box2 {position:relative; left:0; top:auto; width:100%; margin-bottom:1rem; } /* 팝업존 */ 
    .MC_box3 {margin: 0;}
    .MC_box7 {padding: 1rem;}
}
@media (max-width:640px){  
    .MC_box4 {width:100%; margin-top: 0.5rem;} /* 행사일정 */
    .MC_box5 {width:100%; margin:0.5rem 0;} /* 식단 */
    .MC_wrap3 {margin: 1rem 0 0 0;}
    .MC_box7 {padding: 1rem 0 1rem 1rem;}
	.MC_box7:before { margin-left: 1rem;}
}  
@media (max-width:480px){  
    .MC_box5 {margin: 1rem 0;}
	.MC_box7:before {left: -2rem;}
    .MC_box7 {padding: 1rem 0 1rem 0rem;}
}  
