.custom-disabled {
    background-color: white;
    border: none;
    color: black;
    pointer-events: none; /* 사용자가 클릭하거나 포커스 못 하게 */
    appearance: none; /* select의 기본 스타일 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1em;
    height:40px !important;
}
input[type="date"].custom-disabled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.column2_50 td { width: calc((100% - 300px) / 2);}

.flex {
    display : flex;
}

.rcpt-text{
    font-size:11px; !important;
}