:root{--paper:#f6efe1;--paper2:#fbf6ec;--ink:#3a2f26;--sub:#8a7a66;--terra:#c0623f;--terra-dk:#a64f31;--mustard:#cf9b3e;--sage:#7f9572;--line:#e4d8c4;--card:#fffdf8;--maxw:1100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Noto Sans KR,sans-serif;background:var(--paper);color:var(--ink);line-height:1.7;-webkit-font-smoothing:antialiased}.serif{font-family:"Noto Serif KR",serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{max-width:var(--maxw);margin:0 auto;padding-left:24px;padding-right:24px}.site-header{background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.nav{max-width:var(--maxw);margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:11px}.logo-ico{width:42px;height:42px;flex-shrink:0}.logo-text{display:flex;flex-direction:column;line-height:1.15}.logo .ko{font-size:27px;font-weight:900}.logo .ko-sub{font-size:12px;letter-spacing:1px;color:var(--terra);margin-top:2px;font-weight:500}.menu{display:flex;gap:30px;font-size:16px;font-weight:500}.menu a{padding-bottom:4px;border-bottom:2px solid transparent}.menu a:hover,.menu a.active{border-color:var(--terra);color:var(--terra)}.hero{max-width:var(--maxw);margin:0 auto;padding:60px 24px 50px;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.hero h1{font-size:46px;font-weight:900;line-height:1.35;margin-bottom:22px;letter-spacing:-1px}.hero h1 em{font-style:normal;color:var(--terra)}.hero p{font-size:17px;color:var(--sub);max-width:440px;margin-bottom:30px}.hero .cta{display:inline-block;background:var(--terra);color:#fff;font-weight:700;font-size:16px;padding:15px 34px;border-radius:40px}.hero .cta:hover{background:var(--terra-dk)}.hero-img{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 20px 50px #7850282e;aspect-ratio:4/5}.hero-img img{width:100%;height:100%;object-fit:cover;filter:sepia(.18) saturate(1.05)}.hero-img .frame{position:absolute;inset:14px;border:1px solid rgba(255,255,255,.55);pointer-events:none}.section{max-width:var(--maxw);margin:0 auto;padding:30px 24px 50px}.sec-head{display:flex;align-items:baseline;justify-content:space-between;border-bottom:2px solid var(--ink);padding-bottom:12px;margin-bottom:28px}.sec-head h2{font-size:25px;font-weight:900}.sec-head a{font-size:14px;color:var(--terra);font-weight:700}.mag{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.post{background:var(--card);border:1px solid var(--line);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:.2s}.post:hover{transform:translateY(-4px);box-shadow:0 14px 30px #7850281f}.post .thumb{aspect-ratio:3/2;overflow:hidden;background:var(--paper2)}.post .thumb img{width:100%;height:100%;object-fit:cover;filter:sepia(.15)}.post .body{padding:20px 20px 24px;display:flex;flex-direction:column;flex:1}.cat{font-size:12px;font-weight:700;color:var(--terra);letter-spacing:1px;margin-bottom:10px}.post h3{font-size:19px;font-weight:700;line-height:1.45;margin-bottom:10px}.post .excerpt{font-size:14px;color:var(--sub);flex:1}.post .date{font-size:12px;color:#b3a48f;margin-top:14px}.play{background:var(--paper2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.play-inner{max-width:var(--maxw);margin:0 auto;padding:64px 24px}.play-head{text-align:center;margin-bottom:42px}.play-head .lbl{font-size:12px;letter-spacing:4px;color:var(--sage);font-weight:700}.play-head h2{font-size:30px;font-weight:900;margin:12px 0}.play-head p{font-size:16px;color:var(--sub);max-width:480px;margin:0 auto}.games{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.game{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 24px;display:flex;align-items:center;gap:18px;transition:.18s}.game:hover{border-color:var(--terra);transform:translateY(-4px);box-shadow:0 12px 26px #7850281a}.game .ico{font-size:38px;flex-shrink:0;line-height:1}.game .gt .gname{font-size:18px;font-weight:700}.game .gt .gd{font-size:14px;color:var(--sub)}.about{max-width:var(--maxw);margin:0 auto;padding:56px 24px}.about-card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:40px;display:flex;gap:34px;align-items:center;box-shadow:0 6px 20px #7850280f}.about-card .ava{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0;border:4px solid var(--paper);background:var(--paper2)}.about-card .ava img{width:100%;height:100%;object-fit:cover;filter:sepia(.15)}.about-card .lbl{font-size:12px;letter-spacing:3px;color:var(--terra);font-weight:700}.about-card h3{font-size:25px;font-weight:900;margin:8px 0 12px}.about-card p{font-size:16px;color:var(--sub);margin-bottom:20px;max-width:560px}.about-card .more{display:inline-block;border:1.5px solid var(--terra);color:var(--terra);font-weight:700;font-size:15px;padding:11px 26px;border-radius:40px;transition:.15s}.about-card .more:hover{background:var(--terra);color:#fff}.site-footer{background:#2c241c;color:#cdbba4;padding:50px 24px 0}.foot{max-width:var(--maxw);margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;padding-bottom:36px}.foot .f-logo{font-size:22px;font-weight:900;color:#f6efe1;font-family:"Noto Serif KR"}.foot .f-logo .fsub{display:block;font-family:Noto Sans KR;font-size:13px;font-weight:500;color:var(--terra);margin-top:4px}.foot p{font-size:14px;color:#9d8d78;margin-top:12px;max-width:340px}.foot .col h4{font-size:13px;letter-spacing:1px;color:#e0d2bb;margin-bottom:14px;font-weight:700}.foot a{color:#cdbba4;font-size:14px;display:block;margin-bottom:9px}.foot a:hover{color:var(--mustard)}.copyright{border-top:1px solid #473a2d;text-align:center;font-size:13px;color:#8a7a64;padding:22px 24px}.page-hero{max-width:var(--maxw);margin:0 auto;padding:54px 24px 10px;text-align:center}.page-hero .lbl{font-size:13px;letter-spacing:3px;color:var(--terra);font-weight:700}.page-hero h1{font-size:38px;font-weight:900;margin:12px 0 10px}.page-hero p{color:var(--sub);font-size:16px}.cat-filter{max-width:var(--maxw);margin:0 auto;padding:24px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.cat-filter a{font-size:14px;font-weight:500;color:var(--sub);border:1px solid var(--line);padding:8px 18px;border-radius:30px;background:var(--card);transition:.15s}.cat-filter a:hover,.cat-filter a.active{background:var(--terra);color:#fff;border-color:var(--terra)}.article{max-width:760px;margin:0 auto;padding:30px 24px 70px}.article .a-cat{font-size:13px;font-weight:700;color:var(--terra);letter-spacing:1px}.article h1.a-title{font-size:36px;font-weight:900;line-height:1.4;margin:14px 0}.article .a-meta{font-size:14px;color:var(--sub);border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:30px}.article .a-cover{aspect-ratio:16/9;border-radius:10px;overflow:hidden;margin-bottom:32px;background:var(--paper2)}.article .a-cover img{width:100%;height:100%;object-fit:cover;filter:sepia(.12)}.prose{font-size:18px;line-height:1.95;color:#43392f}.prose>h1:first-child{display:none}.prose h2{font-family:"Noto Serif KR",serif;font-size:25px;font-weight:700;margin:42px 0 16px}.prose h3{font-size:20px;font-weight:700;margin:30px 0 12px}.prose p{margin:0 0 20px}.prose ul,.prose ol{margin:0 0 20px 22px}.prose li{margin-bottom:8px}.prose strong{color:var(--terra-dk);font-weight:700}.prose blockquote{background:var(--paper2);border-left:4px solid var(--mustard);padding:18px 22px;border-radius:0 8px 8px 0;margin:28px 0;color:#5a4c3c}.prose blockquote p:last-child{margin-bottom:0}.prose figure.quote{margin:34px 0;padding:4px 0 4px 26px;border-left:3px solid var(--terra)}.prose figure.quote p{margin:0;font-family:"Noto Serif KR",serif;font-size:20px;line-height:1.78;color:#42382e;font-weight:500}.prose figure.quote figcaption{margin-top:12px;font-size:15px;color:var(--terra-dk);font-weight:500;font-style:normal}.prose em{font-style:normal;color:var(--sub)}.prose p>em:only-child{font-size:14px;line-height:1.6;color:#9a8c78}.prose hr{border:0;border-top:1px solid var(--line);margin:36px 0}.prose a{color:var(--terra);text-decoration:underline}.prose .infographic{margin:34px 0;padding:26px 24px;background:var(--paper2);border:1px solid var(--line);border-radius:16px}.prose .ig-title{font-weight:800;font-size:16px;text-align:center;margin-bottom:20px;color:var(--terra-dk);letter-spacing:.3px}.prose .ig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.prose .ig-grid.c2{grid-template-columns:repeat(2,1fr)}.prose .ig-item{background:#fff;border:1px solid var(--line);border-radius:13px;padding:22px 16px;text-align:center}.prose .ig-item .e{font-size:34px;line-height:1;margin-bottom:12px}.prose .ig-item .t{font-size:14px;font-weight:700;line-height:1.4;color:var(--ink)}@media(max-width:560px){.prose .ig-grid{grid-template-columns:1fr 1fr}}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:40px}.tag-row .tag{font-size:13px;color:var(--sub);background:var(--paper2);border:1px solid var(--line);padding:6px 14px;border-radius:20px}.play-cta{max-width:760px;margin:40px auto 0;background:var(--paper2);border:1px solid var(--line);border-radius:12px;padding:24px 28px;display:flex;align-items:center;gap:16px}.play-cta .pic{font-size:34px}.play-cta .txt{flex:1}.play-cta .txt b{font-size:17px}.play-cta .txt p{font-size:14px;color:var(--sub);margin-top:2px}.play-cta .go{background:var(--terra);color:#fff;font-weight:700;font-size:14px;padding:10px 20px;border-radius:30px;white-space:nowrap}.game-frame-head{max-width:600px;margin:0 auto;padding:24px 24px 14px;display:flex;align-items:center;gap:14px}.game-frame-head a.back{font-size:14px;color:var(--terra);font-weight:700;white-space:nowrap}.game-frame-head h1{font-size:22px;font-weight:900}.game-frame-wrap{max-width:600px;margin:0 auto 56px;padding:0 24px}.game-frame-wrap iframe{width:100%;height:82vh;min-height:600px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 36px #7850281a}@media(max-width:880px){.hero{grid-template-columns:1fr;padding-top:36px}.hero h1{font-size:34px}.mag{grid-template-columns:1fr 1fr}.games{grid-template-columns:1fr}.nav{flex-direction:column;gap:14px;padding:16px 24px}.menu{gap:20px;font-size:15px;flex-wrap:wrap;justify-content:center}.about-card{flex-direction:column;text-align:center}.article h1.a-title{font-size:28px}.prose{font-size:17px}}@media(max-width:560px){.mag,.prose .ig-grid,.prose .ig-grid.c2{grid-template-columns:1fr}}
