@media (min-width: 1025px) { .container.grid-container {
max-width: 1260px !important;
width: 100%;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
} .generate-columns-container {
display: grid !important;
grid-template-columns: 1000px 260px !important; column-gap: 0 !important;
box-sizing: border-box;
} #primary.content-area {
width: 1000px !important; padding: 0;
margin: 0;
box-sizing: border-box;
} .inside-article {
width: 100%;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
} .entry-content {
width: 900px !important; margin-left: 0px !important; margin-right: 0px !important;
box-sizing: border-box;
} .entry-content > * {
max-width: 100% !important;
box-sizing: border-box;
} #right-sidebar {
width: 360px !important;
box-sizing: border-box;
}
} .widget_search input[type="search"] {
height: 32px !important; padding: 4px 8px !important; font-size: 15px !important; line-height: 1.4 !important; box-sizing: border-box; } .widget_search button {
height: 32px !important; padding: 0 12px !important; font-size: 15px !important; line-height: 1.4 !important; white-space: nowrap !important; box-sizing: border-box; font-family: "Noto Sans KR", sans-serif; } a {
text-decoration: none;
} a:hover {
text-decoration: underline;
} h1 {
font-size: 28px;
line-height: 1.4;
margin-bottom: 1em;
}
h2 {
font-size: 22px;
line-height: 1.4;
margin-bottom: 1em;
}
h3 {
font-size: 18px;
line-height: 1.4;
margin-bottom: 0.8em;
} code {
font-family: 'Courier New', Courier, monospace;
background-color: #f4f4f4;
padding: 2px 4px;
font-size: 14px;
color: #c7254e;
border-radius: 4px;
}
.related-posts {
border: 2px solid #e9e9e9;
border-radius: 20px;
padding: 20px;
}