.mt-15 {
    margin-top: 15px
}

.w-100p, .list_data table, #side_menu .sab_navi .title, #side_menu .sab_navi .contents {
    width: 100% !important;
}

input[type="file"] {
    display: block;
}
.list_data {
    height: 500px;
    overflow-y: scroll;
}
.imageThumb {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid #ececec;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove:hover {
    background: white;
    color: black;
}

.list_data th {
    text-align: center;
    background-color: #E6E6E6;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    border: 1px solid #666666;
    border-left: 0;
    border-top: 0;
}

.list_data td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #666666;
    border-left: 0;
    border-top: 0;
}

.radio-item label {
    margin-right: 15px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}

.box-upload .item-upload {
    margin: 25px 0;
}

.pl-20 {
    padding-left: 20px
}