.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;padding:1rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;cursor:pointer;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo-container{display:flex;flex-direction:column;align-items:flex-start;line-height:1;width:11.5rem}.logo-main{font-family:Zebulon,sans-serif;font-size:2rem;font-weight:700;color:#f88422;letter-spacing:.02em;margin-bottom:.1rem;width:80%;display:flex;justify-content:space-between;margin-left:.4rem}.logo-main>span{display:inline-block;transform:skew(-25deg)}.logo-subtitle{font-family:Zebulon,sans-serif;font-size:.55rem;font-weight:600;color:#f1a667;display:block;width:100%;transform:skew(-14deg);text-transform:uppercase;white-space:nowrap;text-align:justify;text-justify:inter-word;letter-spacing:.04em}.logo-subtitle:after{content:"";display:inline-block;width:100%}.logo-icon{font-size:2rem}.nav{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;display:flex;align-items:center;gap:.25rem}.nav-link:hover{color:#f88422}.nav-link.active{color:#f88422;font-weight:700}.nav-dropdown{position:relative}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:0;background:#fff;border-radius:10px;box-shadow:0 5px 20px #00000026;min-width:220px;padding:.5rem 0;z-index:1000}.dropdown-item{display:block;padding:.75rem 1.5rem;color:#333;text-decoration:none;transition:background .3s ease,color .3s ease;white-space:nowrap}.dropdown-item:hover{background:#f8f5f3;color:#f88422}.btn-primary{background:#f88422;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-primary:hover{background:#d66a1a}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#333;border-radius:3px;transition:all .3s ease}@media (max-width: 768px){.logo-container{width:8.625rem}.logo-main{font-size:1.5rem;margin-left:.3rem}.logo-subtitle{font-size:.4125rem}.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 5px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;align-items:flex-start}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-dropdown{width:100%}.dropdown-menu{position:static;box-shadow:none;padding:.5rem 0 .5rem 1.5rem;margin-top:.5rem;background:#f8f9fa;border-radius:8px}.dropdown-item{padding:.5rem 1rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#999;margin-bottom:1.5rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;transition:background .3s ease,transform .3s ease}.social-link:hover{background:var(--color-primary);transform:translateY(-3px)}.footer-title{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#999;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--color-primary)}.footer-links a{text-decoration:none;color:#999;transition:color .3s ease}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center;color:#999}.footer-legal{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.footer-legal a{color:#999;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a:hover{color:var(--color-primary)}.legal-separator{color:#666;font-size:.9rem}@media (max-width: 968px){.footer-content{grid-template-columns:1fr 1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.social-links{justify-content:center}}.hero{position:relative;min-height:80vh;display:flex;align-items:center;padding:64px 0 80px;background:#fff;border-bottom:1px solid #e8e8e8;overflow:hidden}.hero-facility-photo{width:100vw;min-height:70vh;margin-left:calc(50% - 50vw);margin-bottom:3rem;background-image:url(/assets/company-facility-bg.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:.5}.hero-content{max-width:900px;margin:0 auto;text-align:center}.hero-text{color:#333}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:2rem;color:#333;letter-spacing:-.02em}.hero-description{font-size:1.1rem;margin-bottom:1rem;line-height:1.9;color:#555}.hero-description:last-of-type{margin-bottom:2.5rem}.hero-description strong{color:#f88422;font-weight:600}.hero-info{display:flex;gap:3rem;margin-bottom:2.5rem;padding:2rem 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;justify-content:center}.info-item{flex:1;text-align:center;max-width:200px}.info-label{font-size:.9rem;color:#888;margin-bottom:.5rem;font-weight:500}.info-value{font-size:1.5rem;font-weight:700;color:#f88422}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;justify-content:center}.btn-primary-large,.btn-secondary-large{text-decoration:none;display:inline-block;text-align:center}.btn-primary-large{background:#f88422;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-primary-large:hover{background:#d66a1a}.btn-secondary-large{background:transparent;color:#333;border:1px solid #ddd;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary-large:hover{background:#f8f8f8;border-color:#f88422;color:#f88422}.hero-logo{display:flex;flex-direction:column;align-items:center;line-height:1}.hero-logo-main{font-family:Zebulon,sans-serif;font-size:5rem;font-weight:700;color:#f88422;letter-spacing:.02em;transform:skew(-5deg);margin-bottom:.5rem}.hero-logo-subtitle{font-family:Zebulon,sans-serif;font-size:1rem;font-weight:300;color:#f1a667;letter-spacing:.15em;transform:skew(-5deg);text-transform:uppercase}.hero-icon{font-size:2.5rem;font-weight:700;color:#fff;letter-spacing:.1em;text-align:center}@media (max-width: 968px){.hero{padding:64px 0 60px}.hero-facility-photo{min-height:55vh;margin-bottom:2.5rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-info{justify-content:center;gap:2rem}.info-item{max-width:none}.hero-buttons{justify-content:center;flex-wrap:wrap}}@media (max-width: 768px){.hero{padding:58px 0 40px;min-height:auto}.hero-facility-photo{min-height:42vh;margin-bottom:2rem}.hero-title{font-size:1.75rem}.hero-description{font-size:.95rem}.hero-info{flex-direction:column;gap:1.5rem;text-align:center;align-items:center}.info-item{max-width:none}.hero-buttons{flex-direction:column}.btn-primary-large,.btn-secondary-large{width:100%}}.section-title{font-size:2.2rem;font-weight:700;color:#333;margin-bottom:1rem;letter-spacing:-.02em}.section-description{font-size:1.05rem;color:#666;line-height:1.8;max-width:800px;margin:0 auto}.section-description strong{color:#f88422;font-weight:600}.section-link{display:inline-block;margin-top:1rem;color:#f88422;text-decoration:none;font-weight:500;transition:color .3s ease}.section-link:hover{color:#d66a1a}.company-overview{padding:5rem 0;background:#fff;border-bottom:1px solid #e8e8e8}.company-intro-content{max-width:1000px;margin:0 auto}.intro-main{text-align:center;margin-bottom:3rem}.intro-main h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1.5rem}.intro-main p{font-size:1.05rem;color:#666;line-height:1.8;max-width:800px;margin:0 auto}.intro-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.value-card{text-align:center;padding:2rem;background:#fafafa;border-radius:12px;border:1px solid #e8e8e8;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000014}.value-icon{width:60px;height:60px;margin:0 auto 1rem;position:relative}.value-icon-vision{background:linear-gradient(135deg,#f88422,#d66a1a);border-radius:50%;position:relative}.value-icon-vision:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid white;border-radius:50%}.value-icon-vision:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#fff;border-radius:50%}.value-icon-mission{background:linear-gradient(135deg,#f88422,#d66a1a);transform:rotate(45deg);position:relative}.value-icon-mission:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);width:30px;height:30px;border:3px solid white;border-radius:4px}.value-icon-value{background:linear-gradient(135deg,#f88422,#d66a1a);border-radius:8px;position:relative}.value-icon-value:before{content:"";position:absolute;top:15px;left:15px;width:12px;height:12px;background:#fff;border-radius:50%}.value-icon-value:after{content:"";position:absolute;bottom:15px;right:15px;width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:-18px 0 #fff,0 -18px #fff,-18px -18px #fff}.value-card h4{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:.75rem}.value-card p{font-size:.95rem;color:#666;line-height:1.7}.products-section{padding:5rem 0;background:#f8f9fa;border-bottom:1px solid #e8e8e8}.product-main{max-width:1000px;margin:0 auto}.product-main-content{background:#fff;border-radius:16px;padding:3rem;border:1px solid #e8e8e8;box-shadow:0 4px 12px #0000000d}.product-main-info{text-align:center}.product-main-info h3{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem}.product-subtitle{font-size:1.1rem;color:#f88422;font-weight:600;margin-bottom:2rem}.product-features-list{margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.feature-point{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0;text-align:left}.feature-point:last-child{border-bottom:none}.feature-check{width:20px;height:20px;flex-shrink:0;margin-top:.1rem;background:#f88422;border-radius:4px;position:relative}.feature-check:after{content:"";position:absolute;left:6px;top:3px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.feature-point span:last-child{color:#555;line-height:1.7;font-size:1rem}.product-uses{margin-bottom:2rem}.product-uses h4{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:1rem}.uses-tags{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:800px;margin:0 auto}.use-tag{display:inline-block;padding:.5rem 1rem;background:#f8f9fa;border:1px solid #e8e8e8;border-radius:20px;font-size:.9rem;color:#555;transition:all .3s ease;text-align:center;white-space:nowrap}.use-tag:hover{background:#f88422;color:#fff;border-color:#f88422}.product-link-btn{display:inline-block;padding:1rem 2rem;background:#f88422;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s ease;margin-top:1rem;text-align:center}.product-link-btn:hover{background:#d66a1a}.capabilities-section{padding:5rem 0;background:#fff}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;max-width:1000px;margin:0 auto;align-items:stretch}.capability-item{background:#fafafa;border-radius:12px;padding:2.5rem;border:1px solid #e8e8e8;display:flex;flex-direction:column}.capability-icon{width:50px;height:50px;margin:0 auto 1.5rem;position:relative}.capability-icon-history{background:linear-gradient(135deg,#f88422,#d66a1a);border-radius:8px;position:relative}.capability-icon-history:before{content:"";position:absolute;top:0;left:0;right:0;height:12px;background:#ffffff4d;border-radius:8px 8px 0 0}.capability-icon-history:after{content:"";position:absolute;top:18px;left:8px;width:6px;height:6px;background:#fff;border-radius:50%;box-shadow:12px 0 #fff,24px 0 #fff,0 12px #fff,12px 12px #fff,24px 12px #fff}.capability-icon-cert{background:linear-gradient(135deg,#f88422,#d66a1a);border-radius:50%;position:relative}.capability-icon-cert:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:3px solid white;border-radius:4px}.capability-icon-cert:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-60%) rotate(45deg);width:6px;height:10px;border:solid white;border-width:0 2px 2px 0}.capability-item h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:2rem;text-align:center}.capability-timeline{display:flex;flex-direction:column;gap:1.25rem;flex:1}.timeline-item-compact{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:#fff;border-radius:8px;border-left:3px solid #F88422}.timeline-year-compact{font-size:1.1rem;font-weight:700;color:#f88422;min-width:60px}.timeline-text{font-size:.95rem;color:#666;flex:1}.capability-certs{display:flex;flex-direction:column;gap:1.25rem;flex:1}.cert-item-compact{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:#fff;border-radius:8px;border-left:3px solid #F88422}.cert-name{font-size:1.1rem;font-weight:700;color:#f88422;min-width:140px;flex-shrink:0}.cert-desc{font-size:.95rem;color:#666;flex:1}.capability-link{display:inline-block;color:#f88422;text-decoration:none;font-weight:600;transition:color .3s ease;text-align:center;width:100%;padding-top:1.5rem;margin-top:auto;border-top:1px solid #e8e8e8}.capability-link:hover{color:#d66a1a}@media (max-width: 968px){.section-title{font-size:1.8rem}.section-description{font-size:1rem}.intro-values,.capabilities-grid{grid-template-columns:1fr;gap:2rem}.product-main-content{padding:2rem}.uses-tags{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.company-overview,.products-section,.capabilities-section{padding:4rem 0}.section-header{margin-bottom:3rem}.section-title{font-size:1.6rem}.section-description{font-size:.95rem}.product-main-info h3{font-size:1.6rem}.capabilities-grid{grid-template-columns:1fr}.capability-item{padding:2rem 1.5rem}.uses-tags{grid-template-columns:1fr;gap:.5rem;max-width:100%}.use-tag{font-size:.85rem;padding:.4rem .8rem;white-space:normal}}@font-face{font-family:InkLipquid;src:url(/fonts/THEFACESHOP_INKLIPQUID.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.company-section{padding:6rem 0;background:#f8f9fa}.company-subsection{margin-bottom:5rem;padding:4rem 0;background:#fff;border-radius:20px;box-shadow:0 5px 20px #00000014}.company-subsection:first-of-type{margin-top:2rem}.subsection-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem;padding:0 2rem 1rem;border-bottom:3px solid #F88422}.subsection-content{padding:0 3rem}@media (max-width: 768px){.subsection-content{padding:0 1.5rem}.greeting-quote{font-size:1.2rem;padding:2rem 1.5rem;line-height:1.7}.greeting-quote:before,.greeting-quote:after{font-size:3rem}.greeting-quote:before{left:1rem}.greeting-quote:after{right:1rem}.greeting-text p{padding:0 .5rem;font-size:1rem;line-height:2}.greeting-signature{padding:2rem .5rem 0;text-align:center}.greeting-signature-name{font-size:2.7rem}.greeting-signature{font-size:.9rem;line-height:1.6}.greeting-signature strong{font-size:1rem}.greeting-content{padding:1rem 0}}.greeting-section{background:#fafafa}.greeting-content{max-width:900px;margin:0 auto;padding:2rem 0}.greeting-quote{font-size:1.5rem;line-height:1.8;color:#555;font-style:italic;text-align:center;margin-bottom:3rem;padding:2.5rem 3rem;background:#f884220d;border-left:4px solid #F88422;border-radius:8px;position:relative;word-break:keep-all;overflow-wrap:break-word;white-space:normal;max-width:100%}.greeting-quote:before{content:'"';font-size:4rem;color:#f8842226;position:absolute;left:1.5rem;top:.5rem;font-family:serif;line-height:1}.greeting-quote:after{content:'"';font-size:4rem;color:#f8842226;position:absolute;right:1.5rem;bottom:-.5rem;font-family:serif;line-height:1}.greeting-text{font-size:1.1rem;line-height:2;color:#333}.greeting-text p{margin-bottom:2rem;text-align:justify;padding:0 1rem;line-height:2.2;letter-spacing:.02em}.greeting-signature{text-align:right;margin-top:4rem;padding:2rem 1rem 0;border-top:2px solid #e0e0e0;font-size:1rem;color:#666;line-height:1.8}.greeting-signature strong{color:#f88422;font-size:1.2rem;font-weight:700;margin:0 .5rem}.greeting-signature-name{font-family:InkLipquid,sans-serif;font-size:3.75rem;color:#111;display:inline-block;letter-spacing:.05em;line-height:1.2;vertical-align:middle}.about-content{max-width:1000px;margin:0 auto}.company-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.info-section h4{font-size:1.5rem;font-weight:700;color:#f88422;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.info-section p{font-size:1rem;line-height:1.8;color:#666;margin-bottom:1rem}.business-list{list-style:none;padding:0}.business-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#666;line-height:1.8}.business-list li:before{content:"✓";position:absolute;left:0;color:#f88422;font-weight:700}.about-text{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:3rem;text-align:center}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-item{text-align:center;padding:2rem;background:#f8f9fa;border-radius:15px;transition:transform .3s ease}.value-item:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-item h4{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:.5rem}.value-item p{color:#666;line-height:1.6}.history-timeline{max-width:800px;margin:0 auto;position:relative;padding-left:2rem}.history-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#f88422,#f1a667)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:3rem}.timeline-item:before{content:"";position:absolute;left:-.5rem;top:.5rem;width:1rem;height:1rem;background:#f88422;border-radius:50%;border:3px solid white;box-shadow:0 0 0 3px #f88422}.timeline-year{font-size:1.5rem;font-weight:800;color:#f88422;margin-bottom:.5rem}.timeline-content h4{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:.5rem;margin-top:1rem}.timeline-content h4:first-child{margin-top:0}.timeline-content p{color:#666;line-height:1.8;margin-bottom:.5rem}.organization-chart{max-width:1000px;margin:0 auto}.org-level{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.org-box{background:linear-gradient(135deg,#f88422,#f1a667);color:#fff;padding:1.5rem 2rem;border-radius:10px;font-weight:600;text-align:center;min-width:150px;box-shadow:0 4px 12px #f8842233}.org-box.ceo{background:linear-gradient(135deg,#f88422,#f1a667);font-size:1.2rem;padding:2rem 3rem}.org-box.small{background:#fff;color:#333;border:2px solid #F88422;padding:1rem 1.5rem;font-size:.9rem;min-width:120px}.location-info{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.location-details{display:flex;flex-direction:column;gap:2rem}.detail-item strong{display:block;font-size:1.1rem;color:#f88422;margin-bottom:.5rem}.detail-item p{color:#666;line-height:1.6}.location-map{width:100%;height:400px}.map-placeholder{width:100%;height:100%;background:#f0f0f0;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;border:2px dashed #ddd}.map-placeholder p{margin:.5rem 0}.map-note{font-size:.9rem;color:#999}@media (max-width: 968px){.location-info{grid-template-columns:1fr}.location-map{height:300px}.org-level{flex-direction:column;align-items:center}.org-box{width:100%;max-width:300px}}@media (max-width: 968px){.company-info-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.company-section{padding:4rem 0}.company-subsection{margin-bottom:3rem;padding:2rem 0}.subsection-title{font-size:1.5rem;padding:0 1.5rem}.subsection-content{padding:0 1.5rem}.greeting-text{font-size:1rem}.greeting-signature{text-align:center}.company-info-grid,.about-values{grid-template-columns:1fr}.history-timeline{padding-left:1.5rem}.timeline-item{padding-left:2rem}}.privacy-content{max-width:900px;margin:0 auto;padding:2rem 0}.privacy-intro{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e8e8e8}.privacy-section{margin-bottom:3rem}.privacy-section-title{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.privacy-subtitle{font-size:1.2rem;font-weight:600;color:#333;margin-top:1.5rem;margin-bottom:1rem}.privacy-content p{font-size:1rem;line-height:1.9;color:#555;margin-bottom:1rem}.privacy-list{list-style:none;padding:0;margin:1rem 0 1.5rem}.privacy-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#555;line-height:1.8}.privacy-list li:before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:700;font-size:1.2rem}.privacy-numbered-list{list-style:decimal;padding-left:2rem;margin:1rem 0}.privacy-numbered-list li{padding:.5rem 0;padding-left:0;color:#555;line-height:1.8;position:relative}.privacy-numbered-list li:before{display:none}.privacy-contact{background:#fafafa;padding:1.5rem;border-radius:8px;margin:1.5rem 0;border-left:4px solid var(--color-primary)}.privacy-contact p{margin-bottom:.75rem;color:#333}.privacy-contact strong{color:var(--color-primary);margin-right:.5rem}.privacy-date{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:1.5rem}.privacy-date p{margin-bottom:.5rem;color:#333}.privacy-date strong{color:var(--color-primary);margin-right:.5rem}@media (max-width: 768px){.privacy-content{padding:1rem 0}.privacy-section-title{font-size:1.3rem}.privacy-subtitle{font-size:1.1rem}.privacy-content p,.privacy-list li{font-size:.95rem}}.certificates-section{padding:6rem 0;background:#f8f9fa;min-height:80vh}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:1rem}.section-description{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.certificates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;align-items:stretch}.certificate-item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.certificate-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px var(--color-primary-rgba-15)}.certificate-group{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;padding:1.5rem;flex:1}.certificate-group .certificate-image-wrapper:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}.certificate-group .certificate-image-wrapper:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}.certificate-group .certificate-image-wrapper:nth-child(3){grid-column:1 / 2;grid-row:2 / 3}.certificate-image-wrapper{width:100%;cursor:pointer;transition:transform .3s ease;border-radius:8px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0}.certificate-image-wrapper:hover{transform:scale(1.03);border-color:var(--color-primary)}.certificate-image{width:100%;height:auto;display:block;object-fit:contain;background:#fff}.certificate-item:not(.group-item) .certificate-image-wrapper{padding:1.5rem;flex:1;min-height:280px}.certificate-item.group-item .certificate-image-wrapper{padding:.8rem;min-height:0;aspect-ratio:3/4}.certificate-label{background:var(--color-primary);color:#fff;padding:1.25rem 1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0}.label-title{font-size:1.15rem;font-weight:700;margin-bottom:.4rem;line-height:1.3}.label-date{font-size:.9rem;opacity:.95;font-weight:500;line-height:1.4}.image-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;cursor:pointer}.modal-content{position:relative;max-width:90%;max-height:90vh;background:#fff;border-radius:10px;padding:2rem;cursor:default}.modal-close{position:absolute;top:-2.5rem;right:0;background:#fff;border:none;color:#333;font-size:2.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .3s ease}.modal-close:hover{background:var(--color-primary);color:#fff}.modal-image{max-width:100%;max-height:80vh;object-fit:contain;display:block}@media (max-width: 968px){.certificates-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.certificate-group{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.8rem;padding:1.2rem}.certificate-group .certificate-image-wrapper:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}.certificate-group .certificate-image-wrapper:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}.certificate-group .certificate-image-wrapper:nth-child(3){grid-column:1 / 2;grid-row:2 / 3}.certificate-item.group-item .certificate-image-wrapper{min-height:0}.certificate-item:not(.group-item) .certificate-image-wrapper{min-height:240px}}@media (max-width: 768px){.certificates-section{padding:4rem 0}.certificates-grid{grid-template-columns:1fr;gap:1.5rem}.certificate-group{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.6rem;padding:1rem}.certificate-group .certificate-image-wrapper:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}.certificate-group .certificate-image-wrapper:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}.certificate-group .certificate-image-wrapper:nth-child(3){grid-column:1 / 2;grid-row:2 / 3}.certificate-item.group-item .certificate-image-wrapper{min-height:0;padding:.6rem}.certificate-item:not(.group-item) .certificate-image-wrapper{min-height:220px;padding:1rem}.certificate-label{padding:.75rem 1rem;min-height:60px}.label-title{font-size:1rem}.label-date{font-size:.85rem}.modal-content{padding:1rem}.modal-image{max-height:70vh}}.naver-map-root{width:100%;height:100%;border-radius:15px;overflow:hidden;background:#f0f0f0;border:1px solid #e5e5e5}.naver-map-canvas{width:100%;height:100%}.naver-map-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;color:#666;text-align:center}.naver-map-fallback-title{font-weight:700;color:#333;margin-bottom:.5rem}.naver-map-fallback-desc{font-size:.95rem;color:#666;line-height:1.6}.naver-map-fallback code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em;background:#0000000f;padding:.15rem .35rem;border-radius:6px}.product-section{padding:6rem 0;background:#fff}.product-subsection{margin-bottom:5rem;padding:3rem 0;background:#f8f9fa;border-radius:20px;box-shadow:0 5px 20px #00000014}.product-subsection:first-of-type{margin-top:2rem}.subsection-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem;padding:0 2rem 1rem;border-bottom:3px solid var(--color-primary)}.subsection-content{padding:0 2rem}.products-intro{max-width:1000px;margin:0 auto}.intro-text{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:3rem;text-align:center}.product-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px var(--color-primary-rgba-15)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h4{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:.5rem}.feature-card p{color:#666;line-height:1.6;font-size:.95rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.category-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 3px 15px #00000014;transition:all .3s ease;border:1px solid #f0f0f0}.category-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px var(--color-primary-rgba-15);border-color:var(--color-primary)}.category-icon{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem;padding:1rem;background:#f8f5f3;border-radius:8px;display:inline-block;min-width:100px}.category-name{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.category-description{color:#666;line-height:1.8;margin-bottom:1.5rem}.category-btn{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.category-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--color-primary-rgba-30)}.specifications-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.spec-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #00000014}.spec-category{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.spec-table{width:100%;border-collapse:collapse}.spec-table thead{background:#f8f9fa}.spec-table th{padding:1rem;text-align:left;font-weight:700;color:#333;border-bottom:2px solid var(--color-primary)}.spec-table td{padding:1rem;border-bottom:1px solid #f0f0f0;color:#666}.spec-table tbody tr:hover{background:#f8f5f3}.spec-table tbody tr:last-child td{border-bottom:none}@media (max-width: 968px){.categories-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-features{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 768px){.product-section{padding:4rem 0}.product-subsection{margin-bottom:3rem;padding:2rem 0}.subsection-title{font-size:1.5rem;padding:0 1.5rem}.subsection-content{padding:0 1.5rem}.categories-grid,.product-features{grid-template-columns:1fr}.spec-table{font-size:.9rem}.spec-table th,.spec-table td{padding:.75rem .5rem}}.saerong-fiber-section{padding-top:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-actions{display:flex;gap:1rem}.analysis-link{padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .3s ease}.analysis-link:hover{background:var(--color-primary-hover)}@media (max-width: 768px){.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.analysis-link{width:100%;text-align:center}}.features-list{margin-bottom:3rem}.feature-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.8rem;padding:.75rem;background:#f8f9fa;border-radius:8px}.feature-number{font-size:1.2rem;font-weight:700;color:var(--color-primary);min-width:32px}.feature-text{flex:1;line-height:1.4;color:#333}.product-features-image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;margin-top:2rem;padding:1rem}.product-features-integrated-image{width:100%;max-width:900px;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 3px 10px #0000001a}.process-flow{margin-top:2rem}.process-diagram{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:2rem;background:#f8f9fa;border-radius:12px;max-width:980px;margin-left:auto;margin-right:auto;--process-step-width: clamp(160px, 22vw, 220px)}.process-line{display:grid;grid-template-columns:var(--process-step-width) 40px var(--process-step-width) 40px var(--process-step-width);align-items:center;justify-items:center;justify-content:center;column-gap:1.5rem;row-gap:1rem;margin-bottom:1rem}.process-step{padding:1.25rem 1.75rem;background:#fff;border:2px solid var(--color-primary);border-radius:10px;text-align:center;min-width:160px;box-sizing:border-box;width:100%;max-width:100%;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease;position:relative}.process-step:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.step-number{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:24px;height:24px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid white}.step-name{font-weight:600;color:var(--color-primary);font-size:.95rem;line-height:1.4;margin-top:.5rem}.process-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 968px){.process-line{grid-template-columns:1fr}.process-arrow{transform:rotate(90deg)}}.process-arrow svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.process-note{font-size:.9rem;color:#666;font-style:italic;padding-left:1rem}.uses-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.uses-column{display:flex;flex-direction:column;gap:.6rem}.use-item{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#f8f9fa;border-radius:8px}.use-number{font-size:1rem;font-weight:700;color:var(--color-primary);min-width:32px}.use-text{flex:1;line-height:1.4;color:#333}.use-text-wrapper{flex:1;display:flex;flex-direction:column;gap:.4rem}.resin-types{margin-top:.4rem;padding-left:.75rem;border-left:2px solid #ddd}.resin-type{font-size:.95rem;color:#555;margin-bottom:.15rem;line-height:1.3}.product-types-content{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:2rem 0}.product-types-table{width:100%;display:flex;justify-content:center}.product-types-table table{width:100%;max-width:500px;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a}.product-types-table th{background:var(--color-primary);color:#fff;padding:1rem;text-align:center;font-weight:700}.product-types-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid #f0f0f0}.product-types-table tr:last-child td{border-bottom:none}.product-types-image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding:1rem}.product-types-integrated-image{width:100%;max-width:800px;height:auto;object-fit:contain;border-radius:8px}.image-note{text-align:center;font-size:.9rem;color:#666;margin-top:1rem}.particle-distribution{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2rem}.distribution-visual{display:flex;justify-content:center;align-items:center;width:100%}.distribution-image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;padding:1rem}.particle-distribution-image{width:100%;max-width:300px;height:auto;object-fit:contain;mix-blend-mode:multiply;filter:contrast(1.1)}.distribution-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a}.distribution-table table{width:100%;border-collapse:collapse}.distribution-table th{background:var(--color-primary);color:#fff;padding:1rem;text-align:center;font-weight:700}.distribution-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid #f0f0f0}.distribution-table tr:last-child td{border-bottom:none}.properties-table-wrapper{overflow-x:auto;margin:2rem 0}.properties-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a;min-width:800px}.properties-table th{background:var(--color-primary);color:#fff;padding:1rem;text-align:center;font-weight:700;font-size:.95rem}.properties-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid #f0f0f0;font-size:.9rem;white-space:pre-line}.properties-table tr:last-child td{border-bottom:none}.properties-table tbody tr{background:#fff}.properties-table tbody tr:hover{background:#f8f9fa}.properties-table .merged-cell{text-align:center;padding:1rem}.properties-table .merged-cell>div{margin-bottom:.5rem}.properties-table .merged-cell>div:last-child{margin-bottom:0}.properties-table .moisture-note-cell{font-size:.85rem;color:#666;font-style:italic;margin-top:.5rem}.properties-note{font-size:.9rem;color:#666;margin-top:1rem;padding-left:1rem}@media (max-width: 968px){.product-images{grid-template-columns:1fr;gap:1.5rem}.uses-grid{grid-template-columns:1fr}.product-images-grid{grid-template-columns:repeat(2,1fr)}.particle-distribution{grid-template-columns:1fr;gap:2rem}.process-steps{flex-direction:column}.process-arrow{transform:rotate(90deg)}}@media (max-width: 768px){.product-images-grid{grid-template-columns:1fr}.properties-table-wrapper{overflow-x:scroll}}.saerong-fiber-analysis-section{padding-top:2rem}.analysis-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.tab-button{padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease;position:relative;bottom:-2px}.tab-button:hover{color:var(--color-primary);background:#f8f5f3}.tab-button.active{color:var(--color-primary);border-bottom-color:var(--color-primary);background:#f8f5f3}.tab-content{min-height:500px}.analysis-table-section{margin-bottom:3rem}.table-title{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.title-highlight{color:var(--color-primary)}.title-icon{color:var(--color-primary);font-size:1.5rem}.table-wrapper{overflow-x:auto;margin-bottom:2rem;border-radius:8px;box-shadow:0 3px 10px #0000001a}.analysis-table{width:100%;border-collapse:collapse;background:#fff;min-width:1000px}.analysis-table thead{background:var(--color-primary);color:#fff}.pp-table thead{background:transparent;color:inherit}.pp-table thead tr:first-child th{background:var(--color-primary);color:#fff}.pp-table thead tr:not(:first-child) th{background:#f8f9fa;color:#333;border:1px solid #e0e0e0;font-size:.9rem;font-weight:400!important}.pp-table thead tr:not(:first-child) th:first-child{background:#f8f9fa;color:#333}.pp-table thead tr:not(:first-child) th.pp-additive-label{background:#f8f9fa!important;color:#333;border:1px solid #e0e0e0;font-size:.9rem;font-weight:700!important;text-align:left;padding-left:1rem}.pp-table tbody td.row-header{text-align:left!important;padding-left:1rem!important;font-weight:700}.analysis-table th{padding:.75rem .5rem;text-align:center;font-weight:700;font-size:.85rem;border:1px solid rgba(255,255,255,.2);vertical-align:middle}.analysis-table th:first-child{background:var(--color-primary)}.additive-info{display:block;font-size:.75rem;font-weight:500;margin-top:.25rem;opacity:.9}.analysis-table tbody tr{border-bottom:1px solid #e0e0e0}.analysis-table tbody tr:nth-child(2n){background:#f8f9fa}.analysis-table tbody tr:hover{background:#f0f0f0}.analysis-table td{padding:.75rem .5rem;text-align:center;font-size:.9rem;border:1px solid #e0e0e0;vertical-align:middle}.analysis-table .left-header{width:320px}.row-header{background:#f8f9fa!important;font-weight:600;color:#333}.row-header.category-cell{text-align:center!important;font-weight:700;width:110px}.row-header.sub-cell{text-align:left!important;padding-left:1rem!important;font-weight:600;border-right:1px solid #e0e0e0!important;width:210px}.row-header.merged-label{text-align:center!important;font-weight:700;border-right:1px solid #e0e0e0!important}.row-header.merged-label div{line-height:1.6}.phenol-table{min-width:800px}.pp-table{min-width:0;width:100%;table-layout:fixed}.pp-table th,.pp-table td{padding:.6rem .4rem}.pp-table th:first-child,.pp-table td:first-child{width:240px}.pp-table th:not(:first-child),.pp-table td:not(:first-child){width:calc((100% - 240px) / 7)}.pp-table thead th{white-space:normal;word-break:keep-all}.molding-conditions{margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid var(--color-primary)}.conditions-title{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.5rem}.conditions-text{font-size:1rem;color:#555;line-height:1.6}.measurement-methods{margin:2rem 0 3rem}.methods-title{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:1rem}.methods-table{width:100%;max-width:800px;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a}.methods-table thead{background:var(--color-primary);color:#fff}.methods-table th{padding:1rem;text-align:left;font-weight:700;font-size:.95rem}.methods-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e0e0e0;font-size:.9rem}.methods-table tbody tr:last-child td{border-bottom:none}.methods-table tbody tr:nth-child(2n){background:#f8f9fa}.coming-soon{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#666;background:#f8f9fa;border-radius:8px}.sound-result-section{margin-bottom:3rem}.sound-wrapper{padding:0}.sound-info-table{width:100%;border-collapse:collapse;background:#fff}.sound-info-table th,.sound-info-table td{border:1px solid #e0e0e0;padding:.8rem 1rem;font-size:.95rem}.sound-info-table th{width:140px;background:#f3f3f3;font-weight:700;color:#333;text-align:center}.sound-info-table td{color:#333}.sound-main{display:grid;grid-template-columns:420px 1fr;gap:1rem;padding:1rem}.sound-data-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 3px 10px #00000014;border-radius:8px;overflow:hidden}.sound-data-table th,.sound-data-table td{border:1px solid #e0e0e0;padding:.6rem .8rem;text-align:center;font-size:.95rem}.sound-data-table thead th{background:#f3f3f3;color:#333;font-weight:700}.sound-summary-row td{background:#f3f3f3;font-weight:700}.sound-chart{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;box-shadow:0 3px 10px #00000014}.sound-chart img{width:100%;max-width:520px;height:auto;display:block}@media (max-width: 968px){.sound-main{grid-template-columns:1fr}}@media (max-width: 968px){.analysis-tabs{flex-wrap:wrap}.tab-button{padding:.75rem 1.5rem;font-size:.9rem}.table-wrapper{overflow-x:scroll}.analysis-table{font-size:.8rem}.analysis-table th,.analysis-table td{padding:.5rem .3rem}}@media (max-width: 768px){.table-title{font-size:1.1rem}.tab-button{padding:.6rem 1rem;font-size:.85rem}.molding-conditions,.measurement-methods{padding:1rem}}.saerong-fiber-applications-section{padding-top:2rem}.breadcrumb{margin-bottom:2rem;color:#666;font-size:.9rem}.breadcrumb span{color:#333}.breadcrumb span:last-child{color:var(--color-primary);font-weight:600}.section-header{margin-bottom:2rem}.section-title{font-size:2rem;font-weight:700;color:#333}.applications-content{margin-top:2rem}.application-case{margin-bottom:3rem}.case-title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:1rem;padding-left:.5rem}.case-table-wrapper{overflow-x:auto;margin-bottom:2rem}.application-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a;margin-bottom:1rem}.application-table td{padding:.75rem 1rem;text-align:center;border:1px solid #e0e0e0;font-size:.9rem}.application-table tbody tr:nth-child(2n){background:#f8f9fa}.application-table tbody tr:hover{background:#f0f0f0}.two-column-table{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 968px){.two-column-table{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.section-title{font-size:1.5rem}.case-title{font-size:1.1rem}.application-table{font-size:.85rem}.application-table td{padding:.6rem .5rem}}.notice-section{padding:6rem 0;background:#f8f9fa;min-height:80vh}.notice-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.notice-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 3px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.notice-item:hover{transform:translateY(-3px);box-shadow:0 5px 20px var(--color-primary-rgba-15)}.notice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.notice-category{display:inline-block;padding:.4rem 1rem;background:#f0f0f0;color:#666;border-radius:20px;font-size:.85rem;font-weight:600}.notice-category.important{background:var(--color-primary);color:#fff}.notice-date{color:#999;font-size:.9rem}.notice-title{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1rem}.notice-content{color:#666;line-height:1.8;margin-bottom:1rem}.notice-footer{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #f0f0f0}.notice-views{color:#999;font-size:.9rem}.notice-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.page-btn{padding:.75rem 1.25rem;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#666}.page-btn:hover,.page-btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}@media (max-width: 768px){.notice-section{padding:4rem 0}.notice-item{padding:1.5rem}.notice-title{font-size:1.1rem}.notice-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.data-section{padding:6rem 0;background:#fff;min-height:80vh}.data-categories{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.data-category{background:#f8f9fa;padding:2rem;border-radius:15px}.category-title{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.file-list{display:flex;flex-direction:column;gap:1rem}.file-item{background:#fff;padding:1.5rem;border-radius:10px;display:flex;align-items:center;gap:1.5rem;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.file-item:hover{transform:translate(5px);box-shadow:0 4px 15px var(--color-primary-rgba-15)}.file-icon{font-size:2.5rem;flex-shrink:0}.file-info{flex:1}.file-name{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.file-meta{display:flex;gap:1rem;font-size:.9rem;color:#999}.file-size:after{content:" • ";margin:0 .5rem}.download-btn{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:#fff;border:none;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--color-primary-rgba-30)}@media (max-width: 768px){.data-section{padding:4rem 0}.data-category{padding:1.5rem}.file-item{flex-direction:column;align-items:flex-start;gap:1rem}.download-btn{width:100%}.file-meta{flex-direction:column;gap:.25rem}.file-size:after{content:""}}.online-section{padding:6rem 0;background:#f8f9fa;min-height:80vh}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto 3rem}.info-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1rem}.info-card p{color:#666;margin-bottom:.5rem;font-size:1.1rem}.info-time{color:#999;font-size:.9rem}.inquiry-form{max-width:1000px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 5px 20px #00000014}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:1rem}.required{color:var(--color-primary)}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary)}.form-group textarea{resize:vertical;min-height:200px}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn-reset,.btn-submit{padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.btn-reset{background:#f0f0f0;color:#666}.btn-reset:hover{background:#e0e0e0}.btn-submit{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:#fff}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--color-primary-rgba-30)}.btn-submit:disabled,.btn-reset:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;padding:2.5rem;max-width:500px;width:90%;text-align:center;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 1.5rem;color:#fff}.modal-icon.success{background:#4caf50}.modal-icon.error{background:#f44336}.modal-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.modal-message{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem}.modal-close-btn{background:var(--color-primary);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease;width:100%}.modal-close-btn:hover{background:var(--color-primary-hover)}@media (max-width: 768px){.online-section{padding:4rem 0}.contact-info{grid-template-columns:1fr}.inquiry-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.form-actions{flex-direction:column}.btn-reset,.btn-submit{width:100%}}.App{width:100%;overflow-x:hidden}@font-face{font-family:Zebulon;src:url(/fonts/Zebulon.otf) format("opentype");font-weight:400;font-style:normal}:root{--color-primary: #F88422;--color-primary-light: #F1A667;--color-primary-dark: #D66A1A;--color-primary-hover: #D66A1A;--color-text: #333;--color-text-light: #666;--color-text-lighter: #999;--color-border: #e8e8e8;--color-background: #ffffff;--color-background-light: #f8f9fa;--color-background-lighter: #fafafa;--color-primary-rgba-05: rgba(248, 132, 34, .05);--color-primary-rgba-15: rgba(248, 132, 34, .15);--color-primary-rgba-20: rgba(248, 132, 34, .2);--color-primary-rgba-30: rgba(248, 132, 34, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
