*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:'Pretendard',-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:#0c0c0c;color:#e5e5e5;line-height:1.7}a{color:inherit;text-decoration:none;transition:all 0.3s ease}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#fff;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.125rem,2vw,1.375rem)}.jwd-container{max-width:1200px;margin:0 auto;padding:0 24px}.jwd-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgb(12 12 12 / .95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #222}.jwd-header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.jwd-logo{font-size:1.25rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:10px}.jwd-logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#a8ff00,#d4ff00);border-radius:8px;display:flex;align-items:center;justify-content:center}.jwd-logo-icon svg{width:20px;height:20px;color:#0c0c0c}.jwd-nav-list{display:flex;align-items:center;gap:32px}.jwd-nav-item a{font-size:.9375rem;color:#999;font-weight:400}.jwd-nav-item a:hover,.jwd-nav-item.active a{color:#fff}.jwd-header-btn{padding:10px 24px;font-size:.875rem;font-weight:600;color:#0c0c0c;background:linear-gradient(135deg,#a8ff00,#d4ff00);border-radius:100px}.jwd-header-btn:hover{box-shadow:0 0 40px rgb(168 255 0 / .15);transform:translateY(-1px)}.jwd-menu-toggle{display:none;width:40px;height:40px;background:#141414;border:1px solid #222;border-radius:8px;cursor:pointer;position:relative}.jwd-menu-toggle span{position:absolute;left:50%;transform:translateX(-50%);width:18px;height:2px;background:#fff;transition:all 0.3s ease}.jwd-menu-toggle span:nth-child(1){top:13px}.jwd-menu-toggle span:nth-child(2){top:19px}.jwd-menu-toggle span:nth-child(3){top:25px}.jwd-menu-toggle.active span:nth-child(1){top:19px;transform:translateX(-50%) rotate(45deg)}.jwd-menu-toggle.active span:nth-child(2){opacity:0}.jwd-menu-toggle.active span:nth-child(3){top:19px;transform:translateX(-50%) rotate(-45deg)}.jwd-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:.9375rem;font-weight:600;border-radius:100px;transition:all 0.3s ease;border:none;cursor:pointer}.jwd-btn-primary{background:linear-gradient(135deg,#a8ff00,#d4ff00);color:#0c0c0c}.jwd-btn-primary:hover{box-shadow:0 0 40px rgb(168 255 0 / .15);transform:translateY(-2px)}.jwd-btn-outline{background:#fff0;color:#fff;border:1px solid #2a2a2a}.jwd-btn-outline:hover{border-color:#a8ff00;background:rgb(168 255 0 / .08)}.jwd-hero{min-height:100vh;display:flex;align-items:center;padding-top:72px;text-align:center;position:relative;overflow:hidden}.jwd-hero::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%;background:radial-gradient(ellipse 60% 40% at 50% 0%,rgb(168 255 0 / .08),transparent);pointer-events:none}.jwd-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.jwd-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#141414;border:1px solid #222;border-radius:100px;font-size:.8125rem;color:#999;margin-bottom:32px}.jwd-hero-badge-new{padding:2px 8px;background:#a8ff00;color:#0c0c0c;border-radius:8px;font-size:.6875rem;font-weight:700}.jwd-hero-title{margin-bottom:24px}.jwd-hero-title span{color:#a8ff00}.jwd-hero-desc{font-size:1.125rem;color:#999;margin-bottom:32px;line-height:1.8;max-width:600px;margin-left:auto;margin-right:auto}.jwd-hero-features{display:flex;justify-content:center;gap:24px;margin-bottom:40px;flex-wrap:wrap}.jwd-hero-feature{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#e5e5e5}.jwd-hero-feature svg{width:16px;height:16px;color:#a8ff00}.jwd-hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.jwd-hero-trust{margin-top:64px;padding-top:40px;border-top:1px solid #222}.jwd-hero-trust p{font-size:.8125rem;color:#666}.jwd-section{padding:120px 0}.jwd-section-dark{background:#080808}.jwd-section-header{text-align:center;max-width:680px;margin:0 auto 64px}.jwd-section-label{display:inline-block;font-size:.75rem;font-weight:600;color:#a8ff00;margin-bottom:16px;text-transform:uppercase;letter-spacing:.1em}.jwd-section-header h2{margin-bottom:20px}.jwd-section-header p{color:#999;font-size:1.0625rem}.jwd-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.jwd-feature-card{background:#141414;border:1px solid #222;border-radius:24px;padding:32px;transition:all 0.3s ease;position:relative;overflow:hidden}.jwd-feature-card:hover{border-color:#a8ff00;transform:translateY(-4px)}.jwd-feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(135deg,#a8ff00,#d4ff00);opacity:0;transition:all 0.3s ease}.jwd-feature-card:hover::before{opacity:1}.jwd-feature-icon{width:48px;height:48px;background:linear-gradient(135deg,rgb(168 255 0 / .15),rgb(212 255 0 / .08));border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.jwd-feature-icon svg{width:24px;height:24px;color:#a8ff00}.jwd-feature-card h4{font-size:1.125rem;font-weight:600;margin-bottom:12px}.jwd-feature-card p{font-size:.9375rem;color:#999;margin:0;line-height:1.7}.jwd-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.jwd-benefit-card{background:#141414;border:1px solid #222;border-radius:16px;padding:24px;transition:all 0.3s ease}.jwd-benefit-card:hover{border-color:rgb(168 255 0 / .3)}.jwd-benefit-icon{width:40px;height:40px;background:linear-gradient(135deg,rgb(168 255 0 / .15),rgb(212 255 0 / .08));border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.jwd-benefit-icon svg{width:20px;height:20px;color:#a8ff00}.jwd-benefit-card h4{font-size:1rem;font-weight:600;margin-bottom:8px}.jwd-benefit-card p{font-size:.875rem;color:#999;margin:0;line-height:1.6}.jwd-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}.jwd-stat-item{text-align:center;padding:32px;background:#141414;border:1px solid #222;border-radius:16px}.jwd-stat-value{font-size:2.5rem;font-weight:700;color:#a8ff00;margin-bottom:8px}.jwd-stat-label{font-size:.9375rem;color:#999}.jwd-about-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.jwd-about-content h2{margin-bottom:28px}.jwd-about-content p{font-size:1.0625rem;line-height:1.9;margin-bottom:20px;color:#999}.jwd-about-image{position:relative}.jwd-about-image img{border-radius:24px;width:100%;border:1px solid #222}.jwd-about-image::before{content:'';position:absolute;top:-20px;right:-20px;width:200px;height:200px;background:#a8ff00;border-radius:50%;opacity:.08;filter:blur(60px);z-index:-1}.jwd-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.jwd-card{background:#141414;border:1px solid #222;border-radius:24px;overflow:hidden;transition:all 0.3s ease}.jwd-card:hover{border-color:#a8ff00;transform:translateY(-4px);box-shadow:0 0 40px rgb(168 255 0 / .15)}.jwd-card-image{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;background:#1a1a1a}.jwd-card-image img{width:100%;height:100%;object-fit:cover;transition:all 0.3s ease}.jwd-card:hover .jwd-card-image img{transform:scale(1.03)}.jwd-card-category{position:absolute;top:14px;left:14px;padding:6px 12px;background:rgb(12 12 12 / .8);backdrop-filter:blur(10px);border:1px solid #222;color:#a8ff00;border-radius:8px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.jwd-card-body{padding:24px}.jwd-card-meta{font-size:.8125rem;color:#666;margin-bottom:12px}.jwd-card-title{font-size:1.0625rem;font-weight:600;margin-bottom:12px;line-height:1.4}.jwd-card-title a:hover{color:#a8ff00}.jwd-card-excerpt{font-size:.875rem;color:#999;margin-bottom:16px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jwd-card-link{font-size:.8125rem;color:#a8ff00;font-weight:600;display:inline-flex;align-items:center;gap:4px}.jwd-card-link:hover{gap:8px}.jwd-placeholder{width:100%;height:100%;background:linear-gradient(135deg,rgb(168 255 0 / .15),rgb(212 255 0 / .08));display:flex;align-items:center;justify-content:center}.jwd-placeholder svg{width:48px;height:48px;color:#2a2a2a}.jwd-single{padding-top:140px;padding-bottom:100px}.jwd-single-header{max-width:780px;margin:0 auto 48px;text-align:center}.jwd-single-category{display:inline-flex;padding:8px 16px;background:#141414;border:1px solid #222;color:#a8ff00;border-radius:100px;font-size:.75rem;font-weight:600;margin-bottom:24px;text-transform:uppercase;letter-spacing:.1em}.jwd-single-title{margin-bottom:20px}.jwd-single-meta{display:flex;align-items:center;justify-content:center;gap:20px;font-size:.875rem;color:#999}.jwd-single-featured{max-width:900px;margin:0 auto 56px;aspect-ratio:16/9;border-radius:24px;overflow:hidden;background:#141414;border:1px solid #222}.jwd-single-featured img{width:100%;height:100%;object-fit:cover}.jwd-single-content{max-width:720px;margin:0 auto}.jwd-single-content p{font-size:1.0625rem;line-height:1.9;margin-bottom:1.75rem;color:#e5e5e5}.jwd-single-content h2{font-size:1.5rem;margin:56px 0 24px}.jwd-single-content h3{font-size:1.25rem;margin:48px 0 20px}.jwd-single-content blockquote{margin:48px 0;padding:28px 32px;background:#141414;border-left:3px solid #a8ff00;border-radius:0 16px 16px 0}.jwd-single-content blockquote p{font-size:1.0625rem;color:#fff;margin:0;font-style:italic}.jwd-single-content ul,.jwd-single-content ol{margin:28px 0;padding-left:28px}.jwd-single-content li{margin-bottom:12px;list-style:disc;color:#e5e5e5}.jwd-single-content a{color:#a8ff00;text-decoration:underline}.jwd-cta{padding:120px 0;text-align:center;position:relative;overflow:hidden;background:#141414}.jwd-cta::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgb(168 255 0 / .08),transparent);pointer-events:none}.jwd-cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.jwd-cta-label{font-size:.75rem;font-weight:600;color:#a8ff00;margin-bottom:20px;text-transform:uppercase;letter-spacing:.1em}.jwd-cta h2{margin-bottom:20px}.jwd-cta p{font-size:1.0625rem;color:#999;margin-bottom:36px}.jwd-footer{background:#080808;padding:80px 0 40px;border-top:1px solid #222}.jwd-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px}.jwd-footer-brand .jwd-logo{margin-bottom:16px}.jwd-footer-brand p{font-size:.9375rem;color:#999;max-width:280px;line-height:1.7}.jwd-footer-title{font-size:.8125rem;font-weight:600;margin-bottom:20px;color:#fff;text-transform:uppercase;letter-spacing:.1em}.jwd-footer-links li{margin-bottom:12px}.jwd-footer-links a{font-size:.9375rem;color:#999}.jwd-footer-links a:hover{color:#a8ff00}.jwd-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid #222;font-size:.875rem;color:#666}.jwd-pagination{display:flex;justify-content:center;gap:8px;margin-top:64px}.jwd-pagination a,.jwd-pagination span{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 16px;font-size:.9375rem;font-weight:500;color:#999;background:#141414;border:1px solid #222;border-radius:100px;transition:all 0.3s ease}.jwd-pagination a:hover{border-color:#a8ff00;color:#a8ff00}.jwd-pagination .current{background:linear-gradient(135deg,#a8ff00,#d4ff00);color:#0c0c0c;border-color:#fff0}.jwd-no-posts{grid-column:1/-1;text-align:center;padding:80px 24px;background:#141414;border-radius:24px;border:1px solid #222}.jwd-no-posts h3{color:#fff;margin-bottom:8px}.jwd-no-posts p{color:#999}@media (max-width:1024px){.jwd-features-grid{grid-template-columns:repeat(2,1fr)}.jwd-benefits-grid{grid-template-columns:repeat(2,1fr)}.jwd-stats-row{grid-template-columns:repeat(3,1fr)}.jwd-posts-grid{grid-template-columns:repeat(2,1fr)}.jwd-about-inner{grid-template-columns:1fr;gap:48px}.jwd-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.jwd-header-inner{height:64px}.jwd-nav{position:fixed;top:64px;left:0;right:0;bottom:0;background:#0c0c0c;padding:32px 24px;transform:translateX(100%);transition:all 0.3s ease;z-index:999;border-top:1px solid #222}.jwd-nav.active{transform:translateX(0)}.jwd-nav-list{flex-direction:column;gap:20px}.jwd-header-btn{display:none}.jwd-menu-toggle{display:flex;align-items:center;justify-content:center}.jwd-hero{min-height:auto;padding:120px 0 80px}.jwd-hero-features{flex-direction:column;gap:12px}.jwd-hero-actions{flex-direction:column}.jwd-btn{width:100%}.jwd-features-grid{grid-template-columns:1fr}.jwd-benefits-grid{grid-template-columns:1fr}.jwd-stats-row{grid-template-columns:1fr}.jwd-posts-grid{grid-template-columns:1fr}.jwd-footer-grid{grid-template-columns:1fr;gap:32px}.jwd-footer-bottom{flex-direction:column;gap:16px;text-align:center}.jwd-section{padding:80px 0}}.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}