/* 메인 컨테이너 */
#container { position:relative; width:100%;}

.fp-viewing-2rdPage .go_map,
.fp-viewing-3rdPage .go_map,
.fp-viewing-4rdPage .go_map {top:15.95rem;}

.container {position:relative; width: 100%; max-width:88rem; padding: 0 var(--container-gap); margin: 0 auto;}

.MC_wrap1 { position:relative; padding-top: 8.5rem;}
.MC_wrap1.fp-section.fp-table, .fp-slide.fp-table {display: flex; height: 100vh; justify-content: center; align-items: start;}
.MC_wrap2 { position:relative; background: url(/images/org/web/archives/main/wrap2_bg.png) no-repeat center / cover;}
.MC_wrap2 .container { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 8.5rem; height:100vh; }
.MC_wrap2 .con_wrap {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; margin-top: 2.5rem;}
.MC_wrap3 { background: #192436; z-index: 1;}
.MC_wrap3 .container { display: flex; justify-content: space-between; padding-top: 8.5rem; height:100vh; }
.MC_wrap4, .MC_wrap4 .fp-tableCell {height:auto !important; z-index: 2;}

.MC_box1 { width: 100%; height:calc(100vh - 21rem);} /* 메인비주얼 */
.MC_box2 { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 12.5rem; background: #192436;} /* 검색 */
.MC_box3 { position: relative; width: 100%;} /* 바로가기 */
/* 260320 MC_box4 수정 */
.MC_box4 {position: relative;display: flex;gap: 1.8rem;width: 55.8%;} /* 게시판 260323*/
.MC_box4 .cont_left {display: flex;flex-direction: column;width: calc(50% - 0.5rem);gap: 1rem;}
.MC_box4 .cont_right {width:calc(50% - 0.5rem);} /* 게시판 260323*/
.MC_box5 {position: relative;width: 20.05%;}  /* 카드뉴스 260320*/
.MC_box6 {position: relative;width: 20.05%;} /* 팝업존 260320*/

.MC_box7 { position: relative; width: 64.2%; margin: auto 0; } /* 전시 · 체험 */
.MC_box8 { position: relative; display: flex; align-items: center; width: 32.15%; z-index: 1; } /* Digital Archive */
.MC_box8::before {content:''; position: absolute; left: 0; top: 0; width: calc(100% + calc((100vw - 84rem) / 2)); height: 100%; background: url(/images/org/web/archives/main/wrap3_bg.png) no-repeat center bottom / cover; z-index: -1;}

@media (max-width: 1760px) {
    .MC_box8::before {right: -2rem; top: 0; width: auto;}
}

@media (max-width: 1540px) {
    #container {padding-top: 8.5rem;} 

    .MC_wrap1{height: auto !important; padding-top: 0;}
    .MC_wrap2{height: auto !important; padding: 3rem 0;}
    .MC_wrap2 .container{height: auto; padding-top: 0rem;}
    .MC_wrap3{height: auto !important; padding-left: 0;}
    .MC_wrap3 .container{padding-top: 0; height: auto;}

    .MC_box1{height:27rem;} /* 메인비주얼 */
    .MC_box2 { height: auto; padding: 3rem 0 4rem;} /* 검색 */
    .MC_box4 { width: 41%; } /* 게시판 */
    .MC_box5 {width: 27%;} /* 카드뉴스 */
    .MC_box6 {width: 27%;} /* 팝업존 */
    .MC_box7 { margin: 3rem 0; } /* 전시 · 체험 */
}

@media (max-width: 1280px) {
    #container {padding-top: 4rem;}

    .MC_wrap2 {padding: 2rem 0;}
    .MC_wrap2 .container{display: block;}
    .MC_wrap2 .container .con_wrap{margin-top: 2rem;}
    .MC_wrap3 .container {height: auto;}
    
    .MC_box1 {height:23rem;} /* 메인비주얼 */
    .MC_box2 {padding: 2rem 0 2.5rem;} /* 검색 */
    .MC_box4 {width: 100%;margin-bottom: 2rem;gap: 1rem;} /* 게시판 */
    .MC_box4 .cont_left {width: calc(50% - 0.5rem);}
    .MC_box4 .cont_right {width: calc(50% - 0.5rem);}
    .MC_box5 {width: 48.5%;} /* 카드뉴스 */
    .MC_box6 {width: 48.5%;} /* 팝업존 */
    .MC_box7 {width: 60%; margin: 1.75rem 0 2rem;} /* 전시 · 체험 */
    .MC_box8 {width: 35%;} /* Digital Archive */ 
    .MC_box8::before {left: -1rem; right: -1rem;}
    
}

@media (max-width: 1024px) {

    .MC_wrap2 {padding: 1.5rem 0;}
    .MC_wrap2 .container .con_wrap{margin-top: 1.5rem;}
    .MC_wrap3 .container {flex-direction: column;}
    
    .MC_box1 {height: 21rem;} /* 메인비주얼 */
    .MC_box2 {padding: 1.25rem 0 1.75rem;} /* 검색 */
    .MC_box4 {margin-bottom: 1.5rem;} /* 게시판 */
    .MC_box7 {width: 100%; margin: 1.5rem 0 2rem;} /* 전시 · 체험 */
    .MC_box8 {width: 100%;} /* Digital Archive */ 
}

@media (max-width:940px){
}

@media (max-width: 860px) {
    .MC_box5 {/* width: 36%; */} /* 카드뉴스 */
    .MC_box6 {/* width: 60%; */} /* 팝업존 */
}

@media (max-width: 768px) {
    .MC_box1 {height: 17rem;} /* 메인비주얼 */
}

@media (max-width:580px){
    .MC_box1 {height: 13rem;} /* 메인비주얼 */
    .MC_box2 {padding: 1rem 0 1.5rem;} /* 검색 */
    .MC_box4 {flex-wrap:wrap;}
    .MC_box4 .cont_left {width: 100%;}
    .MC_box4 .cont_right {width: 100%;}
    .MC_box5 {width: 100%;} /* 카드뉴스 */
    .MC_box6 {width: 100%; margin-top: 1.5rem;} /* 팝업존 */    
    .MC_box7 {margin: 1.5rem 0;} /* 전시 · 체험 */
}
@media (max-width: 480px) {
    #container {padding-top: 3rem;}
}

@media (max-width: 340px) {
   .MC_box1 {height: 11rem;} /* 메인비주얼 */
}