@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap");

:root {
  color-scheme: dark;
  --bg: #0b1220;
  --bg-accent: #121b2c;
  --surface: rgba(17, 24, 39, 0.9);
  --surface-strong: #111827;
  --surface-muted: #182235;
  --surface-deep: #0b1322;
  --line: #243244;
  --line-strong: #334155;
  --text: #e7edf6;
  --text-secondary: #d3dbe7;
  --text-muted: #b7c3d6;
  --text-soft: #97a7bf;
  --accent: #6a8fd8;
  --accent-strong: #4f73bb;
  --accent-soft: rgba(106, 143, 216, 0.16);
  --shadow-xs: 0 16px 32px rgba(2, 6, 23, 0.28);
  --shadow-sm: 0 24px 54px rgba(2, 6, 23, 0.36);
  --shadow-md: 0 34px 82px rgba(2, 6, 23, 0.44);
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --content-width: 1200px;
  --article-width: 820px;
  --transition: 180ms ease;
  --font-body: "IBM Plex Sans KR", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --font-display: "IBM Plex Sans KR", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background:
    radial-gradient(circle at top left, rgba(106, 143, 216, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(41, 59, 89, 0.2), transparent 28%),
    linear-gradient(180deg, #0d1524 0%, var(--bg) 52%, #09111d 100%);
  color: #d9e4f3;
  font: 16px/1.75 var(--font-body);
  -webkit-text-size-adjust: 100%;
}

#header .site-title,
#gnb,
.main-slider ul li .text,
.post-header h1,
.article-header h1,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.post-item .title,
.cover-thumbnail-1 .title,
.cover-thumbnail-2 .title,
.cover-thumbnail-3 .title,
.cover-thumbnail-4 .title,
.cover-list .title,
.cover-event .title,
.related-articles .title,
.sidebar h2,
.tags h2,
.comments h2 {
  font-family: var(--font-body);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
figure,
figcaption {
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

img,
fieldset {
  display: block;
  max-width: 100%;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--text);
}

table {
  width: 100%;
  border-collapse: collapse;
}

hr {
  display: none;
}

::selection {
  background: rgba(106, 143, 216, 0.26);
  color: var(--text);
}

.screen_out {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(106, 143, 216, 0.82);
  outline-offset: 2px;
}

#acc-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
}

#acc-nav a {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#acc-nav a:focus,
#acc-nav a:hover,
#acc-nav a:active {
  width: 100%;
  height: auto;
  padding: 12px 16px;
  background: var(--text);
  color: #fff;
  text-align: center;
}

#wrap {
  min-height: 100vh;
}

#header {
  position: sticky;
  top: 0;
  z-index: 120;
  border-bottom: 1px solid rgba(217, 224, 234, 0.88);
  backdrop-filter: blur(18px);
  background: rgba(250, 252, 255, 0.86);
}

#header .inner,
#footer .inner {
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  padding: 0 28px;
}

#header .inner {
  position: relative;
}

#header .site-branding {
  max-width: min(760px, calc(100% - 392px));
}

#header .site-title {
  padding: 28px 0 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: var(--text);
}

#header .site-title a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

#header .site-title img {
  width: auto;
  max-height: 40px;
}

#header .util {
  position: absolute;
  top: 22px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

#header .util .search {
  position: relative;
  width: 320px;
  height: 48px;
  max-width: 100%;
}

#header .util .search::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-xs);
}

#header .util .search input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  padding: 0 58px 0 18px;
  border: 0;
  background: transparent;
  color: var(--text);
  opacity: 1;
  cursor: text;
}

#header .util .search label,
#header .util .search .screen_out {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

#header .util .search input::placeholder {
  color: var(--text-soft);
}

#header .util .search button {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

#header .util .search button::before,
#header .util .search button::after {
  content: "";
  position: absolute;
}

#header .util .search button::before {
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--text-soft);
  border-radius: 50%;
}

#header .util .search button::after {
  top: 22px;
  left: 21px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--text-soft);
  transform: rotate(45deg);
}

#header .util .search button {
  background: rgba(234, 241, 255, 0.96);
  box-shadow: none;
}

#header .util .search button::before {
  border-color: var(--accent-strong);
}

#header .util .search button::after {
  background: var(--accent-strong);
}

#header .util .menu {
  display: none;
}

#gnb {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 4px;
  padding: 18px 0 18px;
  border-top: 1px solid rgba(217, 224, 234, 0.82);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#gnb::-webkit-scrollbar {
  display: none;
}

#gnb ul {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: max-content;
}

#gnb ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 500;
  transition: background-color var(--transition), border-color var(--transition), color var(--transition);
}

#gnb ul li.current a,
#gnb ul li a:hover,
#gnb ul li a:focus {
  border-color: rgba(36, 84, 166, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
}

#container .content-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 44px;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  padding: 52px 28px 84px;
}

#content,
#aside {
  min-width: 0;
}

.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}

.btn:hover,
.btn:focus,
a.btn:hover,
a.btn:focus {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.panel {
  position: relative;
}

#dimmed {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(15, 23, 42, 0.44);
  backdrop-filter: blur(4px);
}

.mobile-menu {
  overflow: hidden;
}

.content-start,
.post-grid-start {
  position: relative;
}

.main-slider {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(217, 224, 234, 0.78);
  background: linear-gradient(135deg, #d9e3f0, #cfd9e8);
}

.main-slider ul li {
  display: flex;
  align-items: stretch;
  min-height: clamp(320px, 40vw, 480px);
  background-position: 50% 50%;
  background-size: cover;
}

.main-slider ul li a,
.main-slider ul li > span.inner {
  width: 100%;
}

.main-slider ul li a {
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.62), rgba(15, 23, 42, 0.22));
}

.main-slider ul li .inner {
  display: flex;
  align-items: center;
  min-height: inherit;
}

.main-slider ul li .box {
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  padding: 0 28px;
}

.main-slider ul li .text {
  display: block;
  max-width: 720px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.main-slider ul li .btn {
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  box-shadow: none;
}

.main-slider ul li .btn:hover,
.main-slider ul li .btn:focus {
  color: #fff;
  background: var(--accent);
}

.main-slider .paging {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  gap: 8px;
}

.main-slider .paging button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  text-indent: -999em;
}

.main-slider .paging .current {
  background: #fff;
}

#tt-body-index .main-slider ul li .text {
  max-width: 560px;
  font-family: var(--font-body);
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 600;
  line-height: 1.45;
}

#tt-body-index .main-slider ul li .btn {
  margin-top: 20px;
}

#tt-body-index .content-start,
#tt-body-index .post-grid-start {
  margin-top: 6px;
}

#tt-body-index .content-start {
  padding-top: 28px;
}

#tt-body-index .post-grid-start {
  padding-top: 0;
}

#tt-body-index .content-start::before,
#tt-body-index .post-grid-start::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 26px;
  background: linear-gradient(90deg, rgba(36, 84, 166, 0.22), rgba(36, 84, 166, 0));
}

#tt-body-index .post-grid-start::before {
  content: none;
  display: none;
}

#tt-body-index .cover-thumbnail-1 h2,
#tt-body-index .cover-thumbnail-2 h2,
#tt-body-index .cover-thumbnail-3 h2,
#tt-body-index .cover-thumbnail-4 h2,
#tt-body-index .cover-list h2,
#tt-body-index .cover-event h2 {
  color: var(--text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.cover-thumbnail-1,
.cover-thumbnail-2,
.cover-thumbnail-3,
.cover-thumbnail-4,
.cover-list,
.cover-event {
  position: relative;
  margin-bottom: 72px;
}

.cover-thumbnail-1 h2,
.cover-thumbnail-2 h2,
.cover-thumbnail-3 h2,
.cover-thumbnail-4 h2,
.cover-list h2,
.cover-event h2,
.post-header h1,
.related-articles h2,
.tags h2,
.comments h2,
.sidebar h2 {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cover-thumbnail-1 h2,
.cover-thumbnail-2 h2,
.cover-thumbnail-3 h2,
.cover-thumbnail-4 h2,
.cover-list h2,
.cover-event h2 {
  margin-bottom: 22px;
}

.cover-thumbnail-1 .more,
.cover-list .more {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.cover-thumbnail-1 .more:hover,
.cover-thumbnail-1 .more:focus,
.cover-list .more:hover,
.cover-list .more:focus {
  color: var(--accent);
}

.cover-thumbnail-1 ul,
.cover-thumbnail-4 ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cover-thumbnail-3 ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.cover-event ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cover-thumbnail-1 ul li a,
.cover-thumbnail-2 ul li a,
.cover-thumbnail-3 ul li a,
.cover-thumbnail-4 ul li a,
.cover-list ul li a,
.cover-event ul li a,
.post-item a,
.related-articles ul li a {
  display: block;
  height: 100%;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-xs);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.cover-thumbnail-1 ul li a:hover,
.cover-thumbnail-2 ul li a:hover,
.cover-thumbnail-3 ul li a:hover,
.cover-thumbnail-4 ul li a:hover,
.cover-list ul li a:hover,
.cover-event ul li a:hover,
.post-item a:hover,
.related-articles ul li a:hover,
.cover-thumbnail-1 ul li a:focus,
.cover-thumbnail-2 ul li a:focus,
.cover-thumbnail-3 ul li a:focus,
.cover-thumbnail-4 ul li a:focus,
.cover-list ul li a:focus,
.cover-event ul li a:focus,
.post-item a:focus,
.related-articles ul li a:focus {
  transform: translateY(-4px);
  border-color: rgba(36, 84, 166, 0.18);
  box-shadow: var(--shadow-sm);
}

.cover-thumbnail-1 figure,
.cover-thumbnail-3 figure,
.cover-thumbnail-4 figure,
.post-item .thum,
.related-articles figure {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-md) - 4px);
  background: linear-gradient(135deg, #e8eef7, #dbe5f0);
}

.cover-thumbnail-1 figure {
  aspect-ratio: 4 / 5;
}

.cover-thumbnail-3 figure {
  aspect-ratio: 4 / 5;
}

.cover-thumbnail-4 figure,
.post-item .thum,
.related-articles figure {
  aspect-ratio: 16 / 10;
}

.cover-thumbnail-1 figure img,
.cover-thumbnail-2 figure img,
.cover-thumbnail-3 figure img,
.cover-thumbnail-4 figure img,
.post-item .thum img,
.related-articles figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-thumbnail-1 ul li a,
.cover-thumbnail-3 ul li a,
.cover-thumbnail-4 ul li a,
.related-articles ul li a {
  padding: 14px;
}

.cover-thumbnail-2 ul li {
  margin-bottom: 18px;
}

.cover-thumbnail-2 ul li:last-child,
.cover-list ul li:last-child {
  margin-bottom: 0;
}

.cover-thumbnail-2 ul li a {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px;
}

.cover-thumbnail-2 figure {
  flex: 0 0 132px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, #e8eef7, #dbe5f0);
}

.cover-thumbnail-2 .title,
.cover-list .title,
.cover-thumbnail-4 .title,
.cover-thumbnail-1 .title,
.cover-thumbnail-3 .title,
.related-articles .title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--text);
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
}

.cover-thumbnail-1 .title,
.cover-thumbnail-3 .title,
.related-articles .title {
  margin-top: 14px;
  -webkit-line-clamp: 2;
}

.cover-thumbnail-2 .title,
.cover-list .title,
.cover-thumbnail-4 .title {
  font-size: 1.08rem;
  -webkit-line-clamp: 2;
}

#content .cover-thumbnail-2 .excerpt,
#content .cover-thumbnail-4 .excerpt,
#content .cover-list .excerpt,
#content .post-item .excerpt {
  display: -webkit-box !important;
  overflow: hidden !important;
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.75;
  height: 3.5em !important;
  max-height: 3.5em !important;
  min-height: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}

#content .cover-thumbnail-2 .excerpt *,
#content .cover-thumbnail-4 .excerpt *,
#content .cover-list .excerpt *,
#content .post-item .excerpt * {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

#content .cover-thumbnail-2 .excerpt p,
#content .cover-thumbnail-2 .excerpt div,
#content .cover-thumbnail-2 .excerpt span,
#content .cover-thumbnail-2 .excerpt strong,
#content .cover-thumbnail-2 .excerpt em,
#content .cover-thumbnail-2 .excerpt b,
#content .cover-thumbnail-4 .excerpt p,
#content .cover-thumbnail-4 .excerpt div,
#content .cover-thumbnail-4 .excerpt span,
#content .cover-thumbnail-4 .excerpt strong,
#content .cover-thumbnail-4 .excerpt em,
#content .cover-thumbnail-4 .excerpt b,
#content .cover-list .excerpt p,
#content .cover-list .excerpt div,
#content .cover-list .excerpt span,
#content .cover-list .excerpt strong,
#content .cover-list .excerpt em,
#content .cover-list .excerpt b,
#content .post-item .excerpt p,
#content .post-item .excerpt div,
#content .post-item .excerpt span,
#content .post-item .excerpt strong,
#content .post-item .excerpt em,
#content .post-item .excerpt b {
  display: inline !important;
}

#content .cover-thumbnail-2 .excerpt br,
#content .cover-thumbnail-4 .excerpt br,
#content .cover-list .excerpt br,
#content .post-item .excerpt br {
  display: none;
}

.cover-thumbnail-1 .date,
.cover-thumbnail-2 .meta,
.cover-thumbnail-4 .meta,
.cover-list .date,
.post-item .meta,
.sidebar .post-list .date,
.pagination a,
.comment-list .author-meta,
.sidebar .count p {
  color: var(--text-soft);
  font-size: 0.8rem;
}

.cover-list ul li {
  margin-bottom: 18px;
}

.cover-list ul li a {
  padding: 22px 24px;
}

.cover-event ul li a {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background-color: #d5e0ee;
  background-position: 50% 50%;
  background-size: cover;
}

.cover-event ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.66));
}

.cover-event .title,
.cover-event .more {
  position: absolute;
  left: 22px;
  right: 22px;
  z-index: 1;
  color: #fff;
}

.cover-event .title {
  bottom: 52px;
  font-size: 1.08rem;
  -webkit-line-clamp: 2;
}

.cover-event .more {
  bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
}

.post-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 224, 234, 0.86);
}

.post-header h1 {
  letter-spacing: normal;
  font-size: 1rem;
}

.post-header h1 span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.post-header h1 em {
  margin-left: 10px;
  font-style: normal;
  font-weight: 700;
  color: var(--accent);
}

#content > .inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  align-content: start;
  justify-items: stretch;
  grid-auto-flow: row;
}

#content > .inner.post-grid-start {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  align-content: start;
  justify-items: stretch;
  grid-auto-flow: row;
}

#content > .inner.post-grid-start > .post-item {
  min-width: 0;
  width: 100%;
  margin: 0;
  justify-self: stretch;
}

#content > .inner.post-grid-start > .post-item:empty,
#content > .inner.post-grid-start > .post-item:not(:has(.title:not(:empty))) {
  display: none;
}

.post-item a {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.post-item .thum {
  width: 100%;
}

.post-item .title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 16px;
  color: var(--text);
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.48;
  height: 3.04em;
  max-height: 3.04em;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-item .excerpt {
  height: 3.5em !important;
  min-height: 0 !important;
  margin-bottom: 14px;
}

.post-item .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: auto;
}

.post-item .meta .category {
  color: var(--accent);
  font-weight: 600;
}

.post-item.protected .thum {
  position: relative;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #edf1f7, #d8e0eb);
}

.post-item.protected .thum::before {
  content: "PROTECTED";
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.not-found {
  padding: 28px 30px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-xs);
}

.not-found li {
  position: relative;
  padding-left: 14px;
  color: var(--text-muted);
  line-height: 1.95;
}

.not-found li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--text-soft);
}

.not-found .tag,
.not-found .category,
.not-found .archive {
  display: none;
}

#tt-body-tag .not-found ul,
#tt-body-category .not-found ul,
#tt-body-archive .not-found ul {
  display: none;
}

#tt-body-tag .not-found .tag,
#tt-body-category .not-found .category,
#tt-body-archive .not-found .archive {
  display: block;
}

#tt-body-tag .post-header + .tags {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(217, 224, 234, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}

.pagination a:hover,
.pagination a:focus,
.pagination .selected {
  border-color: rgba(36, 84, 166, 0.16);
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.pagination .prev,
.pagination .next {
  min-width: 72px;
  font-weight: 600;
}

.pagination .prev.no-more-prev,
.pagination .next.no-more-next {
  opacity: 0.4;
  pointer-events: none;
}

.article-header {
  max-width: var(--article-width);
  margin: 0 auto;
  padding: 8px 0 0;
}

.article-header .category {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 600;
}

.article-header h1 {
  color: var(--text);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -0.025em;
}

.article-header .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
  color: var(--text-soft);
  font-size: 0.84rem;
}

.article-header + .entry-content {
  margin-top: 18px;
  padding-top: 36px;
}

.article-header .category:empty,
.article-header .meta:empty {
  display: none;
}

.entry-content,
.tags,
.related-articles,
.comments,
.tt-comments-wrap,
#content .another_category,
.container_postbtn {
  max-width: var(--article-width);
  margin-left: auto;
  margin-right: auto;
}

.entry-content {
  margin-top: 34px;
  padding: 48px 54px 56px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--shadow-xs);
  color: var(--text-secondary);
  word-break: break-word;
}

.entry-content > *:first-child {
  margin-top: 0 !important;
}

.article-header + .entry-content {
  margin-top: 16px;
  padding-top: 34px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--text);
  letter-spacing: -0.02em;
}

.entry-content h1 {
  margin: 38px 0 16px;
  font-size: 2rem;
}

.entry-content h2 {
  margin: 30px 0 14px;
  font-size: 1.64rem;
}

.entry-content h3 {
  margin: 24px 0 12px;
  font-size: 1.32rem;
}

.entry-content h4 {
  margin: 22px 0 12px;
  font-size: 1.08rem;
}

.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th,
.entry-content blockquote,
.entry-content figcaption {
  font-size: 1.04rem;
}

.entry-content p {
  margin-bottom: 18px;
  line-height: 1.82;
}

.entry-content a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.entry-content hr {
  display: block;
  margin: 34px 0;
  border: 0;
  border-top: 1px solid rgba(217, 224, 234, 0.9);
}

.entry-content ul,
.entry-content ol {
  margin: 6px 0 24px;
  padding-left: 1.4rem;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 8px;
  line-height: 1.8;
  list-style: inherit;
}

.entry-content ul li > ul,
.entry-content ul li > ol,
.entry-content ol li > ul,
.entry-content ol li > ol {
  margin: 10px 0 0;
}

.entry-content blockquote {
  margin: 28px 0;
  padding: 20px 22px;
  border: 1px solid #d8e2f1;
  border-left: 4px solid var(--accent);
  border-radius: 18px;
  background: #f7fbff;
  color: var(--text-secondary);
  line-height: 1.8;
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content code,
.entry-content pre {
  font-family: var(--font-mono);
}

.entry-content :not(pre) > code {
  padding: 0.18em 0.5em;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  background: #f3f7fc;
  color: #12233f;
  font-size: 0.92em;
}

.entry-content pre {
  overflow-x: auto;
  margin: 22px 0 28px;
  padding: 18px 20px;
  border: 1px solid rgba(31, 54, 94, 0.24);
  border-radius: 20px;
  background: #0f172a;
  color: #e2ebfb;
  font-size: 0.93rem;
  line-height: 1.7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  white-space: pre;
  tab-size: 2;
}

.entry-content pre code {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}

.entry-content table {
  display: block;
  overflow-x: auto;
  margin: 24px 0 30px;
  border: 1px solid rgba(217, 224, 234, 0.92);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
  white-space: nowrap;
}

.entry-content table th,
.entry-content table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(217, 224, 234, 0.86);
  text-align: left;
  vertical-align: top;
  line-height: 1.68;
}

.entry-content table th {
  background: var(--surface-muted);
  color: var(--text);
}

.entry-content table tr:last-child td {
  border-bottom: 0;
}

.entry-content img,
.entry-content iframe,
.entry-content figure iframe {
  max-width: 100%;
}

.entry-content figure {
  clear: both;
  max-width: 100%;
}

.entry-content figure figcaption,
.entry-content .cap1 {
  margin-top: 10px;
  color: var(--text-soft);
  font-size: 0.88rem;
  text-align: center;
}

.entry-content figure.imageblock.alignCenter {
  margin: 24px auto 0;
  text-align: center;
}

.entry-content figure.imageblock.alignRight {
  margin-left: auto;
  text-align: right;
}

.entry-content figure.imageblock.floatLeft {
  float: left;
  margin-right: 22px;
}

.entry-content figure.imageblock.floatRight {
  float: right;
  margin-left: 22px;
}

.entry-content figure.imagegridblock {
  width: 100%;
  margin-top: 24px;
}

.entry-content figure.imagegridblock .image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.entry-content .iframe-wrap {
  position: relative;
  height: 0;
  margin: 28px 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 18px;
}

.entry-content .iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.entry-content figure.fileblock {
  position: relative;
  width: min(520px, 100%);
  min-height: 78px;
  margin-top: 24px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 18px;
  background: var(--surface-strong);
}

.entry-content figure.fileblock a {
  display: block;
  padding: 18px 22px;
}

.entry-content figure.fileblock .filename,
.entry-content figure.fileblock .name {
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entry-content figure.fileblock .size {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.entry-content .protected_form {
  text-align: center;
  padding: 52px 0;
}

.entry-content .protected_form p {
  color: var(--text-muted);
}

.entry-content .protected_form input {
  width: min(240px, 100%);
  height: 44px;
  padding: 0 14px;
  margin-right: 8px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 12px;
}

.tags,
.related-articles,
.comments {
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid rgba(217, 224, 234, 0.86);
}

.tags a {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 0 14px;
  height: 36px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-muted);
  font-size: 0.88rem;
}

.tags a:hover,
.tags a:focus {
  border-color: rgba(36, 84, 166, 0.16);
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.related-articles ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.related-articles ul li a {
  padding: 12px;
}

#content .another_category {
  margin-top: 38px !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(217, 224, 234, 0.9) !important;
  border-radius: var(--radius-md) !important;
  background: var(--surface) !important;
}

#content .another_category h4 {
  margin-bottom: 14px !important;
  color: var(--text) !important;
}

#content .another_category table,
#content .another_category th,
#content .another_category td {
  border: 0 !important;
  background: transparent !important;
}

#content .another_category,
.container_postbtn {
  display: none !important;
}

.absent_post {
  padding: 84px 0 !important;
  background: none !important;
  color: var(--text-soft) !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

.absent_post::before {
  content: "죄송합니다.\A글을 찾지 못했습니다.";
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: pre;
}

.comments h2 .count {
  color: var(--accent);
}

.comment-list {
  margin-top: 18px;
}

.comment-list > ul > li {
  padding: 26px 0;
  border-top: 1px solid rgba(217, 224, 234, 0.86);
}

.comment-list .tt_more_preview_comments_text {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 14px;
  text-align: center;
  color: var(--text-muted);
}

.comment-list .author-meta {
  position: relative;
  margin-bottom: 8px;
  padding-left: 62px;
}

.comment-list .author-meta .nickname {
  color: var(--text);
  font-weight: 700;
}

.comment-list .author-meta .avatar {
  position: absolute;
  top: -2px;
  left: 0;
  width: 46px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 50%;
}

.comment-list .author-meta .control {
  position: absolute;
  top: 0;
  right: 0;
}

.comment-list .author-meta .control button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(217, 224, 234, 0.9);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text-muted);
  font-size: 0;
}

.comment-list .author-meta .control button::before {
  content: "...";
  display: block;
  margin-top: -3px;
  font-size: 0.82rem;
}

.comment-list .author-meta .control .link {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 84px;
  overflow: hidden;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-xs);
}

.comment-list .author-meta .control .link a {
  display: block;
  padding: 8px 12px;
  border-top: 1px solid rgba(217, 224, 234, 0.82);
  text-align: center;
  font-size: 0.82rem;
}

.comment-list .author-meta .control .link a:first-child {
  border-top: 0;
}

.comment-list .author-meta .control:hover .link,
.comment-list .author-meta .control:focus-within .link {
  display: block;
}

.comment-list p {
  padding-left: 62px;
  color: var(--text-secondary);
  line-height: 1.9;
}

.comment-list .reply {
  display: inline-flex;
  margin-top: 10px;
  padding-left: 62px;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.comment-list ul li ul {
  margin-top: 22px;
  padding: 20px 0 0 20px;
  border-top: 1px solid rgba(217, 224, 234, 0.82);
}

.comment-form {
  position: relative;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-xs);
}

.comment-form .field {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.comment-form .field input[type=text],
.comment-form .field input[type=password],
.comment-form textarea {
  width: 100%;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 14px;
  background: #fff;
  color: var(--text-secondary);
}

.comment-form .field input[type=text],
.comment-form .field input[type=password] {
  height: 48px;
  padding: 0 16px;
}

.comment-form textarea {
  min-height: 180px;
  padding: 16px 16px 72px;
  resize: vertical;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: var(--text-soft);
}

.comment-form .secret {
  position: absolute;
  left: 44px;
  bottom: 42px;
}

.comment-form .secret input {
  display: none;
}

.comment-form .secret label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.comment-form .secret label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid rgba(199, 209, 222, 0.96);
  border-radius: 5px;
  background: #fff;
}

.comment-form .secret input[type=checkbox]:checked + label::before {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.comment-form .submit {
  margin-top: 14px;
  text-align: right;
}

.comment-form .submit button {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
}

#aside {
  align-self: start;
  position: sticky;
  top: 112px;
}

#aside .close {
  display: none;
}

.sidebar .sidebar-1,
.sidebar .sidebar-2 {
  display: grid;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(12px);
}

.sidebar .sidebar-2 {
  margin-top: 18px;
}

.sidebar .panel + .panel {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.sidebar .notice:not(:has(li a:not(:empty))),
.sidebar .recent-comment:not(:has(li a:not(:empty))),
.sidebar .social-channel:not(:has(li a[href]:not([href=""]))),
.sidebar .post-list .tab-list:not(:has(li .title:not(:empty))),
.sidebar .post-list:not(:has(.tab-list:has(li .title:not(:empty)))),
.sidebar .tags:not(:has(a:not(:empty))) {
  display: none;
}

.sidebar h2 {
  margin-bottom: 14px;
}

.sidebar .category ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
}

.sidebar .category ul li a {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding: 8px 0;
  line-height: 1.5;
}

.sidebar .category ul li a:hover,
.sidebar .category ul li a:focus,
.sidebar .notice a:hover,
.sidebar .notice a:focus,
.sidebar .recent-comment a:hover,
.sidebar .recent-comment a:focus {
  color: var(--accent);
}

.sidebar .category ul li ul {
  flex-basis: 100%;
  width: 100%;
  padding-top: 4px;
}

.sidebar .category a img,
.sidebar .category li > img,
.sidebar .category .c_cnt,
.sidebar .category .new,
.sidebar .category .tt_category_new,
.sidebar .category .ico_new {
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 6px;
  vertical-align: middle;
}

.sidebar .category a img,
.sidebar .category li > img,
.sidebar .category .new,
.sidebar .category .tt_category_new,
.sidebar .category .ico_new {
  width: auto;
  height: auto;
  transform: translateY(-1px);
}

.sidebar .category ul li ul li {
  font-weight: 500;
  font-size: 0.92rem;
}

.sidebar .category ul li ul li ul li {
  padding-left: 12px;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.sidebar .notice a,
.sidebar .recent-comment a {
  display: block;
  padding: 8px 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.sidebar .post-list ul li + li {
  margin-top: 14px;
}

.sidebar .post-list a {
  display: block;
}

.sidebar .post-list a:has(img) {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.sidebar .post-list img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
}

.sidebar .post-list .title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebar .post-list .date {
  display: block;
  margin-top: 4px;
}

.sidebar .tab-ui .tab-list + .tab-list {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(217, 224, 234, 0.82);
}

.sidebar .tab-ui .tab-list:not(:has(li .title:not(:empty))) + .tab-list {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.sidebar .sidebar-2:not(:has(.notice:has(li a:not(:empty)),
    .post-list:has(.tab-list:has(li .title:not(:empty))),
    .recent-comment:has(li a:not(:empty)),
    .tags:has(a:not(:empty)),
    .social-channel:has(li a[href]:not([href=""]))))) {
  display: none;
}

.sidebar .count {
  display: none !important;
}

.sidebar .count .count-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sidebar .count p {
  margin: 0;
  padding: 10px 10px 12px;
  border: 1px solid rgba(217, 224, 234, 0.88);
  border-radius: 14px;
  background: rgba(247, 249, 252, 0.88);
}

.sidebar .count .label {
  display: block;
  margin-bottom: 5px;
  color: var(--text-soft);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.sidebar .count .value {
  display: block;
  color: var(--text-secondary);
  font-size: 0.94rem;
  font-weight: 600;
}

.sidebar .count .total .value {
  color: var(--text);
  font-size: 1rem;
}

.sidebar .social-channel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar .social-channel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-muted);
  font-size: 0.84rem;
}

.sidebar .social-channel a:hover,
.sidebar .social-channel a:focus,
#footer .page-top:hover,
#footer .page-top:focus {
  border-color: rgba(36, 84, 166, 0.16);
  background: var(--accent-soft);
  color: var(--accent-strong);
}

#footer {
  border-top: 1px solid rgba(217, 224, 234, 0.9);
  background: rgba(255, 255, 255, 0.76);
}

#footer .inner {
  padding-top: 28px;
  padding-bottom: 34px;
}

#footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 0;
}

#footer .footer-meta {
  display: none;
}

#footer .order-menu:empty,
#footer .footer-meta p:empty {
  display: none;
}

#footer .order-menu a {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  margin-bottom: 10px;
  color: var(--text-muted);
  font-size: 0.86rem;
}

#footer .page-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(217, 224, 234, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#footer p {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.layout-aside-left #container .content-wrap {
  grid-template-columns: 300px minmax(0, 1fr);
}

.layout-aside-left #content {
  order: 2;
}

.layout-aside-left #aside {
  order: 1;
}

#tt-body-index #aside .sidebar-2,
#tt-body-category #aside .sidebar-2,
#tt-body-search #aside .sidebar-2,
#tt-body-tag #aside .sidebar-2,
#tt-body-archive #aside .sidebar-2,
.archive-view #aside .sidebar-2 {
  display: none !important;
}

#tt-body-index #aside .sidebar-1,
#tt-body-category #aside .sidebar-1,
#tt-body-search #aside .sidebar-1,
#tt-body-tag #aside .sidebar-1,
#tt-body-archive #aside .sidebar-1,
.archive-view #aside .sidebar-1 {
  margin-top: 0;
}

#tt-body-page #container .content-wrap,
#tt-body-notice #container .content-wrap,
.detail-view #container .content-wrap,
body:has(#content .article-header) #container .content-wrap {
  display: block;
  width: min(calc(var(--article-width) + 56px), 100%);
  padding-top: 40px;
}

#tt-body-guestbook #container .content-wrap,
#tt-body-guest #container .content-wrap,
.guestbook-view #container .content-wrap,
body:has(#content > .tt-comments-wrap):not(:has(#content .article-header)) #container .content-wrap {
  display: block;
  width: min(calc(var(--article-width) + 56px), 100%);
  padding-top: 40px;
}

#tt-body-page #aside,
#tt-body-notice #aside,
.detail-view #aside,
body:has(#content .article-header) #aside {
  display: none !important;
}

#tt-body-guestbook #aside,
#tt-body-guest #aside,
.guestbook-view #aside,
body:has(#content > .tt-comments-wrap):not(:has(#content .article-header)) #aside {
  display: none !important;
}

#tt-body-page #content > .inner.post-grid-start,
#tt-body-notice #content > .inner.post-grid-start,
.detail-view #content > .inner.post-grid-start,
body:has(#content .article-header) #content > .inner.post-grid-start {
  display: block;
}

#tt-body-page #content > .inner.post-grid-start > *,
#tt-body-notice #content > .inner.post-grid-start > *,
.detail-view #content > .inner.post-grid-start > *,
body:has(#content .article-header) #content > .inner.post-grid-start > * {
  width: 100%;
}

#tt-body-page #content,
#tt-body-notice #content,
.detail-view #content,
body:has(#content .article-header) #content {
  width: 100%;
}

#tt-body-guestbook #content,
#tt-body-guest #content,
.guestbook-view #content,
body:has(#content > .tt-comments-wrap):not(:has(#content .article-header)) #content {
  width: 100%;
}

#tt-body-guestbook .post-header,
#tt-body-guest .post-header,
.guestbook-view .post-header,
body:has(#content > .tt-comments-wrap):not(:has(#content .article-header)) .post-header,
#tt-body-guestbook .tt-comments-wrap,
#tt-body-guest .tt-comments-wrap,
.guestbook-view .tt-comments-wrap,
body:has(#content > .tt-comments-wrap):not(:has(#content .article-header)) .tt-comments-wrap {
  max-width: var(--article-width);
  margin-left: auto;
  margin-right: auto;
}

#tt-body-guestbook .comment-form,
#tt-body-guest .comment-form,
.guestbook-view .comment-form,
body:has(#content > .tt-comments-wrap):not(:has(#content .article-header)) .comment-form,
#tt-body-guestbook .comment-list,
#tt-body-guest .comment-list,
.guestbook-view .comment-list,
body:has(#content > .tt-comments-wrap):not(:has(#content .article-header)) .comment-list {
  width: 100%;
}

.list-type-thumbnail #content > .inner,
.list-type-text #content > .inner {
  grid-template-columns: 1fr;
}

.list-type-thumbnail .post-item a {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.list-type-thumbnail .post-item .title,
.list-type-text .post-item .title {
  margin-top: 0;
}

.list-type-text .post-item .thum {
  display: none;
}

.list-type-vertical #content > .inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.list-type-vertical .post-item .thum {
  aspect-ratio: 4 / 5;
}

#content > .inner.post-grid-start,
.list-type-thumbnail #content > .inner.post-grid-start,
.list-type-text #content > .inner.post-grid-start {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.list-type-thumbnail #content > .inner.post-grid-start .post-item a,
.list-type-text #content > .inner.post-grid-start .post-item a {
  display: flex;
  flex-direction: column;
}

.list-type-text #content > .inner.post-grid-start .post-item .thum {
  display: block;
}

.list-type-thumbnail #content > .inner.post-grid-start .post-item .title,
.list-type-text #content > .inner.post-grid-start .post-item .title {
  margin-top: 16px;
}

@media screen and (max-width: 1180px) {
  #container .content-wrap {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 32px;
  }

  .cover-thumbnail-3 ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 980px) {
  #header .site-branding {
    max-width: calc(100% - 96px);
  }

  #container .content-wrap,
  .layout-aside-left #container .content-wrap {
    grid-template-columns: 1fr;
  }

  #aside {
    position: static;
  }

  #content > .inner,
  .list-type-vertical #content > .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cover-thumbnail-1 ul,
  .cover-thumbnail-4 ul,
  .related-articles ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  #header .inner,
  #footer .inner,
  #container .content-wrap,
  .main-slider ul li .box {
    padding-left: 16px;
    padding-right: 16px;
  }

  #header .site-title {
    padding: 18px 0 16px;
    font-size: 1.56rem;
  }

  #header .site-branding {
    max-width: 100%;
    padding-right: 0;
  }

  #header .util {
    position: static;
    width: 100%;
    margin-top: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 12px;
  }

  #header .util .search {
    width: 100%;
    max-width: none;
  }

  #header .util .menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(217, 224, 234, 0.9);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-xs);
    font-size: 0;
  }

  #header .util .menu::before,
  #header .util .menu::after,
  #header .util .menu span::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1.5px;
    border-radius: 999px;
    background: var(--text);
  }

  #header .util .menu::before {
    transform: translateY(-5px);
  }

  #header .util .menu::after {
    transform: translateY(5px);
  }

  #header .util .menu span::before {
    transform: translateY(0);
  }

  #gnb {
    margin-top: 0;
    padding-top: 14px;
  }

  #container .content-wrap {
    padding-top: 28px;
    padding-bottom: 52px;
  }

  #aside {
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 400;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    padding: 78px 16px 24px;
    background: #fbfcfe;
    box-shadow: -18px 0 40px rgba(15, 23, 42, 0.14);
    transition: right var(--transition);
  }

  #aside .close {
    position: absolute;
    top: 18px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(217, 224, 234, 0.9);
    border-radius: 50%;
    background: #fff;
    font-size: 0;
  }

  #aside .close::before,
  #aside .close::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 1.5px;
    background: var(--text);
  }

  #aside .close::before {
    transform: rotate(45deg);
  }

  #aside .close::after {
    transform: rotate(-45deg);
  }

  .promotion-mobile-hide .main-slider {
    display: none;
  }

  .main-slider ul li {
    min-height: 280px;
  }

  .main-slider ul li .text {
    font-size: 1.7rem;
  }

  .cover-thumbnail-1,
  .cover-thumbnail-2,
  .cover-thumbnail-3,
  .cover-thumbnail-4,
  .cover-list,
  .cover-event {
    margin-bottom: 48px;
  }

  #content > .inner,
  .cover-thumbnail-1 ul,
  .cover-thumbnail-4 ul,
  .cover-event ul,
  .related-articles ul,
  .list-type-vertical #content > .inner {
    grid-template-columns: 1fr;
  }

  .cover-thumbnail-2 ul li a,
  .list-type-thumbnail .post-item a {
    grid-template-columns: 1fr;
    display: block;
  }

  .cover-thumbnail-2 figure,
  .list-type-thumbnail .post-item .thum {
    width: 100%;
    margin-bottom: 14px;
  }

  .cover-thumbnail-3 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-header {
    padding-top: 2px;
  }

  .article-header h1 {
    font-size: 1.82rem;
  }

  .entry-content {
    padding: 28px 20px 34px;
  }

  .entry-content h1 {
    font-size: 1.62rem;
  }

  .entry-content h2 {
    font-size: 1.4rem;
  }

  .entry-content h3 {
    font-size: 1.2rem;
  }

  .entry-content p,
  .entry-content li,
  .entry-content td,
  .entry-content th,
  .entry-content blockquote,
  .entry-content figcaption {
    font-size: 0.98rem;
  }

  .comment-form {
    padding: 20px;
  }

  .comment-form .field {
    grid-template-columns: 1fr;
  }

  .comment-form .secret {
    position: static;
    margin-top: 12px;
  }

  .sidebar .sidebar-1,
  .sidebar .sidebar-2 {
    padding: 18px;
  }

  #footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .cover-thumbnail-3 ul {
    grid-template-columns: 1fr;
  }

  .entry-content .protected_form input,
  .entry-content .protected_form .btn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}

/* Dark theme overrides */
#acc-nav a:focus,
#acc-nav a:hover,
#acc-nav a:active {
  background: #0f1728;
  color: var(--text);
}

#header {
  border-bottom-color: rgba(51, 65, 85, 0.72);
  background: rgba(10, 17, 28, 0.84);
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.2);
}

#header .site-title {
  color: var(--text);
}

#header .util .search::before {
  border-color: var(--line);
  background: rgba(15, 23, 42, 0.94);
  box-shadow: none;
}

#header .util .search input {
  color: var(--text-secondary);
}

#header .util .search button {
  background: rgba(27, 40, 60, 0.96);
}

#header .util .search button::before {
  border-color: #9ab7ef;
}

#header .util .search button::after {
  background: #9ab7ef;
}

#gnb {
  border-top-color: rgba(51, 65, 85, 0.68);
}

#gnb ul li.current a,
#gnb ul li a:hover,
#gnb ul li a:focus {
  border-color: rgba(106, 143, 216, 0.24);
  background: rgba(19, 31, 48, 0.92);
  color: var(--text);
}

.btn,
a.btn {
  color: #edf3ff;
  box-shadow: 0 12px 26px rgba(17, 33, 66, 0.28);
}

#dimmed {
  background: rgba(3, 7, 18, 0.62);
}

.main-slider {
  border-bottom-color: var(--line);
  background: linear-gradient(135deg, #0f1728, #121d31);
}

.main-slider ul li a {
  background: linear-gradient(90deg, rgba(7, 11, 20, 0.84), rgba(7, 11, 20, 0.4));
}

.main-slider ul li .text {
  color: #eef4fb;
}

.main-slider ul li .btn {
  border: 1px solid rgba(106, 143, 216, 0.22);
  background: rgba(16, 27, 44, 0.92);
  color: var(--text);
}

.main-slider ul li .btn:hover,
.main-slider ul li .btn:focus {
  color: #eef4ff;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.main-slider .paging button {
  background: rgba(203, 213, 225, 0.26);
}

.main-slider .paging .current {
  background: rgba(230, 238, 249, 0.88);
}

#tt-body-index .content-start::before,
#tt-body-index .post-grid-start::before {
  background: linear-gradient(90deg, rgba(106, 143, 216, 0.3), rgba(106, 143, 216, 0));
}

.cover-thumbnail-1 ul li a,
.cover-thumbnail-2 ul li a,
.cover-thumbnail-3 ul li a,
.cover-thumbnail-4 ul li a,
.cover-list ul li a,
.cover-event ul li a,
.post-item a,
.related-articles ul li a,
.not-found {
  border-color: rgba(51, 65, 85, 0.78);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(13, 19, 33, 0.94));
  box-shadow: var(--shadow-xs);
}

.cover-thumbnail-1 ul li a:hover,
.cover-thumbnail-2 ul li a:hover,
.cover-thumbnail-3 ul li a:hover,
.cover-thumbnail-4 ul li a:hover,
.cover-list ul li a:hover,
.cover-event ul li a:hover,
.post-item a:hover,
.related-articles ul li a:hover,
.cover-thumbnail-1 ul li a:focus,
.cover-thumbnail-2 ul li a:focus,
.cover-thumbnail-3 ul li a:focus,
.cover-thumbnail-4 ul li a:focus,
.cover-list ul li a:focus,
.cover-event ul li a:focus,
.post-item a:focus,
.related-articles ul li a:focus {
  border-color: rgba(106, 143, 216, 0.4);
  box-shadow: var(--shadow-sm);
}

.cover-thumbnail-1 figure,
.cover-thumbnail-2 figure,
.cover-thumbnail-3 figure,
.cover-thumbnail-4 figure,
.post-item .thum,
.related-articles figure,
.post-item.protected .thum {
  background: linear-gradient(135deg, #182235, #0f172a);
}

.cover-thumbnail-1 .more,
.cover-list .more,
.cover-thumbnail-1 .date,
.cover-thumbnail-2 .meta,
.cover-thumbnail-4 .meta,
.cover-list .date,
.post-item .meta,
.sidebar .post-list .date,
.comment-list .author-meta,
.sidebar .count p {
  color: var(--text-soft);
}

.post-header {
  border-bottom-color: rgba(51, 65, 85, 0.72);
}

.article-header {
  color: var(--text-secondary);
}

.article-header .category {
  color: #9ab7ef;
}

.article-header .meta {
  color: var(--text-muted);
}

.entry-content {
  border-color: rgba(51, 65, 85, 0.82);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(11, 19, 34, 0.94));
  box-shadow: var(--shadow-sm);
  color: var(--text-secondary);
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #eef4fb;
}

.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th,
.entry-content blockquote,
.entry-content figcaption {
  color: var(--text-secondary);
}

.entry-content a {
  color: #93b4ef;
}

.entry-content a:hover,
.entry-content a:focus {
  color: #bfd2f7;
}

.entry-content hr {
  border-top-color: rgba(51, 65, 85, 0.72);
}

.entry-content blockquote {
  border-color: rgba(51, 65, 85, 0.86);
  border-left-color: var(--accent);
  background: rgba(24, 34, 53, 0.88);
  color: var(--text-secondary);
}

.entry-content :not(pre) > code {
  border-color: rgba(67, 83, 107, 0.88);
  background: rgba(21, 32, 49, 0.96);
  color: #dce7fb;
}

.entry-content pre {
  border-color: rgba(57, 78, 112, 0.88);
  background: #0a1323;
  color: #dbe4f0;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.05);
}

.entry-content table {
  border-color: rgba(51, 65, 85, 0.82);
  background: rgba(16, 24, 38, 0.96);
  box-shadow: none;
}

.entry-content table th,
.entry-content table td {
  border-bottom-color: rgba(51, 65, 85, 0.7);
}

.entry-content table th {
  background: rgba(24, 34, 53, 0.96);
  color: var(--text);
}

.entry-content table td {
  color: var(--text-secondary);
}

.entry-content figure figcaption,
.entry-content .cap1 {
  color: var(--text-muted);
}

.entry-content figure.fileblock {
  border-color: rgba(51, 65, 85, 0.82);
  background: rgba(20, 30, 47, 0.94);
}

.entry-content figure.fileblock .filename,
.entry-content figure.fileblock .name {
  color: var(--text);
}

.entry-content figure.fileblock .size {
  color: var(--text-muted);
}

.entry-content .protected_form input {
  border-color: rgba(51, 65, 85, 0.82);
  background: rgba(10, 17, 28, 0.94);
  color: var(--text);
}

.tags,
.related-articles,
.comments {
  border-top-color: rgba(51, 65, 85, 0.7);
}

#tt-body-tag .post-header + .tags {
  border-top: 0;
}

.tags a,
.pagination a,
.sidebar .social-channel a,
#footer .page-top,
.comment-list .tt_more_preview_comments_text {
  border-color: rgba(51, 65, 85, 0.78);
  background: rgba(18, 27, 42, 0.88);
  color: var(--text-muted);
}

.tags a:hover,
.tags a:focus,
.pagination a:hover,
.pagination a:focus,
.pagination .selected,
.sidebar .social-channel a:hover,
.sidebar .social-channel a:focus,
#footer .page-top:hover,
#footer .page-top:focus {
  border-color: rgba(106, 143, 216, 0.32);
  background: rgba(28, 42, 64, 0.96);
  color: var(--text);
}

.comment-list > ul > li,
.comment-list ul li ul {
  border-top-color: rgba(51, 65, 85, 0.72);
}

.comment-list .author-meta .nickname {
  color: var(--text);
}

.comment-list .author-meta .avatar {
  border-color: rgba(51, 65, 85, 0.72);
}

.comment-list .author-meta .control button {
  border-color: rgba(51, 65, 85, 0.76);
  background: rgba(15, 23, 42, 0.94);
  color: var(--text-muted);
}

.comment-list .author-meta .control .link {
  border-color: rgba(51, 65, 85, 0.78);
  background: rgba(11, 19, 34, 0.98);
  box-shadow: var(--shadow-xs);
}

.comment-list .author-meta .control .link a {
  border-top-color: rgba(51, 65, 85, 0.7);
  color: var(--text-secondary);
}

.comment-form {
  border-color: rgba(51, 65, 85, 0.8);
  background: rgba(15, 23, 42, 0.9);
  box-shadow: var(--shadow-xs);
}

.comment-form .field input[type=text],
.comment-form .field input[type=password],
.comment-form textarea {
  border-color: rgba(51, 65, 85, 0.78);
  background: rgba(10, 17, 28, 0.96);
  color: var(--text-secondary);
}

.comment-form .secret label::before {
  border-color: rgba(67, 83, 107, 0.88);
  background: rgba(10, 17, 28, 0.96);
}

.sidebar .sidebar-1,
.sidebar .sidebar-2 {
  border-color: rgba(51, 65, 85, 0.8);
  background: rgba(15, 23, 42, 0.82);
  box-shadow: var(--shadow-xs);
}

.sidebar .category ul li a,
.sidebar .notice a,
.sidebar .recent-comment a {
  color: var(--text-secondary);
}

.sidebar .category ul li ul li ul li {
  color: var(--text-muted);
}

.sidebar .tab-ui .tab-list + .tab-list {
  border-top-color: rgba(51, 65, 85, 0.72);
}

#footer {
  border-top-color: rgba(51, 65, 85, 0.82);
  background: rgba(10, 17, 28, 0.82);
}

#footer .order-menu a {
  color: var(--text-muted);
}

#footer .order-menu a:hover,
#footer .order-menu a:focus {
  color: var(--text);
}

@media screen and (max-width: 767px) {
  #header .util .menu {
    border-color: rgba(51, 65, 85, 0.78);
    background: rgba(15, 23, 42, 0.94);
    box-shadow: var(--shadow-xs);
  }

  #aside {
    background: #0c1422;
    box-shadow: -20px 0 46px rgba(2, 6, 23, 0.58);
  }

  #aside .close {
    border-color: rgba(51, 65, 85, 0.78);
    background: rgba(15, 23, 42, 0.96);
  }
}


#header .util .profile-fixed {
  position: relative;
  z-index: 260;
  flex: 0 0 auto;
}

#header .util .profile-fixed__toggle {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(51, 65, 85, 0.78);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.94);
  box-shadow: var(--shadow-xs);
}

#header .util .profile-fixed__toggle:hover,
#header .util .profile-fixed__toggle:focus,
#header .util .profile-fixed.is-open > .profile-fixed__toggle {
  border-color: rgba(106, 143, 216, 0.46);
}

#header .util .profile-fixed img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

#header .util .profile-fixed__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 280;
  min-width: 168px;
  padding: 8px;
  border: 1px solid rgba(51, 65, 85, 0.82);
  border-radius: 16px;
  background: rgba(11, 19, 34, 0.98);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
}

#header .util .profile-fixed.is-open .profile-fixed__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#header .util .profile-fixed__panel::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 100%;
  width: 14px;
  height: 10px;
}

#header .util .profile-fixed__panel ul {
  display: grid;
  gap: 4px;
}

#header .util .profile-fixed__panel ul li a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 11px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

#header .util .profile-fixed__panel ul li a:hover,
#header .util .profile-fixed__panel ul li a:focus {
  background: rgba(28, 42, 64, 0.96);
  color: var(--text);
}

@media screen and (max-width: 767px) {
  #header .util {
    grid-template-columns: minmax(0, 1fr) 44px 44px;
  }

  #header .util .profile-fixed__panel {
    right: 0;
  }
}

/* ARTICLE-86-REAL-FIX */
.entry-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 26px 0 32px;
  border: 1px solid rgba(83, 104, 136, 0.34);
  border-radius: 18px;
  border-collapse: separate;
  border-spacing: 0;
  background: linear-gradient(180deg, rgba(14, 22, 37, 0.98), rgba(11, 18, 31, 0.98));
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.16);
  white-space: nowrap;
}

.entry-content table th,
.entry-content table td {
  padding: 13px 15px;
  border-bottom: 1px solid rgba(83, 104, 136, 0.18);
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.entry-content table th + th,
.entry-content table td + td {
  border-left: 1px solid rgba(83, 104, 136, 0.14);
}

.entry-content table th {
  background: linear-gradient(180deg, rgba(24, 37, 58, 0.98), rgba(20, 31, 49, 0.98));
  color: #f1f6ff;
}

.entry-content table td {
  color: #d7e1f0;
}

.entry-content table tr:last-child td {
  border-bottom: 0;
}

.entry-content table tr:first-child th:first-child {
  border-top-left-radius: 17px;
}

.entry-content table tr:first-child th:last-child {
  border-top-right-radius: 17px;
}

.entry-content table tr:last-child td:first-child {
  border-bottom-left-radius: 17px;
}

.entry-content table tr:last-child td:last-child {
  border-bottom-right-radius: 17px;
}

.entry-content figure[data-ke-type="opengraph"],
.entry-content .link-card,
.entry-content .link-preview,
.entry-content .opengraph-card,
.entry-content .embed-card {
  margin: 28px 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.entry-content figure[data-ke-type="opengraph"] > a,
.entry-content .link-card > a,
.entry-content .link-preview > a,
.entry-content .opengraph-card > a,
.entry-content .embed-card > a,
.entry-content a[data-source-url] {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: stretch;
  min-height: 126px;
  overflow: hidden;
  border: 1px solid rgba(83, 104, 136, 0.32) !important;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15, 23, 38, 0.98), rgba(11, 18, 31, 0.98)) !important;
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.16) !important;
  color: inherit;
  text-decoration: none;
}

.entry-content figure[data-ke-type="opengraph"] > a:hover,
.entry-content figure[data-ke-type="opengraph"] > a:focus,
.entry-content .link-card > a:hover,
.entry-content .link-card > a:focus,
.entry-content .link-preview > a:hover,
.entry-content .link-preview > a:focus,
.entry-content .opengraph-card > a:hover,
.entry-content .opengraph-card > a:focus,
.entry-content .embed-card > a:hover,
.entry-content .embed-card > a:focus,
.entry-content a[data-source-url]:hover,
.entry-content a[data-source-url]:focus {
  border-color: rgba(112, 145, 199, 0.46) !important;
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.2) !important;
  transform: translateY(-1px);
}

.entry-content figure[data-ke-type="opengraph"] > a:focus-visible,
.entry-content .link-card > a:focus-visible,
.entry-content .link-preview > a:focus-visible,
.entry-content .opengraph-card > a:focus-visible,
.entry-content .embed-card > a:focus-visible,
.entry-content a[data-source-url]:focus-visible {
  outline: 2px solid rgba(138, 171, 225, 0.68);
  outline-offset: 3px;
}

.entry-content figure[data-ke-type="opengraph"] .og-image,
.entry-content .link-card .thumbnail,
.entry-content .link-card .thumb,
.entry-content .link-preview .thumbnail,
.entry-content .opengraph-card .thumbnail,
.entry-content .embed-card .thumbnail,
.entry-content a[data-source-url] .og-image {
  min-width: 0;
  min-height: 126px;
  border-right: 1px solid rgba(83, 104, 136, 0.16);
  background: linear-gradient(135deg, rgba(22, 33, 51, 0.98), rgba(15, 24, 38, 0.98));
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: none !important;
}

.entry-content figure[data-ke-type="opengraph"] .og-image img,
.entry-content .link-card .thumbnail img,
.entry-content .link-card .thumb img,
.entry-content .link-preview .thumbnail img,
.entry-content .opengraph-card .thumbnail img,
.entry-content .embed-card .thumbnail img,
.entry-content a[data-source-url] .og-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-content figure[data-ke-type="opengraph"] .og-text,
.entry-content .link-card .content,
.entry-content .link-card .details,
.entry-content .link-preview .content,
.entry-content .opengraph-card .content,
.entry-content .embed-card .content,
.entry-content a[data-source-url] .og-text {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
  padding: 17px 18px;
  background: transparent !important;
}

.entry-content figure[data-ke-type="opengraph"] .og-title,
.entry-content .link-card .title,
.entry-content .link-preview .title,
.entry-content .opengraph-card .title,
.entry-content .embed-card .title,
.entry-content a[data-source-url] .og-title {
  display: -webkit-box;
  overflow: hidden;
  color: #f3f7ff !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.entry-content figure[data-ke-type="opengraph"] .og-desc,
.entry-content .link-card .desc,
.entry-content .link-card .description,
.entry-content .link-card .excerpt,
.entry-content .link-preview .desc,
.entry-content .opengraph-card .desc,
.entry-content .embed-card .desc,
.entry-content a[data-source-url] .og-desc,
.entry-content figure[data-ke-type="opengraph"] .og-text p:not(.og-title):not(.og-host),
.entry-content a[data-source-url] .og-text p:not(.og-title):not(.og-host) {
  display: -webkit-box;
  overflow: hidden;
  color: #cfdced !important;
  font-size: 0.92rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.entry-content figure[data-ke-type="opengraph"] .og-host,
.entry-content .link-card .site-name,
.entry-content .link-card .domain,
.entry-content .link-card .provider,
.entry-content .link-preview .site-name,
.entry-content .opengraph-card .site-name,
.entry-content .embed-card .site-name,
.entry-content a[data-source-url] .og-host {
  color: #95aac9 !important;
  font-size: 0.82rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .entry-content figure[data-ke-type="opengraph"] > a,
  .entry-content .link-card > a,
  .entry-content .link-preview > a,
  .entry-content .opengraph-card > a,
  .entry-content .embed-card > a,
  .entry-content a[data-source-url] {
    grid-template-columns: 1fr;
  }

  .entry-content figure[data-ke-type="opengraph"] .og-image,
  .entry-content .link-card .thumbnail,
  .entry-content .link-card .thumb,
  .entry-content .link-preview .thumbnail,
  .entry-content .opengraph-card .thumbnail,
  .entry-content .embed-card .thumbnail,
  .entry-content a[data-source-url] .og-image {
    min-height: 172px;
    border-right: 0;
    border-bottom: 1px solid rgba(83, 104, 136, 0.16);
  }

  .entry-content figure[data-ke-type="opengraph"] .og-text,
  .entry-content .link-card .content,
  .entry-content .link-card .details,
  .entry-content .link-preview .content,
  .entry-content .opengraph-card .content,
  .entry-content .embed-card .content,
  .entry-content a[data-source-url] .og-text {
    padding: 16px 16px 17px;
  }
}
/* ARTICLE-86-TABLE-FINAL */
.entry-content table {
  display: table;
  width: auto;
  max-width: 100%;
  margin: 26px auto 32px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  white-space: normal;
  border: 1px solid rgba(96, 120, 156, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(14, 21, 35, 0.98), rgba(10, 16, 28, 0.98));
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.12);
}

.entry-content table th,
.entry-content table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(96, 120, 156, 0.12);
  vertical-align: middle;
  white-space: normal;
}

.entry-content table th + th,
.entry-content table td + td {
  border-left: 1px solid rgba(96, 120, 156, 0.1);
}

.entry-content table th {
  background: linear-gradient(180deg, rgba(24, 36, 57, 0.96), rgba(19, 30, 48, 0.96));
  color: #f3f7ff;
}

.entry-content table td {
  background: rgba(10, 16, 28, 0.92);
  color: #dbe6f7;
}

.entry-content table tr:last-child td {
  border-bottom: 0;
}

.entry-content table tr:first-child th:first-child {
  border-top-left-radius: 18px;
}

.entry-content table tr:first-child th:last-child {
  border-top-right-radius: 18px;
}

.entry-content table th:first-child,
.entry-content table td:first-child {
  min-width: 124px;
  white-space: nowrap;
}

.entry-content table th:last-child,
.entry-content table td:last-child {
  min-width: 320px;
}

@media screen and (max-width: 767px) {
  .entry-content table {
    display: block;
    width: 100%;
    margin: 22px 0 28px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .entry-content table th,
  .entry-content table td {
    padding: 12px 14px;
    white-space: nowrap;
  }

  .entry-content table th:first-child,
  .entry-content table td:first-child,
  .entry-content table th:last-child,
  .entry-content table td:last-child {
    min-width: 0;
  }
}
/* HOME HERO TONE DOWN FIX */
#container .main-slider {
  background:
    radial-gradient(circle at top left, rgba(106, 143, 216, 0.12), transparent 26%),
    linear-gradient(135deg, #08111f 0%, #0d1728 54%, #121d31 100%) !important;
}

#container .main-slider ul li {
  position: relative;
  isolation: isolate;
  background-color: #09111d !important;
}

#container .main-slider ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(4, 8, 15, 0.30), rgba(4, 8, 15, 0.72)),
    linear-gradient(118deg, rgba(4, 8, 15, 0.88) 0%, rgba(7, 12, 22, 0.74) 48%, rgba(7, 12, 22, 0.34) 100%);
}

#container .main-slider ul li > a,
#container .main-slider ul li > span.inner,
#container .main-slider ul li .inner,
#container .main-slider ul li .box {
  position: relative;
  z-index: 1;
}

#container .main-slider ul li .box {
  display: grid;
  gap: 14px;
  max-width: min(760px, calc(100% - 48px));
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(96, 120, 156, 0.24);
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(9, 15, 27, 0.88), rgba(11, 19, 34, 0.70)) !important;
  box-shadow: 0 24px 54px rgba(2, 6, 23, 0.24);
  backdrop-filter: blur(12px);
}

#container .main-slider ul li .text,
#container .main-slider ul li h1,
#container .main-slider ul li h2,
#container .main-slider ul li h3,
#container .main-slider ul li strong {
  color: #eef4fb !important;
}

#container .main-slider ul li p,
#container .main-slider ul li .desc,
#container .main-slider ul li .summary,
#container .main-slider ul li small,
#container .main-slider ul li .meta {
  color: #b7c4d8 !important;
}

#container .main-slider ul li img {
  opacity: 0.88;
  filter: saturate(0.86) brightness(0.92);
}

#container .main-slider ul li .btn {
  border: 1px solid rgba(129, 158, 204, 0.28);
  background: linear-gradient(135deg, rgba(18, 29, 45, 0.96), rgba(14, 24, 39, 0.96)) !important;
  color: #eef4fb !important;
  box-shadow: 0 16px 34px rgba(3, 8, 18, 0.26);
}

#container .main-slider ul li .btn:hover,
#container .main-slider ul li .btn:focus,
#container .main-slider ul li a:hover .btn,
#container .main-slider ul li a:focus .btn {
  border-color: rgba(151, 180, 224, 0.40);
  background: linear-gradient(135deg, #6488d2, #4867a5) !important;
  color: #f8fbff !important;
}

@media screen and (max-width: 767px) {
  #container .main-slider ul li .box {
    max-width: 100%;
    padding: 22px 20px;
    border-radius: 22px;
  }
}
/* ARTICLE-86 */

/* NAMECARD-CLEAN-FINAL */
[data-tistory-react-app="Namecard"] {
  display: block;
  margin: 28px 0 !important;
}

[data-tistory-react-app="Namecard"] .tt_box_namecard {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  padding: 24px 28px !important;
  border: 1px solid rgba(92, 122, 170, 0.24) !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(10, 17, 28, 0.98), rgba(12, 22, 38, 0.96)) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

[data-tistory-react-app="Namecard"] .tt_box_namecard::before,
[data-tistory-react-app="Namecard"] .tt_box_namecard::after {
  content: none !important;
  display: none !important;
}

[data-tistory-react-app="Namecard"] .tt_cont {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

[data-tistory-react-app="Namecard"] .tt_cont::before {
  content: none !important;
  display: none !important;
}

[data-tistory-react-app="Namecard"] .tt_tit_cont,
[data-tistory-react-app="Namecard"] .tt_tit_cont:visited {
  display: block !important;
  margin: 0 0 8px 0 !important;
  color: #f4f8ff !important;
  font-size: 1.36rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

[data-tistory-react-app="Namecard"] .tt_desc,
[data-tistory-react-app="Namecard"] .tt_desc:visited {
  display: block !important;
  max-width: 620px !important;
  color: #c3d2e8 !important;
  font-size: 0.98rem !important;
  line-height: 1.7 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

[data-tistory-react-app="Namecard"] .tt_tit_cont:hover,
[data-tistory-react-app="Namecard"] .tt_tit_cont:focus,
[data-tistory-react-app="Namecard"] .tt_desc:hover,
[data-tistory-react-app="Namecard"] .tt_desc:focus {
  color: #ffffff !important;
}

[data-tistory-react-app="Namecard"] .tt_wrap_thumb {
  flex: 0 0 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  border: 1px solid rgba(96, 120, 156, 0.22) !important;
  border-radius: 50% !important;
  background: rgba(235, 240, 247, 0.96) !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none !important;
}

[data-tistory-react-app="Namecard"] .tt_wrap_thumb::before,
[data-tistory-react-app="Namecard"] .tt_wrap_thumb::after {
  content: none !important;
  display: none !important;
}

[data-tistory-react-app="Namecard"] .tt_thumb_g {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background-position: 50% 50% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}

[data-tistory-react-app="Namecard"] .tt_box_namecard:hover,
[data-tistory-react-app="Namecard"] .tt_box_namecard:focus-within {
  border-color: rgba(118, 149, 198, 0.34) !important;
  box-shadow: none !important;
  transform: none !important;
}

[data-tistory-react-app="Namecard"] .tt_box_namecard:hover .tt_wrap_thumb,
[data-tistory-react-app="Namecard"] .tt_box_namecard:focus-within .tt_wrap_thumb {
  border-color: rgba(118, 149, 198, 0.30) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* readability cleanup */
.comment-list,
.comment-list p,
.comment-list li,
.comment-list .desc,
.comment-list .text,
.comment-list .comment-content {
  color: #d7e2f0 !important;
}

.comment-list .author-meta,
.comment-list .date,
.comment-list .time,
.comment-list .reply,
.comment-list .secret,
.comment-list .meta {
  color: #aebed5 !important;
}

.comment-list .author-meta .nickname,
.comment-list .name,
.comment-list .writer,
.comment-list strong,
.comment-list b {
  color: #eef4ff !important;
}

.recent-comment a,
.sidebar .notice a,
.sidebar .category ul li ul li ul li,
.entry-content .cap1,
.entry-content figure figcaption {
  color: #aebed5 !important;
}

@media screen and (max-width: 767px) {
  [data-tistory-react-app="Namecard"] .tt_box_namecard {
    padding: 20px 18px !important;
    gap: 16px !important;
    border-radius: 18px !important;
  }

  [data-tistory-react-app="Namecard"] .tt_tit_cont,
  [data-tistory-react-app="Namecard"] .tt_tit_cont:visited {
    font-size: 1.14rem !important;
  }

  [data-tistory-react-app="Namecard"] .tt_desc,
  [data-tistory-react-app="Namecard"] .tt_desc:visited {
    font-size: 0.92rem !important;
  }

  [data-tistory-react-app="Namecard"] .tt_wrap_thumb {
    flex-basis: 52px !important;
    width: 52px !important;
    height: 52px !important;
  }

  [data-tistory-react-app="Namecard"] .tt_thumb_g {
    width: 30px !important;
    height: 30px !important;
  }
}

.comment-list .author-meta .tt-link-user,
.comment-list .author-meta a.tt-link-user,
.comment-list .tt-link-user,
a.tt-link-user,
.comment-form .tt_txt_user,
.comment-list .tt_txt_user,
span.tt_txt_user {
  color: #eef4ff !important;
  opacity: 1 !important;
}

.comment-list .author-meta .tt-link-user:visited,
.comment-list .author-meta a.tt-link-user:visited,
.comment-list .tt-link-user:visited,
a.tt-link-user:visited {
  color: #eef4ff !important;
}

.comment-list .author-meta .tt-link-user:hover,
.comment-list .author-meta a.tt-link-user:hover,
.comment-list .tt-link-user:hover,
a.tt-link-user:hover,
.comment-list .author-meta .tt-link-user:focus,
.comment-list .author-meta a.tt-link-user:focus,
.comment-list .tt-link-user:focus,
a.tt-link-user:focus {
  color: #ffffff !important;
}
#aside {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

#aside .sidebar-1 {
  display: block !important;
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 18px 22px 14px !important;
}

#aside .sidebar-1 > * {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

#aside .sidebar-1 .category.panel {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#aside .sidebar-1 .tt_category,
#aside .sidebar-1 .tt_category > ul,
#aside .sidebar-1 .category > ul,
#aside .sidebar-1 .category ul {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

#aside .sidebar-1 .category ul li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

#aside .sidebar-1 .category ul li + li {
  margin-top: 2px !important;
}

#aside .sidebar-1 .category ul li a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 5px 0 !important;
  line-height: 1.45 !important;
}

#aside .sidebar-1 .category ul li ul {
  padding-top: 0 !important;
}

#aside .sidebar-1 .category ul li ul li {
  margin-top: 0 !important;
}

/* SIDEBAR CATEGORY PANEL FINAL */
#aside {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

#aside .sidebar-1 {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

#aside .sidebar-1 > * {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

#aside .sidebar-1 .category.panel {
  display: block !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(51, 65, 85, 0.8) !important;
  border-radius: var(--radius-lg) !important;
  background: rgba(15, 23, 42, 0.82) !important;
  box-shadow: var(--shadow-xs) !important;
  backdrop-filter: blur(12px) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

#aside .sidebar-1 .category > ul,
#aside .sidebar-1 .category ul,
#aside .sidebar-1 .tt_category,
#aside .sidebar-1 .tt_category > ul {
  margin: 0 !important;
  padding: 0 !important;
}

#aside .sidebar-1 .category ul li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

#aside .sidebar-1 .category ul li + li {
  margin-top: 6px !important;
}

#aside .sidebar-1 .category ul li a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  max-width: 100% !important;
  padding: 6px 0 !important;
  line-height: 1.45 !important;
}

#aside .sidebar-1 .category ul li ul {
  width: 100% !important;
  padding-top: 2px !important;
}

#aside .sidebar-1 .category ul li ul li {
  margin-top: 0 !important;
}

#aside .sidebar-1 .category .c_cnt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 28px !important;
  height: 22px !important;
  margin-left: 8px !important;
  padding: 0 8px !important;
  border: 1px solid rgba(106, 143, 216, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(106, 143, 216, 0.12) !important;
  color: #dfe9f9 !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

@media screen and (max-width: 767px) {
  #aside .sidebar-1 .category.panel {
    padding: 18px !important;
  }
}


/* SIDEBAR RECENT COMMENT FINAL */
#aside .sidebar-1 {
  display: block !important;
}

#aside .sidebar-1 .recent-comment.panel {
  display: block !important;
  margin-top: 18px !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(51, 65, 85, 0.8) !important;
  border-radius: var(--radius-lg) !important;
  background: rgba(15, 23, 42, 0.82) !important;
  box-shadow: var(--shadow-xs) !important;
  backdrop-filter: blur(12px) !important;
}

#aside .sidebar-1 .recent-comment__list {
  margin: 0 !important;
  padding: 0 !important;
}

#aside .sidebar-1 .recent-comment__list li {
  margin: 0 !important;
  padding: 0 !important;
}

#aside .sidebar-1 .recent-comment__list li + li {
  margin-top: 8px !important;
}

#aside .sidebar-1 .recent-comment a {
  display: block !important;
  padding: 8px 0 !important;
  color: var(--text-secondary) !important;
  line-height: 1.7 !important;
  overflow-wrap: anywhere !important;
}

#aside .sidebar-1 .recent-comment a:hover,
#aside .sidebar-1 .recent-comment a:focus {
  color: var(--accent) !important;
}

#aside .sidebar-1 .recent-comment__empty {
  display: none;
  padding: 8px 0 0 !important;
  color: var(--text-soft) !important;
  font-size: 0.88rem !important;
  line-height: 1.6 !important;
}

#aside .sidebar-1 .recent-comment.is-empty .recent-comment__empty {
  display: block !important;
}

@media screen and (max-width: 767px) {
  #aside .sidebar-1 .recent-comment.panel {
    padding: 18px !important;
  }
}



/* COMMENT READABILITY HARD OVERRIDE */
.comments,
.tt-comments-wrap,
.comment-list,
.comment-list > ul,
.comment-list > ul > li,
.comment-list ul li ul,
.comment-list ul li ul li {
  color: #e4ecf8 !important;
}

.comments *:not(input):not(textarea):not(button):not(select):not(option),
.tt-comments-wrap *:not(input):not(textarea):not(button):not(select):not(option),
.comment-list *:not(input):not(textarea):not(button):not(select):not(option) {
  color: inherit !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.comment-list,
.comment-list p,
.comment-list li,
.comment-list div,
.comment-list span,
.comment-list em,
.comment-list strong,
.comment-list b,
.comment-list small,
.comment-list .desc,
.comment-list .text,
.comment-list .comment-content,
.comment-list .comment-content *,
.comment-list .tt_more_preview_comments_text,
.tt-comments-wrap [class*="comment"],
.tt-comments-wrap [class*="comment"] * {
  color: #dfe8f7 !important;
  opacity: 1 !important;
}

.comment-list .author-meta,
.comment-list .author-meta *,
.comment-list .date,
.comment-list .time,
.comment-list .reply,
.comment-list .meta,
.comment-list .meta *,
.comment-list .control,
.comment-list .control *,
.comment-list .secret,
.comment-list .secret *,
.comment-form .secret,
.comment-form .secret *,
.comment-form label {
  color: #b7c7de !important;
  opacity: 1 !important;
}

.comment-list .author-meta .nickname,
.comment-list .author-meta .name,
.comment-list .author-meta .writer,
.comment-list .author-meta .tt-link-user,
.comment-list .author-meta a.tt-link-user,
.comment-list .tt-link-user,
.comment-list strong,
.comment-list b {
  color: #f2f7ff !important;
}

.comment-list a,
.comment-list a *,
.tt-comments-wrap a,
.tt-comments-wrap a *,
.comments a,
.comments a * {
  color: #eef4ff !important;
  opacity: 1 !important;
}

.comment-list a:hover,
.comment-list a:hover *,
.comment-list a:focus,
.comment-list a:focus *,
.tt-comments-wrap a:hover,
.tt-comments-wrap a:hover *,
.tt-comments-wrap a:focus,
.tt-comments-wrap a:focus * {
  color: #ffffff !important;
}

.comment-list .author-meta .control .link,
.comment-list .author-meta .control .link a {
  color: #dfe8f7 !important;
}

.comment-list .author-meta .control button::before {
  color: #b7c7de !important;
}

.comment-form input[type=text],
.comment-form input[type=password],
.comment-form textarea {
  color: #e7edf6 !important;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #93a6c2 !important;
}
