@charset "UTF-8";
html {
    font-size: 3.2vw;
    height: auto;
    overflow:unset;
}

body {
    height: auto;
    overflow: unset;
}
main {
    overflow: unset;
}
#nMainContentWrap {
    width: 100%;
    margin: 0 auto;
    /*overflow: visible;*/
    /*height: 100%;*/
    aspect-ratio: unset;
}
#nBackgroundCont {
    display: none;
}



