﻿
/* 메인 컨테이너 */
#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_wrap1 { position:relative; width:100%; max-width:70rem; margin:-9rem auto 0;}
.MC_wrap1:before{content:""; position:absolute; right:0; bottom:0; width:100%; height:60%; background:#fff; border-radius:2rem;}
.MC_wrap2 { position:relative; width:100%; overflow:hidden;}
.MC_wrap2:after{content:""; display:block; clear: both;}
.MC_wrap2 .container{padding:2rem 0 3rem;}
.MC_wrap2 .container:before{content:""; position:absolute; left:-4rem; bottom:0; width:1000%; height:16.5rem; border-radius:3rem 0 0 0; background:#f4f4f4; }

[class^="MC_wrap"] .container {max-width: 1220px;}

.MC_box1 { position:relative; width:100%; height:27rem; overflow:hidden;} /* 메인비주얼 */
.MC_box2 { position:relative; float:left; width:26.5rem; height:15rem; } /* 팝업존 */
.MC_box2:before{content:""; position:absolute; right:0; top:0; width:100%; height:calc(100% - 2rem); border-radius:2rem 2rem 2rem 0; background:#cbd6ff;}
.MC_box3 { position:relative; float:left; margin-top:3.5rem; width:calc(100% - 26.5rem); height:11rem; } /* 바로가기1 */
.MC_box4 { position:relative; float:left; margin-bottom:2.5rem; width:29%; height:21rem; } /* 갤러리 */
.MC_box4:before {content:""; position:absolute; right:-4.5rem; top:2.5rem; width:1000%; height:calc(100% - 2.5rem); border-radius:0 2.5rem 2.5rem 0; background:#ffddd1; z-index:-1;}
.MC_box4:after {content:""; position:absolute; right:25rem; top:-2.1rem; width:12.2rem; height:24.2rem; background:url('/images/template/T0005/main/0005_gallery_bg.png') no-repeat center; z-index:1;}
.MC_box5 { position:relative; float:left; margin-bottom:2.5rem; margin-left:13.5%; width:57.5%; height:21rem; overflow:hidden;} /* 게시판 */
.MC_box6 { position:relative; float:left; width:70%; height:20rem; } /* 캘린더 */
.MC_box7 { position:relative; float:left; width:25%; height:20rem; margin-left:5%; } /* 식단 */

@media (max-width: 1600px) {
	.MC_box1 {height: auto;} /* 메인비주얼 */
}

@media (max-width: 1440px) {
	.MC_wrap1:before {right: -1rem;}

    .MC_box2 { width:40%; } /* 팝업존 */
    .MC_box3 { width:57%; margin-left:3%; } /* 바로가기1 */
    .MC_box4 { width:40%; } /* 갤러리 */
	.MC_box4:before {right: 0;}
    .MC_box5 { width:57%; margin-left:3%; } /* 게시판 */
	.MC_box7 { width:27%; margin-left:3%; } /* 식단 */
}

@media (max-width: 1240px) {
	.MC_wrap1 {margin: -2rem auto 0;}
	.MC_wrap2 .container {padding: 2rem 1rem 3rem;}
}

@media (max-width: 920px) {
    .MC_box4 {padding-right: 1rem;} /* 갤러리 */
}

@media (max-width: 680px) {
	.MC_wrap2 .container:before {display: none;}

	.MC_box2 {margin-top: 4rem; width: 100%; height: auto;} /* 팝업존 */
	.MC_box2:before{top: 0;}
	.MC_box3 {margin-top: 2rem; margin-left: 0; width: 100%; height: auto;} /* 바로가기1 */
	.MC_box4 {margin-bottom: 2rem; padding-right: 0; width: 100%; height: auto;} /* 갤러리 */
	.MC_box4:before {right: -1rem;}
	.MC_box4:after {display: none;}
	.MC_box5 {margin-bottom: 2rem; margin-left: 0; width: 100%; height: auto;} /* 게시판 */
	.MC_box6 {width: 100%; height: auto;} /* 캘린더 */
	.MC_box7 {margin-top: 2rem; margin-left: 0; width: 100%; height: auto;} /* 식단 */
}

@media (max-width: 380px) {
	.MC_wrap2 .container {padding: 1rem;}

	.MC_box2 {margin-top: 3rem;} /* 팝업존 */
	.MC_box3 {margin-top: 1rem;} /* 바로가기1 */
	.MC_box4 {margin-bottom: 1rem;} /* 갤러리 */
	.MC_box5 {margin-bottom: 1rem;} /* 게시판 */
	.MC_box7 {margin-top: 1rem;} /* 식단 */
}