.head-bottom {
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgb(0, 0, 0, 1));
}

.head-bottom-date {
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    width: 100%;
    z-index: 1;
}

.head-title {
    padding: 10px 20px 10px 20px;
    margin: 0px !important;
    color: #FFFFFF;
    font-family: seravekbold;
}

.head-img {
    width: 100%;
    object-fit: cover;
}

#header-title .col-md-12 {
    padding: 0px !important;
}

#the-content p {
    font-family: seravek;
    font-size: 18px;
    color: #47235D;
}

.btn-category {
    padding: 3px 6px 3px 6px !important;
    background-color: #47235D;
    color: #F9B216;
    font-size: 16px !important;
    font-family: seravekbold !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 20px 5px rgba(71, 35, 93, 0.35);  
    cursor: pointer;
}

.btn-category:hover {
    background-color: #F9B216 !important;
    color: #47235D !important;
    box-shadow: 0px 0px 20px 5px rgb(249, 178, 22, 0.35);  
}


.recommended-news-title {
    font-size: 30px !important;
    color: #47235D;
    font-family: seravekbold;
}


.news-bottom {
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgb(0, 0, 0, 1));
}

.news-title {
    padding: 5px 5px 5px 5px;
    margin: 0px !important;
    color: #FFFFFF;
    font-family: seravekbold;
    font-size: 16px;
    line-height: 1.2;
}

.news-title:hover {
    color: #F9B216;
}

.news-img {
    width: 100%;
    max-width: 263px;
    height: 100%;
    object-fit: cover;
}

.first-recommend-text1 {
    color: rgb(71, 35, 93, 1);
    font-family: seravek;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 2.5%;
}

.first-recommend-text2 {
    color: #47235D;
    font-family: seravekbold;
    font-size: 22px;
    line-height: 1.2;
}

.first-recommend:hover img {
    transform: scale(1.1);
}

.first-recommend:hover div.first-recommend-text2 {
    text-decoration: underline;
}

.first-recommend {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    border-top: rgb(71, 35, 93, 0.3) 1px solid;
    border-bottom: rgb(71, 35, 93, 0.3) 1px solid;
}

.item {
    height: 200px;
}

.col-md-np {
    padding: 0px !important;
}

/* PHONE */
@media screen and (max-width: 768px) {
    .head-title {
        padding: 10px 20px 10px 20px;
        margin: 0px !important;
        color: #FFFFFF;
        font-size: 18px;
        font-family: seravekbold;
    }
    .head-card {
        max-height: 200px !important;
        height: 200px !important;
        border-radius: 0px;
        border: 0px solid rgb(71, 35, 93, 0.5) !important;
        padding: 0px !important;
        box-shadow: 0px 0px 20px 5px rgba(71, 35, 93, 0.35);  
    }
    .head-img {
        max-height: 200px;
    }
    .container-title {
        text-align: center;
    }
    .head-category-title {
        margin-top: 5px;
        margin-right: 5px;
        padding: 1px 3px 1px 3px;
        color: #47235D;
        background-color: rgb(249, 178, 22, 0.8);
        font-size: 14px;
        font-family: seravek;
    }
}
  
  /* PC */
@media screen and (min-width: 768px) {
    .head-title {
        padding: 10px 20px 10px 20px;
        margin: 0px !important;
        color: #FFFFFF;
        font-size: 40px;
        font-family: seravekbold;
    }
    .head-card {
        max-height: 400px !important;
        height: 400px !important;
        border-radius: 0px;
        border: 0px solid rgb(71, 35, 93, 0.5) !important;
        padding: 0px !important;
        box-shadow: 0px 0px 20px 5px rgba(71, 35, 93, 0.35);  
    }
    .head-img {
        max-height: 400px;
    }
}