﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; background: url(/images/po/template/T3001/main/3001_img_bg01.png) no-repeat center bottom; }


.MC_wrap1 { position:relative; }
.MC_wrap1 .container{position: relative; display: flex; flex-wrap: wrap; align-items: center; padding: 2.3rem 0 2.5rem;}
.MC_wrap1 .container::before{content: ''; display: block; position: absolute; left: -5rem; top: 0; right: -5rem; bottom: 6rem; background: #e1f3ee url(/images/po/template/T3001/main/3001_img_deco03.png) no-repeat top -2rem right 1rem; border-radius: 0 0 5rem 5rem; z-index: -1;}
.MC_box1 { position: relative; width: calc(100% - 36.25rem); } /* 메인슬로건 */
.MC_box2 { position: relative; width: 36.25rem;  } /* 바로가기1 */
.MC_box3 { position: relative; width: 100%; margin-top: 2.5rem;} /* 예약시스템 검색존 */
.MC_box4 { position: relative; width: 100%; margin-bottom: 3.5rem;} /* 예약리스트 */

.MC_wrap3 .container{display: flex; padding-top: 2.5rem; padding-bottom: 2.5rem; margin-bottom: 2.5rem;}
.MC_wrap3 .container::before{content: ''; display: block; position: absolute; top: 0; bottom: 0; left: -5rem; right: -5rem; background: #fff5e6; border-radius: 5rem;}
.MC_box5 { position: relative; width: calc(100% - 22.1rem); padding-right: 3rem;} /* 게시판 */
.MC_box6 { position: relative; width: 22.1rem;} /* 팝업존 */

@media (max-width: 1500px) {
    .MC_wrap1 .container{padding:1.5rem 1rem;}
    .MC_wrap2 .container{padding:1.5rem 1rem;}
    .MC_wrap3 .container{padding:1.5rem 1rem;}
    .MC_box4{margin-bottom: 1rem;}
}

@media (max-width: 1290px) {
    .MC_box1 { width: 100%; } /* 메인슬로건 */
    .MC_box2 { width: 100%; margin-top: 1.5rem; } /* 바로가기1 */
    .MC_box3 { margin-top: 1.5rem; } /* 예약시스템 검색존 */

    .MC_wrap3 .container{flex-wrap: wrap; margin-bottom: 0;}
    .MC_box5 { width: 100%; padding-right: 0;} /* 게시판 */
    .MC_box6 { width: 100%; margin-top: 1.5rem;} /* 팝업존 */
    
}


@media (max-width: 1240px) {


}

@media (max-width: 1024px) {

    .MC_wrap2 .container{padding-top: 0;}
}

@media (max-width:940px){
}

@media (max-width: 860px) {

}

@media (max-width: 768px) {

}
@media (max-width:640px){
}
@media (max-width: 560px) {
    
}

