/* 메인 컨테이너 */
#container { position:relative; z-index:2; width:100%; }
#container *{ scrollbar-arrow-color: #ddd; scrollbar-Track-Color: #ddd; scrollbar-base-color: #aaa; scrollbar-Face-Color: #aaa; scrollbar-3dLight-Color: #aaa; scrollbar-DarkShadow-Color: #aaa; scrollbar-Highlight-Color: #aaa; scrollbar-Shadow-Color: #aaa;}
#container ::-webkit-scrollbar { width: 5px; }
#container ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#container ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.container { max-width: 80rem; margin: 0 auto;}


.MC_wrap1{position: relative;}
.MC_box1{ position: relative; height: 40.6rem; text-align: center; } /* 메인비주얼 */
.MC_box2{ position: absolute !important; width: 24rem; height: 14.5rem; top: 19rem; left: calc(50% + 15rem);} /* 바로가기1 */

.MC_wrap2{position: relative; margin-top: 3.85rem;}
.MC_wrap2 .container{position: relative; display: flex;}
.MC_box3{flex-shrink: 0; position: relative; width: calc(100% - 25rem); height: 22rem; padding-right: 4rem;} /* 게시판 */
.MC_box3::before{content: ''; display: block; position: absolute; right: -2rem; bottom: 0; width: 300%; height: 10rem; background: #dfebf6; z-index: -1;}
.MC_box4{flex-shrink: 0; position: relative; width: 25rem; height: 22rem; } /* 팝업존 */

.MC_wrap3{position: relative; margin-bottom: 1.5rem;}
.MC_box5{flex-shrink: 0; position: relative; width: 100%; height: 20.25rem; margin-top: 4.5rem;} /* 포토갤러리 */
.MC_box6{flex-shrink: 0; position: relative; width: 100%; height: 11.95rem; padding-bottom: 3rem; margin-top: 3rem;} /* 바로가기2 */


@media screen and (max-width:1790px) {
    .MC_box1{height: auto;} /* 메인비주얼 */
    
}
@media screen and (max-width:1620px) {
    [class*="MC_wrap"] .container{padding: 0 1rem;}

    .MC_box2{position: unset !important; width: 100%; height: auto; margin-top: 1.5rem; padding: 0 1rem;} /* 바로가기1 */

    .MC_wrap2{margin-top: 2rem;}
}
@media screen and (max-width:1460px) {
    
    .MC_box2{margin: 1.5rem 0 3rem;} /* 바로가기1 */
    .MC_box3{width: calc(100% - 17.5rem); height: auto; padding-right: 2rem;} /* 게시판 */
    .MC_box3::before{left: -1rem; right: auto; bottom: auto; top:-1.5rem; width: 300%; height: 14rem; background: #dfebf6; z-index: -1;}
    .MC_box4{width: 17.5rem; height: auto; } /* 팝업존 */

    .MC_box5{ height: auto; margin-top: 2rem;} /* 포토갤러리 */
    .MC_box6{ height: auto; margin-top: 2rem;} /* 바로가기2 */
 
}
@media screen and (max-width:1440px) {
    #container{padding-top: 0;}
 
}
@media screen and (max-width:800px) {
    .MC_wrap2 .container{flex-direction: column;}
    .MC_box3{width:100%; padding-right: 0;} /* 게시판 */
    .MC_box3::before{height: auto; bottom: 9rem;}
    .MC_box4{width: 100%; margin-top: 2rem;} /* 팝업존 */
    .MC_box6{padding-bottom: 0;} /* 바로가기2 */
 
}
@media screen and (max-width:420px) {
    .MC_box2{padding: 0 0.75rem;} /* 바로가기1 */

    [class*="MC_wrap"] .container{padding: 0 0.75rem;}

 
}