﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }

.MC_wrap1 { position:relative; background: url(/images/po/template/T1004/main/1004_wrap1_ptrn.png); }
.MC_wrap1:before{ position: absolute; content: ''; width: 24.5rem; height: 14.7rem; top: 0; right: 0; background: url(/images/po/template/T1004/main/1004_round.png);}
.MC_wrap1 .container { position: relative; display: flex; justify-content: end; right: -7rem;}
.MC_wrap2 { position:relative;}
.MC_wrap3 { position:relative; background: #eef7fb; border-radius: 0 3rem 0 0; padding-bottom: 2.3rem; overflow: hidden;}

.MC_box1 { position: relative; width: 63.25rem; height: 26.2rem; }/* 메인비주얼 */
.MC_box2 { position: relative; flex-shrink: 0; width: 20rem; height: 18.75rem; margin-top: 3.3rem; margin-bottom: 4.25rem; margin-left: 3.15rem; }/* 팝업존 */
.MC_box3 { position: relative; width: 100%; height:auto; }/* 게시판 */
.MC_box3::before {position: absolute; content:''; width:5.55rem; height:15.65rem; top:4rem; right: -11rem; background:url(/images/po/template/T1004/main/1004_noti_deco.png) no-repeat;}
.MC_box4 { position: relative; width: 100%; }/* 바로가기1 */
.MC_box5 { position: relative; width: 100%; height: 33rem; margin-top: 2.3rem;}/* 갤러리 */
.MC_box5::before {position: absolute; content:''; width:7.7rem; height:30.5rem; top:0; left:-11rem; background:url(/images/po/template/T1004/main/1004_bottom_bg01.png) no-repeat;}
.MC_box5::after {position: absolute; content:''; width:4.45rem; height:3.95rem; top:-6rem; right:-10rem; background:url(/images/po/template/T1004/main/1004_bottom_bg02.png) no-repeat;}

@media (max-width: 1710px) {
    .MC_wrap1 .container {right: 0; padding: 0; max-width: 100%;}
    .MC_box1 {width: calc(100% - 23.15rem);}
    .MC_box2 {padding: 0 1rem;}
}

@media (max-width: 1440px) {
    #container{padding: 0;}

    .MC_wrap2,
    .MC_wrap3 {padding: 0 1rem;}
}

@media (max-width: 1240px) {
    .container{padding: 0 1rem;}

    .open .MC_wrap1 .container {padding-top: 0;}
    .MC_wrap1 .container { justify-content: space-between; padding-top: 3rem;}
    .MC_wrap1,
    .MC_wrap2 {padding: 0;}
    .MC_wrap3 {padding: 0;}
    .MC_wrap1 .container {flex-direction: column;}
    .MC_box1 {width: 100%; height: auto; left: -1rem;}
    .MC_box2 {width: 100%; margin-top: 1.5rem; margin-left: 0; margin-bottom: 3rem;}
    .MC_box5 {height: auto; margin-top: 1.5rem; margin-bottom: 1.5rem; }/* 갤러리 */
}


@media (max-width:940px){
    .MC_wrap1 .container .con_wrap{flex-wrap: wrap;}
}

@media (max-width: 860px) {
    .MC_box1 {width: 100%;}/* 팝업존 */
    .MC_box2 {width: 100%; height: auto; margin-top: 1.5rem; }/* 게시판 */
}

@media (max-width: 768px) {
    .MC_box3 {width: 100%;}/* 메인비주얼 */
    .MC_box4 {width: 100%; padding-left: 0rem;}/* 바로가기1 */

}
@media (max-width:640px){
    .MC_box1 {height: auto; margin-top: 0;}
}

@media (max-width: 560px) {
    .MC_box1{height: auto;}/*팝업존*/
}


