@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@latest/dist/web/variable/pretendardvariable.css");:root{--cxbt-font-sans: "Pretendard Variable", Pretendard,
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;--cxbt-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace}body[a="dark"]{background-color:#000;color:#fff}body[a="dark"] a{color:#79a8ff}body[a="dark"] a:visited{color:#f78fe7}body[a="dark"] details{border:thin solid #fff}body[a="dark"] details summary{color:#fff}body[a="dark"] details[open] summary{border-bottom:1px solid #fff}body[a="dark"] pre{background:#000}body[a="dark"] code:not(pre>code){background-color:#fff;color:#000}body[a="dark"] *:target{background:#2f3849;color:#fff}body[a="dark"] table,body[a="dark"] th,body[a="dark"] td{border:thin solid #fff}body[a="dark"] .toc{border:0;border-left:1px solid currentColor;padding:0 0 0 1rem}body[a="dark"] figcaption{color:#000}body[a="dark"] blockquote{border:thin solid #fff}body[a="light"]{background-color:#fff;color:#000}body[a="light"] a{color:#3548cf}body[a="light"] a:visited{color:#8f0075}body[a="light"] details{border:thin solid #000}body[a="light"] details summary{color:#000}body[a="light"] details[open] summary{border-bottom:1px solid #000}body[a="light"] pre{background:#fff}body[a="light"] code:not(pre>code){background-color:#000;color:#fff}body[a="light"] *:target{background:#dae5ec;color:#000}body[a="light"] table,body[a="light"] th,body[a="light"] td{border:thin solid #000}body[a="light"] .toc{border:0;border-left:1px solid currentColor;padding:0 0 0 1rem}body[a="light"] figcaption{color:#595959}body[a="light"] blockquote{border:thin solid #000}@media (prefers-color-scheme: dark){body[a="auto"]{background-color:#000;color:#fff}body[a="auto"] a{color:#79a8ff}body[a="auto"] a:visited{color:#f78fe7}body[a="auto"] details{border:thin solid #fff}body[a="auto"] details summary{color:#fff}body[a="auto"] details[open] summary{border-bottom:1px solid #fff}body[a="auto"] pre{background:#000}body[a="auto"] code:not(pre>code){background-color:#fff;color:#000}body[a="auto"] *:target{background:#2f3849;color:#fff}body[a="auto"] table,body[a="auto"] th,body[a="auto"] td{border:thin solid #fff}body[a="auto"] .toc{border:0;border-left:1px solid currentColor;padding:0 0 0 1rem}body[a="auto"] figcaption{color:#000}body[a="auto"] blockquote{border:thin solid #fff}}@media (prefers-color-scheme: light){body[a="auto"]{background-color:#fff;color:#000}body[a="auto"] a{color:#3548cf}body[a="auto"] a:visited{color:#8f0075}body[a="auto"] details{border:thin solid #000}body[a="auto"] details summary{color:#000}body[a="auto"] details[open] summary{border-bottom:1px solid #000}body[a="auto"] pre{background:#fff}body[a="auto"] code:not(pre>code){background-color:#000;color:#fff}body[a="auto"] *:target{background:#dae5ec;color:#000}body[a="auto"] table,body[a="auto"] th,body[a="auto"] td{border:thin solid #000}body[a="auto"] .toc{border:0;border-left:1px solid currentColor;padding:0 0 0 1rem}body[a="auto"] figcaption{color:#595959}body[a="auto"] blockquote{border:thin solid #000}}body.theme-transition{transition:background-color 220ms ease, color 220ms ease}body.theme-transition a,body.theme-transition details,body.theme-transition details summary,body.theme-transition details[open] summary,body.theme-transition pre,body.theme-transition code:not(pre>code),body.theme-transition *:target,body.theme-transition table,body.theme-transition th,body.theme-transition td,body.theme-transition .toc,body.theme-transition figcaption,body.theme-transition blockquote{transition:background-color 220ms ease, color 220ms ease, border-color 220ms ease}html{height:100%}body{font-family:var(--cxbt-font-sans);font-size:16px;line-height:1.4;margin:0;min-height:100%;overflow-wrap:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}pre,code,kbd,samp{font-family:var(--cxbt-font-mono)}h2,h3,h4,h5,h6{margin-top:1.5rem}p{margin:1rem 0}li{margin:0.4rem 0}a{text-decoration:none}a:hover{text-decoration:underline}hr{text-align:center;border:0;margin:2rem 0}hr:before{content:'/////'}hr:after{content:attr(data-content) "/////"}pre{padding:1em;overflow-x:auto}table{width:100%}table,th,td{border-collapse:collapse;padding:0.4rem}code{text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}code:not(pre>code){padding:0.1em 0.2em;font-size:90%}code.has-jax{-webkit-font-smoothing:antialiased;background:inherit !important;border:none !important;font-size:100%}blockquote{padding:1rem}blockquote p{margin:0}img{max-width:100%;display:block;margin:0 auto}figcaption{text-align:center;opacity:0.5}details{padding:1rem}details summary{text-decoration:none}details[open] summary{margin-bottom:0.5em;padding-bottom:0.5em}.post-meta{display:flex;justify-content:space-between;align-items:center}.w{max-width:640px;margin:0 auto;padding:4rem 2rem}.toc{padding:0 0 0 1rem}.w--toc{max-width:960px}.post-layout.has-toc{display:grid;grid-template-columns:minmax(0, 1fr) 16rem;grid-template-areas:"main toc";gap:2rem;align-items:start}.post-main{grid-area:main;min-width:0}.post-toc{grid-area:toc;align-self:start;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow:hidden;display:flex;flex-direction:column;border-left:1px solid currentColor;padding-left:1rem}.post-toc__title{font-size:0.9rem;opacity:0.75;margin:0 0 0.5rem 0}.post-toc nav#TableOfContents{flex:1 1 auto;overflow:auto;min-height:0;font-size:0.95rem}.post-toc nav#TableOfContents ul{margin:0.5rem 0;padding-left:1.1rem}.post-toc nav#TableOfContents li{margin:0.25rem 0}.post-toc__top{display:block;font-size:0.9rem}.post-toc nav#TableOfContents+.post-toc__top{margin-top:0.75rem;padding-top:0.75rem;border-top:1px solid currentColor}body[a="light"] .theme-toggle{--toggle-bg: rgba(0, 0, 0, 0.72);--toggle-bg-hover: rgba(0, 0, 0, 0.84);--toggle-fg: #ffffff}body[a="dark"] .theme-toggle{--toggle-bg: rgba(255, 255, 255, 0.86);--toggle-bg-hover: rgba(255, 255, 255, 0.96);--toggle-fg: #000000}@media (prefers-color-scheme: dark){body[a="auto"] .theme-toggle,body:not([a]) .theme-toggle{--toggle-bg: rgba(255, 255, 255, 0.86);--toggle-bg-hover: rgba(255, 255, 255, 0.96);--toggle-fg: #000000}}@media (prefers-color-scheme: light){body[a="auto"] .theme-toggle,body:not([a]) .theme-toggle{--toggle-bg: rgba(0, 0, 0, 0.72);--toggle-bg-hover: rgba(0, 0, 0, 0.84);--toggle-fg: #ffffff}}.theme-toggle{--toggle-bg: rgba(127, 127, 127, 0.08);--toggle-bg-hover: rgba(127, 127, 127, 0.16);--toggle-fg: inherit;--toggle-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);--toggle-shadow-hover: 0 12px 34px rgba(0, 0, 0, 0.28);position:fixed;right:1.25rem;bottom:1.25rem;width:3rem;height:3rem;border-radius:9999px;border:0;background-color:var(--toggle-bg);box-shadow:var(--toggle-shadow);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:var(--toggle-fg);font:inherit;display:grid;place-items:center;cursor:pointer;z-index:1000;transition:background-color 220ms ease, color 220ms ease, box-shadow 160ms ease}.theme-toggle:hover{background-color:var(--toggle-bg-hover);box-shadow:var(--toggle-shadow-hover)}.theme-toggle:focus-visible{outline:2px solid currentColor;outline-offset:2px}.theme-toggle__label{font-size:1.2rem;line-height:1;transition:opacity 160ms ease}.theme-toggle__label--fading{opacity:0}@media (max-width: 900px){.post-layout.has-toc{grid-template-columns:1fr;grid-template-areas:"toc" "main"}.post-toc{position:static;max-height:none;overflow:visible;margin:1rem 0}.post-toc nav#TableOfContents{flex:initial;overflow:visible}}
