﻿ 
/*-----------------------------------------------------------
Author :HR, Park
Creative date :2021. 05. 04
-----------------------------------------------------------*/

.MC_wrap1{position:relative; background:url('/00_common/images/T3015_main/3015_bg_wrap01.png') no-repeat center; padding-top: 3rem;}  
.MC_wrap2{position:relative; overflow: hidden; margin-top:3rem;}
.MC_wrap2 .con_wrap{width: 48%; float: left;}
.MC_wrap3{position: relative; margin: 1rem 0;}
.MC_wrap4{position: relative; padding: 3rem 0;}
.MC_wrap4::before{width: 100%; height: 100%; position: absolute; top: 0; left: 0; content: '';  z-index:-1; background: #e8f5f5; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #e8f5f5, #f1f0fa); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #e8f5f5, #f1f0fa); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}
.MC_wrap4::after{position: absolute; top: 0; left: 0; content: ''; width:100%; height:100%; background:url('/00_common/images/T3015_main/3015_ptrn_wrap03.png') repeat; z-index:0}
.MC_box1{position:relative;} /* 메인비주얼 */
.MC_box4{position:relative; width:100%; } /* 바로가기 */
.MC_box2{position:relative; width:100%; height:13rem;} /* 공지사항 */
.MC_box3{position:relative; width:100%; height:13rem; margin-top: 1.5rem;} /* 공지사항2 */
.MC_box5{position:relative; width:48%; float:right; z-index: 1;} /* 행사일정 */
.MC_box6{position:relative; width:48%;  margin-top: 1rem; float:right;} /* 오늘의식단 */
.MC_box7{position:relative; width:17.5rem; float:right; z-index:1} /* 팝업존 */
.MC_box8{position:relative; width:calc(100% - 19.5rem); float:left; z-index:1} /* 포토갤러리 */


@media (max-width: 1240px){ 
    .MC_wrap1{padding-top: 2rem;  background:url('/00_common/images/T3015_main/3015_bg_wrap01.png') no-repeat center 100%;}
    .MC_wrap2::before{display: none; }
    .MC_wrap2::after{display: none;}
    .MC_wrap4 {margin-top: 1rem; padding: 2rem 2rem 2rem 0;}
    .MC_wrap4::before{width: calc(100% - 1rem);}


    .MC_box4{margin-bottom: 2rem;}
} 
@media (max-width: 920px){
	.MC_wrap1{background:url('/00_common/images/T3015_main/3015_bg_wrap01.png') no-repeat center 110%;}
	.MC_wrap2  {margin-top:2rem;}
    .MC_wrap2 .con_wrap{width: 100%;}
    .MC_wrap4{padding: 1rem 0 2rem 0;}
    .MC_wrap4::before{width: 100%;}

    .MC_box2{height: 12rem;}
    .MC_box3{height: 12rem; margin-top: 1rem;}
    .MC_box5{width: 100%; margin-top: 1rem;}
    .MC_box6{width: 100%;}
    .MC_box7{width: 100%;}
    .MC_box8{width: 100%; margin-top: 1rem;}
}
@media (max-width: 480px){
    .MC_wrap1{padding-top: 1rem;}
	.MC_wrap2  {margin-top:1rem;}
	.MC_wrap3{ margin:0;}
    .MC_box4{margin-bottom: 1rem;}
    .MC_box4::before{width: calc(100% + 2rem); right: -1rem;}
}

 