*{word-break:keep-all;word-wrap:break-word}.App{display:flex;flex-direction:column;margin:0;min-height:100vh;max-width:767px;box-sizing:border-box}.nav-underline{border:none;border-top:1px solid #ccc;margin:0}.main-content{max-width:inherit;flex:1;min-height:70vh;overflow-y:auto;box-sizing:border-box;padding-top:70px}.navbarMenu{display:none}@media (min-width: 768px){.App{display:flex;flex-direction:column;margin:0;min-height:100vh;max-width:992px;box-sizing:border-box}.nav-underline{border:none;border-top:1px solid #ccc;margin:0}.main-content{max-width:inherit;flex:1;min-height:70vh;overflow-y:auto;box-sizing:border-box;padding-top:70px}.main-content.home-page{padding-top:0}.navbarMenu__view-all{display:none}}@media (min-width: 992px){.App{display:flex;flex-direction:column;margin:0;min-height:100vh;max-width:1710px;box-sizing:border-box}.nav-underline{border:none;border-top:1px solid #ccc;margin:0}.main-content{max-width:inherit;flex:1;min-height:70vh;overflow-y:auto;box-sizing:border-box;padding-top:70px}.main-content.home-page{padding-top:0}}:root{--primary-color: #1976d2;--secondary-color: #00acc1;--accent-color: #8d9daf;--text-primary: #222;--text-secondary: #666;--text-light: #999;--bg-light: #f5f5f5;--bg-white: #ffffff;--border-color: rgba(0, 0, 0, .08);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", Arial, sans-serif}.Home{width:100%;min-height:100vh;background-color:var(--bg-white)}.hero-section{width:100%;margin-bottom:0}.intro-section{padding:2rem 1rem;background-color:var(--bg-white);margin-top:0}.intro-container{max-width:1200px;margin:0 auto}.intro-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.logo-img{width:60px;height:60px;border-radius:8px;box-shadow:var(--shadow-sm);object-fit:contain;max-width:60px;max-height:60px}.intro-text{flex:1}.intro-site-name{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.intro-site-description{font-size:.875rem;color:var(--text-secondary);margin:0}.intro-content{margin-bottom:2rem}.intro-article-header{font-size:1.125rem;font-weight:600;color:var(--accent-color);margin-bottom:1rem;position:relative;padding-left:1rem}.intro-article-header:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:20px;background-color:var(--primary-color)}.intro-article-description{font-size:.95rem;line-height:1.7;color:var(--text-primary);margin-bottom:1rem;text-align:justify;word-break:keep-all}.description-line{display:block;margin-bottom:.5rem}.description-line:last-child{margin-bottom:0}.intro-highlight{font-size:1rem;font-weight:600;color:var(--primary-color);text-align:center;padding:1rem;background-color:var(--bg-light);border-radius:8px;margin-top:1rem}.operation-info{background-color:var(--bg-light);border-radius:12px;padding:1.5rem;margin-top:2rem;box-shadow:var(--shadow-sm)}.info-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.info-title:before{content:"🕐";font-size:1.25rem}.status-badge{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;text-transform:uppercase;letter-spacing:.02em;margin-left:.5rem}.info-content{margin-bottom:1rem}.info-content p{font-size:.95rem;color:var(--text-secondary);margin:.5rem 0;padding-left:1.5rem}.info-note{font-weight:600;color:var(--primary-color)}.emergency-notice{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#fff3e0;border-radius:8px;margin-top:1rem;border-left:4px solid #ff9800}.emergency-icon{font-size:1.5rem;flex-shrink:0}.emergency-text{font-size:.9rem;font-weight:500;color:#d32f2f;line-height:1.5}.about-section,.sns-section{padding:3rem 1rem;background-color:var(--bg-white)}.section-container{max-width:1200px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid var(--border-color);position:relative}.section-header:after{content:"";position:absolute;bottom:-3px;left:0;width:80px;height:3px;background-color:var(--accent-color)}.section-link{text-decoration:none}.section-title{font-size:1.5rem;font-weight:700;color:var(--accent-color);margin:0}.section-more{font-size:.9rem;color:var(--text-secondary);text-decoration:none;padding:.5rem 1rem;border-radius:20px;transition:all .3s ease}.section-more:hover{background-color:var(--bg-light);color:var(--primary-color)}.section-content{display:flex;flex-direction:column;gap:2rem}.about-bottom-section{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.about-image-wrapper{width:100%;max-width:350px;height:300px;margin:0 auto;overflow:hidden;border-radius:12px;box-shadow:var(--shadow-md)}.about-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.about-image-wrapper:hover .about-image{transform:scale(1.05)}.about-right-content,.about-text-container{width:100%}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.about-main-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;line-height:1.4}.about-sub-title{font-size:1rem;font-weight:500;color:var(--primary-color);margin-bottom:1.5rem;padding-left:1rem;border-left:3px solid var(--primary-color)}.about-highlight{font-size:1.1rem;color:#1976d2;font-weight:600;line-height:1.5;margin:.5rem 0;padding:0;background:none;border:none;letter-spacing:-.01em}.about-description{font-size:.95rem;line-height:1.6;color:var(--text-secondary)}.about-description p{margin:0}.about-text-container{flex:1;display:flex;flex-direction:column;gap:1rem}.value-card{background:var(--bg-light);border-radius:12px;padding:1.5rem 1rem;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000f;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.value-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000014;border-color:var(--primary-color);background:#fff}.value-icon{font-size:3rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:50%}.value-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.3}.value-desc{font-size:.95rem;color:var(--text-secondary);line-height:1.5;margin:0}.contact-info{margin-top:2rem;padding:1rem;background-color:var(--bg-light);border-radius:8px;display:inline-block}.contact-info p{margin:.5rem 0;font-size:.95rem}.contact-info strong{color:var(--text-primary)}.blog-feed{margin-top:1rem}@media (min-width: 768px){.intro-section{padding:3rem 2rem}.intro-header{gap:1.5rem}.logo-img{width:80px;height:80px}.intro-site-name{font-size:1.5rem}.intro-site-description{font-size:1rem}.intro-article-header{font-size:1.25rem}.intro-article-description{font-size:1rem}.description-line{display:block;margin-bottom:.5rem}.about-section,.sns-section{padding:4rem 2rem}.section-content,.about-bottom-section{flex-direction:row;align-items:flex-start}.about-image-wrapper{flex:0 0 45%;max-width:none;height:400px}.about-right-content{flex:1}.about-text-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-main-title{font-size:1.5rem}.about-sub-title{font-size:1.125rem}.about-highlight{font-size:1.2rem}.about-values-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.hero-section{margin-bottom:0}.about-bottom-section{display:flex;flex-direction:row;gap:3rem;align-items:flex-start;margin-bottom:2rem}.about-image-wrapper{flex:0 0 45%;max-width:500px;height:400px}.about-right-content{flex:1;display:flex;flex-direction:column;gap:1.5rem}.about-text-container{flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}.about-main-title{font-size:1.5rem;line-height:1.5;margin-bottom:.5rem;color:#222;font-weight:700;word-break:keep-all}.about-highlight{font-size:1.125rem;margin-bottom:1rem;line-height:1.5;color:#1976d2;font-weight:600;word-break:keep-all}.about-description{font-size:1rem;line-height:1.6;color:#666;word-break:keep-all}.section-content{display:flex;flex-direction:column;gap:2rem}.about-values-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:0}.about-values-grid .value-card{min-height:160px}.value-card{padding:1.5rem;min-height:200px}.value-icon{width:90px;height:90px;font-size:3.5rem}.intro-section{padding:4rem 3rem}.intro-header{margin-bottom:3rem}.logo-img{width:100px;height:100px}.intro-site-name{font-size:1.75rem}.intro-article-header{font-size:1.5rem;margin-bottom:1.5rem}.intro-article-description{font-size:1.125rem;line-height:1.8;text-align:left}.description-line{display:block;margin-bottom:.5rem}.operation-info{display:flex;gap:2rem;align-items:center;padding:2rem}.info-title{font-size:1.25rem}.emergency-notice{flex:1;margin-top:0}.about-section{padding:0 3rem 5rem}.sns-section{padding:5rem 3rem}.section-header{margin-bottom:2rem}.section-title{font-size:1.75rem}.about-image-container{width:100%;max-width:600px;height:350px;margin:0 auto 2rem}.about-text-container{padding-left:2rem}.about-main-title{font-size:1.75rem;margin-bottom:1.5rem}.about-sub-title{font-size:1.25rem;margin-bottom:2rem}.about-highlight{font-size:1.3rem;font-weight:600;margin:2rem 0 2.5rem}.about-description{font-size:1.05rem}.contact-info{display:flex;gap:2rem;padding:1.5rem}}@media (min-width: 1440px){.intro-container,.section-container{max-width:1400px}.about-image-container{width:100%;max-width:700px;height:400px;margin:0 auto 2.5rem}.section-content{gap:3rem}}.feed-grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:50px;column-gap:20px;margin:0;padding:0;list-style:none}.feed-card.clickable{cursor:pointer}.feed-card.clickable:hover{box-shadow:0 4px 8px #0000001a}.feed-card{background:#fafafa;padding:16px;border:1px solid #eee;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;height:100%}.feed-title{color:#333;text-decoration:none;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-date{font-size:.85em;color:#999;margin-bottom:12px}.feed-desc{flex:1;color:#666;font-size:.95em;line-height:1.4;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.feed-desc img{display:none;width:100%;height:auto;object-fit:cover;margin-bottom:12px}.error{color:red}@media (max-width: 900px){.feed-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.feed-grid{grid-template-columns:1fr}}.hero-section-new{position:relative;width:100%;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1976d2,#00acc1)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg-image{width:100%;height:100%;object-fit:cover;opacity:.3}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#1976d2cc,#00acc1e6);z-index:2}.hero-content{position:relative;z-index:3;width:100%;max-width:1200px;padding:3rem 1.5rem;text-align:center;color:#fff}.hero-title-wrapper{margin-bottom:3rem;animation:fadeInDown .8s ease-out}.hero-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);letter-spacing:-.5px;white-space:nowrap}.hero-subtitle{font-size:1rem;line-height:1.6;opacity:.95;font-weight:400;max-width:300px;margin:0 auto}.statistics-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:3.5rem;animation:fadeInUp .8s ease-out .3s both}.stat-card{background:#fffffff2;border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000040}.stat-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.stat-content{color:#222}.stat-label{display:block;font-size:1rem;font-weight:600;color:#666;margin-bottom:.75rem;letter-spacing:.5px}.stat-number-wrapper{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.75rem;min-height:3rem}.stat-number{font-size:2.5rem;font-weight:800;color:#1976d2;line-height:1;font-variant-numeric:tabular-nums;min-width:140px;text-align:right;display:inline-block}.stat-suffix{font-size:1.5rem;font-weight:600;color:#1976d2;min-width:30px}.stat-description{font-size:.9rem;color:#666;font-weight:500}.stat-divider{display:none}.hero-cta{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);animation:fadeIn 1s ease-out .6s both;z-index:10}.hero-promise{font-size:1.1rem;font-weight:600;padding:.75rem 2rem;background:#fff3;border-radius:50px;display:inline-block;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);text-shadow:1px 1px 2px rgba(0,0,0,.2);white-space:nowrap;margin:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.hero-section-new{min-height:550px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem;max-width:400px}.statistics-container{flex-direction:row;justify-content:center;align-items:stretch;gap:2rem}.stat-card{flex:1;max-width:300px}.stat-divider{display:block;width:2px;background:#ffffff4d;margin:2rem 0}.stat-number{font-size:3rem;min-width:170px}.stat-suffix{font-size:1.75rem}.hero-promise{font-size:1.125rem;padding:1rem 2rem}}@media (min-width: 1024px){.hero-section-new{min-height:550px}.hero-content{padding:4rem 2rem 120px}.hero-title{font-size:2.75rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.7;max-width:600px}.statistics-container{gap:3rem;margin-bottom:3rem}.stat-card{padding:2rem;max-width:350px}.stat-icon{font-size:3rem}.stat-label{font-size:1.125rem;margin-bottom:1rem}.stat-number{font-size:3.5rem;min-width:200px}.stat-suffix{font-size:2rem}.stat-description{font-size:1rem}.hero-cta{bottom:-2.5rem}.hero-promise{font-size:1.25rem;padding:1rem 2rem}}@media (min-width: 1440px){.hero-section-new{min-height:700px}.hero-title{font-size:3.5rem;white-space:nowrap}.hero-subtitle{font-size:1.375rem;max-width:700px}.hero-cta{bottom:-1.9rem}.hero-promise{font-size:1.25rem;padding:1rem 2.5rem}.stat-number{font-size:4rem;min-width:240px}.stat-number-wrapper{min-height:4.5rem}.stat-suffix{font-size:2.25rem}}@media (prefers-contrast: high){.stat-card{background:#fff;border:2px solid #1976d2}.stat-number{color:#0d47a1}.hero-title{text-shadow:3px 3px 6px rgba(0,0,0,.5)}}@media (prefers-reduced-motion: reduce){.stat-card{animation:none;transition:none}.hero-title-wrapper,.statistics-container,.hero-cta{animation:none}}@media (hover: none) and (pointer: coarse){.stat-card{min-height:180px}.stat-card:hover{transform:none}}.optimized-image-wrapper{position:relative;overflow:hidden;background-color:#f0f0f0}.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);animation:shimmer 2s infinite;z-index:1}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.optimized-image{display:block;width:100%;height:auto;opacity:0;transition:opacity .3s ease-in-out}.optimized-image.loaded{opacity:1}.optimized-image-wrapper .optimized-image.loaded~.image-placeholder{display:none}.optimized-image-wrapper.aspect-16-9{aspect-ratio:16 / 9}.optimized-image-wrapper.aspect-4-3{aspect-ratio:4 / 3}.optimized-image-wrapper.aspect-1-1{aspect-ratio:1 / 1}.optimized-image-wrapper.aspect-3-2{aspect-ratio:3 / 2}.optimized-image-wrapper .optimized-image.cover{object-fit:cover;width:100%;height:100%}.optimized-image-wrapper .optimized-image.contain{object-fit:contain;width:100%;height:100%}@media (prefers-reduced-motion: reduce){.optimized-image{transition:none}.image-placeholder{animation:none;background:#f0f0f0}}:root{--about-primary: #1976d2;--about-secondary: #00acc1;--about-accent: #8d9daf;--about-text-primary: #2c3e50;--about-text-secondary: #546e7a;--about-text-light: #78909c;--about-bg-light: #f8f9fa;--about-bg-card: #ffffff;--about-border: rgba(0, 0, 0, .08);--about-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--about-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--about-shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--about-radius-sm: 8px;--about-radius-md: 12px;--about-radius-lg: 16px}.About{width:100%;min-height:100vh;background:linear-gradient(180deg,var(--about-bg-light) 0%,#ffffff 100%);box-sizing:border-box}*{box-sizing:border-box}.about-header{text-align:center;padding:3rem 1.5rem 2rem;background:var(--about-bg-card);border-bottom:1px solid var(--about-border)}.about-title{font-size:2rem;font-weight:700;color:var(--about-text-primary);margin:0 0 .75rem;letter-spacing:-.02em}.about-subtitle{font-size:1.125rem;color:var(--about-text-secondary);margin:0;line-height:1.6}.top-image-section{width:100%;overflow:hidden;background:#fff}.top-image-container{width:100%;max-width:1200px;margin:0 auto;padding:0}.top-hero-img{width:100%;height:auto;display:block}.about-hero{padding:4rem 1.5rem;background:linear-gradient(to bottom,#fff,#f8f9fa);position:relative}.hero-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;width:100%;box-sizing:border-box}.hero-text{flex:1;width:100%}.hero-badge{display:inline-block;background:var(--about-primary);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-headline{font-size:2rem;font-weight:700;color:var(--about-text-primary);margin:0 0 1.5rem;line-height:1.4}.hero-highlight{color:var(--about-primary);position:relative}.hero-highlight:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--about-primary),var(--about-secondary));border-radius:2px}.hero-description{font-size:1.125rem;color:var(--about-text-secondary);line-height:1.8;margin:0 0 2rem}.hero-features{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;margin:0 auto}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fff;border-radius:var(--about-radius-md);box-shadow:var(--about-shadow-sm);border:1px solid var(--about-border);transition:all .3s ease;width:100%;box-sizing:border-box}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--about-shadow-md);border-color:var(--about-primary)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:50%}.feature-title{font-size:1.125rem;font-weight:600;color:var(--about-text-primary);margin:0 0 .5rem}.feature-desc{font-size:.95rem;color:var(--about-text-secondary);margin:0;line-height:1.6}.about-values{padding:4rem 1.5rem;background:var(--about-bg-light)}.section-title{font-size:1.75rem;font-weight:700;color:var(--about-text-primary);text-align:center;margin:0 0 3rem;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--about-primary);border-radius:2px}.values-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;padding:0}.value-card{background:var(--about-bg-card);border-radius:var(--about-radius-md);padding:2rem;box-shadow:var(--about-shadow-sm);transition:all .3s ease;border:1px solid var(--about-border);width:100%;box-sizing:border-box;margin:0}.value-card:hover{transform:translateY(-4px);box-shadow:var(--about-shadow-lg);border-color:var(--about-primary)}.value-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--about-primary),var(--about-secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.icon-number{color:#fff;font-size:1.25rem;font-weight:700}.value-title{font-size:1.25rem;font-weight:600;color:var(--about-text-primary);margin:0 0 1rem}.value-description{font-size:1.05rem;color:var(--about-text-secondary);line-height:1.8;margin:0}.about-location{padding:4rem 1.5rem;background:var(--about-bg-card)}.location-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.map-container{flex:1.5;height:400px;border-radius:var(--about-radius-lg);overflow:hidden;box-shadow:var(--about-shadow-md);border:1px solid var(--about-border)}.location-info{flex:1;background:var(--about-bg-light);border-radius:var(--about-radius-lg);padding:2rem;box-shadow:var(--about-shadow-sm)}.info-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--about-border)}.info-title{font-size:1.5rem;font-weight:700;color:var(--about-text-primary);margin:0 0 .75rem}.info-address{font-size:1.05rem;color:var(--about-text-secondary);margin:0;display:flex;align-items:center;gap:.5rem}.address-icon{font-size:1.25rem}.info-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.detail-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.detail-label{font-size:1rem;color:var(--about-text-secondary);font-weight:500;display:flex;align-items:center;gap:.5rem}.detail-value{font-size:1rem;color:var(--about-text-primary);text-align:right}.About .status-badge{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:8px;text-transform:none;letter-spacing:0;display:inline-block;margin-top:.5rem}.About .status-badge.open{background-color:#4caf50;color:#fff}.About .status-badge.closed{background-color:#f44336;color:#fff}.location-actions{display:flex;gap:1rem}.action-btn{flex:1;padding:1rem;border:none;border-radius:var(--about-radius-sm);font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px}.action-btn.primary{background:var(--about-primary);color:#fff}.action-btn.primary:hover{background:#1565c0;transform:translateY(-2px);box-shadow:var(--about-shadow-md)}.action-btn.secondary{background:#fff;color:var(--about-primary);border:2px solid var(--about-primary)}.action-btn.secondary:hover{background:var(--about-primary);color:#fff}@media (min-width: 768px){.about-header{padding:4rem 2rem 3rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.25rem}.hero-content{flex-direction:row;align-items:center;gap:3rem}.hero-headline{font-size:2.25rem}.hero-features{grid-template-columns:repeat(3,1fr);gap:2rem}.values-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.location-content{flex-direction:row;gap:3rem}.map-container{height:500px}}@media (min-width: 1024px){.about-header{padding:5rem 3rem 4rem}.about-title{font-size:3rem}.about-subtitle{font-size:1.375rem}.top-image-container{display:flex;justify-content:center;align-items:center;padding:2rem 0}.top-hero-img{width:600px;max-width:100%;height:auto}.hero-content{padding:0 3rem 5rem}.hero-headline{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-description .description-line{display:block;margin-bottom:.5rem}.hero-badge{font-size:1rem;padding:.625rem 1.25rem}.about-values{padding:0 3rem 5rem}.section-title{font-size:2.25rem}.values-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.about-promise{padding:5rem 3rem}.about-location{padding:0 3rem 5rem}.map-container{height:600px}}@media (min-width: 1440px){.values-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.hero-content,.values-grid,.promise-content,.location-content{max-width:1400px}}.value-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.value-card:nth-child(1){animation-delay:.1s}.value-card:nth-child(2){animation-delay:.2s}.value-card:nth-child(3){animation-delay:.3s}.value-card:nth-child(4){animation-delay:.4s}@media (prefers-reduced-motion: reduce){.value-card,.action-btn{animation:none;transition:none}}.action-btn:focus-visible{outline:3px solid var(--about-primary);outline-offset:3px}@media (prefers-contrast: high){.value-card{border-width:2px}.action-btn{border-width:3px}}:root{--staff-primary: #1976d2;--staff-secondary: #00acc1;--staff-accent: #8d9daf;--staff-text-primary: #2c3e50;--staff-text-secondary: #546e7a;--staff-text-light: #78909c;--staff-bg-light: #f8f9fa;--staff-bg-card: #ffffff;--staff-border: rgba(0, 0, 0, .08);--staff-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--staff-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--staff-shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--staff-radius-sm: 8px;--staff-radius-md: 12px;--staff-radius-lg: 16px}.Staff{width:100%;min-height:100vh;background:linear-gradient(180deg,var(--staff-bg-light) 0%,#ffffff 100%)}.staff-header{text-align:center;padding:3rem 1.5rem 2rem;background:var(--staff-bg-card);border-bottom:1px solid var(--staff-border)}.staff-title{font-size:2rem;font-weight:700;color:var(--staff-text-primary);margin:0 0 .75rem;letter-spacing:-.02em}.staff-subtitle{font-size:1.125rem;color:var(--staff-text-secondary);margin:0;line-height:1.6}.staff-navbar{background:var(--staff-bg-card);border-bottom:1px solid var(--staff-border);position:sticky;top:0;z-index:100;box-shadow:var(--staff-shadow-sm)}.staff-navbar-list{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0;gap:2rem}.staff-navbar-list li{position:relative;padding:1.25rem 1rem;cursor:pointer;font-size:1.05rem;font-weight:500;color:var(--staff-text-secondary);transition:all .3s ease;border-bottom:3px solid transparent}.nav-item-content{display:flex;flex-direction:column;align-items:center;gap:.25rem}.nav-subtitle{font-size:1rem;color:var(--staff-text-primary);font-weight:600;letter-spacing:.02em}.nav-label{font-size:.75rem;font-weight:400;color:var(--staff-text-light)}.navbar-list1,.navbar-list2,.navbar-list3{position:relative;color:var(--staff-text-secondary)}.staff-navbar-list li:hover{color:var(--staff-primary);background:linear-gradient(to bottom,transparent,rgba(25,118,210,.05))}.staff-navbar-list li:hover .nav-subtitle{color:var(--staff-primary)}.staff-navbar-list li:hover .nav-label{color:var(--staff-text-secondary)}.staff-navbar-list li.active{color:var(--staff-primary);border-bottom-color:var(--staff-primary);background:linear-gradient(to bottom,transparent,rgba(25,118,210,.03))}.staff-navbar-list li.active .nav-subtitle{color:var(--staff-primary)}.staff-navbar-list li.active .nav-label{color:var(--staff-text-secondary)}.staff-navbar-list li:after{display:none}.staff-container{padding:3rem 1.5rem;max-width:1200px;margin:0 auto}.image-container{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.image-container img{width:100%;height:auto;border-radius:var(--staff-radius-lg);box-shadow:var(--staff-shadow-md);border:1px solid var(--staff-border)}.staff-profile{background:var(--staff-bg-card);border-radius:var(--staff-radius-lg);padding:2.5rem;box-shadow:var(--staff-shadow-sm);border:1px solid var(--staff-border)}.staff-name{font-size:2rem;font-weight:700;color:var(--staff-text-primary);text-align:center;margin:0 0 1rem;letter-spacing:-.02em}.staff-subtitles{text-align:center;margin-bottom:2.5rem}.staff-subtitles p{font-size:1.125rem;color:var(--staff-text-secondary);margin:.5rem 0;line-height:1.6}.section-title{font-size:1.5rem;font-weight:600;color:var(--staff-text-primary);margin:3rem 0 2rem;text-align:center;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--staff-primary);border-radius:2px}.staff-card-list{display:flex;flex-direction:column;gap:1rem}.academy-card-list{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.staff-card{background:var(--staff-bg-light);border-radius:var(--staff-radius-md);padding:1.25rem 1.5rem;border:1px solid var(--staff-border);transition:all .3s ease}.staff-card:hover{transform:translateY(-2px);box-shadow:var(--staff-shadow-md);border-color:var(--staff-primary);background:var(--staff-bg-card)}.staff-card.small{text-align:center;padding:1rem 1.25rem}.card-date{font-size:.95rem;font-weight:600;color:var(--staff-primary);margin-bottom:.5rem}.card-desc{font-size:1.05rem;color:var(--staff-text-secondary);line-height:1.6}@media (min-width: 768px){.staff-header{padding:4rem 2rem 3rem}.staff-title{font-size:2.5rem}.staff-subtitle{font-size:1.25rem}.staff-navbar-list{gap:3rem}.staff-navbar-list li{padding:1.5rem;font-size:1.125rem}.nav-subtitle{font-size:1.125rem}.nav-label{font-size:.875rem}.staff-container{padding:4rem 2rem}.image-container{grid-template-columns:repeat(2,1fr);gap:2rem}.staff-profile{padding:3rem}.staff-name{font-size:2.25rem}.academy-card-list{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.staff-header{padding:5rem 3rem 4rem}.staff-title{font-size:3rem}.staff-subtitle{font-size:1.375rem}.staff-navbar-list{gap:4rem}.staff-container{padding:5rem 3rem}.staff-profile{padding:3.5rem}.staff-name{font-size:2.5rem}.staff-subtitles p{font-size:1.25rem}.section-title{font-size:1.75rem}.academy-card-list{grid-template-columns:repeat(3,1fr);gap:1.5rem}.staff-card-list{gap:1.25rem}}@media (min-width: 1440px){.staff-container{max-width:1400px}}.staff-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.staff-card:nth-child(1){animation-delay:.1s}.staff-card:nth-child(2){animation-delay:.15s}.staff-card:nth-child(3){animation-delay:.2s}.staff-card:nth-child(4){animation-delay:.25s}.staff-card:nth-child(5){animation-delay:.3s}.staff-card:nth-child(6){animation-delay:.35s}@media (prefers-reduced-motion: reduce){.staff-card{animation:none;transition:none}}.staff-navbar-list li:focus-visible{outline:3px solid var(--staff-primary);outline-offset:3px}@media (prefers-contrast: high){.staff-card{border-width:2px}}:root{--facilities-primary: #1976d2;--facilities-secondary: #00acc1;--facilities-accent: #8d9daf;--facilities-text-primary: #2c3e50;--facilities-text-secondary: #546e7a;--facilities-text-light: #78909c;--facilities-bg-light: #f8f9fa;--facilities-bg-card: #ffffff;--facilities-border: rgba(0, 0, 0, .08);--facilities-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--facilities-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--facilities-shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--facilities-radius-sm: 8px;--facilities-radius-md: 12px;--facilities-radius-lg: 16px}.Facilities{width:100%;min-height:100vh;background:linear-gradient(180deg,var(--facilities-bg-light) 0%,#ffffff 100%)}.facilities-header{text-align:center;padding:3rem 1.5rem 2rem;background:var(--facilities-bg-card);border-bottom:1px solid var(--facilities-border)}.facilities-title{font-size:2rem;font-weight:700;color:var(--facilities-text-primary);margin:0 0 .75rem;letter-spacing:-.02em}.facilities-subtitle{font-size:1.125rem;color:var(--facilities-text-secondary);margin:0;line-height:1.6}.facilities-navbar{background:var(--facilities-bg-card);border-bottom:1px solid var(--facilities-border);position:sticky;top:0;z-index:100;box-shadow:var(--facilities-shadow-sm)}.facilities-navbar-list{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0;gap:2rem}.facilities-navbar-list li{position:relative;padding:1.25rem 1rem;cursor:pointer;font-size:1.05rem;font-weight:500;color:var(--facilities-text-secondary);transition:all .3s ease;border-bottom:3px solid transparent}.facilities-navbar-list li:hover{color:var(--facilities-primary);background:linear-gradient(to bottom,transparent,rgba(25,118,210,.05))}.facilities-navbar-list li.active{color:var(--facilities-primary);border-bottom-color:var(--facilities-primary);background:linear-gradient(to bottom,transparent,rgba(25,118,210,.03))}.facilities-navbar-list li:after{display:none}.navbar-list1,.navbar-list2{position:relative;color:var(--facilities-text-secondary)}.facilities-container{padding:3rem 1.5rem;max-width:1200px;margin:0 auto}.image-items{display:grid;grid-template-columns:1fr;gap:1.5rem;list-style:none;padding:0;margin:0}.image-item{position:relative;overflow:hidden;border-radius:var(--facilities-radius-lg);box-shadow:var(--facilities-shadow-md);transition:all .3s ease;background:var(--facilities-bg-card);border:1px solid var(--facilities-border)}.image-item:hover{transform:translateY(-4px);box-shadow:var(--facilities-shadow-lg)}.image-item img{width:100%;height:auto;display:block;object-fit:cover}.image-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;padding:1.5rem;transform:translateY(100%);transition:transform .3s ease}.image-item:hover .image-caption{transform:translateY(0)}.caption-title{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.caption-desc{font-size:.9rem;margin:0;opacity:.9}.sub-image-items{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;padding:0;margin:2rem 0}.sub-image-item{position:relative;overflow:hidden;border-radius:var(--facilities-radius-md);box-shadow:var(--facilities-shadow-sm);transition:all .3s ease;border:1px solid var(--facilities-border)}.sub-image-item:hover{transform:scale(1.02);box-shadow:var(--facilities-shadow-md)}.sub-image-item img{width:100%;height:auto;display:block;object-fit:cover}@media (min-width: 768px){.facilities-header{padding:4rem 2rem 3rem}.facilities-title{font-size:2.5rem}.facilities-subtitle{font-size:1.25rem}.facilities-navbar-list{gap:3rem}.facilities-navbar-list li{padding:1.5rem;font-size:1.125rem}.facilities-container{padding:4rem 2rem}.image-items{grid-template-columns:repeat(2,1fr);gap:2rem}.sub-image-items{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1024px){.facilities-header{padding:5rem 3rem 4rem}.facilities-title{font-size:3rem}.facilities-subtitle{font-size:1.375rem}.facilities-navbar-list{gap:4rem}.facilities-container{padding:5rem 3rem}.image-items{grid-template-columns:repeat(2,1fr);gap:2.5rem}.image-item{height:400px}.image-item img{width:100%;height:100%;object-fit:cover}.sub-image-items{grid-template-columns:repeat(4,1fr);gap:2rem}}@media (min-width: 1440px){.facilities-container{max-width:1400px}}.image-item{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.image-item:nth-child(1){animation-delay:.1s}.image-item:nth-child(2){animation-delay:.2s}.image-item:nth-child(3){animation-delay:.3s}.image-item:nth-child(4){animation-delay:.4s}.image-item:nth-child(5){animation-delay:.5s}.image-item:nth-child(6){animation-delay:.6s}@media (prefers-reduced-motion: reduce){.image-item,.sub-image-item{animation:none;transition:none}}.facilities-navbar-list li:focus-visible{outline:3px solid var(--facilities-primary);outline-offset:3px}@media (prefers-contrast: high){.image-item,.sub-image-item{border-width:2px}}.x-ray-title{color:#8d9daf;text-align:left;margin-bottom:0}hr.x-ray-title-hr{position:relative;width:101%;margin-left:-5px;margin-right:-5px;border:none;height:2px;background:#00000014}hr.x-ray-title-hr:before{content:"";position:absolute;left:0;width:22%;height:5px;background:#8d9daf;top:-1.5px}.image-content{font-size:1rem;line-height:1.7;color:#333;padding:1.5rem}.image-content-intro,.image-content-summary{margin-bottom:2rem;text-align:center}.feature-card{background-color:#f9f9f9;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d}.expansion-banner{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:12px;padding:1.5rem;margin-bottom:3rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(25,118,210,.2)}.banner-icon{font-size:2rem;animation:bounce 2s infinite}.banner-text{margin:0;color:#1976d2;font-size:1.1rem;line-height:1.6}.banner-text strong{display:block;font-size:1.2rem;margin-bottom:.25rem;color:#1565c0}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.facility-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0;margin:0}.facility-item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;background:#fff}.facility-item:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f}.facility-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.facility-item:hover img{transform:scale(1.05)}@media (min-width: 768px){.expansion-banner{padding:2rem;margin-bottom:3.5rem}.banner-icon{font-size:2.5rem}.banner-text{font-size:1.2rem}.banner-text strong{font-size:1.4rem}.facility-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.facility-item{height:250px}}@media (min-width: 1024px){.expansion-banner{max-width:1100px;margin:0 auto 4rem;padding:2.5rem}.banner-text{font-size:1.3rem}.banner-text strong{font-size:1.5rem}.facility-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1100px;margin:0 auto}.facility-item{height:280px}}@media (min-width: 1440px){.facility-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.facility-item{height:240px}}.facility-item{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.facility-item:nth-child(1){animation-delay:.1s}.facility-item:nth-child(2){animation-delay:.15s}.facility-item:nth-child(3){animation-delay:.2s}.facility-item:nth-child(4){animation-delay:.25s}.facility-item:nth-child(5){animation-delay:.3s}.facility-item:nth-child(6){animation-delay:.35s}.facility-item:nth-child(7){animation-delay:.4s}.facility-item:nth-child(8){animation-delay:.45s}.facility-item:nth-child(9){animation-delay:.5s}.facility-item:nth-child(10){animation-delay:.55s}.facility-item:nth-child(11){animation-delay:.6s}@media (prefers-reduced-motion: reduce){.banner-icon,.facility-item,.facility-item img{animation:none;transition:none}}:root{--avf-primary: #1976d2;--avf-secondary: #00acc1;--avf-accent: #8d9daf;--avf-text-primary: #2c3e50;--avf-text-secondary: #546e7a;--avf-text-light: #78909c;--avf-bg-light: #f8f9fa;--avf-bg-card: #ffffff;--avf-border: rgba(0, 0, 0, .08);--avf-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--avf-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--avf-shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--avf-radius-sm: 8px;--avf-radius-md: 12px;--avf-radius-lg: 16px}.AVF{width:100%;min-height:100vh;background:linear-gradient(180deg,var(--avf-bg-light) 0%,#ffffff 100%)}.avf-header{text-align:center;padding:3rem 1.5rem 2rem;background:var(--avf-bg-card);border-bottom:1px solid var(--avf-border)}.avf-title{font-size:2rem;font-weight:700;color:var(--avf-text-primary);margin:0 0 .75rem;letter-spacing:-.02em}.avf-subtitle{font-size:1.125rem;color:var(--avf-text-secondary);margin:0;line-height:1.6}.avf-navbar{background:var(--avf-bg-card);border-bottom:1px solid var(--avf-border);position:sticky;top:0;z-index:100;box-shadow:var(--avf-shadow-sm)}.avf-navbar-list{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0;gap:1rem;flex-wrap:wrap}.avf-navbar-list li{position:relative;padding:.75rem .5rem;cursor:pointer;font-size:.95rem;font-weight:500;color:var(--avf-text-secondary);transition:all .3s ease;border-bottom:3px solid transparent;white-space:nowrap}.avf-navbar-list li:hover{color:var(--avf-primary);background:linear-gradient(to bottom,transparent,rgba(25,118,210,.05))}.avf-navbar-list li.active{color:var(--avf-primary);border-bottom-color:var(--avf-primary);background:linear-gradient(to bottom,transparent,rgba(25,118,210,.03));text-decoration:none}.avf-navbar-list li:after{display:none}.navbar-list1,.navbar-list2,.navbar-list3{position:relative;color:var(--avf-text-secondary)}.avf-container{padding:1rem 1.5rem 3rem;max-width:1200px;margin:0 auto}.avf-about{margin-bottom:3rem}.angiography{width:100%}.angiography .gallery{width:100%;max-width:700px;margin:2rem auto}.angiography-section{width:100%}.angiography-section .card-text{text-align:center}.avf-about-title,.angiography-title,.plastic-surgery-title{font-size:1.75rem;font-weight:600;color:var(--avf-text-primary);margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--avf-primary);text-align:left}.avf-about-sub-title{font-size:1.25rem;font-weight:500;color:var(--avf-text-secondary);margin:2rem 0 1rem;text-align:left}hr.avf-about-title-hr,hr.angiography-title-hr,hr.plastic-surgery-title-hr{display:none}.avf-about-content{text-align:left;font-size:1.05rem;line-height:1.8;color:var(--avf-text-secondary)}.avf-about-content-ol,.avf-about-content-ul{display:flex;flex-direction:column;gap:1rem;padding-left:1.5rem;margin:1.5rem 0}.avf-about-content-ol li,.avf-about-content-ul li{color:var(--avf-text-secondary);line-height:1.8}.content-span-title{display:block;margin-top:2rem;font-size:1.125rem;font-weight:600;color:var(--avf-text-primary);text-align:left}.info-card{background:var(--avf-bg-light);border-radius:var(--avf-radius-lg);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--avf-shadow-sm);border:1px solid var(--avf-border)}.card-title{font-size:1.25rem;font-weight:600;color:var(--avf-text-primary);margin:0 0 1rem}.card-text{font-size:1.05rem;line-height:1.8;color:var(--avf-text-secondary);margin:0}.card-image{width:100%;margin:1.5rem 0;text-align:center}.card-image img{width:100%;max-width:600px;height:auto;border-radius:var(--avf-radius-md);box-shadow:var(--avf-shadow-md);margin-bottom:1rem}.card-image span{display:block;font-size:.95rem;color:var(--avf-text-light);margin-top:.5rem}.side-by-side{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.image-container{text-align:center}.image-container img{width:100%;height:auto;border-radius:var(--avf-radius-md);box-shadow:var(--avf-shadow-sm);margin-bottom:.5rem}.image-container span{display:block;font-size:.95rem;color:var(--avf-text-light)}.plastic-surgery{padding:0}.plastic-surgery-content-image-container1,.plastic-surgery-content-image-container4{width:100%;margin:2rem 0;text-align:center}.plastic-surgery-content-image-container1 img,.plastic-surgery-content-image-container4 img{width:100%;max-width:800px;height:auto;border-radius:var(--avf-radius-md);box-shadow:var(--avf-shadow-md)}.plastic-surgery-content-image-container2,.plastic-surgery-content-image-container3{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.image-container-left,.image-container-right{display:flex;flex-direction:column;align-items:center}.image-container-left img,.image-container-right img{width:100%;height:auto;border-radius:var(--avf-radius-md);box-shadow:var(--avf-shadow-sm);margin-bottom:.5rem}.image-container-left span,.image-container-right span{font-size:.95rem;color:var(--avf-text-light);text-align:center}@media (min-width: 768px){.avf-header{padding:4rem 2rem 3rem}.avf-title{font-size:2.5rem}.avf-subtitle{font-size:1.25rem}.avf-navbar-list{gap:2rem;flex-wrap:nowrap}.avf-navbar-list li{padding:1.25rem 1rem;font-size:1.05rem}.avf-container{padding:2rem 2rem 4rem}.side-by-side,.plastic-surgery-content-image-container2,.plastic-surgery-content-image-container3{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.avf-header{padding:5rem 3rem 4rem}.avf-title{font-size:3rem}.avf-subtitle{font-size:1.375rem}.avf-navbar-list{gap:3rem}.avf-navbar-list li{padding:1.5rem;font-size:1.125rem}.avf-container{padding:2.5rem 3rem 5rem}.avf-about-title,.angiography-title,.plastic-surgery-title{font-size:2rem}.avf-about-sub-title,.card-title{font-size:1.375rem}.card-text{font-size:1.125rem}}@media (min-width: 1440px){.avf-container{max-width:1400px}}@media (prefers-reduced-motion: reduce){.info-card{animation:none;transition:none}}.avf-navbar-list li:focus-visible{outline:3px solid var(--avf-primary);outline-offset:3px}@media (prefers-contrast: high){.info-card{border-width:2px}}.avf-about{margin-bottom:5%}.avf-about-title{color:#8d9daf;text-align:left;margin-bottom:0;font-weight:700;font-size:1.6rem}hr.avf-about-title-hr{position:relative;width:101%;margin-left:-20px;margin-right:-20px;border:none;height:2px;background:#00000014}hr.avf-about-title-hr:before{content:"";position:absolute;left:0;width:40%;height:5px;background:#8d9daf;top:-1.5px}.avf-about-wrapper{padding:16px;font-family:Noto Sans KR,sans-serif}.section-title{font-size:1.25rem;font-weight:700;margin-bottom:20px;border-bottom:1px solid #e0e0e0;padding-bottom:8px;color:#2f3e51}.info-card{background-color:#f9fafc;padding:16px 20px;margin-bottom:16px;border-radius:12px;box-shadow:0 1px 4px #0000000a}.card-title{font-weight:700;font-size:1.05rem;color:#2f3e51;margin-bottom:8px}.card-content p{margin:4px 0;font-size:.95rem;color:#333;line-height:1.6}.card-content p.italic{font-style:italic;color:#555}.info-conclusion{background-color:#eef3f9;padding:16px 20px;border-left:4px solid #607d8b;font-size:1rem;color:#333;border-radius:8px;margin-top:24px;line-height:1.6}@media (max-width: 767px){.section-title{font-size:1.1rem}.card-title{font-size:1rem}.card-content p{font-size:.9rem}.info-conclusion{font-size:.95rem}}.gallery{max-width:767px;width:100%;max-width:inherit;margin:0 auto;text-align:center}.big-image{width:100%;height:auto;margin-bottom:3.3%}.big-image img{width:100%;height:auto;display:block;object-fit:cover}.thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(101px,1fr));gap:0;list-style:none;margin:0 auto;padding:0;justify-items:center}.thumbnail{cursor:pointer;padding:2px;border:2px solid transparent;transition:border .3s ease;width:100%;box-sizing:border-box}.thumbnail img{display:block;width:100%;max-width:101px;height:auto}.thumbnail.active{border-color:#007bff}.thumbnail:hover{border-color:#aaa}@media (min-width: 768px){.gallery{width:100%;max-width:inherit;margin:0 auto;text-align:center}.big-image{width:100%;height:auto;margin-bottom:3.3%}.big-image img{width:100%;height:auto;display:block;object-fit:cover}.thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(101px,1fr));gap:0;list-style:none;margin:0 auto;padding:0;justify-items:center}.thumbnail{cursor:pointer;padding:2px;border:2px solid transparent;transition:border .3s ease;width:100%;box-sizing:border-box}.thumbnail img{display:block;width:100%;max-width:101px;height:auto}.thumbnail.active{border-color:#007bff}.thumbnail:hover{border-color:#aaa}}@media (min-width: 992px){.gallery{width:100%;max-width:700px;margin:2rem auto;text-align:center;display:flex;flex-direction:column;align-items:center}.big-image{width:100%;max-width:700px;height:auto;margin:0 auto 20px;display:flex;justify-content:center}.big-image img{width:100%;max-width:700px;height:auto;display:block;object-fit:contain}.thumbnails{display:flex;justify-content:center;flex-wrap:wrap;gap:5px;list-style:none;margin:0 auto;padding:0;max-width:700px}.thumbnail{cursor:pointer;padding:2px;border:2px solid transparent;transition:border .3s ease;width:101px;box-sizing:border-box}.thumbnail img{display:block;width:100%;max-width:101px;height:auto}.thumbnail.active{border-color:#007bff}.thumbnail:hover{border-color:#aaa}}:root{--history-primary: #1976d2;--history-secondary: #00acc1;--history-accent: #8d9daf;--history-text-primary: #2c3e50;--history-text-secondary: #546e7a;--history-text-light: #78909c;--history-bg-light: #f8f9fa;--history-bg-card: #ffffff;--history-border: rgba(0, 0, 0, .08);--history-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--history-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--history-shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--history-radius-sm: 8px;--history-radius-md: 12px;--history-radius-lg: 16px}.History{width:100%;min-height:100vh;background:linear-gradient(180deg,var(--history-bg-light) 0%,#ffffff 100%)}.history-header{text-align:center;padding:3rem 1.5rem 2rem;background:var(--history-bg-card);border-bottom:1px solid var(--history-border)}.history-title{font-size:2rem;font-weight:700;color:var(--history-text-primary);margin:0 0 .75rem;letter-spacing:-.02em;text-align:center}.history-subtitle{font-size:1.125rem;color:var(--history-text-secondary);margin:0;line-height:1.6;text-align:center}.history-container{padding:3rem 1.5rem;max-width:1200px;margin:0 auto}.year-section{margin-bottom:4rem}.year-header{display:flex;align-items:center;margin-bottom:2rem;position:relative}.year-number{font-size:2.5rem;font-weight:800;color:var(--history-primary);background:linear-gradient(135deg,var(--history-primary),var(--history-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding-right:1.5rem;z-index:1;position:relative;background-color:var(--history-bg-light)}.year-line{flex:1;height:3px;background:linear-gradient(to right,var(--history-primary),transparent);border-radius:2px}.events-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.event-card{background:var(--history-bg-card);border-radius:var(--history-radius-lg);overflow:hidden;box-shadow:var(--history-shadow-sm);border:1px solid var(--history-border);transition:all .3s ease;display:flex;flex-direction:column}.event-card:hover{transform:translateY(-4px);box-shadow:var(--history-shadow-lg)}.event-card.highlight{border:2px solid var(--history-primary);position:relative}.event-card.highlight:before{content:"✨";position:absolute;top:1rem;right:1rem;background:var(--history-primary);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;font-size:1.2rem}.event-image-container{width:100%;height:200px;overflow:hidden;background:var(--history-bg-light);will-change:transform}.event-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;transform:translateZ(0)}.event-card:hover .event-image{transform:scale(1.05)}.event-images-container{display:grid;grid-template-columns:repeat(2,1fr);height:200px;overflow:hidden;will-change:transform}.event-image-multi{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;transform:translateZ(0)}.event-card:hover .event-image-multi{transform:scale(1.05)}.event-content{padding:1.5rem}.event-title{font-size:1.25rem;font-weight:600;color:var(--history-text-primary);margin:0 0 .75rem;line-height:1.4}.event-description{font-size:1rem;color:var(--history-text-secondary);line-height:1.6;margin:0}.gallery-section{margin-top:5rem;padding-top:3rem;border-top:2px solid var(--history-border)}.gallery-title{font-size:1.75rem;font-weight:600;color:var(--history-text-primary);text-align:center;margin:0 0 2.5rem;position:relative;padding-bottom:1rem}.gallery-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--history-primary);border-radius:2px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-item{aspect-ratio:1;overflow:hidden;border-radius:var(--history-radius-md);box-shadow:var(--history-shadow-sm);transition:all .3s ease}.gallery-item:hover{transform:scale(1.02);box-shadow:var(--history-shadow-md)}.gallery-item img{width:100%;height:100%;object-fit:cover}@media (min-width: 768px){.history-header{padding:4rem 2rem 3rem}.history-title{font-size:2.5rem}.history-subtitle{font-size:1.25rem}.history-container{padding:4rem 2rem}.year-number{font-size:3rem}.events-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.event-image-container,.event-images-container{height:250px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1024px){.history-header{padding:5rem 3rem 4rem}.history-title{font-size:3rem}.history-subtitle{font-size:1.375rem}.history-container{padding:5rem 3rem}.year-section{margin-bottom:5rem}.year-number{font-size:3.5rem}.events-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.event-card.highlight{grid-column:span 2}.event-card.highlight .event-image-container{height:300px}.event-title{font-size:1.375rem}.event-description{font-size:1.0625rem}.gallery-title{font-size:2rem}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media (min-width: 1440px){.history-container{max-width:1400px}.gallery-grid{grid-template-columns:repeat(6,1fr)}}.year-section{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.year-section:nth-child(1){animation-delay:.1s}.year-section:nth-child(2){animation-delay:.2s}.year-section:nth-child(3){animation-delay:.3s}.year-section:nth-child(4){animation-delay:.4s}.event-card{animation:fadeInUp .5s ease-out;animation-fill-mode:both}@media (prefers-reduced-motion: reduce){.year-section,.event-card,.gallery-item{animation:none;transition:none}.event-image,.event-image-multi{transition:none}}@media (prefers-contrast: high){.event-card{border-width:2px}.event-card.highlight{border-width:3px}}:root{--contact-primary: #1976d2;--contact-secondary: #00acc1;--contact-accent: #8d9daf;--contact-text-primary: #2c3e50;--contact-text-secondary: #546e7a;--contact-text-light: #78909c;--contact-bg-light: #f8f9fa;--contact-bg-card: #ffffff;--contact-border: rgba(0, 0, 0, .08);--contact-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--contact-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--contact-shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--contact-radius-sm: 8px;--contact-radius-md: 12px;--contact-radius-lg: 16px}.Contact{width:100%;min-height:100vh;background:linear-gradient(180deg,var(--contact-bg-light) 0%,#ffffff 100%)}.contact-header{text-align:center;padding:3rem 1.5rem 2rem;background:var(--contact-bg-card);border-bottom:1px solid var(--contact-border)}.contact-title{font-size:2rem;font-weight:700;color:var(--contact-text-primary);margin:0 0 .75rem;letter-spacing:-.02em}.contact-subtitle{font-size:1.125rem;color:var(--contact-text-secondary);margin:0;line-height:1.6}.contact-map-section{padding:0;background:var(--contact-bg-card)}.map-container{width:100%;height:400px;position:relative;overflow:hidden;box-shadow:var(--contact-shadow-md)}.contact-map{width:100%;height:100%}.contact-info-section{padding:4rem 1.5rem;background:var(--contact-bg-light)}.info-content{max-width:1200px;margin:0 auto}.quick-info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.info-card{background:var(--contact-bg-card);border-radius:var(--contact-radius-md);padding:2rem;box-shadow:var(--contact-shadow-sm);border:1px solid var(--contact-border);transition:all .3s ease;text-align:center}.info-card:hover{transform:translateY(-4px);box-shadow:var(--contact-shadow-lg);border-color:var(--contact-primary)}.card-icon{font-size:2.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:70px;height:70px;margin:0 auto 1rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:50%}.card-title{font-size:1.125rem;font-weight:600;color:var(--contact-text-primary);margin:0 0 .75rem}.card-text{font-size:1rem;color:var(--contact-text-secondary);line-height:1.6;margin:0;padding-left:0!important;padding:0;text-align:left}.card-text strong{color:var(--contact-text-primary);font-size:1.125rem}.status-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;text-transform:uppercase;letter-spacing:.02em;margin-left:.5rem}.status-badge.open{background-color:#4caf50;color:#fff}.status-badge.closed{background-color:#f44336;color:#fff}.action-buttons{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.action-btn{padding:1rem 1.5rem;border:none;border-radius:var(--contact-radius-sm);font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;min-height:56px;width:100%;box-sizing:border-box}.action-btn.primary{background:var(--contact-primary);color:#fff}.action-btn.primary:hover{background:#1565c0;transform:translateY(-2px);box-shadow:var(--contact-shadow-md)}.action-btn.secondary{background:#fff;color:var(--contact-primary);border:2px solid var(--contact-primary)}.action-btn.secondary:hover{background:var(--contact-primary);color:#fff}.action-btn.accent{background:#4caf50;color:#fff}.action-btn.accent:hover{background:#388e3c;transform:translateY(-2px);box-shadow:var(--contact-shadow-md)}.route-guide-card{max-width:900px;margin:3rem auto;background:var(--contact-bg-card);border-radius:var(--contact-radius-lg);padding:2rem;box-shadow:var(--contact-shadow-sm);border:1px solid var(--contact-border)}.detail-title{font-size:1.25rem;font-weight:600;color:var(--contact-text-primary);margin:0 0 1.5rem;display:flex;align-items:center;gap:.75rem}.detail-icon{font-size:1.5rem}.detail-content{color:var(--contact-text-secondary)}.route-item{margin-bottom:1.5rem}.route-item h4{font-size:1rem;font-weight:600;color:var(--contact-text-primary);margin:0 0 .5rem}.route-item p{font-size:1rem;line-height:1.6;margin:0;padding-left:1rem}.route-highlight{background:linear-gradient(to right,#e3f2fd,#f3f4f6);border-left:3px solid var(--contact-primary);padding:1rem;border-radius:var(--contact-radius-sm);margin-top:1rem}.route-highlight p{margin:0;font-size:1rem;color:var(--contact-text-primary);font-weight:500}@media (min-width: 768px){.contact-header{padding:4rem 2rem 3rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.25rem}.map-container{height:500px}.quick-info-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.action-buttons{grid-template-columns:repeat(3,1fr);gap:1.5rem}.route-guide-card{padding:2.5rem}.route-item p{padding-left:1.5rem}}@media (min-width: 1024px){.contact-header{padding:5rem 3rem 4rem}.contact-title{font-size:3rem}.contact-subtitle{font-size:1.375rem}.contact-info-section{padding:5rem 3rem}.map-container{height:500px}.quick-info-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.route-guide-card{padding:3rem}.detail-title{font-size:1.5rem}}@media (min-width: 1440px){.info-content,.route-guide-card{max-width:1400px}}.info-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.info-card:nth-child(1){animation-delay:.1s}.info-card:nth-child(2){animation-delay:.2s}.info-card:nth-child(3){animation-delay:.3s}.info-card:nth-child(4){animation-delay:.4s}@media (prefers-reduced-motion: reduce){.info-card,.action-btn{animation:none;transition:none}}.action-btn:focus-visible{outline:3px solid var(--contact-primary);outline-offset:3px}@media (prefers-contrast: high){.info-card,.detail-card{border-width:2px}.action-btn{border-width:3px}}:root{--sns-primary: #1976d2;--sns-secondary: #00acc1;--sns-accent: #8d9daf;--sns-text-primary: #2c3e50;--sns-text-secondary: #546e7a;--sns-text-light: #78909c;--sns-bg-light: #f8f9fa;--sns-bg-card: #ffffff;--sns-border: rgba(0, 0, 0, .08);--sns-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--sns-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--sns-shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--sns-radius-sm: 8px;--sns-radius-md: 12px;--sns-radius-lg: 16px}.Sns{width:100%;min-height:100vh;background:linear-gradient(180deg,var(--sns-bg-light) 0%,#ffffff 100%)}.sns-header{text-align:center;padding:3rem 1.5rem 2rem;background:var(--sns-bg-card);border-bottom:1px solid var(--sns-border)}.sns-title{font-size:2rem;font-weight:700;color:var(--sns-text-primary);margin:0 0 .75rem;letter-spacing:-.02em}.sns-subtitle{font-size:1.125rem;color:var(--sns-text-secondary);margin:0;line-height:1.6}hr.sns-hr{display:none}.sns-container{padding:3rem 1.5rem;max-width:1200px;margin:0 auto}.sns-container .blog-feed{display:grid;grid-template-columns:1fr;gap:1.5rem}.sns-container .blog-post{background:var(--sns-bg-card);border-radius:var(--sns-radius-lg);overflow:hidden;box-shadow:var(--sns-shadow-sm);border:1px solid var(--sns-border);transition:all .3s ease}.sns-container .blog-post:hover{transform:translateY(-2px);box-shadow:var(--sns-shadow-md)}@media (min-width: 768px){.sns-header{padding:4rem 2rem 3rem}.sns-title{font-size:2.5rem}.sns-subtitle{font-size:1.25rem}.sns-container{padding:4rem 2rem}.sns-container .blog-feed{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.sns-header{padding:5rem 3rem 4rem}.sns-title{font-size:3rem}.sns-subtitle{font-size:1.375rem}.sns-container{padding:5rem 3rem}.sns-container .blog-feed{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media (min-width: 1440px){.sns-container{max-width:1400px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sns-container .blog-post{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.sns-container .blog-post:nth-child(1){animation-delay:.1s}.sns-container .blog-post:nth-child(2){animation-delay:.2s}.sns-container .blog-post:nth-child(3){animation-delay:.3s}.sns-container .blog-post:nth-child(4){animation-delay:.4s}.sns-container .blog-post:nth-child(5){animation-delay:.5s}.sns-container .blog-post:nth-child(6){animation-delay:.6s}.sns-container .blog-post:nth-child(7){animation-delay:.7s}.sns-container .blog-post:nth-child(8){animation-delay:.8s}.sns-container .blog-post:nth-child(9){animation-delay:.9s}@media (prefers-reduced-motion: reduce){.sns-container .blog-post{animation:none;transition:none}}@media (prefers-contrast: high){.sns-container .blog-post{border-width:2px}}@media (max-width: 767px){.header,.header-image{display:none}}@media (min-width: 768px){.header{width:100%;margin:0;padding:0;line-height:0}.header-image{width:100%;margin:0;padding:0;line-height:0;display:block}.header-image img{width:100%;height:auto;display:block;margin:0;padding:0}img.dimmed{filter:brightness(60%)}img.not_dimmed{display:none}}.improved-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;font-family:Noto Sans KR,sans-serif}.nav-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.improved-navbar.transparent{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.improved-navbar.solid{background:#fff;box-shadow:0 2px 10px #00000014}.improved-navbar.scrolled,.improved-navbar.scrolled .nav-container{height:60px}.nav-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:transform .2s ease}.nav-logo:hover{transform:translateY(-2px)}.nav-logo-img{width:40px;height:40px;border-radius:8px;object-fit:cover}.nav-logo-text{font-size:1.125rem;font-weight:700;color:#1976d2;white-space:nowrap}.nav-menu{display:flex;gap:1rem;margin:0;padding:0;list-style:none}.nav-item{position:relative}.nav-link{display:inline-block;padding:.75rem 1rem;color:#333;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease;position:relative;white-space:nowrap}.nav-link:hover{color:#1976d2;transform:translateY(-2px)}.nav-link.active{color:#1976d2;font-weight:600}.nav-indicator{position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:30px;height:3px;background:linear-gradient(90deg,#1976d2,#00acc1);border-radius:2px;animation:slideIn .3s ease}@keyframes slideIn{0%{width:0}to{width:30px}}.nav-mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;position:relative;transition:all .3s ease}.hamburger-line{display:block;width:25px;height:2px;background:#333;margin:3px 0;transition:all .3s ease;border-radius:2px}.nav-mobile-toggle.open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-mobile-toggle.open .hamburger-line:nth-child(2){opacity:0;transform:translate(-10px)}.nav-mobile-toggle.open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-mobile-toggle:hover .hamburger-line{background:#1976d2}.mobile-breadcrumb{padding:.5rem 1.5rem;background:#00000005;border-top:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:.5rem;font-size:.875rem}.breadcrumb-home{color:#666;text-decoration:none;transition:color .2s ease}.breadcrumb-home:hover{color:#1976d2}.breadcrumb-separator{color:#999}.breadcrumb-current{color:#1976d2;font-weight:600}.nav-progress-bar{position:fixed;top:70px;left:0;right:0;height:3px;background:#0000000d;z-index:999;transition:top .3s ease}.improved-navbar.scrolled~.nav-progress-bar{top:60px}.nav-progress-fill{height:100%;background:linear-gradient(90deg,#1976d2,#00acc1);transition:width .2s ease;box-shadow:0 0 10px #1976d24d}@media (max-width: 767px){.nav-container{padding:0 1rem;height:60px}.nav-logo-text{font-size:1rem}.nav-logo-img{width:35px;height:35px}.nav-menu{display:none}.nav-mobile-toggle{display:flex}.improved-navbar.scrolled{height:auto}.nav-progress-bar{top:60px}.improved-navbar.scrolled~.nav-progress-bar{top:60px}}@media (min-width: 768px) and (max-width: 1023px){.nav-container{padding:0 2rem}.nav-menu{gap:.5rem}.nav-link{padding:.5rem .75rem;font-size:.9rem}}@media (prefers-reduced-motion: reduce){.improved-navbar,.nav-link,.nav-logo,.hamburger-line,.nav-progress-fill{transition:none}.nav-indicator{animation:none}}.nav-link:focus-visible,.nav-logo:focus-visible,.nav-mobile-toggle:focus-visible{outline:2px solid #1976d2;outline-offset:2px;border-radius:4px}@media (prefers-contrast: high){.improved-navbar{border-bottom:2px solid #000}.nav-link.active{text-decoration:underline;text-decoration-thickness:2px}}@media (max-width: 767px){.header-container{display:flex;gap:5px}.header{display:none}.navbar{display:flex;height:60px}}@media (min-width: 768px){.header-container{position:relative;width:100%;transition:height .3s ease}.header-container.with-image{height:400px}.header-container.without-image{height:auto}.header-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.header-image img{width:100%;height:100%;object-fit:cover;transition:filter .3s ease}.navbar{position:relative;z-index:2;background:transparent;padding:10px 10%;display:flex;gap:10px;align-items:center}}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1998;opacity:0;animation:fadeIn .3s ease forwards}.improved-sidebar{position:fixed;top:0;right:-320px;width:320px;height:100vh;background:#fff;z-index:1999;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-5px 0 20px #0000001a}.improved-sidebar.open{transform:translate(-320px)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e0e0e0;background:linear-gradient(135deg,#f8f9fa,#fff)}.sidebar-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:opacity .2s ease}.sidebar-logo:hover{opacity:.8}.sidebar-logo-img{width:35px;height:35px;border-radius:8px}.sidebar-logo-text{font-size:1rem;font-weight:700;color:#1976d2}.sidebar-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#666}.sidebar-close:hover{background:#0000000d;color:#333}.sidebar-nav{flex:1;overflow-y:auto;padding:1rem 0}.sidebar-menu-item{border-bottom:1px solid rgba(0,0,0,.05)}.sidebar-item-row{display:flex;align-items:center}.sidebar-link{flex:1;display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:transparent;border:none;text-align:left;color:#333;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.sidebar-link:hover{background:#1976d20d;color:#1976d2}.sidebar-link.active{background:#1976d21a;color:#1976d2;font-weight:600}.active-indicator{position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(180deg,#1976d2,#00acc1);border-radius:0 2px 2px 0}.sidebar-link-text{flex:1}.submenu-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#00000014;border-radius:10px;font-size:.75rem;font-weight:600;color:#666}.sidebar-link.active .submenu-badge{background:#1976d226;color:#1976d2}.submenu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;color:#666;transition:all .2s ease}.submenu-toggle:hover{background:#0000000d;color:#333}.submenu-toggle svg{transition:transform .3s ease}.submenu-toggle.open svg{transform:rotate(180deg)}.submenu{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#00000005}.submenu.open{max-height:500px}.submenu-link{display:block;width:100%;padding:.75rem 1.5rem .75rem 3rem;background:transparent;border:none;text-align:left;color:#666;font-size:.9rem;cursor:pointer;transition:all .2s ease}.submenu-link:hover{background:#1976d20d;color:#1976d2;padding-left:3.25rem}.sidebar-footer{padding:1.5rem;border-top:1px solid #e0e0e0;background:#f8f9fa}.sidebar-contact{margin-bottom:1rem}.contact-label,.hours-label{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.contact-number{display:inline-flex;align-items:center;gap:.5rem;color:#1976d2;font-size:1.125rem;font-weight:600;text-decoration:none;transition:opacity .2s ease}.contact-number:hover{opacity:.8}.hours-text{font-size:.875rem;color:#333;margin:.25rem 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 400px){.improved-sidebar{width:100%;right:-100%}.improved-sidebar.open{transform:translate(-100%)}}@media (prefers-reduced-motion: reduce){.improved-sidebar,.sidebar-overlay,.submenu,.submenu-toggle svg{transition:none;animation:none}}.sidebar-link:focus-visible,.submenu-toggle:focus-visible,.submenu-link:focus-visible,.sidebar-close:focus-visible{outline:2px solid #1976d2;outline-offset:2px;border-radius:4px}@media (prefers-color-scheme: dark){.improved-sidebar{background:#1a1a1a;color:#e0e0e0}.sidebar-header{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-bottom-color:#333}.sidebar-link{color:#e0e0e0}.sidebar-link:hover{background:#1976d233}.sidebar-footer{background:#2a2a2a;border-top-color:#333}.hours-text{color:#ccc}}.Footer{margin-top:auto;display:block;max-width:767px;width:100%;max-height:313px;background-color:#000;position:relative}.section-footer{display:flex;flex:1;box-sizing:border-box;margin:0 5%;padding:4.7% 0;width:90%}.footer-inner-left{padding-right:5%}.footer-inner-right{display:flex;height:auto}.area-sns{display:inline-block}.area-search{margin-top:2px;margin-bottom:28px;border:1px;border:1px solid rgb(51,51,51);border-image-outset:0;color:#fff;max-width:280px;width:230px;height:45px;padding:0 15px;text-align:left;font-size:18px;line-height:45px;white-space:nowrap;cursor:pointer;transition:all .3s ease}.area-search:hover{border-color:#666;background-color:#33333380}.area-search a{color:#fff;text-decoration:none}.area-search a:visited,.area-search a:hover,.area-search a:active{color:#fff}.area-info{display:block;text-align:left;justify-content:left;margin:0}ul.info-list{list-style:none;list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;unicode-bidi:isolate;padding-left:0}ul.info-list>li{color:#888;white-space-collapse:collapse;text-wrap:nowrap;line-height:20px;letter-spacing:-.8px;display:inline-block;margin-bottom:10px;font-size:14px}ul.info-list>li:after{content:"|";color:#222;display:inline-block;width:1px;height:12px;margin:4px 8px 0 6px;vertical-align:top}img[class*=_icon]{width:32px;height:auto;padding-left:5px;padding-right:5px}a{text-decoration:none}span[class*=blind]{display:none}@media (min-width: 768px){.area-search:hover{border-color:#666;background-color:#33333380}.Footer{margin-top:auto;display:block;max-width:991px;max-height:313px;background-color:#000;position:relative}.section-footer{display:flex;flex:1;box-sizing:border-box;margin:0 5%;padding:4.7% 0;width:100%}.footer-inner-left{padding-right:10%}.footer-inner-right{display:flex;min-width:200px;height:auto}.area-sns{display:inline-block}.area-search{margin-top:2px;margin-bottom:28px;border:1px;border:1px solid rgb(51,51,51);border-image-outset:0;color:#fff;max-width:280px;width:230px;height:45px;padding:0 15px;text-align:left;font-size:18px;line-height:45px;white-space:nowrap;cursor:pointer;transition:all .3s ease}.area-search:after{content:"▼";color:#888;font-size:10px;margin-left:5px}.area-info{display:block;text-align:left;justify-content:left;margin:0}ul.info-list{list-style:none;list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;unicode-bidi:isolate;padding-left:0}ul.info-list>li{color:#888;white-space-collapse:collapse;text-wrap:nowrap;line-height:20px;letter-spacing:-.8px;display:inline-block;margin-bottom:10px;font-size:14px}ul.info-list>li:after{content:"|";color:#222;display:inline-block;width:1px;height:12px;margin:4px 8px 0 6px;vertical-align:top}img[class*=_icon]{width:32px;height:auto;padding-left:5px;padding-right:5px}a{text-decoration:none}span[class*=blind]{display:none}}@media (min-width: 992px){.area-search:hover{border-color:#666;background-color:#33333380}.Footer{margin-top:auto;display:block;max-width:1710px;max-height:313px;background-color:#000;position:relative}.section-footer{display:flex;flex:1;box-sizing:border-box;margin:0 305px;padding:58px 0;width:1100px}.footer-inner-left{padding-right:170px}.footer-inner-right{display:flex;min-width:200px;height:auto}.area-sns{display:inline-block}.area-search{margin-top:2px;margin-bottom:28px;border:1px;border:1px solid rgb(51,51,51);border-image-outset:0;color:#fff;max-width:280px;width:230px;height:45px;padding:0 15px;text-align:left;font-size:18px;line-height:45px;white-space:nowrap;cursor:pointer;transition:all .3s ease}.area-search:after{content:"▼";color:#888;font-size:10px;margin-left:5px}.area-info{display:block;text-align:left;justify-content:left;margin:0}ul.info-list{list-style:none;list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;unicode-bidi:isolate;padding-left:0}ul.info-list>li{color:#888;white-space-collapse:collapse;text-wrap:nowrap;line-height:20px;letter-spacing:-.8px;display:inline-block;margin-bottom:10px;font-size:14px}ul.info-list>li:after{content:"|";color:#222;display:inline-block;width:1px;height:12px;margin:4px 8px 0 6px;vertical-align:top}img[class*=_icon]{width:32px;height:auto;padding-left:5px;padding-right:5px}a{text-decoration:none}span[class*=blind]{display:none}}.call-button{position:fixed;bottom:50px;right:20px;background-color:gray;color:#fff;padding:12px;border-radius:50%;box-shadow:0 2px 6px #0000004d;z-index:999;text-decoration:none;display:flex;align-items:center;justify-content:center}.call-button:hover{background-color:#08c}:root{--base-font-size: 18px;--min-font-size: 1rem;--body-font-size: 1.05rem;--subtitle-font-size: 1.25rem;--title-font-size: 1.5rem;--line-height-tight: 1.4;--line-height-normal: 1.7;--line-height-relaxed: 1.9;--min-touch-target: 48px}html{font-size:var(--base-font-size)}.improved-navbar .nav-link{font-size:1rem!important;padding:.875rem 1.125rem!important;font-weight:500}.improved-navbar .nav-logo-text{font-size:1.25rem!important}.mobile-breadcrumb{font-size:.95rem!important}.improved-sidebar .sidebar-link{font-size:1.05rem!important;padding:1.125rem 1.5rem!important;min-height:var(--min-touch-target)}.improved-sidebar .submenu-link{font-size:1rem!important;padding:.875rem 1.5rem .875rem 3rem!important;min-height:44px}.improved-sidebar .sidebar-logo-text{font-size:1.125rem!important}.improved-sidebar .contact-number{font-size:1.25rem!important}.hero-title{font-size:2.25rem!important;line-height:var(--line-height-tight)}.hero-subtitle{font-size:1.25rem!important;line-height:var(--line-height-normal)}.stat-label{font-size:1.125rem!important}.stat-number{font-size:2.75rem!important}.stat-suffix{font-size:1.75rem!important}.stat-description{font-size:1rem!important}.hero-promise{font-size:1.375rem!important}.intro-header .logo-img{width:60px!important;height:60px!important;max-width:60px!important;max-height:60px!important;flex-shrink:0}.intro-site-name{font-size:1.5rem!important}.intro-site-description{font-size:1rem!important}.intro-article-header{font-size:1.375rem!important}.intro-article-description{font-size:1.05rem!important;line-height:var(--line-height-relaxed)}.intro-highlight{font-size:1.125rem!important}.section-title{font-size:1.75rem!important}.section-more{font-size:1rem!important;padding:.625rem 1.25rem!important}.about-main-title{font-size:1.5rem!important;line-height:var(--line-height-normal)}.about-sub-title{font-size:1.125rem!important}.about-description{font-size:1.05rem!important;line-height:var(--line-height-relaxed)}.info-title{font-size:1.25rem!important}.info-content p{font-size:1.05rem!important;line-height:var(--line-height-normal)}.emergency-text{font-size:1rem!important}button,.nav-mobile-toggle,.sidebar-close,.submenu-toggle{min-width:var(--min-touch-target);min-height:var(--min-touch-target)}a{line-height:var(--line-height-normal)}li{margin-bottom:.5rem}@media (min-width: 768px){.hero-title{font-size:2.75rem!important}.hero-subtitle{font-size:1.375rem!important}.stat-number{font-size:3.25rem!important}}@media (min-width: 1024px){.hero-title{font-size:3.25rem!important}.hero-subtitle{font-size:1.625rem!important}.stat-number{font-size:3.75rem!important}.intro-site-name,.about-main-title{font-size:1.875rem!important}}@media (min-width: 1440px){.hero-title{font-size:3.75rem!important}.stat-number{font-size:4.25rem!important}}:focus-visible{outline:3px solid #1976d2!important;outline-offset:3px!important}@media (prefers-contrast: high){body{font-weight:500}.nav-link,.sidebar-link{font-weight:600}}
