@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url("https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
* {
  font-family:
    "Pretendard Variable",
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    "Helvetica Neue",
    "Segoe UI",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 0.875rem;
  user-select: none;
}
@media (max-width: 48rem) {
  body {
    font-size: 0.75rem;
  }
}
img {
  pointer-events: none;
}
button {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  line-height: initial;
  cursor: pointer;
}
input,
textarea {
  user-select: auto;
  outline: none;
  border: none;
  padding-left: 0.625rem;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.relative {
  position: relative;
}
.wrapper {
  width: 100vw;
  height: 100vh;
}
.total {
  width: 100%;
  height: 100%;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexColumn {
  display: flex;
  flex-direction: column;
}
.another_category {
  display: none;
}
pre {
  position: relative;
  margin: 0;
  margin-top: 1rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
pre::after {
  content: attr(data-ke-language);
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  color: #eee;
  font-size: 0.75rem;
}
.hljs {
  color: #eee;
}
.hljs .code-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem;
  background-color: #434041;
}
.hljs .code-header .left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hljs .code-header .left .btn {
  border-radius: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0 0.3125rem;
}
.hljs .code-header .left .btn.red {
  background-color: #f5655b;
}
.hljs .code-header .left .btn.yellow {
  background-color: #f6bd3b;
}
.hljs .code-header .left .btn.green {
  background-color: #43c645;
}
.hljs .code-header button {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #ddd;
  border-radius: 0.3125rem;
}
.hljs .code-header button:hover i {
  color: #fff;
}
.hljs .code-header button i {
  color: #eee;
}
.hljs .line {
  counter-increment: line-idx;
  line-height: 1.5;
}
.hljs .line::before {
  content: counter(line-idx);
  width: 1.5rem;
  display: inline-block;
  text-align: right;
  margin-right: 1rem;
  font-size: 0.8rem;
  color: #747a7a;
}
.hljs .line:hover {
  background-color: #262830;
}
.hljs .line:hover::before {
  color: #cfd2d1;
}
.hljs .line .hljs-comment {
  color: #999;
}
.hljs .code-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}
.hljs .code-body::-webkit-scrollbar {
  width: 0.75rem;
}
.hljs .code-body::-webkit-scrollbar-thumb {
  background-color: rgba(1, 2, 3, 0.8);
  border-radius: 0.25rem;
}
.hljs .code-body::-webkit-scrollbar-corner {
  display: none;
}
#main-toc {
  margin: 2rem 0;
  background: #eee;
  padding: 1rem;
  border-radius: 0.3125rem;
}
.toc_container .title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #555;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #ddd;
  margin-bottom: 0.5rem;
}
.toc_container ul {
  margin: 0;
  padding: 0;
}
.toc_container ul li {
  padding-left: 1rem;
  list-style: none;
}
.toc_container ul li a {
  display: block;
  width: 100%;
  color: #999;
  white-space: nowrap;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 48rem) {
  .toc_container ul li a {
    font-size: 0.75rem;
  }
}
.toc_container ul li a:hover {
  color: #555;
}
.right_bar {
  position: absolute;
  top: 0;
  margin-left: var(--a-w);
  padding-left: calc(1rem + (100dvw - 80rem) / 100 * 20);
  width: calc(50dvw - var(--a-w) / 2 - (1rem + (100dvw - 80rem) / 100 * 20));
  height: 100%;
}
#floating-toc {
  position: sticky;
  top: 7.5rem;
}
@media (max-width: 80rem) {
  #floating-toc {
    display: none;
  }
}
#floating-toc .title {
  font-size: 1rem;
}
#floating-toc ul li {
  list-style: none;
  padding-left: 0;
}
#floating-toc ul li a {
  font-size: 0.75rem;
}
#article_content .container_postbtn {
  margin-top: 2rem;
  padding: 0;
}
#article_content .container_postbtn .postbtn_like {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
}
#article_content .container_postbtn .postbtn_like .btn_post {
  background: #eee;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0.3125rem;
  outline: none;
}
#article_content .container_postbtn .postbtn_like .btn_post .uoc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  color: #555;
}
#article_content
  .container_postbtn
  .postbtn_like
  .btn_post
  .uoc-icon
  .ico_like {
  margin: 0;
}
#article_rep_desc {
  font-size: 1rem;
}
#article_rep_desc p {
  margin-top: 1rem !important;
}
#article_rep_desc h2 {
  font-size: 1.5rem !important;
  line-height: 1.8;
}
#article_rep_desc h3 {
  font-size: 1.125rem !important;
  line-height: 1.8;
}
#article_rep_desc ul,
#article_rep_desc ol {
  margin: 0;
}
#article_rep_desc ul li,
#article_rep_desc ol li {
  line-height: 2;
}
#article_rep_desc figure {
  margin-top: 1rem;
}
#article_rep_desc mark {
  padding: 0.25rem;
  border-radius: 0.25rem;
  background: #eee;
  color: #7469b6;
  letter-spacing: 0.075rem;
}
#article_rep_desc blockquote {
  display: block;
  padding: 0.1875rem 1.25rem 0.375rem 0.875rem;
  margin: 1.25rem auto 0;
  border-left: 0.5rem solid #eee;
}
#article_rep_desc blockquote[data-ke-style="style2"] {
  border-left: 0.25rem solid #d0d0d0;
  color: #666;
  line-height: 1.75;
  text-align: left;
  font-size: 1rem;
}
#article_rep_desc blockquote[data-ke-style="style3"] {
  border: 0.0625rem solid #ddd;
  background: #fcfcfc;
  color: #666;
  line-height: 1.75;
  text-align: left;
  font-size: 1rem;
  padding: 1.25rem 2rem 4;
}
@media (max-width: 48rem) {
  #article_rep_desc {
    font-size: 0.875rem;
  }
  #article_rep_desc h2 {
    font-size: 1.125rem !important;
  }
  #article_rep_desc h3 {
    font-size: 1rem !important;
  }
}
#replies {
  margin-bottom: 7.5rem;
}
#replies .tt-box-total {
  display: none;
}
#replies .tt_wrap_write .tt-inner-g {
  border-radius: 0.5rem;
  border: none;
  background: #eee;
  padding: 1.5rem;
  overflow: hidden;
}
#replies .tt_wrap_write .tt-inner-g textarea {
  background: transparent;
}
#replies .tt_wrap_write .tt-inner-g .tt_txt_user {
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #555;
}
#guest {
  margin-top: 2rem;
}
#guest .tt-box-total {
  display: none;
}
#guest .tt_wrap_write .tt-inner-g {
  border-radius: 0.5rem;
  border: none;
  background: #eee;
  padding: 1.5rem;
  overflow: hidden;
}
#guest .tt_wrap_write .tt-inner-g textarea {
  background: transparent;
}
#guest .tt_wrap_write .tt-inner-g .tt_txt_user {
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #555;
}
#top_header.active {
  backdrop-filter: blur(0.25rem);
  -webkit-backdrop-filter: blur(0.25rem);
}
#top_header.active .title {
  opacity: 1;
}
@media (max-width: 80rem) {
  #sidebar.active {
    left: 0;
  }
}
@media (max-width: 80rem) {
  #blur_container.active {
    display: block;
  }
}
#particle_container .particle {
  position: fixed;
  background: #d5e8f2;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0.125rem #004681,
    0 0 0.3125rem #004681,
    0 0 0.625rem #004681;
  animation: particleAni linear forwards;
  z-index: 99;
  pointer-events: none;
}
@keyframes particleAni {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(var(--move-x), var(--move-y)) scale(0.5);
  }
}
div[data-tistory-react-app="Namecard"] {
  display: none;
}
.opacityBox {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: 1s;
}
.cover_slider_active {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  z-index: 1 !important;
}
.cover_slider_active a {
  display: flex !important;
}
.cover_slider .arrowBtn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem 6;
  height: 5rem 6;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  z-index: 20;
  transition: background 0.5s;
}
.cover_slider .arrowBtn.left {
  transform: translate(50%, -50%);
  left: calc(50dvw - 32rem + 256rem);
}
@media (max-width: 64rem) {
  .cover_slider .arrowBtn.left {
    left: 4%;
  }
}
.cover_slider .arrowBtn.right {
  right: calc(50dvw - 32rem + 256rem);
}
@media (max-width: 64rem) {
  .cover_slider .arrowBtn.right {
    right: 4%;
  }
}
.cover_slider .arrowBtn svg {
  height: 2.5rem;
}
.cover_slider .arrowBtn:hover {
  background: rgba(85, 85, 85, 0.32);
}
.cover_slider .arrowBtn:hover svg {
  fill: #eee;
}
.cover_slider .indicatorBox {
  position: absolute;
  right: calc(50dvw - 32rem + 256rem);
  bottom: 10%;
  transform: translateX(-50%);
}
@media (max-width: 64rem) {
  .cover_slider .indicatorBox {
    right: 4%;
  }
}
.cover_slider .indicatorBox .indicator {
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 0.375rem;
  background: #999;
  transition: 0.5s;
}
.cover_slider .indicatorBox .indicator.active {
  width: 0.375rem;
  background: #555;
}
#category {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
#category .slider-wrapper {
  overflow: hidden;
}
#category .slider-wrapper .slider {
  transition: transform 0.3s ease;
  will-change: transform;
}
#category .slider-wrapper .slider .slider-button {
  color: var(--mt-c);
  margin: 0 1rem;
  white-space: nowrap;
  height: 2rem;
}
#category .slider-wrapper .slider .slider-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.125rem;
  background: var(--mt-c);
  transition: width 0.5s;
}
#category .slider-wrapper .slider .slider-button:hover::before {
  width: 100%;
}
#category .slide-nav {
  width: 2rem;
  height: 2rem;
  opacity: 0;
  pointer-events: none;
}
#category .slide-nav.active {
  opacity: 1;
  pointer-events: auto;
}
#category .slide-nav svg {
  fill: #eee;
}
#navigation ul {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
#navigation ul li {
  list-style-type: none;
}
#navigation ul li a {
  font-size: 0.375rem;
  color: #999;
}
#navigation ul li a:hover {
  color: #555;
}
#menu_container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
#menu_container.active {
  opacity: 1;
  pointer-events: auto;
}
#paging_rep ul li a span.selected {
  width: 100%;
  height: 100%;
  background: var(--mt-c);
  color: var(--mb-c);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex {
  display: flex;
  justify-content: _;
  align-items: _;
}
.flexJustifyCenter {
  display: flex;
  justify-content: center;
  align-items: _;
}
.flexJustifyBetween {
  display: flex;
  justify-content: space-between;
  align-items: _;
}
.flexJustifyEvenly {
  display: flex;
  justify-content: space-evenly;
  align-items: _;
}
.flexJustifyAround {
  display: flex;
  justify-content: space-around;
  align-items: _;
}
.flexJustifyEnd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flexAlignCenter {
  display: flex;
  justify-content: _;
  align-items: center;
}
.flexAlignEnd {
  display: flex;
  justify-content: _;
  align-items: flex-end;
}
.flexStartCenter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flexEndCenter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flexBetweenCenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexEvenlyCenter {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.flexAroundCenter {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-10 {
  font-size: 0.625rem;
}
.fs-11 {
  font-size: 0.6875rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-15 {
  font-size: 0.9375rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-17 {
  font-size: 1.0625rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-19 {
  font-size: 1.1875rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-21 {
  font-size: 1.3125rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-23 {
  font-size: 1.4375rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-25 {
  font-size: 1.5625rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-27 {
  font-size: 1.6875rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-29 {
  font-size: 1.8125rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-31 {
  font-size: 1.9375rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-33 {
  font-size: 2.0625rem;
}
.fs-34 {
  font-size: 2.125rem;
}
.fs-35 {
  font-size: 2.1875rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-37 {
  font-size: 2.3125rem;
}
.fs-38 {
  font-size: 2.375rem;
}
.fs-39 {
  font-size: 2.4375rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-41 {
  font-size: 2.5625rem;
}
.fs-42 {
  font-size: 2.625rem;
}
.fs-43 {
  font-size: 2.6875rem;
}
.fs-44 {
  font-size: 2.75rem;
}
.fs-45 {
  font-size: 2.8125rem;
}
.fs-46 {
  font-size: 2.875rem;
}
.fs-47 {
  font-size: 2.9375rem;
}
.fs-48 {
  font-size: 3rem;
}
.fs-49 {
  font-size: 3.0625rem;
}
.fs-50 {
  font-size: 3.125rem;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.gap-1 {
  gap: 0.0625rem;
}
.mt-1 {
  margin-top: 0.0625rem;
}
.mb-1 {
  margin-bottom: 0.0625rem;
}
.gap-2 {
  gap: 0.125rem;
}
.mt-2 {
  margin-top: 0.125rem;
}
.mb-2 {
  margin-bottom: 0.125rem;
}
.gap-3 {
  gap: 0.1875rem;
}
.mt-3 {
  margin-top: 0.1875rem;
}
.mb-3 {
  margin-bottom: 0.1875rem;
}
.gap-4 {
  gap: 0.25rem;
}
.mt-4 {
  margin-top: 0.25rem;
}
.mb-4 {
  margin-bottom: 0.25rem;
}
.gap-5 {
  gap: 0.3125rem;
}
.mt-5 {
  margin-top: 0.3125rem;
}
.mb-5 {
  margin-bottom: 0.3125rem;
}
.gap-6 {
  gap: 0.375rem;
}
.mt-6 {
  margin-top: 0.375rem;
}
.mb-6 {
  margin-bottom: 0.375rem;
}
.gap-7 {
  gap: 0.4375rem;
}
.mt-7 {
  margin-top: 0.4375rem;
}
.mb-7 {
  margin-bottom: 0.4375rem;
}
.gap-8 {
  gap: 0.5rem;
}
.mt-8 {
  margin-top: 0.5rem;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.gap-9 {
  gap: 0.5625rem;
}
.mt-9 {
  margin-top: 0.5625rem;
}
.mb-9 {
  margin-bottom: 0.5625rem;
}
.gap-10 {
  gap: 0.625rem;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.gap-11 {
  gap: 0.6875rem;
}
.mt-11 {
  margin-top: 0.6875rem;
}
.mb-11 {
  margin-bottom: 0.6875rem;
}
.gap-12 {
  gap: 0.75rem;
}
.mt-12 {
  margin-top: 0.75rem;
}
.mb-12 {
  margin-bottom: 0.75rem;
}
.gap-13 {
  gap: 0.8125rem;
}
.mt-13 {
  margin-top: 0.8125rem;
}
.mb-13 {
  margin-bottom: 0.8125rem;
}
.gap-14 {
  gap: 0.875rem;
}
.mt-14 {
  margin-top: 0.875rem;
}
.mb-14 {
  margin-bottom: 0.875rem;
}
.gap-15 {
  gap: 0.9375rem;
}
.mt-15 {
  margin-top: 0.9375rem;
}
.mb-15 {
  margin-bottom: 0.9375rem;
}
.gap-16 {
  gap: 1rem;
}
.mt-16 {
  margin-top: 1rem;
}
.mb-16 {
  margin-bottom: 1rem;
}
.gap-17 {
  gap: 1.0625rem;
}
.mt-17 {
  margin-top: 1.0625rem;
}
.mb-17 {
  margin-bottom: 1.0625rem;
}
.gap-18 {
  gap: 1.125rem;
}
.mt-18 {
  margin-top: 1.125rem;
}
.mb-18 {
  margin-bottom: 1.125rem;
}
.gap-19 {
  gap: 1.1875rem;
}
.mt-19 {
  margin-top: 1.1875rem;
}
.mb-19 {
  margin-bottom: 1.1875rem;
}
.gap-20 {
  gap: 1.25rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.gap-21 {
  gap: 1.3125rem;
}
.mt-21 {
  margin-top: 1.3125rem;
}
.mb-21 {
  margin-bottom: 1.3125rem;
}
.gap-22 {
  gap: 1.375rem;
}
.mt-22 {
  margin-top: 1.375rem;
}
.mb-22 {
  margin-bottom: 1.375rem;
}
.gap-23 {
  gap: 1.4375rem;
}
.mt-23 {
  margin-top: 1.4375rem;
}
.mb-23 {
  margin-bottom: 1.4375rem;
}
.gap-24 {
  gap: 1.5rem;
}
.mt-24 {
  margin-top: 1.5rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.gap-25 {
  gap: 1.5625rem;
}
.mt-25 {
  margin-top: 1.5625rem;
}
.mb-25 {
  margin-bottom: 1.5625rem;
}
.gap-26 {
  gap: 1.625rem;
}
.mt-26 {
  margin-top: 1.625rem;
}
.mb-26 {
  margin-bottom: 1.625rem;
}
.gap-27 {
  gap: 1.6875rem;
}
.mt-27 {
  margin-top: 1.6875rem;
}
.mb-27 {
  margin-bottom: 1.6875rem;
}
.gap-28 {
  gap: 1.75rem;
}
.mt-28 {
  margin-top: 1.75rem;
}
.mb-28 {
  margin-bottom: 1.75rem;
}
.gap-29 {
  gap: 1.8125rem;
}
.mt-29 {
  margin-top: 1.8125rem;
}
.mb-29 {
  margin-bottom: 1.8125rem;
}
.gap-30 {
  gap: 1.875rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.gap-31 {
  gap: 1.9375rem;
}
.mt-31 {
  margin-top: 1.9375rem;
}
.mb-31 {
  margin-bottom: 1.9375rem;
}
.gap-32 {
  gap: 2rem;
}
.mt-32 {
  margin-top: 2rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.gap-33 {
  gap: 2.0625rem;
}
.mt-33 {
  margin-top: 2.0625rem;
}
.mb-33 {
  margin-bottom: 2.0625rem;
}
.gap-34 {
  gap: 2.125rem;
}
.mt-34 {
  margin-top: 2.125rem;
}
.mb-34 {
  margin-bottom: 2.125rem;
}
.gap-35 {
  gap: 2.1875rem;
}
.mt-35 {
  margin-top: 2.1875rem;
}
.mb-35 {
  margin-bottom: 2.1875rem;
}
.gap-36 {
  gap: 2.25rem;
}
.mt-36 {
  margin-top: 2.25rem;
}
.mb-36 {
  margin-bottom: 2.25rem;
}
.gap-37 {
  gap: 2.3125rem;
}
.mt-37 {
  margin-top: 2.3125rem;
}
.mb-37 {
  margin-bottom: 2.3125rem;
}
.gap-38 {
  gap: 2.375rem;
}
.mt-38 {
  margin-top: 2.375rem;
}
.mb-38 {
  margin-bottom: 2.375rem;
}
.gap-39 {
  gap: 2.4375rem;
}
.mt-39 {
  margin-top: 2.4375rem;
}
.mb-39 {
  margin-bottom: 2.4375rem;
}
.gap-40 {
  gap: 2.5rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.gap-41 {
  gap: 2.5625rem;
}
.mt-41 {
  margin-top: 2.5625rem;
}
.mb-41 {
  margin-bottom: 2.5625rem;
}
.gap-42 {
  gap: 2.625rem;
}
.mt-42 {
  margin-top: 2.625rem;
}
.mb-42 {
  margin-bottom: 2.625rem;
}
.gap-43 {
  gap: 2.6875rem;
}
.mt-43 {
  margin-top: 2.6875rem;
}
.mb-43 {
  margin-bottom: 2.6875rem;
}
.gap-44 {
  gap: 2.75rem;
}
.mt-44 {
  margin-top: 2.75rem;
}
.mb-44 {
  margin-bottom: 2.75rem;
}
.gap-45 {
  gap: 2.8125rem;
}
.mt-45 {
  margin-top: 2.8125rem;
}
.mb-45 {
  margin-bottom: 2.8125rem;
}
.gap-46 {
  gap: 2.875rem;
}
.mt-46 {
  margin-top: 2.875rem;
}
.mb-46 {
  margin-bottom: 2.875rem;
}
.gap-47 {
  gap: 2.9375rem;
}
.mt-47 {
  margin-top: 2.9375rem;
}
.mb-47 {
  margin-bottom: 2.9375rem;
}
.gap-48 {
  gap: 3rem;
}
.mt-48 {
  margin-top: 3rem;
}
.mb-48 {
  margin-bottom: 3rem;
}
.gap-49 {
  gap: 3.0625rem;
}
.mt-49 {
  margin-top: 3.0625rem;
}
.mb-49 {
  margin-bottom: 3.0625rem;
}
.gap-50 {
  gap: 3.125rem;
}
.mt-50 {
  margin-top: 3.125rem;
}
.mb-50 {
  margin-bottom: 3.125rem;
}
.gap-51 {
  gap: 3.1875rem;
}
.mt-51 {
  margin-top: 3.1875rem;
}
.mb-51 {
  margin-bottom: 3.1875rem;
}
.gap-52 {
  gap: 3.25rem;
}
.mt-52 {
  margin-top: 3.25rem;
}
.mb-52 {
  margin-bottom: 3.25rem;
}
.gap-53 {
  gap: 3.3125rem;
}
.mt-53 {
  margin-top: 3.3125rem;
}
.mb-53 {
  margin-bottom: 3.3125rem;
}
.gap-54 {
  gap: 3.375rem;
}
.mt-54 {
  margin-top: 3.375rem;
}
.mb-54 {
  margin-bottom: 3.375rem;
}
.gap-55 {
  gap: 3.4375rem;
}
.mt-55 {
  margin-top: 3.4375rem;
}
.mb-55 {
  margin-bottom: 3.4375rem;
}
.gap-56 {
  gap: 3.5rem;
}
.mt-56 {
  margin-top: 3.5rem;
}
.mb-56 {
  margin-bottom: 3.5rem;
}
.gap-57 {
  gap: 3.5625rem;
}
.mt-57 {
  margin-top: 3.5625rem;
}
.mb-57 {
  margin-bottom: 3.5625rem;
}
.gap-58 {
  gap: 3.625rem;
}
.mt-58 {
  margin-top: 3.625rem;
}
.mb-58 {
  margin-bottom: 3.625rem;
}
.gap-59 {
  gap: 3.6875rem;
}
.mt-59 {
  margin-top: 3.6875rem;
}
.mb-59 {
  margin-bottom: 3.6875rem;
}
.gap-60 {
  gap: 3.75rem;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mb-60 {
  margin-bottom: 3.75rem;
}
.gap-61 {
  gap: 3.8125rem;
}
.mt-61 {
  margin-top: 3.8125rem;
}
.mb-61 {
  margin-bottom: 3.8125rem;
}
.gap-62 {
  gap: 3.875rem;
}
.mt-62 {
  margin-top: 3.875rem;
}
.mb-62 {
  margin-bottom: 3.875rem;
}
.gap-63 {
  gap: 3.9375rem;
}
.mt-63 {
  margin-top: 3.9375rem;
}
.mb-63 {
  margin-bottom: 3.9375rem;
}
.gap-64 {
  gap: 4rem;
}
.mt-64 {
  margin-top: 4rem;
}
.mb-64 {
  margin-bottom: 4rem;
}
.gap-65 {
  gap: 4.0625rem;
}
.mt-65 {
  margin-top: 4.0625rem;
}
.mb-65 {
  margin-bottom: 4.0625rem;
}
.gap-66 {
  gap: 4.125rem;
}
.mt-66 {
  margin-top: 4.125rem;
}
.mb-66 {
  margin-bottom: 4.125rem;
}
.gap-67 {
  gap: 4.1875rem;
}
.mt-67 {
  margin-top: 4.1875rem;
}
.mb-67 {
  margin-bottom: 4.1875rem;
}
.gap-68 {
  gap: 4.25rem;
}
.mt-68 {
  margin-top: 4.25rem;
}
.mb-68 {
  margin-bottom: 4.25rem;
}
.gap-69 {
  gap: 4.3125rem;
}
.mt-69 {
  margin-top: 4.3125rem;
}
.mb-69 {
  margin-bottom: 4.3125rem;
}
.gap-70 {
  gap: 4.375rem;
}
.mt-70 {
  margin-top: 4.375rem;
}
.mb-70 {
  margin-bottom: 4.375rem;
}
.gap-71 {
  gap: 4.4375rem;
}
.mt-71 {
  margin-top: 4.4375rem;
}
.mb-71 {
  margin-bottom: 4.4375rem;
}
.gap-72 {
  gap: 4.5rem;
}
.mt-72 {
  margin-top: 4.5rem;
}
.mb-72 {
  margin-bottom: 4.5rem;
}
.gap-73 {
  gap: 4.5625rem;
}
.mt-73 {
  margin-top: 4.5625rem;
}
.mb-73 {
  margin-bottom: 4.5625rem;
}
.gap-74 {
  gap: 4.625rem;
}
.mt-74 {
  margin-top: 4.625rem;
}
.mb-74 {
  margin-bottom: 4.625rem;
}
.gap-75 {
  gap: 4.6875rem;
}
.mt-75 {
  margin-top: 4.6875rem;
}
.mb-75 {
  margin-bottom: 4.6875rem;
}
.gap-76 {
  gap: 4.75rem;
}
.mt-76 {
  margin-top: 4.75rem;
}
.mb-76 {
  margin-bottom: 4.75rem;
}
.gap-77 {
  gap: 4.8125rem;
}
.mt-77 {
  margin-top: 4.8125rem;
}
.mb-77 {
  margin-bottom: 4.8125rem;
}
.gap-78 {
  gap: 4.875rem;
}
.mt-78 {
  margin-top: 4.875rem;
}
.mb-78 {
  margin-bottom: 4.875rem;
}
.gap-79 {
  gap: 4.9375rem;
}
.mt-79 {
  margin-top: 4.9375rem;
}
.mb-79 {
  margin-bottom: 4.9375rem;
}
.gap-80 {
  gap: 5rem;
}
.mt-80 {
  margin-top: 5rem;
}
.mb-80 {
  margin-bottom: 5rem;
}
.gap-81 {
  gap: 5.0625rem;
}
.mt-81 {
  margin-top: 5.0625rem;
}
.mb-81 {
  margin-bottom: 5.0625rem;
}
.gap-82 {
  gap: 5.125rem;
}
.mt-82 {
  margin-top: 5.125rem;
}
.mb-82 {
  margin-bottom: 5.125rem;
}
.gap-83 {
  gap: 5.1875rem;
}
.mt-83 {
  margin-top: 5.1875rem;
}
.mb-83 {
  margin-bottom: 5.1875rem;
}
.gap-84 {
  gap: 5.25rem;
}
.mt-84 {
  margin-top: 5.25rem;
}
.mb-84 {
  margin-bottom: 5.25rem;
}
.gap-85 {
  gap: 5.3125rem;
}
.mt-85 {
  margin-top: 5.3125rem;
}
.mb-85 {
  margin-bottom: 5.3125rem;
}
.gap-86 {
  gap: 5.375rem;
}
.mt-86 {
  margin-top: 5.375rem;
}
.mb-86 {
  margin-bottom: 5.375rem;
}
.gap-87 {
  gap: 5.4375rem;
}
.mt-87 {
  margin-top: 5.4375rem;
}
.mb-87 {
  margin-bottom: 5.4375rem;
}
.gap-88 {
  gap: 5.5rem;
}
.mt-88 {
  margin-top: 5.5rem;
}
.mb-88 {
  margin-bottom: 5.5rem;
}
.gap-89 {
  gap: 5.5625rem;
}
.mt-89 {
  margin-top: 5.5625rem;
}
.mb-89 {
  margin-bottom: 5.5625rem;
}
.gap-90 {
  gap: 5.625rem;
}
.mt-90 {
  margin-top: 5.625rem;
}
.mb-90 {
  margin-bottom: 5.625rem;
}
.gap-91 {
  gap: 5.6875rem;
}
.mt-91 {
  margin-top: 5.6875rem;
}
.mb-91 {
  margin-bottom: 5.6875rem;
}
.gap-92 {
  gap: 5.75rem;
}
.mt-92 {
  margin-top: 5.75rem;
}
.mb-92 {
  margin-bottom: 5.75rem;
}
.gap-93 {
  gap: 5.8125rem;
}
.mt-93 {
  margin-top: 5.8125rem;
}
.mb-93 {
  margin-bottom: 5.8125rem;
}
.gap-94 {
  gap: 5.875rem;
}
.mt-94 {
  margin-top: 5.875rem;
}
.mb-94 {
  margin-bottom: 5.875rem;
}
.gap-95 {
  gap: 5.9375rem;
}
.mt-95 {
  margin-top: 5.9375rem;
}
.mb-95 {
  margin-bottom: 5.9375rem;
}
.gap-96 {
  gap: 6rem;
}
.mt-96 {
  margin-top: 6rem;
}
.mb-96 {
  margin-bottom: 6rem;
}
.gap-97 {
  gap: 6.0625rem;
}
.mt-97 {
  margin-top: 6.0625rem;
}
.mb-97 {
  margin-bottom: 6.0625rem;
}
.gap-98 {
  gap: 6.125rem;
}
.mt-98 {
  margin-top: 6.125rem;
}
.mb-98 {
  margin-bottom: 6.125rem;
}
.gap-99 {
  gap: 6.1875rem;
}
.mt-99 {
  margin-top: 6.1875rem;
}
.mb-99 {
  margin-bottom: 6.1875rem;
}
.gap-100 {
  gap: 6.25rem;
}
.mt-100 {
  margin-top: 6.25rem;
}
.mb-100 {
  margin-bottom: 6.25rem;
}
.gap-101 {
  gap: 6.3125rem;
}
.mt-101 {
  margin-top: 6.3125rem;
}
.mb-101 {
  margin-bottom: 6.3125rem;
}
.gap-102 {
  gap: 6.375rem;
}
.mt-102 {
  margin-top: 6.375rem;
}
.mb-102 {
  margin-bottom: 6.375rem;
}
.gap-103 {
  gap: 6.4375rem;
}
.mt-103 {
  margin-top: 6.4375rem;
}
.mb-103 {
  margin-bottom: 6.4375rem;
}
.gap-104 {
  gap: 6.5rem;
}
.mt-104 {
  margin-top: 6.5rem;
}
.mb-104 {
  margin-bottom: 6.5rem;
}
.gap-105 {
  gap: 6.5625rem;
}
.mt-105 {
  margin-top: 6.5625rem;
}
.mb-105 {
  margin-bottom: 6.5625rem;
}
.gap-106 {
  gap: 6.625rem;
}
.mt-106 {
  margin-top: 6.625rem;
}
.mb-106 {
  margin-bottom: 6.625rem;
}
.gap-107 {
  gap: 6.6875rem;
}
.mt-107 {
  margin-top: 6.6875rem;
}
.mb-107 {
  margin-bottom: 6.6875rem;
}
.gap-108 {
  gap: 6.75rem;
}
.mt-108 {
  margin-top: 6.75rem;
}
.mb-108 {
  margin-bottom: 6.75rem;
}
.gap-109 {
  gap: 6.8125rem;
}
.mt-109 {
  margin-top: 6.8125rem;
}
.mb-109 {
  margin-bottom: 6.8125rem;
}
.gap-110 {
  gap: 6.875rem;
}
.mt-110 {
  margin-top: 6.875rem;
}
.mb-110 {
  margin-bottom: 6.875rem;
}
.gap-111 {
  gap: 6.9375rem;
}
.mt-111 {
  margin-top: 6.9375rem;
}
.mb-111 {
  margin-bottom: 6.9375rem;
}
.gap-112 {
  gap: 7rem;
}
.mt-112 {
  margin-top: 7rem;
}
.mb-112 {
  margin-bottom: 7rem;
}
.gap-113 {
  gap: 7.0625rem;
}
.mt-113 {
  margin-top: 7.0625rem;
}
.mb-113 {
  margin-bottom: 7.0625rem;
}
.gap-114 {
  gap: 7.125rem;
}
.mt-114 {
  margin-top: 7.125rem;
}
.mb-114 {
  margin-bottom: 7.125rem;
}
.gap-115 {
  gap: 7.1875rem;
}
.mt-115 {
  margin-top: 7.1875rem;
}
.mb-115 {
  margin-bottom: 7.1875rem;
}
.gap-116 {
  gap: 7.25rem;
}
.mt-116 {
  margin-top: 7.25rem;
}
.mb-116 {
  margin-bottom: 7.25rem;
}
.gap-117 {
  gap: 7.3125rem;
}
.mt-117 {
  margin-top: 7.3125rem;
}
.mb-117 {
  margin-bottom: 7.3125rem;
}
.gap-118 {
  gap: 7.375rem;
}
.mt-118 {
  margin-top: 7.375rem;
}
.mb-118 {
  margin-bottom: 7.375rem;
}
.gap-119 {
  gap: 7.4375rem;
}
.mt-119 {
  margin-top: 7.4375rem;
}
.mb-119 {
  margin-bottom: 7.4375rem;
}
.gap-120 {
  gap: 7.5rem;
}
.mt-120 {
  margin-top: 7.5rem;
}
.mb-120 {
  margin-bottom: 7.5rem;
}
.gap-121 {
  gap: 7.5625rem;
}
.mt-121 {
  margin-top: 7.5625rem;
}
.mb-121 {
  margin-bottom: 7.5625rem;
}
.gap-122 {
  gap: 7.625rem;
}
.mt-122 {
  margin-top: 7.625rem;
}
.mb-122 {
  margin-bottom: 7.625rem;
}
.gap-123 {
  gap: 7.6875rem;
}
.mt-123 {
  margin-top: 7.6875rem;
}
.mb-123 {
  margin-bottom: 7.6875rem;
}
.gap-124 {
  gap: 7.75rem;
}
.mt-124 {
  margin-top: 7.75rem;
}
.mb-124 {
  margin-bottom: 7.75rem;
}
.gap-125 {
  gap: 7.8125rem;
}
.mt-125 {
  margin-top: 7.8125rem;
}
.mb-125 {
  margin-bottom: 7.8125rem;
}
.gap-126 {
  gap: 7.875rem;
}
.mt-126 {
  margin-top: 7.875rem;
}
.mb-126 {
  margin-bottom: 7.875rem;
}
.gap-127 {
  gap: 7.9375rem;
}
.mt-127 {
  margin-top: 7.9375rem;
}
.mb-127 {
  margin-bottom: 7.9375rem;
}
.gap-128 {
  gap: 8rem;
}
.mt-128 {
  margin-top: 8rem;
}
.mb-128 {
  margin-bottom: 8rem;
}
.gap-129 {
  gap: 8.0625rem;
}
.mt-129 {
  margin-top: 8.0625rem;
}
.mb-129 {
  margin-bottom: 8.0625rem;
}
.gap-130 {
  gap: 8.125rem;
}
.mt-130 {
  margin-top: 8.125rem;
}
.mb-130 {
  margin-bottom: 8.125rem;
}
.gap-131 {
  gap: 8.1875rem;
}
.mt-131 {
  margin-top: 8.1875rem;
}
.mb-131 {
  margin-bottom: 8.1875rem;
}
.gap-132 {
  gap: 8.25rem;
}
.mt-132 {
  margin-top: 8.25rem;
}
.mb-132 {
  margin-bottom: 8.25rem;
}
.gap-133 {
  gap: 8.3125rem;
}
.mt-133 {
  margin-top: 8.3125rem;
}
.mb-133 {
  margin-bottom: 8.3125rem;
}
.gap-134 {
  gap: 8.375rem;
}
.mt-134 {
  margin-top: 8.375rem;
}
.mb-134 {
  margin-bottom: 8.375rem;
}
.gap-135 {
  gap: 8.4375rem;
}
.mt-135 {
  margin-top: 8.4375rem;
}
.mb-135 {
  margin-bottom: 8.4375rem;
}
.gap-136 {
  gap: 8.5rem;
}
.mt-136 {
  margin-top: 8.5rem;
}
.mb-136 {
  margin-bottom: 8.5rem;
}
.gap-137 {
  gap: 8.5625rem;
}
.mt-137 {
  margin-top: 8.5625rem;
}
.mb-137 {
  margin-bottom: 8.5625rem;
}
.gap-138 {
  gap: 8.625rem;
}
.mt-138 {
  margin-top: 8.625rem;
}
.mb-138 {
  margin-bottom: 8.625rem;
}
.gap-139 {
  gap: 8.6875rem;
}
.mt-139 {
  margin-top: 8.6875rem;
}
.mb-139 {
  margin-bottom: 8.6875rem;
}
.gap-140 {
  gap: 8.75rem;
}
.mt-140 {
  margin-top: 8.75rem;
}
.mb-140 {
  margin-bottom: 8.75rem;
}
.gap-141 {
  gap: 8.8125rem;
}
.mt-141 {
  margin-top: 8.8125rem;
}
.mb-141 {
  margin-bottom: 8.8125rem;
}
.gap-142 {
  gap: 8.875rem;
}
.mt-142 {
  margin-top: 8.875rem;
}
.mb-142 {
  margin-bottom: 8.875rem;
}
.gap-143 {
  gap: 8.9375rem;
}
.mt-143 {
  margin-top: 8.9375rem;
}
.mb-143 {
  margin-bottom: 8.9375rem;
}
.gap-144 {
  gap: 9rem;
}
.mt-144 {
  margin-top: 9rem;
}
.mb-144 {
  margin-bottom: 9rem;
}
.gap-145 {
  gap: 9.0625rem;
}
.mt-145 {
  margin-top: 9.0625rem;
}
.mb-145 {
  margin-bottom: 9.0625rem;
}
.gap-146 {
  gap: 9.125rem;
}
.mt-146 {
  margin-top: 9.125rem;
}
.mb-146 {
  margin-bottom: 9.125rem;
}
.gap-147 {
  gap: 9.1875rem;
}
.mt-147 {
  margin-top: 9.1875rem;
}
.mb-147 {
  margin-bottom: 9.1875rem;
}
.gap-148 {
  gap: 9.25rem;
}
.mt-148 {
  margin-top: 9.25rem;
}
.mb-148 {
  margin-bottom: 9.25rem;
}
.gap-149 {
  gap: 9.3125rem;
}
.mt-149 {
  margin-top: 9.3125rem;
}
.mb-149 {
  margin-bottom: 9.3125rem;
}
.gap-150 {
  gap: 9.375rem;
}
.mt-150 {
  margin-top: 9.375rem;
}
.mb-150 {
  margin-bottom: 9.375rem;
}
.gap-151 {
  gap: 9.4375rem;
}
.mt-151 {
  margin-top: 9.4375rem;
}
.mb-151 {
  margin-bottom: 9.4375rem;
}
.gap-152 {
  gap: 9.5rem;
}
.mt-152 {
  margin-top: 9.5rem;
}
.mb-152 {
  margin-bottom: 9.5rem;
}
.gap-153 {
  gap: 9.5625rem;
}
.mt-153 {
  margin-top: 9.5625rem;
}
.mb-153 {
  margin-bottom: 9.5625rem;
}
.gap-154 {
  gap: 9.625rem;
}
.mt-154 {
  margin-top: 9.625rem;
}
.mb-154 {
  margin-bottom: 9.625rem;
}
.gap-155 {
  gap: 9.6875rem;
}
.mt-155 {
  margin-top: 9.6875rem;
}
.mb-155 {
  margin-bottom: 9.6875rem;
}
.gap-156 {
  gap: 9.75rem;
}
.mt-156 {
  margin-top: 9.75rem;
}
.mb-156 {
  margin-bottom: 9.75rem;
}
.gap-157 {
  gap: 9.8125rem;
}
.mt-157 {
  margin-top: 9.8125rem;
}
.mb-157 {
  margin-bottom: 9.8125rem;
}
.gap-158 {
  gap: 9.875rem;
}
.mt-158 {
  margin-top: 9.875rem;
}
.mb-158 {
  margin-bottom: 9.875rem;
}
.gap-159 {
  gap: 9.9375rem;
}
.mt-159 {
  margin-top: 9.9375rem;
}
.mb-159 {
  margin-bottom: 9.9375rem;
}
.gap-160 {
  gap: 10rem;
}
.mt-160 {
  margin-top: 10rem;
}
.mb-160 {
  margin-bottom: 10rem;
}
.gap-161 {
  gap: 10.0625rem;
}
.mt-161 {
  margin-top: 10.0625rem;
}
.mb-161 {
  margin-bottom: 10.0625rem;
}
.gap-162 {
  gap: 10.125rem;
}
.mt-162 {
  margin-top: 10.125rem;
}
.mb-162 {
  margin-bottom: 10.125rem;
}
.gap-163 {
  gap: 10.1875rem;
}
.mt-163 {
  margin-top: 10.1875rem;
}
.mb-163 {
  margin-bottom: 10.1875rem;
}
.gap-164 {
  gap: 10.25rem;
}
.mt-164 {
  margin-top: 10.25rem;
}
.mb-164 {
  margin-bottom: 10.25rem;
}
.gap-165 {
  gap: 10.3125rem;
}
.mt-165 {
  margin-top: 10.3125rem;
}
.mb-165 {
  margin-bottom: 10.3125rem;
}
.gap-166 {
  gap: 10.375rem;
}
.mt-166 {
  margin-top: 10.375rem;
}
.mb-166 {
  margin-bottom: 10.375rem;
}
.gap-167 {
  gap: 10.4375rem;
}
.mt-167 {
  margin-top: 10.4375rem;
}
.mb-167 {
  margin-bottom: 10.4375rem;
}
.gap-168 {
  gap: 10.5rem;
}
.mt-168 {
  margin-top: 10.5rem;
}
.mb-168 {
  margin-bottom: 10.5rem;
}
.gap-169 {
  gap: 10.5625rem;
}
.mt-169 {
  margin-top: 10.5625rem;
}
.mb-169 {
  margin-bottom: 10.5625rem;
}
.gap-170 {
  gap: 10.625rem;
}
.mt-170 {
  margin-top: 10.625rem;
}
.mb-170 {
  margin-bottom: 10.625rem;
}
.gap-171 {
  gap: 10.6875rem;
}
.mt-171 {
  margin-top: 10.6875rem;
}
.mb-171 {
  margin-bottom: 10.6875rem;
}
.gap-172 {
  gap: 10.75rem;
}
.mt-172 {
  margin-top: 10.75rem;
}
.mb-172 {
  margin-bottom: 10.75rem;
}
.gap-173 {
  gap: 10.8125rem;
}
.mt-173 {
  margin-top: 10.8125rem;
}
.mb-173 {
  margin-bottom: 10.8125rem;
}
.gap-174 {
  gap: 10.875rem;
}
.mt-174 {
  margin-top: 10.875rem;
}
.mb-174 {
  margin-bottom: 10.875rem;
}
.gap-175 {
  gap: 10.9375rem;
}
.mt-175 {
  margin-top: 10.9375rem;
}
.mb-175 {
  margin-bottom: 10.9375rem;
}
.gap-176 {
  gap: 11rem;
}
.mt-176 {
  margin-top: 11rem;
}
.mb-176 {
  margin-bottom: 11rem;
}
.gap-177 {
  gap: 11.0625rem;
}
.mt-177 {
  margin-top: 11.0625rem;
}
.mb-177 {
  margin-bottom: 11.0625rem;
}
.gap-178 {
  gap: 11.125rem;
}
.mt-178 {
  margin-top: 11.125rem;
}
.mb-178 {
  margin-bottom: 11.125rem;
}
.gap-179 {
  gap: 11.1875rem;
}
.mt-179 {
  margin-top: 11.1875rem;
}
.mb-179 {
  margin-bottom: 11.1875rem;
}
.gap-180 {
  gap: 11.25rem;
}
.mt-180 {
  margin-top: 11.25rem;
}
.mb-180 {
  margin-bottom: 11.25rem;
}
.gap-181 {
  gap: 11.3125rem;
}
.mt-181 {
  margin-top: 11.3125rem;
}
.mb-181 {
  margin-bottom: 11.3125rem;
}
.gap-182 {
  gap: 11.375rem;
}
.mt-182 {
  margin-top: 11.375rem;
}
.mb-182 {
  margin-bottom: 11.375rem;
}
.gap-183 {
  gap: 11.4375rem;
}
.mt-183 {
  margin-top: 11.4375rem;
}
.mb-183 {
  margin-bottom: 11.4375rem;
}
.gap-184 {
  gap: 11.5rem;
}
.mt-184 {
  margin-top: 11.5rem;
}
.mb-184 {
  margin-bottom: 11.5rem;
}
.gap-185 {
  gap: 11.5625rem;
}
.mt-185 {
  margin-top: 11.5625rem;
}
.mb-185 {
  margin-bottom: 11.5625rem;
}
.gap-186 {
  gap: 11.625rem;
}
.mt-186 {
  margin-top: 11.625rem;
}
.mb-186 {
  margin-bottom: 11.625rem;
}
.gap-187 {
  gap: 11.6875rem;
}
.mt-187 {
  margin-top: 11.6875rem;
}
.mb-187 {
  margin-bottom: 11.6875rem;
}
.gap-188 {
  gap: 11.75rem;
}
.mt-188 {
  margin-top: 11.75rem;
}
.mb-188 {
  margin-bottom: 11.75rem;
}
.gap-189 {
  gap: 11.8125rem;
}
.mt-189 {
  margin-top: 11.8125rem;
}
.mb-189 {
  margin-bottom: 11.8125rem;
}
.gap-190 {
  gap: 11.875rem;
}
.mt-190 {
  margin-top: 11.875rem;
}
.mb-190 {
  margin-bottom: 11.875rem;
}
.gap-191 {
  gap: 11.9375rem;
}
.mt-191 {
  margin-top: 11.9375rem;
}
.mb-191 {
  margin-bottom: 11.9375rem;
}
.gap-192 {
  gap: 12rem;
}
.mt-192 {
  margin-top: 12rem;
}
.mb-192 {
  margin-bottom: 12rem;
}
.gap-193 {
  gap: 12.0625rem;
}
.mt-193 {
  margin-top: 12.0625rem;
}
.mb-193 {
  margin-bottom: 12.0625rem;
}
.gap-194 {
  gap: 12.125rem;
}
.mt-194 {
  margin-top: 12.125rem;
}
.mb-194 {
  margin-bottom: 12.125rem;
}
.gap-195 {
  gap: 12.1875rem;
}
.mt-195 {
  margin-top: 12.1875rem;
}
.mb-195 {
  margin-bottom: 12.1875rem;
}
.gap-196 {
  gap: 12.25rem;
}
.mt-196 {
  margin-top: 12.25rem;
}
.mb-196 {
  margin-bottom: 12.25rem;
}
.gap-197 {
  gap: 12.3125rem;
}
.mt-197 {
  margin-top: 12.3125rem;
}
.mb-197 {
  margin-bottom: 12.3125rem;
}
.gap-198 {
  gap: 12.375rem;
}
.mt-198 {
  margin-top: 12.375rem;
}
.mb-198 {
  margin-bottom: 12.375rem;
}
.gap-199 {
  gap: 12.4375rem;
}
.mt-199 {
  margin-top: 12.4375rem;
}
.mb-199 {
  margin-bottom: 12.4375rem;
}
.gap-200 {
  gap: 12.5rem;
}
.mt-200 {
  margin-top: 12.5rem;
}
.mb-200 {
  margin-bottom: 12.5rem;
}
.gap-201 {
  gap: 12.5625rem;
}
.mt-201 {
  margin-top: 12.5625rem;
}
.mb-201 {
  margin-bottom: 12.5625rem;
}
.gap-202 {
  gap: 12.625rem;
}
.mt-202 {
  margin-top: 12.625rem;
}
.mb-202 {
  margin-bottom: 12.625rem;
}
.gap-203 {
  gap: 12.6875rem;
}
.mt-203 {
  margin-top: 12.6875rem;
}
.mb-203 {
  margin-bottom: 12.6875rem;
}
.gap-204 {
  gap: 12.75rem;
}
.mt-204 {
  margin-top: 12.75rem;
}
.mb-204 {
  margin-bottom: 12.75rem;
}
.gap-205 {
  gap: 12.8125rem;
}
.mt-205 {
  margin-top: 12.8125rem;
}
.mb-205 {
  margin-bottom: 12.8125rem;
}
.gap-206 {
  gap: 12.875rem;
}
.mt-206 {
  margin-top: 12.875rem;
}
.mb-206 {
  margin-bottom: 12.875rem;
}
.gap-207 {
  gap: 12.9375rem;
}
.mt-207 {
  margin-top: 12.9375rem;
}
.mb-207 {
  margin-bottom: 12.9375rem;
}
.gap-208 {
  gap: 13rem;
}
.mt-208 {
  margin-top: 13rem;
}
.mb-208 {
  margin-bottom: 13rem;
}
.gap-209 {
  gap: 13.0625rem;
}
.mt-209 {
  margin-top: 13.0625rem;
}
.mb-209 {
  margin-bottom: 13.0625rem;
}
.gap-210 {
  gap: 13.125rem;
}
.mt-210 {
  margin-top: 13.125rem;
}
.mb-210 {
  margin-bottom: 13.125rem;
}
.gap-211 {
  gap: 13.1875rem;
}
.mt-211 {
  margin-top: 13.1875rem;
}
.mb-211 {
  margin-bottom: 13.1875rem;
}
.gap-212 {
  gap: 13.25rem;
}
.mt-212 {
  margin-top: 13.25rem;
}
.mb-212 {
  margin-bottom: 13.25rem;
}
.gap-213 {
  gap: 13.3125rem;
}
.mt-213 {
  margin-top: 13.3125rem;
}
.mb-213 {
  margin-bottom: 13.3125rem;
}
.gap-214 {
  gap: 13.375rem;
}
.mt-214 {
  margin-top: 13.375rem;
}
.mb-214 {
  margin-bottom: 13.375rem;
}
.gap-215 {
  gap: 13.4375rem;
}
.mt-215 {
  margin-top: 13.4375rem;
}
.mb-215 {
  margin-bottom: 13.4375rem;
}
.gap-216 {
  gap: 13.5rem;
}
.mt-216 {
  margin-top: 13.5rem;
}
.mb-216 {
  margin-bottom: 13.5rem;
}
.gap-217 {
  gap: 13.5625rem;
}
.mt-217 {
  margin-top: 13.5625rem;
}
.mb-217 {
  margin-bottom: 13.5625rem;
}
.gap-218 {
  gap: 13.625rem;
}
.mt-218 {
  margin-top: 13.625rem;
}
.mb-218 {
  margin-bottom: 13.625rem;
}
.gap-219 {
  gap: 13.6875rem;
}
.mt-219 {
  margin-top: 13.6875rem;
}
.mb-219 {
  margin-bottom: 13.6875rem;
}
.gap-220 {
  gap: 13.75rem;
}
.mt-220 {
  margin-top: 13.75rem;
}
.mb-220 {
  margin-bottom: 13.75rem;
}
.gap-221 {
  gap: 13.8125rem;
}
.mt-221 {
  margin-top: 13.8125rem;
}
.mb-221 {
  margin-bottom: 13.8125rem;
}
.gap-222 {
  gap: 13.875rem;
}
.mt-222 {
  margin-top: 13.875rem;
}
.mb-222 {
  margin-bottom: 13.875rem;
}
.gap-223 {
  gap: 13.9375rem;
}
.mt-223 {
  margin-top: 13.9375rem;
}
.mb-223 {
  margin-bottom: 13.9375rem;
}
.gap-224 {
  gap: 14rem;
}
.mt-224 {
  margin-top: 14rem;
}
.mb-224 {
  margin-bottom: 14rem;
}
.gap-225 {
  gap: 14.0625rem;
}
.mt-225 {
  margin-top: 14.0625rem;
}
.mb-225 {
  margin-bottom: 14.0625rem;
}
.gap-226 {
  gap: 14.125rem;
}
.mt-226 {
  margin-top: 14.125rem;
}
.mb-226 {
  margin-bottom: 14.125rem;
}
.gap-227 {
  gap: 14.1875rem;
}
.mt-227 {
  margin-top: 14.1875rem;
}
.mb-227 {
  margin-bottom: 14.1875rem;
}
.gap-228 {
  gap: 14.25rem;
}
.mt-228 {
  margin-top: 14.25rem;
}
.mb-228 {
  margin-bottom: 14.25rem;
}
.gap-229 {
  gap: 14.3125rem;
}
.mt-229 {
  margin-top: 14.3125rem;
}
.mb-229 {
  margin-bottom: 14.3125rem;
}
.gap-230 {
  gap: 14.375rem;
}
.mt-230 {
  margin-top: 14.375rem;
}
.mb-230 {
  margin-bottom: 14.375rem;
}
.gap-231 {
  gap: 14.4375rem;
}
.mt-231 {
  margin-top: 14.4375rem;
}
.mb-231 {
  margin-bottom: 14.4375rem;
}
.gap-232 {
  gap: 14.5rem;
}
.mt-232 {
  margin-top: 14.5rem;
}
.mb-232 {
  margin-bottom: 14.5rem;
}
.gap-233 {
  gap: 14.5625rem;
}
.mt-233 {
  margin-top: 14.5625rem;
}
.mb-233 {
  margin-bottom: 14.5625rem;
}
.gap-234 {
  gap: 14.625rem;
}
.mt-234 {
  margin-top: 14.625rem;
}
.mb-234 {
  margin-bottom: 14.625rem;
}
.gap-235 {
  gap: 14.6875rem;
}
.mt-235 {
  margin-top: 14.6875rem;
}
.mb-235 {
  margin-bottom: 14.6875rem;
}
.gap-236 {
  gap: 14.75rem;
}
.mt-236 {
  margin-top: 14.75rem;
}
.mb-236 {
  margin-bottom: 14.75rem;
}
.gap-237 {
  gap: 14.8125rem;
}
.mt-237 {
  margin-top: 14.8125rem;
}
.mb-237 {
  margin-bottom: 14.8125rem;
}
.gap-238 {
  gap: 14.875rem;
}
.mt-238 {
  margin-top: 14.875rem;
}
.mb-238 {
  margin-bottom: 14.875rem;
}
.gap-239 {
  gap: 14.9375rem;
}
.mt-239 {
  margin-top: 14.9375rem;
}
.mb-239 {
  margin-bottom: 14.9375rem;
}
.gap-240 {
  gap: 15rem;
}
.mt-240 {
  margin-top: 15rem;
}
.mb-240 {
  margin-bottom: 15rem;
}
.gap-241 {
  gap: 15.0625rem;
}
.mt-241 {
  margin-top: 15.0625rem;
}
.mb-241 {
  margin-bottom: 15.0625rem;
}
.gap-242 {
  gap: 15.125rem;
}
.mt-242 {
  margin-top: 15.125rem;
}
.mb-242 {
  margin-bottom: 15.125rem;
}
.gap-243 {
  gap: 15.1875rem;
}
.mt-243 {
  margin-top: 15.1875rem;
}
.mb-243 {
  margin-bottom: 15.1875rem;
}
.gap-244 {
  gap: 15.25rem;
}
.mt-244 {
  margin-top: 15.25rem;
}
.mb-244 {
  margin-bottom: 15.25rem;
}
.gap-245 {
  gap: 15.3125rem;
}
.mt-245 {
  margin-top: 15.3125rem;
}
.mb-245 {
  margin-bottom: 15.3125rem;
}
.gap-246 {
  gap: 15.375rem;
}
.mt-246 {
  margin-top: 15.375rem;
}
.mb-246 {
  margin-bottom: 15.375rem;
}
.gap-247 {
  gap: 15.4375rem;
}
.mt-247 {
  margin-top: 15.4375rem;
}
.mb-247 {
  margin-bottom: 15.4375rem;
}
.gap-248 {
  gap: 15.5rem;
}
.mt-248 {
  margin-top: 15.5rem;
}
.mb-248 {
  margin-bottom: 15.5rem;
}
.gap-249 {
  gap: 15.5625rem;
}
.mt-249 {
  margin-top: 15.5625rem;
}
.mb-249 {
  margin-bottom: 15.5625rem;
}
.gap-250 {
  gap: 15.625rem;
}
.mt-250 {
  margin-top: 15.625rem;
}
.mb-250 {
  margin-bottom: 15.625rem;
}
.gap-251 {
  gap: 15.6875rem;
}
.mt-251 {
  margin-top: 15.6875rem;
}
.mb-251 {
  margin-bottom: 15.6875rem;
}
.gap-252 {
  gap: 15.75rem;
}
.mt-252 {
  margin-top: 15.75rem;
}
.mb-252 {
  margin-bottom: 15.75rem;
}
.gap-253 {
  gap: 15.8125rem;
}
.mt-253 {
  margin-top: 15.8125rem;
}
.mb-253 {
  margin-bottom: 15.8125rem;
}
.gap-254 {
  gap: 15.875rem;
}
.mt-254 {
  margin-top: 15.875rem;
}
.mb-254 {
  margin-bottom: 15.875rem;
}
.gap-255 {
  gap: 15.9375rem;
}
.mt-255 {
  margin-top: 15.9375rem;
}
.mb-255 {
  margin-bottom: 15.9375rem;
}
.previewBox img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 48rem) {
  .previewBox img {
    width: 80%;
  }
}
.previewBox .linkPreviewBox {
  padding: 1rem;
  border: 0.0625rem solid #ddd;
  border-radius: 0.3125rem;
  text-decoration: none;
  color: #999;
}
.previewBox .linkPreviewBox:hover {
  border: 0.0625rem solid var(--mb-c);
}
.previewBox .linkPreviewBox:hover .arrow {
  color: var(--mb-c);
}
.previewBox .linkPreviewBox.loading {
  opacity: 0.4;
}
.previewBox .linkPreviewBox .faviconBox {
  width: 2rem;
  height: 2rem;
}
.previewBox .linkPreviewBox .title {
  color: #555;
}
.previewBox .linkBox {
  padding: 1rem;
  background: #fff;
  border-radius: 0.3125rem;
  user-select: none;
}
.previewBox .linkBox .linkBtn {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3125rem;
  cursor: default;
}
.previewBox .linkBox .linkBtn svg {
  width: 1rem;
}
.previewBox .linkBox .linkBtn.active {
  background: #7469b6;
  cursor: pointer;
}
.previewBox .linkBox .linkBtn.active svg {
  fill: #fff;
}
.previewBox .loadingBox {
  height: calc(100dvh - 15rem);
}
.previewBox .centerLineBox {
  margin: 1rem 0;
}
.previewBox .centerLineBox .line {
  width: 80%;
  height: 0.125rem;
  background: #eee;
}
.previewBox .emptyBox {
  height: 1rem;
}
.previewBox p {
  line-height: 1.8;
}
@media (max-width: 48rem) {
  .previewBox p {
    line-height: 1.4;
  }
}
.previewBox code {
  background: #eee;
  padding: 0.25rem 0.5rem;
  border-radius: 0.3125rem;
  font-family: "Courier New", monospace;
}
.previewBox pre {
  background: #222;
  color: #fff;
  padding: 1rem 0;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1rem 0;
}
.previewBox pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}
.previewBox blockquote {
  border-left: 0.25rem solid #ddd;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  font-size: 1rem;
}
.previewBox .tableWrapperBox table {
  font-size: 0.875rem;
  width: 100%;
  border-collapse: collapse;
  border: 0.0625rem solid #e5e7eb;
  background: #fff;
}
@media (max-width: 48rem) {
  .previewBox .tableWrapperBox table {
    font-size: 0.75rem;
  }
}
.previewBox .tableWrapperBox table th {
  border: 0.0625rem solid #e5e7eb;
  padding: 0.5rem;
  background: #f9fafb;
}
.previewBox .tableWrapperBox table td {
  border: 0.0625rem solid #e5e7eb;
  padding: 0.5rem;
  line-height: 1.8;
}
@media (max-width: 48rem) {
  .previewBox .tableWrapperBox table td {
    line-height: 1.4;
  }
}
.katex {
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 48rem) {
  .katex {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
._main_container_uzybj_1 {
  min-height: calc(100dvh - 23rem);
}
._tag_container_1ed3e_1 {
  width: var(--a-w);
  margin: 0 auto;
}
@media (max-width: 48rem) {
  ._tag_container_1ed3e_1 {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}
._tag_container_1ed3e_1 ul {
  padding: 0;
}
._tag_container_1ed3e_1 ul li {
  list-style: none;
}
._tag_container_1ed3e_1 ul li ._tagBtn_1ed3e_17 {
  background: #eee;
  color: #555;
  letter-spacing: 0.075rem;
  transition: 0.5s;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-radius: 0.25rem;
}
._tag_container_1ed3e_1 ul li ._tagBtn_1ed3e_17:hover {
  color: var(--mt-c);
  background: var(--mb-c);
}
._list_container_1i0t7_1 {
  width: 64rem;
  margin: 0 auto;
}
@media (max-width: 64rem) {
  ._list_container_1i0t7_1 {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}
._list_container_1i0t7_1 ._list_title_container_1i0t7_11 {
  height: 8rem;
  color: var(--mt-c);
  font-size: 1.5rem;
}
@media (max-width: 48rem) {
  ._list_container_1i0t7_1 ._list_title_container_1i0t7_11 {
    font-size: 1rem;
  }
}
._list_container_1i0t7_1 ._list_empty_container_1i0t7_21 {
  height: var(--s-h);
  color: #999;
}
._list_container_1i0t7_1 ._gridBox_1i0t7_25 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
}
@media (max-width: 64rem) {
  ._list_container_1i0t7_1 ._gridBox_1i0t7_25 {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  }
}
@media (max-width: 48rem) {
  ._list_container_1i0t7_1 ._gridBox_1i0t7_25 {
    grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  }
}
._list_container_1i0t7_1
  ._gridBox_1i0t7_25
  ._list_rep_container_1i0t7_41
  ._categoryBox_1i0t7_41 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 105%;
  color: var(--mt-c);
  background: var(--mb-c);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-radius: 0.25rem;
}
._list_container_1i0t7_1
  ._gridBox_1i0t7_25
  ._list_rep_container_1i0t7_41
  ._imgBox_1i0t7_53 {
  padding-top: 1.5rem;
  aspect-ratio: 1/1;
  border: 0.0625rem solid #ddd;
  border-radius: 0.3125rem;
  overflow: hidden;
  transition: 0.5s;
}
._list_container_1i0t7_1
  ._gridBox_1i0t7_25
  ._list_rep_container_1i0t7_41
  ._imgBox_1i0t7_53
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._list_container_1i0t7_1 ._gridBox_1i0t7_25 ._list_rep_container_1i0t7_41 a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
._list_container_1i0t7_1
  ._gridBox_1i0t7_25
  ._list_rep_container_1i0t7_41
  ._list_rep_title_1i0t7_74 {
  font-size: 0.75rem;
  color: var(--mt-c);
}
._list_container_1i0t7_1
  ._gridBox_1i0t7_25
  ._list_rep_container_1i0t7_41
  ._list_rep_title_1i0t7_74
  img {
  display: none;
}
._paging_rep_container_1bn2h_1 {
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
}
._paging_rep_container_1bn2h_1 ul {
  padding: 0;
}
._paging_rep_container_1bn2h_1 ul li {
  list-style: none;
}
._paging_rep_container_1bn2h_1 ul li a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #555;
}
._paging_rep_container_1bn2h_1 ul li a:hover {
  background: var(--mb-c);
  color: var(--mt-c);
}
._guest_container_45j8k_1 {
  width: 64rem;
  margin: 0 auto;
}
@media (max-width: 64rem) {
  ._guest_container_45j8k_1 {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}
._article_rep_container_9ky9c_1 ._article_header_container_9ky9c_1 {
  padding: 4rem 0 2rem;
  border-bottom: 0.0625rem solid var(--mb-c);
}
._article_rep_container_9ky9c_1
  ._article_header_container_9ky9c_1
  ._category_9ky9c_5 {
  color: #555;
  background: #eee;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-radius: 0.25rem;
  transition: 0.1s;
}
._article_rep_container_9ky9c_1
  ._article_header_container_9ky9c_1
  ._category_9ky9c_5:hover {
  color: var(--mb-c);
  background: var(--mt-c);
}
@media (max-width: 48rem) {
  ._article_rep_container_9ky9c_1
    ._article_header_container_9ky9c_1
    ._article_rep_title_9ky9c_18 {
    font-size: 1.25rem;
  }
}
._article_rep_container_9ky9c_1 ._article_content_container_9ky9c_22 {
  width: var(--a-w);
  margin: 0 auto;
  color: #555;
}
@media (max-width: 48rem) {
  ._article_rep_container_9ky9c_1 ._article_content_container_9ky9c_22 {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}
._article_rep_container_9ky9c_1 ._article_footer_container_9ky9c_33 {
  width: var(--a-w);
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 48rem) {
  ._article_rep_container_9ky9c_1 ._article_footer_container_9ky9c_33 {
    width: calc(100% - 2rem);
    margin: 1rem 1rem 2rem;
  }
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._article_related_container_9ky9c_45 {
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 0.5rem;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._article_related_container_9ky9c_45
  ._headerBox_9ky9c_50 {
  height: 2rem;
  border-bottom: 0.0625rem solid #ddd;
  color: #555;
  padding-left: 0.5rem;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._article_related_container_9ky9c_45
  ._listBox_9ky9c_56 {
  padding-left: 0.5rem;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._article_related_container_9ky9c_45
  ._listBox_9ky9c_56
  li {
  list-style: none;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._article_related_container_9ky9c_45
  ._listBox_9ky9c_56
  li
  a {
  color: #999;
  transition: 0.5s;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._article_related_container_9ky9c_45
  ._listBox_9ky9c_56
  li
  a:hover {
  color: #555;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._tag_label_container_9ky9c_69
  i {
  color: #999;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._tag_label_container_9ky9c_69
  a {
  background: #eee;
  color: #555;
  transition: 0.5s;
  letter-spacing: 0.075rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-radius: 0.25rem;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._tag_label_container_9ky9c_69
  a:hover {
  color: var(--mb-c);
  background: var(--mt-c);
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._author_container_9ky9c_85 {
  padding: 2rem 0;
  padding-left: 0.5rem;
  border-top: 0.0625rem solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._author_container_9ky9c_85
  ._imgBox_9ky9c_91 {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._author_container_9ky9c_85
  ._imgBox_9ky9c_91
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._author_container_9ky9c_85
  ._blogger_9ky9c_102 {
  color: #555;
}
._article_rep_container_9ky9c_1
  ._article_footer_container_9ky9c_33
  ._author_container_9ky9c_85
  ._desc_9ky9c_105 {
  color: #999;
}
._article_rep_container_9ky9c_1 ._replies_container_9ky9c_108 {
  width: var(--a-w);
  margin: 0 auto;
  color: #555;
}
@media (max-width: 48rem) {
  ._article_rep_container_9ky9c_1 ._replies_container_9ky9c_108 {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}
._article_protected_container_1fbtn_1 {
  height: var(--s-h);
  font-size: 1rem;
}
@media (max-width: 48rem) {
  ._article_protected_container_1fbtn_1 {
    font-size: 0.875rem;
  }
}
._article_protected_container_1fbtn_1 p {
  color: #555;
}
._article_protected_container_1fbtn_1 input {
  width: 20rem;
  height: 2rem;
  background: #eee;
  border-radius: 0.25rem;
}
@media (max-width: 48rem) {
  ._article_protected_container_1fbtn_1 input {
    width: 15rem;
  }
}
._article_protected_container_1fbtn_1 button {
  width: 2rem;
  height: 2rem;
  background: #eee;
  border-radius: 0.25rem;
  transition: 0.1s;
}
._article_protected_container_1fbtn_1 button:hover {
  background: #999;
}
._article_protected_container_1fbtn_1 button:hover i {
  color: #fff;
}
._footer_container_1vi6o_1 {
  padding: 1rem 0 4rem;
  background: var(--mb-c);
  color: var(--mt-c);
}
._footer_container_1vi6o_1 ._waveBox_1vi6o_6 {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
._footer_container_1vi6o_1 ._waveBox_1vi6o_6 use {
  animation: _move-wave_1vi6o_1 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
._footer_container_1vi6o_1 ._waveBox_1vi6o_6 use:nth-child(1) {
  animation-delay: -1s;
  animation-duration: 10s;
}
._footer_container_1vi6o_1 ._waveBox_1vi6o_6 use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 20s;
}
._footer_container_1vi6o_1 ._waveBox_1vi6o_6 use:nth-child(3) {
  animation-delay: -3s;
  animation-duration: 30s;
}

._sidebar_container_1vi6o_30 {
  position: fixed;
  top: 13.5rem;
  left: calc((50dvw - 512px) / 2);
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 7;
}
@media (max-width: 100rem) {
  ._sidebar_container_1vi6o_30 {
    display: none;
  }
}
._sidebar_container_1vi6o_30._right_1vi6o_43 {
  right: calc((50dvw - 512px) / 2);
  left: unset;
  transform: translateX(50%);
}
._sidebar_container_1vi6o_30 ._frameBox_1vi6o_48 {
  width: calc(var(--s-w) + 0.875rem);
  height: 100%;
  overflow: hidden auto;
}
._sidebar_container_1vi6o_30 ._frameBox_1vi6o_48 ._scrollBox_1vi6o_53 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@keyframes _move-wave_1vi6o_1 {
  0% {
    transform: translateX(-5.625rem);
  }
  100% {
    transform: translateX(5.3125rem);
  }
}
._globalHeaderBox_9glss_1 {
  background: var(--mb-c);
  color: var(--mt-c);
}
._globalHeaderBox_9glss_1 ._header_container_9glss_5 {
  width: 64rem;
  height: 4rem;
  margin: 0 auto;
  transition: 0.5s;
}
@media (max-width: 64rem) {
  ._globalHeaderBox_9glss_1 ._header_container_9glss_5 {
    width: calc(100% - 2rem);
    margin: 0 1rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
}
._globalHeaderBox_9glss_1 ._header_container_9glss_5 ._menuBox_9glss_19 button {
  display: none;
}
@media (max-width: 100rem) {
  ._globalHeaderBox_9glss_1
    ._header_container_9glss_5
    ._menuBox_9glss_19
    button {
    display: block;
  }
  ._globalHeaderBox_9glss_1 ._header_container_9glss_5 ._menuBox_9glss_19 a {
    display: none;
  }
}
._globalHeaderBox_9glss_1
  ._header_container_9glss_5
  ._menuBox_9glss_19
  ._title_9glss_30 {
  color: var(--mt-c);
  font-family: "Dancing Script", serif;
}

._globalCategoryBox_9glss_35 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--mb-c);
  height: 2rem;
  margin-bottom: 4rem;
}
._globalCategoryBox_9glss_35 ._containerBox_9glss_43 {
  width: 64rem;
  margin: 0 auto;
}
@media (max-width: 64rem) {
  ._globalCategoryBox_9glss_35 ._containerBox_9glss_43 {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}
._globalCategoryBox_9glss_35 ._containerBox_9glss_43 ._categoryBox_9glss_53 {
  display: none;
  opacity: 0;
}
._globalCategoryBox_9glss_35 ._waveBox_9glss_57 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 4rem;
  rotate: 180deg;
  overflow: hidden;
}
._globalCategoryBox_9glss_35 ._waveBox_9glss_57 use {
  animation: _move-wave_9glss_1 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
._globalCategoryBox_9glss_35 ._waveBox_9glss_57 use:nth-child(1) {
  animation-delay: -1s;
  animation-duration: 10s;
}
._globalCategoryBox_9glss_35 ._waveBox_9glss_57 use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 20s;
}
._globalCategoryBox_9glss_35 ._waveBox_9glss_57 use:nth-child(3) {
  animation-delay: -3s;
  animation-duration: 30s;
}

@keyframes _move-wave_9glss_1 {
  0% {
    transform: translateX(-5.625rem);
  }
  100% {
    transform: translateX(5.3125rem);
  }
}
._cover_container_1cv94_1 {
  width: 64rem;
  margin: 6rem auto;
}
@media (max-width: 64rem) {
  ._cover_container_1cv94_1 {
    width: calc(100% - 2rem);
    margin: 6rem 1rem;
  }
}
._cover_container_1cv94_1 ._cover_title_1cv94_11 {
  height: 2rem;
  color: var(--mt-c);
  background: var(--mb-c);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  clip-path: polygon(100% 0%, 97.5% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-radius: 0.25rem;
}
._cover_container_1cv94_1 ._cover_slider_1cv94_19 {
  height: 30rem;
  overflow: hidden;
}
@media (max-width: 48rem) {
  ._cover_container_1cv94_1 ._cover_slider_1cv94_19 {
    display: none;
  }
}
._cover_container_1cv94_1
  ._cover_slider_1cv94_19
  ._cover_slider_container_1cv94_28 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 11.25rem;
  border: 0.0625rem solid #ddd;
  border-radius: 1.25rem;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 48rem) {
  ._cover_container_1cv94_1
    ._cover_slider_1cv94_19
    ._cover_slider_container_1cv94_28 {
    width: 8rem;
    height: 6rem;
  }
}
._cover_container_1cv94_1
  ._cover_slider_1cv94_19
  ._cover_slider_container_1cv94_28
  a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.32);
  color: #fff;
}
._cover_container_1cv94_1
  ._cover_slider_1cv94_19
  ._cover_slider_container_1cv94_28
  ._imgBox_1cv94_58 {
  width: 100%;
  height: 100%;
}
._cover_container_1cv94_1
  ._cover_slider_1cv94_19
  ._cover_slider_container_1cv94_28
  ._imgBox_1cv94_58
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._cover_container_1cv94_1 ._cover_thumbnail_list_gridBox_1cv94_67 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
}
@media (max-width: 64rem) {
  ._cover_container_1cv94_1 ._cover_thumbnail_list_gridBox_1cv94_67 {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  }
}
@media (max-width: 48rem) {
  ._cover_container_1cv94_1 ._cover_thumbnail_list_gridBox_1cv94_67 {
    grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  }
}
._cover_container_1cv94_1
  ._cover_thumbnail_list_gridBox_1cv94_67
  ._cover_thumbnail_list_container_1cv94_83
  ._categoryBox_1cv94_83 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 105%;
  color: var(--mt-c);
  background: var(--mb-c);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-radius: 0.25rem;
}
._cover_container_1cv94_1
  ._cover_thumbnail_list_gridBox_1cv94_67
  ._cover_thumbnail_list_container_1cv94_83
  ._imgBox_1cv94_58 {
  padding-top: 1.5rem;
  aspect-ratio: 1/1;
  border: 0.0625rem solid #ddd;
  border-radius: 0.3125rem;
  overflow: hidden;
  transition: 0.5s;
}
._cover_container_1cv94_1
  ._cover_thumbnail_list_gridBox_1cv94_67
  ._cover_thumbnail_list_container_1cv94_83
  ._imgBox_1cv94_58
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._cover_container_1cv94_1
  ._cover_thumbnail_list_gridBox_1cv94_67
  ._cover_thumbnail_list_container_1cv94_83
  a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
._cover_container_1cv94_1
  ._cover_thumbnail_list_gridBox_1cv94_67
  ._cover_thumbnail_list_container_1cv94_83
  ._infoBox_1cv94_116 {
  font-size: 0.75rem;
  color: var(--mt-c);
}
