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

/* Basic content */
.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;
}

.single .entry-content img {
  max-width: 100%;
  height: auto;
}

/* Hide duplicate single featured image */
.single .featured-media,
.single .post-thumbnail,
.single .entry-thumbnail,
.single .post-image,
.single .page-header-image-single,
.single .inside-article > .post-image,
.single .inside-article > .featured-image {
  display: none !important;
}

/* Single post meta */
.single .entry-meta {
  display: block !important;
  font-size: 13px;
  color: #777777;
  margin: 8px 0 24px;
}

/* Hide clutter */
.site-info,
.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:not(.category) .entry-meta,
.archive:not(.category) .entry-footer,
.archive:not(.category) .cat-links,
.archive:not(.category) .tags-links,
.archive:not(.category) .comments-link,
.sharedaddy,
.sd-sharing-enabled,
.sd-block,
#wp-admin-bar-notes,
#wp-admin-bar-wpcom-notes,
.wpcom-notes-panel {
  display: none !important;
}

/* Single post bottom: keep tags only */
.single .entry-footer .cat-links,
.single footer.entry-meta .cat-links,
.single nav.post-navigation,
.single .post-navigation {
  display: none !important;
}

.single .entry-footer .tags-links,
.single footer.entry-meta .tags-links {
  display: inline-block !important;
}

/* Comments */
.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-cookies-consent,
.comment-subscription-form {
  display: none !important;
}

#commentform #email,
#commentform #url,
#commentform input[name="email"],
#commentform input[name="url"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform p:has(#email),
#commentform p:has(#url) {
  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,
#commentform #author {
  width: 100%;
  border: none;
  padding: 12px 15px;
  box-shadow: none;
  font-size: 14px;
  background: transparent;
}

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

.comment-form-comment textarea,
#commentform #comment {
  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;
  opacity: 0.9;
}

.comment-list {
  margin: 30px 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;
  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: " v";
}

/* Footer */
.ant-footer {
  background: #eeeeee;
  color: #333333;
  margin-top: 60px;
  padding: 34px 24px;
  font-size: 13px;
  line-height: 1.7;
}

.ant-footer-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.ant-footer-top {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 18px;
  margin-bottom: 14px;
}

.ant-footer-brand {
  font-size: 24px;
  font-weight: 800;
  color: #222222;
  white-space: nowrap;
}

.ant-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.ant-footer-links a {
  color: #222222;
  text-decoration: none;
  font-weight: 500;
}

.ant-footer-links a:hover {
  text-decoration: underline;
}

.ant-footer-info p {
  margin: 4px 0;
}

.ant-footer-info span {
  color: #999999;
  margin: 0 8px;
}

.ant-footer-copy {
  color: #666666;
  margin-top: 10px;
}

/* Sidebar latest posts */
.sidebar .widget a,
.inside-right-sidebar .widget a,
#right-sidebar .widget a {
  color: #222222 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.inside-right-sidebar .widget-title,
.sidebar .widget-title,
#right-sidebar .widget-title {
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
}

.inside-right-sidebar .widget,
.sidebar .widget,
#right-sidebar .widget {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.inside-right-sidebar .wp-block-latest-posts__list li,
.sidebar .wp-block-latest-posts__list li,
#right-sidebar .wp-block-latest-posts__list li {
  display: flex !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 14px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #eeeeee !important;
}

.inside-right-sidebar .wp-block-latest-posts__featured-image,
.sidebar .wp-block-latest-posts__featured-image,
#right-sidebar .wp-block-latest-posts__featured-image {
  flex: 0 0 72px !important;
  margin: 0 !important;
}

.inside-right-sidebar .wp-block-latest-posts__featured-image img,
.sidebar .wp-block-latest-posts__featured-image img,
#right-sidebar .wp-block-latest-posts__featured-image img {
  width: 72px !important;
  height: 54px !important;
  object-fit: cover !important;
  display: block !important;
}

.inside-right-sidebar .wp-block-latest-posts__list li a,
.sidebar .wp-block-latest-posts__list li a,
#right-sidebar .wp-block-latest-posts__list li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: #222222 !important;
  text-decoration: none !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* Category archive */
.archive.category .site-content {
  display: block !important;
}

.archive.category .content-area,
.archive.category #primary {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

.archive.category #right-sidebar,
.archive.category #left-sidebar,
.archive.category .inside-right-sidebar,
.archive.category .widget-area.sidebar,
.archive.category .is-right-sidebar,
.archive.category .is-left-sidebar {
  display: none !important;
}

.archive.category .site-main {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 28px;
}

.archive.category .site-main > .page-header {
  grid-column: 1 / -1 !important;
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  padding: 0 0 18px !important;
  margin: 0 0 28px !important;
  border-bottom: 2px solid #222222;
}

.archive.category .page-title {
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  color: #111111 !important;
}

.archive.category .taxonomy-description,
.archive.category .page-header p {
  display: none !important;
}

.archive.category .site-main > article {
  margin: 0 !important;
}

.archive.category article .inside-article {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  background: transparent !important;
}

.archive.category article .post-image,
.archive.category article .post-thumbnail,
.archive.category article .featured-image {
  order: 1 !important;
  margin: 0 0 8px !important;
}

.archive.category article .post-image img,
.archive.category article .post-thumbnail img,
.archive.category article .featured-image img {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.archive.category article .entry-header {
  order: 2 !important;
  display: flex !important;
  flex-direction: column !important;
}

.archive.category article .entry-title {
  order: 1 !important;
  margin: 0 0 6px !important;
  font-size: 24px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.archive.category article .entry-title a {
  color: #111111 !important;
  text-decoration: none !important;
}

.archive.category article .entry-meta {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  order: 2 !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #777777 !important;
}

.archive.category article .entry-meta a,
.archive.category article .entry-meta time {
  color: #777777 !important;
  text-decoration: none !important;
}

.archive.category article .entry-meta .byline,
.archive.category article .entry-meta .author,
.archive.category article .entry-meta .comments-link,
.archive.category article .entry-meta .cat-links,
.archive.category article .entry-meta .tags-links {
  display: none !important;
}

.archive.category article .entry-meta .posted-on {
  display: inline-block !important;
}

.archive.category article .entry-summary,
.archive.category article .entry-summary *,
.archive.category article .entry-content,
.archive.category article .entry-content *,
.archive.category article .read-more,
.archive.category article .read-more-container,
.archive.category article a.read-more,
.archive.category article .more-link {
  display: none !important;
}

/* Category pagination */
.archive.category .paging-navigation,
.archive.category .nav-links,
.archive.category .pagination {
  grid-column: 1 / -1 !important;
  margin-top: 36px !important;
  text-align: center;
}

.archive.category .page-numbers {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 34px;
  padding: 0 12px;
  margin: 0 3px;
  border: 1px solid #d0d0d0;
  border-radius: 7px;
  background: #ffffff;
  color: #222222 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.archive.category .page-numbers.current {
  background: #1f5c9c;
  border-color: #1f5c9c;
  color: #ffffff !important;
}

.archive.category .page-numbers:hover {
  background: #f3f6fa;
  border-color: #b8c4d2;
  color: #111111 !important;
}

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

  .single .entry-title {
    font-size: 34px;
    line-height: 1.28;
  }

  .single .entry-content h2 {
    margin: 34px 0 18px;
    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;
  }

  .ant-footer {
    padding: 28px 20px;
    font-size: 12px;
  }

  .ant-footer-top {
    display: block;
  }

  .ant-footer-brand {
    margin-bottom: 12px;
  }

  .ant-footer-links {
    gap: 8px 12px;
  }

  .ant-footer-info span {
    display: none;
  }

  body.home .ultp-block-title,
  body.home .ultp-block-title a {
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
  }

  body.home .ultp-block-item-0 .ultp-block-title,
  body.home .ultp-block-item-0 .ultp-block-title a {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  body.home h2 {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }

  .archive.category .site-main {
    display: block !important;
  }

  .archive.category .site-main > article {
    margin-bottom: 36px !important;
  }

  .archive.category .page-title {
    font-size: 30px !important;
  }

  .archive.category article .entry-title {
    font-size: 22px !important;
  }
}

.single h1.entry-title,
.single-post h1.entry-title {
  font-size: 40px !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  margin-bottom: 10px !important;
}

/* 글 상세 날짜/작성자 줄 */
.single .entry-meta {
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin: 6px 0 28px !important;
  color: #777777 !important;
}

/* 모바일 글 상세 제목 */
@media (max-width: 768px) {
  .single h1.entry-title,
  .single-post h1.entry-title {
    font-size: 30px !important;
    line-height: 1.34 !important;
    margin-bottom: 8px !important;
  }

  .single .entry-meta {
    font-size: 12px !important;
    margin: 6px 0 22px !important;
  }
}
/* 오른쪽 최신 뉴스 리스트 정리 */
.inside-right-sidebar .wp-block-latest-posts__list,
.sidebar .wp-block-latest-posts__list,
#right-sidebar .wp-block-latest-posts__list {
  margin: 0 !important;
  padding: 0 !important;
}

.inside-right-sidebar .wp-block-latest-posts__list li,
.sidebar .wp-block-latest-posts__list li,
#right-sidebar .wp-block-latest-posts__list li {
  display: grid !important;
  grid-template-columns: 74px 1fr !important;
  gap: 12px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #eeeeee !important;
}

.inside-right-sidebar .wp-block-latest-posts__featured-image,
.sidebar .wp-block-latest-posts__featured-image,
#right-sidebar .wp-block-latest-posts__featured-image {
  width: 74px !important;
  margin: 0 !important;
}

.inside-right-sidebar .wp-block-latest-posts__featured-image img,
.sidebar .wp-block-latest-posts__featured-image img,
#right-sidebar .wp-block-latest-posts__featured-image img {
  width: 74px !important;
  height: 54px !important;
  object-fit: cover !important;
  display: block !important;
}

.inside-right-sidebar .wp-block-latest-posts__list li > a,
.sidebar .wp-block-latest-posts__list li > a,
#right-sidebar .wp-block-latest-posts__list li > a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  color: #222222 !important;
  text-decoration: none !important;
  word-break: keep-all;
}

.inside-right-sidebar .wp-block-latest-posts__list li > a:hover,
.sidebar .wp-block-latest-posts__list li > a:hover,
#right-sidebar .wp-block-latest-posts__list li > a:hover {
  color: #000000 !important;
}
.archive.category .site-main > .page-header {
  padding-bottom: 14px !important;
  margin-bottom: 22px !important;
}

.archive.category .site-main {
  gap: 36px 28px !important;
}

.archive.category article .post-image,
.archive.category article .post-thumbnail,
.archive.category article .featured-image {
  margin-bottom: 9px !important;
}

.archive.category article .entry-title {
  margin-bottom: 5px !important;
}

.archive.category article .entry-meta {
  color: #666666 !important;
  font-size: 13px !important;
}
@media (max-width: 768px) {
  .ultp-block-wrapper,
  .ultp-block-row,
  .ultp-block-item,
  .ultp-block-content,
  .ultp-block-content-wrap {
    box-sizing: border-box !important;
  }

  .ultp-block-wrapper {
    margin-bottom: 20px !important;
  }

  .ultp-block-image,
  .ultp-block-image a,
  .ultp-block-image img,
  .ultp-post-image,
  .ultp-post-image a,
  .ultp-post-image img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ultp-block-image img,
  .ultp-post-image img {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    display: block !important;
  }

  .ultp-block-title,
  .ultp-block-title a,
  .ultp-post-title,
  .ultp-post-title a {
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
  }

  .ultp-block-excerpt,
  .ultp-block-excerpt p,
  .ultp-post-excerpt,
  .ultp-post-excerpt p {
    display: none !important;
  }

  .ultp-block-meta,
  .ultp-post-meta {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .site-content,
  .inside-article,
  .entry-content {
    overflow-x: hidden !important;
  }
}

/* ANT article readability — 2026-09-24 */
.single-post h1.entry-title {
  font-size: 36px !important; line-height: 1.4 !important;
  font-weight: 700 !important; letter-spacing: -0.025em !important;
  word-break: keep-all; overflow-wrap: anywhere;
}
.single-post .entry-header { padding-bottom: 20px; border-bottom: 1px solid #e5e7eb; }
.single-post .entry-header .entry-meta { color: #62666d !important; font-size: 13px !important; margin: 12px 0 0 !important; }
.single-post .entry-content { margin-top: 24px; }
.single-post .entry-content p, .single-post .entry-content li {
  font-size: 18px; line-height: 1.85; font-weight: 400; overflow-wrap: break-word;
}
.single-post .entry-content p { margin-bottom: 1.5em; }
.single-post .entry-content h2 { font-size: 27px; line-height: 1.5; margin: 38px 0 20px; word-break: keep-all; overflow-wrap: anywhere; }
.single-post .entry-content h3 { font-size: 24px; line-height: 1.5; margin: 36px 0 18px; word-break: keep-all; overflow-wrap: anywhere; }
.single-post .entry-content > h2:first-child { font-size: 22px; margin-top: 0; border-left: 3px solid #1f5c9c; }
.single-post .entry-content figure { margin: 24px 0; }
.single-post .entry-content figure img { display: block; max-width: 100%; height: auto; }
.single-post .entry-content figcaption { font-size: 13px; line-height: 1.6; color: #666; margin-top: 8px; }
.single-post .entry-content .wp-block-table { overflow-x: auto; }
.single-post nav.post-navigation { display: block !important; margin-top: 28px; padding-top: 20px; border-top: 1px solid #ddd; }
.single-post .post-navigation a { display: inline-block; padding: 10px 0; font-size: 16px; line-height: 1.6; word-break: keep-all; overflow-wrap: anywhere; }
@media (max-width: 768px) {
  .single-post .site-main { margin-left: 0; margin-right: 0; }
  .single-post .inside-article { padding: 24px 20px; }
  .single-post h1.entry-title { font-size: 28px !important; line-height: 1.42 !important; }
  .single-post .entry-content p, .single-post .entry-content li { font-size: 18px; line-height: 1.8; }
  .single-post .entry-content h2 { font-size: 23px; }
  .single-post .entry-content h3 { font-size: 21px; }
  .single-post .entry-content > h2:first-child { font-size: 20px; }
  .single-post .entry-content figure { margin: 20px 0 26px; }
  .single-post .comments-area { padding: 24px 20px; }
}


/* ANT newsroom hybrid — 2026-09-24 */
.home .ant-newsroom{max-width:1200px;margin:0 auto;padding:0 20px 40px;color:#202124}
.home .ant-newsroom a{color:inherit;text-decoration:none}.home .ant-newsroom a:hover{color:#1f5c9c}
.ant-ticker-label{font-size:12px;font-weight:700;color:#1f5c9c;margin:0 0 9px}
.ant-ticker .wp-block-post-template{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;list-style:none;padding:0 0 16px;margin:0;border-bottom:2px solid #252a30}
.ant-ticker .wp-block-post{margin:0;padding-right:18px;border-right:1px solid #e4e4e4}.ant-ticker .wp-block-post:last-child{border:0}
.home .ant-ticker .wp-block-post-title{font-size:13px;font-weight:400;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ant-ticker .wp-block-post-date{display:none}
.home .ant-home-heading{font-size:13px;color:#1f5c9c;font-weight:700;letter-spacing:.04em;margin:18px 0 12px}
.ant-lead .wp-block-post-template{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.8fr) minmax(0,1fr);gap:0 28px;list-style:none;padding:0;margin:0}
.ant-lead .wp-block-post{min-width:0;margin:0}
.ant-lead .wp-block-post:first-child{grid-column:2;grid-row:1 / 5}
.ant-lead .wp-block-post:nth-child(2){grid-column:1;grid-row:1 / 3;padding-bottom:18px;border-bottom:1px solid #e3e3e3}
.ant-lead .wp-block-post:nth-child(3){grid-column:1;grid-row:3 / 5;padding-top:18px}
.ant-lead .wp-block-post:nth-child(n+4){grid-column:3;display:grid;grid-template-columns:minmax(0,1fr) 76px;gap:6px 14px;align-content:start;padding:15px 0;border-bottom:1px solid #e3e3e3}
.ant-lead .wp-block-post:nth-child(4){grid-row:1;padding-top:0}.ant-lead .wp-block-post:nth-child(5){grid-row:2}.ant-lead .wp-block-post:nth-child(6){grid-row:3}.ant-lead .wp-block-post:nth-child(7){grid-row:4}
.ant-lead .wp-block-post-featured-image{margin:0 0 12px}.ant-lead .wp-block-post-featured-image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.home .ant-lead .wp-block-post-title{font-size:18px;font-weight:700;line-height:1.5;margin:0 0 8px;word-break:keep-all;overflow-wrap:anywhere}
.home .ant-lead .wp-block-post:first-child .wp-block-post-title{font-size:30px;line-height:1.4;letter-spacing:-.025em;margin-top:16px}
.ant-lead .wp-block-post:first-child .wp-block-post-featured-image img{aspect-ratio:3/2}
.ant-lead .wp-block-post:nth-child(3) .wp-block-post-featured-image{float:right;width:90px;margin:0 0 10px 12px}
.ant-lead .wp-block-post-excerpt p{font-size:14px;line-height:1.7;font-weight:400;color:#6b6b6b;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ant-lead .wp-block-post:first-child .wp-block-post-excerpt p{font-size:15px;-webkit-line-clamp:3}
.ant-lead .wp-block-post-date{font-size:12px;color:#888}
.ant-lead .wp-block-post:nth-child(n+4) .wp-block-post-featured-image{grid-column:2;grid-row:1 / 3;margin:0}.ant-lead .wp-block-post:nth-child(n+4) .wp-block-post-featured-image img{aspect-ratio:1/1}
.home .ant-lead .wp-block-post:nth-child(n+4) .wp-block-post-title{grid-column:1;grid-row:1;font-size:16px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ant-lead .wp-block-post:nth-child(n+4) .wp-block-post-excerpt{display:none}.ant-lead .wp-block-post:nth-child(n+4) .wp-block-post-date{grid-column:1;grid-row:2;font-size:11px}
.ant-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:34px 0 20px;padding:14px 0;border-top:2px solid #252a30;border-bottom:1px solid #e5e5e5}
.home .ant-section-head h2{font-size:23px!important;line-height:1.3!important;margin:0!important;font-weight:700}.ant-section-head>a{font-size:12px;color:#777!important;white-space:nowrap}
.home .ant-newsroom .ultp-block-title,.home .ant-newsroom .ultp-block-title a{font-size:18px!important;line-height:1.5!important;font-weight:700!important;text-align:left!important;word-break:keep-all;overflow-wrap:anywhere}
.home .ant-newsroom .ultp-block-content{padding-left:0!important;padding-right:0!important;text-align:left!important}.home .ant-newsroom .ultp-block-meta{justify-content:flex-start!important}
.home .ant-newsroom .ultp-block-image img{aspect-ratio:16/9;object-fit:cover}
@media(min-width:769px){.home .inside-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;padding-top:20px;padding-bottom:20px}.home .inside-header .site-branding-container{margin:0}.home #site-navigation{width:auto;margin-left:auto;border:0}.home #site-navigation .inside-navigation{justify-content:flex-end}.home #site-navigation .main-nav ul li a{padding-left:16px;padding-right:16px;font-weight:600}}
@media(min-width:601px) and (max-width:900px){.ant-lead .wp-block-post-template{grid-template-columns:1fr 1.7fr;gap:0 22px}.ant-lead .wp-block-post:first-child{grid-column:2;grid-row:1 / 3}.ant-lead .wp-block-post:nth-child(2){grid-row:1}.ant-lead .wp-block-post:nth-child(3){grid-row:2}.ant-lead .wp-block-post:nth-child(n+4){grid-column:auto;grid-row:auto;margin-top:20px}.home .ant-lead .wp-block-post:first-child .wp-block-post-title{font-size:27px}}
@media(max-width:600px){
.home .ant-newsroom{padding:0 8px 28px}.ant-ticker .wp-block-post-template{grid-template-columns:1fr 1fr;gap:10px}.ant-ticker .wp-block-post:nth-child(n+3){display:none}.home .ant-ticker .wp-block-post-title{font-size:12px}.ant-ticker .wp-block-post:nth-child(2){border:0;padding-right:0}
.ant-lead .wp-block-post-template{display:flex;flex-direction:column}.ant-lead .wp-block-post:first-child{order:0;padding:0 0 20px;border-bottom:1px solid #ddd}.home .ant-lead .wp-block-post:first-child .wp-block-post-title{font-size:25px;margin-top:12px}.ant-lead .wp-block-post:first-child .wp-block-post-featured-image img{aspect-ratio:16/9}.ant-lead .wp-block-post:first-child .wp-block-post-excerpt p{font-size:14px;-webkit-line-clamp:2}
.ant-lead .wp-block-post:nth-child(n+2){display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:6px 14px;padding:17px 0;border-bottom:1px solid #e5e5e5;order:1}.ant-lead .wp-block-post:nth-child(n+2) .wp-block-post-featured-image{float:none;width:auto;grid-column:2;grid-row:1 / 3;margin:0}.ant-lead .wp-block-post:nth-child(n+2) .wp-block-post-featured-image img{aspect-ratio:4/3}.home .ant-lead .wp-block-post:nth-child(n+2) .wp-block-post-title{grid-column:1;grid-row:1;font-size:16px;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ant-lead .wp-block-post:nth-child(n+2) .wp-block-post-excerpt{display:none}.ant-lead .wp-block-post:nth-child(n+2) .wp-block-post-date{grid-column:1;grid-row:2}
.home .ant-section-head h2{font-size:21px!important}.ant-section-head{margin-top:26px}.ant-section-head>a{font-size:11px}
}

.ant-hero-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.8fr) minmax(0,1fr);gap:28px;align-items:start}
.ant-hero-columns>.wp-block-query{min-width:0;margin:0!important}.ant-hero-columns .wp-block-post-template{list-style:none;padding:0;margin:0;display:block}
.ant-hero-columns .wp-block-post{margin:0}.ant-hero-columns .wp-block-post>*{margin-top:0!important;margin-bottom:0!important}
.ant-hero-columns .wp-block-post-featured-image img{display:block;width:100%;height:auto;object-fit:cover}
.home .ant-hero-columns .wp-block-post-title{font-size:18px;font-weight:700;line-height:1.5;word-break:keep-all;overflow-wrap:anywhere;margin-top:10px!important}
.home .ant-center .wp-block-post-title{font-size:30px;line-height:1.4;letter-spacing:-.02em;margin-top:16px!important}
.ant-hero-columns .wp-block-post-excerpt{margin-top:10px!important}.ant-hero-columns .wp-block-post-excerpt p{font-size:14px;line-height:1.7;font-weight:400;color:#777;margin:0;max-height:3.4em;overflow:hidden}
.ant-center .wp-block-post-excerpt p{font-size:15px;max-height:5.1em}.ant-hero-columns .wp-block-post-date{font-size:12px;color:#888;margin-top:10px!important}
.ant-left .wp-block-post+ .wp-block-post{display:grid;grid-template-columns:minmax(0,1fr) 88px;gap:8px 12px;margin-top:24px;padding-top:20px;border-top:1px solid #ddd}
.ant-left .wp-block-post+ .wp-block-post .wp-block-post-featured-image{grid-column:2;grid-row:1}.home .ant-left .wp-block-post+ .wp-block-post .wp-block-post-title{grid-column:1;grid-row:1;margin-top:0!important;font-size:17px}.ant-left .wp-block-post+ .wp-block-post .wp-block-post-excerpt{grid-column:1 / -1}.ant-left .wp-block-post+ .wp-block-post .wp-block-post-date{grid-column:1 / -1}
.ant-right .wp-block-post{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:6px 12px;padding:17px 0;border-bottom:1px solid #ddd}.ant-right .wp-block-post:first-child{padding-top:0}.ant-right .wp-block-post-featured-image{grid-column:2;grid-row:1 / 3}.ant-right .wp-block-post-featured-image img{height:64px!important;width:72px!important;object-fit:cover}.home .ant-right .wp-block-post-title{grid-column:1;grid-row:1;font-size:16px;line-height:1.55;max-height:4.65em;overflow:hidden;margin-top:0!important}.ant-right .wp-block-post-excerpt{display:none}.ant-right .wp-block-post-date{grid-column:1;grid-row:2;font-size:11px;margin-top:0!important}
@media(min-width:601px) and (max-width:900px){.ant-hero-columns{grid-template-columns:1fr 1.7fr}.ant-right{grid-column:1 / -1}.ant-right .wp-block-post-template{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.ant-right .wp-block-post:first-child{padding-top:17px}}
@media(max-width:600px){.ant-hero-columns{display:flex;flex-direction:column;gap:0}.ant-hero-columns>.wp-block-query{width:100%}.ant-center{order:0;padding-bottom:22px}.ant-left{order:1}.ant-right{order:2}.home .ant-center .wp-block-post-title{font-size:25px}.ant-center .wp-block-post-excerpt p{font-size:14px;max-height:3.4em}
.ant-left .wp-block-post,.ant-left .wp-block-post+ .wp-block-post,.ant-right .wp-block-post{display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:6px 14px;margin:0;padding:17px 0;border-top:1px solid #e5e5e5;border-bottom:0}.ant-left .wp-block-post-featured-image,.ant-left .wp-block-post+ .wp-block-post .wp-block-post-featured-image,.ant-right .wp-block-post-featured-image{grid-column:2;grid-row:1 / 3}.ant-left .wp-block-post-featured-image img,.ant-right .wp-block-post-featured-image img{width:96px!important;height:72px!important;object-fit:cover}.home .ant-left .wp-block-post-title,.home .ant-left .wp-block-post+ .wp-block-post .wp-block-post-title,.home .ant-right .wp-block-post-title{grid-column:1;grid-row:1;font-size:16px;line-height:1.5;max-height:4.5em;overflow:hidden;margin-top:0!important}.ant-left .wp-block-post-excerpt{display:none}.ant-left .wp-block-post-date,.ant-left .wp-block-post+ .wp-block-post .wp-block-post-date{grid-column:1;grid-row:2;margin-top:0!important}}

.ant-hero-columns > .wp-block-group__inner-container{display:contents}.ant-hero-columns .wp-block-query{min-width:0;margin:0!important}@media(max-width:600px){.ant-hero-columns .wp-block-query{width:100%}}

.home .ant-ticker .wp-block-post-title{max-height:3.1em;overflow:hidden}.home .ant-left .wp-block-post+ .wp-block-post .wp-block-post-title{max-height:4.5em;overflow:hidden}


/* ANT stronger home typography and clean dates — 2026-09-24 */
.home .ant-newsroom .wp-block-post-title,.home .ant-newsroom .wp-block-post-title a,.home .ant-newsroom .ultp-block-title,.home .ant-newsroom .ultp-block-title a{font-weight:800!important;color:#171717}
.home .ant-newsroom .ant-ticker .wp-block-post-title,.home .ant-newsroom .ant-ticker .wp-block-post-title a{font-weight:600!important}
.home .ant-newsroom .wp-block-post-excerpt p{font-weight:500;color:#555}
.home .ant-newsroom .wp-block-post-date,.home .ant-newsroom .ultp-block-meta{display:none!important}


/* ANT site typography — Noto Sans KR, 2026-09-24 */
body,button,input,select,textarea{font-family:"Noto Sans KR","Malgun Gothic",sans-serif!important;font-weight:500}
h1,h2,h3,h4,h5,h6,.main-navigation a,.site-title,.wp-block-post-title,.ultp-block-title{font-family:"Noto Sans KR","Malgun Gothic",sans-serif!important;font-weight:800!important}
.single-post .entry-content p,.single-post .entry-content li,.single-post .entry-content td,.single-post .entry-content th{font-weight:500}
.single-post .entry-content strong,.single-post .entry-content b{font-weight:800}
.home .ant-newsroom .wp-block-post-title a,.home .ant-newsroom .ultp-block-title a{font-weight:800!important}
.home .ant-newsroom .ant-ticker .wp-block-post-title,.home .ant-newsroom .ant-ticker .wp-block-post-title a{font-weight:700!important}
.main-navigation .main-nav ul li a{font-weight:700!important}

.single-post h1.entry-title,.single-post .entry-content h2,.single-post .entry-content h3{font-weight:800!important}

/* Stable header dimensions — 2026-09-24 */
.site-header .site-logo img.header-image{width:60px!important;height:60px!important;max-width:60px!important;aspect-ratio:1;object-fit:contain}
.site-logo{flex-shrink:0}
