.modal_cosinci {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content_cosinci {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    height: auto !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.close_cosinci:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close_cosinci {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#modal_text_cosinci {
    padding-top: 12px;
    color: #818181;
}

.p_detail_inci a:hover {
    text-decoration: none!important;
}