﻿/* 메인 컨테이너 */
#container {position: relative; width:100%; z-index: 2;}
#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: 3px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.container {max-width: 60rem;}

.MC_wrap1 {position: relative; padding: 2rem 0 3.2rem;}
.MC_wrap1:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background: url('/images/template/T0015/main/0015_bg1_visual.png') repeat-x center bottom; z-index:-2; }
.MC_wrap1:after { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background: url('/images/template/T0015/main/0015_bg2_visual.png') no-repeat center 2rem; z-index:-1; }
.MC_wrap2 {margin: 1.8rem 0 1.5rem;}
.MC_wrap2::after {clear: both; display: block; content: "";}
.MC_wrap3 {position: relative; padding: 3.5rem 0 2rem;}
.MC_wrap3:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background: url('/images/template/T0015/main/0015_bg_gallery.png') repeat-x center top; }

.MC_cont {float: left; width: 29%;}
.MC_box1 {position: relative; float: left; margin-right: 2rem; width: calc(71% - 2rem); height: 28rem;} /* 메인비주얼 */
.MC_box2 {position: relative; margin-bottom: 2rem; height: 14.5rem;} /* 팝업존 */
.MC_box3 {position: relative; height: 12.5rem;} /* 오늘의식단 */
.MC_box4 {position: relative; float: left; height: 23rem; width: calc(35.5% - 2rem); } /* 캘린더 */
.MC_box5 {position: relative; float: left; margin-left: 2rem; width: calc(35.5% - 2rem); height: 22.25rem;} /* 게시판 */
.MC_box6 {position: relative; float: left; margin-left: 2rem; width: 29%; height: 23rem;} /* 바로가기 */
.MC_box7 {position: relative; width: 100%;} /* 갤러리 */

@media (max-width: 1680px) {
}

@media (max-width: 1400px) {
}

@media (max-width: 1240px) {
}

@media (max-width: 1024px) {
	.MC_wrap2 { margin: 1.5rem 0 1.2rem; }
	.MC_wrap3 { padding: 3.2rem 0 2rem; }
	
	.MC_box4 {margin-bottom: 2rem; width: calc(50% - 1rem);} /* 바로가기 */
	.MC_box5 {width: calc(50% - 1rem);} /* 게시판 */
	.MC_box6 {width: 100%; height: auto; margin-left:0; } /* 캘린더 */
}

@media (max-width: 960px) {
	.MC_wrap1 { padding: 2rem 0 2rem; }
	.MC_cont {width: 100%;}
	.MC_box1 {margin-left: 0; margin-bottom: 2rem; width: 100%; height: auto;} /* 메인비주얼 */
	.MC_box2 {float: left; width: calc(50% - 1rem); height: 14.5rem;} /* 팝업존 */
	.MC_box3 {float: left; margin-left: 2rem; width: calc(50% - 1rem); height: 14.5rem;} /* 오늘의식단 */
}

@media (max-width: 768px) {
	.MC_wrap1 { padding: 2rem 0 1.5rem; }
	.MC_wrap2 { margin: 1rem 0 1rem; }
	.MC_wrap3 { padding: 3rem 0 2rem; }
}

@media (max-width: 640px) {	
	.MC_wrap1 {padding-bottom: 2rem;}
	.MC_wrap2 {margin-bottom: .5rem;}
	.MC_wrap3 {padding-bottom: 2rem; background-size: cover;}
	
	.MC_box1 {margin-bottom:1.5rem;}
	.MC_box2 {margin-bottom:1.5rem; width: 100%; height: auto;} /* 팝업존 */
	.MC_box3 {margin-left: 0; width: 100%; margin-bottom:1.3rem; height:11.2rem; } /* 오늘의식단 */
	.MC_box4 {margin-bottom: 1.5rem; width: 100%;} /* 바로가기 */
	.MC_box5 {margin-bottom: 2rem; margin-left:0; width: 100%;} /* 게시판 */
	.MC_box6 {margin-left: 0; width: 100%;} /* 캘린더 */
}

@media (max-width: 480px) {
}