﻿
/*-----------------------------------------------------------
Author :JH, Woo
Creative date :2021. 04. 26.
-----------------------------------------------------------*/


.MC_wrap1 {position: relative; padding-top: 2rem;}
.MC_wrap1::before{width: 497px; height: 320px; background: url('/tempSample/30007/images/main/0007_con_wrap01_bg.png') no-repeat center; position: absolute; right: 0; bottom: -53px; content: ''; z-index: 2;}
.MC_wrap1::after{display: block; content: ""; clear: both;}
.MC_wrap2 {position: relative; overflow: hidden;}
.MC_wrap3 {position: relative; margin-top: 3.5rem; background: url('/tempSample/30007/images/main/0007_ptrn_con_wrap03_1.png') repeat;}
.MC_wrap3::before{width: calc(100% - 7rem); height: 6.5rem; background: url('/tempSample/30007/images/main/0007_ptrn_con_wrap03_2.png') repeat; border-top-right-radius: 5rem; position: absolute; left: 0; bottom: 0; content: '';}

.MC_box1 {position: relative; width: calc((100% - 1200px) / 2 + 32.8rem); float: left;}/* 비주얼 */
.MC_box2 {position: relative; width: 27.2rem; float: left; height: 21.3rem; margin-top: 4rem; z-index: 3;}/* 공지사항 */
.MC_box3 {position: relative; width: calc(100% - 32.8rem); float: right;}/* 오늘의식단 */
.MC_box4 {position: relative; width: 32.8rem; float: left;} /* 바로가기 */
.MC_box5 {position: relative; width: 32.8rem; float: left; margin-top: 3.5rem;}/* 행사일정 */
.MC_box6 {position: relative; width: calc(100% - 32.8rem); float: right; margin-top: 3.5rem;}/* 팝업존 */
.MC_box7 {position: relative; width: 100%; padding: 2rem 0;}/* 포토갤러리 */

@media (max-width: 1280px){
	.MC_box1{width: 33.8rem;}
	.MC_box2{width: calc(100% - 34.8rem);}
}

@media (max-width: 1200px) {
	.MC_wrap1::before{display: none;}
	.MC_wrap3{margin-top: 2rem;}

	.MC_box1{width: 55%;} /* 비주얼 */
	.MC_box2{width: calc(45% - 1rem); height: 14.5rem; margin-top: 1rem;} /* 공지사항 */
	.MC_box3{width: 45%;} /* 오늘의식단 */
	.MC_box4{width: 55%;} /* 바로가기 */
	.MC_box5{width: 55%; margin-top: 2rem;} /* 이달의행사 */
	.MC_box6{width: 45%; margin-top: 2rem;} /* 핍업존 */
}

@media (max-width: 920px) {
	.MC_wrap1{padding-top: 0;}
	.MC_wrap3::before{width: 90%;}

	.MC_box1{width: 100%; float: none;} /* 비주얼 */
	.MC_box2{width: auto; float: none; margin:1rem;} /* 공지사항 */
	.MC_box3{width: 100%; float: none;} /* 오늘의식단 */
	.MC_box4{width: 100%; float: none; margin-top: 1rem;} /* 바로가기 */
	.MC_box5{width: 100%; float: none; margin-top: 2rem;} /* 이달의행사 */
	.MC_box6{width: 100%; float: none; margin-top: 1rem;} /* 핍업존 */
}

@media (max-width: 480px) {
	.MC_box2{height: 13.5rem;}
	.MC_box5{margin-top: 1rem;}
}

