﻿ 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 10
-----------------------------------------------------------*/

.MC_wrap1{position:relative; max-width:1920px; margin:0 auto; overflow:hidden; }
.MC_wrap2{position: relative; padding: 2rem 0; background: url('/00_common/images/T3016_main/3016_bgL.png') no-repeat left bottom;}
.MC_wrap2:before{ position: absolute; right:0; top:360px; content: ''; width:498px; height: 552px; background:url('/00_common/images/T3016_main/3016_bgR.png') no-repeat;}
.MC_box1{position:relative; width: calc((100% - 1400px) / 2 + 1400px); } /* 메인비주얼 */
.MC_box2{position:relative; margin: -4.5rem 0 0 9.5rem; } /* 바로가기 */
.MC_box2::before{width: 100%; height: 100%; position: absolute; right: -100%; background: #f4f9fe; content: '';}
.MC_box3{position:relative; width:100%; height: 19.5rem; margin-bottom:2.5rem;} /* 공지사항 */
.MC_box4{position:relative; width:19rem; float: left; } /* 행사일정 */
.MC_box5{position:relative; width: 20rem; margin-left: 1.5rem; float:left;} /* 팝업존 */
.MC_box6{position:relative; width:calc(100% - 42rem); float:right;} /* 오늘의식단 */
.MC_box7{position:relative; width:calc(100% - 20.5rem); margin-top:2rem; float:right;} /* 포토갤러리 */

 @media (max-width:1600px){

	.MC_box1{width:100%; } /* 메인비주얼 */

 }

@media (max-width: 1240px){
	.MC_wrap2{background:none;}
	.MC_wrap2:before{ display:none;}

	.MC_box2{margin:-1rem 0 0; } /* 바로가기 */
	.MC_box2::before{display:none;}
    .MC_box5{width: calc(100% - 20.5rem); margin-right: 0;} /* 팝업존 */
    .MC_box6{width: calc(100% - 20.5rem); margin: 2rem 0 0 0;}
    .MC_box7{width: 100%;}/* 포토갤러리 */
}

@media (max-width: 700px){
    .MC_wrap2 { padding-bottom:0;}

	.MC_box2{margin:0; } /* 바로가기 */
    .MC_box3{margin-bottom: 2rem;}
    .MC_box4{width: 100%;}
	.MC_box5{width: 100%;  margin:3rem 0 0;}
    .MC_box6{width: 100%;}
    .MC_box7{margin-top: 1rem;}
}

@media (max-width: 580px){
    .MC_box3 {height: 21rem;}
}

 