@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&family=Noto+Serif+KR:wght@500;600&display=swap');
:root{--ink:#203b35;--green:#153f39;--paper:#faf9f5;--muted:#718078;--line:#e1e5dc}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans KR',sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}header{height:100px;max-width:1200px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:24px;font-weight:700;letter-spacing:-1px}.mark{display:inline-flex;background:var(--green);color:#eadcb3;border-radius:50%;height:35px;width:35px;justify-content:center;margin-right:9px}nav{display:flex;gap:32px;font-size:14px}main{max-width:1200px;margin:auto;padding:0 32px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:70px 0 75px}.eyebrow{font-size:11px;font-weight:600;letter-spacing:2px;color:var(--muted)}h1,h2,p{margin-top:0}.hero h1{font-family:'Noto Serif KR',serif;font-size:clamp(36px,4.2vw,57px);font-weight:500;line-height:1.45;letter-spacing:-2px;margin:18px 0}.hero p:not(.eyebrow){color:#68786e;font-size:16px;line-height:1.9}.button{display:inline-flex;gap:30px;background:var(--green);color:white;padding:14px 23px;border-radius:5px;font-size:14px;margin-top:14px}.night{height:350px;background:#dfe7df;border-radius:180px 180px 12px 12px;position:relative;overflow:hidden}.moon{width:102px;height:102px;border-radius:50%;background:#f5edcd;position:absolute;top:59px;left:calc(50% - 51px)}.moon:after{content:'';position:absolute;width:94px;height:94px;background:#dfe7df;border-radius:50%;top:-18px;left:29px}.star{position:absolute;color:#7d9a86;font-size:24px}.s1{top:67px;left:24%}.s2{top:142px;right:23%}.s3{top:43px;right:24%;font-size:14px}.hill{position:absolute;width:120%;height:230px;border-radius:50%}.one{background:#afc1ae;bottom:-95px;left:-30%}.two{background:#698b79;bottom:-140px;right:-35%}.night-label{position:absolute;bottom:21px;left:0;right:0;text-align:center;color:#f4f4e9;font-size:9px;letter-spacing:3px}.listing{padding:35px 0 80px}.section-heading{display:flex;align-items:end;justify-content:space-between}.section-heading h2{font-size:26px;font-weight:500;letter-spacing:-1px;margin-bottom:0}.section-heading>span{font-size:12px;color:var(--muted)}.filters{display:flex;flex-wrap:wrap;gap:10px;margin:27px 0 28px}.filters a,.tags a{font-size:12px;border:1px solid var(--line);border-radius:30px;padding:7px 17px}.filters a:first-child{background:var(--green);color:white;border-color:var(--green)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:27px;background:#fff;border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column}.card .eyebrow{letter-spacing:0;color:#71876e}.card h2{font-size:19px;line-height:1.55;font-weight:500;margin:13px 0 14px;word-break:keep-all}.card p{font-size:13px;color:#7c837c;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-bottom{display:flex;justify-content:space-between;font-size:10px;margin-top:auto;padding-top:20px;color:#7c837c}.card-bottom a{color:var(--green)}footer{border-top:1px solid var(--line);max-width:1136px;margin:auto;padding:45px 0;color:var(--muted)}footer .brand{font-size:20px;color:var(--ink)}footer p{font-size:12px;margin-top:8px}footer div{display:flex;gap:24px;font-size:12px}footer small{display:block;font-size:10px;margin-top:25px}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 240px;gap:70px;padding:60px 0 90px}.article-heading{border-bottom:1px solid var(--line);margin-bottom:35px;padding-bottom:25px}.article-heading h1{font-family:'Noto Serif KR',serif;font-size:34px;line-height:1.5;margin:18px 0;word-break:keep-all}.metadata{color:var(--muted);font-size:12px}.metadata span{padding:0 10px}.prose{font-size:17px;line-height:1.95;overflow-wrap:anywhere}.prose img{max-width:100%;height:auto;display:block;margin:25px auto;border-radius:6px}.prose figure{max-width:100%;margin:20px 0}.prose h2,.prose h3{margin-top:35px;line-height:1.6}.prose h2{font-size:25px}.prose h3{font-size:21px}.prose a{color:#24705c;text-decoration:underline}.prose table{max-width:100%;display:block;overflow-x:auto}.prose iframe{max-width:100%}.prose span{font-family:inherit!important}.sidebar{padding-top:10px}.sidebar>a{display:block;font-size:14px;padding:20px 0;border-bottom:1px solid var(--line)}.sidebar .all{font-size:12px;color:var(--muted)}.note{padding:20px;border-radius:6px;background:#edf0e8;color:#62705e;font-size:12px;margin:40px 0}.tags{display:flex;flex-wrap:wrap;gap:8px}.simple{max-width:740px;margin:65px auto 100px;min-height:45vh}.simple p{line-height:2}.simple h2{margin-top:35px;font-size:20px}input[type=search]{display:block;width:100%;max-width:700px;padding:18px;border:1px solid #b5c4b7;border-radius:6px;background:white;font:inherit;margin:15px 0}.search-label,#count{font-size:14px;color:var(--muted)}.search-result{padding:24px 0;border-bottom:1px solid var(--line)}.search-result h2{font-size:21px}.search-result p{font-size:14px;color:var(--muted)}.skip{position:absolute;left:-10000px}.skip:focus{left:15px;top:15px;background:white;padding:15px;z-index:10}:focus-visible{outline:3px solid #ab8b46;outline-offset:4px}@media(max-width:800px){header{height:78px;padding:0 22px}.brand{font-size:21px}nav{gap:17px;font-size:12px}main{padding:0 22px}.hero{gap:25px;padding:45px 0;grid-template-columns:1fr 0.8fr}.hero h1{font-size:35px}.night{height:280px}.cards{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr;gap:30px;padding-top:35px}.sidebar{border-top:1px solid var(--line);padding-top:30px}footer{margin:0 22px}.article-heading h1{font-size:29px}}@media(max-width:520px){.hero{grid-template-columns:1fr}.night{height:220px;border-radius:110px 110px 10px 10px}.hero h1{font-size:40px}.hero>div:first-child{padding-bottom:10px}.cards{grid-template-columns:1fr}.card{padding:24px}.section-heading h2{font-size:22px}.section-heading>span{font-size:10px}.prose{font-size:16px}.prose [style]{max-width:100%!important}.article-heading h1{font-size:27px}nav{gap:13px}.mark{display:none}}

.ad-unit{margin:32px 0;min-width:0;max-width:100%;min-height:280px}.ad-unit[hidden]{display:none}.ad-unit>span{display:block;font-size:11px;color:#687875;margin-bottom:8px}.ad-unit ins{width:100%;min-height:250px}

.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;margin:24px 0;color:#526b65}.article-intro{line-height:1.9;font-size:18px;margin:24px 0;padding:20px;background:#eff5ee;border-radius:12px}
