*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#27ae60;--green-dark:#1e8449;--green-deeper:#145a32;--green-light:#a9dfbf;--green-pale:#f0faf4;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font-en:"Inter",sans-serif;--font-kr:"Noto Sans KR",sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-kr);color:var(--gray-800);background:var(--white);overflow-x:hidden;word-break:keep-all;word-wrap:break-word;overflow-wrap:break-word}nav{position:fixed;inset:0 0 auto 0;z-index:200;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:hsla(0,0%,100%,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(39,174,96,.1);transition:box-shadow .3s}nav.scrolled{box-shadow:0 2px 24px rgba(0,0,0,.08)}.nav-logo{font-family:var(--font-en);font-weight:800;font-size:1.2rem;color:var(--green);letter-spacing:-.03em;text-decoration:none}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.875rem;font-weight:500;color:var(--gray-600);text-decoration:none;position:relative;padding-bottom:4px;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--green);border-radius:2px;transition:width .3s ease}.nav-links a.active,.nav-links a:hover{color:var(--green)}.nav-links a.active:after,.nav-links a:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--gray-800);border-radius:2px;transition:all .3s}section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 6vw 80px}.inner{width:100%;max-width:1080px}.sec-label{display:block;font-family:var(--font-en);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:.6rem}.sec-title{font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:700;color:var(--gray-900);letter-spacing:-.025em;line-height:1.2;margin-bottom:.9rem}.sec-divider{width:44px;height:4px;background:var(--green);border-radius:2px;margin-bottom:3rem}.sec-sub{font-size:.9rem;color:var(--gray-400);margin-bottom:.65rem}.fade-up{opacity:0;transform:translateY(36px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}.d5{transition-delay:.5s}#hero{position:relative;background:var(--white);overflow:hidden}#hero:before{top:-12%;right:-6%;width:58vw;height:58vw;max-width:720px;max-height:720px;background:radial-gradient(circle,rgba(39,174,96,.09) 0,transparent 68%)}#hero:after,#hero:before{content:"";position:absolute;border-radius:50%;pointer-events:none}#hero:after{bottom:4%;left:-10%;width:42vw;height:42vw;max-width:520px;max-height:520px;background:radial-gradient(circle,rgba(39,174,96,.06) 0,transparent 68%)}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--green-pale);color:var(--green-dark);font-size:.78rem;font-weight:700;font-family:var(--font-en);letter-spacing:.1em;text-transform:uppercase;padding:6px 16px;border-radius:100px;border:1px solid rgba(39,174,96,.22);margin-bottom:2rem}.hero-badge-dot{width:7px;height:7px;background:var(--green);border-radius:50%;animation:blink 2s infinite}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.hero-name{font-size:clamp(3rem,8vw,6rem);font-weight:800;color:var(--gray-900);letter-spacing:-.045em;line-height:1;margin-bottom:.25rem}.hero-name,.hero-role{font-family:var(--font-en)}.hero-role{font-size:clamp(.95rem,2vw,1.25rem);font-weight:400;color:var(--green);letter-spacing:.02em;margin-bottom:2rem}.hero-headline{font-size:clamp(1.6rem,4vw,3rem);font-weight:700;color:var(--gray-900);letter-spacing:-.025em;line-height:1.25;margin-bottom:1.1rem}.hero-headline em{font-style:normal;color:var(--green)}.hero-sub{font-size:clamp(.9rem,1.6vw,1.05rem);color:var(--gray-600);line-height:1.9;max-width:540px;margin-bottom:2.8rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:8px;font-size:.925rem;font-weight:600;font-family:var(--font-kr);text-decoration:none;cursor:pointer;border:none;transition:all .25s ease}.btn-primary{background:var(--green);color:#fff;box-shadow:0 4px 16px rgba(39,174,96,.35)}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 28px rgba(39,174,96,.42)}.btn-outline{background:transparent;color:var(--green);border:2px solid var(--green)}.btn-outline:hover{background:var(--green-pale);transform:translateY(-2px)}.scroll-hint{position:absolute;bottom:2.2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--gray-400);font-size:.72rem;font-family:var(--font-en);letter-spacing:.08em;animation:bob 2.6s ease-in-out infinite}@keyframes bob{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(7px)}}#about{background:var(--gray-50)}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:start}.about-text p{font-size:1.025rem;line-height:1.95;color:var(--gray-600);margin-bottom:1.15rem}.about-text p strong{color:var(--gray-900);font-weight:600}.strength-cards{display:flex;flex-direction:column;gap:1.1rem}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.4rem 1.6rem;transition:border-color .25s,box-shadow .25s,transform .25s}.card:hover{border-color:var(--green-light);box-shadow:0 8px 30px rgba(39,174,96,.1);transform:translateY(-3px)}.card-icon{font-size:1.55rem;margin-bottom:.65rem}.card-title{font-size:.975rem;font-weight:700;color:var(--gray-900);margin-bottom:.35rem}.card-desc{font-size:.875rem;color:var(--gray-600);line-height:1.85}#skills{background:var(--white)}.skill-rows{display:flex;flex-direction:column;gap:2rem}.skill-row{display:flex;align-items:flex-start;gap:1.5rem}.skill-cat{min-width:96px;font-size:.72rem;font-weight:700;font-family:var(--font-en);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);padding-top:8px}.pills{display:flex;flex-wrap:wrap;gap:.55rem}.pill{display:inline-flex;align-items:center;padding:7px 15px;border-radius:100px;font-size:.85rem;font-weight:500;font-family:var(--font-en);cursor:default;transition:transform .2s,box-shadow .2s}.pill:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.09)}.pill-green{background:var(--green-pale);color:var(--green-dark);border:1px solid rgba(39,174,96,.25)}.pill-teal{background:#eaf7f1;color:#117a65;border:1px solid #a2d9c4}.pill-gray{background:var(--gray-100);color:var(--gray-600);border:1px solid var(--gray-200)}#projects{background:var(--gray-50)}.proj-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.4rem;gap:1.4rem}.proj-card{background:var(--white);border:1px solid var(--gray-200);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .28s ease,box-shadow .28s ease}.proj-card:hover{transform:translateY(-6px);box-shadow:0 16px 44px rgba(0,0,0,.1)}.proj-banner{height:128px;display:flex;align-items:center;justify-content:center;font-size:2.4rem}.b1{background:linear-gradient(135deg,#27ae60,#1abc9c)}.b2{background:linear-gradient(135deg,#2980b9,#27ae60)}.b-ph{background:var(--gray-100)}.proj-body{padding:1.3rem 1.45rem;flex:1 1;display:flex;flex-direction:column}.proj-name{font-size:.975rem;font-weight:700;color:var(--gray-900);margin-bottom:.35rem}.proj-desc{font-size:.855rem;color:var(--gray-600);line-height:1.85;margin-bottom:.9rem;flex:1 1}.proj-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem}.tag{font-size:.72rem;font-family:var(--font-en);font-weight:600;padding:3px 10px;border-radius:100px;background:var(--green-pale);color:var(--green-dark);border:1px solid rgba(39,174,96,.2)}.proj-link{display:inline-flex;align-items:center;gap:6px;font-size:.84rem;font-weight:600;color:var(--green);text-decoration:none;transition:gap .2s}.proj-link:hover{gap:10px}.proj-card.cs{border:2px dashed var(--gray-200);background:transparent;min-height:260px;align-items:center;justify-content:center}.proj-card.cs:hover{transform:none;box-shadow:none;border-color:var(--green-light)}.cs-body{text-align:center;padding:2rem}.cs-body .e{font-size:2rem;display:block;margin-bottom:.7rem}.cs-body p{font-size:.875rem;color:var(--gray-400);line-height:1.65}#contact{background:linear-gradient(145deg,#1a6b3a,#1e8449 45%,#145a32);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:start}.contact-left .sec-label{color:var(--green-light)}.contact-left .sec-title{color:#fff}.contact-left .sec-divider{background:hsla(0,0%,100%,.3)}.contact-copy{font-size:clamp(1.1rem,2vw,1.45rem);color:hsla(0,0%,100%,.88);line-height:1.7;margin-bottom:2.4rem}.contact-items{display:flex;flex-direction:column;gap:.9rem;margin-bottom:2.2rem}.citem{display:flex;align-items:center;gap:.85rem;font-size:.94rem;color:hsla(0,0%,100%,.78)}.citem i{width:18px;color:var(--green-light)}.citem a{color:hsla(0,0%,100%,.85);text-decoration:none;transition:color .2s}.citem a:hover{color:#fff}.socials{display:flex;gap:.7rem}.slink{width:42px;height:42px;border-radius:50%;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1rem;transition:background .2s,transform .2s}.slink:hover{background:hsla(0,0%,100%,.25);transform:translateY(-3px)}.cform{gap:.9rem}.cform,.fg{display:flex;flex-direction:column}.fg{gap:.35rem}.fg label{font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.65);letter-spacing:.05em;text-transform:uppercase}.fg input,.fg textarea{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;padding:11px 15px;font-size:.93rem;color:#fff;font-family:var(--font-kr);outline:none;transition:border-color .2s,background .2s;resize:vertical}.fg input::placeholder,.fg textarea::placeholder{color:hsla(0,0%,100%,.32)}.fg input:focus,.fg textarea:focus{border-color:var(--green-light);background:hsla(0,0%,100%,.16)}.fg textarea{min-height:118px}.btn-send{align-self:flex-start;background:#fff;color:var(--green-dark);padding:13px 26px;border-radius:8px;font-size:.93rem;font-weight:700;cursor:pointer;border:none;font-family:var(--font-kr);display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .2s,box-shadow .2s}.btn-send:hover{background:var(--green-pale);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.btn-send:disabled{opacity:.7;cursor:not-allowed;transform:none}.f-success{display:none;align-items:center;gap:8px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.28);border-radius:8px;padding:13px 17px;font-size:.9rem;color:#fff;font-weight:500}.f-success.show{display:flex}.f-success i{color:var(--green-light)}.contact-foot{text-align:center;margin-top:4rem;padding-top:2.5rem;border-top:1px solid hsla(0,0%,100%,.12);font-size:.82rem;color:hsla(0,0%,100%,.38)}.sb-trigger{position:fixed;top:14px;right:1.5rem;z-index:310;width:40px;height:40px;border-radius:8px;background:var(--white);border:1px solid var(--gray-200);box-shadow:0 2px 10px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;transition:background .2s,box-shadow .2s}.sb-trigger:hover{background:var(--green-pale);box-shadow:0 4px 16px rgba(39,174,96,.18)}.sb-trigger span{display:block;width:18px;height:2px;background:var(--gray-800);border-radius:2px;transition:all .3s ease;transform-origin:center}.sb-trigger.open span:first-child{transform:translateY(7px) rotate(45deg)}.sb-trigger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.sb-trigger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sb-overlay{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .35s ease}.sb-overlay.open{opacity:1;pointer-events:all}.sidebar{position:fixed;top:0;right:0;bottom:0;z-index:305;width:280px;background:var(--white);box-shadow:-8px 0 40px rgba(0,0,0,.12);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .38s cubic-bezier(.4,0,.2,1)}.sidebar.open{transform:translateX(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-100)}.sidebar-logo{font-family:var(--font-en);font-weight:800;font-size:1.1rem;color:var(--green);letter-spacing:-.03em}.sidebar-close{width:32px;height:32px;border-radius:6px;background:var(--gray-100);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-600);font-size:.9rem;transition:background .2s,color .2s}.sidebar-close:hover{background:var(--green-pale);color:var(--green)}.sidebar-nav{flex:1 1;padding:1.5rem 0;list-style:none;overflow-y:auto}.sidebar-nav a{display:flex;align-items:center;gap:.85rem;padding:.9rem 1.75rem;font-size:1rem;font-weight:500;color:var(--gray-800);text-decoration:none;border-left:3px solid transparent;transition:color .2s,background .2s,border-color .2s}.sidebar-nav a:hover{color:var(--green);background:var(--green-pale);border-left-color:var(--green)}.sidebar-nav a i{width:18px;font-size:.9rem;color:var(--gray-400);transition:color .2s}.sidebar-nav a.current i,.sidebar-nav a:hover i{color:var(--green)}.sidebar-nav a.current{color:var(--green);background:var(--green-pale);border-left-color:var(--green);font-weight:700}.sidebar-footer{padding:1.25rem 1.75rem;border-top:1px solid var(--gray-100);font-size:.8rem;color:var(--gray-400)}.blog-wrap{min-height:100vh;padding:100px 6vw 80px}.page-header{max-width:1080px;margin:0 auto 3.5rem}.back-btn{display:inline-flex;align-items:center;gap:7px;font-size:.875rem;font-weight:600;color:var(--gray-600);text-decoration:none;padding:7px 14px;border-radius:8px;border:1px solid var(--gray-200);background:var(--white);margin-bottom:2.5rem;transition:color .2s,background .2s,border-color .2s,transform .2s}.back-btn:hover{color:var(--green);background:var(--green-pale);border-color:var(--green-light);transform:translateX(-3px)}.page-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;letter-spacing:-.04em}.blog-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.blog-card{background:var(--white);border:1px solid var(--gray-200);border-radius:14px;padding:1.75rem;text-decoration:none;display:flex;flex-direction:column;gap:.65rem;transition:transform .25s,box-shadow .25s,border-color .25s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.09);border-color:var(--green-light)}.blog-card-date{font-size:.78rem;font-family:var(--font-en);color:var(--gray-400);letter-spacing:.04em}.blog-card-title{font-size:1.1rem;font-weight:700;color:var(--gray-900);line-height:1.4}.blog-card-desc{font-size:.875rem;color:var(--gray-600);line-height:1.75;flex:1 1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.blog-empty{max-width:1080px;margin:2rem auto;text-align:center;padding:6rem 2rem;border:2px dashed var(--gray-200);border-radius:16px}.blog-empty .e{font-size:3rem;display:block;margin-bottom:1.2rem;opacity:.5}.blog-empty-title{font-size:1.2rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.blog-empty-desc{font-size:.9rem;color:var(--gray-400);line-height:1.8}.post-wrap{min-height:100vh;padding:100px 6vw 80px}.post-header{max-width:760px;margin:0 auto 2.5rem}.post-title{font-size:clamp(1.75rem,4vw,2.8rem);font-weight:800;color:var(--gray-900);letter-spacing:-.03em;line-height:1.2;margin-bottom:1rem}.post-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.post-date{font-size:.82rem;font-family:var(--font-en);color:var(--gray-400)}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem}.post-divider{width:44px;height:4px;background:var(--green);border-radius:2px}.post-content{max-width:760px;margin:0 auto}.post-content h1,.post-content h2,.post-content h3,.post-content h4{font-weight:700;color:var(--gray-900);letter-spacing:-.02em;margin:2rem 0 .75rem;line-height:1.3}.post-content h1{font-size:1.8rem}.post-content h2{font-size:1.4rem;border-bottom:2px solid var(--gray-100);padding-bottom:.5rem}.post-content h3{font-size:1.15rem}.post-content h4{font-size:1rem}.post-content p{font-size:1.025rem;line-height:1.9;color:var(--gray-700);margin-bottom:1.2rem}.post-content a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.post-content a:hover{color:var(--green-dark)}.post-content ol,.post-content ul{padding-left:1.5rem;margin-bottom:1.2rem}.post-content li{font-size:1.025rem;line-height:1.85;color:var(--gray-700);margin-bottom:.3rem}.post-content blockquote{border-left:4px solid var(--green);padding:.75rem 1.25rem;background:var(--green-pale);border-radius:0 8px 8px 0;margin:1.5rem 0}.post-content blockquote p{margin:0;color:var(--green-dark)}.post-content code{background:var(--gray-100);padding:2px 6px;border-radius:4px;font-size:.88em;font-family:Fira Code,Courier New,monospace;color:var(--gray-800)}.post-content pre{background:var(--gray-900);border-radius:10px;padding:1.25rem 1.5rem;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:none;padding:0;color:#e5e7eb;font-size:.9rem;line-height:1.7}.post-content img{max-width:100%;border-radius:8px;margin:1.5rem 0;display:block}.post-content hr{border:none;border-top:2px solid var(--gray-100);margin:2rem 0}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.post-content td,.post-content th{padding:.65rem 1rem;border:1px solid var(--gray-200);text-align:left}.post-content th{background:var(--gray-50);font-weight:700;color:var(--gray-900)}.post-other{max-width:760px;margin:4rem auto 0;padding-top:2.5rem;border-top:2px solid var(--gray-100)}.post-other-heading{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1.25rem}.post-other-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.post-other-link{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:.85rem 1.1rem;border-radius:10px;border:1px solid var(--gray-200);text-decoration:none;background:var(--white);transition:border-color .2s,background .2s,transform .2s}.post-other-link:hover{border-color:var(--green-light);background:var(--green-pale);transform:translateX(4px)}.post-other-title{font-size:.95rem;font-weight:600;color:var(--gray-800);line-height:1.4}.post-other-link:hover .post-other-title{color:var(--green-dark)}.post-other-date{font-size:.75rem;font-family:var(--font-en);color:var(--gray-400);white-space:nowrap;flex-shrink:0}.post-other-link--current{border-color:var(--green-light);background:var(--green-pale);pointer-events:none}.post-other-link--current .post-other-title{color:var(--green-dark)}.post-other-link--current .post-other-date{color:var(--green)}@media (max-width:900px){.about-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:640px){nav{padding:0 1.25rem}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:hsla(0,0%,100%,.97);flex-direction:column;gap:0;border-bottom:1px solid var(--gray-200);padding:.5rem 0}.nav-links.open{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:.85rem 1.5rem;font-size:.975rem}.nav-links a:after{display:none}.nav-toggle{display:flex}section{padding:96px 1.25rem 60px;min-height:auto}#contact,#hero{min-height:100vh}.proj-grid{grid-template-columns:1fr}.skill-row{flex-direction:column;gap:.55rem}.skill-cat{padding-top:0;min-width:auto}.blog-wrap,.post-wrap{padding:96px 1.25rem 60px}.blog-grid{grid-template-columns:1fr}}