﻿
@media(min-width: 992px) and (max-width: 1199px) {
    header .navbar .nav-item-mobile, .scroll-wrapper-mobile

{
    display: block;
}

}

@media(max-width: 767px) {
    .a336.mobile {
        height: 280px;
    }
}

.txt-cont p {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.keywords a {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block .cont {
    padding: 0 !important
}

.item-article .txt-cont .writer {
    width: auto !important;
    padding: 2px 5px !important;
}

.nc1 .cont, .col-list .cont {
    padding: 0 !important;
}

.item-li .txt-cont {
    padding-left: 0 !important
}

.col-list
.item-li {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.item-li {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
    padding: 10px !important;
}

@media (min-width: 1200px) {
    header .md .left-area {
        width: 728px;
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 20px !important;
}

* {
    font-family: Arial, sans-serif !important;
    font-weight: bold;
}

.bc .cont a:before {
    background: transparent !important;
}

.nav-stick {
    float: right;
    width: 100%;
}

.social {
    flex-wrap: wrap;
}

.adfull {
    background: transparent;
}

.nav-stick > span {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

header span {
    max-width: 100% !important;
}

.adfull {
    overflow: hidden;
}

.stick .sponser {
    background: transparent !important;
}

@media (min-width: 1300px) {
    .container .left-col {
        width: 356px;
    }

    .container .right-col {
        width: calc(100% - 356px);
    }
}