body {
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
color: #222222;
letter-spacing: -0.3px;
}

.entry-content p,
.entry-content li {
font-weight: 500;
font-size: 18px;
line-height: 1.8;
color: #222222;
}

h2,
h3,
h4 {
font-weight: 700;
display: block;
margin-bottom: 15px;
}

.single .entry-content h2 {
border-left: 5px solid #000000;
padding-left: 15px;
line-height: 1.4;
margin: 40px 0 20px 0;
}

.site-info,
.single .featured-media,
.single .post-thumbnail,
.single .entry-thumbnail,
.single .entry-meta,
.single footer.entry-meta,
.single .entry-footer,
.single .cat-links,
.single .tags-links,
.single .comments-link,
.single .post-navigation,
.single .nav-links,
.single .inside-article > footer,
.single .inside-article .entry-meta,
.single .inside-article .entry-footer,
.home .entry-meta,
.home .entry-footer,
.home .cat-links,
.home .tags-links,
.home .comments-link,
.blog .entry-meta,
.blog .entry-footer,
.blog .cat-links,
.blog .tags-links,
.blog .comments-link,
.archive .entry-meta,
.archive .entry-footer,
.archive .cat-links,
.archive .tags-links,
.archive .comments-link,
.sharedaddy,
.sd-sharing-enabled,
.sd-block,
#wp-admin-bar-notes,
#wp-admin-bar-wpcom-notes,
.wpcom-notes-panel {
display: none !important;
}

.post,
.entry,
.post-item {
display: block;
margin-bottom: 40px;
clear: both;
}

.comments-area {
margin-top: 50px;
border-top: 1px solid #eeeeee;
padding-top: 30px;
}

.comments-title,
.comments-area > h2,
.comment-author img,
.comment-body .wp-ulike,
.comment-body .wpu-like-btn-wrapper,
.comment-reply-link .reply-icon,
.comment-edit-link,
.comment-notes,
.comment-form #url,
.comment-form .comment-form-url,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-subscription-form {
display: none !important;
}

.comment-respond {
margin-top: 10px;
padding: 0;
background: #ffffff;
}

.comment-form {
border: 1px solid #dddddd;
border-radius: 4px;
padding: 0;
display: flex;
flex-direction: column;
position: relative;
}

.comment-form-author {
margin: 0;
padding: 0;
border-bottom: 1px solid #eeeeee;
width: 100%;
order: 1;
}

.comment-form-author input {
width: 100%;
border: none;
padding: 12px 15px;
box-shadow: none;
font-size: 14px;
background: transparent;
}

.comment-form-comment {
margin: 0;
padding: 0 0 60px 0;
width: 100%;
order: 2;
}

.comment-form-comment textarea {
width: 100%;
border: none;
padding: 15px;
box-shadow: none;
font-size: 14px;
resize: vertical;
min-height: 90px;
background: transparent;
display: block;
}

.form-submit {
position: absolute;
right: 15px;
bottom: 15px;
margin: 0;
padding: 0;
z-index: 10;
}

.form-submit input[type="submit"] {
background: #2b303c;
color: #ffffff;
border: none;
padding: 9px 20px;
font-size: 14px;
font-weight: 700;
border-radius: 4px;
cursor: pointer;
box-shadow: none;
}

.form-submit input[type="submit"] {
opacity: 0.9;
}

.comment-list {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
}

.comment-body {
background: none;
border: none;
border-bottom: 1px solid #eeeeee;
padding: 20px 0;
margin: 0;
border-radius: 0;
position: relative;
display: block;
}

.comment-author {
margin: 0 0 8px 0;
padding: 0;
float: none;
}

.comment-author .fn {
font-weight: 700;
font-size: 16px;
color: #222222;
font-style: normal;
}

.comment-metadata {
position: absolute;
right: 0;
top: 20px;
margin: 0;
font-size: 13px;
color: #999999;
}

.comment-metadata a {
color: #999999;
text-decoration: none;
}

.comment-content {
margin: 10px 0;
padding: 0;
}

.comment-content p {
font-size: 15px;
color: #333333;
line-height: 1.6;
margin: 0;
}

.reply {
margin-top: 8px;
padding: 0;
}

.reply a {
color: #999999;
font-size: 13px;
text-decoration: none;
font-weight: 400;
}

.reply a::after {
content: " ∨";
}

@media (max-width: 768px) {
.entry-content p,
.entry-content li {
font-size: 16px;
line-height: 1.75;
}

.single .entry-content h2 {
    margin: 34px 0 18px 0;
    padding-left: 12px;
    border-left-width: 4px;
}

.comment-metadata {
    position: static;
    margin-top: 4px;
    display: block;
}

.comment-body {
    padding: 18px 0;
}

.form-submit {
    right: 12px;
    bottom: 12px;
}

.form-submit input[type="submit"] {
    padding: 8px 16px;
    font-size: 13px;
}
img.attachment-full.size-full {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 900 / 506;
  object-fit: cover;
}