.gwangju_content.scroll-area {
    overflow: hidden;
}

.gwangju_content footer {
    display: none;
}

.chungjang-wrap {
    height: calc(100vh - 180px);
    height: calc(100dvh - 180px);
    padding: 0;
    position: relative;
}
#aroundLoading {
    position: absolute;
    width: 100%;
    height: calc(100vh - 180px);
    height: calc(100dvh - 180px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    top: 0;
}

#threeContainer {
    width: 100%;
    height: 100%;
    background: #0b1020;
    position: relative;
    overflow: hidden;
}

#threeContainer canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.gwangju_content .tab_menu ul li.depth1 .depth2_box {
    z-index: 2;
}

@media (max-width: 767px) {
    .mo-detail {
        z-index: 10;
    }

    #aroundLoading, .chungjang-wrap {
        height: calc(100vh - 108px);
        height: calc(100dvh - 108px);
    }

}