@charset "UTF-8";

/* DEFAULT LAYOUT */
@media (max-width: 320px) {
    html {
        width: 320px !important;
        overflow: scroll !important;
    }
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper,
.contents,
#all{
    width: 100%;
    height: 100%;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    text-align: center;
    display: none;
}
