.solutions-page{width:100%;min-height:100vh;background:#fcfcfc}.solutions-hero{width:100%;padding:140px 20px 80px;background:#1b1f3b;color:#ffffff}.solutions-hero-inner{max-width:1400px;margin:0 auto;text-align:center}.solutions-hero-label{display:inline-block;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#18975a;margin-bottom:20px}.solutions-hero-title{font-family:Pretendard,Inter KR,sans-serif;font-size:42px;font-weight:700;line-height:1.3;margin-bottom:20px}.solutions-hero-desc{font-size:17px;line-height:1.7;color:rgba(255,255,255,.75);max-width:700px;margin:0 auto}.solutions-grid-section{max-width:1400px;margin:0 auto;padding:60px 20px 100px}.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px}.solution-card-link{text-decoration:none;color:inherit;display:block}.solution-card{background:#ffffff;border:1px solid #e8e8e8;border-radius:16px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;height:100%;display:flex;flex-direction:column}.solution-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(27,31,59,.1)}.solution-card-icon-wrap{width:100%;height:200px;background:#f4f5f7;display:flex;align-items:center;justify-content:center;padding:30px}.solution-card-icon{max-width:120px;max-height:120px;object-fit:contain}.solution-card-body{padding:28px;display:flex;flex-direction:column;flex:1 1}.solution-card-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.solution-card-tag{font-size:12px;font-weight:600;color:#18975a;background:rgba(24,151,90,.08);padding:4px 10px;border-radius:20px}.solution-card-name{font-family:Pretendard,Inter KR,sans-serif;font-size:22px;font-weight:700;color:#1b1f3b;margin-bottom:4px;line-height:1.3}.solution-card-name-en{font-size:13px;color:#999;margin-bottom:14px}.solution-card-desc{font-size:14px;line-height:1.65;color:#555;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.solution-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding-top:16px;border-top:1px solid #f0f0f0}.solution-card-type{font-size:12px;font-weight:500;color:#888;background:#f4f5f7;padding:4px 10px;border-radius:6px}.solution-card-arrow{font-size:20px;color:#18975a;transition:transform .2s ease}.solution-card:hover .solution-card-arrow{transform:translateX(4px)}@media (max-width:1040px){.solutions-hero-title{font-size:34px}.solutions-hero-desc{font-size:15px}}@media (max-width:800px){.solutions-grid{grid-template-columns:1fr;gap:20px}.solutions-hero{padding:120px 20px 60px}.solutions-hero-title{font-size:28px}.solutions-hero-desc br{display:none}}@media (max-width:620px){.solutions-hero-title{font-size:24px}.solutions-hero-desc{font-size:14px}.solution-card-icon-wrap{height:160px}.solution-card-body{padding:20px}.solution-card-name{font-size:18px}}@media (max-width:450px){.solutions-hero{padding:110px 16px 50px}.solutions-grid-section{padding:40px 16px 60px}.solution-card-icon-wrap{height:140px}}