/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2026 | 06:50:24 */
@font-face {
    font-family: 'ChosunIlboMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

/* 커스텀 폰트 - 조선 */
.font-cm{
	font-family: 'ChosunIlboMyungjo';
}

h1, .txt-wrap .hd2, .txt-wrap .hd3, .txt-wrap .p-tit{
	font-family: 'ChosunIlboMyungjo';
}

.view-ta{
	display: block;
}
@media (max-width: 639px) {
    .view-ta{
        display: none !important;
    }
}

/* 하단 패딩 유틸리티 — 요소 간 간격 */
.pd-btm-xl {
    padding-bottom: var(--one-gap-xl);
}
.pd-btm-lg {
    padding-bottom: var(--one-gap-lg);
}
.pd-btm-r {
    padding-bottom: var(--one-gap-r);
}
.pd-btm-sm {
    padding-bottom: var(--one-gap-sm);
}
.pd-btm-xs {
    padding-bottom: var(--one-gap-xs);
}

.bg-color{
	background-color: var(--sub-color02);
}

/* entry-content 초기화 */
.entry-content {
	max-width: var(--content-max-width);
	margin: 0 auto;
	padding: 0;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-content p {
	margin-bottom: 0;
}
.site-main .entry-content p,
.entry-content ul,
.entry-content ol {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.entry-content a {
	color: unset;
	text-decoration: unset;
}
.entry-content img {
	border-radius: unset;
	margin: 0 auto;
}
.entry-content-wrap {
	padding: 0;
}
.entry-content-wrap.container {
	padding-left: 0;
	padding-right: 0;
}
.site-main .entry-content p{
	line-height: var(--one-lh-r);
}

div#n2-ss-3 .n-uc-boQXM9VCHu8o-inner,
div#n2-ss-3 .n-uc-5WHHmTycMjYZ-inner {
    --n2bgimage: none !important;
}