.create-news-box {
    min-height: 400px;
    margin-bottom: 20px;
    padding: 2%;
    margin-top: 10px;
    border: lightgray solid thin;
    background: white;
    background: -webkit-linear-gradient(left, lightgrey, white);
    background: -o-linear-gradient(right, lightgrey, white);
    background: -moz-linear-gradient(right, lightgrey, white);
    background: linear-gradient(to right, lightgrey, white);
}

.head-creat-news {
    min-height: 60px;
    padding-top: 16px;
    font-size: 20px;
    font-weight: bolder;
    text-shadow: 1px 3px 3px lightgrey;
    background: white;
    background: -webkit-linear-gradient(left, gray, white);
    background: -o-linear-gradient(right, gray, white);
    background: -moz-linear-gradient(right, gray, white);
    background: linear-gradient(to right, gray, white);
}

.select-box {
    height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.select-box.option {
    height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.input-title {
    min-height: 50px;
    /* margin-top: 20px; */
    font-size: 18px;
    font-weight: bold;
}

.cke_contents {
    min-height: 350px !important;
    margin-top: 20px;
}

.news-button {
    color: white !important;
    text-shadow: 1px 1px 3px black;
    ;
}

.news-detail-image {
    width: 100%;
    height: 260px;
    /* margin-left: -16px; */
}

.news-edit-image {
    width: 100%;
    height: 260px;
}

.news-detail {
    border-bottom: #DCDCDC solid thin;
    min-height: 45px;
    font-size: 14px;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
    color: #0B0B3B;
}

.news-content {
    border-bottom: #DCDCDC solid thin;
    min-height: 45px;
    padding-bottom: 20px;
}

.edit-news {
    color: white;
    /* margin-left: 55px; */
    width: 100%;
    margin-top: -3px;
}

.edit-news:hover {
    color: white;
    text-shadow: 2px 2px 2px black;
}

.news-question-image {
    height: 250px;
    width: 100%;
}

.exist-image {
    width: 150px;
    height: 60px;
    cursor: pointer;
}

.exist-image:hover {
    width: 160px;
}

@media screen and (max-width: 768px) {
    .news-detail-image {
        width: 100%;
        height: 160px;
    }
    .edit-news {
        margin-bottom: 5px;
        margin-top: -9px;
    }
}