@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600&family=Noto+Serif+KR:wght@400;600&display=swap');
:root{--pink:#fbe9e7;--red:#ff4141;--text:#171717;--muted:#929292;--line:#e8e8e8;--max:1150px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:'Noto Sans KR',sans-serif;font-size:14px;font-weight:400}a{color:inherit;text-decoration:none;cursor:pointer}button{font:inherit}.site-header{background:var(--pink);position:relative;z-index:10}.masthead{height:105px;border-bottom:1px solid #f3c9c5;position:relative;display:flex;align-items:center;justify-content:center}.logo img{display:block;width:117px;height:auto}.languages{position:absolute;right:max(calc((100% - var(--max))/2),38px);top:42px;display:flex;gap:11px;align-items:center;font-family:serif;font-size:16px}.languages i{height:14px;border-left:1px solid #aaa}.desktop-nav{height:61px}.nav-inner{height:100%;max-width:760px;margin:auto;display:flex;align-items:center;justify-content:space-between;font-family:'Noto Serif KR',serif;font-size:15px}.nav-inner>a,.nav-group>a{padding:21px 10px}.nav-group{height:100%;position:relative;display:flex;align-items:center}.submenu{display:none;position:absolute;top:61px;left:50%;transform:translateX(-50%);min-width:150px;padding:12px 0;background:#fff;box-shadow:0 5px 15px #0002;text-align:center;font-family:'Noto Sans KR';font-size:13px}.submenu a{display:block;padding:8px 20px;white-space:nowrap}.submenu a:hover{color:var(--red)}.nav-group:hover .submenu{display:block}.mobile-menu,.mobile-eng,.mobile-drawer,.drawer-backdrop{display:none}main{min-height:65vh}.container{max-width:var(--max);margin:auto;padding:46px 0 75px}.home-intro{display:grid;grid-template-columns:56% 44%;align-items:center;min-height:610px}.portrait{display:flex;justify-content:center}.portrait img{width:440px;max-height:475px;object-fit:contain}.career{border-top:1px solid var(--red);padding-top:25px;max-width:462px}.career h3{color:var(--red);font-size:16px;margin:0 0 10px}.career p{margin:0 0 8px;line-height:1.42}.career .year{display:inline-block;color:#aaa;width:46px;font-weight:300}.red-btn{display:inline-block;background:var(--red);color:#fff;border-radius:5px;padding:10px 20px;margin-top:28px;font-family:monospace;font-size:13px}.feature-video{background:#f8f8f8;padding:46px 0 60px}.video-frame{max-width:1150px;aspect-ratio:16/9;margin:auto;background:url('assets/0630559faaf53.jpg') center/cover;position:relative}.play{position:absolute;inset:0;margin:auto;width:72px;height:72px;border-radius:50%;border:2px solid white}.play:after{content:'';position:absolute;left:29px;top:21px;border-left:20px solid white;border-top:14px solid transparent;border-bottom:14px solid transparent}.section{padding:58px 0}.section.gray{background:#fafafa}.section-title{max-width:var(--max);margin:0 auto 28px;font-family:'Noto Serif KR';font-size:23px;font-weight:500}.more-link{float:right;font:12px 'Noto Sans KR';color:#999;margin-top:9px}.card-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.card-image{aspect-ratio:1/1;background:#eee center/cover no-repeat}.book-card .card-image{aspect-ratio:3/4.15;background-size:cover}.card h3{font-size:14px;font-weight:500;margin:14px 0 6px;line-height:1.5}.card p{font-size:12px;color:#999;margin:0;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-head{max-width:var(--max);margin:auto;padding:67px 0 26px;border-bottom:1px solid #222}.page-head h1{font-family:'Noto Serif KR';font-size:27px;font-weight:500;margin:0}.content{max-width:var(--max);margin:auto;padding:42px 0 85px}.about-layout{display:grid;grid-template-columns:42% 58%;gap:75px}.about-layout .author-photo{width:100%;max-height:640px;object-fit:cover}.about-copy h2{font-family:'Noto Serif KR';font-size:25px;font-weight:500;margin:0 0 25px}.about-copy p{line-height:2;margin:0 0 18px;color:#444}.timeline p{white-space:pre-wrap;line-height:2.2;margin:0;font-size:15px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.photo-grid figure{margin:0}.photo-grid img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.photo-grid figcaption{font-size:11px;color:#777;margin-top:9px}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.video-item img{width:100%;aspect-ratio:16/9;object-fit:cover}.video-item h3{font-weight:400;font-size:14px;line-height:1.6}.filters{display:flex;justify-content:center;gap:25px;margin-bottom:38px;flex-wrap:wrap}.filters button{border:0;background:none;color:#888;padding:7px 3px;cursor:pointer}.filters button.active{color:var(--red);border-bottom:1px solid var(--red)}.books-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px 28px}.book-card{text-align:center}.book-card h3{font-size:14px;font-weight:400;margin:15px 0 4px}.book-card small{color:#999}.board-tools{display:flex;justify-content:flex-end;margin-bottom:14px}.board-tools input{border:1px solid #ddd;padding:8px 11px;width:220px}.board-list{border-top:2px solid #333}.board-row{display:grid;grid-template-columns:65px 1fr 90px 105px 65px;gap:10px;padding:17px 12px;border-bottom:1px solid #eee;align-items:center}.board-row .num,.board-row .meta{text-align:center;color:#999;font-size:12px}.board-row strong{font-weight:400}.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.event-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.event-card h3{font-size:14px;font-weight:500;line-height:1.6;margin-bottom:7px}.event-card p{font-size:12px;color:#888;line-height:1.6}footer{text-align:center;background:#f7f7f7;padding:45px 20px 38px;color:#777;font-size:11px;line-height:1.6}footer img{width:74px;opacity:.8}footer p{margin:6px}.footer-nav{display:flex;justify-content:center;gap:25px;margin-top:24px;color:#555}.empty{padding:120px 0;text-align:center;color:#999}
@media(max-width:760px){.masthead{height:72px}.logo img{width:92px}.languages,.desktop-nav{display:none}.mobile-menu{display:block;position:absolute;left:20px;top:25px;width:24px;border:0;background:none;padding:0}.mobile-menu span{display:block;height:1px;background:#333;margin-bottom:6px}.mobile-eng{display:block;position:absolute;right:20px;top:26px;font-family:serif}.mobile-drawer{display:block;position:fixed;z-index:30;left:-310px;top:0;width:300px;height:100vh;background:white;transition:.3s;padding:25px;overflow:auto}.mobile-drawer.open{left:0}.drawer-backdrop{position:fixed;inset:0;background:#0006;z-index:20}.drawer-backdrop.open{display:block}.drawer-close{border:0;background:none;font-size:27px;position:absolute;right:18px;top:11px}.drawer-logo img{width:96px;margin:25px 0 30px}.drawer-link{display:block;padding:12px 2px;border-bottom:1px solid #eee;font-size:15px}.drawer-sub{padding-left:15px;color:#777}.container{padding:20px}.home-intro{display:block;min-height:0;padding:35px 0}.portrait img{width:75vw;max-height:390px}.career{margin:32px auto 0;padding-top:20px}.career p{font-size:12px}.career .year{width:42px}.feature-video{padding:25px 20px}.section{padding:42px 20px}.section-title{font-size:20px}.card-grid{grid-template-columns:repeat(2,1fr);gap:25px 14px}.page-head{padding:42px 20px 20px}.page-head h1{font-size:23px}.content{padding:30px 20px 65px}.about-layout{display:block}.about-layout .author-photo{margin-bottom:30px}.photo-grid,.video-grid,.events-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.books-grid{grid-template-columns:repeat(2,1fr);gap:30px 15px}.board-row{grid-template-columns:35px 1fr}.board-row .meta{display:none}.footer-nav{display:none}}
