*{
    font-family: 'NanumSquare', sans-serif !important;
}
html{
    scroll-behavior: smooth;
}
body{
    padding:0;
    margin:0;
}
.container{
    position:static;
    margin: 0 auto;
    background:url("/images/main.svg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center;
    width:95vmin;
    width:100vmax;
    height:100vh;
}

.btn1 {
    position:absolute;
    width:10%;
    height:25vh;
    left:37%;
    top:32%;
    cursor:pointer;
    /*opacity:0;*/
}

#top_img {
   width: 100%;

}

#middle1-1_img{
    width: 100%;
    padding-top:10px;
	padding-bottom:50px;
}

#middle1-2_img{
	width: 100%;
}

#Asset_img1 {
    width: 100%;
}

#Asset_img2 {
    width: 100%;
    padding-bottom: 50px;
}

#footer {
    width: 100%;
}

#button_1 {
    width: 30%;
    display: block; 
    margin: 0px auto;
    padding-top: 100px;
    padding-bottom: 100px;
    cursor:pointer
}

#button_2 {
    width: 30%;
    display: block; 
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
    cursor:pointer
}

@keyframes up-down{
    from{
        top:16%;
    }
    to{
        top:13%;
    }
}

#top_logo{
    position: absolute;
    width: 17%;
    top: 15%;
    right: 23%;
    animation: up-down 2s infinite ease-in-out alternate;
    cursor:pointer;
}

#imgbtn1{
    position: absolute;
    width: 7%;
    top: 49%;
    left:41%;
    animation: up-down1 1.5s infinite ease-in-out alternate;
}

#imgbtn2{
    position: absolute;
    width: 6%;
    top: 65%;
    left:52%;
    animation: up-down2 1.7s infinite ease-in-out alternate;
}

#imgbtn3{
    position: absolute;
    width: 6%;
    top: 70%;
    left:72%;
    animation: up-down3 2.1s infinite ease-in-out alternate;
}

#dwnbtn {
    position:absolute;
    cursor:pointer;
    width:15%;
    top:72%;
    right:0;
}

#dwnbtn2 {
    position:absolute;
    cursor:pointer;
    width:7%;
    bottom:2%;
    left:16.6%;
}

@keyframes up-down1{
    from{
        top:37%;
    }
    to{
        top:35%;
    }
}

@keyframes up-down2{
    from{
        top:54%;
    }
    to{
        top:52%;
    }
}

@keyframes up-down3{
    from{
        top:64%;
    }
    to{
        top:62%;
    }
}

.BOTTOM {
    display:table;
    table-layout:fixed;
    position:relative;
}

.BOTTOM div{
    display:table-cell;
    vertical-align:middle;
}
.BOTTOM div img{
    width:100%;
    cursor:pointer;
}
