﻿body {
    overflow: hidden;
}

.indexmenu {
    width: 60vw;
    height: auto;
    left: 20vw;
    overflow: hidden;
    top: 98vw;
    position: absolute;
    z-index: 100;
}

.indexmenu img {
    width: 100%;
    margin-top: 5vw;
}

.btm_img {
    width: 100%;
    position: absolute;
    bottom: 0vw;
}

@media screen and (max-height: 650px) {
    .indexmenu {
        top: 85vw;
    }

    .indexmenu img {
        margin-top: 4vw;
    }
}