﻿/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }


.MC_wrap1 { position:relative; }
.MC_wrap2 { position:relative; margin-top: 2.5rem; }
.MC_wrap2 .container { position: relative; display: flex; flex-wrap: wrap;}
.MC_wrap3 { position: relative; margin-top: 2.6rem; padding: 2rem 0;}
.MC_wrap3::before{content: ''; display: block; width: 100%; height: 100%; border-radius: 0 3rem 0 0; background: url('/images/po/template/T1006/main/MC_wrap3_bg.png') no-repeat bottom -1rem right -1rem #f3f7fa; position: absolute; left: -3rem; top: 0; z-index: -1; transition: all 0.15s;}

.MC_box1 { position: relative; width: 100%; height: auto; }/* 메인비주얼 */
.MC_box1::after{content: ""; width: 500vw; height: calc(100% - 3rem); background: #eff8eb; position: absolute; top: 0; left: 50%; margin-left: -43rem; z-index: -1; border-radius: 0 0 0 3rem;}

.MC_box2 { position: relative; width: 100%; height: 8rem; margin-top: 1.5rem; }/* 바로가기1 */
.MC_box3 { position: relative; width: calc(100% - 40rem); height: 20.5rem; }/* 게시판 */
.MC_box4 { position: relative; width: 20rem; height: 20.5rem; margin-left: auto;} /* 바로가기2 : 사용자별 맞춤메뉴 */
.MC_box5 { position: relative; width: 16rem; height: 20.5rem; margin-left: auto;}/* 팝업존 */
.MC_box6 { position: relative; width: 100%; height: 20rem; }/* 갤러리 */

@media (max-width: 1560px) {
    .MC_wrap3::before { width: calc(100% + 2rem); background: url(/images/po/template/T1006/main/MC_wrap3_bg.png) no-repeat bottom -1rem left 5rem #f3f7fa; left: -1rem; border-radius: 0;}
}

@media (max-width: 1440px) {
    #container{padding: 0 1rem;}

    .MC_box3 { position: relative; width: calc(100% - 18rem); height: 20.5rem; }/* 게시판 */
    .MC_box4 { width: 100%; order: 3; margin-top: 1.5rem; height: auto;} /* 바로가기2 : 사용자별 맞춤메뉴 */
}

@media (max-width: 1240px) {
    #container{padding: 0;}
    
    .MC_wrap3::before { background: url(/images/po/template/T1006/main/MC_wrap3_bg.png) no-repeat bottom -1rem left 2rem #f3f7fa;}

    .MC_box1::after{ height: calc(100% - 2rem); left: 0; margin-left: 0; background:#eff8eb; background-size: 9px;}  
     
}

@media (max-width:980px){
    .MC_box1::after{ height: 100%; left: -1rem; border-radius: 0; margin-left: 0; background:#eff8eb;}  
}

@media (max-width:940px){
    .MC_box3 { width: 100%; }/* 게시판 */
    .MC_box4 { width: calc(100% - 18rem); order: 3; margin-top: 1.5rem; height: auto;} /* 바로가기2 : 사용자별 맞춤메뉴 */
    .MC_box5 { margin-left: 0; margin-top: 1.5rem;}/* 팝업존 */
}

@media (max-width: 860px) {
    .MC_box4 { width: 100%; order: 3; margin-top: 1.5rem; height: auto;} /* 바로가기2 : 사용자별 맞춤메뉴 */
    .MC_box5 { width: 100%; }/* 팝업존 */
}

@media (max-width: 768px) {
    .MC_wrap2 { margin-top: 1.5rem; }
    .MC_wrap3 { margin-top: 1.5rem; padding: 1.5rem 0; }
}

@media (max-width:680px){
    .MC_wrap3::before { background: #f3f7fa; }

    .MC_box6 { position: relative; width: 100%; height: auto; }/* 갤러리 */
}

@media (max-width: 480px) {
    .MC_box2 { height: 6.5rem;}
    .MC_box3 { height: auto; }
}

@media (max-width: 320px) {
    .MC_box5 { height: auto;}
}

