#app {
    width: 100%;
    height: 100vh;
}
.pano {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px
}
.q-tab {
    font-size: 0.9vw;
    font-weight: 700;
}
.scene_title {
    font-size: 1.3vw;
    font-weight: 100;
    max-width: 10vw;
}
.editorbtn {
    position: fixed;
    left: 5px;
    top: 45%;
    z-index: 50;
}
.infotitle {
    font-size: 1.1em;
    font-weight: 700;
}
.taggies {
    font-size: 0.8em;
    cursor: pointer;
}
.taggies div {
    padding: 5px;
}
.taggies .related {
    font-weight: 600;
}
.infoabovetitle {
    font-size: 0.8em;
    font-weight: 500;
}
.infocontent {
    font-size: 0.8em;
    font-weight: 400;
}
.whitebutton {
    width: 100px;
    background-color: white;
    color: black;
    margin-top: 15px;
    transition: all 0.4s ease;
}
.whitebutton:hover {
    background-color: black;
    color: white; 
}
body {
    font-family: 'Noto Sans KR', sans-serif;
}
.fade-enter-active, .fade-leave-active {
transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0;
}
[v-cloak] {
    display: none !important;
}
.theheader {
    opacity: 0;
    transition: all 0.5s ease;
}
.visible {
    opacity: 1!important;
}
.q-loading-bar--top {
    display: none;
}
.rightseperator {
    border-right: 1px solid black;
}
.absolute-bottom, .fixed-bottom {
    right: 0;
    bottom: 2px;
    left: 20%;
    width: 60%;
}
.q-tab {
    min-height: 37px;
}
.q-header {
    padding: 10px 0px;
}
.q-hoverable:hover > .q-focus-helper {
    background: none!important;
}
.q-ripple {
    display: none;
}
.groupname {
    font-size: 1.2vw;
}
.hideicon .q-expansion-item__toggle-icon {
    display: none;
}
.q-expansion-item__toggle-icon {
    border: 1px solid white;
border-radius: 50%;
transform: rotate(-90deg)!important;
}
.q-expansion-item__toggle-icon--rotated {
    transform: rotate(0deg)!important;
}
.scenetitle {
    margin-left: 30%;
    font-size: 1vw;
}
.closeright {
    position: absolute;
    top: 83px;
    left: 0px;
    transition: all 0.1s ease;
    color: white;
    background-color: #1d1d1d;
    padding: 5px;
    cursor: pointer;
}
.q-img {
    width: 150px!important;
}
.q-carousel {
    background-color: rgba(255, 255, 255, 0)!important;
}
.prevbtn {
    position: absolute;
    top: calc(50vh - 20px);
    left: 0px;
    transition: all 0.1s ease;
    color: white;
    padding: 5px;
    cursor: pointer;
}
.topright {
    position: absolute;
    top: 100px;
    right: 30px;
    transition: all 0.1s ease;
    color: white;
    padding: 5px;
    cursor: pointer;
    width: 50px;
}
.tohide .notranslate {
    display: none;
}
.marright {
    right: 300px!important
}
.marleft {
    left: 300px!important
}
.marright2 {
    right: 310px!important;
    top: 120px!important;
}
.bottomright {
    position: absolute;
    bottom: 0px;
    right: 10px;
    transition: all 0.1s ease;
    color: white;
    padding: 0px;
    cursor: pointer;
    max-width: 20vw;
    pointer-events: none;
    overflow: hidden;
}
.q-expansion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.bottomleft {
    position: absolute;
    bottom: 10px;
    left: 10px;
    transition: all 0.1s ease;
    color: white;
    padding: 5px;
    cursor: pointer;
    max-width: 20vw;
    width: 200px;
    transition: all 0.1s ease;
}
.playbtn {
    position: absolute;
    pointer-events: all!important;
}
.visiblediv {
    opacity: 1!important;
}
.bottomcenter {
    position: absolute;
    bottom: 10px;
    left: 0px;
    transition: all 0.1s ease;
    color: white;
    padding: 5px;
    cursor: pointer;
    width: 100vw;
    pointer-events: none;
}
.q-carousel {
    height: 130px!important;
}
.bottomcenter div {
    pointer-events: all!important;
}
.lefttrigger {
    display: none;
}
@media only screen and (max-device-width: 1000px) { 
    .q-tab {
        display: none!important
    }
    .lefttrigger {
        display: block!important;
        
    }
    .overtext {
        margin-left: 10px;
    }
    .bottomright {

        max-width: 50vw!important;
    }
    .firstdiv .shadow-2 {
        box-shadow: none!important;
    }
    .firstdiv .q-carousel__slide {
        padding: 0!important;
    }
    .marleft {
        left: 0px!important;
    }
    .q-carousel {
        height: 80px!important;
    }
    .specialclass {
        position: absolute;
        bottom: 0px!important;
        left: 0px!important;
        transition: all 0.1s ease;
        padding: 5px!important;
        cursor: pointer;
        max-width: 50vw!important;
        pointer-events: none;
        width: 200px;
    }
    .superclass {
        margin-bottom: 80px!important
    }
    .q-carousel__prev-arrow--horizontal {
        left: -9px!important;
    }
    .q-carousel__next-arrow--horizontal {
        right: -9px!important;
    }
    .q-img {
        width: 40vw!important;
    }
    /* .q-carousel__slides-container {
        padding: 0px;
    }
    .q-carousel__slide {
        padding: 0px;
    } */
    .scene_title {
        font-size: 1.2em!important;
        font-weight: 200;
        max-width: 28vw;
    }
    .whitebutton {
        width: 70px!important
    }
    .bg-white {
        background: none!important;
    }
    .closeright {
        display: none;
    }
    .marright2 {
        right: 0px!important;
    }
    .groupname {
        font-size: 1.4em!important
    }
    .topright {
        top: 72px!important;
        right: 18px!important;
        width: 46px!important;
        /* display: contents; */
    }
    .scenetitle {
        font-size: 3vw!important;
    }
 }
 .mobile .nomobile {
     display: none!important;
 }
 .course_heading {
    font-size: 1.2em;
    width: 100%;
    padding: 10px;
 }
 .mobile .yesmobile {
     display: block!important;
 }
 .yesmobile {
     display: none;
 }
 .secondlevel {
     margin-left: 10px;
 }
