*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;color:#333;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:1rem}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.5rem}p{line-height:1.7;margin-bottom:1rem}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{font-size:1rem;font-weight:500;padding:12px 24px;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #667eea4d}.btn-secondary{border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #ddd;color:#333}.btn-outline:hover{background:#333;border-color:#333;color:#fff}.highlight{color:#fff;font-weight:700;text-shadow:0 2px 4px #0000004d}.section-title{color:#333;margin-bottom:3rem}.page-title{color:#fff;font-size:3.5rem;margin-bottom:1rem;text-align:center}@media (max-width:768px){.desktop-only{display:none!important}.container{padding:0 15px}.page-title,h1{font-size:2.5rem}.section-title,h2{font-size:2rem}.btn{font-size:.9rem;padding:10px 20px}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;padding-top:80px}section{padding:4rem 0}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}section{padding:2rem 0}main{padding-top:70px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header .container{align-items:center;display:flex;justify-content:space-between;padding:1rem 20px}.logo h1{color:#333;font-size:1.8rem;font-weight:700;margin:0}.logo-image{filter:sepia(1) hue-rotate(200deg) saturate(3) brightness(.4) contrast(1.5);height:2.5rem;object-fit:contain;transition:all .3s ease;width:auto}.logo-image:hover{transform:scale(1.05)}.logo a{align-items:center;color:inherit;display:flex;text-decoration:none}.nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav a{border-radius:6px;color:#333;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav a:hover{background:#667eea1a;color:#667eea}.nav a.active{color:#667eea;font-weight:600}.nav a.active:after{background:#667eea;border-radius:1px;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:30px}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem}.menu-toggle span{background:#333;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.desktop-only{display:none}.menu-toggle{display:flex}.nav{background:#fff;border-top:1px solid #0000001a;left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-20px);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav ul{flex-direction:column;gap:0;padding:1rem 0}.nav a{border-bottom:1px solid #0000000d;border-radius:0;display:block;padding:1rem 2rem}.nav a.active:after{display:none}.logo h1{font-size:1.5rem}.logo-image{height:2rem}.nav-open~.menu-toggle span:first-child{transform:rotate(45deg) translate(6px,6px)}.nav-open~.menu-toggle span:nth-child(2){opacity:0}.nav-open~.menu-toggle span:last-child{transform:rotate(-45deg) translate(6px,-6px)}}.footer{background:#2c3e50;color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.footer-section h3{color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.footer-section h4{color:#ecf0f1;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:1rem}.footer-contact{margin-top:1.5rem}.footer-contact p{align-items:center;display:flex;font-size:.95rem;gap:.5rem;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.8rem}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #34495e;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#95a5a6;font-size:.9rem;margin:0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#95a5a6;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:2rem;grid-template-columns:repeat(2,1fr)}.services-section ul{grid-gap:.5rem;grid-column-gap:1rem;column-gap:1rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);justify-items:center;text-align:center}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1.1rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{gap:1rem}}@media (max-width:480px){.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-section{text-align:center}.services-section ul{grid-gap:.4rem;grid-column-gap:.8rem;column-gap:.8rem;display:grid;gap:.4rem;grid-template-columns:repeat(2,1fr);justify-items:center;text-align:center}.footer-contact p{justify-content:center}}.hero{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;overflow:hidden;padding:8rem 0 4rem;position:relative;text-align:center}.hero:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero .container{position:relative;z-index:2}.hero-content{margin:0 auto;max-width:800px}.hero-title{font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:2.5rem;font-weight:600;letter-spacing:2px;margin-bottom:2rem;text-shadow:0 4px 8px #00000080,0 2px 4px #0000004d,0 1px 2px #0003}.hero-description{font-size:1.3rem;line-height:1.7;margin-bottom:3rem;opacity:.9}.hero-buttons{display:flex;gap:1.5rem;justify-content:center}.stats{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #e9ecef;padding:5rem 0}.stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);text-align:center}.stat-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #667eea1a;overflow:hidden;padding:2.5rem 2rem;position:relative;transition:all .3s ease}.stat-card:hover{border-color:#667eea33;box-shadow:0 20px 40px #667eea26;transform:translateY(-10px)}.stat-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-number{color:#667eea;font-size:3.2rem;font-weight:700;line-height:1;margin-bottom:.5rem;margin-top:.5rem}.stat-label{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.stat-detail{color:#666;font-size:.95rem;font-weight:400;line-height:1.4}.stat-text{color:#667eea;font-size:1.6rem;font-weight:700;line-height:1.3;margin-bottom:.5rem;margin-top:.5rem}.stat-card-center .stat-detail,.stat-card-center .stat-text{text-align:center}.about-section{background:#f8f9fa;padding:6rem 0}.section-description{color:#666;line-height:1.7;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:800px}.features-grid{grid-gap:3rem;gap:3rem}.feature-card{box-shadow:0 5px 15px #00000014;text-align:left}.feature-card h3{font-size:1.4rem;font-weight:600}.partners{background:#fff;overflow:hidden;padding:6rem 0}.partners-carousel{animation:scroll 74s linear infinite;display:flex;gap:2rem;margin-top:3rem}.partner-item{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#666;cursor:pointer;display:flex;flex-shrink:0;font-weight:500;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.partner-item:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.partner-item:visited{color:#666}.partner-item:visited:hover{color:#fff}.partner-icon{border-radius:2px;flex-shrink:0;height:16px;object-fit:contain;width:16px}.partner-item span{font-size:.9rem}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.mobile-text{display:none}.desktop-text{display:inline}@media (max-width:768px){.mobile-text{display:inline}.desktop-text{display:none}.hero{padding:5rem 0 3rem}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.8rem;letter-spacing:1.5px}.hero-description{font-size:.85rem;line-height:1.4;padding:0 1rem}.hero-buttons{align-items:center;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.stats-grid{gap:2rem;grid-template-columns:1fr}.stat-card{padding:2rem 1.5rem}.stat-number{font-size:2.8rem}.stat-label{font-size:1.2rem}.stat-text{font-size:1.4rem}.stat-detail{font-size:.9rem}.features-grid{gap:2rem;grid-template-columns:1fr}.feature-card{padding:2rem}.section-title{font-size:2rem}.section-description{font-size:1.1rem}.partners-carousel{gap:1rem}.partner-item{font-size:.9rem;padding:.8rem 1.5rem}}@media (max-width:480px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.5rem;letter-spacing:1px}.hero-description{font-size:.8rem;line-height:1.3;padding:0 .5rem}.stat-card{padding:1.5rem 1rem}.stat-number{font-size:2.3rem}.stat-label{font-size:1.1rem}.stat-text{font-size:1.3rem}.cta-title{font-size:1rem;line-height:1.1;padding:0 .3rem}.cta-title .mobile-text{color:#fff;font-family:Noto Sans KR,sans-serif;font-weight:300;letter-spacing:.4px;line-height:1.5;opacity:.98;text-align:center}.stat-detail{font-size:.85rem}.feature-card{padding:1.5rem}.section-title{font-size:1.8rem}}.cta-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;overflow:hidden;padding:6rem 0;position:relative}.cta-section:before{background:#0000004d;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.cta-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;transform:translateX(-4rem);z-index:2}.cta-image,.logo-container{align-items:center;display:flex;justify-content:center}.logo-container{aspect-ratio:4/3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;max-width:400px;padding:3rem;width:100%}.cta-logo{filter:brightness(2) contrast(1.5) saturate(0) drop-shadow(0 4px 8px rgba(0,0,0,.3));height:auto;max-height:200px;max-width:100%;transition:transform .3s ease;width:auto}.cta-logo:hover{transform:scale(1.05)}.cta-text{padding-left:0}.cta-title{color:#fff;font-size:1.8rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.cta-description{color:#ffffffe6;margin-bottom:1rem}.cta-description,.cta-subtitle{font-size:1.1rem;line-height:1.6}.cta-subtitle{color:#fffc;margin-bottom:2.5rem}.btn-contact{align-items:center;background:#fff;border:none;border-radius:8px;box-shadow:0 4px 12px #0000004d;color:#2c3e50;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-contact:hover{background:#f8f9fa;box-shadow:0 6px 20px #0006;color:#2c3e50;transform:translateY(-2px)}.btn-contact .arrow{font-size:1.2rem;transition:transform .3s ease}.btn-contact:hover .arrow{transform:translate(2px,-2px)}@media (max-width:768px){.cta-content{gap:3rem;grid-template-columns:1fr;padding-left:1rem;padding-right:1rem;text-align:center;transform:none}.cta-text{padding-left:0}.cta-title{font-size:1.1rem;line-height:1.2;padding:0 .5rem}.cta-title .mobile-text{color:#fff;font-family:Noto Sans KR,sans-serif;font-weight:300;letter-spacing:.5px;line-height:1.6;text-align:center}.cta-description,.cta-subtitle{font-size:1rem}.logo-container{margin:0 auto;max-width:300px;padding:2rem}.cta-logo{max-height:150px}}.about-hero{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;overflow:hidden;padding:6rem 0;position:relative;text-align:center}.about-hero:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.about-content{animation:fadeInUp .8s ease-out;position:relative;z-index:2}.main-quote{font-size:2.5rem;font-weight:600;line-height:1.3;margin-bottom:2rem}.about-content .description{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.philosophy{background:#fff;padding:6rem 0}.philosophy-subtitle{color:#2c3e50;font-size:1.8rem;font-style:italic;font-weight:500;margin-bottom:4rem;text-align:center}.philosophy-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin-top:3rem}.philosophy-text{display:flex;flex-direction:column;gap:2rem}.philosophy-description{color:#555;font-size:1.2rem;line-height:1.8;margin:0}.philosophy-highlight{background:#f8f9fa;border:1px solid #e9ecef99;border-radius:15px;box-shadow:0 4px 15px #00000014;color:#2c3e50;font-size:1.3rem;font-weight:600;line-height:1.7;margin:0;max-width:85%;padding:2rem 2.5rem;position:relative;transition:all .3s ease}.philosophy-highlight:hover{background:#fff;border:1px solid #e9ecefcc;box-shadow:0 6px 20px #0000001f}.company-logo-card,.philosophy-feature{align-items:center;display:flex;justify-content:center}.company-logo-card{background:linear-gradient(135deg,#2c3e50,#3498db);border-radius:25px;box-shadow:0 15px 35px #2c3e504d;color:#fff;min-height:280px;overflow:hidden;padding:3rem;position:relative;text-align:center;transition:all .3s ease}.company-logo-card:before{background:linear-gradient(45deg,#0000,#ffffff1a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);transition:all .6s ease;width:200%}.company-logo-card:hover:before{animation:shine 1.5s ease-in-out}.company-logo-card:hover{box-shadow:0 25px 50px #2c3e5066;transform:translateY(-10px) scale(1.05)}.logo-container{margin:0}.company-logo{filter:brightness(0) invert(1);height:auto;object-fit:contain;transition:all .3s ease;width:180px}.company-logo-card h4{font-size:1.5rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem}.company-logo-card p{font-size:1rem;line-height:1.6;margin:0;opacity:.9}@keyframes shine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.specialization{background:linear-gradient(180deg,#f8f9fa,#fff);padding:6rem 0}.location{background:#fff;padding:6rem 0}.location-description{color:#666;font-size:1.1rem;margin:0 auto 4rem;max-width:600px;text-align:center}.offices-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1000px}.office-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;display:flex;flex-direction:column;min-height:420px;padding:2.5rem;position:relative;transition:all .3s ease}.office-card:hover{background:#fff;box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.office-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.office-header h3{color:#2c3e50;font-size:1.5rem;font-weight:700;margin:0}.office-badge{background:linear-gradient(135deg,#2c3e50,#3498db);border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:.4rem 1rem}.main-office .office-badge{background:linear-gradient(135deg,#3498db,#2c3e50)}.office-details,.office-info{display:flex;flex:1 1;flex-direction:column}.office-details{gap:1.5rem}.info-row{align-items:flex-start;display:flex;gap:1rem}.info-row strong{color:#2c3e50;font-size:.95rem;font-weight:600;min-width:80px}.info-row span{color:#555;flex:1 1;line-height:1.6}.hours-list{display:flex;flex-direction:column;gap:.3rem}.hours-list div{color:#555;font-size:.95rem;line-height:1.5}.map-link{margin-top:2rem;text-align:center}.map-btn{background:linear-gradient(135deg,#2c3e50,#3498db);border-radius:25px;box-shadow:0 4px 15px #3498db33;color:#fff;display:inline-block;font-size:.95rem;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .3s ease}.map-btn:hover{background:linear-gradient(135deg,#3498db,#2c3e50);box-shadow:0 8px 25px #3498db4d;transform:translateY(-2px)}.specialization-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.specialization-text h2{color:#2c3e50;font-size:2.2rem;margin-bottom:2rem}.specialization-text p{color:#666;line-height:1.7;margin-bottom:2rem}.specialization-list{list-style:none;padding:0}.specialization-list li{border-bottom:1px solid #e9ecef;color:#555;padding:.8rem 0 .8rem 2rem;position:relative}.specialization-list li:before{color:#3498db;content:"✓";font-weight:700;left:0;position:absolute}.specialization-list li:last-child{border-bottom:none}.doctor-image-container,.specialization-image{align-items:center;display:flex;justify-content:center}.doctor-image-container{background:linear-gradient(135deg,#3498db,#2c3e50);border-radius:15px;box-shadow:0 10px 30px #0003;color:#fff;flex-direction:column;height:350px;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease;width:350px}.doctor-image-container:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-5px)}.doctor-image{filter:brightness(1.1) contrast(1.05) drop-shadow(0 6px 12px rgba(0,0,0,.4));height:auto;margin-bottom:1rem;max-height:280px;max-width:95%;object-fit:contain;transition:transform .3s ease;width:auto}.doctor-image:hover{transform:scale(1.03)}.doctor-image-container p{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin:0;text-shadow:0 2px 4px #00000080}.team{background:#fff;padding:6rem 0}.team-description{color:#666;font-size:1.1rem;margin:0 auto 3rem;max-width:800px;text-align:center}.team-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.team-feature{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.team-feature:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.team-feature h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.team-feature p{color:#666;line-height:1.6}@media (max-width:768px){.about-hero{padding:4rem 0}.main-quote{font-size:2rem}.about-content .description{font-size:1rem}.philosophy-content{gap:3rem;grid-template-columns:1fr}.philosophy-subtitle{font-size:1.5rem}.philosophy-description{font-size:1.1rem}.philosophy-highlight{font-size:1.2rem;max-width:95%;padding:1.5rem 2rem}.company-logo-card{min-height:220px;padding:2rem}.company-logo{width:140px}.offices-grid{gap:2rem;grid-template-columns:1fr}.office-card{min-height:auto;padding:2rem}.office-header{align-items:flex-start;flex-direction:column;gap:1rem}.info-row{flex-direction:column;gap:.5rem}.info-row strong{min-width:auto}.specialization-content{gap:3rem;grid-template-columns:1fr}.specialization-text{order:2}.specialization-image{order:1}.doctor-image-container{height:280px;padding:1.2rem;width:280px}.doctor-image{max-height:200px;max-width:90%}.doctor-image-container p{font-size:1rem}.team-features{gap:1.5rem;grid-template-columns:1fr}.team-feature{padding:1.5rem}}.services-hero{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;overflow:hidden;padding:6rem 0;position:relative;text-align:center}.services-hero:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.services-hero .container{position:relative;z-index:2}.hero-content,.section-content{animation:fadeInUp .8s ease-out}.fade-in-up{animation:fadeInUp .6s ease-out}.pricing-grid .pricing-card:first-child{animation:fadeInUp .6s ease-out .1s both}.pricing-grid .pricing-card:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.pricing-grid .pricing-card:nth-child(3){animation:fadeInUp .6s ease-out .3s both}.pricing-grid .pricing-card:nth-child(4){animation:fadeInUp .6s ease-out .4s both}.features-grid .feature-card:first-child{animation:fadeInUp .6s ease-out .1s both}.features-grid .feature-card:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.features-grid .feature-card:nth-child(3){animation:fadeInUp .6s ease-out .3s both}.notice-box{animation:fadeInUp .6s ease-out .4s both}.services-hero .main-quote{font-size:2.5rem;font-weight:600;line-height:1.3;margin-bottom:2rem}.services-hero .description{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.bookkeeping-section{background:#fff;padding:6rem 0}.property-tax-section{background:#f8f9fa;padding:6rem 0}.tax-appeal-section{background:#fff;padding:6rem 0}.transparent-pricing{background:#f8f9fa;padding:6rem 0}.quote-section{background:#fff;padding:6rem 0;text-align:center}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.property-tax-section .pricing-grid{grid-template-columns:repeat(4,1fr)}.pricing-card{background:#fff;border:1px solid #e9ecef;border-radius:15px;padding:2.5rem;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.pricing-card.featured{border:2px solid #667eea;transform:scale(1.02)}.pricing-card.featured:before{background:#667eea;border-radius:12px;color:#fff;content:"추천";font-size:.8rem;font-weight:600;padding:4px 12px;position:absolute;right:20px;top:-12px}.pricing-card h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.card-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:2rem;text-align:center}.pricing-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1rem 0}.pricing-item:last-of-type{border-bottom:none;margin-bottom:2rem}.pricing-label{color:#666;font-weight:500}.pricing-value{color:#333;font-size:1.1rem;font-weight:600}.pricing-main{color:#667eea;font-size:1.6rem;font-weight:700;margin:2rem 0;text-align:center;white-space:nowrap}.quote-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.quote-btn:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.notice-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;margin-top:3rem;padding:2rem}.notice-box h4{color:#333;font-size:1.2rem;margin-bottom:1.5rem}.notice-box ul{list-style:none;padding:0}.notice-box li{color:#666;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.notice-box li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.feature-card{background:#fff;border:1px solid #e9ecef;border-radius:15px;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.feature-card h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.quote-buttons{display:flex;gap:1rem;justify-content:center;margin-top:3rem}.btn-kakao{align-items:center;background:#ffcd00;border:none;border-radius:8px;color:#333;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-kakao:hover{box-shadow:0 8px 25px #ffcd004d;transform:translateY(-2px)}@media (max-width:768px){.services-hero{padding:4rem 0}.services-hero .main-quote{font-size:2rem}.services-hero .description{font-size:1rem}.pricing-grid,.property-tax-section .pricing-grid{gap:1.5rem;grid-template-columns:1fr}.pricing-card{padding:2rem}.pricing-card.featured{transform:none}.pricing-main{font-size:1.4rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem}.quote-buttons{align-items:center;flex-direction:column}.section-title{font-size:2rem}.notice-box{padding:1.5rem}}@media (max-width:480px){.services-hero .main-quote{font-size:1.8rem}.pricing-card{padding:1.5rem}.pricing-main{font-size:1.2rem}.feature-card{padding:1.5rem}.section-title{font-size:1.8rem}.notice-box{padding:1rem}.quote-btn{font-size:.9rem;padding:.8rem}}@media (max-width:1024px) and (min-width:769px){.property-tax-section .pricing-grid{grid-template-columns:repeat(2,1fr)}}.correction{min-height:100vh}.correction-hero{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;overflow:hidden;padding:6rem 0;position:relative;text-align:center}.correction-hero:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.correction-hero .container{position:relative;z-index:2}.correction-hero .hero-content{margin:0 auto;max-width:800px}.correction-hero .page-title{font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.correction-hero .main-quote{font-size:1.8rem;font-weight:400;margin-bottom:1.5rem;opacity:.95}.correction-hero .description{font-size:1.2rem;line-height:1.6;opacity:.9}.what-is-correction{background:#f8f9fa;padding:100px 0}.correction-benefits{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:4rem}.benefit-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{font-size:3rem;margin-bottom:1.5rem}.benefit-card h3{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.benefit-card p{color:#6c757d;line-height:1.6}.correction-targets{padding:100px 0}.targets-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.target-category{background:#fff;border-left:4px solid #3498db;border-radius:12px;box-shadow:0 2px 15px #00000014;padding:2rem}.target-category h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.target-category ul{list-style:none;padding:0}.target-category li{border-bottom:1px solid #f1f3f4;color:#4a5568;padding:.5rem 0 .5rem 1.5rem;position:relative}.target-category li:before{color:#3498db;content:"✓";font-weight:700;left:0;position:absolute}.target-category li:last-child{border-bottom:none}.correction-process{background:#f8f9fa;padding:100px 0}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.step{position:relative;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#2c3e50,#3498db);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:600;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.step h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.step p{color:#6c757d;line-height:1.5}.correction-fee{padding:100px 0}.fee-structure{grid-gap:3rem;align-items:stretch;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.fee-card{background:linear-gradient(135deg,#2c3e50,#3498db);border-radius:20px;color:#fff;padding:3rem 2rem;text-align:center}.fee-card h3{font-size:1.5rem;font-weight:600;margin-bottom:2rem}.fee-amount{font-size:1.8rem;font-weight:300;line-height:1.4;margin-bottom:2rem}.fee-amount .highlight{display:block;font-size:2.5rem;font-weight:700;margin-top:.5rem}.fee-features{list-style:none;padding:0;text-align:center}.fee-features li{font-size:1rem;opacity:.95;padding:.7rem 0}.fee-details{background:#fff;border:2px solid #e9ecef;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;padding:3rem 2rem}.fee-details h4{color:#2c3e50;font-size:1.3rem;margin-bottom:1.5rem}.fee-tiers{display:flex;flex-direction:column;gap:1rem}.tier{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.tier-range{color:#4a5568;font-weight:500}.tier-rate{color:#3498db;font-size:1.1rem;font-weight:600}.correction-deadline{background:#f8f9fa;padding:100px 0}.correction-deadline .warning{color:#dc3545;font-weight:600}.deadline-info{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.deadline-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:3rem 2rem;text-align:center}.deadline-card.urgent{background:linear-gradient(135deg,#dc3545,#e74c3c);border:3px solid #dc3545;color:#fff}.deadline-card h3{font-size:1.4rem;font-weight:600;margin-bottom:2rem}.deadline-time{font-size:1.6rem;font-weight:300;line-height:1.4;margin-bottom:1.5rem}.deadline-time strong{display:block;font-size:2rem;font-weight:700}.deadline-examples{background:#fff;border-radius:16px;box-shadow:0 2px 15px #00000014;padding:2rem}.deadline-examples h4{color:#2c3e50;font-size:1.2rem;margin-bottom:1.5rem}.deadline-examples ul{list-style:none;padding:0}.deadline-examples li{border-bottom:1px solid #f1f3f4;color:#4a5568;padding:.8rem 0}.deadline-examples li:last-child{border-bottom:none}.correction-faq{padding:100px 0}.faq-list{margin:3rem auto 0}.faq-item{border-radius:12px;box-shadow:0 2px 15px #00000014}.faq-item h4{color:#2c3e50;font-weight:600}.faq-item p{color:#4a5568}.correction-cta{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;overflow:hidden;padding:100px 0;position:relative;text-align:center}.correction-cta:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.correction-cta .container{position:relative;z-index:2}.correction-cta .cta-title{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}.correction-cta .cta-description{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2rem}.cta-note{font-size:1rem;margin:0;opacity:.8}.section-title{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.section-description{color:#6c757d;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;text-align:center}.section-content{margin-bottom:3rem}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#fff;color:#2c3e50}.btn-primary:hover{background:#f8f9fa;color:#3498db;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#2c3e50}.fade-in-up{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.correction-hero .page-title{font-size:2.5rem}.correction-hero .main-quote{font-size:1.4rem}.deadline-info,.fee-structure{gap:2rem;grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.correction-cta .cta-title,.section-title{font-size:2rem}}.contact-hero{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;overflow:hidden;padding:6rem 0;position:relative;text-align:center}.contact-hero:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.contact-hero .container{position:relative;z-index:2}.contact-hero .main-quote{font-size:1.3rem;font-weight:400;line-height:1.7;margin-bottom:2rem;opacity:.9}.contact-hero .description{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.contact-content{background:#fff;padding:6rem 0}.contact-wrapper{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-form-section h3{color:#333;font-size:1.8rem;margin-bottom:2rem}.contact-form{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#2c3e50,#3498db);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.submit-btn:hover{box-shadow:0 8px 25px #3498db4d;transform:translateY(-2px)}.contact-info-section h3{color:#333;font-size:1.8rem;margin-bottom:2rem}.contact-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;padding:2.5rem}.info-item{align-items:flex-start;border-bottom:1px solid #e9ecef;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:2rem}.info-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-icon{align-items:center;background:#3498db;border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;width:40px}.info-content h4{color:#333;font-size:1.1rem;margin-bottom:.5rem}.info-content p{color:#666;line-height:1.5;margin-bottom:.3rem}.info-content small{color:#999;font-size:.9rem}.consultation-types{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:2rem}.consultation-types h4{color:#333;margin-bottom:1rem}.consultation-types ul{list-style:none;padding:0}.consultation-types li{color:#666;font-weight:500;padding:.5rem 0}.faq{background:linear-gradient(180deg,#f8f9fa,#fff);padding:6rem 0}.faq h3{color:#333;font-size:2rem;margin-bottom:3rem;text-align:center}.faq-list{margin:0 auto;max-width:800px}.faq-item{background:#fff;border:1px solid #e9ecef;border-radius:15px;box-shadow:0 5px 15px #0000000d;margin-bottom:1.5rem;padding:2rem;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.faq-item h4{color:#3498db;font-size:1.2rem;margin-bottom:1rem}.faq-item p{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.contact-hero{padding:4rem 0}.contact-hero .main-quote{font-size:1.1rem}.contact-hero .description{font-size:1rem}.contact-wrapper{gap:3rem;grid-template-columns:1fr}.contact-form,.contact-info{padding:2rem}.contact-form-section h3,.contact-info-section h3{font-size:1.5rem}.faq-item{padding:1.5rem}.faq h3{font-size:1.8rem}}@media (max-width:480px){.contact-hero .main-quote{font-size:1rem}}.privacy{background:#f8f9fa;min-height:100vh}.privacy-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0 4rem;text-align:center}.privacy-hero .page-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.privacy-hero .description{font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.privacy-content{padding:4rem 0}.content-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;padding:3rem}.privacy-section{margin-bottom:2rem}.privacy-section h2{border-bottom:2px solid #667eea;color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.privacy-section h3{color:#555;font-size:1.2rem;font-weight:600;margin:1.5rem 0 .8rem}.privacy-section p{color:#666;line-height:1.7;margin-bottom:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{color:#666;line-height:1.6;margin-bottom:.5rem}.privacy-section table{border-collapse:collapse;margin:1rem 0;width:100%}.privacy-section td,.privacy-section th{border:1px solid #ddd;padding:.8rem;text-align:left}.privacy-section th{background-color:#f8f9fa;color:#333;font-weight:600}.privacy-section td{color:#666}@media (max-width:768px){.privacy-hero{padding:4rem 0 3rem}.privacy-hero .page-title{font-size:2rem}.privacy-hero .description{font-size:1rem;padding:0 1rem}.privacy-content{padding:2rem 0}.content-wrapper{margin:0 1rem;padding:2rem 1.5rem}.privacy-section h2{font-size:1.3rem}.privacy-section h3{font-size:1.1rem}.privacy-section td,.privacy-section th{font-size:.9rem;padding:.5rem}}.kakao-chat{bottom:2rem;position:fixed;right:2rem;z-index:1000}.chat-toggle{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#ffcd00,#ffb300);border:none;border-radius:50%;box-shadow:0 4px 20px #ffcd0066;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;position:relative;transition:all .3s ease;width:60px}.chat-toggle:hover{box-shadow:0 6px 25px #ffcd0099;transform:scale(1.1)}.chat-toggle .chat-icon{transition:all .3s ease}.chat-toggle .chat-icon.close{transform:rotate(180deg)}@keyframes pulse{0%{box-shadow:0 4px 20px #ffcd0066}50%{box-shadow:0 4px 20px #ffcd0099,0 0 0 10px #ffcd001a}to{box-shadow:0 4px 20px #ffcd0066}}.chat-options{background:#fff;border:1px solid #e9ecef;border-radius:15px;bottom:80px;box-shadow:0 10px 30px #0003;opacity:0;padding:1rem;position:absolute;right:0;transform:translateY(20px) scale(.9);transition:all .3s ease;visibility:hidden;width:200px}.chat-options.visible{opacity:1;transform:translateY(0) scale(1);visibility:visible}.chat-options:after{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid #fff;bottom:-8px;content:"";height:0;position:absolute;right:20px;width:0}.chat-option{align-items:center;border-radius:10px;color:#333;cursor:pointer;display:flex;gap:1rem;margin-bottom:.5rem;padding:1rem;text-decoration:none;transition:all .3s ease}.chat-option:last-child{margin-bottom:0}.chat-option:hover{background:#f8f9fa;transform:translateX(5px)}.chat-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.chat-icon.kakao{background:#ffcd00}.chat-icon.phone{background:#27ae60;color:#fff}.chat-option span:not(.chat-icon){font-size:.9rem;font-weight:500}@media (max-width:768px){.kakao-chat{bottom:1.5rem;right:1.5rem}.chat-toggle{font-size:1.3rem;height:55px;width:55px}.chat-options{bottom:75px;width:180px}.chat-option{padding:.8rem}.chat-icon{font-size:1.1rem;height:35px;width:35px}.chat-option span:not(.chat-icon){font-size:.85rem}}@media (max-width:480px){.kakao-chat{bottom:1rem;right:1rem}.chat-toggle{font-size:1.2rem;height:50px;width:50px}.chat-options{bottom:70px;right:-10px;width:160px}.chat-options:after{right:30px}}
/*# sourceMappingURL=main.91f4feb1.css.map*/