body {
    padding: 10px;
}

.title {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #1f1f1f;
}

.current_time {
    margin-top: 10px;
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #5b5b5b;
}

.set_time {
    background-color: #eeeeee;
    margin-top: 20px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(70, 77, 82, 0.082);
    box-shadow: rgb(0 0 0 / 2%) -1px 1px 1px;
    border-radius: 10px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.set_time_item {
    text-align: center;
}

.start_time {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #1f1f1f;
    margin-right: 10px;
}

#time_input {
    width: 100%;
    margin-right: 10px;
}

#calculate {
    margin-top: 8px;
    width: 100%;
    margin-right: 10px;
}

#time_time {
    margin-left: 10px;
    margin-right: 10px;
}




.setting_item {
    margin-bottom: 18px;
}

.setting_label {
    margin-bottom: 3px;
}