@charset "UTF-8";
.not-found {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
}
.not-found .result {
  display: none;
}
.not-found .desc {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.not-found .desc li {
  position: relative;
  padding-left: 0.75rem;
  font-size: 0.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: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.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: 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0, 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 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.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: 0.125rem;
  margin-right: 0;
}
#tt-body-page .container_postbtn .postbtn_like {
  position: relative;
  float: none;
  display: flex;
  gap: 0.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: 0.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: 0.75rem;
  padding-right: 0.75rem;
  margin-left: 0.5rem;
  border-radius: 0.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: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.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) / 0.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: -0.025em;
}
#tt-body-page h3[data-ke-size] {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.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 code {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  border-radius: 0.25rem;
  background-color: rgb(var(--color-jq-700) / 0.9);
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 90%;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(231 73 146 / var(--tw-text-opacity, 1));
}
#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: 0.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: 0.9375rem;
  line-height: 1.5rem;
}
#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: 0.5rem 0.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: 0.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) / 0.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: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 0.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: 0.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: 0.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: 0.25rem;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.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 code {
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  box-sizing: border-box;
  display: block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(40 44 52 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  opacity: 1;
}
#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: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  text-align: center;
  display: inline-block;
  font-size: 0.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: 0.375rem;
  border-style: none;
  padding: 1rem 1.25rem 0.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: 0.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: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.75rem !important;
}
#article-editor .another_category table tbody tr th {
  height: 1.75rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
}
#article-editor .another_category table tbody tr th a[href] {
  font-size: 0.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: 0.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: 0.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 / 0.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 / 0.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,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.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,
pre {
  margin: 0;
}
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: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-\[1px\] {
  margin-left: -1px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-\[1px\] {
  margin-top: -1px;
}
.-mt-\[57px\] {
  margin-top: -57px;
}
.-mt-\[9px\] {
  margin-top: -9px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.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: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.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: 0.75rem;
  height: 0.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: 0.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: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.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: 0.375rem;
  column-gap: 0.375rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.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: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.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: 0.25rem;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.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) / 0.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) / 0.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) / 0.5);
}
.bg-jq-700\/90 {
  background-color: rgb(var(--color-jq-700) / 0.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) / 0.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: 0.25rem;
}
.p-2 {
  padding: 0.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: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.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: 0.25em;
  padding-right: 0.25em;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.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: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.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: 0.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[0\.9375rem\] {
  padding-top: 0.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: 0.8125rem;
}
.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}
.text-\[0\.9375rem\]\/5 {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.text-\[0\.9375rem\]\/6 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.text-\[0\.9375rem\]\/7 {
  font-size: 0.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: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/4 {
  font-size: 0.875rem;
  line-height: 1rem;
}
.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-sm\/none {
  font-size: 0.875rem;
  line-height: 1;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs,
.text-xs\/4 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs\/6 {
  font-size: 0.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: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-widest {
  letter-spacing: 0.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) / 0.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) / 0.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: 0.8;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 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(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-100 {
  transition-duration: 0.1s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 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: 0.125rem;
  padding-right: 0.125rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.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: 0.75rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.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: -0.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: -0.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: -0.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: -0.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) / 0.8);
  color: #fffffff2;
}
::selection {
  background-color: rgb(var(--color-primary) / 0.8);
  color: #fffffff2;
}
:is(.dark *)::-moz-selection {
  background-color: rgb(var(--color-primary) / 0.6);
}
:is(.dark *)::selection {
  background-color: rgb(var(--color-primary) / 0.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: 0.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: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
input[type="text"],
input[type="password"] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 0.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) / 0.5);
}
input[type="text"]::placeholder,
input[type="password"]::placeholder {
  color: rgb(var(--color-on-surface) / 0.5);
}
input[type="text"],
input[type="password"] {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 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: -0.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: 0.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: 0.25rem;
  margin-bottom: 0.25rem;
  gap: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.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) / 0.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(0.4, 0, 0.2, 1);
  transition-duration: 0.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) / 0.5);
}
.btn-theme:hover:is(.dark *) {
  background-color: rgb(var(--color-jq-700) / 0.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: -0.25rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  font-size: 0;
}
.tag-list.gap-tight {
  margin-left: 0;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.tag-list a,
.tag-list .tag-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  min-width: 0px;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.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: 0.25rem;
  width: 0.75rem;
  height: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.25rem;
  border-left-width: 1px;
  border-color: transparent;
  font-size: 0.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) / 0.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: 0.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: 0.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: -0.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: -0.5rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.tt-box-textarea .tt-inner-g {
  overflow: hidden;
  border-radius: 0.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: 0.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: 0.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) / 0.5);
}
.tt-box-textarea textarea::placeholder {
  color: rgb(var(--color-on-surface) / 0.5);
}
.tt-box-textarea textarea {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tt_wrap_write input[type="text"],
.tt_wrap_write input[type="password"] {
  border-radius: 0.375rem;
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.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) / 0.5);
}
.tt_wrap_write input[type="text"]::placeholder,
.tt_wrap_write input[type="password"]::placeholder {
  color: rgb(var(--color-on-surface) / 0.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: 0.25rem;
  border-radius: 0.375rem;
  border-style: none;
  padding: 0.75rem;
  font-size: 0.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: 0.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: 0.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: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 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: 0.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: 0.375rem;
  font-size: 0;
}
.tt-box-write .tt-btn-cancel:before {
  display: inline-block;
  font-size: 0.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: 0.375rem;
  font-size: 0;
}
.tt-box-write .tt-btn_register:before {
  display: inline-block;
  font-size: 0.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: 0.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) / 0.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) / 0.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) / 0.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) / 0.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: 0.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: 0.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: 0.25rem;
  }
  .md\:gap-2 {
    gap: 0.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) / 0.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: 0.125rem;
    padding-right: 0.125rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      Liberation Mono, Courier New, monospace;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.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: 0.875rem;
    line-height: 1.25rem;
  }
}
