/*
 Theme Name: OnePress Child
 Template: onepress
 Version: 1.0.0
 Text Domain: onepress-child
*/

/* 여기에 추가 CSS를 작성하면 됩니다 */

/* ----------------------------------------
   같은 카테고리 글
---------------------------------------- */

.related-posts{
    margin:60px 0 20px;
    padding:28px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fff;
}

.related-posts h3{
    margin:0 0 20px;
    padding-bottom:12px;
    border-bottom:2px solid #b8d8d8;
    color:#2f4858;
    font-size:20px;
}

.related-posts ul{
    margin:0;
    padding-left:20px;
}

.related-posts li{
    margin:12px 0;
}

.related-posts a{
    color:#5f86a6;
    text-decoration:none;
    transition:.2s;
}

.related-posts a:hover{
    color:#3f6b90;
    text-decoration:underline;
}

/* 하단 광고 영역 검은 배경 제거 */
.site-footer,
.footer-widgets,
#colophon,
.ai-viewport,
.ai-wrap,
[id^="ai-"] {
    background: #fff !important;
}