/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2026 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);color-scheme:light}:root[data-theme=dark]{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);color-scheme:dark}.list{background:var(--code-bg)}[data-theme=dark] .list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;text-underline-offset:.25rem;text-decoration:underline}.top-link{position:fixed;bottom:4rem;right:2rem;z-index:99;background:var(--tertiary);width:2.5rem;height:2.5rem;padding:10px;border-radius:64px;transition:visibility .3s,opacity .3s cubic-bezier(.4,0,1,1)}.hidden{visibility:hidden;opacity:0}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.header-nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin:auto;line-height:var(--header-height);padding:0 var(--gap);column-gap:var(--gap)}.header-nav a{display:block}.logo,.menu{display:flex}.logo{align-items:center;column-gap:.55rem;flex-wrap:wrap}.logo a{font-size:24px;font-weight:700;display:flex;align-items:center;column-gap:.55rem}.logo a img,.logo a svg{pointer-events:none;border-radius:6px}.theme-toggle{padding:0 .4rem}[data-theme=dark] .moon{display:none}[data-theme=light] .sun{display:none}.logo-switches{display:inline-flex;gap:.4rem;align-items:inherit;min-height:stretch;flex-wrap:inherit}.logo-switches>*{min-height:inherit;align-items:center;display:inline-flex}.nav-sep{color:var(--secondary)}.lang-menu *{display:inherit;min-height:inherit;align-items:inherit}.lang-menu a{font-size:1rem;font-weight:500;padding:0 .4rem;display:inline-flex}.menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;column-gap:var(--gap)}.menu a{font-size:16px}.menu .active{font-weight:500;text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:2px}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.md-content h3,.md-content h4,.md-content h5,.md-content h6{margin:24px 0 16px}.md-content h1{margin:40px auto 32px;font-size:40px}.md-content h2{margin:32px auto 24px;font-size:32px}.md-content h3{font-size:24px}.md-content h4{font-size:16px}.md-content h5{font-size:14px}.md-content h6{font-size:12px}.md-content a:not(.anchor){text-underline-offset:.3rem;text-decoration:underline}.md-content del{text-decoration:line-through}.md-content dl:not(:last-child),.md-content ol:not(:last-child),.md-content p:not(:last-child),.md-content figure:not(:last-child),.md-content ul:not(:last-child){margin-bottom:var(--content-gap)}.md-content ol,.md-content ul{padding-inline-start:1.25rem}.md-content li{margin-top:.3rem}.md-content li p{margin-bottom:0}.md-content dl{display:flex;flex-wrap:wrap;margin:0}.md-content dt{width:25%;font-weight:700}.md-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.md-content dd~dd,.md-content dt~dt{margin-top:10px}.md-content table{margin-bottom:var(--content-gap)}.md-content table th,.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:6px 13px;line-height:1.5;border:1px solid var(--border)}.md-content table th{text-align:start}.md-content table:not(.highlighttable) td code:only-child{margin:auto 0}.md-content .highlight table{border-radius:var(--radius)}.md-content .highlight:not(table){margin-bottom:var(--content-gap);background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.md-content li>.highlight{margin-inline-end:0}.md-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.md-content .highlight pre{margin:0}.md-content .highlighttable{table-layout:fixed}.md-content .highlighttable td:first-child{width:40px}.md-content .highlighttable td .linenodiv{padding-inline-end:0!important}.md-content .highlighttable td .highlight,.md-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{padding:.2rem .3rem;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:.2rem}.md-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.md-content blockquote{margin:1rem 0;padding-inline-start:1rem;border-inline-start:.3rem solid var(--content)}.md-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.md-content iframe{max-width:100%}.md-content img{border-radius:var(--radius);margin:1rem 0}.md-content img[src*="#center"]{margin:1rem auto}.md-content figure.align-center{text-align:center}.md-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.md-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.md-content h1:hover .anchor,.md-content h2:hover .anchor,.md-content h3:hover .anchor,.md-content h4:hover .anchor,.md-content h5:hover .anchor,.md-content h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:.5em;font-weight:500;user-select:none}.anchor:hover{color:var(--content)!important}.md-content img.in-text{display:inline;margin:auto}mark{border-radius:2px;padding:0 2px}audio{display:block;width:100%;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:2.5rem;margin-bottom:var(--content-gap)}audio::-webkit-media-controls-enclosure{border-radius:0}video{border:1px solid var(--code-bg);border-radius:var(--radius);max-width:100%}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-header h2{font-size:40px}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{--content-gap:0.5rem;-webkit-line-clamp:unset;margin:0}.home-info .social-icons a:first-of-type{padding-inline-start:0}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .25s ease;border:1px solid var(--border)}.post-entry:hover,.post-entry:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-info .entry-content p{margin-block-start:1em;margin-block-end:1em}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:var(--radius)}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center;display:flex;flex-direction:column;gap:.5rem}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{text-underline-offset:.3rem;text-decoration:underline}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{font-size:40px}.post-description{margin-top:10px}.post-meta{margin-top:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.breadcrumbs a{font-size:16px}.breadcrumbs svg{height:1em}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.post-meta a,.toc a:hover{text-underline-offset:.3rem;text-decoration:underline}.post-meta a{color:var(--secondary);text-decoration-style:dotted}details.toc{margin-bottom:var(--content-gap);background:var(--code-bg);border-radius:var(--radius);border:1px solid var(--border)}[data-theme=dark] details.toc{background:var(--entry)}details.toc summary{padding:.3rem 1.2rem;border-radius:var(--radius)}details summary{cursor:pointer;display:list-item;width:100%;margin-inline-start:0;user-select:none}details .title{display:inline;font-weight:500;margin-inline-start:.2rem}details{interpolate-size:allow-keywords}details::details-content{height:0;opacity:0;overflow:clip;transition:height 150ms ease,opacity 150ms ease,content-visibility 150ms allow-discrete}details[open]::details-content{height:auto;opacity:1}details .inner{margin:0 2.4rem;padding-bottom:.6rem}details li ul{margin-inline-start:var(--gap)}.post-content{color:var(--content);margin:30px 0}.post-footer{margin-top:var(--content-gap)}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}.paginav{display:flex;line-height:1.2}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:.8rem;color:var(--secondary)}.paginav a{width:50%;display:flex;flex-direction:column;gap:.5rem;padding:.8rem;border-radius:var(--radius)}.paginav span:hover:not(.title){text-underline-offset:.2rem;text-decoration:underline}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px;gap:1rem}.button{background:var(--tertiary);border-radius:var(--radius);padding:.4rem .8rem}.searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}.searchResults li{list-style:none;border-radius:var(--radius);padding:10px 15px;position:relative;font-weight:500;display:flex;align-items:center;justify-content:space-between;background:var(--entry);transition:transform .25s ease;border:1px solid var(--border)}.searchResults{margin:var(--content-gap)0;width:100%;display:flex;flex-direction:column;gap:10px}.searchResults li:hover,.searchResults li:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.searchResults li .entry-link:focus{outline:2px solid var(--secondary);outline-offset:-2px}.terms-tags{display:flex;flex-wrap:wrap;gap:1em;margin-top:var(--content-gap)}.terms-tags li{display:inline-block;font-weight:500}.terms-tags a{display:block;padding:4px 10px;background:var(--tertiary);border-radius:var(--radius);transition:transform .1s}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .err{color:#ed8796}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,.searchResults .focus,.searchResults li:active{transform:none}}body{font-family:pretendard variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,helvetica neue,segoe ui,apple sd gothic neo,noto sans kr,malgun gothic,sans-serif}:root[data-theme=dark]{--secondary:rgb(168, 169, 170)}.post-content img{height:auto}.post-content{line-height:1.78;letter-spacing:-.011em;word-break:keep-all;overflow-wrap:break-word}.post-content p{margin-bottom:1.15em}.post-content h2{margin-top:2em}.post-content h3{margin-top:1.6em}.post-content table{font-size:.93em;line-height:1.55}.post-content th{background:var(--code-bg)}.post-content blockquote{border-inline-start:3px solid var(--primary);background:var(--code-bg);padding:12px 16px;border-radius:0 6px 6px 0}.home-info .entry-content img{width:96px;height:96px;border-radius:50%;object-fit:cover;float:right;margin:0 0 10px 18px}@media(max-width:575px){.home-info .entry-content img{width:72px;height:72px;margin:0 0 8px 12px}}.home-info .entry-content .home-featured p{margin-bottom:.3em}.home-featured ul{list-style:none;padding:0;margin:0 0 1em}.home-featured li{margin:.35em 0}.home-featured-label{font-size:.82em;color:var(--secondary);margin-inline-end:.35em;white-space:nowrap}.post-content img[src*=hyunsub-lee]{width:180px;height:180px;border-radius:12px;object-fit:cover;float:right;margin:0 0 14px 22px}@media(max-width:575px){.post-content img[src*=hyunsub-lee]{float:none;display:block;margin:0 auto 16px}}.author-box{display:flex;gap:16px;align-items:flex-start;margin:40px 0 0;padding:18px 20px;border:1px solid var(--border);border-radius:8px}.author-box img{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0;margin:0}.author-box-body{min-width:0}.author-box-name{margin:0 0 4px;font-weight:700;color:var(--primary)}.author-box-name a{color:var(--primary)}.author-box-name span{font-weight:400;font-size:14px;color:var(--secondary)}.author-box-bio{margin:0 0 8px;font-size:14px;line-height:1.65;color:var(--secondary);word-break:keep-all}.author-box-links{margin:0;font-size:13px}.author-box-links a{color:var(--primary);margin-right:14px;text-decoration:none}.author-box-links a:hover{text-decoration:underline}@media(max-width:480px){.author-box{gap:12px;padding:14px 16px}.author-box img{width:56px;height:56px}}body.list:not(:has(.post-entry)){background:var(--theme)}.post-content details.fold{border:1px solid var(--border);border-radius:8px;margin:.5rem 0;padding:0;background:var(--entry)}.post-content details.fold>summary{cursor:pointer;padding:.65rem .9rem;font-weight:600;list-style:none;display:flex;align-items:baseline;gap:.5rem;line-height:1.5}.post-content details.fold>summary::-webkit-details-marker{display:none}.post-content details.fold>summary::before{content:"+";flex:none;width:1.1rem;color:var(--secondary);font-weight:400}.post-content details.fold[open]>summary::before{content:"−"}.post-content details.fold>summary small{font-weight:400;color:var(--secondary);font-size:.85em}.post-content details.fold>.fold-body{padding:0 .9rem .8rem 2.5rem;font-size:.95em}.post-content details.fold>.fold-body>:last-child{margin-bottom:0}.post-content details.fold>.fold-body ul{margin-top:.4em}@media(max-width:640px){.post-content details.fold>.fold-body{padding-left:.9rem}}.post-content .st-summary>div:first-child{background:var(--primary);color:var(--theme);border-color:var(--primary)}.post-content .st-summary>div:first-child span{color:var(--theme);opacity:.8}.post-content .st-controls{border:1px solid var(--border);border-radius:10px;padding:.7rem .85rem;background:var(--entry)}.post-content .mt-controls,.post-content .bn-controls,.post-content .nd-controls,.post-content .df-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.post-content .mt-controls input[type=search],.post-content .bn-controls input[type=search],.post-content .nd-controls input[type=search],.post-content .df-controls input[type=search]{flex:1 1 16rem;padding:.45rem .7rem;border:1px solid var(--border);border-radius:6px;background:var(--theme);color:var(--primary);font:inherit}.post-content .mt-controls select,.post-content .bn-controls select,.post-content .nd-controls select,.post-content .df-controls select{padding:.38rem .5rem;border:1px solid var(--border);border-radius:6px;background:var(--theme);color:var(--primary);font:inherit;font-size:.9rem;max-width:15rem}.post-content .mt-controls>span,.post-content .bn-controls>span,.post-content .nd-controls>span,.post-content .df-controls>span{margin-left:auto;font-size:.9rem;color:var(--secondary);white-space:nowrap}.post-content .mt-controls button,.post-content .bn-controls button,.post-content .nd-controls button,.post-content .df-controls button{border:1px solid var(--border);background:var(--theme);color:var(--secondary);border-radius:999px;padding:.25rem .7rem;font:inherit;font-size:.82rem;cursor:pointer}.post-content .st-pager{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:.6rem 0;font-size:.85rem;color:var(--secondary)}.post-content .st-pager:empty{display:none}.post-content .st-pager button{border:1px solid var(--border);background:var(--theme);color:var(--primary);border-radius:6px;padding:.3rem .7rem;font:inherit;cursor:pointer}.post-content .st-pager button[disabled]{opacity:.4;cursor:default}@media(max-width:520px){.post-content .st-pager{flex-wrap:wrap;gap:.4rem}}.post-content #st-table tbody tr.st-alt{background:var(--code-bg)}.post-content #st-table thead th{position:sticky;top:0;background:var(--theme);z-index:1;box-shadow:inset 0 -1px 0 var(--border)}.st-badge{display:inline-block;padding:0 .45em;border-radius:4px;font-size:.86em;line-height:1.6;white-space:nowrap}.st-badge-fine{background:var(--primary);color:var(--theme);font-weight:600}.st-badge-pen{border:1px solid var(--secondary);color:var(--primary)}.st-etc{color:var(--secondary);font-size:.86em}@media(min-width:641px){.post-content .st-wrap{overflow-x:visible}}.sx-nav{margin:1rem 0 1.6rem;display:flex;flex-direction:column;gap:.4rem}.sx-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.sx-lab{flex:none;font-size:.74rem;color:var(--secondary);letter-spacing:.02em;min-width:3.6rem}.sx-row a{display:inline-flex;align-items:baseline;gap:.3em;padding:.26rem .7rem;border:1px solid var(--border);border-radius:999px;font-size:.82rem;line-height:1.5;color:var(--secondary);text-decoration:none;white-space:nowrap;background:var(--entry)}.sx-row a:hover{color:var(--primary);border-color:var(--secondary)}.sx-row a b{font-variant-numeric:tabular-nums;font-weight:700;color:var(--primary);font-size:.95em}.sx-row a[aria-current=page]{background:var(--primary);border-color:var(--primary);color:var(--theme);font-weight:600}.sx-row a[aria-current=page] b{color:var(--theme)}.sx-arts a{font-size:.78rem;padding:.22rem .55rem}@media(max-width:700px){.sx-nav{gap:.3rem}.sx-row{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin-inline:-16px;padding-inline:16px}.sx-row::-webkit-scrollbar{display:none}.sx-row{-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 28px),transparent)}.sx-row.sx-end{-webkit-mask-image:none;mask-image:none}.sx-lab{position:sticky;left:-16px;background:var(--theme);padding-right:.3rem;z-index:1}}.post-content .sx-caveat{border:1px solid var(--border);border-left:3px solid var(--secondary);border-radius:0 8px 8px 0;background:var(--entry);padding:.8rem 1rem;margin:1.2rem 0;font-size:.93em;line-height:1.7}.post-content .sx-caveat p{margin:0}.post-content .sx-caveat p+p{margin-top:.45em}.post-content table.act-tbl{width:100%;font-size:.93em;margin:.6rem 0 1rem}.post-content table.act-tbl td,.post-content table.act-tbl th{padding:.3rem .5rem}.post-content table.act-tbl td.n,.post-content table.act-tbl th.n{text-align:right;width:3.5rem;white-space:nowrap}.post-content table.act-tbl td.bar,.post-content table.act-tbl th.bar{width:40%}.post-content table.act-tbl td.bar i{display:block;height:.55rem;border-radius:3px;background:var(--primary);opacity:.55}.post-content .act-case{margin:0 0 1rem}.post-content .act-case .act-head{margin:0 0 .2rem}.post-content .act-dim{color:var(--secondary);font-size:.9em;font-weight:400}.post-content .act-case ul{margin:.2em 0 0}.post-content .act-case ul.act-find{font-size:.92em;color:var(--secondary);margin:.15em 0 .4em}.post-content .lt-acts{color:var(--secondary);font-size:.86em}.post-content #lt-table .lt-acts::before{content:"행위 ";opacity:.6}.post-content #med-table td.md-judg{font-size:.88em;line-height:1.55}.post-content #med-table .md-verdict{display:block;font-weight:700;margin-bottom:.15em}.post-content #med-table .md-gist{display:block;color:var(--content)}.post-content #med-table .md-src{display:inline-block;margin-right:.35em;padding:0 .35em;font-size:.85em;border:1px solid var(--border);border-radius:3px;color:var(--secondary)}.post-content #tl-table td.tl-note{font-size:.88em;line-height:1.55}.post-content #tl-table .tl-head{display:block;margin-bottom:.15em}.post-content #tl-table ul.tl-points{margin:0;padding-left:1.1em;color:var(--content)}.post-content #tl-table ul.tl-points li{margin:0 0 .2em;padding:0}.post-content #tl-table .tl-links{display:block;margin-top:.35em}.post-content #tl-table .tl-links a{display:block;font-size:.95em}.post-content #tl-table .tl-stage{display:block;margin-top:.2em;color:var(--secondary)}.post-content #dmg-table .dm-sub{display:block;margin-top:.2em;color:var(--secondary);line-height:1.5}.post-content #dmg-table .dm-def{display:block;margin-top:.15em}.post-content #dmg-table .dm-amt{display:block}.post-content #dmg-table ol.dm-cases{list-style:none;margin:0;padding:0}.post-content #dmg-table ol.dm-cases li{margin:0 0 .5em;padding:0;line-height:1.5}.post-content #dmg-table ol.dm-cases li:last-child{margin-bottom:0}.post-content #dmg-table .dm-lv{display:inline-block;margin-right:.35em;padding:0 .35em;font-size:.8em;border:1px solid var(--border);border-radius:3px;color:var(--secondary);vertical-align:.08em}.post-content .md-arts{color:var(--secondary);font-size:.9em}.post-content #med-table .md-arts{display:block;margin-top:.3em}.post-content #med-table .md-arts::before{content:"인용 조문 ";opacity:.7}.home-info .home-evidence{margin-top:1rem;padding:.7rem .9rem;border-left:3px solid var(--border);background:var(--entry);border-radius:0 6px 6px 0;font-size:.92rem;line-height:1.6;color:var(--secondary)}.home-info .home-evidence strong{color:var(--primary)}.hb{margin:.9rem 0 1.1rem;display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;gap:4px .6rem}.hb-row{display:contents}.hb-label{font-size:.86rem;color:var(--secondary);white-space:nowrap}.hb-on .hb-label{color:var(--primary);font-weight:600}.hb-track{display:block;height:10px;background:var(--border);border-radius:0 5px 5px 0}.hb-track>i{display:block;height:100%;background:var(--secondary);border-radius:0 4px 4px 0}.hb-on .hb-track>i{background:var(--primary)}.hb-val{font-size:.84rem;color:var(--secondary);font-variant-numeric:tabular-nums;white-space:nowrap}.hb-on .hb-val{color:var(--primary);font-weight:600}@media(max-width:640px){.hb{display:block}.hb-row{display:grid;grid-template-columns:1fr max-content;gap:0 .5rem;padding:3px 0 7px}.hb-label{grid-row:1;grid-column:1;white-space:normal;word-break:keep-all}.hb-val{grid-row:1;grid-column:2}.hb-track{grid-row:2;grid-column:1/-1;margin-top:3px}}.fc [hidden]{display:none!important}.post-content .fc{margin:1rem 0 2rem}.post-content .fc-notice{border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:8px;background:var(--entry);padding:.8rem 1rem;font-size:.92em;line-height:1.7;margin-bottom:1rem}.post-content .fc-notice p{margin:0}.post-content .fc-notice details{margin-top:.35rem}.post-content .fc-notice summary{cursor:pointer;color:var(--secondary);font-size:.92em}.post-content .fc-notice details p{margin-top:.35rem}.post-content .fc-tabs{display:flex;gap:.3rem;margin:1rem 0 0;border-bottom:2px solid var(--border);flex-wrap:wrap}.post-content .fc-tab{font:inherit;font-size:.95em;font-weight:600;min-height:44px;padding:.45rem .9rem;border:1px solid transparent;border-bottom:0;border-radius:8px 8px 0 0;margin-bottom:-2px;background:0 0;color:var(--secondary);cursor:pointer}.post-content .fc-tab[aria-selected=true]{color:var(--primary);background:var(--entry);border-color:var(--border);box-shadow:0 2px 0 0 var(--entry)}.post-content .fc-panel{border-radius:0 10px 10px 10px}.post-content .fc-panel-h{margin:0 0 .5rem;font-size:1.05em}.post-content .fc-panel-h small{font-weight:400;color:var(--secondary);font-size:.8em;margin-left:.3rem}.post-content .fc-modebar{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin:0 0 .6rem}.post-content .fc-mode-btn{font:inherit;font-size:.9em;min-height:36px;padding:.25rem .8rem;cursor:pointer;border:1px solid var(--border);background:var(--theme);color:var(--secondary);border-radius:999px}.post-content .fc-mode-btn[aria-pressed=true]{background:var(--primary);color:var(--theme);border-color:var(--primary);font-weight:600}.post-content .fc-modebar .fc-help{flex:1 1 14rem;margin:0}.post-content .fc-mode-simple [data-adv]{display:none!important}.post-content .fc-mode-expert [data-simple]{display:none!important}.post-content .fc-chips,.post-content .fc-quick{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center;margin:.3rem 0}.post-content .fc-quick .fc-help{margin:0;flex:none}.post-content .fc-chip{font:inherit;font-size:.85em;min-height:32px;padding:.2rem .7rem;cursor:pointer;border:1px solid var(--border);border-radius:999px;background:var(--entry);color:var(--primary)}.post-content .fc-filter{display:flex;flex-direction:column;gap:.25rem;font-size:.9em;margin:.6rem 0}.post-content .fc input[type=search]{font:inherit;font-size:16px;padding:.45rem .55rem;border:1px solid var(--border);border-radius:6px;background:var(--entry);color:var(--primary);min-height:44px;width:100%;box-sizing:border-box}.post-content .fc-act-t{display:block}.post-content .fc-act-t small{display:block;color:var(--secondary);font-size:.85em;line-height:1.5}.post-content .fc-bands{display:flex;flex-direction:column;gap:.5rem;margin:.8rem 0}.post-content .fc-band{border:1px solid var(--border);border-radius:8px;padding:.5rem .7rem}.post-content .fc-band-h{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem;font-size:.92em}.post-content .fc-band-h small{color:var(--secondary);font-size:.85em}.post-content .fc-bar{height:10px;border-radius:999px;background:var(--border);margin:.35rem 0;overflow:hidden}.post-content .fc-bar>span{display:block;height:100%;border-radius:999px;background:var(--primary);opacity:.75}.post-content .fc-band-v{font-size:.95em;font-weight:600}.post-content .fc-advnote{border:1px dashed var(--border);border-radius:8px;padding:.4rem .6rem}.post-content ul.fc-tips{margin:.6rem 0 0;padding-left:1.1rem;color:var(--secondary);font-size:.88em;line-height:1.65}.post-content .fc details.fc-tabledet>summary{cursor:pointer;color:var(--secondary);font-size:.88em;margin:.5rem 0 .2rem}.post-content .fc-card{border:1px solid var(--border);border-radius:10px;padding:.8rem 1rem;margin:.9rem 0;background:var(--theme)}.post-content .fc-card h3{margin:0 0 .4rem;font-size:1.05em}.post-content .fc-drawer>summary{cursor:pointer;list-style:none;display:flex;align-items:baseline;gap:.5rem}.post-content .fc-drawer>summary::-webkit-details-marker{display:none}.post-content .fc-drawer>summary::before{content:"+";color:var(--secondary);width:1rem;flex:none}.post-content .fc-drawer[open]>summary::before{content:"−"}.post-content .fc-drawer>summary h3{display:inline;margin:0}.post-content .fc-drawer>summary h3 small{font-weight:400;color:var(--secondary);font-size:.8em;margin-left:.3rem}.post-content .fc-body{margin-top:.6rem}.post-content .fc-help{color:var(--secondary);font-size:.88em;line-height:1.65;margin:.4rem 0}.post-content .fc-meta{font-size:.9em;margin:.4rem 0}.post-content .fc-warn{color:#b3261e;font-size:.92em;margin:.4rem 0}.post-content .fc-regime{font-size:.92em;margin:.5rem 0 0;font-weight:600}.post-content .fc-set{border:0;border-top:1px dashed var(--border);margin:.8rem 0 0;padding:.6rem 0 0;min-width:0}.post-content .fc-set legend{font-weight:700;font-size:.95em;padding:0 .3rem 0 0}.post-content .fc-set[disabled]{opacity:.55}.post-content .fc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.6rem .9rem;margin:.4rem 0}.post-content .fc-grid>label{display:flex;flex-direction:column;gap:.25rem;font-size:.9em;line-height:1.45}.post-content .fc-grid>label.fc-wide{grid-column:1/-1}.post-content .fc-grid>label.fc-check{flex-direction:row;align-items:flex-start;gap:.45rem}.post-content .fc-grid>label.fc-check input{margin-top:.3rem;flex:none}.post-content .fc input[type=text],.post-content .fc input[type=date],.post-content .fc select{font:inherit;font-size:16px;padding:.45rem .55rem;border:1px solid var(--border);border-radius:6px;background:var(--entry);color:var(--primary);min-height:44px;width:100%;box-sizing:border-box}.post-content .fc .fc-hint{color:var(--secondary);font-size:.82em}.post-content .fc output.fc-won{font-size:.85em;color:var(--secondary);min-height:1em}.post-content .fc-btn{font:inherit;font-size:.92em;min-height:44px;padding:.4rem .9rem;border:1px solid var(--border);border-radius:8px;background:var(--entry);color:var(--primary);cursor:pointer}.post-content .fc-btn.fc-small{min-height:36px;font-size:.85em;padding:.25rem .6rem}.post-content .fc-manual{border:1px solid var(--primary);border-radius:8px;padding:.6rem .8rem;margin:.8rem 0;font-size:.92em}.post-content .fc-out{margin-top:.9rem}.post-content .fc-head{border-radius:8px;background:var(--entry);padding:.6rem .9rem}.post-content .fc-head p{margin:.3rem 0}.post-content table.fc-res{width:100%;border-collapse:collapse;font-size:.9em;margin:.5rem 0}.post-content table.fc-res th,.post-content table.fc-res td{border-bottom:1px solid var(--border);padding:.45rem .5rem;vertical-align:top;text-align:left}.post-content table.fc-res th small,.post-content table.fc-res td small{display:block;color:var(--secondary);font-weight:400;font-size:.85em}.post-content table.fc-res tr.fc-g1 th,.post-content table.fc-res tr.fc-g1 td{border-top:2px solid var(--border)}.post-content table.fc-res tfoot th,.post-content table.fc-res tfoot td{border-bottom:0}.post-content .fc details.fc-step>summary{cursor:pointer;color:var(--secondary);font-size:.82em;margin-top:.2rem}.post-content table.fc-steps{font-size:.9em;margin:.3rem 0 0;border-collapse:collapse}.post-content table.fc-steps th,.post-content table.fc-steps td{padding:.15rem .6rem .15rem 0;border:0;font-weight:400;white-space:nowrap}.post-content .fc-pen-list{display:flex;flex-direction:column;gap:.6rem}.post-content .fc-pen-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem .8rem;align-items:end;border:1px solid var(--border);border-radius:8px;padding:.6rem .7rem}.post-content .fc-pen-row>label{display:flex;flex-direction:column;gap:.25rem;font-size:.88em}.post-content .fc-pen-row>label.fc-wide{grid-column:1/-1}.post-content ol.pr-list{list-style:none;padding:0;margin:.6rem 0}.post-content li.pr-card{border:1px solid var(--border);border-radius:8px;padding:.55rem .8rem;margin:.5rem 0;font-size:.9em}.post-content li.pr-card p{margin:.2rem 0;line-height:1.6}.post-content .pr-top{color:var(--secondary)}.post-content .pr-top strong{color:var(--primary)}.post-content .pr-tag{font-size:.8em;border:1px solid var(--border);border-radius:4px;padding:0 .3rem}.post-content .pr-mg{color:var(--secondary);font-size:.92em}.post-content .pr-chip{display:inline-block;font-size:.8em;border-radius:4px;padding:.05rem .4rem;background:var(--entry);border:1px solid var(--border);margin:.1rem 0}.post-content .pr-chip.pr-ok{border-color:#2e7d32}.post-content .pr-chip.pr-no{border-color:#b3261e}.post-content .pr-links a{margin-right:.6rem}@media(max-width:640px){.post-content .fc-card{padding:.7rem .75rem}.post-content .fc-grid{grid-template-columns:1fr}.post-content table.fc-steps th,.post-content table.fc-steps td{white-space:normal}}.post-content .fc-viol{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.post-content .fc-viol-row{display:grid;grid-template-columns:1fr auto auto;gap:.4rem .8rem;align-items:end;border:1px solid var(--border);border-radius:8px;padding:.55rem .7rem}.post-content .fc-viol-row>label{display:flex;flex-direction:column;gap:.25rem;font-size:.88em}.post-content .fc-viol-lab{font-size:.9em;line-height:1.5;align-self:center}@media(max-width:640px){.post-content .fc-viol-row{grid-template-columns:1fr}.post-content .fc-viol-lab{font-weight:600}}.post-content .fc .st-wrap{width:100%;margin-inline:0;overflow-x:auto}.post-content .fc-mode-simple .fc-act-t small{display:none}.fc-share{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:12px 0 0}.fc-share .fc-hint{margin:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(max-width:768px){:root{--gap:18px;--header-height:52px}body{-webkit-tap-highlight-color:rgba(0,0,0,6%)}.logo a{font-size:19px}.menu{column-gap:14px}.breadcrumbs a{display:inline-block;padding:5px 3px}.post-title{font-size:27px;line-height:1.34}.page-header h1{font-size:27px;line-height:1.34}.first-entry .entry-header h1{font-size:25px;line-height:1.34}.first-entry{min-height:0}.page-header,.post-header{margin-top:14px}.post-content p{margin-bottom:1.35em}.post-content h2{font-size:24px;line-height:1.35;margin-top:44px;margin-bottom:18px}.post-content h3{font-size:20px;line-height:1.4;margin-top:30px;margin-bottom:12px}.post-content h4{font-size:18px;margin-top:24px}.post-content blockquote{padding:12px 14px}.post-content ul,.post-content ol{padding-inline-start:1.25em}.post-content li{margin-bottom:.4em}.post-entry .entry-header h2{font-size:21px;line-height:1.35}.post-entry .entry-content{font-size:14px;line-height:1.6}.footer{padding-bottom:calc(18px + env(safe-area-inset-bottom))}}.md-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:640px){.post-content table.md-table-fold{display:block;font-size:16px}.post-content table.md-table-fold thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.post-content table.md-table-fold tbody{display:block}.post-content table.md-table-fold tr{display:block;border:1px solid var(--border);border-radius:8px;padding:.55rem .8rem;margin-bottom:.6rem}.post-content table.md-table-fold td{display:block;border:0;padding:.35rem 0;text-align:start!important;white-space:normal;line-height:1.6}.post-content table.md-table-fold td+td{border-top:1px dashed var(--border)}.post-content table.md-table-fold td[data-h]::before{content:attr(data-h);display:block;color:var(--secondary);font-size:.75rem;letter-spacing:.02em;margin-bottom:.15rem}.post-content table.md-table-fold td:first-child{font-weight:600}}@media(max-width:768px){.post-content .st-controls select,.post-content .st-controls label,.post-content .st-pager select,.post-content .st-pager button,.post-content .mt-controls select,.post-content .mt-controls button,.post-content #mt-table button,.post-content #st-reset,.post-content #st-count{font-size:16px}.post-content .st-controls select,.post-content .st-pager select,.post-content #st-q{min-height:44px}.post-content .st-pager button,.post-content #st-reset{min-height:40px;padding-inline:.7rem}.post-content .st-controls input[type=checkbox]{width:20px;height:20px}.post-content .st-summary>div{flex:1 1 calc(50% - .75rem)}}.top-link{width:44px;height:44px;padding:12px;right:14px;bottom:calc(1.25rem + env(safe-area-inset-bottom));background:var(--theme);border:1px solid var(--border);box-shadow:0 2px 10px rgba(0,0,0,.12)}.mtoc-fab{position:fixed;left:14px;bottom:calc(1.25rem + env(safe-area-inset-bottom));z-index:99;display:none;align-items:center;gap:6px;height:44px;padding:0 16px;border:1px solid var(--border);border-radius:44px;background:var(--theme);color:var(--primary);font-size:14px;font-weight:600;box-shadow:0 2px 10px rgba(0,0,0,.12);cursor:pointer;transition:opacity .3s,visibility .3s}.mtoc-fab svg{width:15px;height:15px}.mtoc-fab.hidden{visibility:hidden;opacity:0}.mtoc-sheet{position:fixed;inset:0;z-index:100;display:none;background:rgba(0,0,0,.38)}.mtoc-sheet.open{display:block}.mtoc-panel{position:absolute;left:0;right:0;bottom:0;max-height:72vh;overflow-y:auto;overscroll-behavior:contain;background:var(--theme);border-radius:14px 14px 0 0;padding:6px 0 calc(14px + env(safe-area-inset-bottom));box-shadow:0 -4px 24px rgba(0,0,0,.18);animation:mtoc-up .22s ease-out}@keyframes mtoc-up{from{transform:translateY(14%)}to{transform:none}}@media(prefers-reduced-motion){.mtoc-panel{animation:none}}.mtoc-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:12px 18px 10px;background:var(--theme);border-bottom:1px solid var(--border);font-weight:700}.mtoc-close{border:0;background:0 0;color:var(--secondary);font-size:15px;padding:8px 4px;min-width:44px;text-align:end;cursor:pointer}.mtoc-panel ul{list-style:none;margin:0;padding:6px 0}.mtoc-panel li{margin:0}.mtoc-panel a{display:block;padding:11px 18px;font-size:15px;line-height:1.45;color:var(--content);text-decoration:none;word-break:keep-all}.mtoc-panel a:active{background:var(--code-bg)}.mtoc-panel ul ul a{padding-inline-start:34px;font-size:14px;color:var(--secondary)}.mtoc-panel ul ul ul a{padding-inline-start:50px}.read-progress{position:fixed;top:0;left:0;z-index:101;height:2px;width:0;background:var(--primary);opacity:.55;display:none}@media(max-width:768px){.mtoc-fab{display:inline-flex}.read-progress{display:block}}@media(max-width:359px){.menu{column-gap:10px}.menu a{font-size:15px}}@media(max-width:640px){.post-content .st-wrap table.db-fold{display:block;font-size:16px}.post-content .st-wrap table.db-fold thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.post-content .st-wrap table.db-fold colgroup{display:none}.post-content .st-wrap table.db-fold tbody{display:block}.post-content .st-wrap table.db-fold tr{display:block;margin:0 0 .7rem;padding:.6rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--entry)}.post-content .st-wrap table.db-fold tbody td{display:block;position:relative;width:auto!important;min-width:0;padding:.3rem 0 .3rem 4.9rem;border:0;text-align:start!important;line-height:1.6}.post-content .st-wrap table.db-fold tbody td+td{border-top:1px dashed var(--border)}.post-content .st-wrap table.db-fold tbody tr{display:flex;flex-direction:column}.post-content .st-wrap table.db-fold tbody td.db-lead{order:-1;padding-left:0;padding-bottom:.5rem;border-top:0;font-size:1.04em;font-weight:600;line-height:1.5}.post-content .st-wrap table.db-fold tbody td.db-lead[data-h]::before{content:none}.post-content .st-wrap table.db-fold tbody td.db-lead a{text-decoration:none;border-bottom:1px solid var(--border)}.post-content .st-wrap table.db-fold tbody tr:has(.db-lead) td:first-child{border-top:1px dashed var(--border)}.post-content .st-wrap table.db-fold tbody tr:has(.db-lead) td.db-lead:first-child{border-top:0}.post-content .st-wrap table.db-fold tbody td[data-h]::before{content:attr(data-h);position:absolute;left:0;top:.38rem;width:4.35rem;color:var(--secondary);font-size:.76em;font-weight:600;letter-spacing:.01em;line-height:1.45;word-break:keep-all}.post-content .st-wrap table.db-fold tbody td>*{min-width:0}.post-content .st-wrap table.db-fold tbody td{overflow-wrap:anywhere;word-break:break-word}.post-content .st-wrap table.db-fold tbody td:empty{display:none}.post-content .st-wrap:has(table.db-fold){overflow-x:visible;margin-inline:0}}@media(max-width:640px){.post-content table.mba-tbl{font-size:12.5px}.post-content table.mba-tbl td,.post-content table.mba-tbl th{padding:.26rem .16rem}.post-content table.mba-tbl td.n,.post-content table.mba-tbl th.n{width:auto;min-width:0}.post-content table.mba-tbl td:first-child{word-break:keep-all;overflow-wrap:anywhere}.post-content table.mba-tbl{display:table;table-layout:fixed}.post-content table.mba-tbl th:nth-child(1),.post-content table.mba-tbl td:nth-child(1){width:32%}.post-content table.mba-tbl th:nth-child(2),.post-content table.mba-tbl td:nth-child(2){width:12%;min-width:0}.post-content table.mba-tbl th:nth-child(3),.post-content table.mba-tbl td:nth-child(3),.post-content table.mba-tbl th:nth-child(4),.post-content table.mba-tbl td:nth-child(4),.post-content table.mba-tbl th:nth-child(5),.post-content table.mba-tbl td:nth-child(5){width:18.66%}}@media(max-width:768px){.sx-row{gap:.45rem}.sx-row a{min-height:40px;padding-block:.55rem}.sx-nav{margin-bottom:1.2rem}}@media(max-width:768px){.home-info .entry-content,.first-entry .entry-content{font-size:17px;line-height:1.75}.home-info .entry-content p{margin-bottom:.9em}.post-entry .entry-content{font-size:16px;line-height:1.65}.post-entry .entry-header h2{font-size:20px;line-height:1.4}}@media(max-width:768px){.post-content #mt-table a,.post-content #mt-table button,.post-content #di-table a{display:inline-block;min-height:44px;padding-block:.55rem}}@media(min-width:641px) and (max-width:768px){.post-content #mt-table button.mt-toggle{display:none}}@media(max-width:640px){.post-content #mt-table button.mt-toggle:not([hidden]){display:block;width:fit-content}}@media(max-width:640px){.post-content .st-wrap.tclip,.post-content>table.tclip{max-height:88vh;overflow:hidden;position:relative}.post-content .st-wrap.tclip::after,.post-content>table.tclip::after{content:"";position:absolute;left:0;right:0;bottom:0;height:5rem;background:linear-gradient(to bottom,transparent,var(--theme) 88%);pointer-events:none}.post-content .st-wrap.tclip-open,.post-content>table.tclip-open{max-height:none}.post-content .st-wrap.tclip-open::after,.post-content>table.tclip-open::after{display:none}.tclip-more{display:block;width:100%;margin:.5rem 0 1.1rem;padding:.62rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--entry);color:var(--primary);font-size:.92rem;font-weight:600;cursor:pointer}.tclip-more:hover,.tclip-more:focus-visible{border-color:var(--secondary)}}@media(max-width:640px){.post-content .act-group>h3{margin-top:1rem;margin-bottom:.35rem}.post-content .act-group>.st-meta{margin-bottom:.5rem;line-height:1.5}.post-content .act-group>details.fold{margin:.35rem 0}}@media print{:root,html[data-theme=dark],html[data-theme=auto]{--theme:#fff;--entry:#fff;--primary:#000;--secondary:#333;--tertiary:#ddd;--content:#000;--border:#bbb;--code-bg:#f4f4f4;--code-block-bg:#f4f4f4;color-scheme:light}html,body{background:#fff!important;color:#000!important;font-size:10.5pt;line-height:1.55}@page{margin:16mm 14mm}.header,.footer,.paginav,.share-buttons,.read-progress,.mtoc-panel,.mtoc-head,.mtoc-fab,#theme-toggle,.top-link,.logo-switches,.breadcrumbs,.author-box,.post-footer,.search-wrapper,.subscribe-box,.buttons,.entry-cover,.cookie-banner{display:none!important}details.toc{display:none!important}.main,.post-single,.page-header,article{max-width:100%!important;width:auto!important;margin:0!important;padding:0!important;box-shadow:none!important;border:0!important}.post-content{font-size:10.5pt}h1,h2,h3,h4{break-after:avoid-page;page-break-after:avoid;color:#000!important}.post-title{font-size:17pt;line-height:1.35;margin-bottom:6pt}.post-meta{font-size:9pt;color:#444!important;margin-bottom:12pt}p,li,blockquote{orphans:3;widows:3}blockquote{border-left:2pt solid #999;background:#fafafa!important;break-inside:avoid-page}table{border-collapse:collapse;width:100%!important;font-size:8.5pt}thead{display:table-header-group}tfoot{display:table-footer-group}tr,img,figure,pre{break-inside:avoid-page;page-break-inside:avoid}th,td{border:.5pt solid #999!important;padding:3pt 4pt!important}.tbl-inflow,.md-table,.db-fold{max-width:100%!important;margin-left:0!important}.db-controls,.db-pager,.tbl-search,.tbl-filter,select,input[type=search],button{display:none!important}a{color:#000!important;text-decoration:underline}.post-content a[href^=http]:not([href*="datalaw.kr"])::after{content:" (" attr(href)")";font-size:8pt;color:#555;word-break:break-all}.post-content table a[href^=http]::after{content:none!important}.post-content::after{content:"출처: datalaw.kr — IT·개인정보·데이터 법률노트 (법무법인 세움 이현섭 변호사)";display:block;margin-top:14pt;padding-top:6pt;border-top:.5pt solid #999;font-size:8.5pt;color:#444}}