.detail-news-magazin .block-category {
    border-bottom: solid 1px #dddddd;
    padding: 16px 10px 0px;
}

.detail-news-magazin .block-magazin-button {
    padding: 0 40px;
}

.news-magazin {
    margin: 0 -35px;
}

.tab-content {
    display: none;
}

.block-magazin {
    border: solid 1px #dddddd;
    border-radius: 8px;
    margin: 0 0 40px;
}

.btn-buy-magazin-news {
    background-color: #b20100;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    height: 32px;
    border: none;
    border-radius: 9px;
    padding: 5px 20px;
    margin-bottom: 16px;
}

.active-sub-category {
    border-bottom: 4px solid red;
}

.menu-custom-text {
    font-size: 16px;
    font-weight: 700;
    margin: 8px 13px;
    text-align: center;
}
.add-post {
    font-weight: 500;
    border-radius: 4px;
    width: 90px;
    height: 35px;
    border: 1px solid #6c757d;
    color: #6c757d;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .bussiness-science-topic {
        display: block;
    }
}
.pd-16 {
    margin-bottom: 32px;
    gap: 16px;
}

a .image-news-new {
    width: 100px;
    height: 67px;
}
.test4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* share social */
:root {
    --card-sns-left-large: calc(50% - 670px);
    --card-sns-left-medium: calc(50% - 580px);
    --card-sns-left-small: calc(50% - 490px);
    --card-sns-left-extra-small: calc(50% - 370px);

    --banner-ads-left-large: calc(50% - 624px);
    --banner-ads-left-medium: calc(50% - 534px);
    --banner-ads-left-small: calc(50% - 444px);
    /* --banner-ads-left-extra-small: calc(50% - 370px); */
}
.card-sns {
    display: none;
    position: fixed;
    top: 40px;
    left: var(--card-sns-left-large);
    background-color: transparent;
    padding: 8px 0;
    z-index: 1000;
}
.card-sns-fixed {
    position: absolute;
    top: 0;
    left: -45px;
    background-color: transparent;
    padding: 8px 0;
}
.card-sns-item {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    background-color: #fff;
    margin-bottom: 8px;
}
@media all and (max-width: 1400px) {
    .card-sns {
        left: var(--card-sns-left-medium);
    }
}
@media all and (max-width: 1200px) {
    .card-sns {
        left: var(--card-sns-left-small);
    }
}
@media all and (max-width: 992px) {
    .card-sns {
        left: var(--card-sns-left-extra-small);
    }
}
@media all and (max-width: 768px) {
    .card-sns {
        display: none !important;
    }
    .card-sns-fixed {
        display: none !important;
    }
}
/*  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .btn-buy-magazin-news {
        font-size: 10px;
    }
}