.category {
    background-color: rgba(74,170,239,0.08);
}

.news-item {
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: box-shadow .25s;
}

.news-item:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.news-title-short { 
    font-size: 1rem;
    font-weight: 500;
}

.category-head {
    background-color: #252f40;
}

audio {
    width: 60%;
    box-shadow: 5px 5px 20px rgba(0,0, 0, 0.4);
    border-radius: 90px;
    transform: scale(1.05);
}


.news-img {
    display: block;
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.news-item .news-img img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-img-short {
    display: block;
    position: relative;
    padding-top: 80%;
    width: 100%;
}

.news-item-short {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ececec;
}

.news-img-short img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-head {
    padding: 1rem .5rem!important;
    background-color: white;
}

.news-date {
    position: absolute;
    top: 0;
    left: 0;
}

.news-short-date {
    width: 100%;
    aspect-ratio: 1;
    background-color: white;
    border: 2px solid #446084;
    text-align: center;
}

.news-short-date .news-date-title {
    padding-top: .75rem;
    font-size: 1.5rem;
    color: #446084;
}

.news-short-date .news-date-param {
    padding-bottom: .75rem;
    font-size: 1.25;
    color: #446084;
}

.news-item-wrapper {
    position: relative;
}

.news-item-wrapper .news-date {
    position: absolute;
    top: 1rem;
    left: -.5rem;
    width: 3rem;
    background-color: white;
    border: 2px solid #446084;
    text-align: center;
}

.news-date {
    color: #446084;
}

.news-date:hover {
    background-color: #446084;
    color: white;
}

.news-date-title {
    font-size: 1rem;
    line-height: 1;
}

.news-date-param {
    font-size: .7rem;
    line-height: 1;
}

.news-item-wrapper > div {
    padding: 0;
    margin: 0;
}

.news-title {
    font-size: 1rem;
}

.news-title-sub {
    font-size: .7rem;
    font-weight: 600;
    color: grey;
}

.news-param {
    font-size: .9rem;
    color: grey;
}

.news-separate {
    width: 3rem;
    height: 3px;
    background-color: lightgrey;
}

.head-detail {
    color: silver;
    margin-bottom: 0;
    font-size: .85rem;
    font-weight: bold;
}

.title-detail {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.category-frame {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.category-frame:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.quote-detail {
    color: silver;
    font-size: .85rem;
}

.category-more {
    border-left: 1px solid #ececec;
}

.category-title {
    background-color: #446084;
    color: white;
    padding: .5rem 1rem;
    font-weight: 700;
}

.calendar {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    background-color: white;
    border-radius: 8px;
}

.calendar .calendar-item.active {
    border: 1px solid #446084;
    border-radius: 8px;
    background-color: #446084;
    color: white;
}

.paging-item {
    width: 2rem;
    height: 2rem;
    font-weight: 500;
    color: #747373;
    font-size: 1rem;
    border-radius: 50%;
    border: 2px solid #747373;
    position: relative;
    cursor: pointer;
}

.paging-item.active {
    background-color: #446084;
    border: 2px solid #446084;
    color: white;
}

.paging-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}