@charset "UTF-8";

.not-found {
  margin-top: .5rem;
  display: block;
  width: 100%
}

.not-found .result {
  display: none
}

.not-found .desc {
  display: flex;
  flex-direction: column;
  gap: .25rem
}

.not-found .desc li {
  position: relative;
  padding-left: .75rem;
  font-size: .9375rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.not-found .desc li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-300) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

#tt-body-search .not-found .search,
#tt-body-tag .not-found .tag,
#tt-body-category .not-found .category,
#tt-body-archive .not-found .archive {
  display: flex
}

[data-title=pagination-page-num-list]>a {
  font-size: 0
}

[data-title=pagination-page-num-list]>a>span {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

[data-title=pagination-page-num-list]>a>span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

[data-title=pagination-page-num-list]>a>span:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

[data-title=pagination-page-num-list]>a>span.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

[data-title=pagination-page-num-list]>a>span.selected:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-600) / var(--tw-bg-opacity, 1))
}

.post-featured {
  position: relative;
  height: 12rem;
  width: 100%
}

.post-featured .post-featured-img {
  position: absolute;
  display: block;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%
}

.post-featured .post-featured-img.wide {
  transition-property: opacity;
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width: 768px) {
  .post-featured .post-featured-img.wide {
    opacity: 0
  }
}

.post-featured .post-featured-img.img-show {
  opacity: 1 !important
}

.fade-target {
  position: fixed;
  z-index: 50;
  opacity: 0;
  transition: opacity .4s ease
}

.fade-target.visible {
  opacity: 1
}

.layer_post {
  z-index: 20 !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1)) !important;
  border-radius: .375rem !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.layer_post .btn_mark {
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1)) !important
}

.layer_post .btn_mark:hover,
.layer_post .btn_mark:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1)) !important
}

.layer_post .ico_postbtn.ico_arrbt {
  display: none
}

.comments {
  width: 100%
}

.comments [data-tistory-react-app=Namecard] {
  margin-bottom: 2rem;
  width: 100%;
  display: none
}

.comments .tt_box_namecard {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 8rem;
  width: 100%;
  border-radius: .375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

.comments .tt_box_namecard .tt_cont {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.25rem
}

.comments .tt_box_namecard .tt_cont .tt_tit_cont {
  width: -moz-fit-content;
  width: fit-content;
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

.comments .tt_box_namecard .tt_cont .tt_desc {
  margin-top: .5rem;
  margin-bottom: auto;
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.comments .tt_box_namecard .tt_wrap_thumb {
  margin: 1.25rem;
  border-radius: 9999px
}

.comments .tt_box_namecard .tt_btn_subscribe {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-jq-400) / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1)) !important
}

.comments .tt_box_namecard .tt_btn_subscribe:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1)) !important
}

.comments .tt_box_namecard .tt_btn_subscribe:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-jq-800) / var(--tw-bg-opacity, 1)) !important
}

.comments .tt_box_namecard .tt_btn_subscribe {
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: .375rem !important;
  border-style: none !important;
  display: none
}

.comments .tt_box_namecard .tt_btn_subscribe .tt_txt_g {
  color: inherit
}

.comments .tt_box_namecard .tt_btn_subscribe .tt_ico_cross {
  display: none
}

.comments .tt_box_namecard .tt_btn_subscribe.type2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1)) !important
}

.comments .tt_box_namecard .tt_btn_subscribe.type2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-jq-800) / var(--tw-bg-opacity, 1)) !important
}

.comments .tt_box_namecard .tt_btn_subscribe.type2 {
  display: inline-block !important;
  border-radius: .375rem !important;
  border-style: none !important
}

.comments .tt_box_namecard .tt_btn_subscribe.type2 .tt_ico_check {
  display: none
}

#tt-body-page .container_postbtn {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem
}

#tt-body-page .container_postbtn .btn_post {
  display: flex;
  height: 2.25rem;
  min-width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: .75rem;
  padding-right: .75rem;
  border-radius: .375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px
}

#tt-body-page .container_postbtn .btn_post:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

#tt-body-page .container_postbtn .btn_post .ico_like {
  margin-top: .125rem;
  margin-right: 0
}

#tt-body-page .container_postbtn .postbtn_like {
  position: relative;
  float: none;
  display: flex;
  gap: .5rem;
  border-width: 0px;
  padding: 0
}

#tt-body-page .container_postbtn .postbtn_like [data-tistory-react-app] {
  display: inline-flex
}

#tt-body-page .container_postbtn .postbtn_like .wrap_btn {
  float: none
}

#tt-body-page .container_postbtn .postbtn_like .wrap_btn .uoc-icon {
  display: flex;
  align-items: center;
  gap: .5rem
}

#tt-body-page .container_postbtn .postbtn_like .wrap_btn .txt_like {
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
  font-weight: 500
}

#tt-body-page .container_postbtn .postbtn_like+.btn_subscription {
  display: flex;
  height: 2.25rem;
  min-width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: .75rem;
  padding-right: .75rem;
  margin-left: .5rem;
  border-radius: .375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px
}

#tt-body-page .container_postbtn .postbtn_like+.btn_subscription:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

#tt-body-page .container_postbtn .postbtn_like+.btn_subscription {
  border-width: 0px
}

#tt-body-page .container_postbtn .postbtn_like+.btn_subscription.following {
  display: flex;
  height: 2.25rem;
  min-width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  padding-left: .75rem;
  padding-right: .75rem;
  border-radius: .375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px
}

#tt-body-page .container_postbtn .postbtn_like+.btn_subscription.following:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

#tt-body-page .container_postbtn .postbtn_like+.btn_subscription.following {
  border-width: 0px
}

#tt-body-page .container_postbtn .postbtn_like+.btn_subscription.following .img_common_tistory.ico_check_type1 {
  margin: 0 !important
}

#tt-body-page .container_postbtn .postbtn_like+.btn_subscription .txt_state {
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
  font-weight: 500 !important
}

#tt-body-page [data-tistory-react-app=Namecard]+div {
  width: 100%;
  display: block;
  position: relative
}

#tt-body-page blockquote[data-ke-style=style1] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-left-width: 4px;
  border-style: solid;
  border-left-color: rgb(var(--color-primary) / .7);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  background-image: none;
  padding: 1.25rem 2rem;
  text-align: left;
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

#tt-body-page blockquote[data-ke-style=style1]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

#tt-body-page blockquote[data-ke-style=style2] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-left-width: 4px;
  border-style: solid;
  border-left-color: #fb923cb3;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  background-image: none;
  padding: 1.25rem 2rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

#tt-body-page blockquote[data-ke-style=style2]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

#tt-body-page blockquote[data-ke-style=style3] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  background-image: none;
  padding: 1.25rem 2rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

#tt-body-page blockquote[data-ke-style=style3]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

#tt-body-page *[style*="background-color: #ffffff;"],
#tt-body-page *[style*="background-color: #fcfcfc;"],
#tt-body-page *[style*="background-color: #f8f8f8;"] {
  background-color: transparent !important
}

#tt-body-page *[style*="color: #000000;"],
#tt-body-page *[style*="color: #1f2328;"],
#tt-body-page *[style*="color: #333333;"],
#tt-body-page *[style*="color: #666666;"] {
  color: inherit !important
}

#tt-body-page *[style*="font-family: 'Noto Serif KR';"] {
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important
}

#tt-body-page .contents_style h2,
#tt-body-page .contents_style h3,
#tt-body-page .contents_style h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

#tt-body-page h2,
#tt-body-page h3,
#tt-body-page h4,
#tt-body-page p {
  scroll-margin: 4rem
}

#tt-body-page h2[data-ke-size] {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: -.025em
}

#tt-body-page h3[data-ke-size] {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -.025em
}

#tt-body-page h4[data-ke-size] {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500
}

#article-editor .contents_style {
  padding-top: 2rem
}

#article-editor #article-editor p+p,
#article-editor p {
  margin-bottom: 1rem
}

#article-editor h2+h2,
#article-editor h3+h3,
#article-editor h4+h4 {
  margin-top: 0
}

#article-editor p[data-ke-size=size18] {
  font-size: 1.125rem;
  line-height: 1.75rem
}

#article-editor p[data-ke-size=size16],
#article-editor p[data-ke-size=size14] {
  font-size: .9375rem;
  line-height: 1.75rem
}

#article-editor table {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1));
  border-top-width: 1px;
  font-size: .9375rem;
  line-height: 1.5rem
}

/* Disable horizontal table scrolling in post content */
#article-editor figure[data-ke-type=table],
#article-editor figure[data-ke-type=table] .table-wrap,
#article-editor .table-overflow {
  overflow: visible !important;
  max-width: 100% !important;
}

#article-editor table {
  table-layout: fixed;
}

#article-editor table th,
#article-editor table td {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

#article-editor table thead tr th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1));
  padding: .5rem .75rem
}

#article-editor table tbody tr td {
  min-height: 2.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1));
  padding: .75rem 1rem !important;
  border-right-width: 0px;
  border-left-width: 0px
}

#article-editor table[data-ke-style=style1] thead tr th,
#article-editor table[data-ke-style=style2] thead tr th,
#article-editor table[data-ke-style=style3] thead tr th {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1))
}

#article-editor table[data-ke-style=style4] tbody tr:nth-child(2n) td,
#article-editor table[data-ke-style=style5] tbody tr:nth-child(2n) td,
#article-editor table[data-ke-style=style6] tbody tr:nth-child(2n) td,
#article-editor table[data-ke-style=style7] tbody tr:nth-child(2n) td {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

#article-editor table[data-ke-style=style8],
#article-editor table[data-ke-style=style9],
#article-editor table[data-ke-style=style10],
#article-editor table[data-ke-style=style11] {
  border-left-width: 0px;
  border-top-width: 0px
}

#article-editor table[data-ke-style=style8] thead tr th,
#article-editor table[data-ke-style=style9] thead tr th,
#article-editor table[data-ke-style=style10] thead tr th,
#article-editor table[data-ke-style=style11] thead tr th {
  border-right-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1));
  font-weight: 500
}

#article-editor table[data-ke-style=style8] tbody tr:first-child td,
#article-editor table[data-ke-style=style9] tbody tr:first-child td,
#article-editor table[data-ke-style=style10] tbody tr:first-child td,
#article-editor table[data-ke-style=style11] tbody tr:first-child td {
  border-top-width: 0px;
  border-bottom-width: 1px;
  font-weight: 600
}

#article-editor table[data-ke-style=style8] tbody tr td,
#article-editor table[data-ke-style=style9] tbody tr td,
#article-editor table[data-ke-style=style10] tbody tr td,
#article-editor table[data-ke-style=style11] tbody tr td {
  border-right-width: 0px
}

#article-editor table[data-ke-style=style12] thead tr th,
#article-editor table[data-ke-style=style13] thead tr th,
#article-editor table[data-ke-style=style14] thead tr th,
#article-editor table[data-ke-style=style15] thead tr th {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  font-weight: 500;
  border-left-width: 0px !important;
  border-top-width: 0px !important
}

#article-editor table[data-ke-style=style12] tbody tr:first-child,
#article-editor table[data-ke-style=style13] tbody tr:first-child,
#article-editor table[data-ke-style=style14] tbody tr:first-child,
#article-editor table[data-ke-style=style15] tbody tr:first-child {
  border-left-width: 0px !important;
  border-top-width: 0px !important;
  border-color: transparent !important;
  background-color: rgb(var(--color-jq-700) / .5);
  font-weight: 500
}

#article-editor table[data-ke-style=style12] tbody tr:first-child td,
#article-editor table[data-ke-style=style13] tbody tr:first-child td,
#article-editor table[data-ke-style=style14] tbody tr:first-child td,
#article-editor table[data-ke-style=style15] tbody tr:first-child td {
  background-color: transparent;
  color: inherit
}

#article-editor table[data-ke-style=style12] tbody tr:not(:first-child) td,
#article-editor table[data-ke-style=style13] tbody tr:not(:first-child) td,
#article-editor table[data-ke-style=style14] tbody tr:not(:first-child) td,
#article-editor table[data-ke-style=style15] tbody tr:not(:first-child) td {
  background-color: transparent
}

#article-editor table[data-ke-style=style12] tbody tr:not(:first-child) td:first-child,
#article-editor table[data-ke-style=style13] tbody tr:not(:first-child) td:first-child,
#article-editor table[data-ke-style=style14] tbody tr:not(:first-child) td:first-child,
#article-editor table[data-ke-style=style15] tbody tr:not(:first-child) td:first-child {
  font-weight: 500
}

#article-editor table[data-ke-style=style16] {
  border-left-width: 0;
  border-top-width: 0
}

#article-editor table[data-ke-style=style16] thead tr th,
#article-editor table[data-ke-style=style16] tbody tr td {
  border-right-width: 0;
  border-bottom-width: 0
}

#article-editor ul,
#article-editor ol {
  margin-top: .75rem;
  margin-bottom: .75rem;
  padding-left: 1rem;
  font-size: .9375rem;
  line-height: 1.75rem
}

#article-editor ul li,
#article-editor ol li {
  color: inherit
}

#article-editor ul {
  list-style-type: disc
}

#article-editor ol {
  list-style-type: decimal
}

#article-editor hr[data-ke-style=style1] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 1px;
  width: 100%;
  background-image: none;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-line) / var(--tw-bg-opacity, 1))
}

#article-editor a[href] {
  text-decoration-line: underline;
  text-decoration-color: rgb(var(--color-primary) / 1);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px
}

#article-editor a[href]:hover {
  text-decoration-thickness: 2px
}

#article-editor blockquote,
#article-editor blockquote p {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

#article-editor figure {
  margin-top: .25rem;
  margin-bottom: 1rem
}

#article-editor figure.fileblock {
  width: 470px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1))
}

@media (max-width: 600px) {
  #article-editor figure.fileblock {
    width: 80%
  }
}

#article-editor figure.fileblock .image {
  margin-top: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-200) / var(--tw-bg-opacity, 1));
  background-image: none;
  background-position: center;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-archive-icon%20lucide-archive'%3e%3crect%20width='20'%20height='5'%20x='2'%20y='3'%20rx='1'/%3e%3cpath%20d='M4%208v11a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V8'/%3e%3cpath%20d='M10%2012h4'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-archive-icon%20lucide-archive'%3e%3crect%20width='20'%20height='5'%20x='2'%20y='3'%20rx='1'/%3e%3cpath%20d='M4%208v11a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V8'/%3e%3cpath%20d='M10%2012h4'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain
}

#article-editor figure.fileblock a {
  height: 69px
}

#article-editor figure.fileblock a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

#article-editor figure.fileblock a .desc .filename .name {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

#article-editor figure.fileblock a .desc .size {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

#article-editor figure.fileblock a:after {
  margin-top: .25rem;
  width: 1.25rem;
  height: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-200) / var(--tw-bg-opacity, 1));
  background-image: none;
  background-position: center;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-download-icon%20lucide-download'%3e%3cpath%20d='M21%2015v4a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-4'/%3e%3cpolyline%20points='7%2010%2012%2015%2017%2010'/%3e%3cline%20x1='12'%20x2='12'%20y1='15'%20y2='3'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-download-icon%20lucide-download'%3e%3cpath%20d='M21%2015v4a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-4'/%3e%3cpolyline%20points='7%2010%2012%2015%2017%2010'/%3e%3cline%20x1='12'%20x2='12'%20y1='15'%20y2='3'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain
}

#article-editor figure[data-ke-type=opengraph] a {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1))
}

#article-editor figure[data-ke-type=opengraph] a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

#article-editor figure[data-ke-type=opengraph] a div.og-image {
  border-width: 0px
}

#article-editor figure[data-ke-type=opengraph] a div.og-text .og-title {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

#article-editor figure[data-ke-type=opengraph] a div.og-text .og-desc,
#article-editor figure[data-ke-type=opengraph] a div.og-text .og-host {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

#article-editor [data-ke-type=moreLess] {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: transparent !important
}

#article-editor [data-ke-type=moreLess]:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-line) / var(--tw-bg-opacity, 1))
}

#article-editor [data-ke-type=moreLess] a.btn-toggle-moreless {
  position: relative;
  z-index: 10;
  display: flex;
  height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: .25rem;
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1;
  font-weight: 600;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

#article-editor [data-ke-type=moreLess] a.btn-toggle-moreless:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

#article-editor [data-ke-type=moreLess] a.btn-toggle-moreless:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-200) / var(--tw-bg-opacity, 1));
  background-image: none;
  background-position: center;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-chevron-down-icon%20lucide-chevron-down'%3e%3cpath%20d='m6%209%206%206%206-6'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-chevron-down-icon%20lucide-chevron-down'%3e%3cpath%20d='m6%209%206%206%206-6'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain
}

#article-editor [data-ke-type=moreLess] .moreless-content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

#article-editor [data-ke-type=moreLess].open .btn-toggle-moreless:after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-200) / var(--tw-bg-opacity, 1));
  background-image: none;
  background-position: center;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-chevron-up-icon%20lucide-chevron-up'%3e%3cpath%20d='m18%2015-6-6-6%206'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-chevron-up-icon%20lucide-chevron-up'%3e%3cpath%20d='m18%2015-6-6-6%206'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain
}

#article-editor pre #article-editor pre:has(code) {
  position: relative;
  display: block
}

#article-editor pre:has(code):after {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  cursor: pointer;
  border-radius: .375rem;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .375rem;
  text-align: center;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #fffc;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-copy-icon%20lucide-copy'%3e%3crect%20width='14'%20height='14'%20x='8'%20y='8'%20rx='2'%20ry='2'/%3e%3cpath%20d='M4%2016c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h10c1.1%200%202%20.9%202%202'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-copy-icon%20lucide-copy'%3e%3crect%20width='14'%20height='14'%20x='8'%20y='8'%20rx='2'%20ry='2'/%3e%3cpath%20d='M4%2016c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h10c1.1%200%202%20.9%202%202'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor
}

#article-editor pre:has(code).my-active:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-copy-icon%20lucide-copy'%3e%3crect%20width='14'%20height='14'%20x='8'%20y='8'%20rx='2'%20ry='2'/%3e%3cpath%20d='M4%2016c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h10c1.1%200%202%20.9%202%202'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-copy-icon%20lucide-copy'%3e%3crect%20width='14'%20height='14'%20x='8'%20y='8'%20rx='2'%20ry='2'/%3e%3cpath%20d='M4%2016c-1.1%200-2-.9-2-2V4c0-1.1.9-2%202-2h10c1.1%200%202%20.9%202%202'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor
}

#article-editor pre:has(code).my-checked:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-smile-plus-icon%20lucide-smile-plus'%3e%3cpath%20d='M22%2011v1a10%2010%200%201%201-9-10'/%3e%3cpath%20d='M8%2014s1.5%202%204%202%204-2%204-2'/%3e%3cline%20x1='9'%20x2='9.01'%20y1='9'%20y2='9'/%3e%3cline%20x1='15'%20x2='15.01'%20y1='9'%20y2='9'/%3e%3cpath%20d='M16%205h6'/%3e%3cpath%20d='M19%202v6'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-smile-plus-icon%20lucide-smile-plus'%3e%3cpath%20d='M22%2011v1a10%2010%200%201%201-9-10'/%3e%3cpath%20d='M8%2014s1.5%202%204%202%204-2%204-2'/%3e%3cline%20x1='9'%20x2='9.01'%20y1='9'%20y2='9'/%3e%3cline%20x1='15'%20x2='15.01'%20y1='9'%20y2='9'/%3e%3cpath%20d='M16%205h6'/%3e%3cpath%20d='M19%202v6'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor
}

.dark #article-editor .contents_style hr[data-ke-style=style2] {
  height: 19px;
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.dark #article-editor .contents_style hr[data-ke-style=style4] {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.article-content .another_category {
  border-radius: .375rem;
  border-style: none;
  padding: 1rem 1.25rem .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.article-content .another_category h4 {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1)) !important;
  margin: 0 !important;
  font-size: .9375rem !important;
  font-weight: 500 !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--color-jq-600) / var(--tw-border-opacity, 1)) !important;
  padding-bottom: 1rem !important
}

.article-content .another_category h4:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1)) !important
}

.article-content .another_category h4 a[href] {
  font-weight: 500 !important;
  color: inherit !important;
  text-decoration-line: none !important
}

.article-content .another_category h4 a[href]:hover {
  text-underline-offset: 2px !important
}

.article-content .another_category h4 a[href]:hover:hover {
  text-decoration-line: underline !important
}

#article-editor .another_category {
  margin: 0
}

#article-editor .another_category table {
  border-style: none;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-top: .75rem !important
}

#article-editor .another_category table tbody tr th {
  height: 1.75rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: .875rem !important;
  line-height: 1.5rem !important
}

#article-editor .another_category table tbody tr th a[href] {
  font-size: .875rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important
}

#article-editor .another_category table tbody tr th a[href]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1)) !important
}

#article-editor .another_category table tbody tr th a[href] {
  text-decoration-color: inherit !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important
}

#article-editor .another_category table tbody tr th a[href]:hover {
  text-decoration-line: underline !important
}

#article-editor .another_category table tbody tr th a[href] {
  margin-top: .25rem;
  display: inline-block;
  width: 80%;
  min-width: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#article-editor .another_category table tbody tr th span {
  display: none
}

#article-editor .another_category table tbody tr td {
  border-style: none;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: 0 !important
}

*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

:before,
:after {
  --tw-content: ""
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  line-height: inherit
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

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

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp,
small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
fieldset {
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0
}

dialog {
  padding: 0
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}

button,
[role=button] {
  cursor: pointer
}

:disabled {
  cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

[hidden]:where(:not([hidden=until-found])) {
  display: none
}

.\!container {
  width: 100% !important
}

.container {
  width: 100%
}

@media (min-width: 480px) {
  .\!container {
    max-width: 480px !important
  }

  .container {
    max-width: 480px
  }
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important
  }

  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important
  }

  .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important
  }

  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important
  }

  .container {
    max-width: 1280px
  }
}

@media (min-width: 1440px) {
  .\!container {
    max-width: 1440px !important
  }

  .container {
    max-width: 1440px
  }
}

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

.pointer-events-none {
  pointer-events: none
}

.pointer-events-auto {
  pointer-events: auto
}

.visible {
  visibility: visible
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.bottom-0 {
  bottom: 0
}

.bottom-6 {
  bottom: 1.5rem
}

.left-0 {
  left: 0
}

.left-6 {
  left: 1.5rem
}

.right-0 {
  right: 0
}

.right-20 {
  right: 5rem
}

.right-4 {
  right: 1rem
}

.right-6 {
  right: 1.5rem
}

.top-0 {
  top: 0
}

.top-20 {
  top: 5rem
}

.top-4 {
  top: 1rem
}

.top-5 {
  top: 1.25rem
}

.top-\[-57px\] {
  top: -57px
}

.top-\[18px\] {
  top: 18px
}

.top-\[50\%\] {
  top: 50%
}

.top-\[56px\] {
  top: 56px
}

.top-auto {
  top: auto
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-\[1\] {
  z-index: 1
}

.z-\[999\] {
  z-index: 999
}

.col-span-full {
  grid-column: 1 / -1
}

.float-none {
  float: none
}

.m-0 {
  margin: 0
}

.-mx-1 {
  margin-left: -.25rem;
  margin-right: -.25rem
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem
}

.mx-0\.5 {
  margin-left: .125rem;
  margin-right: .125rem
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.-ml-1 {
  margin-left: -.25rem
}

.-ml-2 {
  margin-left: -.5rem
}

.-ml-\[1px\] {
  margin-left: -1px
}

.-mt-1 {
  margin-top: -.25rem
}

.-mt-2 {
  margin-top: -.5rem
}

.-mt-\[1px\] {
  margin-top: -1px
}

.-mt-\[57px\] {
  margin-top: -57px
}

.-mt-\[9px\] {
  margin-top: -9px
}

.mb-1 {
  margin-bottom: .25rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mb-14 {
  margin-bottom: 3.5rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-3 {
  margin-bottom: .75rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.mb-8 {
  margin-bottom: 2rem
}

.mb-auto {
  margin-bottom: auto
}

.ml-0 {
  margin-left: 0
}

.ml-1 {
  margin-left: .25rem
}

.ml-auto {
  margin-left: auto
}

.mr-1 {
  margin-right: .25rem
}

.mr-6 {
  margin-right: 1.5rem
}

.mr-auto {
  margin-right: auto
}

.mt-0 {
  margin-top: 0
}

.mt-0\.5 {
  margin-top: .125rem
}

.mt-1 {
  margin-top: .25rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mt-12 {
  margin-top: 3rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-3 {
  margin-top: .75rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mt-8 {
  margin-top: 2rem
}

.mt-auto {
  margin-top: auto
}

.box-border {
  box-sizing: border-box
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem
}

.size-20 {
  width: 5rem;
  height: 5rem
}

.size-24 {
  width: 6rem;
  height: 6rem
}

.size-3 {
  width: .75rem;
  height: .75rem
}

.size-4 {
  width: 1rem;
  height: 1rem
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem
}

.size-8 {
  width: 2rem;
  height: 2rem
}

.size-\[1\.124rem\] {
  width: 1.124rem;
  height: 1.124rem
}

.size-\[1\.125rem\] {
  width: 1.125rem;
  height: 1.125rem
}

.size-\[14px\] {
  width: 14px;
  height: 14px
}

.size-\[18px\] {
  width: 18px;
  height: 18px
}

.size-\[28px\] {
  width: 28px;
  height: 28px
}

.size-\[3px\] {
  width: 3px;
  height: 3px
}

.h-10 {
  height: 2.5rem
}

.h-11 {
  height: 2.75rem
}

.h-24 {
  height: 6rem
}

.h-32 {
  height: 8rem
}

.h-6 {
  height: 1.5rem
}

.h-7 {
  height: 1.75rem
}

.h-9 {
  height: 2.25rem
}

.h-\[1\.75rem\] {
  height: 1.75rem
}

.h-\[1000px\] {
  height: 1000px
}

.h-\[19px\] {
  height: 19px
}

.h-\[1px\] {
  height: 1px
}

.h-\[250px\] {
  height: 250px
}

.h-\[2px\] {
  height: 2px
}

.h-\[57px\] {
  height: 57px
}

.h-\[69px\] {
  height: 69px
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.max-h-6 {
  max-height: 1.5rem
}

.max-h-\[500px\] {
  max-height: 500px
}

.min-h-0 {
  min-height: 0px
}

.min-h-10 {
  min-height: 2.5rem
}

.min-h-20 {
  min-height: 5rem
}

.min-h-32 {
  min-height: 8rem
}

.min-h-36 {
  min-height: 9rem
}

.min-h-\[1000px\] {
  min-height: 1000px
}

.w-0 {
  width: 0px
}

.w-10 {
  width: 2.5rem
}

.w-2\/4 {
  width: 50%
}

.w-28 {
  width: 7rem
}

.w-48 {
  width: 12rem
}

.w-6 {
  width: 1.5rem
}

.w-64 {
  width: 16rem
}

.w-\[1\.75rem\] {
  width: 1.75rem
}

.w-\[288px\] {
  width: 288px
}

.w-\[470px\] {
  width: 470px
}

.w-\[80\%\] {
  width: 80%
}

.w-auto {
  width: auto
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content
}

.w-full {
  width: 100%
}

.min-w-0 {
  min-width: 0px
}

.min-w-1 {
  min-width: .25rem
}

.min-w-64 {
  min-width: 16rem
}

.min-w-7 {
  min-width: 1.75rem
}

.min-w-9 {
  min-width: 2.25rem
}

.max-w-40 {
  max-width: 10rem
}

.max-w-52 {
  max-width: 13rem
}

.max-w-\[100\%\] {
  max-width: 100%
}

.max-w-\[352px\] {
  max-width: 352px
}

.max-w-full {
  max-width: 100%
}

.max-w-screen-xl {
  max-width: 1280px
}

.flex-1 {
  flex: 1 1 0%
}

.flex-shrink-0 {
  flex-shrink: 0
}

.flex-grow-0 {
  flex-grow: 0
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
  cursor: pointer
}

.resize {
  resize: both
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.gap-0 {
  gap: 0px
}

.gap-0\.5 {
  gap: .125rem
}

.gap-1 {
  gap: .25rem
}

.gap-1\.5 {
  gap: .375rem
}

.gap-14 {
  gap: 3.5rem
}

.gap-2 {
  gap: .5rem
}

.gap-3 {
  gap: .75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-8 {
  gap: 2rem
}

.gap-9 {
  gap: 2.25rem
}

.gap-x-1\.5 {
  -moz-column-gap: .375rem;
  column-gap: .375rem
}

.gap-x-2 {
  -moz-column-gap: .5rem;
  column-gap: .5rem
}

.gap-x-3 {
  -moz-column-gap: .75rem;
  column-gap: .75rem
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem
}

.gap-y-1 {
  row-gap: .25rem
}

.gap-y-2 {
  row-gap: .5rem
}

.gap-y-4 {
  row-gap: 1rem
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-auto {
  overflow-x: auto
}

.overflow-y-auto {
  overflow-y: auto
}

.overflow-x-hidden {
  overflow-x: hidden
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-ellipsis {
  text-overflow: ellipsis
}

.whitespace-nowrap {
  white-space: nowrap
}

.text-nowrap {
  text-wrap: nowrap
}

.text-pretty {
  text-wrap: pretty
}

.rounded {
  border-radius: .25rem
}

.rounded-\[14px\] {
  border-radius: 14px
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: .5rem
}

.rounded-md {
  border-radius: .375rem
}

.rounded-none {
  border-radius: 0
}

.border {
  border-width: 1px
}

.border-0 {
  border-width: 0px
}

.border-b,
.border-b-\[1px\] {
  border-bottom-width: 1px
}

.border-b-\[2px\] {
  border-bottom-width: 2px
}

.border-l {
  border-left-width: 1px
}

.border-l-0 {
  border-left-width: 0px
}

.border-l-4 {
  border-left-width: 4px
}

.border-l-\[1px\] {
  border-left-width: 1px
}

.border-l-\[2px\] {
  border-left-width: 2px
}

.border-r-0 {
  border-right-width: 0px
}

.border-r-\[1px\] {
  border-right-width: 1px
}

.border-t-0 {
  border-top-width: 0px
}

.border-t-\[1px\] {
  border-top-width: 1px
}

.border-solid {
  border-style: solid
}

.border-none {
  border-style: none
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}

.border-jq-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-300) / var(--tw-border-opacity, 1))
}

.border-jq-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-600) / var(--tw-border-opacity, 1))
}

.border-jq-line {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1))
}

.border-jq-line\/50 {
  border-color: rgb(var(--color-jq-line) / .5)
}

.border-transparent {
  border-color: transparent
}

.border-l-orange-400\/70 {
  border-left-color: #fb923cb3
}

.border-l-primary\/70 {
  border-left-color: rgb(var(--color-primary) / .7)
}

.bg-\[\#282c34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 52 / var(--tw-bg-opacity, 1))
}

.bg-black\/40 {
  background-color: #0006
}

.bg-black\/50 {
  background-color: #00000080
}

.bg-blue-500\/20 {
  background-color: #3b82f633
}

.bg-jq-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-200) / var(--tw-bg-opacity, 1))
}

.bg-jq-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-300) / var(--tw-bg-opacity, 1))
}

.bg-jq-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-400) / var(--tw-bg-opacity, 1))
}

.bg-jq-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

.bg-jq-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-600) / var(--tw-bg-opacity, 1))
}

.bg-jq-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.bg-jq-700\/50 {
  background-color: rgb(var(--color-jq-700) / .5)
}

.bg-jq-700\/90 {
  background-color: rgb(var(--color-jq-700) / .9)
}

.bg-jq-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-900) / var(--tw-bg-opacity, 1))
}

.bg-jq-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-bg) / var(--tw-bg-opacity, 1))
}

.bg-primary\/80 {
  background-color: rgb(var(--color-primary) / .8)
}

.bg-transparent {
  background-color: transparent
}

.bg-none {
  background-image: none
}

.bg-contain {
  background-size: contain
}

.bg-center {
  background-position: center
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.object-center {
  -o-object-position: center;
  object-position: center
}

.p-1 {
  padding: .25rem
}

.p-2 {
  padding: .5rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.px-\[0\.25em\] {
  padding-left: .25em;
  padding-right: .25em
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.pb-2 {
  padding-bottom: .5rem
}

.pb-3 {
  padding-bottom: .75rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pl-3 {
  padding-left: .75rem
}

.pl-5 {
  padding-left: 1.25rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pl-8 {
  padding-left: 2rem
}

.pr-10 {
  padding-right: 2.5rem
}

.pr-2 {
  padding-right: .5rem
}

.pr-6 {
  padding-right: 1.5rem
}

.pt-1 {
  padding-top: .25rem
}

.pt-1\.5 {
  padding-top: .375rem
}

.pt-2 {
  padding-top: .5rem
}

.pt-4 {
  padding-top: 1rem
}

.pt-\[0\.9375rem\] {
  padding-top: .9375rem
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-sans {
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-2xl\/tight {
  font-size: 1.5rem;
  line-height: 1.25
}

.text-\[0\.8125rem\] {
  font-size: .8125rem
}

.text-\[0\.9375rem\] {
  font-size: .9375rem
}

.text-\[0\.9375rem\]\/5 {
  font-size: .9375rem;
  line-height: 1.25rem
}

.text-\[0\.9375rem\]\/6 {
  font-size: .9375rem;
  line-height: 1.5rem
}

.text-\[0\.9375rem\]\/7 {
  font-size: .9375rem;
  line-height: 1.75rem
}

.text-\[0\] {
  font-size: 0
}

.text-\[1\.125rem\]\/7 {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-\[1\.25rem\]\/\[1\.5rem\] {
  font-size: 1.25rem;
  line-height: 1.5rem
}

.text-\[1\.375rem\]\/7 {
  font-size: 1.375rem;
  line-height: 1.75rem
}

.text-\[1\.625rem\]\/8 {
  font-size: 1.625rem;
  line-height: 2rem
}

.text-\[20px\] {
  font-size: 20px
}

.text-\[90\%\] {
  font-size: 90%
}

.text-base,
.text-base\/6 {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.text-sm\/4 {
  font-size: .875rem;
  line-height: 1rem
}

.text-sm\/6 {
  font-size: .875rem;
  line-height: 1.5rem
}

.text-sm\/none {
  font-size: .875rem;
  line-height: 1
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-xs,
.text-xs\/4 {
  font-size: .75rem;
  line-height: 1rem
}

.text-xs\/6 {
  font-size: .75rem;
  line-height: 1.5rem
}

.font-bold {
  font-weight: 700
}

.font-light {
  font-weight: 300
}

.font-medium {
  font-weight: 500
}

.font-normal {
  font-weight: 400
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.tracking-tight {
  letter-spacing: -.025em
}

.tracking-tighter {
  letter-spacing: -.05em
}

.tracking-widest {
  letter-spacing: .1em
}

.text-\[\#e74992\] {
  --tw-text-opacity: 1;
  color: rgb(231 73 146 / var(--tw-text-opacity, 1))
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.text-inherit {
  color: inherit
}

.text-jq-100 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

.text-jq-200 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

.text-jq-200\/80 {
  color: rgb(var(--color-jq-200) / .8)
}

.text-jq-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.text-jq-300\/80 {
  color: rgb(var(--color-jq-300) / .8)
}

.text-jq-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-400) / var(--tw-text-opacity, 1))
}

.text-jq-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-500) / var(--tw-text-opacity, 1))
}

.text-on-surface {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1))
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.underline {
  text-decoration-line: underline
}

.no-underline {
  text-decoration-line: none
}

.decoration-inherit {
  text-decoration-color: inherit
}

.decoration-jq-300 {
  text-decoration-color: rgb(var(--color-jq-300) / 1)
}

.decoration-primary {
  text-decoration-color: rgb(var(--color-primary) / 1)
}

.decoration-1 {
  text-decoration-thickness: 1px
}

.underline-offset-2 {
  text-underline-offset: 2px
}

.underline-offset-4 {
  text-underline-offset: 4px
}

.underline-offset-\[5px\] {
  text-underline-offset: 5px
}

.opacity-0 {
  opacity: 0
}

.opacity-100 {
  opacity: 1
}

.opacity-80 {
  opacity: .8
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.outline-offset-0 {
  outline-offset: 0px
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.duration-0 {
  transition-duration: 0s
}

.duration-100 {
  transition-duration: .1s
}

.duration-200 {
  transition-duration: .2s
}

.duration-300 {
  transition-duration: .3s
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.no-scrollbar::-webkit-scrollbar {
  display: none
}

.title-mono-sm,
.title-mono-sm-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: .125rem;
  padding-right: .125rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: .875rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.title-mono-sm-link:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

.title-mono-xs {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: .75rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.title-h1 {
  display: inline-block;
  text-wrap: pretty;
  letter-spacing: -.05em;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1));
  font-size: 1.625rem;
  line-height: 2rem
}

@media (min-width: 768px) {
  .title-h1 {
    font-size: 2rem;
    line-height: 2.5rem
  }
}

.title-h2 {
  display: inline-block;
  text-wrap: pretty;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: -.025em
}

@media (min-width: 768px) {
  .title-h2 {
    font-size: 1.625rem;
    line-height: 2rem
  }
}

.title-h2 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

.title-h3 {
  display: inline-block;
  text-wrap: pretty;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -.025em;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

.title-h4 {
  display: inline-block;
  text-wrap: pretty;
  letter-spacing: -.05em;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1));
  font-size: 1rem;
  line-height: 1.75rem
}

.link {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

.link:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.link-tag {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.link-tag:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

.link-undeline {
  text-decoration-line: underline;
  text-decoration-color: rgb(var(--color-primary) / 1);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px
}

.link-undeline:hover {
  text-decoration-thickness: 2px
}

.link-strong-hover-undeline {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1));
  text-decoration-thickness: 2px;
  text-underline-offset: 4px
}

.link-strong-hover-undeline:hover {
  text-decoration-line: underline
}

.link-strong-hover-undeline {
  text-decoration-color: rgb(var(--color-jq-300) / 1)
}

.link-strong-hover-undeline:is(.dark *) {
  text-decoration-color: rgb(var(--color-jq-line) / 1)
}

.group-hover-subtle {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.group:hover .group-hover-subtle {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.group-hover-mute {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-400) / var(--tw-text-opacity, 1))
}

.group:hover .group-hover-mute,
.text-subtle {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.text-mute {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-400) / var(--tw-text-opacity, 1))
}

.list-box [data-status=비공개] {
  display: inline-flex
}

.list-box [data-status]:not([data-status=비공개]) {
  display: none
}

:root {
  --color-primary: 125 211 252;
  --color-surface: 255 255 255;
  --color-on-surface: 23 25 27;
  --color-jq-bg: 255 255 255;
  --color-jq-line: 226 226 228;
  --color-jq-default: 31 41 55;
  --color-jq-100: 23 25 27;
  --color-jq-200: 26 28 30;
  --color-jq-300: 107 114 128;
  --color-jq-400: 156 163 175;
  --color-jq-500: 244 244 244;
  --color-jq-600: 209 213 219;
  --color-jq-700: 232 232 235;
  --color-jq-800: 231 231 231;
  --color-jq-900: 226 226 228
}

.dark {
  --color-primary: 125 211 252;
  --color-surface: 0 0 0;
  --color-on-surface: 255 255 255;
  --color-jq-bg: 33 35 38;
  --color-jq-line: 83 91 110;
  --color-jq-default: 209 213 219;
  --color-jq-100: 229 231 235;
  --color-jq-200: 209 213 219;
  --color-jq-300: 156 163 175;
  --color-jq-400: 107 114 128;
  --color-jq-500: 67 72 83;
  --color-jq-600: 46 52 65;
  --color-jq-700: 48 51 59;
  --color-jq-800: 26 28 30;
  --color-jq-900: 23 25 27
}

html {
  font-size: 16px
}

@media (max-width: 767px) {
  html {
    font-size: 17px
  }
}

::-moz-selection {
  background-color: rgb(var(--color-primary) / .8);
  color: #fffffff2
}

::selection {
  background-color: rgb(var(--color-primary) / .8);
  color: #fffffff2
}

:is(.dark *)::-moz-selection {
  background-color: rgb(var(--color-primary) / .6)
}

:is(.dark *)::selection {
  background-color: rgb(var(--color-primary) / .6)
}

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

#acc-nav a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  margin-bottom: -1px;
  text-align: center;
  font-weight: 700;
  font-size: .875em;
  color: #000;
  white-space: nowrap
}

#acc-nav a:focus,
#acc-nav a:hover,
#acc-nav a:active {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #000;
  color: #fff;
  z-index: 1000
}

.adsbygoogle {
  display: block;
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
  margin-top: 2rem !important;
  max-width: 100% !important
}

@media (min-width: 768px) {
  .adsbygoogle {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

body {
  font-weight: 400;
  font-family: --value(--font-sans);
  padding-top: 57px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-default) / var(--tw-text-opacity, 1))
}

a,
button {
  pointer-events: auto;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

a:hover,
button:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

a,
button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

input[type=text],
input[type=password] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  border-style: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  font-size: .875rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 0px;
  outline-color: transparent
}

input[type=text]:focus,
input[type=password]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

input[type=text],
input[type=password] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

input[type=text]:hover,
input[type=password]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

input[type=text]:focus,
input[type=password]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  color: rgb(var(--color-on-surface) / .5)
}

input[type=text]::placeholder,
input[type=password]::placeholder {
  color: rgb(var(--color-on-surface) / .5)
}

input[type=text],
input[type=password] {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.banner-list li:nth-child(2n) a .inner {
  align-items: flex-start
}

.banner-list li:nth-child(odd) a .inner {
  align-items: flex-end
}

#tt-body-search .list-type-default,
#tt-body-tag .list-type-default,
#tt-body-index .list-type-default,
#tt-body-category .list-type-default {
  min-width: 0px
}

#tt-body-search .list-type-default .list-box,
#tt-body-tag .list-type-default .list-box,
#tt-body-index .list-type-default .list-box,
#tt-body-category .list-type-default .list-box {
  margin-bottom: 2rem
}

#tt-body-search .list-type-default .list-box:last-child,
#tt-body-tag .list-type-default .list-box:last-child,
#tt-body-index .list-type-default .list-box:last-child,
#tt-body-category .list-type-default .list-box:last-child {
  margin-bottom: 0
}

@media (min-width: 768px) {

  #tt-body-search .list-type-default .list-box,
  #tt-body-tag .list-type-default .list-box,
  #tt-body-index .list-type-default .list-box,
  #tt-body-category .list-type-default .list-box {
    margin-bottom: 3rem
  }
}

#tt-body-search .list-type-default .list-box .list-link,
#tt-body-tag .list-type-default .list-box .list-link,
#tt-body-index .list-type-default .list-box .list-link,
#tt-body-category .list-type-default .list-box .list-link {
  flex-direction: column;
  gap: 1rem
}

@media (min-width: 768px) {

  #tt-body-search .list-type-default .list-box .list-link,
  #tt-body-tag .list-type-default .list-box .list-link,
  #tt-body-index .list-type-default .list-box .list-link,
  #tt-body-category .list-type-default .list-box .list-link {
    flex-direction: row;
    gap: 1.5rem
  }
}

#tt-body-search .list-type-default .list-box .list-link .title,
#tt-body-tag .list-type-default .list-box .list-link .title,
#tt-body-index .list-type-default .list-box .list-link .title,
#tt-body-category .list-type-default .list-box .list-link .title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: -.05em
}

#tt-body-search .list-type-default .list-box .list-link .title:first-child,
#tt-body-tag .list-type-default .list-box .list-link .title:first-child,
#tt-body-index .list-type-default .list-box .list-link .title:first-child,
#tt-body-category .list-type-default .list-box .list-link .title:first-child {
  margin-top: .25rem
}

@media (min-width: 768px) {

  #tt-body-search .list-type-default .list-box .list-link .title,
  #tt-body-tag .list-type-default .list-box .list-link .title,
  #tt-body-index .list-type-default .list-box .list-link .title,
  #tt-body-category .list-type-default .list-box .list-link .title {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

#tt-body-search .list-type-default .list-box .list-link .desc,
#tt-body-tag .list-type-default .list-box .list-link .desc,
#tt-body-index .list-type-default .list-box .list-link .desc,
#tt-body-category .list-type-default .list-box .list-link .desc {
  margin-top: .25rem;
  margin-bottom: .25rem;
  gap: .375rem
}

@media (min-width: 768px) {

  #tt-body-search .list-type-default .list-box .list-link .summary,
  #tt-body-tag .list-type-default .list-box .list-link .summary,
  #tt-body-index .list-type-default .list-box .list-link .summary,
  #tt-body-category .list-type-default .list-box .list-link .summary {
    margin-top: .75rem
  }
}

#tt-body-search .list-type-default .list-box .list-link .list-thumb,
#tt-body-tag .list-type-default .list-box .list-link .list-thumb,
#tt-body-index .list-type-default .list-box .list-link .list-thumb,
#tt-body-category .list-type-default .list-box .list-link .list-thumb {
  display: block;
  min-height: 8rem;
  width: 100%;
  flex-shrink: 0
}

@media (min-width: 768px) {

  #tt-body-search .list-type-default .list-box .list-link .list-thumb,
  #tt-body-tag .list-type-default .list-box .list-link .list-thumb,
  #tt-body-index .list-type-default .list-box .list-link .list-thumb,
  #tt-body-category .list-type-default .list-box .list-link .list-thumb {
    aspect-ratio: 1 / 1;
    width: 10rem;
    height: 10rem;
    height: auto
  }
}

#tt-body-search .list-type-default .list-box .list-link .list-thumb img,
#tt-body-tag .list-type-default .list-box .list-link .list-thumb img,
#tt-body-index .list-type-default .list-box .list-link .list-thumb img,
#tt-body-category .list-type-default .list-box .list-link .list-thumb img {
  height: 100%;
  min-height: 8rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media (min-width: 768px) {

  #tt-body-search .list-type-default .list-box .list-link .list-thumb img,
  #tt-body-tag .list-type-default .list-box .list-link .list-thumb img,
  #tt-body-index .list-type-default .list-box .list-link .list-thumb img,
  #tt-body-category .list-type-default .list-box .list-link .list-thumb img {
    width: 10rem;
    height: 10rem
  }
}

#tt-body-search .list-type-default .list-box .list-link .list-thumb .protected,
#tt-body-tag .list-type-default .list-box .list-link .list-thumb .protected,
#tt-body-index .list-type-default .list-box .list-link .list-thumb .protected,
#tt-body-category .list-type-default .list-box .list-link .list-thumb .protected {
  height: 8rem;
  width: 100%
}

@media (min-width: 768px) {

  #tt-body-search .list-type-default .list-box .list-link .list-thumb .protected,
  #tt-body-tag .list-type-default .list-box .list-link .list-thumb .protected,
  #tt-body-index .list-type-default .list-box .list-link .list-thumb .protected,
  #tt-body-category .list-type-default .list-box .list-link .list-thumb .protected {
    width: 10rem
  }
}

#tt-body-search .list-type-default .list-box .list-link .list-thumb .protected .icon,
#tt-body-tag .list-type-default .list-box .list-link .list-thumb .protected .icon,
#tt-body-index .list-type-default .list-box .list-link .list-thumb .protected .icon,
#tt-body-category .list-type-default .list-box .list-link .list-thumb .protected .icon {
  width: 2.5rem;
  height: 2.5rem
}

#tt-body-search .list-type-card,
#tt-body-tag .list-type-card,
#tt-body-index .list-type-card,
#tt-body-category .list-type-card {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 2.25rem
}

@media (min-width: 768px) {

  #tt-body-search .list-type-card,
  #tt-body-tag .list-type-card,
  #tt-body-index .list-type-card,
  #tt-body-category .list-type-card {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 1024px) {

  #tt-body-search .list-type-card,
  #tt-body-tag .list-type-card,
  #tt-body-index .list-type-card,
  #tt-body-category .list-type-card {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

#tt-body-search .list-type-card .list-box .list-link,
#tt-body-tag .list-type-card .list-box .list-link,
#tt-body-index .list-type-card .list-box .list-link,
#tt-body-category .list-type-card .list-box .list-link {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

@media (min-width: 768px) {

  #tt-body-search .list-type-card .list-box .list-link,
  #tt-body-tag .list-type-card .list-box .list-link,
  #tt-body-index .list-type-card .list-box .list-link,
  #tt-body-category .list-type-card .list-box .list-link {
    gap: 1rem
  }
}

#tt-body-search .list-type-card .list-box .list-link .title,
#tt-body-tag .list-type-card .list-box .list-link .title,
#tt-body-index .list-type-card .list-box .list-link .title,
#tt-body-category .list-type-card .list-box .list-link .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0em
}

#tt-body-search .list-type-card .list-box .list-link .title:first-child,
#tt-body-tag .list-type-card .list-box .list-link .title:first-child,
#tt-body-index .list-type-card .list-box .list-link .title:first-child,
#tt-body-category .list-type-card .list-box .list-link .title:first-child {
  margin-top: 0
}

#tt-body-search .list-type-card .list-box .list-link .desc,
#tt-body-tag .list-type-card .list-box .list-link .desc,
#tt-body-index .list-type-card .list-box .list-link .desc,
#tt-body-category .list-type-card .list-box .list-link .desc {
  gap: .25rem
}

@media (min-width: 768px) {

  #tt-body-search .list-type-card .list-box .list-link .summary,
  #tt-body-tag .list-type-card .list-box .list-link .summary,
  #tt-body-index .list-type-card .list-box .list-link .summary,
  #tt-body-category .list-type-card .list-box .list-link .summary {
    margin-top: .5rem
  }
}

#tt-body-search .list-type-card .list-box .list-link .list-thumb,
#tt-body-tag .list-type-card .list-box .list-link .list-thumb,
#tt-body-index .list-type-card .list-box .list-link .list-thumb,
#tt-body-category .list-type-card .list-box .list-link .list-thumb {
  display: block;
  aspect-ratio: 3/2;
  width: 100%
}

#tt-body-search .list-type-card .list-box .list-link .list-thumb img,
#tt-body-tag .list-type-card .list-box .list-link .list-thumb img,
#tt-body-index .list-type-card .list-box .list-link .list-thumb img,
#tt-body-category .list-type-card .list-box .list-link .list-thumb img {
  height: 100%;
  width: 100%
}

#tt-body-search .list-type-card .list-box .list-link .list-thumb .protected,
#tt-body-tag .list-type-card .list-box .list-link .list-thumb .protected,
#tt-body-index .list-type-card .list-box .list-link .list-thumb .protected,
#tt-body-category .list-type-card .list-box .list-link .list-thumb .protected {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center
}

#tt-body-search .list-type-card .list-box .list-link .list-thumb .protected .icon,
#tt-body-tag .list-type-card .list-box .list-link .list-thumb .protected .icon,
#tt-body-index .list-type-card .list-box .list-link .list-thumb .protected .icon,
#tt-body-category .list-type-card .list-box .list-link .list-thumb .protected .icon {
  width: 4rem;
  height: 4rem
}

#tt-body-search .list-type-thumbnail,
#tt-body-tag .list-type-thumbnail,
#tt-body-index .list-type-thumbnail,
#tt-body-category .list-type-thumbnail {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 2.25rem
}

@media (min-width: 768px) {

  #tt-body-search .list-type-thumbnail,
  #tt-body-tag .list-type-thumbnail,
  #tt-body-index .list-type-thumbnail,
  #tt-body-category .list-type-thumbnail {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 1024px) {

  #tt-body-search .list-type-thumbnail,
  #tt-body-tag .list-type-thumbnail,
  #tt-body-index .list-type-thumbnail,
  #tt-body-category .list-type-thumbnail {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

#tt-body-search .list-type-thumbnail .list-box .list-link,
#tt-body-tag .list-type-thumbnail .list-box .list-link,
#tt-body-index .list-type-thumbnail .list-box .list-link,
#tt-body-category .list-type-thumbnail .list-box .list-link {
  display: flex;
  flex-direction: column;
  gap: .75rem
}

#tt-body-search .list-type-thumbnail .list-box .list-link .title,
#tt-body-tag .list-type-thumbnail .list-box .list-link .title,
#tt-body-index .list-type-thumbnail .list-box .list-link .title,
#tt-body-category .list-type-thumbnail .list-box .list-link .title {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0em
}

#tt-body-search .list-type-thumbnail .list-box .list-link .desc,
#tt-body-tag .list-type-thumbnail .list-box .list-link .desc,
#tt-body-index .list-type-thumbnail .list-box .list-link .desc,
#tt-body-category .list-type-thumbnail .list-box .list-link .desc {
  gap: .25rem
}

#tt-body-search .list-type-thumbnail .list-box .list-link .list-thumb,
#tt-body-tag .list-type-thumbnail .list-box .list-link .list-thumb,
#tt-body-index .list-type-thumbnail .list-box .list-link .list-thumb,
#tt-body-category .list-type-thumbnail .list-box .list-link .list-thumb {
  display: block;
  aspect-ratio: 3/4;
  width: 100%
}

#tt-body-search .list-type-thumbnail .list-box .list-link .list-thumb img,
#tt-body-tag .list-type-thumbnail .list-box .list-link .list-thumb img,
#tt-body-index .list-type-thumbnail .list-box .list-link .list-thumb img,
#tt-body-category .list-type-thumbnail .list-box .list-link .list-thumb img {
  height: 100%;
  width: 100%
}

#tt-body-search .list-type-thumbnail .list-box .list-link .list-thumb .protected,
#tt-body-tag .list-type-thumbnail .list-box .list-link .list-thumb .protected,
#tt-body-index .list-type-thumbnail .list-box .list-link .list-thumb .protected,
#tt-body-category .list-type-thumbnail .list-box .list-link .list-thumb .protected {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center
}

#tt-body-search .list-type-thumbnail .list-box .list-link .list-thumb .protected .icon,
#tt-body-tag .list-type-thumbnail .list-box .list-link .list-thumb .protected .icon,
#tt-body-index .list-type-thumbnail .list-box .list-link .list-thumb .protected .icon,
#tt-body-category .list-type-thumbnail .list-box .list-link .list-thumb .protected .icon {
  width: 4rem;
  height: 4rem
}

#tt-body-search .list-type-thumbnail .list-box .list-link .summary,
#tt-body-tag .list-type-thumbnail .list-box .list-link .summary,
#tt-body-index .list-type-thumbnail .list-box .list-link .summary,
#tt-body-category .list-type-thumbnail .list-box .list-link .summary,
#post-index-btn,
#post-index {
  display: none
}

#tt-body-page #post-index-btn,
#tt-body-page #post-index {
  display: flex
}

.header-hide {
  top: -57px
}

.header-hide #scroll-progress {
  margin-top: -57px
}

.menu_toolbar {
  display: none
}

.dark .header-logo {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

#header .menu_toolbar {
  position: static;
  top: auto;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1rem
}

@media (min-width: 768px) {
  #header .menu_toolbar {
    gap: 1.5rem
  }
}

#header .menu_toolbar .btn_subscription {
  display: none;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: .375rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .8125rem;
  font-weight: 400
}

@media (min-width: 768px) {
  #header .menu_toolbar .btn_subscription {
    display: flex
  }
}

#header .menu_toolbar .btn_subscription {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-300) / var(--tw-border-opacity, 1))
}

#header .menu_toolbar .btn_subscription:is(.dark *) {
  border-color: rgb(var(--color-jq-line) / .5)
}

#header .menu_toolbar .btn_subscription:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

#header .menu_toolbar .btn_subscription .txt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

#header .menu_toolbar .btn_tool {
  position: relative;
  height: 1.75rem;
  width: 1.75rem
}

#header .menu_toolbar .btn_tool.btn_menu_type1 {
  height: 1.75rem;
  width: 1.75rem
}

#header .menu_toolbar .btn_tool .btn_menu_type2,
#header .menu_toolbar .btn_tool .btn_menu_type2:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#header .menu_toolbar .btn_tool .btn_menu_type2 {
  height: 1.75rem;
  width: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

#header .menu_toolbar .btn_tool .btn_menu_type2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

#header .menu_toolbar .btn_tool .btn_menu_type2 .ico_tistory_sign {
  background-size: 100px 80px;
  background-position: -24px -30px
}

.dark .btn_tool .btn_menu_type2 .ico_tistory_sign {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.btn-theme {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.btn-theme:hover {
  background-color: rgb(var(--color-jq-900) / .5)
}

.btn-theme:hover:is(.dark *) {
  background-color: rgb(var(--color-jq-700) / .5)
}

.btn-theme[data-selected=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface) / var(--tw-bg-opacity, 1))
}

.btn-theme[data-selected=true]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.btn-theme[data-selected=true] {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.btn-top {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

.btn-top:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-900) / var(--tw-bg-opacity, 1))
}

.btn-top:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px) {

  #tt-body-page #content,
  #tt-body-page footer {
    padding-right: 6rem
  }
}

.tag-wrap {
  width: 100%
}

.tag-list {
  margin-left: -.25rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  row-gap: .5rem;
  font-size: 0
}

.tag-list.gap-tight {
  margin-left: 0;
  -moz-column-gap: .25rem;
  column-gap: .25rem
}

.tag-list a,
.tag-list .tag-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  min-width: 0px;
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: .8125rem;
  font-weight: 300;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.tag-list a:hover,
.tag-list .tag-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tag-list a:before,
.tag-list .tag-link:before {
  margin-right: .25rem;
  width: .75rem;
  height: .75rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-hash-icon%20lucide-hash'%3e%3cline%20x1='4'%20x2='20'%20y1='9'%20y2='9'/%3e%3cline%20x1='4'%20x2='20'%20y1='15'%20y2='15'/%3e%3cline%20x1='10'%20x2='8'%20y1='3'%20y2='21'/%3e%3cline%20x1='16'%20x2='14'%20y1='3'%20y2='21'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-hash-icon%20lucide-hash'%3e%3cline%20x1='4'%20x2='20'%20y1='9'%20y2='9'/%3e%3cline%20x1='4'%20x2='20'%20y1='15'%20y2='15'/%3e%3cline%20x1='10'%20x2='8'%20y1='3'%20y2='21'/%3e%3cline%20x1='16'%20x2='14'%20y1='3'%20y2='21'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  background-position: center
}

.tag-list a.xs,
.tag-list .tag-link.xs {
  font-size: .75rem;
  line-height: 1
}

.tag-list a.xs:before,
.tag-list .tag-link.xs:before {
  --tw-content: none;
  content: var(--tw-content)
}

#sidebar .notice-section .tt_notice,
#sidebar .category-section .tt_category {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  gap: .5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1))
}

#sidebar .notice-section .tt_notice .category_list,
#sidebar .category-section .tt_category .category_list {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: .75rem
}

#sidebar .notice-section .tt_notice .sub_category_list,
#sidebar .category-section .tt_category .sub_category_list {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: .375rem
}

#sidebar .notice-section .tt_notice .notice_list,
#sidebar .category-section .tt_category .notice_list {
  min-width: 0px
}

#sidebar .notice-section .tt_notice .notice_list li,
#sidebar .notice-section .tt_notice .category_list li,
#sidebar .notice-section .tt_notice li,
#sidebar .category-section .tt_category .notice_list li,
#sidebar .category-section .tt_category .category_list li,
#sidebar .category-section .tt_category li {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem
}

#sidebar .notice-section .tt_notice a,
#sidebar .category-section .tt_category a {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-width: 0px;
  align-items: baseline;
  gap: .25rem;
  border-left-width: 1px;
  border-color: transparent;
  font-size: .875rem;
  line-height: 1.5rem;
  font-weight: 400;
  transition-duration: 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

#sidebar .notice-section .tt_notice a:hover,
#sidebar .category-section .tt_category a:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1));
  border-color: rgb(var(--color-jq-200) / .8)
}

#sidebar .notice-section .tt_notice a .c_cnt,
#sidebar .category-section .tt_category a .c_cnt {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

#sidebar .notice-section .tt_notice .notice_list li,
#sidebar .notice-section .tt_notice>li,
#sidebar .category-section .tt_category .notice_list li,
#sidebar .category-section .tt_category>li {
  margin-left: -1px
}

#sidebar .notice-section .tt_notice .notice_list li a,
#sidebar .notice-section .tt_notice .link_tit,
#sidebar .notice-section .tt_notice .link_item,
#sidebar .category-section .tt_category .notice_list li a,
#sidebar .category-section .tt_category .link_tit,
#sidebar .category-section .tt_category .link_item {
  padding-left: 1.25rem;
  font-size: .9375rem;
  line-height: 1.5rem
}

@media (min-width: 640px) {

  #sidebar .notice-section .tt_notice .notice_list li a,
  #sidebar .notice-section .tt_notice .link_tit,
  #sidebar .notice-section .tt_notice .link_item,
  #sidebar .category-section .tt_category .notice_list li a,
  #sidebar .category-section .tt_category .link_tit,
  #sidebar .category-section .tt_category .link_item {
    padding-left: 1rem
  }
}

#sidebar .notice-section .tt_notice .link_sub_item,
#sidebar .category-section .tt_category .link_sub_item {
  padding-left: 2rem
}

@media (min-width: 640px) {

  #sidebar .notice-section .tt_notice .link_sub_item,
  #sidebar .category-section .tt_category .link_sub_item {
    padding-left: 1.75rem
  }
}

#sidebar .notice-section .tt_notice li.selected,
#sidebar .category-section .tt_category li.selected {
  margin-left: -1px
}

#sidebar .notice-section .tt_notice li.selected>a,
#sidebar .category-section .tt_category li.selected>a {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

#sidebar .notice-section .tt_notice li.selected>a:is(.dark *),
#sidebar .category-section .tt_category li.selected>a:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

#sidebar .notice-section .tt_notice li.selected>a .c_cnt,
#sidebar .category-section .tt_category li.selected>a .c_cnt {
  font-weight: 500
}

#sidebar .notice-section .tt_notice .link_tit .c_cnt,
#sidebar .notice-section .tt_notice .link_item .c_cnt,
#sidebar .notice-section .tt_notice .link_sub_item .c_cnt,
#sidebar .category-section .tt_category .link_tit .c_cnt,
#sidebar .category-section .tt_category .link_item .c_cnt,
#sidebar .category-section .tt_category .link_sub_item .c_cnt {
  font-size: .75rem;
  line-height: 1rem
}

#entry0Comment,
.tt-comments-wrap {
  width: 100%
}

.tt-box-total {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1));
  padding-bottom: 0
}

.tt-box-total .tt_txt_g,
.tt-box-total .tt_num_g {
  display: none
}

.tt-wrap-cmt .tt-box-meta {
  margin-bottom: 1rem
}

.tt-wrap-cmt .tt-box-modify .tt-button-modify {
  position: relative;
  margin-top: -.5rem;
  width: 2rem;
  height: 2rem;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-image: none
}

.tt-wrap-cmt .tt-box-modify .tt-button-modify:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

.tt-wrap-cmt .tt-box-modify .tt-button-modify:before {
  position: relative;
  margin-top: -.5rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1));
  --tw-content: "...";
  content: var(--tw-content)
}

.tt-wrap-cmt .tt-box-modify.tt-box-modify-open .tt-button-modify {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

.tt-wrap-cmt .tt-box-modify .tt-list-modify {
  border-radius: .375rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tt-wrap-cmt .tt-box-modify .tt-list-modify a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

.tt-wrap-cmt .tt-box-modify .tt-list-modify a:hover,
.tt-wrap-cmt .tt-box-modify .tt-list-modify a:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.tt-wrap-cmt .tt-link-user {
  margin-right: .5rem;
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

.tt-wrap-cmt .tistoryProfileLayerTrigger {
  display: none
}

.tt-wrap-cmt .tt_img_area_reply.tt_ico_lock {
  background-image: none;
  font-size: .75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1));
  height: auto;
  width: auto
}

.tt-wrap-cmt .tt_desc {
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: .875rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

.tt-wrap-cmt .tt-link-comment .tt_txt_g {
  padding-top: .9375rem
}

.tt-wrap-cmt .tt_img_area_reply.tt_ico_lock,
.tt-wrap-cmt .tt_date,
.tt-wrap-cmt .tt-link-comment,
.tt-wrap-cmt .tt-link-comment .tt_txt_g,
.tt-wrap-cmt .tt-link-comment .tt_num_g {
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: .75rem;
  line-height: 1rem
}

.tt-box-textarea .tt_txt_user {
  font-family: Pretendard Variable, Apple SD Gothic Neo, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600
}

.tt-box-textarea .tt-inner-g {
  overflow: hidden;
  border-radius: .375rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.tt-box-textarea .tt-inner-g .tt-cmt {
  margin-top: .5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

.tt-box-textarea .tt-inner-g .tt-cmt>div,
.tt-box-textarea .tt-inner-g .tt-cmt div {
  color: inherit
}

.tt-box-textarea textarea {
  border-style: none;
  font-size: .875rem;
  line-height: 1.5rem;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1));
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.tt-box-textarea textarea:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.tt-box-textarea textarea:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.tt-box-textarea textarea::-moz-placeholder {
  color: rgb(var(--color-on-surface) / .5)
}

.tt-box-textarea textarea::placeholder {
  color: rgb(var(--color-on-surface) / .5)
}

.tt-box-textarea textarea {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.tt_wrap_write input[type=text],
.tt_wrap_write input[type=password] {
  border-radius: .375rem;
  border-style: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.tt_wrap_write input[type=text]:hover,
.tt_wrap_write input[type=password]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.tt_wrap_write input[type=text]:focus,
.tt_wrap_write input[type=password]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.tt_wrap_write input[type=text]::-moz-placeholder,
.tt_wrap_write input[type=password]::-moz-placeholder {
  color: rgb(var(--color-on-surface) / .5)
}

.tt_wrap_write input[type=text]::placeholder,
.tt_wrap_write input[type=password]::placeholder {
  color: rgb(var(--color-on-surface) / .5)
}

.tt_btn_prev_more {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  border-radius: .375rem;
  border-style: none;
  padding: .75rem;
  font-size: .875rem;
  line-height: 1;
  font-weight: 500;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

.tt_btn_prev_more:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

.tt_btn_prev_more:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-200) / var(--tw-bg-opacity, 1));
  background-image: none;
  background-position: center;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-chevron-down-icon%20lucide-chevron-down'%3e%3cpath%20d='m6%209%206%206%206-6'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-chevron-down-icon%20lucide-chevron-down'%3e%3cpath%20d='m6%209%206%206%206-6'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain
}

.tt-list-reply-comment .tt-item-reply:before {
  display: none
}

.tt-box-textarea .tt-inner-g,
.tt-item-reply .tt-list-reply-comment,
.tt-list-reply,
.tt-item-reply {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1))
}

.tt-box-write {
  gap: .5rem
}

.tt-box-write .tt-xe-label {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-900) / var(--tw-bg-opacity, 1))
}

.tt-box-write .tt-xe-label:hover {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.tt-box-write .tt-xe-label {
  margin-top: 0;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  border-radius: .375rem;
  pointer-events: auto;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

.tt-box-write .tt-xe-label:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.tt-box-write .tt-xe-label {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.tt-box-write .tt-xe-label .tt_img_area_reply.tt-xe-input-helper {
  margin-right: 0;
  background-image: none;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1));
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-lock-open-icon%20lucide-lock-open'%3e%3crect%20width='18'%20height='11'%20x='3'%20y='11'%20rx='2'%20ry='2'/%3e%3cpath%20d='M7%2011V7a5%205%200%200%201%209.9-1'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-lock-open-icon%20lucide-lock-open'%3e%3crect%20width='18'%20height='11'%20x='3'%20y='11'%20rx='2'%20ry='2'/%3e%3cpath%20d='M7%2011V7a5%205%200%200%201%209.9-1'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  background-position: center
}

.tt-box-write input[type=checkbox]:checked+.tt-xe-input-helper {
  background-image: none;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-lock-icon%20lucide-lock'%3e%3crect%20width='18'%20height='11'%20x='3'%20y='11'%20rx='2'%20ry='2'/%3e%3cpath%20d='M7%2011V7a5%205%200%200%201%2010%200v4'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-lock-icon%20lucide-lock'%3e%3crect%20width='18'%20height='11'%20x='3'%20y='11'%20rx='2'%20ry='2'/%3e%3cpath%20d='M7%2011V7a5%205%200%200%201%2010%200v4'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  background-position: center
}

.tt-box-write .tt-btn-cancel {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-900) / var(--tw-bg-opacity, 1))
}

.tt-box-write .tt-btn-cancel:hover {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.tt-box-write .tt-btn-cancel {
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 0px;
  border-radius: .375rem;
  font-size: 0
}

.tt-box-write .tt-btn-cancel:before {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1));
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-x-icon%20lucide-x'%3e%3cpath%20d='M18%206%206%2018'/%3e%3cpath%20d='m6%206%2012%2012'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-x-icon%20lucide-x'%3e%3cpath%20d='M18%206%206%2018'/%3e%3cpath%20d='m6%206%2012%2012'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  background-position: center
}

.tt-box-write .tt-btn_register {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-900) / var(--tw-bg-opacity, 1))
}

.tt-box-write .tt-btn_register:hover {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.tt-box-write .tt-btn_register {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .375rem;
  font-size: 0
}

.tt-box-write .tt-btn_register:before {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1));
  width: 1.124rem;
  height: 1.124rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-send-icon%20lucide-send'%3e%3cpath%20d='M14.536%2021.686a.5.5%200%200%200%20.937-.024l6.5-19a.496.496%200%200%200-.635-.635l-19%206.5a.5.5%200%200%200-.024.937l7.93%203.18a2%202%200%200%201%201.112%201.11z'/%3e%3cpath%20d='m21.854%202.147-10.94%2010.939'/%3e%3c/svg%3e") no-repeat center;
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-send-icon%20lucide-send'%3e%3cpath%20d='M14.536%2021.686a.5.5%200%200%200%20.937-.024l6.5-19a.496.496%200%200%200-.635-.635l-19%206.5a.5.5%200%200%200-.024.937l7.93%203.18a2%202%200%200%201%201.112%201.11z'/%3e%3cpath%20d='m21.854%202.147-10.94%2010.939'/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  background-position: center
}

.first\:mt-0:first-child {
  margin-top: 0
}

.first\:mt-1:first-child {
  margin-top: .25rem
}

.empty\:hidden:empty {
  display: none
}

.hover\:border-none:hover {
  border-style: none
}

.hover\:bg-jq-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

.hover\:bg-jq-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.hover\:bg-jq-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-800) / var(--tw-bg-opacity, 1))
}

.hover\:bg-jq-900\/50:hover {
  background-color: rgb(var(--color-jq-900) / .5)
}

.hover\:text-on-surface:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.hover\:underline:hover {
  text-decoration-line: underline
}

.hover\:text-subtle:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.focus\:bg-jq-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-500) / var(--tw-bg-opacity, 1))
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.active\:bg-jq-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.group:hover .group-hover\:bg-black\/70 {
  background-color: #000000b3
}

.group:hover .group-hover\:text-jq-200 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-200) / var(--tw-text-opacity, 1))
}

.group:hover .group-hover\:text-jq-200\/80 {
  color: rgb(var(--color-jq-200) / .8)
}

.group:hover .group-hover\:text-on-surface {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1
}

.group:hover .group-hover\:backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.group.active .group-\[\.active\]\:font-medium {
  font-weight: 500
}

.group.active .group-\[\.active\]\:text-jq-100 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

.peer:focus~.peer-focus\:text-on-surface {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1))
}

.data-\[status\=공개\]\:inline[data-status=공개],
.data-\[status\=비공개\]\:inline[data-status=비공개] {
  display: inline
}

.data-\[status\=보호\]\:hidden[data-status=보호] {
  display: none
}

.data-\[selected\=true\]\:bg-surface[data-selected=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface) / var(--tw-bg-opacity, 1))
}

.dark\:border-b-\[1px\]:is(.dark *) {
  border-bottom-width: 1px
}

.dark\:border-solid:is(.dark *) {
  border-style: solid
}

.dark\:border-jq-line:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-jq-line) / var(--tw-border-opacity, 1))
}

.dark\:border-white:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
}

.dark\:border-b-jq-line\/20:is(.dark *) {
  border-bottom-color: rgb(var(--color-jq-line) / .2)
}

.dark\:bg-jq-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-700) / var(--tw-bg-opacity, 1))
}

.dark\:bg-jq-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-900) / var(--tw-bg-opacity, 1))
}

.dark\:bg-primary\/60:is(.dark *) {
  background-color: rgb(var(--color-primary) / .6)
}

.dark\:text-jq-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-100) / var(--tw-text-opacity, 1))
}

.dark\:text-jq-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.dark\:opacity-80:is(.dark *) {
  opacity: .8
}

.dark\:hover\:bg-jq-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-jq-800) / var(--tw-bg-opacity, 1))
}

.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

@media (max-width: 600px) {
  .max-\[600px\]\:w-\[80\%\] {
    width: 80%
  }
}

@media (min-width: 640px) {
  .sm\:max-w-\[60\%\] {
    max-width: 60%
  }

  .sm\:flex-row {
    flex-direction: row
  }

  .sm\:items-start {
    align-items: flex-start
  }

  .sm\:pl-4 {
    padding-left: 1rem
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative
  }

  .md\:bottom-16 {
    bottom: 4rem
  }

  .md\:top-80 {
    top: 20rem
  }

  .md\:z-auto {
    z-index: auto
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .md\:mb-12 {
    margin-bottom: 3rem
  }

  .md\:mt-16 {
    margin-top: 4rem
  }

  .md\:mt-3 {
    margin-top: .75rem
  }

  .md\:inline-block {
    display: inline-block
  }

  .md\:flex {
    display: flex
  }

  .md\:hidden {
    display: none
  }

  .md\:aspect-square {
    aspect-ratio: 1 / 1
  }

  .md\:size-20 {
    width: 5rem;
    height: 5rem
  }

  .md\:size-40 {
    width: 10rem;
    height: 10rem
  }

  .md\:h-auto {
    height: auto
  }

  .md\:w-1\/5 {
    width: 20%
  }

  .md\:w-3\/4 {
    width: 75%
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:gap-1 {
    gap: .25rem
  }

  .md\:gap-2 {
    gap: .5rem
  }

  .md\:gap-6 {
    gap: 1.5rem
  }

  .md\:overflow-y-visible {
    overflow-y: visible
  }

  .md\:bg-jq-bg\/50 {
    background-color: rgb(var(--color-jq-bg) / .5)
  }

  .md\:bg-transparent {
    background-color: transparent
  }

  .md\:p-0 {
    padding: 0
  }

  .md\:p-8 {
    padding: 2rem
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .md\:pr-14 {
    padding-right: 3.5rem
  }

  .md\:pr-32 {
    padding-right: 8rem
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .md\:text-3xl\/tight {
    font-size: 1.875rem;
    line-height: 1.25
  }

  .md\:text-\[1\.625rem\]\/8 {
    font-size: 1.625rem;
    line-height: 2rem
  }

  .md\:opacity-0 {
    opacity: 0
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .md\:title-mono-sm {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: .125rem;
    padding-right: .125rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    --tw-text-opacity: 1;
    color: rgb(var(--color-jq-300) / var(--tw-text-opacity, 1))
  }
}

@media (min-width: 1024px) {
  .lg\:inline-block {
    display: inline-block
  }

  .lg\:w-1\/5 {
    width: 20%
  }

  .lg\:w-4\/5 {
    width: 80%
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem
  }
}

/* Light Gray Code Block */
.post-content pre,
.tt_article_useless_p_margin pre {
  background: #f3f3f3 !important;
  color: #1e1e1e !important;
  padding: 20px !important;
  border-radius: 8px !important;
  overflow-x: auto;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #e0e0e0;
}

/* 인라인 코드 */
.post-content code:not(pre code),
.tt_article_useless_p_margin code:not(pre code) {
  background: #f3f3f3;
  padding: 2px 6px;
  border-radius: 4px;
}

/* 바깥(pre)만 배경 */
.post-content pre,
.tt_article_useless_p_margin pre {
  background: #f3f3f3 !important;
  border: 1px solid #e0e0e0 !important;
  padding: 20px !important;
  border-radius: 8px !important;
}

/* 안쪽(code / hljs / prism 등) 흰 박스 제거 */
.post-content pre code,
.tt_article_useless_p_margin pre code,
.post-content pre .hljs,
.tt_article_useless_p_margin pre .hljs {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block;
}

/* 혹시 figure/td 같은 래퍼가 배경을 주는 경우까지 제거 */
.post-content figure pre,
.tt_article_useless_p_margin figure pre {
  background: #f3f3f3 !important;
}

.post-content figure code,
.tt_article_useless_p_margin figure code {
  background: transparent !important;
}

/* 코드블럭 폰트 Consolas로 강제 */
.post-content pre,
.post-content code,
.tt_article_useless_p_margin pre,
.tt_article_useless_p_margin code {
  font-family: Consolas, "Courier New", monospace !important;
}

html.dark #article-editor pre,
html.dark #article-editor pre code {
  background-color: #1e1e1e !important;
  color: #d4d4d4 !important;
}

/* 스크롤바/여백 포함해서 박스 자체 */
html.dark #article-editor pre {
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

/* 인라인 코드 */
html.dark #article-editor p code,
html.dark #article-editor li code {
  background-color: #2a2a2a !important;
  color: #e5e7eb !important;
}
/* ===== 기본 코드블럭 폰트 ===== */
#article-editor pre,
#article-editor pre code {
  font-family: Consolas, "JetBrains Mono", monospace;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== 다크모드 기본 배경 ===== */
html.dark #article-editor pre {
  background-color: #1e1e1e !important;
  color: #d4d4d4 !important;
}

/* ===== 키워드 (public, class 등) ===== */
html.dark #article-editor .hljs-keyword {
  color: #569cd6 !important;
}

/* ===== 타입 (int, string, Dictionary 등) ===== */
html.dark #article-editor .hljs-type {
  color: #4ec9b0 !important;
}

/* ===== 문자열 ===== */
html.dark #article-editor .hljs-string {
  color: #ce9178 !important;
}

/* ===== 주석 ===== */
html.dark #article-editor .hljs-comment {
  color: #6a9955 !important;
  font-style: italic;
}

/* ===== 함수 ===== */
html.dark #article-editor .hljs-title,
html.dark #article-editor .hljs-function {
  color: #dcdcaa !important;
}

/* ===== 숫자 ===== */
html.dark #article-editor .hljs-number {
  color: #b5cea8 !important;
}
/* ===== 라이트/다크 공통 주석 기울임 ===== */
#article-editor .hljs-comment {
  font-style: italic !important;
}


/* =========================================================
   Custom Theme Palette (UI only - NOT post content)
   Light: user palette
   Dark: tuned equivalents for contrast
   ========================================================= */

/* Theme tokens */
:root {
  --theme-bg: #FFFFFF;         /* base background */
  --theme-surface: #F3F3F1;    /* cards/surfaces */
  --theme-surface-2: #F7F7F5;  /* subtle panels */
  --theme-accent-1: #DF8BA9;   /* primary accent */
  --theme-accent-2: #F1BDBD;   /* soft accent */
  --theme-mint-1: #A5D7D9;     /* mint accent */
  --theme-mint-2: #CCE8E9;     /* mint soft */
  --theme-text: #222222;       /* UI text */
  --theme-muted: #5C5C5C;      /* muted UI text */
  --theme-line: rgba(223, 139, 169, 0.35);
  --theme-shadow: rgba(0, 0, 0, 0.06);

  --theme-link: #DF8BA9;
  --theme-link-hover: #C76C8C;

  --theme-btn-bg: #DF8BA9;
  --theme-btn-text: #FFFFFF;
  --theme-btn-bg-hover: #C76C8C;

  --theme-chip-bg: #CCE8E9;
  --theme-chip-text: #1E3B3D;
  --theme-chip-border: rgba(165, 215, 217, 0.9);

  --theme-focus: rgba(165, 215, 217, 0.9);
}

/* Dark mode tuned palette */
html.dark {
  --theme-bg: #0F1113;
  --theme-surface: #15181B;
  --theme-surface-2: #111417;

  --theme-accent-1: #EAA1B8;   /* brighter for dark */
  --theme-accent-2: #C97A93;   /* deeper pink */
  --theme-mint-1: #6FBEC1;     /* brighter mint */
  --theme-mint-2: #2A3E40;     /* muted mint panel */

  --theme-text: #E9EAEC;
  --theme-muted: #B8BEC7;
  --theme-line: rgba(111, 190, 193, 0.28);
  --theme-shadow: rgba(0, 0, 0, 0.35);

  --theme-link: #EAA1B8;
  --theme-link-hover: #F1BDBD;

  --theme-btn-bg: #C97A93;
  --theme-btn-text: #0F1113;
  --theme-btn-bg-hover: #EAA1B8;

  --theme-chip-bg: rgba(42, 62, 64, 0.9);
  --theme-chip-text: #E9EAEC;
  --theme-chip-border: rgba(111, 190, 193, 0.35);

  --theme-focus: rgba(111, 190, 193, 0.55);
}

/* =========================================================
   Apply theme to layout / UI chrome (exclude #article-editor)
   ========================================================= */

/* Global chrome background */
body {
  background-color: var(--theme-bg) !important;
  color: var(--theme-text);
}

/* Header + sidebar */
#header,
#sidebar {
  background-color: var(--theme-bg) !important;
  border-color: var(--theme-line) !important;
}

#header {
  box-shadow: 0 1px 0 var(--theme-line);
}

#scroll-progress {
  background-color: var(--theme-accent-1) !important;
}

/* Sidebar sections look like soft panels */
#sidebar .sidebar-section__body,
#sidebar .sidebar-section {
  background: transparent;
}

#sidebar .sidebar-section__title span {
  color: var(--theme-muted) !important;
}

/* Search */
#sidebar .search__input,
#sidebar input[type="text"],
#sidebar input[type="password"] {
  background-color: var(--theme-surface) !important;
  color: var(--theme-text) !important;
  box-shadow: 0 0 0 1px var(--theme-line) inset;
}

#sidebar .search__input::placeholder {
  color: color-mix(in srgb, var(--theme-muted) 70%, transparent);
}

#sidebar .search__submit {
  color: var(--theme-accent-1) !important;
}
#sidebar .search__submit:hover {
  color: var(--theme-btn-text) !important;
  background-color: var(--theme-btn-bg) !important;
  border-radius: .5rem;
}

/* Tags (random tags / tag page / tag label) */
#sidebar .tag-link,
.tag-list a.tag-link,
.tag-list a[href].tag-link,
.tag-list a[href].tag-link.xs,
.tag-list a[href].tag-link.sm,
.tag-list a[href].tag-link.md,
.tag-list a[href].tag-link.lg {
  background-color: var(--theme-chip-bg) !important;
  color: var(--theme-chip-text) !important;
  border: 1px solid var(--theme-chip-border) !important;
  border-radius: 9999px;
}

#sidebar .tag-link:hover,
.tag-list a.tag-link:hover {
  background-color: var(--theme-mint-1) !important;
  color: #0F1113 !important;
}

/* Category list links */
#sidebar .tt_category a,
#sidebar .tt_category .link_tit,
#sidebar .tt_category .link_item,
#sidebar .tt_category .link_sub_item {
  color: var(--theme-text) !important;
}
#sidebar .tt_category a:hover {
  color: var(--theme-link-hover) !important;
}

/* Visitor numbers */
#sidebar .visitor-section .text-subtle {
  color: var(--theme-muted) !important;
}

/* Top nav links */
#header nav a,
#header a {
  color: var(--theme-text) !important;
}
#header nav a:hover,
#header a:hover {
  color: var(--theme-link-hover) !important;
}

/* Subscription / primary buttons */
.btn_subscription,
#btn-subscription,
#tt-body-page .container_postbtn .btn_post,
#tt-body-page .container_postbtn .postbtn_like + .btn_subscription,
#tt-body-page .container_postbtn .postbtn_like + .btn_subscription.following {
  background-color: var(--theme-btn-bg) !important;
  color: var(--theme-btn-text) !important;
  box-shadow: 0 6px 18px var(--theme-shadow);
}

.btn_subscription:hover,
#btn-subscription:hover,
#tt-body-page .container_postbtn .btn_post:hover,
#tt-body-page .container_postbtn .postbtn_like + .btn_subscription:hover,
#tt-body-page .container_postbtn .postbtn_like + .btn_subscription.following:hover {
  background-color: var(--theme-btn-bg-hover) !important;
}

/* Pagination */
[data-title=pagination-page-num-list] > a > span {
  color: var(--theme-text) !important;
}
[data-title=pagination-page-num-list] > a > span:hover {
  background-color: var(--theme-surface-2) !important;
}
[data-title=pagination-page-num-list] > a > span.selected {
  background-color: var(--theme-accent-1) !important;
  color: var(--theme-btn-text) !important;
}
[data-title=pagination-page-num-list] + a,
a[rel="next"],
a[rel="prev"] {
  color: var(--theme-muted) !important;
}
[data-title=pagination-page-num-list] + a:hover,
a[rel="next"]:hover,
a[rel="prev"]:hover {
  background-color: var(--theme-surface-2) !important;
  color: var(--theme-text) !important;
}

/* Index list cards (list-box) */
.list-box {
  border-radius: 14px;
}
.list-box .list-link {
  background-color: var(--theme-surface) !important;
  box-shadow: 0 1px 0 var(--theme-line), 0 12px 28px var(--theme-shadow);
  border: 1px solid color-mix(in srgb, var(--theme-line) 60%, transparent);
  border-radius: 14px;
  padding: 14px;
}
.list-box .list-link:hover {
  border-color: color-mix(in srgb, var(--theme-accent-1) 45%, var(--theme-line));
}

.list-box [data-title="article-title"] {
  color: var(--theme-text) !important;
}
.list-box .desc,
.list-box .summary {
  color: color-mix(in srgb, var(--theme-muted) 88%, transparent) !important;
}

/* Prev/Next floating cards */
.post-nav {
  background-color: var(--theme-surface) !important;
  border: 1px solid color-mix(in srgb, var(--theme-line) 65%, transparent);
  box-shadow: 0 18px 40px var(--theme-shadow);
}
.post-nav:hover {
  background-color: var(--theme-surface-2) !important;
}

/* Overlay */
#sidebar-overlay {
  background-color: rgba(0,0,0,0.5) !important;
}

/* Focus rings */
#sidebar input[type="text"]:focus,
#sidebar input[type="password"]:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--theme-focus) !important;
  outline-offset: 2px !important;
}

/* Selection */
::selection {
  background: color-mix(in srgb, var(--theme-accent-2) 70%, transparent);
}

/* =========================================================
   Explicitly avoid changing post body (#article-editor)
   ========================================================= */
#article-editor,
#article-editor * {
  /* no theme overrides here */
}

/* =========================================================
   PATCH: requested adjustments (sidebar / post bottom / icon buttons)
   ========================================================= */

/* 1) Sidebar: remove large filled block feeling */
#sidebar {
  background-color: transparent !important;
}

/* Sidebar section titles (TAGS / CATEGORY / etc.) */
#sidebar .sidebar-section__title,
#sidebar .sidebar-section__title span,
#sidebar .tt_category .title,
#sidebar .tt_notice .title,
#sidebar h2,
#sidebar h3 {
  color: var(--theme-accent-1) !important;
}

/* Keep sidebar body text readable */
#sidebar,
#sidebar a,
#sidebar .category_list a,
#sidebar .tag-list a,
#sidebar .tag-list .tag-link {
  color: var(--theme-text) !important;
}

/* 2) Post bottom (another_category / etc.): remove gray box */
.article-content .another_category {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px solid var(--theme-line) !important;
}

/* 3) Post bottom icon buttons: revert to skin look (avoid theme button styling) */
#tt-body-page .container_postbtn,
#tt-body-page .container_postbtn * {
  background-color: transparent !important;
  box-shadow: none !important;
}

#tt-body-page .container_postbtn .btn_post,
#tt-body-page .container_postbtn .btn_menu,
#tt-body-page .container_postbtn .postbtn_like,
#tt-body-page .container_postbtn .btn_subscription,
#tt-body-page .container_postbtn a[class*="btn"],
#tt-body-page .container_postbtn button {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* If icons are images/svgs, don't tint them */
#tt-body-page .container_postbtn img,
#tt-body-page .container_postbtn svg {
  filter: none !important;
}

/* === List card height normalization (keep protected/empty posts consistent) === */
#tt-body-index .list-type-card .list-box,
#tt-body-category .list-type-card .list-box,
#tt-body-tag .list-type-card .list-box,
#tt-body-search .list-type-card .list-box,
#tt-body-index .list-type-thumbnail .list-box,
#tt-body-category .list-type-thumbnail .list-box,
#tt-body-tag .list-type-thumbnail .list-box,
#tt-body-search .list-type-thumbnail .list-box{
  height: 100%;
}

#tt-body-index .list-type-card .list-box .list-link,
#tt-body-category .list-type-card .list-box .list-link,
#tt-body-tag .list-type-card .list-box .list-link,
#tt-body-search .list-type-card .list-box .list-link,
#tt-body-index .list-type-thumbnail .list-box .list-link,
#tt-body-category .list-type-thumbnail .list-box .list-link,
#tt-body-tag .list-type-thumbnail .list-box .list-link,
#tt-body-search .list-type-thumbnail .list-box .list-link{
  height: 100%;
  min-height: 10.5rem;
}

#tt-body-index .list-type-card .list-box .list-link .desc,
#tt-body-category .list-type-card .list-box .list-link .desc,
#tt-body-tag .list-type-card .list-box .list-link .desc,
#tt-body-search .list-type-card .list-box .list-link .desc,
#tt-body-index .list-type-thumbnail .list-box .list-link .desc,
#tt-body-category .list-type-thumbnail .list-box .list-link .desc,
#tt-body-tag .list-type-thumbnail .list-box .list-link .desc,
#tt-body-search .list-type-thumbnail .list-box .list-link .desc{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* If summary exists, keep it a consistent height (3 lines) */
#tt-body-index .list-type-card .list-box .list-link .summary,
#tt-body-category .list-type-card .list-box .list-link .summary,
#tt-body-tag .list-type-card .list-box .list-link .summary,
#tt-body-search .list-type-card .list-box .list-link .summary,
#tt-body-index .list-type-thumbnail .list-box .list-link .summary,
#tt-body-category .list-type-thumbnail .list-box .list-link .summary,
#tt-body-tag .list-type-thumbnail .list-box .list-link .summary,
#tt-body-search .list-type-thumbnail .list-box .list-link .summary{
  line-height: 1.6;
  min-height: calc(1.6em * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* =========================
   게시글 하단 버튼 테마 수정
   ========================= */

/* 라이트모드 */
#tt-body-page .container_postbtn .btn_post {
  background-color: #CCE8E9 !important;
  border: none !important;
}

#tt-body-page .container_postbtn .btn_post svg {
  color: #1f2a30 !important;
  fill: #1f2a30 !important;
}

/* 다크모드 - 태그 느낌 */
html.dark #tt-body-page .container_postbtn .btn_post {
  background-color: rgba(204, 232, 233, 0.15) !important;
  border: 1px solid rgba(204, 232, 233, 0.4) !important;
}

html.dark #tt-body-page .container_postbtn .btn_post svg {
  color: #CCE8E9 !important;
  fill: #CCE8E9 !important;
}

/* 공감 텍스트 제거 */
#tt-body-page .container_postbtn .postbtn_like .txt_like {
  display: none !important;
}
/* =========================
   Header 라이트 상태로 고정
   ========================= */

/* 상단바 배경 항상 동일 */
#header,
html.dark #header {
  background-color: #F3F3F1 !important;
}

/* 타이틀 */
#header #Logo a,
#header #Logo a span,
html.dark #header #Logo a,
html.dark #header #Logo a span {
  color: #2E2A28 !important;
}

/* 우측 메뉴 */
#header nav a,
#header nav a span,
html.dark #header nav a,
html.dark #header nav a span {
  color: #F1BDBD !important;
}

/* Subscribe 버튼 */
#header .menu_toolbar .btn_subscription,
html.dark #header .menu_toolbar .btn_subscription {
  background-color: #F1BDBD !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* 점3개 버튼 배경 제거 */
#header .menu_toolbar .btn_tool .btn_menu_type1,
#header .menu_toolbar .btn_tool .btn_menu_type2,
html.dark #header .menu_toolbar .btn_tool .btn_menu_type1,
html.dark #header .menu_toolbar .btn_tool .btn_menu_type2 {
  background: transparent !important;
  box-shadow: none !important;
}

/* 점3개 아이콘 필터 제거 */
#header .menu_toolbar .ico_tistory_sign,
html.dark #header .menu_toolbar .ico_tistory_sign {
  filter: none !important;
}

/* =========================
   댓글 입력 영역 실제 배경 수정
   ========================= */

/* 라이트 */
#tt-body-page .bg-jq-500 {
  background-color: #F3F3F1 !important;
}

/* 다크 */
html.dark #tt-body-page .bg-jq-500 {
  background-color: rgba(204, 232, 233, 0.15) !important;
}

/* =========================
   TABLE OF CONTENTS 버튼 정확히 수정
   ========================= */

/* 라이트 */
#post-index-btn {
  background-color: #F3F3F1 !important;
  border: 1px solid rgba(223, 139, 169, 0.35) !important;
}

/* 다크 */
html.dark #post-index-btn {
  background-color: rgba(204, 232, 233, 0.15) !important;
  border: 1px solid rgba(204, 232, 233, 0.35) !important;
}

/* =========================
   TOC 아이콘 상단 마진 제거
   ========================= */

#post-index-btn svg {
  margin-top: 0 !important;
}


/* TOC 팝업 테두리 */
#post-index-wrap .inner {
  border: 1px solid rgba(223, 139, 169, 0.35) !important;
  border-radius: 14px !important;
}

/* 다크 */
html.dark #post-index-wrap .inner {
  border: 1px solid rgba(204, 232, 233, 0.35) !important;
}

/* TOC 팝업 너비 확장 */
#post-index-wrap {
  width: 340px !important;
  max-width: 90vw !important;
}

/* 좌우 여백 균형 맞추기 */
#post-index-wrap .inner {
  margin-right: 0 !important;   /* mr-6 제거 */
}

#post-index-wrap li {
  padding-left: 12px !important;  /* pl-6 줄이기 */
}
/* =========================
   TOC 버튼(#post-index-btn) & 팝업(버튼 다음 .inner) 최종
   - 핵심: transform 건드리지 않음(숨김/표시 로직 유지)
   - 팝업은 열렸을 때만 right 고정
   ========================= */

/* TOC 버튼(닫힌 상태) */
#post-index-btn {
  background-color: #F3F3F1 !important;
  border: 1px solid rgba(223, 139, 169, 0.35) !important;
}

/* 다크: 버튼만 톤다운 */
html.dark #post-index-btn {
  background-color: rgba(204, 232, 233, 0.15) !important;
  border: 1px solid rgba(204, 232, 233, 0.35) !important;
}

/* 팝업 박스: 버튼 바로 다음 형제(.inner)만 타겟 */
#post-index-btn + .inner {
  border: 1px solid rgba(223, 139, 169, 0.35) !important;
  border-radius: 14px !important;

  width: clamp(220px, 32vw, 360px) !important;
  max-width: calc(100vw - 32px) !important;

  margin: 0 !important;              /* mr-6 같은 밀림 제거 */
  box-sizing: border-box !important;
}

/* 다크: 테두리만 민트톤 */
html.dark #post-index-btn + .inner {
  border: 1px solid rgba(204, 232, 233, 0.35) !important;
}

/* 목록 왼쪽 패딩 과한 것만 줄이기 */
#post-index-btn + .inner li.pl-6 {
  padding-left: 12px !important;
}

/* 링크 왼쪽 기준 */
#post-index-btn + .inner a {
  text-align: left !important;
}

/* =========================
   열렸을 때만 위치 고정 (숨김/표시 transform은 건드리지 않음)
   - aria-expanded / aria-pressed 둘 중 하나만 있어도 동작
   ========================= */
#post-index-btn[aria-expanded="true"] + .inner,
#post-index-btn[aria-pressed="true"] + .inner {
  right: 16px !important;
  left: auto !important;
}

/* (옵션) 아이콘 위쪽 마진 문제 있으면 유지 */
#post-index-btn svg {
  margin-top: 0 !important;
}

/* =========================
   TOC 전체 래퍼 수정 (진짜 원인)
   ========================= */

section#post-index {
  width: 360px !important;
  max-width: calc(100vw - 32px) !important;
}

/* 다크모드 동일 적용 */
html.dark section#post-index {
  width: 360px !important;
}

/* 내부 박스 테두리 */
section#post-index .inner {
  border: 1px solid rgba(223, 139, 169, 0.35) !important;
  border-radius: 14px !important;
}

html.dark section#post-index .inner {
  border: 1px solid rgba(204, 232, 233, 0.35) !important;
}
/* =========================
   TOC 열렸을 때 버튼 숨김
   ========================= */

section#post-index:has(.inner) > button#post-index-btn {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 혹시 구조가 다를 경우 대비 */
section#post-index .inner ~ button#post-index-btn {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* =========================
   다크모드 TOC 버튼/팝업 투명도 제거
   ========================= */

/* 버튼: 투명/필터/블러 제거 */
html.dark #post-index-btn {
  opacity: 1 !important;
  filter: none !important;
  backdrop-filter: none !important;
}

/* 팝업: 반투명/블러 제거 + 완전 불투명 배경 */
html.dark section#post-index .inner {
  opacity: 1 !important;
  filter: none !important;
  backdrop-filter: none !important;
  background-color: #1B1F22 !important; /* 다크에서 안정적인 불투명 배경 */
}

/* 만약 bg-jq-700이 반투명이라면 같이 차단 */
html.dark section#post-index .bg-jq-700 {
  background-color: #1B1F22 !important;
}



/* ===== “가로로 긴 요소”가 본문 폭을 밀어내지 못하게 ===== */
.tt_article_useless_p_margin,
.entry-content,
.post-content,
.article-view {
  overflow-x: hidden !important;
}

/* 코드블럭: 본문을 늘리지 말고 내부 가로 스크롤 */
.tt_article_useless_p_margin pre,
.entry-content pre,
.post-content pre {
  max-width: 100% !important;
  overflow-x: auto !important;
}

/* 표/이미지/iframe/임베드: 본문 밖으로 튀어나오지 않게 */
.tt_article_useless_p_margin table,
.entry-content table,
.post-content table,
.tt_article_useless_p_margin img,
.entry-content img,
.post-content img,
.tt_article_useless_p_margin iframe,
.entry-content iframe,
.post-content iframe {
  max-width: 100% !important;
}

/* 표가 넓으면 통째로 스크롤되게 */
.tt_article_useless_p_margin table,
.entry-content table,
.post-content table {
  display: block !important;
  overflow-x: auto !important;
}

/* ===== 상단바 세로 높이 줄이기 ===== */
header,
#header,
.header,
.navbar,
.site-header {
  height: 40px !important;
  min-height: 40px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 내부 정렬용 래퍼가 있을 경우 */
header .inner,
#header .inner,
.header .inner,
.navbar .inner {
  height: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

/* 메뉴/로고 영역 위아래 여백 제거 */
header a,
header li,
header nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2 !important;
}

:root { --header-h: 40px; }
#scroll-progress{
  top: var(--header-h) !important;
}
:root { --header-h: 40px; }

#scroll-progress{
  position: fixed !important;
  left: 0 !important;
  top: var(--header-h) !important;
  z-index: 9999 !important;
}
/* ===== 코드블럭 배경 강제 통일(우선순위로 이겨버리기) ===== */

/* 글 본문 안에 있는 모든 pre/code를 일단 회색으로 */
#tt-body-page .tt_article_useless_p_margin pre,
#tt-body-page .tt_article_useless_p_margin pre code,
#tt-body-page .tt_article_useless_p_margin code,
#tt-body-page .entry-content pre,
#tt-body-page .entry-content pre code,
#tt-body-page .entry-content code,
#tt-body-page .article-view pre,
#tt-body-page .article-view pre code,
#tt-body-page .article-view code {
  background-color: #f3f4f6 !important;
}

/* “내부 code가 흰색 배경을 다시 칠하는” 케이스 제거 */
#tt-body-page .tt_article_useless_p_margin pre code,
#tt-body-page .entry-content pre code,
#tt-body-page .article-view pre code {
  background: transparent !important;
}

/* 블럭형 코드 공통 외형 */
#tt-body-page .tt_article_useless_p_margin pre,
#tt-body-page .entry-content pre,
#tt-body-page .article-view pre {
  padding: 16px !important;
  border-radius: 8px !important;
  overflow-x: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: 100% !important;
}

/* 티스토리 새 에디터가 data-ke-type으로 뿌리는 코드블럭까지 포함 */
#tt-body-page pre[data-ke-type="codeblock"],
#tt-body-page div[data-ke-type="codeblock"],
#tt-body-page figure[data-ke-type="codeblock"] {
  background-color: #f3f4f6 !important;
  padding: 16px !important;
  border-radius: 8px !important;
  overflow-x: auto !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 프리즘/하이라이터 계열(클래스가 다를 때) */
#tt-body-page pre[class*="language-"],
#tt-body-page code[class*="language-"] {
  background-color: #f3f4f6 !important;
}
/* ===== 다크모드 키워드 색 가독성 개선 ===== */
html.dark .hljs-keyword,
html.dark .hljs-type,
html.dark .hljs-built_in,
html.dark .token.keyword,
html.dark .token.type,
html.dark .token.builtin,
html.dark code .keyword,
html.dark code .type {
  color: #c792ea !important; /* 보라톤 - 눈에 덜 부담 */
}

/* ===== 코드블럭: 라이트/다크 구분 없이 항상 다크처럼 ===== */
#article-editor pre,
#article-editor pre code {
  background-color: #1e1e1e !important;
  color: #d4d4d4 !important;
}

#article-editor pre {
  border-radius: 10px !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04) !important;
  border: 0 !important;
}

/* 인라인 코드도 다크처럼 */
#article-editor p code,
#article-editor li code {
  background-color: #2a2a2a !important;
  color: #e5e7eb !important;
}

/* 키워드/타입 색 (int/float 포함) — 파란색 가독성 개선 */
#article-editor .hljs-keyword { color: #c586c0 !important; } /* 보라 */
#article-editor .hljs-type,
#article-editor .hljs-built_in { color: #4ec9b0 !important; } /* 민트 */
#article-editor .hljs-string { color: #ce9178 !important; }
#article-editor .hljs-comment { color: #6a9955 !important; font-style: italic !important; }
#article-editor .hljs-title,
#article-editor .hljs-function { color: #dcdcaa !important; }
#article-editor .hljs-number { color: #b5cea8 !important; }

/* ===== 코드블럭: 라이트/다크 상관없이 항상 다크 스타일 강제(글 페이지 기준) ===== */
#tt-body-page pre,
#tt-body-page pre code,
#tt-body-page code,
#tt-body-page .hljs,
#tt-body-page .highlight,
#tt-body-page figure.highlight,
#tt-body-page pre[data-ke-type="codeblock"],
#tt-body-page div[data-ke-type="codeblock"],
#tt-body-page figure[data-ke-type="codeblock"] {
  background-color: #1e1e1e !important;
  color: #d4d4d4 !important;
}

#tt-body-page pre,
#tt-body-page .hljs,
#tt-body-page .highlight,
#tt-body-page figure.highlight,
#tt-body-page pre[data-ke-type="codeblock"],
#tt-body-page div[data-ke-type="codeblock"],
#tt-body-page figure[data-ke-type="codeblock"] {
  padding: 16px !important;
  border-radius: 10px !important;
  overflow-x: auto !important;
  border: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04) !important;
  max-width: 100% !important;
}

/* 내부 code가 흰 배경을 다시 칠하는 경우 제거 */
#tt-body-page pre code,
#tt-body-page .hljs code,
#tt-body-page .highlight code,
#tt-body-page figure.highlight code {
  background: transparent !important;
}

/* pre 내부 하이라이터(hljs/code)가 별도 박스를 만들지 않게 강제 */
#tt-body-page pre code,
#tt-body-page pre code.hljs,
#tt-body-page pre .hljs,
#tt-body-page pre .highlight {
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

#tt-body-page pre code {
  margin: 0 !important;
}

#tt-body-page pre > * {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* 코드블럭 외부 figure/div 래퍼 — 이중 상자 방지 */
#tt-body-page figure[data-ke-type="codeblock"],
#tt-body-page div[data-ke-type="codeblock"] {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* ===== 코드블럭 내부 스크롤바 세련된 다크 버전 ===== */

/* 크롬 / 엣지 */
#tt-body-page pre::-webkit-scrollbar {
  height: 10px;
}

#tt-body-page pre::-webkit-scrollbar-track {
  background: #2a2a2a;
  border-radius: 10px;
}

#tt-body-page pre::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #5a5a5a, #707070);
  border-radius: 10px;
}

#tt-body-page pre::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #707070, #8a8a8a);
}

/* 파이어폭스 */
#tt-body-page pre {
  scrollbar-width: thin;
  scrollbar-color: #6a6a6a #2a2a2a;
}

/* =======================================================
   1️⃣ 댓글 입력 박스 + 버튼을 프로필 박스와 같은 톤으로
   (라이트 / 다크 모두 대응)
======================================================= */

/* 댓글 입력 영역 배경 */
#tt-body-page .comment-write,
#tt-body-page .comment-form,
#tt-body-page .area_reply,
#tt-body-page .reply_write,
#tt-body-page textarea {
  background-color: #f3f3f3 !important;
  border-radius: 14px !important;
  border: 0 !important;
}

/* 댓글 입력창 내부 */
#tt-body-page textarea {
  background-color: #f3f3f3 !important;
  padding: 16px !important;
}

/* 댓글 버튼 */
#tt-body-page .comment-write button,
#tt-body-page .reply_write button,
#tt-body-page .btn_reply,
#tt-body-page .btn-comment {
  background-color: #f3f3f3 !important;
  border: 0 !important;
  border-radius: 10px !important;
}

/* 다크모드 댓글 영역 */
html.dark #tt-body-page .comment-write,
html.dark #tt-body-page .comment-form,
html.dark #tt-body-page .area_reply,
html.dark #tt-body-page .reply_write,
html.dark #tt-body-page textarea {
  background-color: #2a2a2a !important;
}

html.dark #tt-body-page .comment-write button,
html.dark #tt-body-page .reply_write button,
html.dark #tt-body-page .btn_reply,
html.dark #tt-body-page .btn-comment {
  background-color: #2a2a2a !important;
}


/* ===== 글 본문(포스트) 하단 태그 “버튼”만 색 변경 (사이드바 제외) ===== */
#tt-body-page .article-view .tag-list a,
#tt-body-page .article-view .tags a,
#tt-body-page .h-entry .tag-list a,
#tt-body-page .h-entry .tags a {
  background: #f1bdbd !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  color: #4a2b2b !important;
  border-radius: 999px !important;
}

/* hover */
#tt-body-page .article-view .tag-list a:hover,
#tt-body-page .article-view .tags a:hover,
#tt-body-page .h-entry .tag-list a:hover,
#tt-body-page .h-entry .tags a:hover {
  filter: brightness(0.97);
}

/* 다크모드에서도 동일 톤 유지(너무 튀지 않게 살짝 다운) */
html.dark #tt-body-page .article-view .tag-list a,
html.dark #tt-body-page .article-view .tags a,
html.dark #tt-body-page .h-entry .tag-list a,
html.dark #tt-body-page .h-entry .tags a {
  background: #c98f8f !important;
  border-color: rgba(255,255,255,0.12) !important;
  color: #1a1a1a !important;
}


/* =======================================================
   1️⃣ 댓글 입력 박스 + 버튼을 프로필 박스와 같은 톤으로
   (라이트 / 다크 모두 대응)
======================================================= */

/* 댓글 입력 영역 배경 */
#tt-body-page .comment-write,
#tt-body-page .comment-form,
#tt-body-page .area_reply,
#tt-body-page .reply_write,
#tt-body-page textarea {
  background-color: #f3f3f3 !important;
  border-radius: 14px !important;
  border: 0 !important;
}

/* 댓글 입력창 내부 */
#tt-body-page textarea {
  background-color: #f3f3f3 !important;
  padding: 16px !important;
}

/* 댓글 버튼 */
#tt-body-page .comment-write button,
#tt-body-page .reply_write button,
#tt-body-page .btn_reply,
#tt-body-page .btn-comment {
  background-color: #f3f3f3 !important;
  border: 0 !important;
  border-radius: 10px !important;
}

/* 다크모드 댓글 영역 */
html.dark #tt-body-page .comment-write,
html.dark #tt-body-page .comment-form,
html.dark #tt-body-page .area_reply,
html.dark #tt-body-page .reply_write,
html.dark #tt-body-page textarea {
  background-color: #2a2a2a !important;
}

html.dark #tt-body-page .comment-write button,
html.dark #tt-body-page .reply_write button,
html.dark #tt-body-page .btn_reply,
html.dark #tt-body-page .btn-comment {
  background-color: #2a2a2a !important;
}


/* ===== 댓글 입력 영역 톤 맞추기(라이트/다크) ===== */

/* 댓글 입력 박스(textarea) */
#tt-body-page .comment-write textarea,
#tt-body-page .comment-form textarea,
#tt-body-page .area_reply textarea,
#tt-body-page form textarea[name="comment"],
#tt-body-page form textarea[id*="comment"] {
  background: #f3f3f3 !important;
  color: #111 !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 16px !important;
}

/* 플레이스홀더 */
#tt-body-page .comment-write textarea::placeholder,
#tt-body-page .comment-form textarea::placeholder,
#tt-body-page .area_reply textarea::placeholder,
#tt-body-page form textarea[name="comment"]::placeholder,
#tt-body-page form textarea[id*="comment"]::placeholder {
  color: rgba(0,0,0,0.35) !important;
}

/* 버튼(아이콘 버튼 포함) */
#tt-body-page .comment-write button,
#tt-body-page .comment-form button,
#tt-body-page .area_reply button,
#tt-body-page .comment-write .btn,
#tt-body-page .comment-form .btn,
#tt-body-page .area_reply .btn,
#tt-body-page form button[type="submit"],
#tt-body-page form button[type="button"] {
  background: #f3f3f3 !important;
  border: 0 !important;
  border-radius: 10px !important;
}

/* 다크모드 */
html.dark #tt-body-page .comment-write textarea,
html.dark #tt-body-page .comment-form textarea,
html.dark #tt-body-page .area_reply textarea,
html.dark #tt-body-page form textarea[name="comment"],
html.dark #tt-body-page form textarea[id*="comment"] {
  background: #2a2a2a !important;
  color: #e5e7eb !important;
}

html.dark #tt-body-page .comment-write textarea::placeholder,
html.dark #tt-body-page .comment-form textarea::placeholder,
html.dark #tt-body-page .area_reply textarea::placeholder,
html.dark #tt-body-page form textarea[name="comment"]::placeholder,
html.dark #tt-body-page form textarea[id*="comment"]::placeholder {
  color: rgba(229,231,235,0.45) !important;
}

html.dark #tt-body-page .comment-write button,
html.dark #tt-body-page .comment-form button,
html.dark #tt-body-page .area_reply button,
html.dark #tt-body-page .comment-write .btn,
html.dark #tt-body-page .comment-form .btn,
html.dark #tt-body-page .area_reply .btn,
html.dark #tt-body-page form button[type="submit"],
html.dark #tt-body-page form button[type="button"] {
  background: #2a2a2a !important;
}

/* =======================================================
   포스트 하단 태그 버튼 + 댓글 입력창/버튼 (실제 클래스 기준)
   - 태그 버튼: f1bdbd
   - 댓글 입력 박스(tt-inner-g) + 등록 버튼(tt-btn_register): 프로필 박스 톤
   - 다크모드 대응
======================================================= */

/* -----------------------
   A) 포스트 하단 태그 "버튼"만
   - 링크가 /tag/ 를 포함하는 a
   - 사이드바(#aside) 제외
----------------------- */
#tt-body-page a[href*="/tag/"]:not(#aside a):not(#sidebar a):not(.sidebar a) {
  background: #f1bdbd !important;
  color: #4a2b2b !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
}

/* 다크모드: 같은 계열로만 톤다운 */
html.dark #tt-body-page a[href*="/tag/"]:not(#aside a):not(#sidebar a):not(.sidebar a) {
  background: #c98f8f !important;
  color: #1a1a1a !important;
  border-color: rgba(255,255,255,0.14) !important;
}

/* -----------------------
   B) 댓글 입력 박스 래퍼: div.tt-inner-g
   (캡처에 나온 실제 클래스)
----------------------- */
#tt-body-page .tt-inner-g {
  background: #f3f3f3 !important;
  border-radius: 14px !important;
  border: 0 !important;
}

/* 댓글 textarea: 배경/포커스(파란색) 제거 */
#tt-body-page .tt-inner-g textarea {
  background: #f3f3f3 !important;
  color: #111 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#tt-body-page .tt-inner-g textarea:focus {
  background: #f3f3f3 !important;
  box-shadow: none !important;
}

/* placeholder */
#tt-body-page .tt-inner-g textarea::placeholder {
  color: rgba(0,0,0,0.35) !important;
}

/* 다크모드 댓글 박스 */
html.dark #tt-body-page .tt-inner-g {
  background: #2a2a2a !important;
}

html.dark #tt-body-page .tt-inner-g textarea {
  background: #2a2a2a !important;
  color: #e5e7eb !important;
}

html.dark #tt-body-page .tt-inner-g textarea::placeholder {
  color: rgba(229,231,235,0.45) !important;
}

/* -----------------------
   C) 댓글 관련 버튼: button.tt-btn_register (캡처)
   + 아이콘 버튼(잠금/전송)도 같이 톤 맞춤
----------------------- */
#tt-body-page button.tt-btn_register,
#tt-body-page .tt-btn_register,
#tt-body-page .tt-inner-g button,
#tt-body-page .tt-inner-g a,
#tt-body-page .tt-inner-g .btn {
  background: #f3f3f3 !important;
  color: #111 !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

html.dark #tt-body-page button.tt-btn_register,
html.dark #tt-body-page .tt-btn_register,
html.dark #tt-body-page .tt-inner-g button,
html.dark #tt-body-page .tt-inner-g a,
html.dark #tt-body-page .tt-inner-g .btn {
  background: #2a2a2a !important;
  color: #e5e7eb !important;
}

/* ===== (1) 다크모드: 포스트 하단 태그 버튼 톤 맞추기 ===== */
html.dark #tt-body-page a[href*="/tag/"]:not(#aside a):not(#sidebar a):not(.sidebar a) {
  background: rgba(241, 189, 189, 0.18) !important;   /* 반투명 채움 */
  border: 1px solid rgba(241, 189, 189, 0.55) !important; /* 테두리 */
  color: rgba(255,255,255,0.92) !important;           /* 흰 글씨 */
  box-shadow: none !important;
}

html.dark #tt-body-page a[href*="/tag/"]:not(#aside a):not(#sidebar a):not(.sidebar a):hover {
  background: rgba(241, 189, 189, 0.26) !important;
  border-color: rgba(241, 189, 189, 0.7) !important;
}

/* ===== (2) 댓글 입력칸/버튼 강제 (스킨마다 컨테이너가 달라서 범용으로) ===== */

/* 댓글 영역에서만 textarea 잡기 */
#tt-body-page :is(#comment, #comments, .comments, .area_reply, .tt-comment, .tt_wrap_comment, .comment) textarea {
  background: #f3f3f3 !important;
  color: #111 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 14px !important;
  padding: 16px !important;
}

/* 댓글 영역 버튼(잠금/전송/등록 포함) */
#tt-body-page :is(#comment, #comments, .comments, .area_reply, .tt-comment, .tt_wrap_comment, .comment)
:is(button, .btn, a.btn, .tt-btn_register, .tt-btn, .submit, .send) {
  background: #f3f3f3 !important;
  color: #111 !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

/* 다크모드 */
html.dark #tt-body-page :is(#comment, #comments, .comments, .area_reply, .tt-comment, .tt_wrap_comment, .comment) textarea {
  background: #2a2a2a !important;
  color: #e5e7eb !important;
}

html.dark #tt-body-page :is(#comment, #comments, .comments, .area_reply, .tt-comment, .tt_wrap_comment, .comment)
:is(button, .btn, a.btn, .tt-btn_register, .tt-btn, .submit, .send) {
  background: #2a2a2a !important;
  color: #e5e7eb !important;
}
/* ===== 카테고리(Work/Unity_...) 라인: 실제 클래스 기준 ===== */
#tt-body-page .title-mono-sm,
#tt-body-page .title-mono-sm-link {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Pretendard Variable", Pretendard,
    "NanumGothic", "Nanum Gothic",
    "Apple SD Gothic Neo", "Malgun Gothic",
    system-ui, sans-serif !important;
}

/* ===== 다크모드: 페이지네이션 현재페이지(span.selected) 색 톤다운 ===== */
.dark [data-title="pagination-page-num-list"] > a > span.selected {
  background: rgba(241, 189, 189, 0.18) !important;   /* 반투명 채움 */
  border: 1px solid rgba(241, 189, 189, 0.55) !important; /* 테두리 */
  color: rgba(255,255,255,0.92) !important;           /* 흰 글씨 */
}

/* 다크모드 hover */
.dark [data-title="pagination-page-num-list"] > a > span:hover {
  background: rgba(241, 189, 189, 0.10) !important;
  color: rgba(255,255,255,0.92) !important;
}
/* ===== 인용구 테마 컬러로 변경 ===== */
#tt-body-page blockquote {
  border-left: 4px solid #f1bdbd !important; /* 테마 핑크 */
  background: rgba(241, 189, 189, 0.08) !important; /* 아주 은은한 배경 */
  padding: 12px 16px !important;
  border-radius: 6px !important;
}

/* 다크모드 */
html.dark #tt-body-page blockquote {
  background: rgba(241, 189, 189, 0.12) !important;
}

/* ===== 83번 같은 글에서: 작성자 아래 ~ 본문 시작 간격 줄이기(확정 적용) ===== */

/* 1) 본문 래퍼 상단 패딩(32px) 확실히 덮기 */
#tt-body-page #content .tt_article_useless_p_margin.contents_style,
#tt-body-page #content .tt_article_useless_p_margin.contents_style.contents_style,
#tt-body-page .tt_article_useless_p_margin.contents_style {
  padding: 16px 0 0 !important; /* 32px -> 16px */
}

/* 2) 첫 인용구(※ 본 글은...) 위/아래 여백도 같이 줄이기 */
#tt-body-page #content blockquote:first-of-type,
#tt-body-page blockquote:first-of-type {
  margin-top: 8px !important;
  margin-bottom: 16px !important;
}

/* ===== FINAL OVERRIDE: 본문 표 스크롤 제거 ===== */
#tt-body-page :is(.tt_article_useless_p_margin, .entry-content, .post-content, .article-view) table {
  display: table !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed !important;
  overflow: visible !important;
  overflow-x: visible !important;
}

#tt-body-page :is(.tt_article_useless_p_margin, .entry-content, .post-content, .article-view)
:is(figure[data-ke-type="table"], .table-wrap, .table-overflow, .wrap_table, .table-scroll) {
  overflow: visible !important;
  overflow-x: visible !important;
  max-width: 100% !important;
}

#tt-body-page :is(.tt_article_useless_p_margin, .entry-content, .post-content, .article-view) table :is(th, td) {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

/* 코드블럭 강제 덮어쓰기 */
#article-editor pre code span {
  color: inherit !important;
}

/* ===== HTML 태그 (핵심 문제) ===== */
#article-editor pre code .nt {
  color: #4ec9b0 !important;
}

/* 속성명 */
#article-editor pre code .na {
  color: #9cdcfe !important;
}

/* 속성값 */
#article-editor pre code .s {
  color: #ce9178 !important;
}

/* 주석 */
#article-editor pre code .c {
  color: #6a9955 !important;
}

/* 키워드 */
#article-editor pre code .k {
  color: #569cd6 !important;
}

/* 문자열 */
#article-editor pre code .s1,
#article-editor pre code .s2 {
  color: #ce9178 !important;
}

/* 숫자 */
#article-editor pre code .m {
  color: #b5cea8 !important;
}

/* 태그 안 텍스트만 밝게 */
#article-editor pre code .nx,
#article-editor pre code .mi,
#article-editor pre code .mf,
#article-editor pre code .nv,
#article-editor pre code .o,
#article-editor pre code .w {
  color: #F5F5DC !important;
}

/* 일반 텍스트 fallback */
#article-editor pre code span {
  color: #F5F5DC !important;
}
