@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css');
body,
body * {
  font-family: 'Pretendard Variable', 'Pretendard', -apple-system, sans-serif !important;
}
/* 좌측 고정 목차 */
.ft-toc {
  position: fixed;
  top: 50%;
  left: max(calc((100vw - 720px) / 2 - 240px), 24px);
  transform: translateY(-50%);
  width: 200px;
  max-height: 70vh;
  overflow-y: auto;
  z-index: 90;
}
.ft-toc::-webkit-scrollbar {
  width: 3px;
}
.ft-toc::-webkit-scrollbar-thumb {
  background: #E5E8EB;
  border-radius: 3px;
}
.ft-toc-title {
  font-size: 12px;
  font-weight: 700;
  color: #B0B8C1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  padding-left: 12px;
}
#ft-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#ft-toc-list li {
  margin: 0;
}
#ft-toc-list li.ft-toc-sub {
  padding-left: 12px;
}
#ft-toc-list a {
  display: block;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #B0B8C1;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: all 0.15s;
  line-height: 1.4;
}
#ft-toc-list a:hover {
  color: #4E5968;
}
#ft-toc-list a.active {
  color: #191F28;
  font-weight: 600;
  border-left-color: #191F28;
}
@media (max-width: 1280px) {
  .ft-toc { display: none; }
}
/* 테이블 스타일 */
.entry-content table,
.ft-article-body table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 24px 0;
  font-size: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E5E8EB;
}
.entry-content thead th,
.ft-article-body thead th {
  background: #F9FAFB;
  font-weight: 700;
  color: #000000;
  padding: 14px 20px;
  text-align: left;
  border-bottom: 2px solid #E5E8EB;
  font-size: 16px;
}
.entry-content tbody td,
.ft-article-body tbody td {
  padding: 14px 20px;
  color: #000000;
  border-bottom: 1px solid #F2F4F6;
  line-height: 1.5;
}
.entry-content tbody tr:last-child td,
.ft-article-body tbody tr:last-child td {
  border-bottom: none;
}
.entry-content tbody tr:hover,
.ft-article-body tbody tr:hover {
  background: #F9FAFB;
}
.entry-content td:has(✓),
.entry-content td:has(✔),
.entry-content td:has(×) {
  text-align: center;
}
@media (min-width: 1281px) {
  body.single .wp-site-blocks {
    padding-left: 120px !important;
  }
}
/* 내부 링크 카드 스타일 */
.ft-series-links {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: -20px !important;
  padding-top: 32px !important;
  border-top: none !important;
}
.ft-series-links li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.ft-series-links li::marker {
  content: none !important;
}
.ft-series-links li a {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #F2F4F6 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #191F28 !important;
  text-decoration: none !important;
  transition: all 0.15s !important;
}
.ft-series-links li a:hover {
  opacity: 0.7 !important;
}
.ft-series-links .ft-link-date {
  font-size: 12px !important;
  color: #B0B8C1 !important;
  font-weight: 400 !important;
  flex-shrink: 0 !important;
  margin-left: 16px !important;
}