*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Malgun Gothic","맑은 고딕","Helvetica Neue",sans-serif;line-height:1.6;color:#1a1a1a;background:#F5F3EE}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all 0.3s ease}.scvs-container{max-width:1300px;margin:0 auto;padding:0 40px}.scvs-header{background:rgb(245 243 238 / .95);padding:30px 0;position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px);border-bottom:1px solid rgb(26 26 26 / .05)}.scvs-header-inner{display:flex;justify-content:space-between;align-items:center}.scvs-logo{font-size:24px;font-weight:600;color:#1a1a1a;letter-spacing:-.5px}.scvs-nav ul{display:flex;list-style:none;gap:45px}.scvs-nav a{color:#4a4a4a;font-weight:400;font-size:15px;position:relative}.scvs-nav a:hover{color:#6b9080}.scvs-nav a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:1px;background:#6b9080;transition:width 0.3s ease}.scvs-nav a:hover::after{width:100%}.scvs-menu-toggle{display:none;flex-direction:column;gap:6px;cursor:pointer;background:none;border:none;padding:8px}.scvs-menu-toggle span{width:28px;height:2px;background:#1a1a1a;border-radius:2px;transition:all 0.3s ease}.scvs-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.scvs-menu-toggle.active span:nth-child(2){opacity:0}.scvs-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.scvs-hero{padding:140px 0 100px;margin-bottom:120px}.scvs-hero-label{font-size:15px;color:#6b9080;margin-bottom:25px;font-weight:500;letter-spacing:.5px}.scvs-hero-title{font-size:72px;font-weight:400;color:#1a1a1a;line-height:1.2;margin-bottom:35px;letter-spacing:-1.5px;max-width:900px}.scvs-hero-subtitle{font-size:19px;color:#4a4a4a;line-height:1.7;max-width:650px;margin-bottom:45px}.scvs-hero-btn{display:inline-block;background:#6b9080;color:#fff;padding:16px 40px;border-radius:8px;font-weight:500;font-size:15px;margin-bottom:80px}.scvs-hero-btn:hover{background:#5a7d6f;transform:translateY(-2px)}.scvs-hero-image{width:100%;max-width:1000px;margin:0 auto}.scvs-hero-image img{width:100%;border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .08)}.scvs-stats{padding:80px 0;margin-bottom:120px}.scvs-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px}.scvs-stat-item{text-align:center;padding:40px 20px;background:#fff;border-radius:12px;border:1px solid rgb(26 26 26 / .05);transition:all 0.3s ease}.scvs-stat-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgb(0 0 0 / .06);border-color:#6b9080}.scvs-stat-icon{font-size:42px;margin-bottom:20px}.scvs-stat-number{font-size:48px;font-weight:300;color:#6b9080;margin-bottom:10px;letter-spacing:-1px}.scvs-stat-label{font-size:15px;color:#4a4a4a}.scvs-about{padding:100px 0;margin-bottom:120px}.scvs-section-header{margin-bottom:80px}.scvs-section-label{font-size:14px;color:#6b9080;margin-bottom:20px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.scvs-section-title{font-size:48px;font-weight:400;color:#1a1a1a;margin-bottom:20px;letter-spacing:-1px}.scvs-section-desc{font-size:17px;color:#4a4a4a;max-width:700px;line-height:1.7}.scvs-about-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.scvs-about-text h2{font-size:42px;font-weight:400;color:#1a1a1a;line-height:1.3;margin-bottom:30px;letter-spacing:-1px}.scvs-about-text p{font-size:16px;color:#4a4a4a;line-height:1.8;margin-bottom:20px}.scvs-about-image img{width:100%;border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .08)}.scvs-services{padding:100px 0;margin-bottom:120px}.scvs-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.scvs-service-card{background:#fff;padding:50px 40px;border-radius:12px;border:1px solid rgb(26 26 26 / .05);transition:all 0.3s ease}.scvs-service-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgb(0 0 0 / .08);border-color:#6b9080}.scvs-service-icon{font-size:48px;margin-bottom:25px}.scvs-service-number{font-size:14px;color:#6b9080;margin-bottom:15px;font-weight:500}.scvs-service-card h3{font-size:22px;font-weight:500;color:#1a1a1a;margin-bottom:15px;letter-spacing:-.5px}.scvs-service-card p{font-size:15px;color:#4a4a4a;line-height:1.7}.scvs-posts{padding:100px 0;margin-bottom:120px}.scvs-posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}.scvs-post-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgb(26 26 26 / .05);transition:all 0.3s ease}.scvs-post-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgb(0 0 0 / .08);border-color:#6b9080}.scvs-post-thumbnail{width:100%;height:320px;overflow:hidden}.scvs-post-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.scvs-post-card:hover .scvs-post-thumbnail img{transform:scale(1.05)}.scvs-post-content{padding:35px}.scvs-post-meta{color:#6b9080;font-size:13px;font-weight:500;margin-bottom:15px;letter-spacing:.5px}.scvs-post-title{font-size:24px;font-weight:500;color:#1a1a1a;margin-bottom:15px;line-height:1.4;letter-spacing:-.5px}.scvs-post-title:hover{color:#6b9080}.scvs-post-excerpt{font-size:15px;color:#4a4a4a;line-height:1.7}.scvs-footer{background:#fff;padding:80px 0 40px;border-top:1px solid rgb(26 26 26 / .05)}.scvs-footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:80px;margin-bottom:50px}.scvs-footer-about h3{font-size:24px;font-weight:500;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.5px}.scvs-footer-about p{font-size:15px;line-height:1.7;color:#4a4a4a}.scvs-footer-links h4{font-size:16px;font-weight:500;margin-bottom:20px;color:#1a1a1a}.scvs-footer-links ul{list-style:none}.scvs-footer-links li{margin-bottom:12px}.scvs-footer-links a{color:#4a4a4a;font-size:15px}.scvs-footer-links a:hover{color:#6b9080}.scvs-footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgb(26 26 26 / .05);color:#4a4a4a;font-size:14px}@media (max-width:768px){.scvs-container{padding:0 25px}.scvs-menu-toggle{display:flex}.scvs-nav{position:absolute;top:100%;left:0;right:0;background:rgb(245 243 238 / .98);backdrop-filter:blur(10px);border-bottom:1px solid rgb(26 26 26 / .05);max-height:0;overflow:hidden;transition:max-height 0.3s ease}.scvs-nav.active{max-height:500px;padding:20px 0}.scvs-nav ul{flex-direction:column;gap:0;padding:0 25px}.scvs-nav li{border-bottom:1px solid rgb(26 26 26 / .05)}.scvs-nav a{display:block;padding:18px 0}.scvs-hero{padding:80px 0 60px}.scvs-hero-title{font-size:42px}.scvs-hero-subtitle{font-size:17px}.scvs-stats-grid{grid-template-columns:repeat(2,1fr);gap:25px}.scvs-about-content{grid-template-columns:1fr;gap:50px}.scvs-about-text h2{font-size:32px}.scvs-services-grid{grid-template-columns:1fr;gap:30px}.scvs-posts-grid{grid-template-columns:1fr;gap:30px}.scvs-footer-content{grid-template-columns:1fr;gap:40px}.scvs-section-title{font-size:36px}}.scvs-archive-header{padding:100px 0 60px;margin-bottom:80px;text-align:center}.scvs-archive-title{font-size:48px;font-weight:400;color:#1a1a1a;margin-bottom:20px;letter-spacing:-1px}.scvs-archive-description{font-size:17px;color:#4a4a4a;max-width:700px;margin:0 auto;line-height:1.7}.scvs-single{padding:100px 0}.scvs-single-header{max-width:800px;margin:0 auto 50px;text-align:center}.scvs-single-title{font-size:48px;font-weight:400;color:#1a1a1a;line-height:1.3;margin-bottom:25px;letter-spacing:-1px}.scvs-single-meta{color:#4a4a4a;font-size:15px}.scvs-single-content{max-width:800px;margin:0 auto;font-size:17px;line-height:1.8;color:#1a1a1a}.scvs-single-content h2{font-size:36px;font-weight:500;margin:50px 0 25px;color:#1a1a1a;letter-spacing:-.5px}.scvs-single-content h3{font-size:28px;font-weight:500;margin:40px 0 20px;color:#1a1a1a}.scvs-single-content p{margin-bottom:25px}.scvs-single-content img{margin:40px 0;border-radius:12px}.scvs-single-content ul,.scvs-single-content ol{margin:25px 0 25px 30px}.scvs-single-content li{margin-bottom:12px}