.pricing-page{min-height:100vh;padding:120px 0 80px}.section-header{text-align:center;max-width:700px;margin:0 auto 80px}.section-header h1{color:#1a1a1a;margin-bottom:1rem;font-size:3rem;font-weight:700}.section-header .highlight{color:#235adb}.section-header p{color:#6b7280;font-size:1.2rem;line-height:1.6}.pricing-section{margin-bottom:80px;position:relative}.pricing-section h2{text-align:center;color:#1a1a1a;margin-bottom:3rem;font-size:2rem;font-weight:700}.popular-tooltip{color:#fff;text-align:center;background:#235adb;border-radius:12px;max-width:400px;margin:0 auto 40px;padding:14px 24px;font-size:.95rem;font-weight:600;position:relative;box-shadow:0 4px 12px #235adb40}.popular-tooltip:after{content:"";border-top:10px solid #235adb;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}.pricing-grid-new{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.pricing-card-new{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2.5rem;transition:all .3s}.pricing-card-new:hover{border-color:#235adb;transform:translateY(-5px);box-shadow:0 12px 24px #235adb1f}.card-type{color:#235adb;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.card-title{color:#1a1a1a;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.card-subtitle{color:#6b7280;white-space:pre-line;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.card-divider{background:#e5e7eb;height:1px;margin:1.5rem 0}.card-details{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.detail-item{flex-direction:column;gap:.5rem;display:flex}.detail-label{color:#1a1a1a;font-size:.9rem;font-weight:700}.detail-value{color:#4b5563;white-space:pre-line;font-size:.9rem;line-height:1.6}.detail-value.highlight{color:#235adb;background:#ebf5ff;border:1px solid #c3ddfd;border-radius:8px;padding:.6rem .9rem;font-weight:600}.card-price{border-top:2px solid #f3f4f6;justify-content:flex-end;align-items:baseline;gap:.5rem;padding-top:1.5rem;display:flex}.vat-text{color:#6b7280;font-size:.85rem}.price-amount{color:#1a1a1a;font-size:2rem;font-weight:700}.additional-services{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.pricing-card{background:#fff;border:2px solid #f3f4f6;border-radius:20px;flex-direction:column;height:100%;padding:2.5rem 2rem 2rem;transition:all .3s;display:flex;position:relative}.pricing-card:hover{border-color:#235adb;transform:translateY(-5px);box-shadow:0 20px 40px #235adb1a}.pricing-card.featured{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#235adb,#4a7de8) border-box;border:2px solid #0000;animation:3s ease-in-out infinite floatCard,3s ease-in-out infinite glowPulse;position:relative;overflow:visible}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glowPulse{0%,to{box-shadow:0 4px 6px #0000001a,0 0 #235adb00}50%{box-shadow:0 8px 25px #235adb33,0 0 20px 5px #235adb1a}}.pricing-card.featured:hover{animation:3s ease-in-out infinite floatCard,3s ease-in-out infinite glowPulse;transform:translateY(-15px);box-shadow:0 20px 40px #235adb1a,0 0 30px 8px #235adb26}.pricing-badge{color:#fff;z-index:1000;background:linear-gradient(135deg,#235adb 0%,#4a7de8 100%);border-radius:20px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;animation:2s infinite pulse;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #235adb4d}@keyframes pulse{0%,to{transform:translate(-50%)scale(1);box-shadow:0 4px 15px #235adb4d}50%{transform:translate(-50%)scale(1.05);box-shadow:0 6px 20px #235adb66}}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-header h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.price{margin-bottom:1rem}.currency{color:#6b7280;vertical-align:top;font-size:1.25rem}.amount{color:#235adb;font-size:2.5rem;font-weight:700}.pricing-card.featured .amount{background:linear-gradient(135deg,#235adb,#4a7de8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.period{color:#6b7280;font-size:1.125rem}.pricing-header p{color:#6b7280;font-size:1rem;line-height:1.5}.pricing-features{flex-grow:1;margin:0 0 2rem;padding:0;list-style:none}.pricing-features li{color:#374151;border-bottom:1px solid #f3f4f6;align-items:center;padding:.75rem 0;display:flex}.pricing-features li:last-child{border-bottom:none}.pricing-features i{color:#235adb;flex-shrink:0;margin-right:.75rem}.btn{border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;min-width:140px;margin-top:auto;margin-left:auto;margin-right:auto;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn i{transition:transform .3s}.btn-primary{color:#fff;background:linear-gradient(135deg,#235adb 0%,#4a7de8 100%);border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #235adb4d}.btn-primary:hover i{transform:translate(5px)}.btn-outline{color:#235adb;background:0 0;border:2px solid #235adb}.btn-outline:hover{color:#fff;background:#235adb}.btn-outline:hover i{transform:translate(5px)}.btn-large{padding:1rem 2rem;font-size:1.125rem}.pricing-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#235adb 0%,#4a7de8 100%);border-radius:20px;max-width:600px;margin:80px auto;padding:2.5rem 2rem}.cta-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;display:flex}.cta-icon i{color:#fff;font-size:1.75rem}.cta-content h2{margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.cta-content p{opacity:.9;margin-bottom:1.5rem;font-size:1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:0;display:flex}.cta-buttons .btn{margin:0 2.5rem}.pricing-cta .btn-primary{color:#235adb;background:#fff}.pricing-cta .btn-primary:hover{background:#f8faff}.pricing-cta .btn-outline{color:#fff;border-color:#fff}.pricing-cta .btn-outline:hover{color:#235adb;background:#fff}.pricing-cta .btn-large{padding:1rem 1.25rem}.pricing-note{text-align:center;background:#f8faff;border:1px solid #e0e7ff;border-radius:16px;max-width:600px;margin:0 auto;padding:2rem}.pricing-note p{color:#235adb;align-items:flex-start;gap:.5rem;margin:0;font-size:1rem;line-height:1.6;display:flex}.pricing-note i{flex-shrink:0;margin-top:.25rem}.section-number{color:#fff;background:linear-gradient(135deg,#235adb 0%,#4a7de8 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 12px #235adb4d}.section-divider{text-align:center;max-width:800px;margin:80px auto;position:relative}.section-divider:before{content:"";background:linear-gradient(90deg,#0000,#e5e7eb 20% 80%,#0000);height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.divider-text{color:#6b7280;z-index:1;background:#fff;border:2px solid #e5e7eb;border-radius:50px;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;display:inline-block;position:relative}.subscription-section{max-width:1200px;margin:80px auto}.subscription-header{text-align:center;margin-bottom:3rem}.subscription-header h2{background:linear-gradient(135deg,#1a1a1a 0%,#235adb 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.subscription-desc{color:#6b7280;margin:0;font-size:1.1rem}.subscription-card{background:#fff;border:2px solid #e5e7eb;border-radius:20px;grid-template-columns:380px 1fr;gap:3rem;padding:3rem;transition:all .3s;display:grid;box-shadow:0 8px 24px #235adb14}.subscription-card:hover{border-color:#235adb;box-shadow:0 12px 32px #235adb1f}.subscription-price-box{background:linear-gradient(135deg,#f8faff 0%,#eef2ff 100%);border:1px solid #dbe4ff;border-radius:16px;flex-direction:column;gap:2rem;padding:2rem;display:flex}.price-tag{text-align:center}.price-label{color:#fff;background:#235adb;border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.price-main{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:1rem;display:flex}.price-main .currency{color:#235adb;font-size:1.5rem;font-weight:600}.price-main .amount{color:#235adb;font-size:4rem;font-weight:700;line-height:1}.price-main .period{color:#6b7280;font-size:1.25rem}.price-note{color:#059669;margin:0;font-size:.95rem;font-weight:600}.subscription-features{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-group h3{color:#1a1a1a;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.feature-group h3 i{color:#235adb;font-size:1.1rem}.feature-group ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.feature-group ul li{color:#4b5563;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.feature-group ul li i{color:#10b981;flex-shrink:0;font-size:.9rem}.maintenance-section{max-width:1200px;margin:80px auto}.maintenance-header{text-align:center;margin-bottom:3rem}.maintenance-header h2{background:linear-gradient(135deg,#1a1a1a 0%,#235adb 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.maintenance-section h2{text-align:center;color:#1a1a1a;margin-bottom:2rem;font-size:2rem;font-weight:700}.maintenance-section.alt-layout .maintenance-grid{grid-template-columns:1.2fr 1fr}.maintenance-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:2rem;display:grid}.maintenance-reasons ul{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.maintenance-reasons li{color:#1f2937;background:#f8faff;border:1px solid #e0e7ff;border-radius:14px;align-items:center;gap:.75rem;padding:1.25rem 1rem;display:flex}.maintenance-reasons i{color:#235adb}.maintenance-table table{border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;overflow:hidden}.maintenance-table thead th{text-align:center;color:#111827;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem;font-weight:700}.maintenance-table.zebra tbody tr:nth-child(odd) td{background:#fcfdff}.maintenance-table tbody td{text-align:center;color:#374151;border-bottom:1px solid #f3f4f6;padding:1rem}.maintenance-table tbody tr:last-child td{border-bottom:none}.table-footnote{color:#6b7280;margin-top:.75rem;font-size:.9rem}.plan-badge{border-radius:9999px;padding:.25rem .6rem;font-size:.85rem;font-weight:700;display:inline-block}.plan-badge.essential{color:#1741a6;background:#eaf3ff;border:1px solid #cfe2ff}.plan-badge.pro{color:#235adb;background:#f1f5ff;border:1px solid #dbe4ff}.price-list{flex-direction:column;gap:.75rem;display:flex}.price-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex;box-shadow:0 4px 10px #235adb0a}.price-item .label{color:#1f2937;font-weight:600}.price-item .label .unit{color:#6b7280;margin-left:.5rem;font-size:.9rem;font-weight:500}.price-item .amount{color:#235adb;font-weight:800}.onetime-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.onetime-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:1rem 1.1rem;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 8px 16px #235adb0f}.onetime-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #235adb1f}.onetime-icon{color:#fff;background:linear-gradient(135deg,#235adb 0%,#4a7de8 100%);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.onetime-content .title{color:#1f2937;font-weight:700}.onetime-content .meta{color:#6b7280;font-size:.85rem}.onetime-card .badge{color:#235adb;background:#eef2ff;border:1px solid #dbe4ff;border-radius:9999px;padding:.35rem .7rem;font-weight:800}.onetime-card .badge.free{color:#0f9d58;background:#e8fff0;border-color:#c6f3d6}.maintenance-footnote{text-align:center;background:#f8faff;border:2px solid #dbe4ff;border-radius:12px;flex-direction:column;gap:.75rem;max-width:800px;margin-top:2.5rem;margin-left:auto;margin-right:auto;padding:1.5rem 2rem;display:flex}.maintenance-footnote p{color:#4b5563;justify-content:center;align-items:center;gap:.5rem;margin:0;font-size:.9rem;line-height:1.6;display:flex}.maintenance-footnote i{color:#235adb;flex-shrink:0;font-size:.85rem}@media (max-width:1024px){.pricing-grid-new{grid-template-columns:repeat(2,1fr);gap:1.5rem}.subscription-card{grid-template-columns:1fr;gap:2rem;padding:2rem}.subscription-features{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.pricing-page{padding:100px 0 60px}.section-header h1{font-size:2.25rem}.pricing-grid,.pricing-grid-new{grid-template-columns:1fr;gap:1.5rem}.pricing-card-new{padding:2rem}.card-title{font-size:1.5rem}.price-amount{font-size:1.75rem}.subscription-section{margin:60px auto}.subscription-header h2{font-size:1.75rem}.subscription-desc{font-size:1rem}.subscription-card,.subscription-price-box{padding:1.5rem}.price-main .amount{font-size:3rem}.section-number{width:50px;height:50px;margin-bottom:1rem;font-size:1.1rem}.section-divider{margin:60px auto}.divider-text{padding:.6rem 1.5rem;font-size:1rem}.maintenance-header h2{font-size:1.75rem}.maintenance-footnote{margin-top:2rem;padding:1.25rem 1.5rem}.maintenance-footnote p{font-size:.85rem}.pricing-card.featured{animation:3s ease-in-out infinite floatCard,3s ease-in-out infinite glowPulse}.pricing-card.featured:hover{animation:3s ease-in-out infinite floatCard,3s ease-in-out infinite glowPulse;transform:translateY(-10px)}.pricing-cta{margin:60px 0;padding:2rem 1.5rem}.cta-icon{width:50px;height:50px;margin-bottom:1rem}.cta-icon i,.cta-content h2{font-size:1.5rem}.cta-content p{font-size:.95rem}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.maintenance-grid{grid-template-columns:1fr}}.btn-kakao{color:#3c1e1e;background:#fee500;border:2px solid #f5d000}.btn-kakao:hover{filter:brightness(.98);transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.btn-kakao .btn-icon{width:20px;height:20px;display:inline-block}
