﻿ 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 09
-----------------------------------------------------------*/

.MC_wrap1{position:relative; z-index: 1;} 
.MC_wrap1:before {content:""; display:block; clear:both; position:absolute; left:0; top:0; width:100%; height:70%; background:#f5f7fc;}
.MC_wrap2{position:relative; margin-top:1.5rem; padding-bottom:3.5rem; background:url('/00_common/images/T3013_main/3013_bgR.png') no-repeat right 45%;}
.MC_wrap2:before {content:""; display:block; clear:both; position:absolute; left:0; bottom:0; width:100%; height:70%; background:#f5f7fc; z-index:-1;}
.MC_wrap2:after {content:""; display:block; clear:both; position:absolute; left:0; bottom:2rem; width:158px; height:185px; background:url('/00_common/images/T3013_main/3013_bgL.png') no-repeat right 45%;}
.container::after{display: block; content: ''; clear: both;}

.MC_box1{position:relative; width:1560px; margin-left:-360px; } /* 메인비주얼 */
.MC_box2{position:relative; height: 17rem; margin: 2rem auto;} /* 공지사항 */
.MC_box3{position:relative; } /* 바로가기 */
.MC_box4{position:relative; width:calc(100% - 20.5rem); height:19.75rem; padding:2.5rem 0; float:left;} /* 포토갤러리 */ 
.MC_box4:before {content:""; display:block; clear:both; position:absolute; right:-2rem; top:0; width:200%; height:100%; background:#90afdd;}
.MC_box5{position:relative; width:16.5rem;  height:17.25rem; float:right; margin-top:2.5rem;} /* 오늘의식단 */
.MC_box6{position:relative; width:17.5rem; float:left; margin-top:2rem; z-index:2;} /* 팝업존 */
.MC_box7{position:relative; width:calc(100% - 22rem); float:right;  margin-top:2rem;} /* 행사일정 */
 
 @media (max-width:1600px){

	.MC_box1{width:100%; margin-left:0; } /* 메인비주얼 */

 }

@media (max-width: 1240px){ 
   

    .MC_box4{position:relative; width:calc(100% - 19.5rem);}
	.MC_box4:before {right:-1.5rem;}
    .MC_box7{width: calc(100% - 19rem);}

} 

@media (max-width: 1024px){


}

@media (max-width: 890px){

	.MC_wrap1:before {height:55%;}
    .MC_wrap2{margin-top:1rem; padding-bottom: 1.5rem;  background:none;}
	.MC_wrap2:after {display:none;}

    .MC_box6{width: 100%; margin-top: 1rem;}
    .MC_box7{width: 100%; margin-top: 1rem;}

}

@media (max-width: 760px){
    
	.MC_wrap2:before {height:35%;}

    .MC_box2{margin: 1rem 0;}
    .MC_box4{width:100%; height:auto; padding:1rem; float:none;} /* 포토갤러리 */ 
	.MC_box4:before {right:0; top:0; width:100%;}
    .MC_box5{width: 100%; height:auto; float:none; margin-top:1rem;}

}
@media (max-width: 600px){
    .MC_box2{height: 18.5rem;}
}
@media (max-width: 480px){

    .MC_box2{height: 23rem;}

}
@media (max-width: 380px){

	.MC_wrap1:before {height:45%;}
}

 