input time 아이콘 커스텀

    input[type="time"]::-webkit-calendar-picker-indicator,
    input[type="time"]::-webkit-inner-spin-button {
        display: none;
        appearance: none;
    }
    
    input[type='time'] {
      position: relative;
      width: 100%;
      background: url('../img/time.png') no-repeat right 10px center;
      width: 24px;
      height: auto;
      background-color: #fff;
    }