.content-title{
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 20px;
    text-align: left;
}
.content-date{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 20px;
}
.content-div{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-top: 20px;
    padding: 25px;
}
.search-div{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
}
.search-div-title{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
}
.divided-line{
    height: 1px;
    width: 100%;
    background: #D9D9D9;
    margin: 50px 0;
}
.divided-line2{
    height: 1px;
    width: 100%;
    background: #D9D9D9;
    margin: 10px 0;
}
.related-div{
    margin-top: 30px;
}
.content-img{
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}
.content-contents{
    margin-top: 40px;
}
.cate_tag{
    display: inline-block;
    background: #9A0000;
    border-radius: 13px;
    color: #FFFFFF;
    font-size: 13px;
    width: fit-content;
    padding: 3px 6px;
    margin: 3px;
}
.social-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    font-size: 0.9rem;
    color: #000000;
}
.btn-facebook{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #3B5998;
    border-radius: 25rem;
    font-size: 10px;
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.btn-facebook:hover{
    color: #FFFFFF;
    background: #223764;
}
.btn-twitter{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #55ACEE;
    border-radius: 25rem;
    font-size: 10px;
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.btn-twitter:hover{
    color: #FFF;
    background: #397caf;
}
.btn-copyLink{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #DD4B39;
    border-radius: 25rem;
    font-size: 10px;
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.btn-copyLink:hover{
    color: #FFF;
    background: #8d3125;
}
.copied-message{
    background: #d9d9d9;
    color: #FFFFFF;
    padding: 5px;
    margin-top: -40px;
    border-radius: 25rem;
    position: relative;
}
.cate_list{
    display: grid;
    grid-template-columns: 10% 80% 10%;
    align-items: center;
    margin: 10px;
}
.cate_list-right{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9A0000;
    border-radius: 2px;
    color: #FFF;
    font-size: 11px;
    width: 23px;
    height: 23px;
}
.cate_list-name{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-left: 5px;
}
.cate_list-count{
    font-weight: 500;
    font-size: 16px;
    color: #939393;
    margin-left: 5px;
}

.ck-content h2{
    text-align: unset;
    text-decoration: unset;
    text-transform: unset;
}
.ck-content h3{
    text-transform: unset;
}
.ck-content h4{
    text-transform: unset;
}
.ck-content li::marker{
    color: #9A0000;
}
.ck-content dl,.ck-content ol,.ck-content ul {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.rp-div{
    margin: 10px 0px 15px 0px;
    display: flex;
    height: 140px;
    border-bottom: solid 1px #D9D9D9;
    padding-top: 10px;
}
.rp-div:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
}
.rp-img{
    width: 40%;
    max-height: 90px;
}
.rp-img img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.rp-info{
    width: 100%;
    padding: 0 0 0 20px;
}
.rp-info-sub1{
    display: grid;
    grid-template-columns: 8% 35% 1fr;
    font-size: 13px;
}
.rp-info-sub2{
    margin-top: 5px;
}
.rp-title{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}
.rp-summary{
    margin-top: 5px;
    font-size: 13px;
    height: 40px;
    color: #939393;
}
.content-cate{
    color: #000000;
    font-size:0.9rem;
}

@media screen and (max-width:991px){
    .cate_list-right {
        font-size: 10px;
        width: 15px;
        height: 15px;
    }
    .cate_tag {
        font-size: 10px;
        padding: 3px 6px;
        margin: 3px;
    }
    .btn-facebook{
        height: 24px;
        width: 24px;
    }
    .btn-twitter{
        height: 24px;
        width: 24px;
    }
    .btn-copyLink{
        height: 26px;
        width: 26px;
    }
    .rp-div{
        min-height: 150px;
    }
}
