:root{--bg: #ffffff;--text: #111111;--sidebar-width: 190px;--content-gap: 0px;--content-max: 1540px;--body-size: 14px;--small-size: 12px;--thumb-box-width: clamp(260px, 24vw, 320px);--thumb-box-height: clamp(260px, 24vw, 320px);--thumb-gap-x: 14px;--thumb-gap-y: 16px;--text-indent-size: .6em;--thumb-grid-width: calc(var(--thumb-box-width) * 3 + var(--thumb-gap-x) * 2)}*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Malgun Gothic,맑은 고딕,sans-serif;font-size:var(--body-size);line-height:1.6}body,a,button,p,h1,h2,h3{font-weight:400}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}p,h1,h2,h3{margin:0}.site-shell{min-height:100vh;min-width:0;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);column-gap:var(--content-gap);align-items:start;padding:35px 16px 36px 26px}.site-shell--no-sidebar{display:block;min-width:0;padding-left:26px;padding-right:16px}.sidebar{position:sticky;top:35px;width:100%;display:flex;flex-direction:column;align-items:flex-start;background:var(--bg);z-index:10}.sidebar__name{font-size:18px;line-height:1.3;letter-spacing:.01em}.sidebar__nav{margin-top:34px;display:flex;flex-direction:column;gap:12px}.sidebar__nav a{font-size:14px}.sidebar__bottom{margin-top:22px;display:flex;flex-direction:column;gap:1px}.lang-switch{display:flex;gap:8px;font-size:14px;margin-bottom:2px}.sidebar__copyright{margin-top:13px;font-size:11px;line-height:0}.content-shell{width:100%;max-width:var(--content-max);min-width:0}.home-page--thumbs{margin-top:34px}.series-page,.text-list,.text-detail,.info-page{width:100%;min-width:0}.series-page{display:flex;flex-direction:column;gap:28px;width:min(100%,var(--thumb-grid-width));padding-top:0}.page-title{font-size:15px;line-height:1.3;margin-top:0;position:relative;top:2px}.page-title--section{font-size:14px;line-height:1.3;margin-top:0;margin-bottom:16px}.thumb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,var(--thumb-box-width)));column-gap:var(--thumb-gap-x);row-gap:var(--thumb-gap-y);width:min(100%,var(--thumb-grid-width));max-width:100%;align-items:start;justify-content:start}.thumb{width:var(--thumb-box-width);min-width:0}.thumb__inner{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.thumb__inner[aria-disabled=true]{cursor:default}.thumb__image-wrap{width:var(--thumb-box-width);height:var(--thumb-box-height);display:flex;align-items:flex-end;justify-content:center}.thumb__image{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center bottom}.thumb__empty{width:var(--thumb-box-width);height:var(--thumb-box-height)}.thumb__text{width:100%;min-height:0;display:flex;flex-direction:column;gap:0;align-items:center;text-align:center}.thumb__text p{width:100%;font-size:13px;line-height:1.08;word-break:keep-all}.thumb__text p+p{margin-top:2px}.series-page__description{max-width:900px;margin:100px auto 0;transform:translate(0);display:flex;flex-direction:column;gap:12px;white-space:pre-line}.series-page__description p{font-size:14px;line-height:1.76;text-align:justify;text-justify:inter-character;word-break:keep-all;overflow-wrap:break-word;text-indent:var(--text-indent-size)}.works-page{width:min(100%,1120px);min-width:0;display:flex;flex-direction:column;gap:100px;margin-top:8px}.works-page__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));column-gap:0;row-gap:36px;width:100%}.works-column{min-width:0;display:flex;flex-direction:column;gap:18px}.works-column__series{font-size:14px;line-height:.5;word-break:keep-all}.works-column__works{display:flex;flex-direction:column;gap:14px}.works-column__work{display:block;width:100%;font-size:14px;line-height:1;word-break:keep-all}.works-page__descriptions{width:min(100%,670px);display:flex;flex-direction:column;gap:34px}.works-page__description{display:flex;flex-direction:column;gap:0}.works-page__description-title{margin:0 0 4px;font-size:14px;line-height:1.3;text-align:left;word-break:keep-all}.works-page__description-body{margin:0;font-size:14px;line-height:1.75;text-align:justify;text-justify:inter-character;word-break:keep-all;overflow-wrap:break-word;text-indent:.5em}.works-page__description-body+.works-page__description-body{margin-top:0}.text-list-page,.info-page-wrap{width:100%}.text-list{max-width:900px;display:flex;flex-direction:column;gap:18px}.text-list__item{display:block;font-size:14px;line-height:1.6}.text-detail{max-width:860px;display:flex;flex-direction:column;gap:14px}.text-detail__title{font-size:14px;line-height:1.45;margin-top:34px}.text-detail__body{display:flex;flex-direction:column;gap:12px}.text-detail__body p{text-align:justify;text-justify:inter-character;word-break:keep-all;overflow-wrap:break-word;text-indent:var(--text-indent-size);line-height:1.76}.info-page{max-width:900px;display:flex;flex-direction:column;gap:38px}.info-page__section{display:flex;flex-direction:column;gap:14px}.info-page__heading,.info-page__cv-heading{font-size:14px}.info-page__contact,.info-page__cv{display:flex;flex-direction:column;gap:4px}.info-page__contact p,.info-page__cv p{font-size:13px;word-break:keep-all;line-height:1.48}.info-page__cv-heading{margin-top:18px}.info-page__cv-heading:first-child{margin-top:0}@media(max-width:940px){:root{--thumb-gap-x: 12px;--thumb-gap-y: 20px;--thumb-grid-width: calc(var(--thumb-box-width) * 2 + var(--thumb-gap-x))}.thumb-grid{grid-template-columns:repeat(2,minmax(0,var(--thumb-box-width)))}}@media(max-width:900px){.work-viewer{width:100%}.work-viewer__body{grid-template-columns:24px minmax(0,1fr) 24px}.work-viewer__nav{width:24px;height:130px}.work-viewer__nav svg{width:22px;height:84px;stroke-width:.9}.work-slide__image{max-height:74vh}.work-slide__image.is-portrait{width:auto;max-width:min(100%,520px);max-height:84vh}.work-meta__description{width:min(100%,100%)}}@media(max-width:680px){:root{--thumb-box-width: clamp(260px, 33vw, 320px);--thumb-box-height: clamp(260px, 33vw, 320px);--thumb-gap-x: 12px;--thumb-gap-y: 14px}.work-viewer{--viewer-frame-width: 100%}.work-viewer__top{min-height:18px;margin-bottom:4px}.work-viewer__body{grid-template-columns:22px minmax(0,1fr) 22px}.work-viewer__nav{width:22px;height:110px}.work-viewer__nav svg{width:18px;height:68px}.work-meta__caption{margin-bottom:14px}.work-meta__description{width:min(100%,680px)}}@media(max-width:520px){.site-shell{min-width:0;padding:18px 14px 24px 16px;grid-template-columns:150px minmax(0,1fr);column-gap:14px}.sidebar{top:18px}.sidebar__nav{margin-top:24px;gap:10px}.sidebar__bottom{margin-top:16px}.sidebar__name{font-size:16px}.sidebar__nav a,.lang-switch{font-size:13px}}@media(max-width:570px){:root{--thumb-box-width: min(100%, 320px);--thumb-box-height: min(100%, 320px);--thumb-grid-width: var(--thumb-box-width);--thumb-gap-y: 18px}.home-page--thumbs,.series-page{margin-left:auto;margin-right:auto}.home-page--thumbs{display:flex;justify-content:center;margin-top:18px}.series-page{width:100%;gap:2px}.series-page__description{width:100%;max-width:760px;margin:26px auto 0}.series-page .thumb-grid{justify-content:center;margin-left:auto;margin-right:auto}.site-shell{display:block;min-width:0;padding:18px 32px 24px}.content-shell{padding-top:18px}.works-page{gap:30px}.works-page__grid{grid-template-columns:repeat(1,minmax(0,1fr));row-gap:24px}.works-page__descriptions{width:100%;gap:28px}.sidebar{position:static;width:100%;display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:8px;align-items:end}.sidebar__name{grid-column:1 / 2;grid-row:1 / 2}.sidebar__nav{grid-column:2 / 3;grid-row:1 / 2;margin-top:0;flex-direction:row;flex-wrap:wrap;gap:0 14px;align-items:end}.sidebar__bottom{grid-column:1 / -1;grid-row:2 / 3;margin-top:0;flex-direction:row;flex-wrap:wrap;align-items:center;gap:0 10px}.lang-switch{margin-bottom:0}.text-detail__title{margin-top:18px}.thumb-grid{grid-template-columns:repeat(1,minmax(0,var(--thumb-box-width)))}.page-title,.page-title--section{top:0;margin-bottom:12px}.work-viewer__top{grid-template-columns:minmax(0,1fr) auto 16px;column-gap:8px}.work-viewer__title{font-size:13px}.work-viewer__body{grid-template-columns:18px minmax(0,1fr) 18px}.work-viewer__nav{width:18px;height:90px}.work-viewer__nav svg{width:14px;height:52px}.work-slide__image{max-height:68vh}.work-slide__image.is-portrait{max-width:min(100%,420px);max-height:76vh}.work-meta__caption{margin-bottom:12px;font-size:13px}.work-meta__description{width:100%;font-size:13px;line-height:1.7}}.page-title--series-center{width:100%;text-align:left}.work-viewer{--viewer-frame-width: 940px;width:min(100%,var(--viewer-frame-width));padding-top:0}.work-viewer__top,.work-viewer__body,.work-viewer__meta{width:100%;margin-left:0;margin-right:0}.work-viewer__top{position:relative;min-height:34px;margin-bottom:14px}.work-viewer__title{margin:0;padding-top:3px;padding-right:160px;font-size:15px;line-height:1.1;word-break:keep-all}.work-viewer__count{position:absolute;top:27px;left:50%;z-index:2;transform:translate(-50%);margin:0;text-align:center;font-size:12px;line-height:1.1;white-space:nowrap;pointer-events:none}.work-viewer__close{position:absolute;top:27px;right:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#111;text-decoration:none}.work-viewer__close svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;fill:none;pointer-events:none}.series-page__top{position:relative;min-height:20px}.series-page__close{position:absolute;top:3px;right:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#111;text-decoration:none}.series-page__close svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;fill:none;pointer-events:none}.work-viewer__body{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;column-gap:0}.work-viewer__stage{min-width:0;width:100%}.work-slide{margin:0;text-align:center}.work-slide__image{display:block;max-width:100%;max-height:76vh;width:auto;height:auto;margin:0 auto}.work-slide__image.is-portrait{width:auto;max-width:min(100%,580px);max-height:86vh}.work-viewer__nav{border:0;background:transparent;padding:0;width:34px;height:180px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#111}.work-viewer__nav:focus,.work-viewer__nav:focus-visible{outline:none;box-shadow:none}.work-viewer__nav svg{width:28px;height:108px;stroke:currentColor;stroke-width:.9;stroke-linecap:round;stroke-linejoin:round;fill:none;overflow:visible;pointer-events:none}.work-viewer__meta{margin-top:6px}.work-meta{text-align:center}.work-meta__caption{margin-bottom:50px;font-size:13px;line-height:1.8}.work-meta__caption:empty{display:none}.work-meta__caption p{margin:0}.work-meta__description{width:min(100%,760px);margin:0 auto;display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:1.8;text-align:justify;text-justify:inter-character;word-break:keep-all;overflow-wrap:break-word}.work-meta__description p{margin:0;text-indent:.6em}
