
@media (max-height: 600px) {
    
    /* Header [for input] */
    header .icon {
        width: 25%;
    }
    header .input {
        font-size: 52px;
    }
    header .caution {
        left: 18px;
    }
    header .caution svg {
        width: 50px;
    }
    header .geo {
        top: 10px;
        font-size: 9px;
    }
    
    
    /* Red Button */
    #regist {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
    }
    
    /* Daily */
    #calender .yobi {
        height: 24px;
        font-size: 7px;
    }
    #calender .date td {
        padding-bottom: 5px;
    }
    #calender .dayNum {
        height: 20px;
        font-size: 14px;
    }
    #listWrapper #listHeader {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    
    
    /* Monthly */
    .circleGraph .footer {
        height: 40px;
        line-height: 40px;
    }
    .circleGraph .label {
        font-size: 10px;
        padding-left: 4px;
    }
    .catTotal .total {
        font-size: 42px;
        margin-bottom: -8px;
    }
    .catTotal .ave {
        width: 28px;
        height: 16px;
        line-height: 16px;
        font-size: 10px;
    }
    .catTotal .average {
        font-size: 16px;
    }
    
    
    /* Budget */
    #budget .row {
        margin-bottom: 8%;
    }
}