﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 { position:relative; z-index: 1; }
.MC_box1 { position: relative; width: 100%; max-width: 96rem; margin:0 auto; } /* 메인비주얼 */

.MC_wrap2 { position:relative; z-index: 2; background: url(/images/po/template/T2003/main/2003_img_bg01.png) no-repeat center bottom / 100% auto;}
.MC_wrap2 .container{display: flex; flex-wrap: wrap; padding-bottom: 3rem;}
.MC_wrap2 .container::before{content: ''; display: block; position: absolute; left: -13.5rem; bottom: 0rem; width: 15rem; height: 14.5rem; background: url(/images/po/template/T2003/main/2003_img_deco02.png) no-repeat center center; z-index: -1;}
.MC_wrap2 .container::after{content: ''; display: block; position: absolute; right: -12.5rem; bottom: 0rem; width: 13rem; height: 19.2rem; background: url(/images/po/template/T2003/main/2003_img_deco03.png) no-repeat center center; z-index: -1;}
.MC_wrap2 .con_wrap{ width: calc(100% - 36.55rem);}
.MC_box2 { position: relative; width: 100%; height: 10.25rem; } /* 게시판 */
.MC_box3 { position: relative; width: 100%; height: 4rem; margin-top: 3rem;} /* 바로가기1 */

.MC_box4 { position: relative; width: 21.3rem; height: 17.25rem; padding: 0 3rem; } /* 팝업존 */
.MC_box5 { position: relative; width: 15.25rem; height: 17.25rem; } /* 바로가기2 */

.MC_box6 { position: relative; width: calc(100% - 15.25rem); height: 18.25rem; padding-right: 3rem; margin-top: 3rem;} /* 갤러리 */
.MC_box7 { position: relative; width: 15.25rem; height: 18.25rem; margin-top: 3rem; } /* 바로가기3 */
.MC_box8 { position: relative; width: 100%; height: 4rem; margin-top: 3rem; } /* 식단 */


@media (min-width: 1921px) {
    .MC_wrap2{background-size: 100% 100%;}
}
@media (max-width: 1670px) {
    .MC_wrap2 .container::before{left: -10rem;}
    .MC_wrap2 .container::after{display: none;}
}
@media (max-width: 1500px) {

}
@media (max-width: 1440px) {
    .container{padding: 0 1rem;}

    .MC_wrap2 .container::before{left: -4rem;}

}

@media (max-width: 1240px) {

    .MC_wrap2 .con_wrap{ width: calc(100% - 18.3rem);}
    .MC_box4{width: 18.3rem; padding-right: 0;} /* 팝업존 */
    .MC_box5{width: 100%; height: auto; margin-top: 3rem;} /* 바로가기2 */
}

@media (max-width: 1024px) {
    .MC_wrap2 .container::before{display: none;}
    .MC_box8{height: auto;} /* 식단 */
}

@media (max-width:940px){
    
    .MC_wrap2 .container{padding-bottom: 1.5rem;}

    .MC_box3 { margin-top: 1.5rem;} /* 바로가기1 */

    .MC_wrap2 .con_wrap{ width: 100%;}
    .MC_box4{width: 100%; padding: 0; margin-top: 1.5rem;} /* 팝업존 */
    .MC_box5{margin-top: 1.5rem;} /* 바로가기2 */

    .MC_box6 { padding-right: 1.5rem; margin-top: 1.5rem;} /* 갤러리 */
    .MC_box7 { margin-top: 1.5rem; } /* 바로가기3 */
    .MC_box8 { margin-top: 1.5rem; } /* 식단 */


}

@media (max-width: 860px) {

}

@media (max-width: 768px) {

}
@media (max-width:690px){

.MC_box6 { width: 100%; padding-right: 0; } /* 갤러리 */
.MC_box7 { width: 100%; height: auto; } /* 바로가기3 */
.MC_box8 { margin-top: 2.5rem; } /* 식단 */
}
@media (max-width:640px){
}
@media (max-width: 560px) {
    .MC_box2{height: auto;} /* 게시판 */
    .MC_box3{height: auto;} /* 바로가기1 */
}

@media (max-width:320px){
    .MC_box4{height: auto;} /* 팝업존 */

}


