:root{--color-primary:#4da6ff;--color-primary-dark:#3d96eb;--color-sub:#87ceeb;--color-point:#d6b76a;--color-text:#1f3a5f;--color-text-muted:#5a7189;--color-topbar-bg:#1f4e79;--color-white:#fff;--color-bg:#fff;--color-border:#e3edf7;--font-family:"Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-family-brand:"Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;--font-family-brand-en:"Montserrat", "Arial", sans-serif;--font-family-en:"Cormorant Garamond", "Times New Roman", serif;--topbar-height:35px;--topbar-font-size:13px;--header-height:110px;--max-width:1200px;--category-layout-max-width:1440px;--section-padding:1.5rem;--transition:.3s ease;--shadow-soft:0 10px 30px #00000014;--shadow-header:0 4px 24px #1f3a5f14}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:clamp(16px,1.05vw,18px);line-height:1.6;overflow-x:clip}img,video,svg{max-width:100%}img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;height:auto}#root{min-width:0;min-height:100vh;overflow-x:clip}a:focus-visible,button:focus-visible{outline:2px solid var(--color-sky-primary);outline-offset:2px}input:-webkit-autofill{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-white) inset;transition:background-color 9999s ease-out}input:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-white) inset;transition:background-color 9999s ease-out}input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-white) inset;transition:background-color 9999s ease-out}textarea:-webkit-autofill{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-white) inset;transition:background-color 9999s ease-out}textarea:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-white) inset;transition:background-color 9999s ease-out}textarea:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-white) inset;transition:background-color 9999s ease-out}select:-webkit-autofill{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-white) inset;transition:background-color 9999s ease-out}select:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-white) inset;transition:background-color 9999s ease-out}select:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-white) inset;transition:background-color 9999s ease-out}.dropdown-menu{z-index:200;background-color:var(--color-white);opacity:0;visibility:hidden;pointer-events:none;border-radius:0 0 14px 14px;width:max-content;min-width:138px;max-width:200px;margin:0;padding:0;list-style:none;transition:opacity .3s,transform .3s,visibility .3s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #0000001f}.dropdown-menu:before{content:"";width:100%;height:10px;position:absolute;top:-10px;left:0}.dropdown-menu--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.dropdown-menu__item{margin:0;position:relative}.dropdown-menu__link{width:100%;height:42px;color:var(--color-text);text-align:center;white-space:nowrap;justify-content:center;align-items:center;padding:0 16px;font-size:16px;font-weight:400;text-decoration:none;transition:background-color .3s,color .3s;display:flex}.dropdown-menu__link:hover,.dropdown-menu__link:focus-visible{color:var(--color-primary);background-color:#f0f8ff}.dropdown-menu__link--parent{cursor:default;justify-content:center}.dropdown-menu__item--has-flyout:hover .dropdown-menu__link--parent,.dropdown-menu__item--has-flyout:focus-within .dropdown-menu__link--parent{color:var(--color-primary);background-color:#f0f8ff}.dropdown-menu__flyout{z-index:210;background-color:var(--color-white);opacity:0;visibility:hidden;pointer-events:none;border-radius:0 14px 14px;min-width:160px;margin:0;padding:0;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:0;left:calc(100% + 3px);overflow:hidden;transform:translate(4px);box-shadow:10px 10px 30px #0000001f}.dropdown-menu__flyout:before{content:"";width:8px;height:100%;position:absolute;top:0;left:-8px}.dropdown-menu__item--has-flyout:hover .dropdown-menu__flyout,.dropdown-menu__item--has-flyout:focus-within .dropdown-menu__flyout{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.dropdown-menu__flyout-item{margin:0}.dropdown-menu__link--flyout{justify-content:center;padding:0 16px}@media (width<=1024px){.dropdown-menu{display:none}}.site-header-wrap{z-index:100}.site-header__align{padding-inline:var(--section-padding)}.site-header{max-width:var(--max-width);background-color:var(--color-white);border-bottom:1px solid var(--color-border);margin-inline:auto;overflow:visible}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:center;column-gap:2rem;width:100%;height:112px;padding:0;display:grid;position:relative;overflow:visible}.site-header__brand{transition:opacity var(--transition);grid-column:1;justify-self:start;align-items:center;gap:.875rem;text-decoration:none;display:flex}.site-header__brand:hover,.site-header__brand:focus-visible{opacity:.85}.site-header__logo{flex-shrink:0;width:auto;height:52px;display:block}.site-header__brand-text{flex-direction:column;gap:.125rem;display:flex}.site-header__title{font-family:var(--font-family-brand);color:#000;letter-spacing:3px;white-space:nowrap;font-size:1.875rem;font-weight:600;line-height:1.15}.site-header__subtitle{color:var(--color-text-muted);letter-spacing:.06em;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.2}.site-header__nav--desktop{grid-column:2;justify-self:stretch;width:100%;max-width:720px;margin:0 auto;overflow:visible}.site-header__menu{justify-content:space-evenly;align-items:center;width:100%;margin:0;padding:0;list-style:none;display:flex}.site-header__item{text-align:center;flex:1;margin:0;position:relative}.site-header__link{color:#2a2a2a;white-space:nowrap;transition:color var(--transition);padding:.5rem;font-size:20px;font-weight:600;text-decoration:none;display:block}.site-header__link:hover,.site-header__link:focus-visible{color:var(--color-sub)}.site-header__auth{flex-shrink:0;grid-column:3;justify-self:end;align-items:center;padding-right:.25rem;display:flex}.site-header__auth-item{align-items:center;display:flex}.site-header__auth-separator{color:#c5c5c5;-webkit-user-select:none;user-select:none;margin:0 .625rem;font-size:14px}.site-header__auth-link{font:inherit;cursor:pointer;color:#000;white-space:nowrap;transition:color var(--transition);background:0 0;border:none;padding:0;font-size:14px;font-weight:400;text-decoration:none}.site-header__auth-link:hover,.site-header__auth-link:focus-visible{color:var(--color-primary)}.site-header__hamburger{color:#333;cursor:pointer;background:0 0;border:none;grid-column:3;justify-self:end;margin-right:30px;padding:0;font-size:32px;line-height:1;display:none}.site-header__overlay{z-index:150;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;display:none;position:fixed;inset:0}.site-header__overlay--visible{opacity:1;pointer-events:auto}.site-header__drawer{z-index:200;background:#fff;width:270px;height:100vh;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}.site-header__drawer--open{transform:translate(0)}.site-header__drawer-header{justify-content:flex-end;padding:1rem 1.25rem .5rem;display:flex}.site-header__drawer-close{color:#333;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:1.125rem;font-weight:600}.site-header__drawer-nav{padding:0 0 2rem}.site-header__drawer-menu{margin:0;padding:0;list-style:none}.site-header__drawer-item{border-bottom:1px solid var(--color-border);margin:0}.site-header__drawer-trigger,.site-header__drawer-link{color:#2a2a2a;text-align:left;cursor:pointer;width:100%;transition:color var(--transition);background:0 0;border:none;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;display:block}.site-header__drawer-trigger:hover,.site-header__drawer-trigger:focus-visible,.site-header__drawer-link:hover,.site-header__drawer-link:focus-visible{color:var(--color-primary)}.site-header__drawer-submenu{background-color:var(--color-bg);margin:0;padding:0 0 .5rem;list-style:none;display:none}.site-header__drawer-submenu--open{display:block}.site-header__drawer-submenu-item{margin:0}.site-header__drawer-submenu-link{color:var(--color-text-muted);transition:color var(--transition);padding:.625rem 1.25rem .625rem 2rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:block}.site-header__drawer-submenu-link:hover,.site-header__drawer-submenu-link:focus-visible{color:var(--color-primary)}.site-header__drawer-submenu-item--expandable{margin:0}.site-header__drawer-submenu-expandable{width:100%;color:var(--color-text-muted);text-align:left;cursor:pointer;transition:background-color var(--transition), color var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem 1.25rem .625rem 2rem;font-family:inherit;font-size:.9375rem;font-weight:500;display:flex}.site-header__drawer-submenu-expandable:hover,.site-header__drawer-submenu-expandable:focus-visible{color:var(--color-primary)}.site-header__drawer-submenu-expandable-text{flex:1;min-width:0}.site-header__drawer-submenu-expandable-icon{transition:transform var(--transition);flex-shrink:0;font-size:1.125rem;font-weight:400;line-height:1}.site-header__drawer-submenu-expandable--open .site-header__drawer-submenu-expandable-icon{transform:rotate(45deg)}.site-header__drawer-submenu-nested{margin:0;padding:0;list-style:none;display:none}.site-header__drawer-submenu-nested--open{display:block}.site-header__drawer-submenu-link--nested{padding-left:2.75rem}.site-header__drawer-auth{justify-content:center;align-items:center;padding:1.25rem 1.25rem 2rem;display:flex}@media (width<=1280px){.site-header__inner{column-gap:1.5rem}.site-header__link{padding:.5rem .25rem;font-size:18px}.site-header__title{font-size:1.625rem}.site-header__subtitle{font-size:.8125rem}.site-header__logo{height:48px}}@media (width<=1100px){.site-header__link{padding:.5rem .125rem;font-size:17px}.site-header__title{font-size:1.5rem}.site-header__subtitle{font-size:.75rem}}@media (width<=1024px){.site-header__inner{justify-content:space-between;align-items:center;column-gap:0;height:auto;min-height:88px;padding-block:.875rem;display:flex}.site-header__brand{flex:1;min-width:0}.site-header__logo{height:44px}.site-header__title{font-size:1.25rem}.site-header__subtitle{font-size:.625rem}.site-header__nav--desktop,.site-header__auth{display:none}.site-header__hamburger{flex-shrink:0;display:block}.site-header__overlay{display:block}}@media (width<=480px){.site-header__hamburger{margin-right:1rem;font-size:28px}.site-header__drawer{width:min(270px,88vw)}}.modal{z-index:1000;background-color:#0000008c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal__dialog{background-color:var(--color-white);border-radius:16px;flex-direction:column;width:100%;max-width:640px;max-height:min(80vh,720px);display:flex;overflow:hidden;box-shadow:0 20px 50px #0003}.modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.modal__title{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:700}.modal__close{width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;transition:background-color var(--transition), color var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.75rem;line-height:1;display:flex}.modal__close:hover,.modal__close:focus-visible{background-color:var(--color-bg);color:var(--color-text)}.modal__body{color:var(--color-text);padding:1.5rem;font-size:.9375rem;line-height:1.8;overflow-y:auto}.modal__body p{margin:0 0 1rem}.modal__body p:last-child{margin-bottom:0}.modal__body h3,.modal__body h4{color:var(--color-text);margin:0 0 .75rem;line-height:1.5}.modal__body h3{margin-top:1.75rem;font-size:1rem;font-weight:700}.modal__body h3:first-child{margin-top:0}.modal__body h4{margin-top:1.25rem;font-size:.9375rem;font-weight:600}.modal__body ul,.modal__body ol{margin:0 0 1rem;padding-left:1.35rem}.modal__body li{margin-bottom:.375rem}.modal__body li:last-child{margin-bottom:0}.modal__body .policy-doc__note{background-color:var(--color-bg);color:var(--color-text-muted);border-radius:8px;margin-bottom:1.25rem;padding:.875rem 1rem;font-size:.875rem}.modal__body .policy-doc__footer{border-top:1px solid var(--color-border);text-align:right;margin-top:1.75rem;padding-top:1.25rem;font-weight:600}.modal__body a{color:var(--color-primary);text-decoration:none}.modal__body a:hover,.modal__body a:focus-visible{text-decoration:underline}@media (width<=768px){.modal{padding:1rem}.modal__dialog{max-height:85vh}}.sitemap-modal{z-index:1000;background-color:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.sitemap-modal__dialog{background-color:var(--color-white);flex-direction:column;width:100%;max-width:1120px;max-height:min(90vh,860px);display:flex;overflow:hidden;box-shadow:0 24px 60px #00000040}.sitemap-modal__header{color:#fff;background-color:#111;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.75rem 2rem;display:flex}.sitemap-modal__intro{flex-wrap:wrap;align-items:baseline;gap:.75rem 1.5rem;min-width:0;display:flex}.sitemap-modal__title{white-space:nowrap;margin:0;font-size:2rem;font-weight:700;line-height:1.2}.sitemap-modal__description{color:#ffffffe0;margin:0;font-size:.9375rem;font-weight:400;line-height:1.6}.sitemap-modal__close{color:#fff;cursor:pointer;width:40px;height:40px;transition:opacity var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:2rem;line-height:1;display:flex}.sitemap-modal__close:hover,.sitemap-modal__close:focus-visible{opacity:.75}.sitemap-modal__body{flex:1;padding:2rem;overflow-y:auto}.sitemap-modal__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem 2rem;display:grid}.sitemap-modal__column{min-width:0}.sitemap-modal__category{color:#333;border-bottom:3px solid #444;margin:0 0 .875rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:700}.sitemap-modal__list{margin:0;padding:0;list-style:none}.sitemap-modal__item{border-bottom:1px dashed #d0d0d0;margin:0}.sitemap-modal__item:last-child{border-bottom:none}.sitemap-modal__link{color:#666;transition:color var(--transition), background-color var(--transition);padding:.75rem .25rem;font-size:.9375rem;font-weight:400;text-decoration:none;display:block}.sitemap-modal__link:hover,.sitemap-modal__link:focus-visible{color:var(--color-primary)}.sitemap-modal__item--group{padding:.5rem 0}.sitemap-modal__group-label{color:#444;padding:.5rem .25rem .375rem;font-size:.875rem;font-weight:600;display:block}.sitemap-modal__sublist{margin:0;padding:0 0 0 .75rem;list-style:none}.sitemap-modal__subitem{border-bottom:1px dashed #e5e7eb;margin:0}.sitemap-modal__subitem:last-child{border-bottom:none}@media (width<=992px){.sitemap-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}}@media (width<=768px){.sitemap-modal{padding:.75rem}.sitemap-modal__header{padding:1.25rem}.sitemap-modal__intro{flex-direction:column;align-items:flex-start;gap:.5rem}.sitemap-modal__title{font-size:1.5rem}.sitemap-modal__description{font-size:.875rem}.sitemap-modal__body{padding:1.25rem}.sitemap-modal__grid{grid-template-columns:1fr;gap:1.75rem}}.footer{background-color:var(--color-primary-dark);color:#fff;padding:45px 20px}.footer-container{justify-content:space-between;align-items:flex-start;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.footer__left{flex:1;align-items:flex-start;gap:3rem;min-width:0;display:flex}.footer__brand{flex-shrink:0}.footer__title{color:#fff;white-space:normal;word-break:keep-all;margin:0;font-size:clamp(1.375rem,3vw,28px);font-weight:700}.footer__subtitle{font-family:var(--font-family-en);opacity:.7;margin:8px 0 0;font-size:13px;font-style:italic}.footer__info{color:#ffffffd9;font-size:14px;line-height:1.9}.footer__info p{margin:0}.footer__info-label{color:#fffffff2;min-width:2.5rem;margin-right:.75rem;font-weight:600;display:inline-block}.footer__legal{flex-shrink:0}.footer__legal-list{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.footer__legal-item{margin:0}.footer__legal-link{color:#ffffffd9;text-align:left;cursor:pointer;transition:color var(--transition);background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;font-weight:500}.footer__legal-link:hover,.footer__legal-link:focus-visible{color:#fff}.footer__copyright{text-align:center;border-top:1px solid #ffffff26;max-width:1200px;margin:30px auto 0;padding-top:20px}.footer__copyright p{opacity:.6;margin:0;font-size:13px}@media (width<=992px){.footer__left{gap:2rem}}@media (width<=768px){.footer{padding:2.5rem 1.25rem}.footer-container{flex-direction:column;align-items:flex-start;gap:2rem}.footer__left{flex-direction:column;gap:1.5rem;width:100%}.footer__legal-list{gap:.75rem}.footer__copyright{text-align:left}}@media (width<=480px){.footer{padding:2rem 1rem}.footer__info{font-size:13px;line-height:1.75}.footer__info-label{margin-bottom:.125rem;margin-right:0;display:block}}.category-sidebar{background-color:var(--color-white);border-radius:4px;flex-shrink:0;width:220px;overflow:hidden;box-shadow:0 8px 24px #1f3a5f14}.category-sidebar__header{border-bottom:1px solid var(--color-border);padding:1.5rem 1.25rem 1.25rem;position:relative}.category-sidebar__title{color:var(--color-text);margin:0;font-size:1.375rem;font-weight:700}.category-sidebar__accent{border-top:28px solid var(--color-primary);border-left:28px solid #0000;width:0;height:0;position:absolute;top:0;right:0}.category-sidebar__list{margin:0;padding:0;list-style:none}.category-sidebar__item{border-bottom:1px solid var(--color-border);margin:0}.category-sidebar__item:last-child{border-bottom:none}.category-sidebar__link{color:var(--color-text);background-color:var(--color-white);transition:background-color var(--transition), color var(--transition);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex}.category-sidebar__link:hover,.category-sidebar__link:focus-visible{color:var(--color-primary);background-color:#f0f8ff}.category-sidebar__link--active{background-color:var(--color-primary);color:var(--color-white)}.category-sidebar__link--active:hover,.category-sidebar__link--active:focus-visible{color:var(--color-white);background-color:#3d96eb}.category-sidebar__link-icon{opacity:.85;transition:transform var(--transition);font-size:1.125rem;font-weight:400;line-height:1}.category-sidebar__link--active .category-sidebar__link-icon{opacity:1}.category-sidebar__item--expandable{background-color:var(--color-white)}.category-sidebar__trigger{text-align:left;cursor:pointer;border:none;width:100%;font-family:inherit}.category-sidebar__link--expanded .category-sidebar__link-icon{transform:rotate(45deg)}.category-sidebar__sublist{border-top:1px solid var(--color-border);background-color:#fafbfd;margin:0;padding:0;list-style:none;display:none}.category-sidebar__sublist--open{display:block}.category-sidebar__subitem{border-bottom:1px solid #edf1f5;margin:0}.category-sidebar__subitem:last-child{border-bottom:none}.category-sidebar__sublink{color:#4b5563;transition:background-color var(--transition), color var(--transition);padding:.75rem 1.25rem .75rem 1.75rem;font-size:.875rem;font-weight:500;text-decoration:none;display:block}.category-sidebar__sublink:hover,.category-sidebar__sublink:focus-visible{color:var(--color-primary);background-color:#f0f8ff}.category-sidebar__sublink--active{background-color:var(--color-primary);color:var(--color-white)}.category-sidebar__sublink--active:hover,.category-sidebar__sublink--active:focus-visible{color:var(--color-white);background-color:#3d96eb}@media (width<=1024px){.category-sidebar{display:none}}.category-layout{background-color:var(--color-bg);padding:3rem 2rem 5rem}.category-layout__inner{max-width:var(--category-layout-max-width);align-items:flex-start;gap:1.75rem;margin:0 auto;display:flex}.category-layout__main{background-color:var(--color-white);border-radius:20px;flex:1;min-width:0;padding:2.5rem 2.5rem 3rem;box-shadow:0 10px 30px #0000000f}.category-layout__main .map-section{max-width:none;margin-bottom:2rem}.category-layout--canvas{background-color:#0000}.category-layout__main--canvas{box-shadow:none;background-color:#0000;border-radius:0;padding:0}.category-layout__main--about{--about-card-inline-padding:2.5rem;width:100%;max-width:none;box-shadow:none;background-color:#0000;border-radius:0;padding-inline:0}@media (width<=1024px){.category-layout{padding:2rem 0 4rem}.category-layout__inner{width:100%;max-width:none;margin:0 auto;padding:0;display:block}.category-layout__main{width:calc(100% - 40px);max-width:1100px;margin:0 auto;padding:2rem 1.5rem 2.5rem}.category-layout__main--canvas{border-radius:0;width:100%;max-width:none;padding:0}.category-layout__main--about{--about-card-inline-padding:1.5rem;width:100%;max-width:none;box-shadow:none;background-color:#0000;border-radius:0;padding-inline:0}}@media (width<=768px){.category-layout{padding:1.5rem 0 3rem}.category-layout__main{border-radius:16px;width:calc(100% - 24px);padding:1.75rem 1rem 2rem}.category-layout__main--canvas{border-radius:0;width:100%;padding:0}.category-layout__main--about{--about-card-inline-padding:1.25rem;width:100%;max-width:none;box-shadow:none;background-color:#0000;border-radius:0;padding-inline:0}}@media (width<=480px){.category-layout{padding:1.25rem 0 2.5rem}.category-layout__main{border-radius:12px;width:calc(100% - 16px);padding:1.5rem .875rem 1.75rem}.category-layout__main--about{--about-card-inline-padding:1rem}}.breadcrumb{flex-shrink:0}.breadcrumb__list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumb__item{align-items:center;gap:.375rem;margin:0;display:inline-flex}.breadcrumb__separator{color:#999;-webkit-user-select:none;user-select:none;font-size:13px}.breadcrumb__link,.breadcrumb__current{align-items:center;gap:.25rem;font-size:13px;line-height:1.4;text-decoration:none;display:inline-flex}.breadcrumb__link{color:#999;transition:color var(--transition)}.breadcrumb__link:hover,.breadcrumb__link:focus-visible{color:var(--color-primary)}.breadcrumb__current{color:var(--color-primary);font-weight:500}.breadcrumb__home-icon{width:14px;height:14px}@media (width<=768px){.breadcrumb__list{justify-content:flex-end}}.sub-layout--about{width:100%;max-width:100%}.sub-layout__header--about{padding-inline:var(--about-card-inline-padding,2.5rem);margin-bottom:0}.sub-layout__heading--spacer{flex:1;min-width:0}.sub-layout__header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.sub-layout__heading{flex:1;min-width:0}.sub-layout__title{color:var(--color-text);letter-spacing:-.02em;word-break:keep-all;overflow-wrap:anywhere;margin:0 0 .75rem;font-size:clamp(1.75rem,4.5vw,2.5rem);font-weight:700}.sub-layout__title--worship{font-family:var(--font-family-brand);font-weight:600}.sub-layout__title-accent{color:#87ceeb}.sub-layout__title:after{content:"";background-color:var(--color-point);border-radius:2px;width:40px;height:3px;margin:1rem 0 0;display:block}.sub-layout__subtitle{color:var(--color-text-muted);word-break:keep-all;overflow-wrap:anywhere;margin:1.25rem 0 0;font-size:clamp(.9375rem,2vw,1.0625rem)}@media (width<=768px){.sub-layout__header{flex-direction:column;gap:.75rem;margin-bottom:1.75rem}}@media (width<=480px){.sub-layout__header{margin-bottom:1.5rem}.sub-layout__header--about{padding-inline:var(--about-card-inline-padding,1rem)}}.hero{align-items:center;min-height:clamp(400px,55vh,650px);display:flex;position:relative;overflow:hidden}.hero-section{-webkit-user-select:none;user-select:none}.hero__image-layer{z-index:0;-webkit-user-select:none;user-select:none;position:absolute;inset:0}.hero__slider{position:absolute;inset:0}.hero__slide,.hero__bg{object-fit:cover;opacity:0;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.hero__slide--active{opacity:1}.hero__overlay{z-index:1;pointer-events:none;background:#00000059;position:absolute;inset:0}.hero__content-wrap{z-index:2;width:100%;padding-inline:var(--section-padding);position:relative}.hero__container{width:100%;max-width:var(--max-width);margin-inline:auto}.hero__content{text-align:left;color:var(--color-white);-webkit-user-select:text;user-select:text;animation:.8s forwards heroFadeUp}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero__title{letter-spacing:-.02em;max-width:32rem;color:var(--color-white);text-shadow:0 4px 15px #00000059;flex-direction:column;gap:.125rem;margin:0 0 1.25rem;font-family:Nanum Myeongjo,Noto Serif KR,serif;font-size:clamp(2.25rem,5.2vw,3.5rem);font-weight:700;line-height:1.28;display:flex}.hero__title-line{display:block}.hero__title-line--accent{color:#a8dfff}.hero__subtitle{color:#ffffffeb;max-width:36rem;margin:0 0 2.5rem;font-size:1.125rem;font-weight:400;line-height:1.7}.hero__actions{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}.hero__btn{border-radius:50px;justify-content:center;align-items:center;min-width:0;padding:16px clamp(1.5rem,4vw,48px);font-size:1rem;font-weight:500;text-decoration:none;transition:transform .3s,box-shadow .3s,background-color .3s;display:inline-flex}.hero__btn--primary{color:var(--color-white);background-color:#3d7a57;box-shadow:0 10px 25px #0003}.hero__btn--primary:hover,.hero__btn--primary:focus-visible{background-color:#356b4c;transform:translateY(-3px);box-shadow:0 14px 30px #00000040}.hero__btn--secondary{color:var(--color-white);border:2px solid var(--color-white);background-color:#0000}.hero__btn--secondary:hover,.hero__btn--secondary:focus-visible{transform:translateY(-3px)}.hero__indicators{z-index:3;gap:10px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero__indicator{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background-color .3s}.hero__indicator--active{background:#fff}.hero__indicator:hover,.hero__indicator:focus-visible{background:#ffffffd9}@media (width<=992px){.hero{min-height:clamp(380px,50vh,550px)}.hero__title{max-width:none;font-size:clamp(2rem,6.5vw,2.75rem)}}@media (width<=768px){.hero{min-height:clamp(360px,62vh,480px)}.hero__title{font-size:clamp(1.75rem,7.5vw,2.25rem)}.hero__subtitle{margin-bottom:2rem;font-size:1rem}.hero__actions{flex-direction:column;align-items:flex-start}.hero__btn{width:100%;max-width:260px;padding:14px 40px}.hero__indicators{bottom:20px}}.home-section{padding:5rem var(--section-padding);background-color:var(--color-bg)}.home-section__inner{max-width:var(--max-width);margin:0 auto}.home-section__header{margin-bottom:2.5rem}.home-section__header--with-action{justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.home-section__heading{flex:1}.home-section__eyebrow{font-family:var(--font-family-en);letter-spacing:.2em;color:var(--color-text-muted);text-transform:uppercase;margin:0 0 .75rem;font-size:.875rem;font-weight:500}.home-section__title{color:var(--color-text);margin:0;font-size:2rem;font-weight:700;line-height:1.35}.home-section__title:after{content:"";background-color:var(--color-point);border-radius:2px;width:48px;height:3px;margin-top:.875rem;display:block}.home-section__more{color:#888;transition:color var(--transition);flex-shrink:0;font-size:.9375rem;font-weight:500;text-decoration:none}.home-section__more:hover,.home-section__more:focus-visible{color:var(--color-sub)}.home-section__actions{justify-content:center;margin-top:2.5rem;display:flex}.home-section__button{border-radius:999px;justify-content:center;align-items:center;min-width:0;padding:.875rem clamp(1.25rem,3vw,2rem);font-size:.9375rem;font-weight:500;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:inline-flex}.home-section__button--outline{color:var(--color-text);background-color:var(--color-white);border:1px solid #d8dde3}.home-section__button--outline:hover,.home-section__button--outline:focus-visible{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.home-placeholder{width:100%;height:100%;color:var(--color-text-muted);text-align:center;background-color:#eef4fa;border:2px dashed #4da6ff40;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.home-placeholder--image{border-radius:16px;min-height:360px}.home-placeholder--card{aspect-ratio:4/3}.home-welcome{background-color:var(--color-white)}.home-welcome__inner{grid-template-columns:minmax(0,.95fr) minmax(320px,.85fr);align-items:center;gap:3.5rem;display:grid}.home-welcome__content{max-width:34rem}.home-welcome .home-section__heading{max-width:30rem}.home-welcome .home-section__eyebrow{letter-spacing:.16em;color:#7d937c;margin-bottom:.9rem;font-size:1rem}.home-section__title-line{display:block}.home-welcome .home-section__title{letter-spacing:-.03em;font-family:Nanum Myeongjo,Noto Serif KR,serif;font-size:clamp(2.3rem,4vw,3.35rem);font-weight:700;line-height:1.42}.home-welcome .home-section__title:after{background-color:#7d937c;width:34px;margin-top:1.05rem}.home-welcome__description{color:#4e5550;margin:1.8rem 0 2.25rem;font-size:1.25rem;line-height:1.95}.home-welcome__description-line{display:block}.home-welcome__links{flex-direction:column;gap:1.15rem;margin:0;padding:0;list-style:none;display:flex}.home-welcome__link{width:fit-content;color:var(--color-text);transition:color var(--transition), transform var(--transition);align-items:center;gap:.95rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-flex}.home-welcome__link:hover,.home-welcome__link:focus-visible{color:#7d937c;transform:translate(4px)}.home-welcome__link-icon{color:#7d937c;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-size:1.45rem;display:inline-flex}.home-welcome__link-label{min-width:8.5rem}.home-welcome__link-arrow{color:#4e5550;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.home-welcome__image{object-fit:cover;aspect-ratio:4/4.8;border-radius:18px;width:100%;display:block;box-shadow:0 18px 40px #00000014}.home-worship{background-color:var(--color-white)}.home-worship .home-section__header{text-align:center}.home-worship .home-section__heading{flex-direction:column;align-items:center;width:100%;display:inline-flex}.home-worship .home-section__title:after{margin-left:auto;margin-right:auto}.home-story .home-section__heading,.home-location .home-section__heading{flex-direction:column;align-items:center;display:inline-flex}.home-story .home-section__title:after,.home-location .home-section__title:after{margin-left:auto;margin-right:auto}.home-story .home-section__header{text-align:center}.home-story .home-section__header--with-action{grid-template-columns:1fr auto 1fr;align-items:end;display:grid}.home-story .home-section__header--with-action .home-section__heading{grid-column:2;justify-self:center}.home-story .home-section__header--with-action .home-section__more{grid-column:3;justify-self:end}.home-location .home-section__header{text-align:center}.home-location .home-section__heading{width:100%}.home-worship__list{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.home-worship__item{align-items:stretch;display:flex}.home-worship__entry{text-align:center;flex:1;min-width:0;padding:0 1.5rem}.home-worship__divider{background-color:#e4e1da;width:1px}.home-worship__icon{color:#7d937c;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;margin-bottom:.9rem;font-size:2.35rem;display:inline-flex}.home-worship__icon--cross{position:relative}.home-worship__cross-vertical,.home-worship__cross-horizontal{background-color:#7d937c;border-radius:999px;position:absolute}.home-worship__cross-vertical{width:.38rem;height:2.35rem;top:.72rem;left:50%;transform:translate(-50%)}.home-worship__cross-horizontal{width:1.7rem;height:.38rem;top:1.45rem;left:50%;transform:translate(-50%)}.home-worship__name{color:var(--color-text);letter-spacing:normal;margin:0 0 .375rem;font-size:1.75rem;font-weight:700}.home-worship__meta{color:#928980;margin:0 0 .55rem;font-size:.9375rem;font-weight:600}.home-worship__time{color:#766f69;letter-spacing:3px;margin:0 0 1rem;font-size:3rem;font-weight:400;line-height:1}.home-worship__description{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.7}.home-worship .home-section__actions{margin-top:1.65rem}.home-worship .home-section__button{color:#5f5a55;border-color:#cfc9c0;border-radius:6px;width:fit-content;min-width:0;max-width:100%;padding:.8rem 1.5rem}.home-section__button-arrow{justify-content:center;align-items:center;margin-left:.625rem;font-size:1rem;display:inline-flex}.home-story__layout{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start;gap:2rem;display:grid}.home-story__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.home-story__card{background-color:var(--color-white);border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000000d}.home-story__card--link{color:inherit;text-decoration:none;transition:transform .3s,box-shadow .3s}.home-story__card--link:hover,.home-story__card--link:focus-visible{transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.home-story__card-media{overflow:hidden}.home-story__card-image{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.home-story__card-body{padding:1.25rem 1.25rem 1.5rem}.home-story__card-title{color:var(--color-text);margin:0 0 .5rem;font-size:1rem;font-weight:700}.home-story__card-description{color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.6}.home-story__news{background-color:var(--color-white);border:1px solid #4da6ff1f;border-radius:16px;padding:1.5rem}.home-story__news-title{color:var(--color-text);border-bottom:1px solid #e8edf2;margin:0 0 1rem;padding-bottom:.75rem;font-size:1rem;font-weight:700}.home-story__news-list{margin:0;padding:0;list-style:none}.home-story__news-item+.home-story__news-item{border-top:1px solid #eef2f6}.home-story__news-link{color:inherit;transition:color var(--transition);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.875rem 0;text-decoration:none;display:flex}.home-story__news-link:hover .home-story__news-text,.home-story__news-link:focus-visible .home-story__news-text{color:var(--color-primary)}.home-story__news-text{color:var(--color-text);flex:1;font-size:.9375rem;line-height:1.5}.home-story__news-date{color:#9aa3ad;flex-shrink:0;font-size:.8125rem}.home-location{background-color:var(--color-white)}.home-location__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:stretch;gap:2rem;display:grid}.home-location__info{flex-direction:column;justify-content:flex-start;gap:2.5rem;padding-top:2rem;display:flex}.home-location__details{margin:0}.home-location__detail+.home-location__detail{margin-top:1.25rem}.home-location__detail dt{color:var(--color-text-muted);margin-bottom:.375rem;font-size:1.0625rem;font-weight:600}.home-location__detail dd{color:var(--color-text);margin:0;font-size:1.3125rem;line-height:1.7}.home-location__detail a{color:inherit;text-decoration:none}.home-location__detail a:hover,.home-location__detail a:focus-visible{color:var(--color-primary)}.home-location__map{border:1px solid #e8edf2;border-radius:16px;min-height:320px;overflow:hidden}.home-location__map .roughmap{width:100%;height:100%}@media (width<=1100px){.home-worship__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 0}.home-story__layout{grid-template-columns:1fr}}@media (width<=992px){.home-welcome__inner,.home-location__layout{grid-template-columns:1fr}.home-welcome__content{max-width:none}.home-welcome__image{aspect-ratio:4/3}.home-location__info{padding-top:0}.home-story__cards{grid-template-columns:1fr}}@media (width<=768px){.home-section{padding:3.5rem 1.25rem}.home-welcome__inner{gap:2.25rem}.home-section__header--with-action{flex-direction:column;align-items:flex-start}.home-story .home-section__header--with-action{align-items:center;display:flex}.home-story .home-section__header--with-action .home-section__more{justify-self:auto}.home-section__title{font-size:1.625rem}.home-welcome .home-section__title{font-size:2rem}.home-welcome__description{font-size:1.0625rem;line-height:1.85}.home-welcome__link{justify-content:space-between;width:100%}.home-worship__list{grid-template-columns:1fr;gap:1.5rem}.home-worship__item{flex-direction:column}.home-worship__entry{padding:0}.home-worship__divider{width:100%;height:1px;margin-top:1.5rem}.home-worship__name{font-size:1.375rem}.home-worship__time{font-size:clamp(2rem,9vw,2.4rem)}}@media (width<=480px){.home-section{padding:3rem 1rem}.home-worship .home-section__button{width:100%}}.kakao-roughmap{width:100%;height:100%;min-height:420px}.kakao-roughmap .wrap_map,.kakao-roughmap iframe{display:block;width:100%!important;height:100%!important}@media (width<=768px){.kakao-roughmap{min-height:320px}}.pastor-intro{text-align:left;grid-template-columns:minmax(260px,36%) 1fr;align-items:start;gap:2.75rem;display:grid}.pastor-intro__photo-wrap{width:100%;margin:0}.pastor-intro__photo{aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:16px;width:100%;height:auto;display:block}.pastor-intro__content{min-width:0}.pastor-intro__headline{letter-spacing:-.02em;flex-direction:column;gap:.125rem;margin:0 0 2rem;font-size:1.75rem;font-weight:700;line-height:1.35;display:flex}.pastor-intro__headline-line,.pastor-intro__headline-prefix{color:var(--about-quote-mark,#1a3d6e)}.pastor-intro__headline-line{display:block}.pastor-intro__headline-accent{color:var(--about-quote-accent,#0088e8)}.pastor-intro__body{flex-direction:column;gap:30px;display:flex}.pastor-intro__body p{color:var(--color-text);word-break:keep-all;margin:0;font-size:1rem;font-weight:400;line-height:1.85}.pastor-intro--about-page{--about-pastor-photo-extra:60px;--about-pastor-block-height:calc(100% - 170px);grid-template-columns:minmax(calc(200px + var(--about-pastor-photo-extra)), calc(34% + var(--about-pastor-photo-extra))) minmax(0, 1fr);align-items:start;gap:30px;height:100%}.pastor-intro--about-page .pastor-intro__photo-wrap{width:100%;max-width:100%;height:var(--about-pastor-block-height);max-height:var(--about-pastor-block-height);flex-shrink:0;grid-column:1;justify-content:center;align-self:start;align-items:center;display:flex}.pastor-intro--about-page .pastor-intro__content{box-sizing:border-box;flex-direction:column;grid-column:2;gap:23px;min-width:0;min-height:0;padding-right:80px;display:flex;overflow:hidden}.pastor-intro--about-page .pastor-intro__photo{width:100%;height:100%;min-height:0;max-height:100%;aspect-ratio:unset;object-fit:cover;object-position:center top}.pastor-intro--about-page .pastor-intro__headline{letter-spacing:2px;flex-direction:column;gap:.125rem;margin:0;font-size:2.75rem;display:flex}.pastor-intro--about-page .pastor-intro__headline-line{white-space:nowrap;letter-spacing:2px;font-size:2.75rem;font-weight:700;line-height:1.35;display:block}.pastor-intro--about-page .pastor-intro__body{flex-direction:column;flex:1;gap:23px;min-height:0;margin-top:0;display:flex}.pastor-intro--about-page .pastor-intro__body p{margin:0;font-size:1.3125rem;line-height:1.75}@media (width<=1024px){.pastor-intro{grid-template-columns:minmax(220px,40%) 1fr;gap:2rem}.pastor-intro__headline{margin-bottom:1.75rem;font-size:1.5rem}.pastor-intro--about-page{grid-template-columns:minmax(calc(180px + var(--about-pastor-photo-extra)), calc(36% + var(--about-pastor-photo-extra))) minmax(0, 1fr);gap:30px}.pastor-intro--about-page .pastor-intro__headline-line{font-size:2.4375rem}.pastor-intro--about-page .pastor-intro__body p{font-size:1.25rem;line-height:1.7}}@media (width<=768px){.pastor-intro{grid-template-columns:1fr;gap:2rem}.pastor-intro__photo{max-width:360px;margin:0 auto}.pastor-intro__headline{font-size:1.375rem}.pastor-intro--about-page{grid-template-columns:1fr;gap:30px;height:auto}.pastor-intro--about-page .pastor-intro__photo-wrap{aspect-ratio:4/3;width:100%;max-width:100%;height:auto;min-height:0;max-height:none}.pastor-intro--about-page .pastor-intro__content{overflow:visible}.pastor-intro--about-page .pastor-intro__headline{font-size:2.5rem}.pastor-intro--about-page .pastor-intro__headline-line{font-size:inherit}.pastor-intro--about-page .pastor-intro__photo{aspect-ratio:4/3;object-fit:cover;width:100%;max-width:100%;height:100%;min-height:0;max-height:none}}.about-page{--about-intro-bg:none;--about-bg-ratio:680 / 1024;--about-quote-mark:#1a3d6e;--about-quote-text:#333;--about-quote-accent:#0088e8;--about-scripture-gold:#c9a045;--about-leaf-bottom:34%;--about-oval-top:86.5%;--about-signature-oval-top:85%;--about-signature-oval-left:38.5%;--about-signature-oval-right:3%;--about-signature-oval-bottom:2%;box-sizing:border-box;width:100%;min-width:100%;max-width:none;aspect-ratio:var(--about-bg-ratio);isolation:isolate;border-radius:0 0 20px 20px;margin-top:10px;margin-bottom:0;display:block;position:relative;overflow:hidden}.about-page:before{content:"";background-image:var(--about-intro-bg);border-radius:inherit;z-index:0;pointer-events:none;background-position:top;background-repeat:no-repeat;background-size:100% 100%;width:100%;height:100%;position:absolute;inset:0}.about-page__intro{z-index:1;flex-direction:column;gap:70px;padding:50px 2rem 0 50px;display:flex;position:relative}.about-page__title{letter-spacing:0;color:var(--about-quote-mark);text-align:left;margin:0;font-size:3.5rem;font-weight:700;line-height:1.2}.about-page__quote{text-align:center;max-width:48rem;margin:0 auto;position:relative}.about-page__quote-inner{text-align:center;max-width:100%;padding:.25rem calc(2.35rem + 10px);display:inline-block;position:relative}.about-page__quote-open,.about-page__quote-close{color:var(--about-quote-mark);font-family:Georgia,Times New Roman,serif;font-size:4.25rem;font-weight:600;line-height:1;position:absolute}.about-page__quote-open{top:-.25rem;left:.2rem}.about-page__quote-close{bottom:0;right:.2rem}.about-page__quote-text{letter-spacing:0;color:var(--about-quote-text);margin:0;font-size:1.625rem;font-weight:500;line-height:1.65}.about-page__quote-line{white-space:nowrap;display:block}.about-page__quote-highlight{color:var(--about-quote-accent);font-size:calc(1em + 3px);font-weight:600}.about-page__scripture{text-align:center;max-width:34rem;margin:0 auto}.about-page__scripture-ref-row{justify-content:center;align-items:center;gap:.625rem;margin-bottom:.625rem;display:flex}.about-page__ref-line{background-color:var(--about-scripture-gold);flex:1;max-width:4rem;height:1px}.about-page__ref-diamond{background-color:var(--about-scripture-gold);flex-shrink:0;width:5px;height:5px;transform:rotate(45deg)}.about-page__scripture-ref{letter-spacing:2px;color:var(--about-scripture-gold);white-space:nowrap;flex-shrink:0;margin:0;font-size:1.1875rem;font-weight:700}.about-page__scripture-text{letter-spacing:2px;color:var(--about-scripture-gold);margin:0;font-size:1.125rem;font-weight:600;line-height:1.6}.about-page__pastor-zone{z-index:1;left:50px;right:0;top:calc(var(--about-leaf-bottom) + 10px);bottom:calc(100% - var(--about-oval-top) + 10px);position:absolute}.about-page__signature{z-index:2;left:var(--about-signature-oval-left);right:var(--about-signature-oval-right);top:var(--about-signature-oval-top);bottom:var(--about-signature-oval-bottom);box-sizing:border-box;pointer-events:none;padding:0;position:absolute}.about-page__signature-image{object-fit:contain;object-position:center center;width:min(72%,26rem);height:auto;max-height:76%;display:block;position:absolute;top:50%;left:50%;transform:translate(calc(-45% - 33px),calc(-59% - 4px))}.about-page__content{text-align:center}.about-page__placeholder{color:var(--color-text-muted);margin:0;font-size:1.0625rem}@media (width<=1024px){.about-page__intro{padding:50px 1.75rem 0 50px}.about-page__title{font-size:2.5rem}.about-page__quote{max-width:42rem}.about-page__quote-inner{padding-inline:calc(2rem + 10px)}.about-page__quote-open,.about-page__quote-close{font-size:3.75rem}.about-page__quote-text{font-size:1.5rem}}@media (width<=768px){.about-page{border-radius:0 0 16px 16px}.about-page__intro{padding:40px 1.25rem 0 40px}.about-page__title{font-size:2.25rem}.about-page__quote{max-width:none}.about-page__quote-inner{padding-inline:calc(1.75rem + 10px)}.about-page__pastor-zone{margin:2rem 0 2.5rem 50px;position:static;inset:auto}.about-page__signature{justify-content:center;width:calc(100% - 50px);margin:0 0 2rem 50px;padding:0;display:flex;position:static}.about-page__signature-image{width:min(100%,26rem);margin:0 auto;position:static;top:auto;left:auto;transform:none}.about-page__quote-line{white-space:normal}.about-page__quote-open,.about-page__quote-close{font-size:3.25rem}.about-page__quote-text{font-size:1.3125rem;line-height:1.7}.about-page__scripture-ref{font-size:1.125rem}.about-page__scripture-text{font-size:1.0625rem}}@media (width<=480px){.about-page__intro{gap:2.5rem;padding:2rem 1rem 0}.about-page__title{font-size:clamp(1.75rem,8vw,2.25rem)}.about-page__pastor-zone{margin:1.5rem 1rem 2rem}.about-page__signature{width:calc(100% - 2rem);margin:0 1rem 1.5rem}.about-page__quote-inner{padding-inline:1.5rem}.about-page__quote-open,.about-page__quote-close{font-size:2.75rem}.about-page__quote-text{font-size:1.125rem}}.church-history-page{flex-direction:column;gap:2.5rem;display:flex}.church-history-intro{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:.5rem 0 .25rem;display:flex}.church-history-intro__icon{justify-content:center;align-items:center;width:5.5rem;height:5.5rem;display:flex}.church-history-intro__icon-image{object-fit:contain;width:100%;height:100%;display:block}.church-history-intro__text{max-width:42rem;color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.8}.church-history-filters{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.church-history-filters__button{background-color:var(--color-white);min-width:6.5rem;color:var(--color-text);cursor:pointer;transition:background-color var(--transition), border-color var(--transition), color var(--transition);border:1px solid #d7e3ef;border-radius:999px;padding:.75rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600}.church-history-filters__button:hover,.church-history-filters__button:focus-visible{border-color:var(--color-primary);color:var(--color-primary)}.church-history-filters__button--active{border-color:var(--color-topbar-bg);background-color:var(--color-topbar-bg);color:var(--color-white)}.church-history-filters__button--active:hover,.church-history-filters__button--active:focus-visible{border-color:var(--color-topbar-bg);color:var(--color-white)}.church-history-periods{flex-direction:column;gap:3.5rem;display:flex}.church-history-period{scroll-margin-top:7rem}.church-history-period__badge{background-color:var(--color-primary);color:var(--color-white);white-space:nowrap;border-radius:8px;margin:0 0 1.25rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:700;line-height:1.4;display:inline-block}.church-history-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.church-history-table{border-collapse:separate;border-spacing:0;table-layout:fixed;border:1px solid #dfe8f2;border-radius:10px;width:100%;min-width:0;overflow:hidden}.church-history-table th:first-child,.church-history-table td:first-child{width:18%}.church-history-table th:nth-child(2),.church-history-table td:nth-child(2){width:22%}.church-history-table th:nth-child(3),.church-history-table td:nth-child(3){width:60%}.church-history-table th{color:var(--color-text);text-align:center;background-color:#f3f6fa;border-bottom:1px solid #dfe8f2;border-right:1px solid #dfe8f2;padding:.875rem .75rem;font-size:.875rem;font-weight:700}.church-history-table th:last-child{border-right:none}.church-history-table td{color:var(--color-text-muted);text-align:center;vertical-align:middle;word-break:keep-all;overflow-wrap:anywhere;border-bottom:1px solid #eef1f5;border-right:1px solid #eef1f5;padding:1rem .75rem;font-size:.875rem;line-height:1.55}.church-history-table td:last-child{text-align:left;border-right:none}.church-history-table tbody tr:last-child td{border-bottom:none}.church-history-photos{margin-top:1.75rem}.church-history-photos__title{color:var(--color-text);margin:0 0 1rem;font-size:1rem;font-weight:700}.church-history-photos__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.church-history-photos__image{aspect-ratio:4/3;object-fit:cover;border:1px solid #e3edf7;border-radius:8px;width:100%;display:block}.church-history-photos__item{min-width:0}.church-history-photos__placeholder{aspect-ratio:4/3;color:#8a96a3;text-align:center;background-color:#f3f6fa;border:1px solid #e3edf7;border-radius:8px;justify-content:center;align-items:center;font-size:.8125rem;display:flex}.church-history-photos__caption{color:var(--color-text-muted);text-align:center;margin:.625rem 0 0;font-size:.8125rem;line-height:1.45}.church-history-quote{background-color:#eef6ff;border-radius:12px;margin-top:.5rem;padding:3rem 2rem}.church-history-quote__content{text-align:center;margin:0}.church-history-quote__text{color:var(--color-primary-dark);margin:0;font-size:clamp(1.125rem,2.2vw,1.5rem);font-weight:600;line-height:1.7}.church-history-quote__reference{color:var(--color-primary);margin-top:1rem;font-size:.9375rem;font-style:normal;display:block}@media (width<=1100px){.church-history-photos__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,9rem),1fr))}}@media (width<=768px){.church-history-page{gap:2rem}.church-history-periods{gap:2.5rem}.church-history-period{scroll-margin-top:5.5rem}.church-history-filters__button{flex:calc(50% - .375rem);min-width:0;padding:.65rem .875rem;font-size:.8125rem}.church-history-photos__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.church-history-quote{padding:2rem 1.25rem}}@media (width<=480px){.church-history-filters__button{flex:100%}.church-history-photos__grid{grid-template-columns:1fr}}.worship-hero-wrap{width:100%}.worship-hero__breadcrumb{justify-content:flex-end;margin-bottom:1rem;display:flex}.worship-hero{--worship-hero-bg:none;background-image:var(--worship-hero-bg);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;width:calc(100% + 5rem);max-width:100vw;min-height:clamp(220px,32vh,360px);margin-left:-2.5rem;margin-right:-2.5rem;display:flex;position:relative;overflow:hidden}.worship-hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffffd1 0%,#ffffff73 38%,#0000 62%);position:absolute;inset:0}.worship-hero__content{z-index:1;width:42%;padding-left:3.5rem;position:relative}.worship-hero__title{color:var(--color-text);letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15}.worship-hero__title:after{content:"";background-color:var(--color-point);border-radius:2px;width:40px;height:3px;margin:1rem 0 0;display:block}.worship-hero__subtitle{color:var(--color-text-muted);margin:1.25rem 0 0;font-size:1.0625rem;line-height:1.6}@media (width<=992px){.worship-hero{width:calc(100% + 3rem);min-height:clamp(200px,28vh,300px);margin-left:-1.5rem;margin-right:-1.5rem}.worship-hero__content{width:50%;padding-left:2.5rem}}@media (width<=768px){.worship-hero{align-items:flex-end;width:calc(100% + 2rem);min-height:clamp(220px,38vh,280px);margin-left:-1rem;margin-right:-1rem;padding-bottom:1.75rem}.worship-hero__breadcrumb{margin-bottom:.75rem}.worship-hero__content{text-align:center;width:100%;padding:0 1.5rem}.worship-hero__title{font-size:2rem}.worship-hero__title:after{margin-left:auto;margin-right:auto}.worship-hero__subtitle{font-size:.9375rem}}.worship-table__header{margin-bottom:1.25rem}.worship-table__title{border-top:3px solid var(--color-primary);color:var(--color-primary);margin:0;padding-top:.75rem;font-size:1.5rem;font-weight:700;line-height:1.3;display:inline-block}.worship-table__wrap{border-radius:12px;overflow-x:auto}.worship-table__table{border-collapse:separate;border-spacing:0;table-layout:fixed;text-align:center;border:1px solid #4da6ff59;border-radius:12px;width:100%;font-size:.9375rem;overflow:hidden}.worship-table__table th,.worship-table__table td{border-bottom:1px solid #4da6ff33;border-right:1px solid #4da6ff33;padding:1rem .75rem}.worship-table__table th:last-child,.worship-table__table td:last-child{border-right:none}.worship-table__table tbody tr:last-child th,.worship-table__table tbody tr:last-child td{border-bottom:none}.worship-table__table th[scope=row]{background-color:var(--color-primary);width:34%;color:var(--color-white);border-bottom:1px solid #ffffff6b;font-weight:700;box-shadow:inset 0 -1px #1f3a5f14}.worship-table__table tbody tr:last-child th[scope=row]{box-shadow:none;border-bottom:none}.worship-table__table td{background-color:var(--color-white);color:var(--color-text);font-weight:500}@media (width<=768px){.worship-table__title{font-size:1.25rem}.worship-table__table{font-size:.875rem}.worship-table__table th,.worship-table__table td{padding:.875rem .5rem}}.worship-first-visit{background-color:#f3f8fc;border:1px solid #4da6ff1f;border-radius:16px;align-items:center;gap:1.25rem;padding:1.75rem 2rem;display:flex}.worship-first-visit__icon{color:#4da6ff;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:inline-flex}.worship-first-visit__text{flex:1;min-width:0}.worship-first-visit__title{color:#4da6ff;margin:0 0 .375rem;font-size:1.125rem;font-weight:700}.worship-first-visit__desc{color:#5a4a42;margin:0;font-size:.9375rem}.worship-first-visit__action{background-color:var(--color-white);color:#4da6ff;white-space:nowrap;transition:background-color var(--transition), color var(--transition);border:1px solid #4da6ff;border-radius:10px;flex-shrink:0;padding:.75rem 1.375rem;font-size:.9375rem;font-weight:600;text-decoration:none}.worship-first-visit__action:hover,.worship-first-visit__action:focus-visible{color:var(--color-white);background-color:#4da6ff}@media (width<=768px){.worship-first-visit{flex-direction:column;align-items:flex-start;padding:1.5rem}.worship-first-visit__action{text-align:center;width:100%}}.worship-page{flex-direction:column;gap:2.5rem;width:100%;margin-top:-.25rem;display:flex}@media (width<=768px){.worship-page{gap:2rem}}.location-hero-wrap{width:100%}.location-hero__breadcrumb{justify-content:flex-end;margin-bottom:1rem;display:flex}.location-hero{--location-hero-bg:none;background-image:var(--location-hero-bg);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;width:calc(100% + 5rem);max-width:100vw;min-height:clamp(280px,42vh,480px);margin-left:-2.5rem;margin-right:-2.5rem;display:flex;position:relative;overflow:hidden}.location-hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffffe0 0%,#ffffff8c 42%,#0000 68%);position:absolute;inset:0}.location-hero__content{z-index:1;width:46%;margin-left:20px;padding-left:3.5rem;position:relative}.location-hero__welcome{font-family:var(--font-family-en);color:var(--color-primary);margin:0 0 .5rem;font-size:1.375rem;font-style:italic;font-weight:400;line-height:1.3}.location-hero__title{color:#000;letter-spacing:-.02em;margin:0;font-family:Nanum Brush Script,cursive;font-size:clamp(2.75rem,10vw,5rem);font-weight:400;line-height:1.1}.location-hero__tagline{color:var(--color-text);margin:.875rem 0 0;font-size:1.375rem;font-weight:500;line-height:1.55}.location-hero__tagline+.location-hero__tagline{margin-top:.25rem}.location-hero__highlight{color:var(--color-sub);font-weight:700}@media (width<=992px){.location-hero{aspect-ratio:16/7;width:calc(100% + 3rem);height:auto;min-height:340px;margin-left:-1.5rem;margin-right:-1.5rem}.location-hero__content{width:52%;padding-left:2.5rem}.location-hero__title{font-size:4.25rem}}@media (width<=768px){.location-hero__breadcrumb{margin-bottom:.75rem}.location-hero{align-items:flex-end;width:calc(100% + 2rem);min-height:clamp(240px,55vh,360px);margin-left:-1rem;margin-right:-1rem;padding-bottom:2rem}.location-hero:before{background:linear-gradient(#ffffff26 0%,#ffffffd1 55%,#fffffff2 100%)}.location-hero__content{text-align:center;width:100%;padding:0 1.5rem}.location-hero__title{font-size:3.75rem}.location-hero__tagline{font-size:1.25rem}}.map-link-bar{border:1px solid var(--color-border);background-color:var(--color-white);border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1rem;display:grid;overflow:hidden}.map-link-bar__item{border:none;border-right:1px solid var(--color-border);background-color:var(--color-white);color:#000;cursor:pointer;min-height:58px;transition:background-color var(--transition), color var(--transition);justify-content:center;align-items:center;gap:.625rem;padding:.875rem .75rem;font-family:inherit;font-size:.9375rem;font-weight:500;line-height:1.3;text-decoration:none;display:flex}.map-link-bar__item:last-child{border-right:none}.map-link-bar__item:hover,.map-link-bar__item:focus-visible{color:var(--color-primary);background-color:#fff}.map-link-bar__icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.map-link-bar__icon--naver{color:#fff;background-color:#03c75a;border-radius:4px;font-size:.8125rem;font-weight:800;line-height:1}.map-link-bar__icon--kakao{background-color:#fee500;border-radius:4px}.map-link-bar__icon--copy{color:var(--color-primary)}.map-link-bar__label{white-space:nowrap}@media (width<=1100px){.map-link-bar__label{white-space:normal;text-align:center}}@media (width<=768px){.map-link-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.map-link-bar__item{border-bottom:1px solid var(--color-border)}.map-link-bar__item:nth-child(2n){border-right:none}.map-link-bar__item:nth-last-child(-n+1){border-bottom:none}.map-link-bar__item{padding:.875rem .5rem;font-size:.875rem}}@media (width<=480px){.map-link-bar__item{flex-direction:column;gap:.375rem;min-height:72px;font-size:.8125rem}}.map-section{width:100%;margin:0}.map-section__grid{grid-template-columns:1fr 1fr;gap:1.25rem;width:100%;display:grid}.map-section__map,.map-section__sketch{background-color:var(--color-white);border:1px solid #4da6ff1a;border-radius:24px;width:100%;height:auto;min-height:clamp(240px,42vw,400px);overflow:hidden;box-shadow:0 10px 32px #4da6ff24}.map-section__sketch{justify-content:center;align-items:center;margin:0;padding:.75rem;display:flex}.map-section__sketch-img{object-fit:contain;width:100%;height:100%;display:block}@media (width<=992px){.map-section__grid{grid-template-columns:1fr;gap:1rem}}@media (width<=768px){.map-section__map,.map-section__sketch{border-radius:20px;min-height:clamp(220px,55vw,320px)}}.location-info{margin:0}.location-info__card{background-color:#f3f8fe;border:1px solid #e6e8ec;border-radius:16px;overflow:hidden;container:location-info/inline-size}.location-info__content{grid-template-columns:minmax(0,1.05fr) minmax(0,.72fr) minmax(0,1.48fr);align-items:stretch;display:grid}.location-info__column{min-height:24rem;position:relative;overflow:hidden}.location-info__column:not(:last-child){border-right:1px solid #d2dae4e6}.location-info__column-bg{z-index:0;background:var(--location-col-bg) right bottom / cover no-repeat;pointer-events:none;position:absolute;inset:0}.location-info__column--directions .location-info__column-bg{background-position:bottom;background-size:contain}.location-info__column--directions .location-info__column-inner{padding-bottom:11.5rem}.location-info__column--phone .location-info__column-bg{background-position:50%;background-size:cover}.location-info__column--worship .location-info__column-bg{background-position:100% 100%;background-size:auto 58%}.location-info__column-inner{z-index:1;flex-direction:column;align-items:flex-start;gap:1.125rem;min-height:100%;padding:2.125rem 1.75rem 2rem;display:flex;position:relative}.location-info__column--phone .location-info__column-inner{gap:.875rem}.location-info__directions{flex-direction:column;gap:.5rem;width:100%;display:flex}.location-info__header{align-self:flex-start;align-items:center;gap:.5rem;display:inline-flex}.location-info__icon{background-color:var(--color-primary);width:2rem;height:2rem;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.location-info__label{color:#1a1a1a;letter-spacing:-.02em;font-size:1.125rem;font-weight:700;line-height:1.3}.location-info__address{color:#5f6670;word-break:keep-all;margin:0;font-size:.9375rem;font-weight:500;line-height:1.65}.location-info__church-name{color:var(--color-primary);margin:0;font-size:1rem;font-weight:600;line-height:1.5}.location-info__column--phone .location-info__label{font-size:1rem}.location-info__phone-number{color:var(--color-primary);letter-spacing:-.03em;white-space:nowrap;transition:opacity var(--transition);font-size:clamp(1.125rem,2.2cqi,1.375rem);font-weight:700;line-height:1.35;text-decoration:none}.location-info__phone-number:hover,.location-info__phone-number:focus-visible{opacity:.82}.location-info__phone-desc{color:#5f6670;margin:0;font-size:.8125rem;font-weight:500;line-height:1.5}.location-info__phone-hours{flex-direction:column;gap:.125rem;margin-top:.25rem;display:flex}.location-info__phone-hours-label,.location-info__phone-hours-value{margin:0;font-size:.8125rem;line-height:1.5}.location-info__phone-hours-label{color:#1a1a1a;font-weight:600}.location-info__phone-hours-value{color:#5f6670;font-weight:500}.location-info__column--worship .location-info__label{font-size:1.1875rem}.location-info__worship{flex-direction:column;flex:1;align-items:stretch;gap:1.375rem;width:100%;min-width:0;display:flex}.location-info__column--worship .location-info__column-inner{padding-left:1.375rem;padding-right:1.375rem}.location-info__worship-grid{flex:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 1.375rem;width:100%;min-width:0;display:grid}.location-info__worship-list{width:100%;min-width:0;margin:0;padding:0;list-style:none}.location-info__worship-item{word-break:keep-all;grid-template-columns:minmax(0,1fr) minmax(5.5rem,auto);align-items:start;gap:.375rem .75rem;padding:.4375rem 0;display:grid}.location-info__worship-name{color:#1a1a1a;min-width:0;font-size:.875rem;font-weight:600;line-height:1.45}.location-info__worship-time-col{text-align:right;flex-direction:column;justify-self:end;align-items:flex-end;min-width:max-content;display:flex}.location-info__worship-time{color:var(--color-primary);white-space:nowrap;font-size:.875rem;font-weight:600;line-height:1.45}.location-info__worship-time-sub{color:var(--color-primary);white-space:nowrap;font-size:.8125rem;font-weight:500;line-height:1.4}.location-info__worship-link{border:1.5px solid var(--color-primary);color:var(--color-primary);white-space:nowrap;transition:background-color var(--transition), color var(--transition);background-color:#ffffffb8;border-radius:999px;justify-content:center;align-self:center;align-items:center;margin-top:auto;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.location-info__worship-link-arrow{margin-left:.125rem}.location-info__worship-link:hover,.location-info__worship-link:focus-visible{background-color:var(--color-primary);color:var(--color-white)}.location-info__phone-top{display:contents}.location-info__phone-number--compact{display:none}.location-info__phone-body{flex-direction:column;align-items:flex-start;gap:.375rem;width:100%;display:flex}.location-info__worship-compact{display:none}.location-info__worship-full{flex-direction:column;align-items:flex-start;gap:1.125rem;width:100%;min-height:100%;display:flex}@container location-info (width<=1100px){.location-info__content{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.location-info__column--worship{grid-column:1/-1}.location-info__column:not(:last-child){border-right:none}.location-info__column--directions{border-right:1px solid #d2dae4e6}.location-info__column--worship{border-top:1px solid #d2dae4e6}.location-info__column{min-height:auto}.location-info__column-inner{padding:1.75rem 1.5rem}.location-info__column--directions .location-info__column-inner{text-align:center;align-items:center;padding-bottom:10rem}.location-info__column--directions .location-info__header,.location-info__column--directions .location-info__directions{text-align:center;align-self:center;align-items:center}.location-info__column--directions .location-info__column-bg{background-position:bottom;background-size:contain}.location-info__column--worship .location-info__column-inner{padding-left:1.75rem;padding-right:1.75rem}.location-info__column--worship .location-info__column-bg{opacity:.85;background-size:auto 48%}.location-info__worship-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 2rem}.location-info__worship-item{grid-template-columns:minmax(0,1fr) auto;gap:.5rem 1rem;padding:.5rem 0}}@container location-info (width<=580px){.location-info__content{grid-template-columns:1fr}.location-info__column--directions{border-bottom:1px solid #d2dae4e6;border-right:none}.location-info__column--phone{border-bottom:1px solid #d2dae4e6}.location-info__column--worship{border-top:none}.location-info__column--directions .location-info__column-inner{text-align:left;align-items:flex-start;padding-bottom:9.5rem}.location-info__column--directions .location-info__header,.location-info__column--directions .location-info__directions{text-align:left;align-self:flex-start;align-items:flex-start}.location-info__column--phone .location-info__column-inner{gap:0}.location-info__phone-top{justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.location-info__phone-number--compact{flex-shrink:0;font-size:1.125rem;display:block}.location-info__phone-body,.location-info__column--worship .location-info__column-bg{display:none}.location-info__column--worship .location-info__column-inner{padding-top:1.25rem;padding-bottom:1.25rem}.location-info__worship-compact{width:100%;color:inherit;justify-content:space-between;align-items:center;gap:.75rem;text-decoration:none;display:flex}.location-info__worship-compact-arrow{color:#9ca3af;font-size:1.125rem;font-weight:600;line-height:1}.location-info__worship-full{display:none}.location-info__worship-grid{grid-template-columns:1fr;gap:.25rem 0}.location-info__worship-item{grid-template-columns:minmax(0,1fr) auto}.location-info__worship-time,.location-info__worship-time-sub{white-space:normal}}@media (width<=1280px){.location-info__content{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.location-info__column--worship{border-top:1px solid #d2dae4e6;grid-column:1/-1}.location-info__column:not(:last-child){border-right:none}.location-info__column--directions{border-right:1px solid #d2dae4e6}.location-info__column{min-height:auto}.location-info__column--directions .location-info__column-inner{text-align:center;align-items:center;padding-bottom:10rem}.location-info__column--directions .location-info__header,.location-info__column--directions .location-info__directions{text-align:center;align-self:center;align-items:center}.location-info__worship-grid{gap:0 2rem}}@media (width<=899px){.location-info__content{grid-template-columns:1fr}.location-info__column--directions{border-bottom:1px solid #d2dae4e6;border-right:none}.location-info__column--phone{border-bottom:1px solid #d2dae4e6}.location-info__column--worship{border-top:none}.location-info__column--directions .location-info__column-inner{text-align:left;align-items:flex-start;padding-bottom:9.5rem}.location-info__column--directions .location-info__header,.location-info__column--directions .location-info__directions{text-align:left;align-self:flex-start;align-items:flex-start}.location-info__column--phone .location-info__column-inner{gap:0}.location-info__phone-top{justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.location-info__phone-number--compact{flex-shrink:0;font-size:1.125rem;display:block}.location-info__phone-body,.location-info__column--worship .location-info__column-bg{display:none}.location-info__column--worship .location-info__column-inner{padding-top:1.25rem;padding-bottom:1.25rem}.location-info__worship-compact{width:100%;color:inherit;justify-content:space-between;align-items:center;gap:.75rem;text-decoration:none;display:flex}.location-info__worship-full{display:none}}.location-visitor{margin-bottom:0}.location-visitor__grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:1.25rem;display:grid}.location-visitor__card{background-color:var(--color-white);border:1px solid #e6e8ec;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.location-visitor__card-header{align-items:center;gap:.625rem;padding:1.5rem 1.5rem 1rem;display:flex}.location-visitor__icon{background-color:var(--color-primary);width:2.25rem;height:2.25rem;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.location-visitor__card-title{color:#1a1a1a;margin:0;font-size:1.125rem;font-weight:700}.location-visitor__card-body{flex-direction:column;flex:1;gap:.625rem;padding:0 1.5rem 1.25rem;display:flex}.location-visitor__card-body--car{flex-direction:row;align-items:flex-start;gap:1rem}.location-visitor__card--car .location-visitor__card-body{flex-grow:1;align-content:flex-start}.location-visitor__car-text{flex-direction:column;flex:1;justify-content:flex-start;gap:.5rem;min-width:0;display:flex}.location-visitor__subtitle{color:var(--color-primary);margin:0;font-size:.9375rem;font-weight:700}.location-visitor__description{color:#1a1a1a;margin:0;font-size:.9375rem;line-height:1.65}.location-visitor__card--car .location-visitor__image-wrap{border-radius:12px;flex:1.15;min-width:0;margin:0;overflow:hidden}.location-visitor__card--car .location-visitor__image{object-fit:cover;width:100%;height:100%;min-height:148px;display:block}.location-visitor__card-footer{align-items:center;gap:.625rem;margin-top:auto;padding:1rem 1.5rem 1.5rem;display:flex}.location-visitor__footer-icon{background-color:var(--color-primary);width:2rem;height:2rem;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.location-visitor__footer-text{color:#5f6670;margin:0;font-size:.875rem;font-weight:500}.location-visitor__card--bus .location-visitor__card-header{padding-left:calc(1.5rem + 5px);padding-right:calc(1.5rem + 5px)}.location-visitor__table-wrap{flex:1;padding:0 1.5rem 1.5rem}.location-visitor__card--bus .location-visitor__table-wrap{padding-left:calc(1.5rem + 5px);padding-right:calc(1.5rem + 5px)}.location-visitor__table{border-collapse:separate;border-spacing:0;table-layout:fixed;border:1px solid #dfe8f2;border-radius:10px;width:100%;overflow:hidden}.location-visitor__table th:first-child,.location-visitor__table td:first-child{width:22%}.location-visitor__table th:nth-child(2),.location-visitor__table td:nth-child(2){width:calc(18% + 10px)}.location-visitor__table th:nth-child(3),.location-visitor__table td:nth-child(3){width:calc(60% - 10px)}.location-visitor__table th{color:#1a1a1a;text-align:center;background-color:#edf6ff;border-bottom:1px solid #dfe8f2;border-right:1px solid #dfe8f2;padding:.75rem .625rem;font-size:.875rem;font-weight:700}.location-visitor__table th:last-child{border-right:none}.location-visitor__table td{color:#5f6670;text-align:center;vertical-align:middle;border-bottom:1px solid #eef1f5;border-right:1px solid #eef1f5;padding:1rem .625rem;font-size:.875rem;line-height:1.55}.location-visitor__table td:last-child{border-right:none}.location-visitor__table tbody tr:last-child td{border-bottom:none}.location-visitor__table-direction,.location-visitor__table-bus{color:var(--color-primary);text-align:center;font-weight:600}.location-visitor__table-info{text-align:center}.location-visitor__route-info{word-break:keep-all;flex-direction:column;align-items:center;gap:.375rem;line-height:1.5;display:flex}.location-visitor__route-stop{color:#1a1a1a;font-weight:600}.location-visitor__route-walk{color:#5f6670}.location-visitor__highlight{color:var(--color-primary);font-weight:700}@media (width<=992px){.location-visitor__grid{grid-template-columns:1fr}.location-visitor__card-body--car{flex-direction:column;flex-grow:0;gap:.875rem}.location-visitor__car-text,.location-visitor__card--car .location-visitor__image-wrap{flex:none;width:100%}.location-visitor__card--car .location-visitor__image{aspect-ratio:16/9;min-height:0;max-height:none}}@media (width<=768px){.location-visitor__card-body,.location-visitor__table-wrap,.location-visitor__card-footer{padding-left:1.25rem;padding-right:1.25rem}.location-visitor__card--bus .location-visitor__card-header,.location-visitor__card--bus .location-visitor__table-wrap{padding-left:calc(1.25rem + 5px);padding-right:calc(1.25rem + 5px)}.location-visitor__table th,.location-visitor__table td{padding:.75rem .375rem;font-size:.8125rem}}@media (width<=560px){.location-visitor__table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.location-visitor__table{width:100%;min-width:0}.location-visitor__table th,.location-visitor__table td{white-space:normal;word-break:keep-all;overflow-wrap:anywhere}}.location-vr{background:linear-gradient(135deg,#eef7ff 0%,#e3f3fb 55%,#dceefb 100%);border:1px solid #4da6ff1f;border-radius:24px;justify-content:space-between;align-items:center;gap:1.5rem;padding:2.25rem 2.5rem;display:flex}.location-vr__eyebrow{color:#3b2a20;margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.location-vr__desc{color:#5a4a42;margin:0;font-size:.9375rem}.location-vr__badge{background-color:var(--color-white);border:2px solid #4da6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:4.75rem;height:4.75rem;display:flex}.location-vr__badge-text{color:#4da6ff;font-size:.875rem;font-weight:700}.location-vr__action{color:var(--color-white);white-space:nowrap;transition:background-color var(--transition);background-color:#4da6ff;border-radius:999px;flex-shrink:0;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none}.location-vr__action:hover,.location-vr__action:focus-visible{background-color:#3d96eb}@media (width<=768px){.location-vr{flex-direction:column;align-items:flex-start;padding:1.75rem 1.5rem}.location-vr__badge{align-self:center}.location-vr__action{text-align:center;width:100%}}.location-page{flex-direction:column;gap:0;width:100%;display:flex}.location-page__content{flex-direction:column;gap:.875rem;width:100%;margin-top:1.5rem;display:flex}.location-page .map-section{margin-top:0}.location-page .root_daum_roughmap .border2,.location-page .root_daum_roughmap .wrap_controllers{display:none}.location-page .location-visitor,.location-page .location-vr{width:100%;margin-top:2.5rem}@media (width<=768px){.location-page__content{gap:.75rem;margin-top:1.25rem}.location-page .location-visitor,.location-page .location-vr{margin-top:2rem}}.member-menu-sidebar .category-sidebar__link{text-align:left;cursor:pointer;border:none;width:100%;font-family:inherit}@media (width<=1024px){.member-menu-sidebar.category-sidebar{width:calc(100% - 40px);max-width:1100px;margin:0 auto 1rem;display:block}}@media (width<=768px){.member-menu-sidebar.category-sidebar{width:calc(100% - 24px)}}@media (width<=480px){.member-menu-sidebar.category-sidebar{width:calc(100% - 16px)}}.auth-page{min-height:calc(100vh - var(--header-height));font-family:var(--font-family-brand)}.auth-page__main{flex-direction:column;display:flex}.auth-page__body{width:100%;max-width:420px;margin:0 auto}.auth-login,.auth-sub-form{flex-direction:column;gap:12px;display:flex}.auth-login__remember{color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.875rem;display:inline-flex}.auth-login__checkbox{width:16px;height:16px;accent-color:var(--color-primary);cursor:pointer;margin:0}.auth-login__submit,.auth-sub-form__submit{width:100%;height:52px;color:var(--color-white);cursor:pointer;transition:background-color var(--transition);background-color:#4da6ff;border:none;border-radius:8px;margin-top:.5rem;font-family:inherit;font-size:1rem;font-weight:600}.auth-login__submit:hover,.auth-login__submit:focus-visible,.auth-sub-form__submit:hover,.auth-sub-form__submit:focus-visible{background-color:var(--color-primary-dark)}.auth-login__submit:disabled,.auth-sub-form__submit:disabled{opacity:.7;cursor:not-allowed}.auth-form__input{width:100%;height:48px;color:var(--color-text);background-color:var(--color-white);transition:border-color var(--transition);border:1px solid #dce5ef;border-radius:8px;padding:0 1rem;font-family:inherit;font-size:.9375rem}.auth-form__input:focus{border-color:#4da6ff;outline:none}.auth-form__input::placeholder{color:#9ca3af}.auth-form__feedback{text-align:center;margin:.25rem 0 0;font-size:.875rem;line-height:1.5}.auth-form__feedback--error{color:#dc2626}.auth-form__feedback--success{color:#1f3a5f}.auth-form__feedback--multiline{white-space:pre-line;line-height:1.7}.auth-page__footer{flex-wrap:wrap;justify-content:center;align-items:center;margin-top:1.75rem;padding-top:0;display:flex}.auth-page__footer-item{align-items:center;display:inline-flex}.auth-page__footer-separator{color:#d1d5db;-webkit-user-select:none;user-select:none;margin:0 1rem;font-size:.875rem}.auth-page__footer-link{color:#6b7280;cursor:pointer;transition:color var(--transition);background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none}.auth-page__footer-link:hover,.auth-page__footer-link:focus-visible,.auth-page__footer-link--active{color:#4da6ff}@media (width<=768px){.auth-page__body{max-width:100%}}.auth-form__field{flex-direction:column;gap:.5rem;display:flex}.auth-form__field-label{color:#374151;font-size:.875rem;font-weight:600}.auth-form__field-hint{color:#6b7280;margin:0;font-size:.875rem}.auth-form__question-text{color:#1f2937;background-color:#f8fafc;border:1px solid #dce5ef;border-radius:8px;margin:0;padding:.875rem 1rem;font-size:.9375rem;line-height:1.6}.auth-sub-form__secondary{background-color:var(--color-white);color:#374151;cursor:pointer;width:100%;height:44px;transition:border-color var(--transition), background-color var(--transition);border:1px solid #dce5ef;border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:600}.auth-sub-form__secondary:hover:not(:disabled),.auth-sub-form__secondary:focus-visible:not(:disabled){background-color:#f8fbff;border-color:#4da6ff}.auth-sub-form__secondary:disabled{opacity:.7;cursor:not-allowed}.auth-sub-form__back{text-align:center;margin-top:.5rem;display:block}.auth-find-id-result{flex-direction:column;gap:1rem;display:flex}.auth-find-id-result__card{text-align:center;background:linear-gradient(#f8fbff 0%,#fff 100%);border:1px solid #dce5ef;border-radius:16px;padding:1.75rem 1.5rem;box-shadow:0 10px 28px #4da6ff14}.auth-find-id-result__lead,.auth-find-id-result__suffix{color:#1f3a5f;margin:0;font-size:.9375rem;font-weight:600}.auth-find-id-result__rule{background:linear-gradient(90deg,#4da6ff00 0%,#4da6ff73 50%,#4da6ff00 100%);height:1px;margin:1rem 0}.auth-find-id-result__username{letter-spacing:.02em;color:#4da6ff;word-break:break-all;font-size:1.5rem;font-weight:700;line-height:1.2;display:block}.auth-find-id-result__login{justify-content:center;align-items:center;text-decoration:none;display:flex}@media (width<=768px){.auth-find-id-result__card{padding:1.5rem 1.25rem}.auth-find-id-result__username{font-size:1.25rem}}.signup-toast{top:calc(var(--header-height,72px) + 1rem);z-index:1200;background-color:#fff;border-radius:12px;align-items:flex-start;gap:.75rem;width:min(92vw,420px);padding:.875rem 1rem;animation:.25s signup-toast-in;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0f172a29}.signup-toast__message{white-space:pre-line;flex:1;margin:0;font-size:.9375rem;line-height:1.5}.signup-toast__message--error{color:#b42318}.signup-toast__message--success{color:#027a48}.signup-toast__close{color:#667085;cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;width:1.75rem;height:1.75rem;font-size:1.25rem;line-height:1}.signup-toast__close:hover,.signup-toast__close:focus-visible{background-color:#f2f4f7}@keyframes signup-toast-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@media (width<=768px){.signup-toast{top:auto;bottom:1rem}}.signup-page{--signup-control-height:48px;min-height:calc(100vh - var(--header-height));font-family:var(--font-family-brand)}.signup-page__main{flex-direction:column;display:flex}.signup-page__container{max-width:860px;margin:0 auto;animation:.55s forwards signup-fade-up}.signup-card--embedded{box-shadow:none;background:0 0;border-radius:0;padding:0}@keyframes signup-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.signup-card{background-color:#fff;border-radius:24px;padding:48px;box-shadow:0 15px 40px #0000000d}.signup-card__header{text-align:center;margin-bottom:2.25rem}.signup-card__title{color:#1f2d3d;letter-spacing:-.02em;margin:0;font-size:1.875rem;font-weight:700;line-height:1.3}.signup-card__accent{background-color:#4da6ff;border-radius:2px;width:40px;height:3px;margin:1rem auto 0}.signup-card__description{color:#6b7280;max-width:32rem;margin:1.25rem auto 0;font-size:.9375rem;line-height:1.65}.signup-form{flex-direction:column;gap:2rem;display:flex}.signup-form__fields{flex-direction:column;gap:1.25rem;display:flex}.signup-field-card{background-color:#fff;border:1px solid #e5edf5;border-radius:16px;padding:20px;transition:border-color .25s,box-shadow .25s;animation:.45s backwards signup-fade-up}.signup-form__fields .signup-field-card:first-child{animation-delay:40ms}.signup-form__fields .signup-field-card:nth-child(2){animation-delay:80ms}.signup-form__fields .signup-field-card:nth-child(3){animation-delay:.12s}.signup-form__fields .signup-field-card:nth-child(4){animation-delay:.16s}.signup-form__fields .signup-field-card:nth-child(5){animation-delay:.2s}.signup-form__fields .signup-field-card:nth-child(6){animation-delay:.24s}.signup-form__fields .signup-field-card:nth-child(7){animation-delay:.28s}.signup-field-card:focus-within{border-color:#4da6ff;box-shadow:0 0 0 4px #4da6ff1f}.signup-field-card--error{border-color:#fca5a5}.signup-field-card--error:focus-within{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.signup-field-card__header{align-items:center;gap:.5rem;margin-bottom:.875rem;display:flex}.signup-field-card__icon{color:#4da6ff;flex-shrink:0;width:1.125rem;height:1.125rem}.signup-field-card__label{color:#1f2d3d;font-size:.9375rem;font-weight:600}.signup-field-card__optional{color:#6b7280;font-size:.8125rem;font-weight:500}.signup-field-card__body{flex-direction:column;display:flex}.signup-field-card__row{min-height:var(--signup-control-height);align-items:stretch;gap:.625rem;display:flex}.signup-field-card__input{box-sizing:border-box;min-width:0;min-height:var(--signup-control-height);height:var(--signup-control-height);color:#1f2d3d;background-color:#f7fafd;border:1px solid #0000;border-radius:10px;flex:1 0;padding:0 1rem;font-family:inherit;font-size:.9375rem;line-height:normal;transition:background-color .25s,border-color .25s;display:block}.signup-field-card__input--full{flex:none;width:100%}.signup-field-card__input:focus{background-color:#eef7ff;border-color:#e5edf5;outline:none}.signup-field-card__input::placeholder{color:#9ca3af}.signup-password-input{width:100%;position:relative}.signup-password-input__field{padding-right:2.75rem}.signup-password-input__toggle{color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:color .2s,background-color .2s;display:inline-flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.signup-password-input__toggle:hover{color:#2f80ed;background-color:#2f80ed14}.signup-password-input__toggle:focus-visible{outline-offset:2px;outline:2px solid #2f80ed59}.signup-password-input__toggle:disabled{cursor:not-allowed;opacity:.5}.signup-password-input__toggle svg{width:1.125rem;height:1.125rem}.signup-birth-date{min-height:var(--signup-control-height);align-items:stretch;gap:.625rem;display:flex}.signup-birth-date__dropdown{flex:1;min-width:0;position:relative}.signup-birth-date__select{box-sizing:border-box;width:100%;min-width:0;min-height:var(--signup-control-height);height:var(--signup-control-height);color:#1f2d3d;text-align:left;appearance:none;cursor:pointer;background-color:#f7fafd;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;border:1px solid #0000;border-radius:10px;padding:0 2rem 0 1rem;font-family:inherit;font-size:.9375rem;line-height:normal;transition:background-color .25s,border-color .25s}.signup-birth-date__menu{z-index:30;background-color:#fff;border:1px solid #e5edf5;border-radius:10px;max-height:15rem;margin:0;padding:.375rem 0;list-style:none;position:absolute;top:calc(100% + .375rem);left:0;right:0;overflow-y:auto;box-shadow:0 12px 28px #0f172a1f}.signup-birth-date__option{color:#1f2d3d;text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:.625rem 1rem;font-family:inherit;font-size:.9375rem;line-height:1.4;display:block}.signup-birth-date__option:hover,.signup-birth-date__option:focus-visible{background-color:#eef7ff;outline:none}.signup-birth-date__option--selected{color:#2f80ed;font-weight:600}.signup-birth-date__dropdown--open .signup-birth-date__select{background-color:#eef7ff;border-color:#e5edf5}.signup-birth-date__select:focus{background-color:#eef7ff;border-color:#e5edf5;outline:none}.signup-birth-date__select--placeholder{color:#9ca3af}.signup-birth-date__select:disabled{cursor:not-allowed;opacity:.85}.signup-field-card__message{margin:.625rem 0 0;font-size:.8125rem;line-height:1.5}.signup-field-card__hint{color:#6b7280;margin:.625rem 0 0;font-size:.8125rem;line-height:1.5}.signup-field-card__message--error{color:#ef4444}.signup-field-card__message--success{color:#059669}.signup-btn{height:var(--signup-control-height);min-height:var(--signup-control-height);white-space:nowrap;cursor:pointer;border-radius:10px;flex-shrink:0;padding:0 1.125rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s}.signup-btn--secondary{color:#4da6ff;background-color:#fff;border:1px solid #4da6ff}.signup-btn--secondary:hover:not(:disabled),.signup-btn--secondary:focus-visible:not(:disabled){background-color:#eef7ff;transform:translateY(-1px)}.signup-btn--secondary-verified{background-color:#eef7ff}.signup-btn--secondary:disabled{opacity:.55;cursor:not-allowed;transform:none}.signup-form__actions{flex-direction:column;gap:1.25rem;display:flex}.signup-form__actions-row{gap:.75rem;width:100%;display:flex}.signup-form__actions-row .signup-btn--primary,.signup-form__actions-row .signup-btn--danger{flex:1;width:auto;min-width:0}.signup-btn--primary{color:#fff;background-color:#4da6ff;border:none;border-radius:14px;width:100%;height:56px;font-size:1rem;font-weight:600}.signup-btn--primary:hover:not(:disabled),.signup-btn--primary:focus-visible:not(:disabled){background-color:#3b94f6;transform:translateY(-2px);box-shadow:0 6px 20px #4da6ff47}.signup-btn--primary:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.signup-btn--danger{color:#d32f2f;background-color:#fff;border:1px solid #d32f2f;border-radius:14px;width:100%;height:56px;font-size:1rem;font-weight:600}.signup-btn--danger:hover:not(:disabled),.signup-btn--danger:focus-visible:not(:disabled){color:#d32f2f;background-color:#ffefef;transform:translateY(-2px);box-shadow:0 6px 20px #d32f2f1f}.signup-btn--danger:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.signup-agreements{background-color:#fff;border:1px solid #e5edf5;border-radius:16px;flex-direction:column;gap:1rem;padding:20px;animation:.45s .32s backwards signup-fade-up;display:flex}.signup-agreement{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;display:flex}.signup-agreement__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.signup-agreement__check{background-color:#fff;border:2px solid #e5edf5;border-radius:6px;flex-shrink:0;width:22px;height:22px;transition:background-color .2s,border-color .2s;position:relative}.signup-agreement__check:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;transition:transform .15s;position:absolute;top:3px;left:6px;transform:rotate(45deg)scale(0)}.signup-agreement__input:checked+.signup-agreement__check{background-color:#4da6ff;border-color:#4da6ff}.signup-agreement__input:checked+.signup-agreement__check:after{transform:rotate(45deg)scale(1)}.signup-agreement__input:focus-visible+.signup-agreement__check{box-shadow:0 0 0 4px #4da6ff1f}.signup-agreement__text{color:#1f2d3d;font-size:.9375rem;line-height:1.5}.signup-agreement__badge{color:#6b7280;margin-left:.25rem;font-size:.8125rem;font-weight:500}.signup-agreements__error{color:#ef4444;margin:-.5rem 0 0;padding-left:2rem;font-size:.8125rem}.signup-form__feedback{text-align:center;border-radius:12px;margin:0;padding:.875rem 1rem;font-size:.875rem;line-height:1.5}.signup-form__feedback--error{color:#b91c1c;background-color:#fef2f2}.signup-form__feedback--success{color:#047857;background-color:#ecfdf5}.signup-form__login{text-align:center;color:#6b7280;margin:0;font-size:.9375rem}.signup-form__login-link{color:#4da6ff;margin-left:.375rem;font-weight:600;text-decoration:none;transition:color .2s}.signup-form__login-link:hover,.signup-form__login-link:focus-visible{color:#3b94f6}.signup-verify-panel{text-align:center;flex-direction:column;gap:1.25rem;display:flex}.signup-verify-panel--pending{padding:.5rem 0 0}.signup-verify-panel__eyebrow{font-family:var(--font-family-en);letter-spacing:.08em;color:#4da6ff;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.signup-verify-panel__icon{margin:0;font-size:2.5rem;line-height:1}.signup-verify-panel__title{color:#1f2d3d;letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.signup-verify-panel__text{color:#6b7280;white-space:pre-line;margin:0;font-size:.9375rem;line-height:1.75}.signup-verify-panel__note{color:#4da6ff;margin:0;font-size:.875rem;font-weight:600}.signup-verify-panel__status{color:#6b7280;margin:-.5rem 0 0;font-size:.875rem;line-height:1.6}.signup-verify-panel__actions{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.signup-btn--full{width:100%}.signup-email-actions{flex-direction:column;gap:.625rem;margin-top:.75rem;display:flex}.signup-leave-modal{z-index:1200;background-color:#0f172a73;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.signup-leave-modal__dialog{background-color:#fff;border-radius:20px;width:min(100%,420px);padding:2rem 1.75rem 1.5rem;box-shadow:0 20px 50px #0000002e}.signup-leave-modal__title{color:#1f2d3d;letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700;line-height:1.45}.signup-leave-modal__content{color:#6b7280;white-space:pre-line;margin:1rem 0 0;font-size:.9375rem;line-height:1.7}.signup-leave-modal__actions{gap:.75rem;margin-top:1.5rem;display:flex}.signup-leave-modal__actions .signup-btn{flex:1}@media (width<=1024px){.signup-card{padding:36px 32px}}@media (width<=768px){.signup-card{border-radius:20px;width:100%;padding:28px}.signup-field-card__row{flex-direction:column}.signup-btn--secondary{width:100%}}@media (prefers-reduced-motion:reduce){.signup-page__container,.signup-field-card,.signup-agreements{animation:none}.signup-btn,.signup-field-card,.signup-field-card__input{transition:none}}.signup-progress{border-bottom:1px solid #e5edf5;margin:0 0 2rem;padding-bottom:1.5rem}.signup-progress__list{justify-content:center;align-items:flex-start;gap:0;margin:0;padding:0;list-style:none;display:flex}.signup-progress__item{flex:1;align-items:center;min-width:0;display:flex}.signup-progress__item:last-child{flex:none}.signup-progress__step{text-align:center;flex-direction:column;align-items:center;gap:.625rem;min-width:6.5rem;display:flex}.signup-progress__badge{color:#9ca3af;background-color:#f3f4f6;border:2px solid #d1d5db;border-radius:999px;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.125rem;display:inline-flex}.signup-progress__badge svg{width:1.25rem;height:1.25rem}.signup-progress__label{flex-direction:column;gap:.125rem;display:flex}.signup-progress__eyebrow{font-family:var(--font-family-en);letter-spacing:.06em;color:#9ca3af;font-size:.6875rem;font-weight:600}.signup-progress__title{color:#9ca3af;font-size:.875rem;font-weight:600}.signup-progress__connector{flex:1;align-items:center;min-width:2rem;margin:0 .375rem 1.75rem;display:flex}.signup-progress__connector-line{border-top:2px dotted #cbd5e1;flex:1;height:0}.signup-progress__connector-arrow{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:7px solid #cbd5e1;width:0;height:0;margin-left:2px}.signup-progress__item--active .signup-progress__badge{color:#fff;background-color:#4b5563;border-color:#4b5563}.signup-progress__item--active .signup-progress__eyebrow,.signup-progress__item--active .signup-progress__title{color:#1f2937;font-weight:700}.signup-progress__item--completed .signup-progress__badge{color:#4da6ff;background-color:#eef7ff;border-color:#4da6ff}.signup-progress__item--completed .signup-progress__connector-line{border-top-style:solid;border-top-color:#4da6ff}.signup-progress__item--completed .signup-progress__connector-arrow{border-left-color:#4da6ff}.signup-progress__item--completed .signup-progress__title{color:#374151}.signup-progress__item--upcoming .signup-progress__badge{background-color:#f9fafb}.signup-step-terms{flex-direction:column;gap:0;display:flex}.signup-step-terms__panel{background-color:#fff;border:1px solid #d1d5db;padding:1.5rem}.signup-step-form__header{text-align:left;margin-bottom:1.75rem}.signup-step-form__title{color:#1f2d3d;letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.signup-step-form__description{color:#6b7280;margin:.75rem 0 0;font-size:.9375rem;line-height:1.65}.signup-step-terms__sections{flex-direction:column;gap:2rem;display:flex}.signup-policy-block{background-color:#0000;border:none;border-radius:0;padding:0}.signup-policy-block+.signup-policy-block{border-top:1px solid #e5e7eb;padding-top:2rem}.signup-policy-block__title{color:#374151;align-items:center;gap:.5rem;margin:0 0 .875rem;font-size:.9375rem;font-weight:700;display:flex}.signup-policy-block__bullet{background-color:#9ca3af;flex-shrink:0;width:.625rem;height:.625rem}.signup-policy-scroll{background-color:#fff;border:1px solid #d1d5db;border-radius:0;max-height:160px;margin-bottom:.875rem;padding:.875rem 1rem;overflow-y:auto}.signup-policy-scroll:focus{border-color:#4da6ff;outline:none;box-shadow:inset 0 0 0 1px #4da6ff}.signup-policy-scroll__inner{color:#4b5563;font-size:.8125rem;line-height:1.65}.signup-policy-scroll__inner h3,.signup-policy-scroll__inner h4{color:#1f2937;margin:1rem 0 .5rem;font-size:.875rem}.signup-policy-scroll__inner h3:first-child,.signup-policy-scroll__inner h4:first-child,.signup-policy-scroll__inner p:first-child{margin-top:0}.signup-policy-scroll__inner ul,.signup-policy-scroll__inner ol{margin:0 0 .75rem;padding-left:1.25rem}.signup-policy-scroll__inner p{margin:0 0 .75rem}.signup-policy-scroll__inner .policy-doc__note{background-color:#f9fafb;border-radius:0;margin-bottom:.875rem;padding:.75rem .875rem;font-size:.8125rem}.signup-policy-scroll__inner .policy-doc__footer{text-align:right;border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:.875rem;font-weight:600}.signup-policy-block__choices{border:none;justify-content:center;align-items:center;gap:2rem;margin:0;padding:0;display:flex}.signup-policy-block__legend{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.signup-policy-block__choice{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.375rem;display:inline-flex}.signup-policy-block__radio{accent-color:#4da6ff;cursor:pointer;width:1rem;height:1rem;margin:0}.signup-policy-block__choice-text{color:#374151;font-size:.875rem}.signup-policy-all{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#f3f4f6;border:1px solid #d1d5db;border-top:none;align-items:center;gap:.75rem;margin-top:0;padding:1rem 1.25rem;display:flex}.signup-policy-all__checkbox{accent-color:#4da6ff;cursor:pointer;width:1rem;height:1rem;margin:0}.signup-policy-all__text{color:#374151;font-size:.875rem;font-weight:500;line-height:1.5}.signup-wizard-actions{gap:.75rem;margin-top:1.5rem;display:flex}.signup-wizard-actions--end{justify-content:flex-end}.signup-wizard-actions .signup-btn--primary,.signup-wizard-actions .signup-btn--outline{flex:1;height:56px;min-height:56px}.signup-wizard-actions--end .signup-btn--primary{flex:0 220px}.signup-btn--outline{color:#4b5563;background-color:#fff;border:1px solid #d8e3ef}.signup-btn--outline:hover:not(:disabled),.signup-btn--outline:focus-visible:not(:disabled){color:#4da6ff;background-color:#fff;border-color:#4da6ff}.signup-btn--outline:disabled{opacity:.55;cursor:not-allowed}.signup-agreements--optional{margin-top:.25rem}.signup-step-complete{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem 1rem;display:flex}.signup-step-complete__icon{color:#4da6ff;background-color:#eef7ff;border-radius:999px;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:1.5rem;font-size:3rem;display:inline-flex}.signup-step-complete__title{color:#1f2d3d;letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.signup-step-complete__message{color:#4b5563;margin:1rem 0 0;font-size:1rem;line-height:1.7}.signup-step-complete__note{color:#6b7280;margin:1.25rem 0 2rem;font-size:.9375rem;line-height:1.7}.signup-step-complete__button{width:min(100%,280px)}@media (width<=768px){.signup-progress__list{flex-direction:column;align-items:stretch;gap:.75rem}.signup-progress__item{flex:none;width:100%}.signup-progress__connector{display:none}.signup-progress__step{text-align:left;flex-direction:row;justify-content:flex-start;align-items:center;gap:.875rem;min-width:0}.signup-progress__label{align-items:flex-start}.signup-step-terms__panel{padding:1rem}.signup-policy-block__choices{flex-direction:column;align-items:flex-start;gap:.75rem}.signup-wizard-actions{flex-direction:column}.signup-wizard-actions--end .signup-btn--primary{flex:1;width:100%}.signup-info-form__email-actions .signup-btn--full,.signup-btn--gray,.signup-info-form__actions .signup-btn{min-width:0}.signup-policy-scroll{max-height:140px}.signup-info-form__row{grid-template-columns:1fr;gap:.625rem}.signup-info-form__label-cell{padding:.875rem 1rem 0}.signup-info-form__control-cell{padding:0 1rem .875rem}.signup-info-form__inline,.signup-info-form__actions{flex-direction:column;align-items:stretch}.signup-info-form__actions .signup-btn{width:100%}}.signup-info-form{flex-direction:column;gap:1.5rem;display:flex}.signup-info-form__header{border-bottom:1px solid #e5e7eb;padding-bottom:.875rem}.signup-info-form__title{color:#1f2937;margin:0;font-size:1.125rem;font-weight:700}.signup-info-form__notice{color:#6b7280;margin:.5rem 0 0;font-size:.8125rem}.signup-info-form__required{color:#ef4444;font-weight:700}.signup-info-form__panel{background-color:#fff;border:1px solid #d1d5db}.signup-info-form__row{border-bottom:1px solid #e5e7eb;grid-template-columns:160px minmax(0,1fr);display:grid}.signup-info-form__row:last-child{border-bottom:none}.signup-info-form__label-cell{background-color:#fafafa;border-right:1px solid #e5e7eb;align-items:center;padding:1rem 1.125rem;display:flex}.signup-info-form__label{color:#374151;font-size:.875rem;font-weight:600}.signup-info-form__control-cell{padding:1rem 1.125rem}.signup-info-form__input{box-sizing:border-box;color:#1f2937;background-color:#fff;border:1px solid #c4c4c4;border-radius:0;width:100%;max-width:420px;height:38px;min-height:38px;padding:0 .75rem;font-family:inherit;font-size:.875rem}.signup-info-form__input:focus{border-color:#4da6ff;outline:none;box-shadow:inset 0 0 0 1px #4da6ff}.signup-info-form__input::placeholder{color:#9ca3af}.signup-info-form__inline{align-items:center;gap:.5rem;max-width:520px;display:flex}.signup-info-form__inline .signup-info-form__input{flex:1;min-width:0}.signup-info-form__password{max-width:420px}.signup-info-form__password .signup-info-form__input{max-width:none;padding-right:2.75rem}.signup-info-form .signup-birth-date{max-width:420px;min-height:38px}.signup-info-form .signup-birth-date__select{background-color:#fff;border:1px solid #c4c4c4;border-radius:0;height:38px;min-height:38px}.signup-info-form__hint{color:#6b7280;margin:.5rem 0 0;font-size:.75rem;line-height:1.5}.signup-info-form__message{margin:.5rem 0 0;font-size:.75rem;line-height:1.5}.signup-info-form__message--error{color:#ef4444}.signup-info-form__message--success{color:#059669;white-space:pre-line}.signup-info-form__email-actions{flex-wrap:wrap;gap:.5rem;max-width:520px;margin-top:.625rem;display:flex}.signup-info-form__email-actions .signup-btn--full{flex:1;min-width:140px}.signup-info-form__checkbox-row{color:#374151;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.signup-info-form__checkbox{accent-color:#4da6ff;width:1rem;height:1rem;margin:0}.signup-info-form__actions{justify-content:center;align-items:center;gap:.625rem;padding-top:.5rem;display:flex}.signup-btn--gray{color:#fff;cursor:pointer;background-color:#9ca3af;border:1px solid #9ca3af;border-radius:0;flex-shrink:0;min-width:88px;height:38px;min-height:38px;padding:0 .875rem;font-family:inherit;font-size:.8125rem;font-weight:600}.signup-btn--gray:hover:not(:disabled),.signup-btn--gray:focus-visible:not(:disabled){background-color:#6b7280;border-color:#6b7280}.signup-btn--gray:disabled{opacity:.65;cursor:not-allowed}.signup-btn--gray-verified{color:#4da6ff;background-color:#eef7ff;border-color:#4da6ff}.signup-btn--dark{color:#fff;cursor:pointer;background-color:#4b5563;border:none;border-radius:0;min-width:120px;height:42px;padding:0 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600}.signup-btn--dark:hover:not(:disabled),.signup-btn--dark:focus-visible:not(:disabled){background-color:#374151}.signup-btn--dark:disabled{opacity:.65;cursor:not-allowed}.signup-btn--cancel{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #c4c4c4;border-radius:0;min-width:100px;height:42px;padding:0 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600}.signup-btn--cancel:hover:not(:disabled),.signup-btn--cancel:focus-visible:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.signup-info-form__select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,#0000 50%);background-position:calc(100% - 18px) calc(50% + 2px),calc(100% - 12px) calc(50% + 2px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:2rem}.signup-info-form__question-text{color:#111827;background-color:#f9fafb;border:1px solid #d1d5db;margin:0;padding:.75rem .875rem;font-size:.875rem;line-height:1.5}.signup-info-form__guide{background-color:#f3f4f6;border:1px solid #e5e7eb;margin:0;padding:1rem 1.125rem}.signup-info-form__guide-title{color:#374151;margin:0 0 .625rem;font-size:.8125rem;font-weight:700}.signup-info-form__guide-list{color:#4b5563;margin:0;padding-left:1.125rem;font-size:.8125rem;line-height:1.6}.signup-info-form__guide-list li+li{margin-top:.375rem}.delete-account-modal{z-index:1300;background-color:#0f172a73;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.delete-account-modal__dialog{background-color:#fff;border-radius:20px;width:min(100%,440px);padding:2rem 1.75rem 1.5rem;box-shadow:0 20px 50px #0000002e}.delete-account-modal__title{color:#1f2d3d;letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.delete-account-modal__content{margin-top:1rem}.delete-account-modal__question{color:#1f2d3d;margin:0;font-size:1rem;font-weight:600}.delete-account-modal__description{color:#6b7280;white-space:pre-line;margin:.875rem 0 0;font-size:.9375rem;line-height:1.7}.delete-account-modal__actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.member-delete-complete{z-index:1400;text-align:center;background-color:#fffffff5;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;display:flex;position:fixed;inset:0}.member-delete-complete__toast{color:#047857;background-color:#ecfdf5;border-radius:12px;margin:0;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600}.member-delete-complete__thanks{color:#1f2d3d;margin:0;font-size:1.0625rem;line-height:1.65}.member-mypage-sidebar.category-sidebar{display:block}@media (width<=1024px){.member-mypage-sidebar.category-sidebar{width:calc(100% - 40px);max-width:1100px;margin:0 auto 1rem}}@media (width<=768px){.member-mypage-sidebar.category-sidebar{width:calc(100% - 32px)}}.member-mypage-layout__main .signup-page__container{max-width:none;margin:0;animation:none}.member-mypage-layout__main .signup-card{box-shadow:none;border-radius:0;padding:0}.member-mypage-layout .signup-page{background-color:#0000;min-height:auto;padding:0}.church-news-page{font-family:var(--font-family-brand)}.church-news-page__header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;display:flex}.church-news-page__heading{flex:1;min-width:0}.church-news-page__title{color:#1f3a5f;letter-spacing:-.02em;margin:0;font-size:34px;font-weight:700}.church-news-page__description{color:#6b7280;margin:.75rem 0 0;font-size:16px}.church-news-page__divider{border:none;border-top:2px solid var(--color-sub);margin:0 0 1.75rem}.event-photos-toolbar{justify-content:flex-end;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.event-photos-search{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.event-photos-search__type{color:#374151;cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px;border:1px solid #dce5ef;border-radius:8px;height:44px;padding:0 2rem 0 .875rem;font-family:inherit;font-size:.9375rem}.event-photos-search__type:focus{border-color:#4da6ff;outline:none}.event-photos-search__input{width:220px;height:44px;color:var(--color-text);background-color:var(--color-white);border:1px solid #dce5ef;border-radius:8px;padding:0 1rem;font-family:inherit;font-size:.9375rem}.event-photos-search__input::placeholder{color:#9ca3af}.event-photos-search__input:focus{border-color:#4da6ff;outline:none}.event-photos-search__button{height:44px;color:var(--color-white);cursor:pointer;transition:background-color var(--transition);background-color:#4da6ff;border:none;border-radius:8px;padding:0 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600}.event-photos-search__button:hover,.event-photos-search__button:focus-visible{background-color:var(--color-primary-dark)}.event-photos-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.event-photos-grid__item{margin:0}.event-photos-card{background-color:var(--color-white);height:100%;transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);border:1px solid #edf1f5;border-radius:12px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.event-photos-card:hover,.event-photos-card:focus-visible{border-color:#c8ddf5;transform:translateY(-2px);box-shadow:0 12px 28px #1f3a5f14}.event-photos-card__image-wrap{aspect-ratio:4/3;background-color:#eef4fa;width:100%;position:relative;overflow:hidden}.event-photos-card__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition);display:block}.event-photos-card:hover .event-photos-card__image,.event-photos-card:focus-visible .event-photos-card__image{transform:scale(1.04)}.event-photos-card__placeholder{background-color:#eef4fa;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.event-photos-card__placeholder-icon{color:#c5ced8;width:2rem;height:2rem}.event-photos-card__body{flex-direction:column;gap:.5rem;padding:1rem 1.125rem 1.125rem;display:flex}.event-photos-card__title{color:#1f3a5f;text-overflow:ellipsis;white-space:nowrap;transition:color var(--transition);margin:0;font-size:1rem;font-weight:600;line-height:1.45;overflow:hidden}.event-photos-card:hover .event-photos-card__title,.event-photos-card:focus-visible .event-photos-card__title{color:#4da6ff}.event-photos-card__meta{color:#9ca3af;align-items:center;gap:.5rem;margin:0;font-size:.8125rem;display:flex}.event-photos-card__meta-divider{color:#d1d5db}.event-photos-empty{color:#9ca3af;border:1px solid #edf1f5;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;min-height:240px;font-size:16px;display:flex}.event-photos-empty__icon{color:#c5ced8;width:1.5rem;height:1.5rem}.church-news-board__toolbar{justify-content:flex-end;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.church-news-board__search{align-items:center;gap:.5rem;display:flex}.church-news-board__search-input{width:260px;height:42px;color:var(--color-text);background-color:var(--color-white);border:1px solid #dce5ef;border-radius:8px;padding:0 1rem;font-family:inherit;font-size:.9375rem}.church-news-board__search-input::placeholder{color:#9ca3af}.church-news-board__search-input:focus{border-color:#4da6ff;outline:none}.church-news-board__search-button{height:42px;color:var(--color-white);cursor:pointer;transition:background-color var(--transition);background-color:#4da6ff;border:none;border-radius:8px;padding:0 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600}.church-news-board__search-button:hover,.church-news-board__search-button:focus-visible{background-color:var(--color-primary-dark)}.church-news-board__table-wrap{overflow-x:auto}.church-news-board__table{border-collapse:collapse;table-layout:fixed;width:100%}.church-news-board__col-no{width:80px}.church-news-board__col-title{width:58%}.church-news-board__col-date{width:180px}.church-news-board__col-views{width:80px}.church-news-board__table thead th{color:#1f3a5f;text-align:center;vertical-align:middle;border-top:2px solid #1f3a5f;border-bottom:1px solid #edf1f5;height:55px;padding:0 12px;font-size:.9375rem;font-weight:600}.church-news-board__table thead th:nth-child(2){text-align:left;padding-left:22px;padding-right:16px}.church-news-board__table tbody td{color:#374151;text-align:center;vertical-align:middle;border-bottom:1px solid #edf1f5;height:60px;padding:0 12px;font-size:.9375rem}.church-news-board__table tbody td:nth-child(2){text-align:left;padding-left:0;padding-right:16px}.church-news-board__col-date-header,.church-news-board__col-date-cell,.church-news-board__col-views-header,.church-news-board__col-views-cell{text-align:center}.church-news-board__post-title{text-overflow:ellipsis;white-space:nowrap;padding-left:22px;overflow:hidden}.church-news-board__post-link{color:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:color var(--transition);text-decoration:none;display:block;overflow:hidden}.church-news-board__post-link:hover,.church-news-board__post-link:focus-visible{color:#4da6ff}.church-news-board__empty{border-bottom:none;height:200px;padding:0}.church-news-board__empty-inner{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;height:200px;font-size:16px;display:flex}.church-news-board__empty-icon{color:#c5ced8;width:1.5rem;height:1.5rem}.church-news-board__pagination{justify-content:center;gap:.375rem;margin-top:2rem;display:flex}.church-news-board__page{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;padding:0;font-family:inherit;font-size:.9375rem;display:inline-flex}.church-news-board__page--active{color:var(--color-white);cursor:default;background-color:#4da6ff;font-weight:600}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.church-news-detail{margin:0;padding:0}.church-news-detail__header{margin-bottom:1.75rem}.church-news-detail__title-row{background-color:#f7fafd;border-top:1px solid #e5edf5;border-bottom:1px solid #e5edf5;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1rem 10px;display:flex}.church-news-detail__header-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.church-news-detail__header-button{background-color:var(--color-white);color:#374151;cursor:pointer;min-width:88px;height:36px;transition:border-color var(--transition), color var(--transition);border:1px solid #dce5ef;border-radius:8px;justify-content:center;align-items:center;gap:.375rem;padding:0 .875rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.church-news-detail__header-button:hover,.church-news-detail__header-button:focus-visible{color:#4da6ff;border-color:#4da6ff}.church-news-detail__header-button--viewer svg{width:1rem;height:1rem}.church-news-detail__meta-row{background-color:#fff;border-bottom:1px solid #e5edf5;align-items:center;gap:1.25rem;padding:.875rem 10px;display:flex}.church-news-detail__meta-items{color:#6b7280;flex-wrap:wrap;align-items:center;gap:.625rem;width:100%;font-size:.8125rem;line-height:1.45;display:flex}.church-news-detail__meta-item{align-items:center;gap:.375rem;display:inline-flex}.church-news-detail__meta-label{color:#9ca3af}.church-news-detail__meta-value{color:#374151;font-weight:500}.church-news-detail__like-button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;padding:0;display:inline-flex}.church-news-detail__like-button svg{width:.875rem;height:.875rem}.church-news-detail__like-button--active,.church-news-detail__like-button:hover,.church-news-detail__like-button:focus-visible{color:#ef4444}.church-news-detail__like-button--active svg{fill:#ef4444}.church-news-detail__meta-divider{color:#d1d5db}.church-news-detail__title{color:#1f2d3d;word-break:keep-all;flex:1;min-width:0;margin:0;font-size:1.125rem;font-weight:700;line-height:1.45}.church-news-detail__date,.church-news-detail__views{color:#6b7280;white-space:nowrap;flex-shrink:0;font-size:.8125rem;line-height:1.45}.church-news-detail__author{color:#6b7280;font-size:.8125rem;line-height:1.45}.church-news-detail__images{flex-direction:column;gap:1rem;margin-top:1.75rem;display:flex}.church-news-detail__figure{margin:0}.church-news-detail__image{border-radius:8px;width:100%;height:auto;display:block}.church-news-detail__body{color:#374151;white-space:pre-line;margin:1.75rem 0 0;font-size:.9375rem;line-height:1.8}.church-news-detail__adjacent{border-top:1px solid #edf1f5;margin-top:2rem}.church-news-detail__adjacent-row{border-bottom:1px solid #edf1f5;align-items:center;gap:1rem;min-height:3rem;font-size:.9375rem;display:flex}.church-news-detail__adjacent-label{color:#1f3a5f;flex-shrink:0;width:4rem;font-weight:600}.church-news-detail__adjacent-link{color:#374151;text-overflow:ellipsis;white-space:nowrap;min-width:0;transition:color var(--transition);flex:1;text-decoration:none;overflow:hidden}.church-news-detail__adjacent-link:hover,.church-news-detail__adjacent-link:focus-visible{color:#4da6ff}.church-news-detail__adjacent-empty{color:#9ca3af}.church-news-detail__actions{justify-content:center;margin-top:2rem;display:flex}.church-news-detail__list-button{background-color:var(--color-white);color:#374151;min-width:120px;height:42px;transition:border-color var(--transition), color var(--transition);border:1px solid #dce5ef;border-radius:8px;justify-content:center;align-items:center;padding:0 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.church-news-detail__list-button:hover,.church-news-detail__list-button:focus-visible{color:#4da6ff;border-color:#4da6ff}.church-news-detail__not-found{text-align:center;color:#9ca3af;margin:0;padding:3rem 0;font-size:1rem}.board-post-extras{border-top:1px solid #edf1f5;margin-top:2.5rem}.board-post-extras__section{border-bottom:1px solid #edf1f5;gap:1.5rem;padding:1.25rem 0;display:flex}.board-post-extras__label{color:#1f3a5f;flex-shrink:0;width:5.5rem;margin:0;padding-top:.125rem;font-size:.9375rem;font-weight:600}.board-post-extras__content{flex:1;min-width:0}.board-post-extras__files{flex-wrap:wrap;gap:.5rem 1.5rem;margin:0;padding:0;list-style:none;display:flex}.board-post-extras__file-item{margin:0}.board-post-extras__file-link,.board-post-extras__file-name{color:#374151;font-size:.875rem;text-decoration:none}.board-post-extras__file-link:hover,.board-post-extras__file-link:focus-visible{color:#4da6ff;text-decoration:underline}.board-post-extras__empty{color:#9ca3af;margin:0;font-size:.875rem}.board-post-extras__comment-form{flex-direction:column;align-items:stretch;gap:.75rem;display:flex}.board-post-extras__comment-input{color:#374151;resize:vertical;background-color:var(--color-white);border:1px solid #dce5ef;border-radius:4px;flex:1;min-width:0;min-height:88px;padding:.875rem 1rem;font-family:inherit;font-size:.875rem;line-height:1.6}.board-post-extras__comment-input::placeholder{color:#9ca3af}.board-post-extras__comment-input:disabled{color:#9ca3af;cursor:not-allowed;background-color:#f9fafb}.board-post-extras__comment-input:focus{border-color:#4da6ff;outline:none}.board-post-extras__comment-submit{min-width:72px;height:42px;color:var(--color-white);cursor:pointer;transition:background-color var(--transition);background-color:#4da6ff;border:none;border-radius:4px;flex-shrink:0;align-self:flex-end;padding:0 1rem;font-family:inherit;font-size:.875rem;font-weight:600}.board-post-extras__comment-submit:hover:not(:disabled),.board-post-extras__comment-submit:focus-visible:not(:disabled){background-color:var(--color-primary-dark)}.board-post-extras__comment-submit:disabled{cursor:not-allowed;background-color:#c5ced8}.board-post-extras__section--comments{margin-top:0}.board-post-extras__content--comments{flex-direction:column;gap:1rem;display:flex}.board-comments__feedback{border-radius:8px;margin:0;padding:.75rem 1rem;font-size:.875rem}.board-comments__feedback--success{color:#047857;background-color:#ecfdf5}.board-comments__feedback--error{color:#b91c1c;background-color:#fef2f2}.board-comments__list{flex-direction:column;display:flex}.board-comments__item{border-top:1px solid #edf1f5;padding:1.25rem 0}.board-comments__item:first-child{border-top:0}.board-comments__item--hidden{opacity:.72}.board-comments__item-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.board-comments__item-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.board-comments__author{color:#1f2d3d;font-size:.9375rem;font-weight:700}.board-comments__date{color:#9ca3af;font-size:.8125rem}.board-comments__badge{color:#4da6ff;background-color:#eef7ff;border-radius:999px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.board-comments__badge--report{color:#ef4444;background-color:#fef2f2}.board-comments__body{color:#374151;white-space:pre-line;margin:0 0 .875rem;font-size:.9375rem;line-height:1.7}.board-comments__like-button{color:#6b7280;cursor:pointer;background:0 0;border:0;align-items:center;gap:.375rem;padding:0;font-size:.8125rem;display:inline-flex}.board-comments__like-button svg{width:.875rem;height:.875rem}.board-comments__like-button--active,.board-comments__like-button:hover,.board-comments__like-button:focus-visible{color:#ef4444}.board-comments__like-button--active svg{fill:#ef4444}.board-comments__like-button:disabled{cursor:not-allowed;opacity:.6}.board-comments__admin-actions{flex-wrap:wrap;gap:.375rem;display:flex}.board-comments__admin-button{background-color:var(--color-white);color:#6b7280;cursor:pointer;border:1px solid #dce5ef;border-radius:6px;padding:.25rem .625rem;font-family:inherit;font-size:.75rem}.board-comments__admin-button:hover,.board-comments__admin-button:focus-visible{color:#4da6ff;border-color:#4da6ff}.board-comments__edit-panel{border-top:1px solid #edf1f5;flex-direction:column;gap:.75rem;padding:1rem 0;display:flex}.board-comments__edit-actions{justify-content:flex-end;gap:.5rem;display:flex}.board-comments__edit-button{color:#fff;cursor:pointer;background-color:#4da6ff;border:1px solid #4da6ff;border-radius:8px;min-width:72px;height:36px;padding:0 .875rem;font-family:inherit;font-size:.8125rem;font-weight:600}.board-comments__edit-button--secondary{background-color:var(--color-white);color:#374151;border-color:#dce5ef}.board-post-extras__related{padding:1.75rem 0 .5rem}.board-post-extras__related-title{color:#1f3a5f;margin:0 0 1.25rem;font-size:1.125rem;font-weight:700}.board-post-extras__related-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.board-post-extras__related-item{margin:0}.board-post-extras__related-card{height:100%;transition:transform var(--transition);flex-direction:column;text-decoration:none;display:flex}.board-post-extras__related-card:hover,.board-post-extras__related-card:focus-visible{transform:translateY(-2px)}.board-post-extras__related-thumb{aspect-ratio:4/3;background-color:#eef4fa;border:1px solid #edf1f5;border-radius:4px;overflow:hidden}.board-post-extras__related-image{object-fit:cover;width:100%;height:100%;display:block}.board-post-extras__related-placeholder{background-color:#eef4fa;width:100%;height:100%}.board-post-extras__related-body{padding-top:.625rem}.board-post-extras__related-post-title{color:#1f3a5f;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8125rem;font-weight:600;line-height:1.45;overflow:hidden}.board-post-extras__related-card:hover .board-post-extras__related-post-title,.board-post-extras__related-card:focus-visible .board-post-extras__related-post-title{color:#4da6ff}.board-post-extras__related-period{color:#6b7280;margin:.25rem 0 0;font-size:.75rem}.board-post-extras__related-date{color:#9ca3af;margin:.375rem 0 0;font-size:.75rem}@media (width<=900px){.church-news-page__header{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.church-news-page__title{font-size:1.75rem}.event-photos-toolbar{flex-wrap:wrap;justify-content:stretch}.event-photos-search{width:100%}.event-photos-search__type{flex-shrink:0;max-width:8.5rem}.event-photos-search__input{flex:1;width:auto;min-width:0}.event-photos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.church-news-board__toolbar{flex-wrap:wrap;justify-content:stretch}.church-news-board__search{width:100%}.church-news-board__search-input{flex:1;width:auto;min-width:0}.church-news-board__col-no{width:56px}.church-news-board__col-date{width:120px}.church-news-board__col-views{width:56px}.church-news-board__table thead th,.church-news-board__table tbody td{padding-inline:.5rem;font-size:.8125rem}.board-post-extras__section{flex-direction:column;gap:.75rem}.board-post-extras__label{width:auto}.board-post-extras__comment-form{flex-direction:column}.church-news-detail__title-row{flex-direction:column;align-items:stretch}.church-news-detail__header-actions{justify-content:flex-start}.board-post-extras__comment-submit{align-self:flex-end}.board-post-extras__related-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.event-photos-grid,.board-post-extras__related-list{grid-template-columns:1fr}}.board-write-button{white-space:nowrap;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.board-write-form{max-width:920px;margin:0 auto}.board-write-form__title{color:#1f3a5f;margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.board-write-form__field{margin-bottom:1.25rem}.board-write-form__label{color:#1f3a5f;margin-bottom:.5rem;font-size:.9375rem;font-weight:600;display:block}.board-write-form__input,.board-write-form__textarea{width:100%;color:var(--color-text);background-color:var(--color-white);border:1px solid #dce5ef;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:.9375rem}.board-write-form__textarea{resize:vertical;min-height:180px;line-height:1.6}.board-write-form__input:focus,.board-write-form__textarea:focus{border-color:#4da6ff;outline:none}.board-write-form__file-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.board-write-form__file-button{background-color:var(--color-white);color:#374151;cursor:pointer;height:42px;transition:border-color var(--transition), color var(--transition);border:1px solid #dce5ef;border-radius:8px;justify-content:center;align-items:center;padding:0 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;display:inline-flex}.board-write-form__file-button:hover,.board-write-form__file-button:focus-visible{color:#4da6ff;border-color:#4da6ff}.board-write-form__file-name{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.board-write-form__file-remove{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.board-write-form__file-remove:hover,.board-write-form__file-remove:focus-visible{color:#ef4444;background-color:#fef2f2}.board-write-form__hint{color:#9ca3af;margin:.75rem 0 0;font-size:.875rem}.board-write-form__error{color:#dc2626;margin:0 0 1rem;font-size:.875rem}.board-write-form__actions{border-top:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.board-write-form__cancel{text-decoration:none}.board-write-form__submit{min-width:120px}.board-access-denied{flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 0;display:flex}.board-access-denied__message{color:#6b7280;margin:0;font-size:1rem}.board-post-admin-bar{align-items:center;gap:.5rem;display:inline-flex}.church-news-detail__header-button--danger{color:#dc2626;border-color:#fecaca}.church-news-detail__header-button--danger:hover,.church-news-detail__header-button--danger:focus-visible{color:#b91c1c;border-color:#f87171}.board-delete-modal__message{color:#374151;margin:0 0 1.5rem;font-size:.9375rem}.board-delete-modal__actions{border-top:none;margin-top:0;padding-top:0}.album-image-uploader__list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.album-image-uploader__item{margin:0}.album-image-uploader__preview-wrap{aspect-ratio:1;background-color:#eef4fa;border:1px solid #edf1f5;border-radius:8px;position:relative;overflow:hidden}.album-image-uploader__preview{object-fit:cover;width:100%;height:100%;display:block}.album-image-uploader__badge{color:#fff;background-color:#4da6ffeb;border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:.5rem;left:.5rem}.album-image-uploader__actions{justify-content:center;gap:.25rem;margin-top:.5rem;display:flex}.album-image-uploader__action{background-color:var(--color-white);color:#374151;cursor:pointer;border:1px solid #dce5ef;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.album-image-uploader__action:disabled{opacity:.45;cursor:not-allowed}.album-image-uploader__action--danger:hover,.album-image-uploader__action--danger:focus-visible{color:#dc2626;border-color:#fecaca}.post-utility-bar{top:50%;right:max(1rem, calc((100vw - var(--category-layout-max-width,1200px)) / 2 - 5.5rem));z-index:150;background-color:var(--color-white);border:1px solid #e5e7eb;border-radius:4px;width:46px;padding:.125rem 0;position:fixed;box-shadow:0 4px 14px #1f3a5f14}.post-utility-bar__list{margin:0;padding:0;list-style:none}.post-utility-bar__item{border-bottom:1px solid #edf1f5;margin:0}.post-utility-bar__item:last-child{border-bottom:none}.post-utility-bar__button{cursor:pointer;width:100%;min-height:40px;transition:background-color var(--transition), color var(--transition);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;padding:.25rem .125rem;font-family:inherit;display:flex}.post-utility-bar__button:hover,.post-utility-bar__button:focus-visible{color:var(--color-primary);background-color:#f0f8ff}.post-utility-bar__icon{color:#4b5563;width:.875rem;height:.875rem;transition:color var(--transition)}.post-utility-bar__button:hover .post-utility-bar__icon,.post-utility-bar__button:focus-visible .post-utility-bar__icon{color:var(--color-primary)}.post-utility-bar__label{color:#374151;white-space:nowrap;font-size:.5625rem;font-weight:500;line-height:1.1}.post-utility-bar__button:hover .post-utility-bar__label,.post-utility-bar__button:focus-visible .post-utility-bar__label{color:var(--color-primary)}.post-utility-bar__toast{color:var(--color-white);white-space:nowrap;background-color:#1f3a5f;border-radius:5px;margin:0;padding:.4375rem .625rem;font-size:.6875rem;position:absolute;top:50%;right:calc(100% + .625rem);transform:translateY(-50%)}@media (width<=1280px){.post-utility-bar{right:1rem}}@media (width<=1024px){.post-utility-bar--desktop{display:none}}.post-utility-mobile{display:none}@media (width<=1024px){.post-utility-mobile{z-index:150;flex-direction:column;align-items:flex-end;gap:.625rem;display:flex;position:fixed}.post-utility-mobile__panel{background-color:var(--color-white);border:1px solid #e5e7eb;border-radius:4px;width:46px;padding:.125rem 0;animation:.2s post-utility-mobile-panel-in;box-shadow:0 4px 14px #1f3a5f1a}.post-utility-mobile__list{max-height:min(60vh,420px);overflow-y:auto}.post-utility-mobile__fab{width:3.25rem;height:3.25rem;color:var(--color-white);cursor:pointer;transition:background-color var(--transition), transform var(--transition);background-color:#4da6ff;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;box-shadow:0 8px 20px #4da6ff59}.post-utility-mobile__fab:hover,.post-utility-mobile__fab:focus-visible{background-color:var(--color-primary-dark)}.post-utility-mobile__fab--open{background-color:#1f3a5f}.post-utility-mobile__fab-icon{width:1.375rem;height:1.375rem}.post-utility-mobile__toast{color:var(--color-white);white-space:nowrap;background-color:#1f3a5f;border-radius:5px;margin:0;padding:.4375rem .625rem;font-size:.6875rem;position:absolute;bottom:calc(100% + .5rem);right:0}}@keyframes post-utility-mobile-panel-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@media print{.post-utility-bar--desktop,.post-utility-mobile{display:none}}.church-news-detail--utility-controlled .church-news-detail__body{font-size:calc(.9375rem * var(--post-font-scale,1))}.church-news-detail--utility-controlled .church-news-detail__title{font-size:calc(1.5rem * var(--post-font-scale,1))}.church-news-detail--utility-controlled .church-news-detail__images{transform:scale(var(--post-image-zoom,1));transform-origin:top;transition:transform .2s}.nf-hero{align-items:center;min-height:clamp(22rem,52vw,32rem);margin-bottom:2.75rem;padding:clamp(2rem,4.5vw,3.25rem) 0 clamp(1.5rem,3.5vw,2.5rem);display:flex;position:relative}.nf-hero__content{z-index:1;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;width:min(100%,38rem);max-width:56%;display:flex;position:relative}.nf-hero__welcome{margin:0 0 1.25rem}.nf-hero__welcome-text{color:#2f4f72;letter-spacing:-.01em;font-family:Nanum Brush Script,cursive;font-size:clamp(1.625rem,3.8vw,2.125rem);font-weight:400;line-height:1.1}.nf-hero__main-title{flex-direction:column;gap:.25rem;margin:0 0 1.5rem;display:flex}.nf-hero__main-line{color:#1e3a5f;letter-spacing:-.03em;word-break:keep-all;font-family:Nanum Myeongjo,Noto Serif KR,serif;font-size:clamp(2rem,5.2vw,3.125rem);font-weight:800;line-height:1.28}.nf-hero__main-line--second{flex-wrap:wrap;align-items:flex-end;gap:.125rem .25rem;display:inline-flex}.nf-hero__highlight{margin:0 .05em;padding:0 .3em;display:inline-block;position:relative}.nf-hero__highlight:before{content:"";pointer-events:none;border:2.5px solid #ffd44d;border-radius:50%;position:absolute;inset:-.16em -.12em -.14em;transform:rotate(-4deg)}.nf-hero__subcopy{flex-direction:column;gap:.25rem;margin:0;display:flex}.nf-hero__subcopy-line{font-family:"Noto Sans KR", var(--font-family-brand), sans-serif;color:#5f6b7a;letter-spacing:-.01em;word-break:keep-all;font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:400;line-height:1.75;display:block}@media (width<=768px){.nf-hero{min-height:20rem;margin-bottom:2rem;padding:1.75rem 0 2.25rem}.nf-hero__content{width:100%;max-width:none}.nf-hero__welcome{margin-bottom:.875rem}.nf-hero__main-title{margin-bottom:1.125rem}}.nf-video__inner{grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:stretch;gap:10px;display:grid}.nf-video__panel{background:0 0;flex-direction:column;justify-content:stretch;align-items:stretch;min-width:0;display:flex}.nf-video__panel-copy{color:#1f4e79;flex-direction:column;justify-content:space-between;height:100%;min-height:100%;padding:clamp(.75rem,1.6vw,1.25rem) .5rem;display:flex}.nf-video__panel-eyebrow{letter-spacing:-.02em;color:#587cb6;margin:0;font-size:clamp(.95rem,1.35vw,1.1rem);font-weight:500}.nf-video__panel-title{color:#123f8a;letter-spacing:-.05em;margin:.65rem 0 0;font-family:Nanum Myeongjo,Noto Serif KR,serif;font-size:clamp(2rem,3.2vw,2.8rem);font-weight:800;line-height:1.2}.nf-video__panel-heart{color:#f5be2f;margin-left:.25rem;font-size:.8em}.nf-video__panel-description{color:#556273;flex-direction:column;gap:.35rem;margin:1.2rem 0 0;font-size:clamp(.98rem,1.25vw,1.08rem);font-weight:500;line-height:1.8;display:flex}.nf-video__panel-illustration{flex:1;min-height:8.25rem;margin-top:1.1rem;position:relative}.nf-video__panel-church-image{object-fit:contain;object-position:right bottom;width:77%;height:auto;max-height:6.35rem;display:block;position:absolute;bottom:.75rem;right:.35rem}.nf-video__panel-copy,.nf-video__media{border-radius:12px}.nf-video__media{aspect-ratio:16/9;border-radius:12px;min-width:0;position:relative;overflow:hidden;box-shadow:0 8px 22px #0f172a24}.nf-video__card{cursor:pointer;text-align:left;background:#0f172a;border:0;width:100%;height:100%;padding:0;display:block;position:relative}.nf-video__thumbnail{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0}.nf-video__overlay{pointer-events:none;background:linear-gradient(#0f172a2e 0%,#0f172a14 42%,#0f172a9e 100%);position:absolute;inset:0}.nf-video__cta{z-index:2;color:#fff;pointer-events:none;background-color:#0f172ab8;border-radius:999px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1;display:inline-flex;position:absolute;top:.875rem;right:.875rem}.nf-video__cta svg{width:.875rem;height:.875rem}.nf-video__play{z-index:2;color:#1f2d3d;pointer-events:none;background-color:#fffffff0;border-radius:50%;justify-content:center;align-items:center;width:clamp(3.5rem,8vw,4.75rem);height:clamp(3.5rem,8vw,4.75rem);transition:transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 28px #00000038}.nf-video__play svg{width:1.5rem;height:1.5rem;margin-left:.125rem}.nf-video__card:hover .nf-video__play,.nf-video__card:focus-visible .nf-video__play{transform:translate(-50%,-50%)scale(1.05)}.nf-video__caption{z-index:2;pointer-events:none;align-items:flex-end;gap:.75rem;padding:1rem 1.125rem 1.125rem;display:flex;position:absolute;bottom:0;left:0;right:0}.nf-video__caption-line{background-color:#ffffffe0;flex-shrink:0;width:2px;height:2.5rem}.nf-video__caption-text{flex-direction:column;gap:.25rem;display:flex}.nf-video__caption-name{color:#fff;font-size:1rem;font-weight:700;line-height:1.3}.nf-video__caption-role{color:#ffffffe0;font-size:.8125rem;font-weight:500;line-height:1.35}.nf-video__placeholder{min-height:100%;position:absolute;inset:0}.nf-video-modal{z-index:1100;background-color:#000000c7;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.nf-video-modal__dialog{aspect-ratio:16/9;background-color:#000;border-radius:14px;width:min(960px,100%);position:relative;overflow:hidden;box-shadow:0 24px 60px #00000059}.nf-video-modal__iframe{border:0;width:100%;height:100%;display:block}.nf-video-modal__close{z-index:2;color:#fff;cursor:pointer;background-color:#000000a6;border:0;border-radius:999px;padding:.5rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.nf-video-modal__close:hover,.nf-video-modal__close:focus-visible{background-color:#000000d1}@media (width<=1024px){.nf-video__inner{flex-direction:column;align-items:stretch;gap:1.5rem;display:flex}.nf-video__panel{width:100%;max-width:none}.nf-video__panel-copy{min-height:0;padding:0}.nf-video__media{aspect-ratio:16/9;width:100%;height:auto}}@media (width<=768px){.nf-video__inner{gap:1rem}.nf-video__media{border-radius:10px}.nf-video__caption-name{font-size:.9375rem}.nf-video__panel-title{font-size:1.75rem}.nf-video__panel-description{font-size:.9375rem}.nf-video-modal{padding:1rem}}.nf-features__grid{gap:1.125rem}.nf-feature-card{text-align:center;background-color:#fff;border:1px solid #edf1f6;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;min-height:15.5rem;padding:2rem 1.125rem 1.75rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0f172a0a}.nf-feature-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0f172a14}.nf-feature-card__content{z-index:1;flex-direction:column;align-items:center;width:100%;padding:0 .375rem;display:flex;position:relative}.nf-feature-card__icon-wrap{background-color:var(--feature-icon-bg);width:3.25rem;height:3.25rem;color:var(--feature-accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.125rem;font-size:1.25rem;display:flex}.nf-feature-card__icon-wrap .nf-icon-svg{width:1.25rem;height:1.25rem}.nf-feature-card__title{color:var(--feature-accent);word-break:keep-all;margin:0 0 .75rem;font-size:1.0625rem;font-weight:700;line-height:1.45}.nf-feature-card__description{color:#5f6b7a;word-break:keep-all;margin:0;font-size:.875rem;font-weight:400;line-height:1.7}.nf-feature-card__leaf{z-index:0;width:3.75rem;height:auto;color:var(--feature-leaf);pointer-events:none;position:absolute;top:50%;right:.125rem;transform:translateY(-46%)}.nf-feature-card--blue{--feature-accent:#2f6fad;--feature-icon-bg:#5aa9ff29;--feature-leaf:#5aa9ff61}.nf-feature-card--blue:hover{border-color:#5aa9ff47}.nf-feature-card--green{--feature-accent:#3d8b63;--feature-icon-bg:#48bb7829;--feature-leaf:#48bb7861}.nf-feature-card--green:hover{border-color:#48bb7847}.nf-feature-card--orange{--feature-accent:#b56a2d;--feature-icon-bg:#ed893629;--feature-leaf:#ed893661}.nf-feature-card--orange:hover{border-color:#ed893647}.nf-feature-card--purple{--feature-accent:#4a5a96;--feature-icon-bg:#805ad524;--feature-leaf:#805ad557}.nf-feature-card--purple:hover{border-color:#805ad542}@media (width<=768px){.nf-feature-card{min-height:14.5rem;padding:1.75rem 1rem 1.5rem}.nf-feature-card__leaf{opacity:.85;width:3.25rem}}.nf-reasons__banner{background:var(--nf-reasons-banner-bg) center top / cover no-repeat;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000000a}.nf-reasons__banner-inner{flex-direction:column;align-items:center;padding:clamp(1.5rem,4vw,2.25rem) clamp(.75rem,2vw,1.25rem) clamp(1.25rem,3vw,1.75rem);display:flex}.nf-reasons__banner-text{text-align:center;flex-direction:column;align-items:center;gap:.375rem;width:100%;display:flex}.nf-reasons__eyebrow{color:#1f2d3d;margin:0;font-size:clamp(1.0625rem,2.2vw,1.25rem);font-weight:700;line-height:1.45}.nf-reasons__title{color:#0056b3;letter-spacing:-.02em;margin:0;font-size:clamp(1.875rem,4.2vw,2.5rem);font-weight:700;line-height:1.2}.nf-reasons__description{color:#6b7280;max-width:36rem;margin:0 0 clamp(1rem,2.5vw,1.5rem);font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:400;line-height:1.45}.nf-reasons__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;width:100%;margin:0;padding:0;list-style:none;display:grid}.nf-reasons__item{text-align:center;border-right:1px solid #00000014;flex-direction:column;align-items:center;padding:.75rem .625rem 0;display:flex}.nf-reasons__item:last-child{border-right:0}.nf-reasons__icon{object-fit:contain;width:clamp(3.25rem,6vw,4.5rem);height:clamp(3.25rem,6vw,4.5rem);margin:0 auto .625rem;display:block}.nf-reasons__item-title-line,.nf-reasons__item-description-line{display:block}.nf-reasons__item-title{color:#0056b3;word-break:keep-all;margin:0 0 .375rem;font-size:clamp(.8125rem,1.3vw,.9375rem);font-weight:700;line-height:1.4}.nf-reasons__item-description{color:#6b7280;word-break:keep-all;margin:0;font-size:clamp(.6875rem,1.1vw,.8125rem);font-weight:400;line-height:1.5}@media (width<=1024px){.nf-reasons__grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:1.25rem}.nf-reasons__item{border-bottom:0;border-right:1px solid #00000014;padding-top:0}.nf-reasons__item:nth-child(3n){border-right:0}}@media (width<=768px){.nf-reasons__banner-inner{padding-top:1.375rem}.nf-reasons__grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:1rem}.nf-reasons__item:nth-child(3n){border-right:1px solid #00000014}.nf-reasons__item:nth-child(2n){border-right:0}}@media (width<=480px){.nf-reasons__grid{grid-template-columns:1fr;row-gap:1.25rem}.nf-reasons__item{border-right:0;padding-bottom:.25rem}}.new-family-page{--nf-accent:#5aa9ff;--nf-accent-dark:#1f4e79;--nf-max-width:1100px;max-width:none;font-family:var(--font-family-brand);color:#1f2d3d;background-color:#f7f2f8;background-image:var(--nf-page-bg);background-position:top;background-repeat:no-repeat;background-size:100% 100%;margin:0;padding:0 0 4rem;position:relative}.new-family-page__content{z-index:1;max-width:var(--nf-max-width);margin:0 auto;padding:1.75rem 2.75rem 0;position:relative}.nf-fade{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.nf-fade--visible{opacity:1;transform:translateY(0)}.nf-section{margin-bottom:4rem}.nf-section:last-child{margin-bottom:0}.nf-page-heading{text-align:center;margin-bottom:2rem}.nf-page-heading__title{letter-spacing:-.02em;color:#1f2d3d;margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.nf-page-heading__subtitle{font-family:var(--font-family-brand-en);letter-spacing:.35em;color:var(--nf-accent);margin:.75rem 0 0;font-size:.8125rem;font-weight:500}.nf-page-heading__line{background-color:var(--nf-accent);border-radius:2px;width:48px;height:3px;margin:1.25rem auto 0}.nf-section-heading{margin-bottom:2rem}.nf-section-heading--center{text-align:center}.nf-section-heading--left{text-align:left}.nf-section-heading__eyebrow{color:var(--nf-accent);margin:0 0 .5rem;font-size:.875rem;font-weight:600}.nf-section-heading__title{color:#1f2d3d;word-break:keep-all;margin:0;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:700;line-height:1.45}.nf-section-heading__description{color:#6b7280;margin:.875rem 0 0;font-size:1rem;line-height:1.75}.nf-hero__body{background:linear-gradient(135deg,#5aa9ff1f 0%,#f7fafde6 100%);border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:2rem;padding:1.5rem;display:grid}.nf-hero__body--bg{background:linear-gradient(90deg, #ffffffb8 0%, #ffffff6b 42%, #ffffff14 68%, #fff0 100%), var(--nf-hero-bg) center / cover no-repeat;min-height:22rem;padding:2.25rem 2rem;position:relative;overflow:hidden}.nf-hero__body--bg .nf-hero__text{z-index:1;max-width:22rem;position:relative}.nf-hero__media--bg-spacer{min-height:1px}.nf-hero__headline{flex-direction:column;gap:.25rem;margin:0 0 1rem;display:flex}.nf-hero__headline-line{color:var(--nf-accent-dark);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;line-height:1.35}.nf-hero__description{color:#4b5563;margin:0;font-size:1rem;line-height:1.8}.nf-hero__image,.nf-hero__placeholder{object-fit:cover;border-radius:12px;width:100%;min-height:350px}.nf-video{padding:0}.nf-placeholder{background:linear-gradient(#f7fafd 0%,#eef5fb 100%);border:1px dashed #d1dce8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;height:100%;transition:transform .35s,box-shadow .35s;display:flex}.nf-placeholder:hover{transform:translateY(-3px);box-shadow:0 12px 28px #5aa9ff1f}.nf-placeholder__icon{opacity:.55;font-size:2rem}.nf-placeholder__text{color:#9ca3af;font-size:.875rem;font-weight:500}.nf-placeholder__media{object-fit:cover;width:100%;height:100%}.nf-placeholder__play{width:56px;height:56px;color:var(--nf-accent);background-color:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 24px #0000001f}.nf-placeholder__play svg{width:1.5rem;height:1.5rem;margin-left:.125rem}.nf-placeholder__play--large{width:72px;height:72px}.nf-placeholder__play--large svg{width:2rem;height:2rem}.nf-placeholder--video{aspect-ratio:16/9;position:relative}.nf-placeholder--map{min-height:260px}.nf-placeholder__map-icon{width:2rem;height:2rem;color:var(--nf-accent)}.nf-first-visit{--nf-first-visit-card-padding-y:1.125rem;--nf-first-visit-badge-size:1.75rem;--nf-first-visit-arrow-width:24px;--nf-first-visit-arrow-slot:calc(var(--nf-first-visit-arrow-width) + .75rem);--nf-first-visit-arrow-inset:10px;margin-bottom:4rem}.nf-first-visit__title{text-align:center;color:var(--nf-accent-dark);word-break:keep-all;margin:0 0 1.75rem;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:700;line-height:1.45}.nf-first-visit__grid{align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.nf-first-visit__card-item{flex:1;min-width:0}.nf-first-visit__arrow-item{width:var(--nf-first-visit-arrow-width);flex:none;padding:0 .375rem;list-style:none}.nf-first-visit__card{padding:var(--nf-first-visit-card-padding-y) 1.125rem 1rem;background-color:#fff;border:1px solid #e3ebf4;border-radius:14px;flex-direction:column;display:flex;position:relative;box-shadow:0 4px 16px #1f4e790d}.nf-first-visit__arrow{top:0;bottom:0;left:calc(100% - var(--nf-first-visit-arrow-inset));width:calc(var(--nf-first-visit-arrow-slot) / 2 + var(--nf-first-visit-arrow-inset));height:14px;color:var(--nf-accent);pointer-events:none;margin-block:auto;position:absolute}.nf-first-visit__card-head{align-items:center;gap:.875rem;display:flex}.nf-first-visit__step-badge{width:1.75rem;height:var(--nf-first-visit-badge-size);background-color:var(--nf-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9375rem;font-weight:700;line-height:1;display:inline-flex}.nf-first-visit__card-title{color:var(--nf-accent-dark);word-break:keep-all;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.35}.nf-first-visit__card-body{--nf-first-visit-indent:calc(1.75rem + .875rem);padding-left:var(--nf-first-visit-indent);margin-top:.625rem}.nf-first-visit__card-description{color:#5f6f82;margin:0;font-size:.875rem;line-height:1.65}.nf-first-visit__card-description-line{display:block}.nf-first-visit__button{min-width:9.75rem;min-height:36px;color:var(--nf-accent-dark);background-color:#fff;border:1px solid #c5d8eb;border-radius:8px;justify-content:center;align-items:center;gap:.125rem;margin-top:.875rem;padding:0 .875rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:border-color .25s,color .25s,background-color .25s;display:inline-flex}.nf-first-visit__button:hover,.nf-first-visit__button:focus-visible{border-color:var(--nf-accent);color:var(--nf-accent);background-color:#f8fbff}.nf-features__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.nf-card{background-color:#fff;border:1px solid #e5edf5;border-radius:14px;height:100%;padding:1.75rem 1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;box-shadow:0 8px 24px #0000000a}.nf-card:hover{border-color:#5aa9ff59;transform:translateY(-4px);box-shadow:0 14px 32px #5aa9ff24}.nf-card__icon-wrap{width:56px;height:56px;color:var(--nf-accent);background:linear-gradient(135deg,#5aa9ff26,#87ceeb33);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.375rem;display:flex}.nf-card__icon-wrap--small{width:48px;height:48px;margin-bottom:.875rem;font-size:1.125rem}.nf-card--feature{text-align:center}.nf-card--reason,.nf-card--step{text-align:left}.nf-card--reason .nf-card__icon-wrap,.nf-card--step .nf-card__icon-wrap{margin-left:0}.nf-card__title{color:#1f2d3d;margin:0 0 .625rem;font-size:1.0625rem;font-weight:700}.nf-card__description{color:#6b7280;margin:0;font-size:.9375rem;line-height:1.65}.nf-icon-svg{width:1.375rem;height:1.375rem}.nf-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.25rem;min-height:44px;padding:0 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background-color .25s,border-color .25s,color .25s,transform .25s;display:inline-flex}.nf-button:hover,.nf-button:focus-visible{transform:translateY(-1px)}.nf-button--primary{border:1px solid var(--nf-accent);background-color:var(--nf-accent);color:#fff}.nf-button--primary:hover,.nf-button--primary:focus-visible{background-color:#4896eb;border-color:#4896eb}.nf-button--outline{color:#374151;background-color:#fff;border:1px solid #dce5ef}.nf-button--outline:hover,.nf-button--outline:focus-visible{border-color:var(--nf-accent);color:var(--nf-accent)}.nf-button--block{width:100%}.nf-card--step .nf-button{margin-top:1.25rem}.nf-cell__banner{background:linear-gradient(135deg,#edf6fff5 0%,#dceefff5 100%);border:1px solid #5aa9ff2e;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.5rem;padding:clamp(1.5rem,3vw,2rem) clamp(1.5rem,3vw,2.25rem);display:grid;box-shadow:0 10px 28px #5aa9ff1a}.nf-cell__banner-icon{background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;display:flex}.nf-cell__banner-icon-image{object-fit:contain;width:64px;height:64px;display:block}.nf-cell__banner-text{min-width:0}.nf-cell__banner-button{white-space:nowrap;flex-shrink:0}.nf-cell__inner{border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;display:grid;overflow:hidden;box-shadow:0 12px 32px #00000014}.nf-cell__media,.nf-cell__placeholder,.nf-cell__image{border-radius:0;height:100%;min-height:320px}.nf-cell__image{object-fit:cover;width:100%}.nf-cell__panel{color:#fff;background:linear-gradient(135deg,#5aa9ff 0%,#4da6ff 100%);flex-direction:column;justify-content:center;gap:1rem;padding:2.5rem;display:flex}.nf-cell__eyebrow{color:var(--nf-accent);margin:0;font-size:.875rem;font-weight:600}.nf-cell__title{color:#1f2d3d;margin:.375rem 0 .5rem;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:700}.nf-cell__description{color:#5f6b7a;margin:0;font-size:.9375rem;line-height:1.75}.nf-cell__panel .nf-button--primary{border-color:var(--nf-accent-dark);background-color:var(--nf-accent-dark);align-self:flex-start;margin-top:.5rem}.nf-cell__panel .nf-button--primary:hover,.nf-cell__panel .nf-button--primary:focus-visible{background-color:#163a5c;border-color:#163a5c}.nf-accordion{border-top:1px solid #e5edf5;margin:0;padding:0;list-style:none}.nf-accordion__item{border-bottom:1px solid #e5edf5}.nf-accordion__trigger{text-align:left;color:#1f2d3d;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.125rem 0;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.nf-accordion__trigger:hover,.nf-accordion__trigger:focus-visible{color:var(--nf-accent)}.nf-accordion__chevron{color:#9ca3af;flex-shrink:0;width:1.25rem;height:1.25rem;transition:transform .25s}.nf-accordion__chevron--open{color:var(--nf-accent);transform:rotate(180deg)}.nf-accordion__panel{opacity:0;max-height:0;transition:max-height .35s,opacity .35s,padding .35s;overflow:hidden}.nf-accordion__panel--open{opacity:1;max-height:360px;padding-bottom:1.125rem}.nf-accordion__answer{color:#6b7280;white-space:pre-line;margin:0;font-size:.9375rem;line-height:1.75}.nf-footer-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:1.5rem;display:grid}.nf-footer-grid .nf-faq,.nf-footer-grid .nf-contact{margin-bottom:0}.nf-footer-grid .nf-faq{box-shadow:none;background-color:#0000;border-radius:0;padding:0}.nf-footer-grid .nf-section-heading{margin-bottom:1.5rem}.nf-contact{box-shadow:none;background-color:#0000;border-radius:0;padding:0}.nf-contact__grid{grid-template-columns:1fr;align-items:start;gap:1.25rem;display:grid}.nf-contact__title{color:#1f2d3d;margin:0 0 1.25rem;font-size:1.25rem;font-weight:700}.nf-contact__list{margin:0}.nf-contact__row{grid-template-columns:5.5rem 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.nf-contact__row:last-child{margin-bottom:0}.nf-contact__row dt{color:var(--nf-accent);align-items:flex-start;gap:.375rem;margin:0;font-size:.875rem;font-weight:600;display:flex}.nf-contact__row dt svg{flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem}.nf-contact__row dd{color:#374151;margin:0;font-size:.9375rem;line-height:1.65}.nf-contact__row dd a{color:inherit;text-decoration:none}.nf-contact__row dd a:hover,.nf-contact__row dd a:focus-visible{color:var(--nf-accent)}.nf-contact__label-dot{background-color:var(--nf-accent);border-radius:50%;width:.5rem;height:.5rem;margin-top:.375rem}.nf-contact__worship-compact{display:none}.nf-contact__worship-list{margin:0;padding:0;list-style:none}.nf-contact__worship-list li+li{margin-top:.25rem}.nf-contact__map{background-color:#fff;border:1px solid #4da6ff1a;border-radius:12px;width:100%;height:100%;min-height:280px;overflow:hidden;box-shadow:0 8px 24px #4da6ff1f}.nf-contact__map .kakao-roughmap{min-height:280px}.nf-contact__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (width<=1024px){.new-family-page__content{padding:1.5rem 2rem 0}.nf-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nf-footer-grid{grid-template-columns:1fr}.nf-cell__banner{grid-template-columns:auto 1fr;grid-template-areas:"icon text""button button"}.nf-cell__banner-icon{grid-area:icon}.nf-cell__banner-text{grid-area:text}.nf-cell__banner-button{grid-area:button;justify-self:start;margin-top:.25rem}}@media (width<=768px){.new-family-page{padding:0 0 3rem}.new-family-page__content{padding:1rem 1rem 0}.nf-section{margin-bottom:3rem}.nf-first-visit__grid{flex-direction:column;gap:.75rem}.nf-first-visit__card-item{width:100%}.nf-first-visit__arrow-item,.nf-first-visit__arrow{display:none}.nf-first-visit__card{padding:1.125rem 1rem 1rem}.nf-first-visit__button{width:100%;min-width:0}.nf-features__grid{grid-template-columns:1fr}.nf-cell__banner{text-align:center;grid-template-columns:1fr;gap:1rem}.nf-cell__banner-icon{margin:0 auto}.nf-cell__banner-button{justify-self:stretch;width:100%}.nf-contact__actions{grid-template-columns:1fr}.nf-contact__worship-compact{width:100%;color:inherit;justify-content:space-between;align-items:center;gap:.75rem;font-weight:500;text-decoration:none;display:flex}.nf-contact__worship-compact:hover,.nf-contact__worship-compact:focus-visible{color:var(--nf-accent)}.nf-contact__worship-compact-arrow{color:#9ca3af;flex-shrink:0;font-size:1rem;font-weight:600;line-height:1}.nf-contact__worship-full{display:none}.nf-cell__panel{padding:2rem 1.5rem}}@media (width>=769px) and (width<=1024px){.nf-first-visit__grid{flex-wrap:wrap;gap:.75rem}.nf-first-visit__card-item{flex:calc(50% - .5rem)}.nf-first-visit__card-item:nth-child(5){flex-basis:100%}.nf-first-visit__arrow-item,.nf-first-visit__arrow{display:none}}@media (width<=480px){.new-family-page__content{padding:.875rem .75rem 0}.nf-section{margin-bottom:2.5rem}}.worship-template{--worship-accent:#5aa9ff;--worship-max-width:1200px;max-width:var(--worship-max-width);font-family:var(--font-family-brand);color:#1f2d3d;background-color:#fff;margin:0 auto;padding:0 1.5rem 4rem}.worship-template__fade{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.worship-template__fade--visible{opacity:1;transform:translateY(0)}.worship-template__header{text-align:center;padding:1rem 0 2rem}.worship-template__title{color:#1f2d3d;letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.3}.worship-template__subtitle{letter-spacing:.06em;max-width:22rem;color:var(--worship-accent);word-break:keep-all;margin:.75rem auto 0;font-family:Montserrat,sans-serif;font-size:clamp(.6875rem,1.6vw,.8125rem);font-weight:500;line-height:1.5}.worship-template__title-line{background-color:var(--worship-accent);border-radius:2px;width:48px;height:3px;margin:1.25rem auto 0}.worship-template__hero{margin-bottom:2rem}.worship-template__image-slot--hero{aspect-ratio:1024/576;height:auto;min-height:auto}.worship-template__info-card{background-color:#fff;border:1px solid #e5edf5;border-radius:12px;grid-template-columns:1fr auto 1fr;align-items:stretch;margin-bottom:3rem;transition:box-shadow .3s,transform .3s;display:grid;box-shadow:0 8px 24px #0000000a}.worship-template__info-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #5aa9ff1f}.worship-template__info-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;padding:1.75rem 1.5rem;display:flex}.worship-template__info-label{color:var(--worship-accent);flex-direction:column;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:600;display:flex}.worship-template__info-label:after{content:"";background-color:var(--worship-accent);width:20px;height:2px}.worship-template__info-value{color:#1f2d3d;margin:0;font-size:1.5rem;font-weight:700;line-height:1.5}.worship-template__info-divider{background-color:#e5edf5;width:1px}.worship-template__intro{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:2.5rem;margin-bottom:3rem;display:grid}.worship-template__intro--banner{aspect-ratio:1024/438;background:var(--worship-intro-bg) var(--worship-intro-bg-position,right center) / cover no-repeat;border-radius:12px;width:100%;min-height:auto;padding:clamp(2rem,5vw,3rem) clamp(1.75rem,4vw,3rem);display:block;overflow:hidden}.worship-template__intro--banner-cross-top{--worship-intro-bg-position:right top}.worship-template__intro--banner .worship-template__intro-text{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:min(52%,22rem);max-width:none;height:100%;display:flex;position:relative}.worship-template__intro--banner .worship-template__headline{color:#2f6fad;text-align:center;width:100%;margin-bottom:0;font-family:Nanum Brush Script,cursive;font-size:clamp(2.125rem,4.6vw,2.75rem);font-weight:400;line-height:1.3}.worship-template__headline-line,.worship-template__description-line{display:block}.worship-template__intro--banner .worship-template__intro-divider{margin:1rem auto 1.125rem}.worship-template__intro-divider{background-color:#2f6fad;width:3rem;height:2px;margin:1rem 0 1.125rem}.worship-template__intro--banner .worship-template__intro-title{text-align:center;width:100%}.worship-template__intro-title{color:#1f2d3d;word-break:keep-all;margin:0 0 1rem;font-size:clamp(1.3125rem,2.7vw,1.5rem);font-weight:700;line-height:1.45}.worship-template__intro--banner .worship-template__description{color:#374151;text-align:center;width:100%;margin:0;font-size:clamp(1.125rem,2.2vw,1.1875rem);line-height:1.65}.worship-template__intro--banner-choir .worship-template__headline{color:#1f2d3d;font-family:Nanum Myeongjo,serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.35}.worship-template__intro--banner-choir .worship-template__headline-line:nth-child(2){color:#5aa9ff}.worship-template__intro--banner-dawn-prayer .worship-template__headline{color:#1f2d3d;font-family:Nanum Myeongjo,serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.35}.worship-template__intro--banner-dawn-prayer .worship-template__headline-accent{color:#5aa9ff;font-weight:700}.worship-template__intro--banner-dawn-prayer .worship-template__description{font-family:Nanum Myeongjo,serif;font-size:clamp(1rem,2.1vw,1.0625rem);line-height:1.8}.worship-template__intro--typography-classic .worship-template__headline{color:#1f2d3d;font-family:Nanum Myeongjo,serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.35}.worship-template__intro--typography-classic .worship-template__headline-line:nth-child(2){color:#5aa9ff}.worship-template__intro-cross{color:#5aa9ff;justify-content:center;margin-bottom:.625rem;display:flex}.worship-template__intro-divider--top{margin-top:0;margin-bottom:1rem}.worship-template__intro-divider--diamond{background:0 0;justify-content:center;align-items:center;gap:.5rem;width:min(100%,10.5rem);height:auto;margin:1rem auto 1.125rem;display:flex}.worship-template__intro-divider--diamond:before,.worship-template__intro-divider--diamond:after{content:"";background-color:#9ec5e8;flex:1;height:1px}.worship-template__intro-divider-diamond{background-color:#9ec5e8;flex-shrink:0;width:.3125rem;height:.3125rem;transform:rotate(45deg)}.worship-template__description-blocks{width:100%}.worship-template__description-block+.worship-template__description-block{margin-top:.25rem}.worship-template__description-divider{border:none;border-top:1px dotted #c5d5e8;width:min(100%,12rem);height:0;margin:1rem auto}.worship-template__intro--banner-choir .worship-template__description--rich{color:#374151;text-align:center;word-break:keep-all;font-family:Nanum Myeongjo,serif;font-size:clamp(1rem,2.1vw,1.0625rem);line-height:1.8}.worship-template__intro--banner-choir .worship-template__description-accent{color:#5aa9ff;font-weight:700}.worship-template__headline{color:var(--worship-accent);word-break:keep-all;margin:0 0 1.25rem;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:700;line-height:1.55}.worship-template__description{color:#4b5563;word-break:keep-all;margin:0;font-size:1rem;line-height:1.85}.worship-template__image-slot--intro{min-height:280px}.worship-template__gallery{margin-bottom:3rem}.worship-template__gallery-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.worship-template__gallery-item{margin:0}.worship-template__gallery-card{min-height:180px}.worship-template__image-slot{background-color:#f7fafd;border-radius:12px;width:100%;height:100%;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.worship-template__image-slot--placeholder{background:linear-gradient(#f7fafd 0%,#eef5fb 100%);border:1px dashed #d1dce8;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.worship-template__image-slot:hover{transform:translateY(-4px);box-shadow:0 12px 28px #5aa9ff26}.worship-template__image-slot.worship-template__image-slot--hero,.worship-template__image-slot.worship-template__image-slot--hero:hover{box-shadow:none;background-color:#0000;border:none;border-radius:12px;outline:none;line-height:0;transition:none;transform:none}.worship-template__image-slot.worship-template__image-slot--hero .worship-template__image{width:100%;height:100%;box-shadow:none;object-fit:cover;vertical-align:top;border:none;outline:none;display:block}.worship-template__image-slot.worship-template__image-slot--hero.worship-template__image-slot--hero-fit-contain{aspect-ratio:auto;background-color:#faf6ef}.worship-template__image-slot.worship-template__image-slot--hero.worship-template__image-slot--hero-fit-contain .worship-template__image{object-fit:contain;width:100%;height:auto}.worship-template__placeholder-icon{opacity:.55;font-size:2rem;line-height:1}.worship-template__placeholder-text{color:#9ca3af;font-size:.875rem;font-weight:500}.worship-template__image{object-fit:cover;width:100%;height:100%;display:block}.worship-template__gallery-label{color:#1f2d3d;background-color:#ffffffe0;border-radius:6px;padding:.25rem .625rem;font-size:.875rem;font-weight:600;position:absolute;bottom:.875rem;left:.875rem}.worship-template__image-slot--gallery.worship-template__image-slot--placeholder .worship-template__placeholder-text{color:#1f2d3d;background-color:#ffffffe0;border-radius:6px;padding:.25rem .625rem;position:absolute;bottom:.875rem;left:.875rem}.worship-template__image-slot--gallery.worship-template__image-slot--placeholder .worship-template__placeholder-icon{font-size:1.5rem}.worship-template__footer{text-align:center;padding-top:1rem}.worship-template__footer-message{color:#4b5563;word-break:keep-all;margin:0 0 1.25rem;font-size:1rem;line-height:1.75}.worship-template__footer-divider{width:100%;max-width:36rem;color:var(--worship-accent);justify-content:center;align-items:center;gap:.875rem;margin:0 auto;display:flex}.worship-template__footer-line{opacity:.55;background-color:currentColor;flex:1;height:1px}.worship-template__footer-cross{object-fit:contain;flex-shrink:0;width:35px;height:35px}@media (width<=1162px){.worship-template__intro--banner{aspect-ratio:auto;min-height:clamp(17rem,38vw,22.5rem);padding:clamp(1.25rem,2.8vw,2rem) clamp(1.5rem,3vw,2.25rem)}.worship-template__intro--banner-cross-top{min-height:clamp(18rem,40vw,23.5rem)}.worship-template__intro--banner .worship-template__intro-text{width:min(54%,21rem);height:auto}.worship-template__intro--banner .worship-template__headline,.worship-template__intro--typography-classic .worship-template__headline,.worship-template__intro--banner-choir .worship-template__headline,.worship-template__intro--banner-dawn-prayer .worship-template__headline{font-size:clamp(1.5rem,2.8vw,2rem);line-height:1.28}.worship-template__intro-title{margin-bottom:.75rem;font-size:clamp(1.125rem,2.2vw,1.3125rem)}.worship-template__intro--banner .worship-template__description,.worship-template__intro--banner-choir .worship-template__description--rich,.worship-template__intro--banner-dawn-prayer .worship-template__description{font-size:clamp(.9375rem,1.7vw,1.0625rem);line-height:1.6}.worship-template__intro--banner .worship-template__intro-divider,.worship-template__intro-divider--diamond{margin:.75rem auto .875rem}}@media (width<=1162px) and (height<=520px){.worship-template__intro--banner{min-height:clamp(15rem,34vw,19rem);padding:1rem 1.25rem}.worship-template__intro--banner .worship-template__headline,.worship-template__intro--typography-classic .worship-template__headline,.worship-template__intro--banner-choir .worship-template__headline,.worship-template__intro--banner-dawn-prayer .worship-template__headline{font-size:clamp(1.25rem,2.4vw,1.625rem);line-height:1.22}.worship-template__intro-title{margin-bottom:.5rem;font-size:1.0625rem}.worship-template__intro--banner .worship-template__description,.worship-template__intro--banner-choir .worship-template__description--rich,.worship-template__intro--banner-dawn-prayer .worship-template__description{font-size:.9375rem;line-height:1.55}.worship-template__intro--banner .worship-template__intro-divider,.worship-template__intro-divider--diamond{margin:.5rem auto .625rem}}@media (width<=900px){.worship-template__intro{grid-template-columns:1fr;gap:1.75rem}.worship-template__intro--banner{aspect-ratio:auto;min-height:18rem;padding:1.75rem 1.25rem}.worship-template__intro--banner-cross-top{--worship-intro-bg-position:92% 6%;min-height:20rem}.worship-template__intro--banner .worship-template__intro-text{text-align:center;align-items:center;width:100%;max-width:none}.worship-template__intro--banner .worship-template__headline{font-size:clamp(1.625rem,5.4vw,2.25rem);line-height:1.3}.worship-template__intro--typography-classic .worship-template__headline,.worship-template__intro--banner-choir .worship-template__headline,.worship-template__intro--banner-dawn-prayer .worship-template__headline{font-size:clamp(1.625rem,5.4vw,2.25rem)}.worship-template__intro-title{margin-bottom:.875rem;font-size:clamp(1.25rem,3vw,1.375rem)}.worship-template__intro--banner .worship-template__description,.worship-template__intro--banner-choir .worship-template__description--rich,.worship-template__intro--banner-dawn-prayer .worship-template__description{font-size:clamp(1.0625rem,2.7vw,1.125rem);line-height:1.7}.worship-template__intro--banner .worship-template__intro-divider{margin:.875rem auto 1rem}.worship-template__intro-media{order:-1}.worship-template__image-slot--intro{min-height:220px}}@media (width<=768px){.worship-template{padding:0 1rem 3rem}.worship-template__info-card{grid-template-columns:1fr}.worship-template__info-divider{width:100%;height:1px}.worship-template__gallery-list{grid-template-columns:1fr}.worship-template__gallery-card{min-height:160px}.worship-template__image-slot--hero{min-height:auto}.worship-template__intro--banner{min-height:16rem;padding:1.5rem 1rem}.worship-template__intro--banner-cross-top{min-height:18rem}.worship-template__intro--banner .worship-template__headline{font-size:clamp(1.375rem,7.4vw,1.875rem);line-height:1.25}.worship-template__intro--typography-classic .worship-template__headline,.worship-template__intro--banner-choir .worship-template__headline,.worship-template__intro--banner-dawn-prayer .worship-template__headline{font-size:clamp(1.375rem,7.4vw,1.875rem)}.worship-template__intro-title{font-size:1.125rem}.worship-template__intro--banner .worship-template__description,.worship-template__intro--banner-choir .worship-template__description--rich,.worship-template__intro--banner-dawn-prayer .worship-template__description{font-size:1.0625rem;line-height:1.65}}@media (width<=480px){.worship-template__intro--banner{min-height:14rem;padding:1.25rem .875rem}.worship-template__intro--banner-cross-top{min-height:16rem}.worship-template__intro--banner .worship-template__headline{font-size:clamp(1.25rem,8vw,1.625rem);line-height:1.2}.worship-template__intro-title{margin-bottom:.75rem}.worship-template__intro--banner .worship-template__description,.worship-template__intro--banner-choir .worship-template__description--rich,.worship-template__intro--banner-dawn-prayer .worship-template__description{font-size:1rem;line-height:1.6}}@media (width>=769px) and (width<=900px){.worship-template__gallery-list{grid-template-columns:repeat(2,minmax(0,1fr))}.worship-template__gallery-item:last-child{grid-column:1/-1}}.facilities{--facilities-accent:#1f4e79;--facilities-muted:#6b7280;max-width:1120px;font-family:var(--font-family-brand);color:#1f2d3d;margin:0 auto}.facilities__hero{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(1.5rem,3vw,2.5rem);margin-bottom:clamp(2.5rem,5vw,4rem);display:grid}.facilities__eyebrow{letter-spacing:.28em;color:var(--facilities-muted);margin:0 0 .75rem;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:500}.facilities__title{color:#1f2d3d;letter-spacing:-.02em;margin:0 0 1.25rem;font-family:Nanum Myeongjo,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.25}.facilities__intro{max-width:22rem;color:var(--facilities-muted);margin:0;font-size:.9375rem;line-height:1.75}.facilities__intro-line{display:block}.facilities__hero-media .facilities__image-slot,.facilities__hero-media .facilities__image{aspect-ratio:16/10}.facilities__list{flex-direction:column;gap:clamp(2.5rem,5vw,4rem);margin-bottom:clamp(2.5rem,5vw,4rem);display:flex}.facilities__item{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(1.5rem,3vw,2.5rem);display:grid}.facilities__item--reverse .facilities__item-media{order:2}.facilities__item--reverse .facilities__item-body{order:1}.facilities__item-media .facilities__image-slot,.facilities__item-media .facilities__image{aspect-ratio:4/3}.facilities__item-index{flex-direction:column;align-items:flex-start;gap:.625rem;margin-bottom:1rem;display:flex}.facilities__item-line{background-color:#c5d5e8;width:2rem;height:1px}.facilities__item-number{letter-spacing:.12em;color:#9ca3af;font-family:Montserrat,sans-serif;font-size:.8125rem;font-weight:500}.facilities__item-title{color:var(--facilities-accent);margin:0 0 .875rem;font-family:Nanum Myeongjo,serif;font-size:clamp(1.375rem,2.5vw,1.625rem);font-weight:700;line-height:1.35}.facilities__item-description{max-width:20rem;color:var(--facilities-muted);margin:0;font-size:.9375rem;line-height:1.75}.facilities__item-description-line{display:block}.facilities__image,.facilities__image-slot{border-radius:12px;width:100%;display:block;overflow:hidden}.facilities__image{object-fit:cover;height:100%}.facilities__image-slot{background-color:#f3f6fa;border:1px dashed #d7e2ef;justify-content:center;align-items:center;min-height:12rem;display:flex}.facilities__image-slot-text{color:#9ca3af;font-size:.875rem;font-weight:500}.facilities__footer{text-align:center;padding:2rem 0 .5rem}.facilities__footer-message{color:#374151;margin:0;font-family:Nanum Myeongjo,serif;font-size:clamp(1rem,2vw,1.125rem);font-weight:700;line-height:1.6}@media (width<=900px){.facilities__hero{grid-template-columns:1fr}.facilities__hero-text{order:1}.facilities__hero-media{order:2}.facilities__intro{max-width:none}.facilities__item,.facilities__item--reverse{grid-template-columns:1fr}.facilities__item--reverse .facilities__item-media,.facilities__item--reverse .facilities__item-body{order:unset}.facilities__item-description{max-width:none}}.app{flex-direction:column;min-width:0;min-height:100vh;display:flex;overflow-x:clip}.main{flex:1;min-width:0;overflow-x:clip}
