/* pc */
.edk_input {
    background-color: #fff;
}

.edk_input[type="date"],
.edk_input[type="datetime-local"] {
    text-indent: 8px;
}

.edk_input.select {
    background-color: #fff;
}

.edk_input.input_border {
    border-radius: 8px;
}

.edk_input.input_border:disabled {
    background-color: #EBEBEB;
}

.edk_input_wrap .input_title {
    margin-bottom: 4px;
}

.edk_input_wrap .input_flex_area {
    gap: 4px;
}

.input_flex_area .unit_text {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #222;
}

/* select2 */
.select2-container {
    width: 100% !important;
}

.edk_input_wrap .select2-container--default .select2-selection--single {
    border-radius: 8px;
}

/* file */
.edk_file_wrap .file_item.img {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #9E9E9E;
}

/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {}