/* ±âÁ¸ ½ºÅ¸ÀÏ À¯Áö */
#right-side-container { display: none; }
@media screen and (min-width: 1201px) {
    #right-side-container { position: fixed; top: 150px; right: 20px; z-index: 9999; display: block; }
    .right-square-box-card { width: 230px; background: white; border: 1px solid #ccc; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
    .right-square-box-card .close-btn { position: absolute; top: 4px; right: 6px; background: none; border: none; font-size: 1rem; cursor: pointer; color: #888; }
    .floating-banner-top img { width: 100%; height: auto; display: block; }
}

/* ¸ð¹ÙÀÏ¿¡¼­ site-footer ¾Æ·¡¿¡ Ç¥½Ã */
@media screen and (max-width: 1200px) {
    #right-side-container {
        display: block; /* ¸ð¹ÙÀÏ¿¡¼­ Ç¥½Ã */
        position: static; /* °íÁ¤ À§Ä¡ ÇØÁ¦ */
        margin: 20px auto; /* Áß¾Ó Á¤·Ä ¹× ¿©¹é */
        width: 90%; /* ¸ð¹ÙÀÏ¿¡¼­ ÀûÀýÇÑ ³Êºñ */
        max-width: 300px; /* ÃÖ´ë ³Êºñ Á¦ÇÑ */
    }
    .right-square-box-card {
        width: 100%; /* ¸ð¹ÙÀÏ¿¡¼­ ÄÁÅ×ÀÌ³Ê¿¡ ¸ÂÃã */
        background: white;
        border: 1px solid #ccc;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .right-square-box-card .close-btn {
        position: absolute;
        top: 4px;
        right: 6px;
        background: none;
        border: none;
        font-size: 1rem;
        cursor: pointer;
        color: #888;
    }
    .floating-banner-top img {
        width: 100%;
        height: auto;
        display: block;
    }
}

/* ÀÚÃ¼ ºê·¹µåÅ©·³ ½ºÅ¸ÀÏ */
#breadcrumb.adsensefarm-breadcrumb {
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    background-color: #595967;
    color: #aaa;
    line-height: 34px;
    padding: 0 15px;
    margin: 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#breadcrumb.adsensefarm-breadcrumb a,
#breadcrumb.adsensefarm-breadcrumb em {
    display: inline-block;
}
#breadcrumb.adsensefarm-breadcrumb a {
    color: #aaa;
    transition: color .17s;
}
#breadcrumb.adsensefarm-breadcrumb a:hover {
    color: #fff;
}

/* Yoast SEO ºê·¹µåÅ©·³ ½ºÅ¸ÀÏ */
#breadcrumbs {
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    background-color: #595967;
    color: #aaa;
    line-height: 34px;
    padding: 0 15px;
    margin: 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#breadcrumbs a {
    display: inline-block;
    color: #aaa;
    transition: color .17s;
}
#breadcrumbs a:hover {
    color: #fff;
}

/* Rank Math ºê·¹µåÅ©·³ ½ºÅ¸ÀÏ */
.rank-math-breadcrumb {
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    background-color: #595967;
    color: #aaa;
    line-height: 34px;
    padding: 0 15px;
    margin: 0 0 15px;
    overflow: hidden;
}
.rank-math-breadcrumb p {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.rank-math-breadcrumb a {
    display: inline-block;
    color: #aaa;
    transition: color .17s;
    flex-shrink: 0;
}
.rank-math-breadcrumb a:hover {
    color: #fff;
}
.rank-math-breadcrumb .separator {
    display: inline-block;
    flex-shrink: 0;
}
.rank-math-breadcrumb .last {
    display: inline-block;
    flex-shrink: 1;
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* °ü·Ã ±Û Á¦¸ñ */

h3.adsensefarm-related-articles {
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 26px;
    border-bottom: 2px solid #222;
    font-weight: 600;
}

h3.adsensefarm-related-articles span {
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px;
    background-color: #222;
    color: #fff;
    font-size: 0.7em;
}