@charset "UTF-8";
/* CSS Document */

a img:hover{
    opacity: 0.8;
    }
.position-relative{
    position: relative;
}
.weekly_btn{
    display: block;
    position: absolute;
    left: 1%;
    top: 32%;
    width: 48%;
    height: 58%;
    }
.monthly_btn{
    display: block;
    position: absolute;
    right: 1%;
    top: 32%;
    width: 48%;
    height: 58%;
    }
.speedcheckin_btn{
    display: block; 
    position: absolute; 
    bottom: 2%;
    left: 2%;
    width: 96%;
    height: 8%;
    }