﻿a.TK-TLRK-Logo {
    background-image: url(/uploadFiles/_HomeImages/mainlogo.png?1573555656122);
    width: 255px;
    height: 54px;
    left: -18px;
    top: -13px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

span#lblLogo img {
    width: 328px;
    height: auto;
}

/*2025.06.01 count = 20031*/
    p.site-count {
        font-family: Arial, sans-serif;
        font-size: 1.2rem;
        color: #444;
        max-width: 190px;
        position: absolute;
        left: 570px;
        top: 22px;
    }
/* 아래와 같이 하면 댓글갯수호출을 안하여 빨라짐. */
/*
span.cnt {
    max-width:0;
}
*/
@media screen and (max-width: 1199px) {
    p.site-count {
        left: 430px;
    }
    a.k-button-icontext > span.k-icon {
        display: none;
    }
    a.TK-TLRK-Logo {
        width: 166px;
        height: 55px;
        top: -22px;
        background-size: 163px;
        left: -8px;
    }
}
