.header{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}.logo{display:flex;align-items:center;height:60px;cursor:pointer;transition:opacity .3s}.logo:hover{opacity:.8}.logo-image{height:120%;width:auto;max-height:100px;object-fit:contain;cursor:pointer;transition:opacity .3s}.logo-image:hover{opacity:.8}.logo-icon{font-size:1.5rem;font-weight:700;color:#4a5568;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.nav a:hover{color:#667eea}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}}.main-banner{width:100%;position:relative;overflow:hidden}.banner-container{width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.banner-slider{display:flex;width:100%;height:100%;position:absolute;top:0;left:0;transition:transform .5s ease-in-out}.banner-slider.single-banner{transition:none;transform:translate(0)!important}.banner-slide{min-width:100%;height:100%;position:relative}.banner-image,.banner-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.banner-text-overlay{position:absolute;bottom:3rem;left:3rem;z-index:5;display:flex;flex-direction:column;gap:.8rem}.banner-text-line{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.5);font-weight:600;opacity:0;animation:slideDownFadeIn 1.5s ease-out forwards}.banner-text-line-1{font-size:1.5rem;animation-delay:.3s}.banner-text-line-2{font-size:2.5rem;animation-delay:.6s}@keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.banner-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;color:#2d3748;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s;opacity:.7}.banner-nav-button:hover{background:#fff;opacity:1;transform:translateY(-50%) scale(1.1)}.banner-nav-prev{left:20px}.banner-nav-next{right:20px}.banner-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.banner-indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s;padding:0}.banner-indicator:hover{background:#ffffff80;transform:scale(1.2)}.banner-indicator.active{background:#fff;width:30px;border-radius:6px}@media (max-width: 1200px){.banner-container{padding-bottom:56.25%}.banner-nav-button{width:40px;height:40px;font-size:1.5rem}.banner-nav-prev{left:10px}.banner-nav-next{right:10px}}@media (max-width: 768px){.banner-container{padding-bottom:56.25%}.banner-nav-button{width:35px;height:35px;font-size:1.2rem}.banner-nav-prev{left:5px}.banner-nav-next{right:5px}.banner-indicators{bottom:10px}.banner-indicator{width:10px;height:10px}.banner-indicator.active{width:25px}.banner-text-overlay{bottom:2rem;left:2rem}.banner-text-line-1{font-size:1.5rem}.banner-text-line-2{font-size:1.2rem}}@media (max-width: 480px){.banner-container{padding-bottom:56.25%}.banner-nav-button{width:30px;height:30px;font-size:1rem}.banner-indicator{width:8px;height:8px}.banner-indicator.active{width:20px}.banner-text-overlay{bottom:1.5rem;left:1.5rem}.banner-text-line-1{font-size:1.2rem}.banner-text-line-2{font-size:1rem}}.banner-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000004d;z-index:10}.banner-loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sermon-video-section{background:#fff;padding:4rem 0;position:relative;overflow:hidden;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.sermon-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.sermon-main-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}.sermon-main-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;border:1px solid #e2e8f0;width:100%}.sermon-featured-thumbnail{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;cursor:pointer;background:#1a202c}.sermon-type-tag{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;white-space:nowrap}.sermon-type-tag-featured{position:absolute;top:1rem;left:1rem;z-index:3}.sermon-type-주일예배{background:#fff;color:#2d3748}.sermon-type-새벽기도,.sermon-type-새벽예배{background:#8b50a4e6;color:#fff}.sermon-featured-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.sermon-featured-thumbnail:hover img{transform:scale(1.05)}.play-overlay-featured{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.sermon-featured-thumbnail:hover .play-overlay-featured{opacity:1}.play-icon-featured{width:100px;height:100px;background:#e53e3ee6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;transition:transform .3s,background .3s}.sermon-featured-thumbnail:hover .play-icon-featured{transform:scale(1.1);background:#e53e3e}.sermon-offering-section{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-offering-label{font-size:1rem;font-weight:800;color:#4a5568;margin-left:1.5rem}.sermon-offering-account{font-size:1rem;font-weight:800;color:#4a5568;margin-left:0%}.sermon-offering-copy-button{background:#675b6f;border:none;color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;flex-shrink:0}.sermon-offering-copy-button:hover{background:#554a5a}.sermon-list{background:transparent;border-radius:12px;padding:0;display:flex;flex-direction:column;gap:0}.sermon-list-item{background:transparent;border-radius:8px;padding:1rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:opacity .3s;color:#2d3748;border-bottom:1px solid rgba(226,232,240,.5)}.sermon-list-item:last-child{border-bottom:none}.sermon-list-item:hover{opacity:.7}.sermon-list-content{flex:1;display:flex;flex-direction:column;gap:.3rem}.sermon-list-title-text{font-size:.9rem;font-weight:600;color:#2d3748;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-list-description{font-size:.85rem;color:#4a5568;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-list-meta{font-size:.75rem;color:#718096;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-list-play-icon{width:32px;height:32px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0;transition:background .3s;color:#4a5568}.sermon-list-item:hover .sermon-list-play-icon{background:#cbd5e0}.sermon-youtube-button{background:transparent;border-radius:8px;padding:1rem 0;display:flex;align-items:center;gap:1rem;text-decoration:none;color:#2d3748;transition:opacity .3s;margin-top:1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-youtube-button:hover{opacity:.7;color:#2d3748}.sermon-youtube-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sermon-youtube-icon-img{width:48px;height:48px;object-fit:contain;display:block}.sermon-youtube-text{font-size:1rem;font-weight:600;color:#4a5568;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-empty-large,.sermon-empty-small{padding:4rem 2rem;text-align:center;color:#718096;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-empty-small{padding:2rem}@media (max-width: 968px){.sermon-layout{grid-template-columns:1fr}}@media (max-width: 768px){.sermon-container{padding:0 1rem}.play-icon-featured{width:80px;height:80px;font-size:2rem}.sermon-sidebar{display:none}.sermon-layout{grid-template-columns:1fr}.sermon-offering-section{flex-wrap:nowrap;gap:.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.sermon-offering-label{font-size:.85rem;margin-left:0;flex-shrink:0}.sermon-offering-account{font-size:.85rem;margin-left:0;white-space:nowrap;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.sermon-offering-copy-button{padding:.4rem .75rem;font-size:.85rem;flex-shrink:0}}.church-cards{background:#fff;padding:4rem 0}.church-intro-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.section-header{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.church-intro-title{font-size:2rem!important;font-weight:400;color:#092f54;margin:0 0 .5rem!important;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.section-description{text-align:center;color:#718096;font-size:1.1rem;margin:0 0 3rem!important;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.church-intro-items{display:flex;justify-content:center;align-items:flex-start;gap:3rem;flex-wrap:wrap}.church-intro-item{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;transition:transform .3s;min-width:120px}.church-intro-item:hover{transform:translateY(-4px)}.church-intro-icon{width:80px;height:80px;color:#2d3748;display:flex;align-items:center;justify-content:center;transition:all .3s;position:relative}.church-intro-item:hover .church-intro-icon{color:#667eea;transform:scale(1.1)}.church-intro-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(20%) sepia(8%) saturate(1000%) hue-rotate(180deg) brightness(95%) contrast(90%);transition:filter .3s}.church-intro-item:hover .church-intro-icon img{filter:brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(2000%) hue-rotate(230deg) brightness(95%) contrast(90%)}.church-intro-icon-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#2d3748;background:#f7fafc;border-radius:50%}.church-intro-label{font-size:1rem;font-weight:500;color:#4a5568;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;transition:color .3s}.church-intro-item:hover .church-intro-label{color:#2d3748}@media (max-width: 968px){.church-intro-items{gap:2rem}.church-intro-icon{width:70px;height:70px}.church-intro-label{font-size:.95rem}}@media (max-width: 768px){.church-cards{padding:3rem 0}.church-intro-container{padding:0 1rem}.church-intro-title{font-size:1.5rem!important;margin-bottom:.5rem!important}.church-intro-items{gap:1.5rem}.church-intro-icon{width:60px;height:60px}.church-intro-label{font-size:.9rem}}@media (max-width: 480px){.church-intro-items{gap:1rem}.church-intro-item{min-width:100px}.church-intro-icon{width:50px;height:50px}.church-intro-label{font-size:.85rem}}.event-section{background:#fff;padding:4rem 0}.event-container{max-width:1200px;margin:0 auto;padding:0 2rem}.event-section-title{font-size:2rem;font-weight:400;color:#092f54;margin:0 0 .5rem;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.title-bold,.title-light{font-weight:100}.event-posters-wrapper{position:relative}.event-posters{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-items:center}.event-poster-item{width:100%;max-width:300px;display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer}.event-poster-image{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s;object-fit:cover}.event-poster-item:hover .event-poster-image{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.event-poster-title{font-size:1rem;font-weight:600;color:#2d3748;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}@media (max-width: 768px){.event-section{padding:3rem 0}.event-container{padding:0 1rem}.event-section-title{font-size:1.8rem;margin-bottom:2rem}.event-posters{grid-template-columns:1fr;gap:0;justify-items:center;position:relative;min-height:400px;display:block}.event-poster-item{max-width:100%;position:absolute;top:0;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease;width:100%;display:flex;flex-direction:column;align-items:center;pointer-events:none}.event-poster-item.event-poster-active{position:relative;opacity:1;transform:translate(-50%);pointer-events:auto;z-index:10}.event-poster-first{max-width:100%}}.event-navigation{display:none;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding:1rem 0}.event-nav-button{background:#092f54;color:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;line-height:1;padding:0}.event-nav-button:hover{background:#061f3a;transform:scale(1.1)}.event-nav-button:active{transform:scale(.95)}.event-nav-indicator{font-size:1rem;color:#4a5568;font-weight:500;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;min-width:60px;text-align:center}@media (max-width: 768px){.event-navigation{display:flex}}.event-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.event-modal-content{position:relative;max-width:90%;max-height:90vh;background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:zoomIn .3s ease-out}.event-modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;z-index:1010;padding:5px 10px;border-radius:50%;background:#00000080;line-height:1;transition:background .2s}.event-modal-close:hover{background:#000000b3}.event-modal-body{display:flex;flex-direction:row;max-height:90vh;overflow:hidden}.event-modal-image-container{flex:1;display:flex;justify-content:center;align-items:center;padding:20px;background:#000;min-width:0;overflow:auto}.event-modal-image{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:4px}.event-modal-info{flex:0 0 400px;padding:2rem;background:#fff;color:#333;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start}.event-modal-title{margin:0 0 1rem;font-size:1.8rem;font-weight:700;color:#2d3748;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.event-modal-date{margin:0 0 1.5rem;font-size:1rem;color:#718096;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.event-modal-description{margin:0;font-size:1rem;color:#4a5568;line-height:1.8;white-space:pre-wrap;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}@media (max-width: 768px){.event-modal-content{max-width:95%;max-height:95%}.event-modal-close{font-size:1.5rem;top:5px;right:5px}.event-modal-body{flex-direction:column;max-height:95vh}.event-modal-image-container{flex:0 0 auto;max-height:50vh;padding:15px}.event-modal-image{max-height:50vh}.event-modal-info{flex:1;padding:1.5rem;overflow-y:auto}.event-modal-title{font-size:1.4rem}.event-modal-description{font-size:.9rem}.event-posters{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.event-posters{grid-template-columns:1fr;min-height:350px}.event-nav-button{width:44px;height:44px;font-size:1.8rem}.event-nav-indicator{font-size:.9rem}}.changil-window{background:#fff;padding:4rem 0}.changil-window-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.section-header.fade-in-up{opacity:1;transform:translateY(0)}.section-title{font-size:2rem;font-weight:400;color:#092f54;margin:0 0 .5rem;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.title-bold{font-weight:900}.title-light{font-weight:100}.section-description{text-align:center;color:#718096;font-size:1.1rem;margin:0 0 3rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.window-images{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative}.window-image-item{order:0}.window-image-item:first-child{order:-1}.window-image-item{width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s;cursor:pointer;position:relative}.window-image-item:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.window-image-title-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:1rem;opacity:0;transition:opacity .3s}.window-image-item:hover .window-image-title-overlay{opacity:1}.window-image-title-text{color:#fff;font-size:.9rem;font-weight:600;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.5)}.window-image{width:100%;height:100%;object-fit:cover;display:block}.window-image-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.loading{text-align:center;padding:4rem;color:#718096;font-size:1.2rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}@media (max-width: 968px){.window-images{grid-template-columns:repeat(2,1fr)}}.window-navigation{display:none}@media (max-width: 768px){.window-navigation{display:flex}}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;animation:zoomIn .3s ease}.image-modal-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:3rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .3s,opacity .3s;z-index:1001;line-height:1;padding:0}.image-modal-close:hover{transform:scale(1.2);opacity:.8}.image-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;font-size:3rem;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s,transform .3s;z-index:1001;line-height:1;padding:0}.image-modal-nav:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.image-modal-prev{left:-70px}.image-modal-next{right:-70px}.image-modal-image-container{max-width:100%;max-height:80vh;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.image-modal-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.image-modal-info{text-align:center;color:#fff;max-width:800px;padding:0 1rem}.image-modal-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.image-modal-description{font-size:1rem;color:#ffffffe6;line-height:1.6;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.image-modal-counter{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);color:#fff;font-size:.9rem;background:#00000080;padding:.5rem 1rem;border-radius:20px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}@media (max-width: 768px){.changil-window{padding:3rem 0}.changil-window-container{padding:0 1rem}.section-title{font-size:2rem}.window-images{grid-template-columns:1fr;position:relative;min-height:300px}.window-image-item{position:absolute;top:0;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease;width:100%;pointer-events:none}.window-image-item.window-image-active{position:relative;opacity:1;transform:translate(-50%);pointer-events:auto;z-index:10}.window-navigation{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding:1rem 0}.window-nav-button{background:#092f54;color:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;line-height:1;padding:0}.window-nav-button:hover{background:#061f3a;transform:scale(1.1)}.window-nav-button:active{transform:scale(.95)}.window-nav-indicator{font-size:1rem;color:#4a5568;font-weight:500;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;min-width:60px;text-align:center}.image-modal-overlay{padding:1rem}.image-modal-content{max-width:100%;max-height:100%}.image-modal-close{top:10px;right:10px;font-size:2rem;width:35px;height:35px}.image-modal-nav{width:40px;height:40px;font-size:2rem}.image-modal-prev{left:10px}.image-modal-next{right:10px}.image-modal-image-container,.image-modal-image{max-height:70vh}.image-modal-title{font-size:1.2rem}.image-modal-description{font-size:.9rem}.image-modal-counter{bottom:10px;font-size:.8rem;padding:.4rem .8rem}}.footer{background:#2d3748;color:#fff;padding:.5rem 0 2rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-ministries{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.ministry-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.ministry-icon{font-size:2rem}.ministry-name{font-size:.9rem;opacity:.9}.footer-quick-links{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.quick-link{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s}.quick-link:hover{opacity:1}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.footer-left{flex:1;text-align:left}.footer-right{display:flex;align-items:flex-start}.footer-logo{margin-top:.4rem;margin-bottom:.1rem;display:flex;justify-content:flex-start;align-items:center}.footer-logo-image{max-height:60px;width:auto;object-fit:contain}.footer-logo-text{font-size:1.5rem;font-weight:700}.footer-details{margin-top:.5rem;margin-bottom:0;opacity:.8;line-height:1.5;text-align:left}.footer-details p{margin-top:.1rem;margin:.3rem 0;font-size:.9rem}.footer-social{display:flex;gap:1rem;align-items:center}.social-link{color:#fff;opacity:.8;transition:opacity .3s,transform .3s;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.social-link:hover{opacity:1;transform:translateY(-2px)}.social-link svg{width:24px;height:24px}.footer-copyright{display:flex;justify-content:center;align-items:center;gap:1rem;opacity:.6;font-size:.8rem}.admin-link{color:#fff;text-decoration:none}.admin-link:hover{text-decoration:underline}@media (max-width: 768px){.footer-content{flex-direction:column;gap:1.5rem}.footer-left{text-align:center}.footer-logo{justify-content:center}.footer-details{text-align:center}.footer-right{justify-content:center}.footer-ministries{gap:2rem}.footer-quick-links{gap:1rem}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:flex-start;align-items:flex-start;padding-top:20vh;padding-left:2rem;z-index:10000;animation:fadeIn .3s ease-in-out}.popup-container{position:relative;background:transparent;border-radius:12px;max-width:400px;width:auto;overflow:hidden;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease-out;margin:0}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-image-container{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:12px 12px 0 0}.popup-image-container.popup-image-clickable{cursor:pointer;transition:transform .2s ease}.popup-image-container.popup-image-clickable:hover{transform:scale(1.02)}.popup-image{width:100%;height:100%;object-fit:cover;display:block}.popup-footer{display:flex;justify-content:space-between;align-items:center;padding:.375rem .5rem;background:#1a202ce6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0 0 12px 12px}.popup-close-btn,.popup-dont-show-btn{padding:.5rem .875rem;border:none;border-radius:4px;font-size:.875rem;font-weight:150;cursor:pointer;transition:all .3s ease;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;white-space:nowrap}.popup-close-btn{background:transparent;color:#fff}.popup-close-btn:hover{background:#ffffff26}.popup-dont-show-btn{background:transparent;color:#fff}.popup-dont-show-btn:hover{background:#ffffff26}.popup-close-btn:active,.popup-dont-show-btn:active{transform:scale(.98)}.popup-content{padding:2rem;background:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.popup-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 1rem;line-height:1.4}.popup-text{font-size:1rem;color:#4a5568;line-height:1.6;margin:0 0 1.5rem;white-space:pre-line}.popup-link-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.popup-link-button:hover{background:#5568d3}.popup-link-button:active{transform:scale(.98)}.popup-content:only-child{padding-top:3rem}@media (max-width: 768px){.popup-overlay{padding-top:15vh;padding-left:1rem;padding-right:1rem}.popup-container{width:90%;max-width:350px;max-height:85vh}.popup-content{padding:1.5rem}.popup-title{font-size:1.25rem}.popup-text{font-size:.9rem}.popup-footer{flex-direction:row;gap:.5rem;padding:.5rem;justify-content:space-between}.popup-close-btn,.popup-dont-show-btn{flex:1;padding:.5rem .75rem;font-size:.8rem}}.admin-page{min-height:100vh;background:#f7fafc;padding:2rem 0}.admin-container{max-width:1400px;margin:0 auto;padding:0 2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-header-buttons{display:flex;gap:1rem;align-items:center}.admin-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin:0;text-align:left}.back-to-main-button{background:#667eea;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease;border:none;font-size:1rem}.back-to-main-button:hover{background:#5568d3}.admin-tab-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.admin-tab-card{background:#fff;border-radius:12px;padding:2.5rem 2rem;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:all .3s ease;text-align:center;border:2px solid transparent}.admin-tab-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026;border-color:#667eea}.admin-tab-icon{font-size:3rem;margin-bottom:1rem}.admin-tab-card h2{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 .5rem}.admin-tab-card p{font-size:1rem;color:#718096;margin:0}.message{padding:1rem;border-radius:8px;margin-bottom:2rem;font-weight:500}.message.success{background:#c6f6d5;color:#22543d;border:1px solid #9ae6b4}.message.error{background:#fed7d7;color:#742a2a;border:1px solid #fc8181}.message.warning{background:#feebc8;color:#7c2d12;border:1px solid #f6ad55}.admin-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem;margin-top:2rem}.admin-sidebar{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;height:fit-content;position:sticky;top:2rem}.admin-menu{display:flex;flex-direction:column;gap:.5rem}.admin-menu-item{background:transparent;border:none;padding:1rem 1.25rem;border-radius:8px;font-size:1rem;font-weight:500;color:#4a5568;cursor:pointer;transition:all .3s;text-align:left;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.admin-menu-item:hover{background:#f7fafc;color:#092f54}.admin-menu-item.active{background:#667eea;color:#fff;font-weight:600}.admin-main-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a;min-height:600px}.admin-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.admin-form-section,.admin-list-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.admin-form-section h2,.admin-list-section h2{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem}.sermon-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:#4a5568;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input[type=file]{padding:.5rem;cursor:pointer}.form-group input[type=file]:disabled{cursor:not-allowed;opacity:.6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group small{color:#718096;font-size:.85rem}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #667eea66}.submit-button:disabled{opacity:.6;cursor:not-allowed}.sermon-list{display:flex;flex-direction:column;gap:1.5rem}.sermon-item{border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;background:#f7fafc}.sermon-item-header h3{font-size:1.2rem;font-weight:700;color:#667eea;margin-bottom:1rem}.sermon-item-content{display:flex;gap:1rem;margin-bottom:1rem}.sermon-item-list{cursor:pointer;padding:1rem;border-radius:6px;transition:all .3s;border:2px solid transparent}.sermon-item-list:hover{background:#f7fafc;border-color:#667eea}.sermon-item-list.editing{background:#e6f2ff;border-color:#667eea}.sermon-item-simple{display:flex;align-items:center;gap:1.5rem;width:100%}.sermon-item-type{font-size:1.1rem;font-weight:600;color:#667eea;min-width:100px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-item-date{font-size:1rem;color:#4a5568;flex:1;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.sermon-thumbnail-small{width:200px;height:112px;object-fit:cover;border-radius:6px;flex-shrink:0}.sermon-item-info{flex:1}.sermon-item-actions{display:flex;gap:1rem;align-items:center;margin-top:.75rem}.sermon-item-info h4{font-size:1.1rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.sermon-item-desc{color:#718096;font-size:.9rem;margin-bottom:.5rem}.youtube-link{color:#667eea;text-decoration:none;font-weight:500;font-size:.9rem}.youtube-link:hover{text-decoration:underline}.delete-button{background:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s}.delete-button:hover{background:#c53030}.sermon-empty{padding:2rem;text-align:center;color:#a0aec0}.donation-receipt-list{display:flex;flex-direction:column;gap:1.5rem}.donation-receipt-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.donation-receipt-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.donation-receipt-type-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;background:#e6fffa;color:#234e52}.donation-receipt-status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}.donation-receipt-status-badge[data-status=대기]{background:#fed7d7;color:#742a2a}.donation-receipt-status-badge[data-status=처리중]{background:#feebc8;color:#7c2d12}.donation-receipt-status-badge[data-status=완료]{background:#c6f6d5;color:#22543d}.donation-receipt-status-badge[data-status=거부]{background:#e2e8f0;color:#4a5568}.donation-receipt-date{font-size:.85rem;color:#718096;margin-left:auto}.donation-receipt-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.donation-receipt-info-row{font-size:.9rem;color:#4a5568;line-height:1.6}.donation-receipt-info-row strong{color:#2d3748;font-weight:600;margin-right:.5rem}.file-link{color:#667eea;text-decoration:none;font-weight:500}.file-link:hover{text-decoration:underline}.donation-receipt-actions{display:flex;gap:.75rem;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}.status-select{padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.9rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;cursor:pointer;background:#fff;color:#2d3748}.status-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}@media (max-width: 768px){.donation-receipt-header{flex-direction:column;align-items:flex-start}.donation-receipt-date{margin-left:0}.donation-receipt-actions{flex-direction:column}.status-select{width:100%}}.admin-section-divider{margin:4rem 0;border-top:2px solid #e2e8f0}.admin-footer{text-align:center;padding-top:2rem;display:flex;justify-content:center;align-items:center;gap:2rem}.home-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.home-button:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.logout-button{background:#e53e3e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.logout-button:hover{background:#c53030;transform:translateY(-2px);box-shadow:0 4px 8px #e53e3e4d}.back-link{color:#667eea;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.upload-progress{margin-top:.5rem;padding:.5rem;background:#f7fafc;border-radius:6px;position:relative}.upload-progress-bar{height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;transition:width .3s}.upload-progress span{display:block;margin-top:.5rem;font-size:.85rem;color:#4a5568}.upload-progress-container{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.upload-progress-item{padding:.75rem;background:#f7fafc;border-radius:6px;border:1px solid #e2e8f0}.upload-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.upload-file-name{font-size:.9rem;font-weight:500;color:#2d3748;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:.5rem}.upload-progress-text{font-size:.85rem;color:#667eea;font-weight:600;white-space:nowrap}.image-preview{margin-top:1rem;position:relative;display:inline-block}.image-preview img{max-width:100%;max-height:300px;border-radius:8px;border:2px solid #e2e8f0;display:block}.image-preview-container{margin-top:1rem}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.image-preview-item{position:relative;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff;transition:border-color .3s}.image-preview-item:hover{border-color:#667eea}.image-preview-item img{width:100%;height:150px;object-fit:cover;display:block}.image-preview-info{padding:.5rem;background:#f7fafc}.image-preview-name{display:block;font-size:.75rem;color:#4a5568;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem}.remove-preview-button{width:100%;padding:.4rem .75rem;background:#e53e3e;color:#fff;border:none;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background .3s}.remove-preview-button:hover:not(:disabled){background:#c53030}.remove-preview-button:disabled{opacity:.5;cursor:not-allowed}.clear-all-button{padding:.5rem 1rem;background:#718096;color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s}.clear-all-button:hover:not(:disabled){background:#4a5568}.clear-all-button:disabled{opacity:.5;cursor:not-allowed}.cancel-edit-button{background:#718096;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s;margin-bottom:1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.cancel-edit-button:hover{background:#4a5568}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem 0}.pagination-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.pagination-button:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.pagination-button:disabled{background:#cbd5e0;color:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}.pagination-info{font-size:1rem;color:#4a5568;font-weight:500;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;min-width:80px;text-align:center}.pdf-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;text-align:center}.pdf-preview svg{color:#e53e3e;margin-bottom:.5rem}.pdf-preview p{margin:.25rem 0;color:#4a5568;font-size:.9rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.pdf-preview .file-size{color:#718096;font-size:.85rem}.add-section-button{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .3s ease;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.add-section-button:hover{background:#5568d3}.section-editor{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem}@media (max-width: 968px){.admin-layout{grid-template-columns:1fr;gap:1.5rem}.admin-sidebar{position:static;padding:1rem}.admin-menu{flex-direction:row;flex-wrap:wrap;gap:.5rem}.admin-menu-item{padding:.75rem 1rem;font-size:.9rem}.admin-main-content{padding:1.5rem}.admin-content{grid-template-columns:1fr}.sermon-item-content{flex-direction:column}.sermon-thumbnail-small{width:100%;height:auto}.admin-header{flex-direction:column;align-items:flex-start}.admin-title{font-size:2rem;text-align:left}.admin-tab-selector{grid-template-columns:1fr;gap:1.5rem}.admin-tab-card{padding:2rem 1.5rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-container{width:100%;max-width:450px}.login-box{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0003}.login-title{font-size:2rem;font-weight:900;color:#092f54;margin:0 0 2rem;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#4a5568;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.form-group input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background:#f7fafc;cursor:not-allowed}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:.875rem 1rem;border-radius:8px;font-size:.95rem;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.login-button{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{margin-top:2rem;text-align:center}.back-button{background:none;border:none;color:#718096;font-size:.9rem;cursor:pointer;padding:.5rem 1rem;transition:color .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.back-button:hover{color:#092f54}@media (max-width: 768px){.login-page{padding:1rem}.login-box{padding:2rem 1.5rem}.login-title{font-size:1.75rem;margin-bottom:1.5rem}}.sermon-detail-page{min-height:100vh;display:flex;flex-direction:column}.sermon-detail-main{flex:1;background:#f7fafc;padding:3rem 0}.sermon-detail-container{max-width:1200px;margin:0 auto;padding:0 2rem}.sermon-detail-header{margin-bottom:2rem}.sermon-detail-title{font-size:2rem;font-weight:700;color:#2d3748;margin:0 0 1rem;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.sermon-detail-meta-top{display:flex;gap:1rem;color:#718096;font-size:.95rem;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.sermon-video-wrapper{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.sermon-video-container{width:100%}.sermon-video-iframe{width:100%;aspect-ratio:16/9;border-radius:8px}.sermon-video-links{margin-top:1rem;display:flex;justify-content:flex-end}.youtube-link-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#e53e3e;color:#fff;text-decoration:none;border-radius:6px;font-size:.9rem;font-weight:500;transition:background .3s;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.youtube-link-button:hover{background:#c53030}.sermon-video-error{padding:4rem 2rem;text-align:center;color:#718096;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.sermon-info-box{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;display:grid;grid-template-columns:12% 10% 45% 18%;gap:1.5rem}.sermon-info-item{display:flex;flex-direction:column;gap:.5rem}.sermon-info-label{font-size:.9rem;color:#718096;font-weight:500;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.sermon-info-value{font-size:1rem;color:#2d3748;font-weight:500;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.sermon-info-item:nth-child(2){min-width:100px}.sermon-info-item:nth-child(3){min-width:0}.sermon-info-item:nth-child(3) .sermon-info-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sermon-list-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.sermon-list-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 1.5rem;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.sermon-table-wrapper{overflow-x:auto}.sermon-table{width:100%;border-collapse:collapse;table-layout:fixed;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.sermon-table thead{background:#f7fafc}.sermon-table th{padding:1rem;text-align:left;font-weight:600;color:#4a5568;border-bottom:2px solid #e2e8f0;font-size:.9rem}.sermon-table th:nth-child(1){width:5%}.sermon-table th:nth-child(2){width:12%}.sermon-table th:nth-child(3){width:10%}.sermon-table th:nth-child(4){width:45%}.sermon-table th:nth-child(5){width:18%}.sermon-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#2d3748;font-size:.95rem}.sermon-table td:nth-child(3){white-space:nowrap}.sermon-table td:nth-child(4){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sermon-table tbody tr{cursor:pointer;transition:background .2s}.sermon-table tbody tr:hover{background:#f7fafc}.sermon-table tbody tr.active{background:#edf2f7;font-weight:500}.sermon-table-title{color:#667eea;font-weight:500}.sermon-not-found{text-align:center;padding:4rem 2rem;color:#718096;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.back-button{margin-top:1rem;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}.back-button:hover{background:#764ba2}.loading{text-align:center;padding:4rem;color:#718096;font-size:1.2rem;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif}@media (max-width: 768px){.sermon-detail-container{padding:0 1rem}.sermon-detail-title{font-size:1.5rem}.sermon-info-box{grid-template-columns:1fr}.sermon-info-item:nth-child(3) .sermon-info-value{white-space:normal}.sermon-table{font-size:.85rem}.sermon-table th,.sermon-table td{padding:.75rem .5rem}.sermon-table th:nth-child(4),.sermon-table td:nth-child(4),.sermon-table th:nth-child(5),.sermon-table td:nth-child(5){display:none}.sermon-table th:nth-child(1){width:15%}.sermon-table th:nth-child(2){width:45%}.sermon-table th:nth-child(3){width:40%}}.church-intro-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.church-intro-container{flex:1;max-width:1200px;margin:0 auto;padding:3rem 2rem;width:100%}.church-intro-header{margin-bottom:3rem}.church-intro-title{font-size:2.5rem;font-weight:900;color:#092f54;margin:0 0 2rem;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.church-intro-tabs{display:flex;justify-content:center;gap:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:0}.tab-button{background:none;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:500;color:#718096;cursor:pointer;transition:all .3s;border-bottom:3px solid transparent;margin-bottom:-2px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;position:relative}.tab-button:hover{color:#092f54;background:#f7fafc}.tab-button.active{color:#092f54;font-weight:700;border-bottom-color:#092f54}.church-intro-content{background:transparent;border-radius:0;padding:0;box-shadow:none;min-height:400px}.content-title{font-size:2rem;font-weight:700;color:#092f54;margin:0 0 2rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.content-body{line-height:1.8;color:#4a5568;font-size:1.1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;letter-spacing:.05em}.content-body p{margin:0 0 1.5rem}.pastor-greeting-section{position:relative;max-width:900px;margin:0 auto;padding:2rem 0;min-height:500px}.pastor-greeting-content{position:relative;z-index:1;padding-right:320px;margin-bottom:2rem}.pastor-greeting-text{line-height:2;color:#2d3748;font-size:1.1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;letter-spacing:.01em;text-align:left}.pastor-greeting-text p{margin:0 0 1.8rem;text-align:left}.pastor-greeting-text p:last-child{margin-bottom:0}.pastor-quote{font-style:italic;color:#4a5568;margin-bottom:2rem!important;padding-left:1rem;border-left:3px solid #fbd160;text-align:left}.pastor-photo-container{position:absolute;bottom:0;right:0;width:300px;z-index:2}.pastor-photo-placeholder{width:100%;aspect-ratio:3 / 4;background:#f7fafc;border:1px solid #e2e8f0;border-radius:20px 0 0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:-4px -4px 12px #0000001a}.pastor-photo-placeholder img.pastor-photo-image{width:100%;height:100%;object-fit:cover;border-radius:20px 0 0;position:absolute;top:0;left:0;z-index:2;background:transparent;display:block;opacity:1}.pastor-photo-text{color:#a0aec0;font-size:.9rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;text-align:center;z-index:1;position:relative}.pastor-signature{text-align:center;color:#4a5568;font-size:1.1rem;margin:2rem 0 0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;letter-spacing:.05em}.church-intro-description{margin-bottom:3rem}.intro-subtitle{font-size:1.2rem;line-height:1.8;color:#2d3748;text-align:center;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;font-weight:500}.church-vision-section{margin-bottom:4rem}.vision-text{text-align:center;font-size:1.2rem;line-height:1.6;color:#4a5568}.vision-text p{margin:0}.church-types-section{margin-top:3rem}.church-types-list{list-style:none;padding:0;margin:0;counter-reset:church-type-counter}.church-type-item{margin-bottom:1.5rem;padding-left:0;counter-increment:church-type-counter}.church-type-item:last-child{margin-bottom:0}.church-type-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:0;padding:1rem 1.5rem;background:#f7fafc;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.church-type-header:hover{background:#edf2f7;border-color:#cbd5e0}.church-type-header.active{background:#e6fffa;border-color:#092f54}.church-type-number{font-size:1.2rem;font-weight:700;color:#092f54;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.church-type-title{font-size:1.3rem;font-weight:700;color:#092f54;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;flex:1}.church-type-arrow{font-size:.9rem;color:#092f54;transition:transform .3s ease;margin-left:1rem}.church-type-header.active .church-type-arrow{transform:rotate(90deg)}.church-type-content{margin-top:.5rem;padding:0 1.5rem;animation:slideDown .3s ease-out;overflow:hidden}.church-type-content-inner{padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;font-size:1.1rem;line-height:1.8;color:#4a5568;text-align:left;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;white-space:pre-line}.church-type-content-inner p{margin:0 0 1.5rem}.church-type-content-inner p:last-child{margin-bottom:0}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.church-type-description{font-size:1.1rem;line-height:1.8;color:#4a5568;margin:0;padding-left:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.church-affiliation-section{margin-top:4rem;padding-top:3rem;border-top:1px solid #e2e8f0;text-align:center}.church-affiliation-text{font-size:1rem;line-height:1.8;color:#718096;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}@media (max-width: 768px){.church-intro-container{padding:2rem 1rem}.church-intro-title{font-size:2rem;margin-bottom:1.5rem}.church-intro-tabs{flex-wrap:wrap;gap:.5rem}.tab-button{padding:.8rem 1.5rem;font-size:1rem}.church-intro-content{padding:0}.content-title{font-size:1.5rem}.content-body{font-size:1rem}.pastor-greeting-section{padding:1.5rem 0;min-height:auto}.pastor-greeting-content{padding-right:0;margin-bottom:2rem}.pastor-greeting-text{font-size:.95rem;line-height:1.8}.pastor-greeting-text p{margin:0 0 1.5rem}.pastor-quote{font-size:.9rem;padding-left:.75rem;margin-bottom:1.5rem!important}.pastor-photo-container{position:relative;width:100%;max-width:250px;margin:2rem auto 0}.pastor-photo-placeholder{aspect-ratio:3 / 4;border-radius:20px 20px 0 0;box-shadow:0 4px 12px #0000001a}.pastor-photo-placeholder img{border-radius:20px 20px 0 0}.intro-subtitle{font-size:.9rem;line-height:1.5;word-break:keep-all;overflow-wrap:break-word}.vision-text{font-size:.9rem;line-height:1.5;text-align:center;word-break:keep-all;overflow-wrap:break-word}.church-type-header{flex-direction:row;align-items:center;gap:.5rem}.church-type-number{font-size:1.1rem}.church-type-title{font-size:.95rem;line-height:1.4;word-break:keep-all;overflow-wrap:break-word;flex:1}.church-type-description{font-size:1rem;padding-left:0}.church-type-header{padding:.8rem 1rem}.church-type-title{font-size:.95rem;line-height:1.4;word-break:keep-all;overflow-wrap:break-word}.church-type-content{padding:0 1rem}.church-type-content-inner{padding:1rem;font-size:.85rem;line-height:1.6;word-break:keep-all;overflow-wrap:break-word}.church-affiliation-section{margin-top:3rem;padding-top:2rem}.church-affiliation-text{font-size:.9rem}}.directions-page{min-height:100vh;display:flex;flex-direction:column;background:#f7fafc}.directions-container{flex:1;max-width:1400px;margin:0 auto;padding:3rem 2rem;width:100%}.directions-title{font-size:2.5rem;font-weight:900;color:#092f54;margin:0 0 1rem;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.directions-subtitle{font-size:1.2rem;color:#4a5568;text-align:center;margin:0 0 3rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.directions-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.directions-map{width:100%;height:600px;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;background:#fff}.directions-map{position:relative}.directions-map iframe{width:100%;height:100%;border:none}.map-link-container{position:absolute;bottom:1rem;right:1rem;z-index:10}.map-link-button{display:inline-block;padding:.75rem 1.5rem;background:#4285f4;color:#fff;text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:500;box-shadow:0 2px 8px #0003;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.map-link-button:hover{background:#357ae8;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.directions-info{display:flex;flex-direction:column;gap:2.5rem}.info-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.info-section-title{font-size:1.5rem;font-weight:700;color:#092f54;margin:0 0 1.5rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;display:flex;align-items:center;gap:.75rem}.info-icon{width:24px;height:24px;flex-shrink:0;color:#092f54}.info-address-wrapper{display:flex;align-items:center;gap:.75rem;margin:0 0 1.5rem}.info-address{font-size:1.1rem;color:#4a5568;margin:0;line-height:1.8;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.copy-address-button{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s;color:#4a5568;flex-shrink:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:.9rem}.copy-address-button:hover{background:#e6f2ff;border-color:#092f54;color:#092f54}.copy-address-button:active{transform:scale(.95)}.copy-icon{width:18px;height:18px;display:block;flex-shrink:0}.copy-address-text{white-space:nowrap}.copy-toast-message{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#092f54;color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px #0003;font-size:.95rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;z-index:1000;animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.info-box{background:#e6f2ff;padding:1.5rem;border-radius:8px;margin-top:1rem}.info-box-title{font-size:1.1rem;font-weight:600;color:#092f54;margin:0 0 1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.info-subtitle{font-size:1.1rem;font-weight:600;color:#4a5568;margin:0 0 .8rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.info-list{list-style:none;padding:0;margin:0 0 1.5rem}.info-list li{font-size:1rem;color:#4a5568;line-height:1.8;margin-bottom:0;padding-left:1.5rem;position:relative;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;letter-spacing:.02em}.info-list li:before{content:"•";position:absolute;left:0;color:#092f54;font-weight:700}.info-list li:last-child{margin-bottom:0}.subway-line{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#fff;font-weight:700;font-size:.9rem;margin-right:6px;vertical-align:middle;line-height:1}.subway-line-5{background-color:#8b50a4}.subway-line-8{background-color:#e91e63}.bus-number{display:inline-block;padding:2px 8px;border-radius:4px;font-weight:600;color:#fff;font-size:.95rem;margin:0 4px}.bus-number-blue{background-color:#06c}.bus-number-green{background-color:#00a651}@media (max-width: 1024px){.directions-content{grid-template-columns:1fr;gap:2rem}.directions-map{height:400px}}@media (max-width: 768px){.directions-container{padding:2rem 1rem}.directions-title{font-size:2rem;margin-bottom:.8rem}.directions-subtitle{font-size:1rem;margin-bottom:2rem}.directions-content{gap:1.5rem}.directions-map{height:350px}.info-section{padding:1.5rem}.info-section-title{font-size:1.3rem}.info-address{font-size:1rem}.copy-address-button{padding:.4rem .6rem;font-size:.85rem}.copy-icon{width:16px;height:16px}.copy-toast-message{bottom:1rem;padding:.8rem 1.2rem;font-size:.9rem;left:1rem;right:1rem;transform:none;width:calc(100% - 2rem);max-width:400px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.info-box{padding:1.2rem}}.bulletin-page{min-height:100vh;display:flex;flex-direction:column;background:#f7fafc}.bulletin-container{flex:1;max-width:1200px;margin:0 auto;padding:3rem 2rem;width:100%}.bulletin-title{font-size:2.5rem;font-weight:900;color:#092f54;margin:0 0 3rem;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.bulletin-latest-container{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.bulletin-latest-images{cursor:pointer;transition:transform .2s;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.bulletin-latest-images:hover{transform:scale(1.01)}.bulletin-latest-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:600px;object-fit:contain}.bulletin-latest-pdf{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;min-height:300px}.bulletin-latest-pdf svg{color:#e53e3e;margin-bottom:1rem}.bulletin-latest-pdf p{margin:0;color:#4a5568;font-size:1.1rem;font-weight:500;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.bulletin-empty{text-align:center;padding:4rem 2rem;color:#718096;font-size:1.2rem}.bulletin-table-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;overflow-x:auto}.bulletin-table{width:100%;border-collapse:collapse;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.bulletin-table thead{background:#f7fafc;border-bottom:2px solid #e2e8f0}.bulletin-table th{padding:1rem;text-align:left;font-weight:700;color:#092f54;font-size:1rem;border-bottom:2px solid #e2e8f0}.bulletin-table th:first-child{width:80px;text-align:center}.bulletin-table th:nth-child(2){width:auto}.bulletin-table th:nth-child(3){width:120px;text-align:center}.bulletin-table th:nth-child(4){width:120px;text-align:center}.bulletin-table th:nth-child(5){width:80px;text-align:center}.bulletin-table-row{cursor:pointer;transition:background-color .2s;border-bottom:1px solid #e2e8f0}.bulletin-table-row:hover{background-color:#f7fafc}.bulletin-table-row:last-child{border-bottom:none}.bulletin-table td{padding:1rem;color:#4a5568;font-size:.95rem}.bulletin-table td:first-child{text-align:center;color:#718096}.bulletin-table-title{color:#092f54;font-weight:500}.bulletin-table td:nth-child(3),.bulletin-table td:nth-child(4),.bulletin-table td:nth-child(5){text-align:center;color:#718096}.loading{text-align:center;padding:4rem 2rem;color:#718096;font-size:1.2rem}@media (max-width: 768px){.bulletin-container{padding:2rem 1rem}.bulletin-title{font-size:2rem;margin-bottom:2rem}.bulletin-latest-container{padding:1.5rem;margin-bottom:1.5rem}.bulletin-latest-image{max-height:400px}.bulletin-latest-pdf{min-height:200px;padding:2rem 1rem}.bulletin-table-container{padding:1rem}.bulletin-table{font-size:.85rem}.bulletin-table th,.bulletin-table td{padding:.75rem .5rem}.bulletin-table th:nth-child(3),.bulletin-table th:nth-child(4),.bulletin-table th:nth-child(5),.bulletin-table td:nth-child(3),.bulletin-table td:nth-child(4),.bulletin-table td:nth-child(5){display:none}}.bulletin-detail-page{min-height:100vh;display:flex;flex-direction:column;background:#f7fafc}.bulletin-detail-container{flex:1;max-width:1200px;margin:0 auto;padding:3rem 2rem;width:100%}.back-button{background:#092f54;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;margin-bottom:2rem;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.back-button:hover{background:#0a3d6b;transform:translateY(-2px)}.bulletin-detail-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.bulletin-detail-title{font-size:2rem;font-weight:700;color:#092f54;margin:0 0 1.5rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.bulletin-detail-meta{display:flex;gap:2rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #e2e8f0}.bulletin-meta-item{font-size:.95rem;color:#718096;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.bulletin-image-container{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;align-items:center}.bulletin-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.bulletin-file-link{display:block;width:100%;text-decoration:none;color:inherit}.bulletin-pdf-preview{width:100%;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;padding:3rem;transition:all .3s;cursor:pointer}.bulletin-file-link:hover .bulletin-pdf-preview{background:#edf2f7;border-color:#092f54;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.bulletin-pdf-preview svg{color:#e53e3e;margin-bottom:1rem}.bulletin-pdf-preview p{margin:0;color:#4a5568;font-size:1.1rem;font-weight:500;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.bulletin-empty,.loading{text-align:center;padding:4rem 2rem;color:#718096;font-size:1.2rem}@media (max-width: 768px){.bulletin-detail-container{padding:2rem 1rem}.bulletin-detail-title{font-size:1.5rem}.bulletin-detail-meta{flex-direction:column;gap:.5rem}.bulletin-image-container{padding:2rem 1.5rem}.bulletin-pdf-preview{min-height:300px;padding:2rem 1rem}.bulletin-detail-header{display:none}.back-button{margin-bottom:1rem}}.bulletin-image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.bulletin-image-modal-content{position:relative;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center;animation:zoomIn .3s ease}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.bulletin-image-modal-close{position:absolute;top:-50px;right:0;background:transparent;border:none;color:#fff;font-size:3rem;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;z-index:1001;line-height:1;padding:0;transition:transform .3s,opacity .3s}.bulletin-image-modal-close:hover{transform:scale(1.2);opacity:.8}.bulletin-image-modal-image{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}@media (max-width: 768px){.bulletin-image-modal-close{top:10px;right:10px;font-size:2.5rem;width:45px;height:45px;background:#00000080;border-radius:50%}.bulletin-image-modal-image{max-height:85vh}}.worship-guide-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.worship-guide-page .offering-content{background:#fff;min-height:calc(100vh - 200px);padding:4rem 2rem;margin:0 -2rem;border-radius:0;width:calc(100% + 4rem);box-sizing:border-box}.worship-guide-container{flex:1;max-width:900px;margin:0 auto;padding:4rem 2rem;width:100%}.worship-guide-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.worship-tabs{display:flex;gap:1rem;margin-bottom:2.5rem;border-bottom:2px solid #e2e8f0}.worship-tab{background:none;border:none;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:500;color:#718096;cursor:pointer;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;position:relative;margin-bottom:-2px}.worship-tab:hover{color:#0a3874}.worship-tab.active{color:#0a3874;font-weight:700}.worship-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#0a3874}.worship-guide-title-icon{width:12px;height:12px;background:#0a3874;flex-shrink:0}.worship-guide-title{font-size:2rem;font-weight:700;color:#0a3874;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.worship-guide-content{display:flex;flex-direction:column}.worship-section{margin-bottom:0}.worship-section-title{font-size:1.25rem;font-weight:400;color:#0a3874;margin:0 0 .75rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.worship-section-title.blue{color:#0a3874}.worship-section-title.orange{color:#ff6b35;font-size:1.1rem;font-weight:600}.worship-section-details{margin-bottom:1.5rem}.worship-time-location{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.worship-time{color:#000;font-size:1rem;line-height:1.65;font-weight:700;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.worship-location{color:#000;font-size:1rem;line-height:1.6;font-weight:700;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.worship-description{margin:.75rem 0 0}.worship-description-paragraph{color:#000;font-size:1rem;line-height:1.8;margin:0;font-weight:300;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.worship-description-paragraph+.worship-description-paragraph{margin-top:.1rem}.worship-divider{height:1px;background:#e2e8f0;margin:2rem 0;width:100%}.offering-content{display:flex;flex-direction:column;align-items:center;padding:2rem 0}.offering-title{font-size:2.5rem;font-weight:700;color:#0a3874;margin:0 0 2rem;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.offering-description{text-align:center;margin-bottom:3rem}.offering-description p{color:#0a3874;font-size:1.2rem;line-height:1.8;margin:.5rem 0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:300}.offering-accounts{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:600px}.offering-account-box{background:#f7fafc;border-radius:16px;padding:2.5rem 2rem;width:100%;text-align:center;border:1px solid #e2e8f0}.offering-account-type{color:#0a3874;font-size:1.2rem;font-weight:700;margin-bottom:1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.offering-account-note{color:#718096;font-size:.95rem;font-weight:400;margin-bottom:1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:italic}.offering-account-label{color:#0a3874;font-size:1rem;font-weight:500;margin-bottom:1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.offering-account-number{color:#0a3874;font-size:1.3rem;font-weight:700;margin-bottom:2rem;line-height:1.6;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.offering-copy-button{background:#fff;border:1px solid #0a3874;border-radius:8px;padding:.75rem 1.5rem;color:#0a3874;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.offering-copy-button:hover{background:#0a3874;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0a38744d}.offering-copy-button svg{flex-shrink:0}@media (max-width: 768px){.worship-guide-container{padding:3rem 1.5rem}.worship-guide-header{margin-bottom:1.5rem}.worship-guide-title{font-size:1.75rem}.worship-tabs{margin-bottom:2rem}.worship-tab{padding:.6rem 1.2rem;font-size:1rem}.worship-section-title{font-size:1.15rem}.worship-time,.worship-location,.worship-description{font-size:.95rem}.worship-divider{margin:1.5rem 0}.offering-title{font-size:2rem;margin-bottom:1.5rem}.offering-description{margin-bottom:2rem}.offering-description p{font-size:1rem}.offering-accounts{gap:1.5rem}.offering-account-box{padding:2rem 1.5rem}.offering-account-type{font-size:1.1rem}.offering-account-number{font-size:1.1rem;margin-bottom:1.5rem}.offering-copy-button{padding:.6rem 1.2rem;font-size:.95rem}}.new-family-visit-page{min-height:100vh;display:flex;flex-direction:column;background:#f7fafc;overflow-x:hidden}.new-family-visit-container{flex:1;max-width:1200px;margin:0 auto;padding:3rem 2rem;width:100%}.new-family-visit-title{font-size:2.5rem;font-weight:900;color:#092f54;margin:0 0 3rem;text-align:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.new-family-visit-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.form-wrapper{width:100%;overflow:hidden;border-radius:8px;background:#fff}.google-form-iframe{width:100%;min-height:2500px;height:2500px;border:none;display:block;overflow:hidden}.form-info-container{padding:4rem 2rem;text-align:center}.form-info-message{background:#f0f9ff;border:2px solid #0ea5e9;border-radius:12px;padding:3rem 2rem;max-width:600px;margin:0 auto}.form-icon{color:#0ea5e9;margin-bottom:1.5rem;display:flex;justify-content:center}.form-info-message h3{color:#092f54;font-size:1.75rem;margin:0 0 1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;font-weight:700}.form-info-message p{color:#4a5568;font-size:1rem;line-height:1.6;margin:.75rem 0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.open-form-button{background:#092f54;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;margin-top:1.5rem}.open-form-button:hover{background:#0a3d6b;transform:translateY(-2px);box-shadow:0 4px 12px #092f544d}@media (max-width: 768px){.new-family-visit-container{padding:2rem 1rem}.new-family-visit-title{font-size:2rem;margin-bottom:2rem}.new-family-visit-content{padding:1rem}.google-form-iframe{min-height:2200px;height:2200px}.form-info-container{padding:2rem 1rem}.form-info-message{padding:2rem 1.5rem}.form-info-message h3{font-size:1.5rem}.form-info-message p{font-size:.95rem}.form-icon{margin-bottom:1rem}.form-icon svg{width:48px;height:48px}}.gallery-list-page{min-height:100vh;background:#fff;padding:6rem 2rem 4rem}.gallery-list-page .header{box-shadow:none!important}.gallery-list-container{max-width:1200px;margin:0 auto}.gallery-list-header{text-align:center;margin-bottom:3rem}.gallery-list-title{font-family:Pretendard,sans-serif;font-size:2.5rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.gallery-list-description{font-family:Pretendard,sans-serif;font-size:1.1rem;color:#718096;margin:0}.gallery-list-table-container{overflow-x:auto;margin-top:2rem}.gallery-list-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #0000001a;border-radius:8px;overflow:hidden}.gallery-list-table thead{background:#fff;color:#2d3748}.gallery-list-table th{font-family:Pretendard,sans-serif;font-size:1rem;font-weight:600;padding:1rem 1.5rem;text-align:left;border-bottom:2px solid #e2e8f0}.gallery-list-table th:first-child{width:80px;text-align:center}.gallery-list-table th:nth-child(2){width:150px}.gallery-list-table th:nth-child(3){width:auto}.gallery-list-table th:nth-child(4){width:120px;text-align:center}.gallery-list-table-row{cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #e2e8f0}.gallery-list-table-row:hover{background-color:#f7fafc}.gallery-list-table-row:last-child{border-bottom:none}.gallery-list-table td{font-family:Pretendard,sans-serif;font-size:.95rem;padding:1rem 1.5rem;color:#2d3748}.gallery-list-table-number{text-align:center;color:#718096;font-weight:500}.gallery-list-table-date{color:#4a5568}.gallery-list-table-title{font-weight:500;color:#2d3748}.gallery-list-table-author{text-align:center;color:#718096}.gallery-list-empty,.loading{text-align:center;padding:4rem 2rem;color:#718096;font-family:Pretendard,sans-serif}@media (max-width: 768px){.gallery-list-page{padding:2rem 1rem}.gallery-list-title{font-size:2rem}.gallery-list-table{font-size:.85rem}.gallery-list-table th,.gallery-list-table td{padding:.75rem 1rem}.gallery-list-table th:first-child{width:60px}.gallery-list-table th:nth-child(2){width:100px}.gallery-list-table th:nth-child(4){width:80px}}.gallery-post-page{min-height:100vh;background:#fff;padding:4rem 2rem}.gallery-post-container{max-width:900px;margin:0 auto}.back-button{font-family:Pretendard,sans-serif;background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease;margin-bottom:2rem}.back-button:hover{background:#5568d3}.gallery-post-article{background:#fff}.gallery-post-header{margin-bottom:2rem;text-align:center}.gallery-post-title{font-family:Pretendard,sans-serif;font-size:2.5rem;font-weight:700;color:#2d3748;margin:0 0 1rem;line-height:1.3}.gallery-post-date{font-family:Pretendard,sans-serif;font-size:1rem;color:#718096;margin:0}.gallery-post-thumbnail{width:100%;margin-bottom:3rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.gallery-post-thumbnail img{width:100%;height:auto;display:block}.gallery-post-content{line-height:1.8}.gallery-post-section{margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.gallery-post-text-section{font-family:Pretendard,sans-serif;width:100%}.gallery-post-text{font-family:Pretendard,sans-serif;font-size:1.1rem;color:#2d3748;line-height:1.8;margin:0;white-space:pre-wrap;width:100%}.gallery-post-image-grid{display:grid!important;gap:1rem;margin-top:1rem;width:100%}.gallery-post-image-grid.4-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-auto-rows:minmax(200px,auto)!important;max-width:600px!important;margin:0 auto!important;width:100%!important}.gallery-post-image-grid.6-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-auto-rows:minmax(200px,auto)!important;max-width:600px!important;margin:0 auto!important;width:100%!important}.gallery-post-image-item{width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;background:#f7fafc}.gallery-post-image-item:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.gallery-post-image-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery-image-modal-close{position:absolute;top:-3rem;right:0;background:#ffffffe6;border:none;color:#2d3748;font-size:2rem;width:3rem;height:3rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10000;line-height:1;padding:0}.gallery-image-modal-close:hover{background:#fff}.gallery-image-modal-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.gallery-post-empty,.gallery-post-empty-images{text-align:center;color:#718096;font-family:Pretendard,sans-serif;padding:2rem}.gallery-post-not-found,.loading{text-align:center;padding:4rem 2rem;color:#718096;font-family:Pretendard,sans-serif}@media (max-width: 768px){.gallery-post-page{padding:2rem 1rem}.gallery-post-title{font-size:2rem}.gallery-post-image-grid.4-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.gallery-post-image-grid.6-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.gallery-image-modal-close{top:-2.5rem;right:.5rem;width:2.5rem;height:2.5rem;font-size:1.5rem}.gallery-post-text{font-size:1rem}}.coming-soon-page{min-height:100vh;background:#fff;display:flex;flex-direction:column}.coming-soon-container{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.coming-soon-content{text-align:center;max-width:600px}.coming-soon-title{font-family:Pretendard,sans-serif;font-size:3rem;font-weight:700;color:#2d3748;margin:0 0 1rem}.coming-soon-message{font-family:Pretendard,sans-serif;font-size:1.5rem;color:#718096;margin:0 0 3rem}.coming-soon-button{font-family:Pretendard,sans-serif;background:#667eea;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.coming-soon-button:hover{background:#5568d3}@media (max-width: 768px){.coming-soon-title{font-size:2rem}.coming-soon-message{font-size:1.2rem}.coming-soon-button{padding:.75rem 1.5rem;font-size:.9rem}}.donation-receipt-page{min-height:100vh;background:#f7fafc;padding-top:6rem;padding-bottom:4rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.donation-receipt-container{max-width:600px;margin:0 auto;padding:0 1rem}.donation-receipt-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #0000001a}.donation-receipt-title{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0 0 .5rem;text-align:center}.donation-receipt-subtitle{font-size:1rem;color:#718096;margin:0 0 2rem;text-align:center}.donation-receipt-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e2e8f0}.donation-receipt-tab{flex:1;padding:.75rem 1rem;border:none;background:transparent;color:#718096;font-size:1rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.donation-receipt-tab:hover{color:#2d3748}.donation-receipt-tab.active{color:#667eea;border-bottom-color:#667eea;font-weight:600}.donation-receipt-message{padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.donation-receipt-message.success{background:#c6f6d5;color:#22543d;border:1px solid #9ae6b4}.donation-receipt-message.error{background:#fed7d7;color:#742a2a;border:1px solid #fc8181}.donation-receipt-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#2d3748}.form-group label:after{content:" *";color:#e53e3e}.form-group input[type=text],.form-group input[type=email],.form-group input[type=file]{padding:.75rem;border:1px solid #cbd5e0;border-radius:8px;font-size:1rem;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;transition:border-color .3s ease}.form-group input[type=text]:focus,.form-group input[type=email]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-note{font-size:.8rem;color:#718096;margin-top:.25rem}.form-description{font-size:.85rem;color:#4a5568;margin:.25rem 0}.file-preview{margin-top:1rem}.file-preview img{max-width:100%;max-height:300px;border-radius:8px;border:1px solid #e2e8f0}.pdf-preview{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;border:1px solid #e2e8f0;border-radius:8px;background:#f7fafc}.pdf-preview svg{color:#e53e3e}.pdf-preview p{font-size:.9rem;color:#4a5568;margin:0}.agreement-group{margin-top:1rem}.agreement-box{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #fc8181;border-radius:8px;background:#fff5f5}.agreement-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#2d3748;margin:0}.agreement-label:after{content:""}.agreement-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.view-terms-button{padding:.5rem 1rem;border:1px solid #fc8181;background:transparent;color:#c53030;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .3s ease;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.view-terms-button:hover{background:#fc8181;color:#fff}.submit-button{width:100%;padding:1rem;background:#cbd5e0;color:#4a5568;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;margin-top:1rem}.submit-button:not(:disabled){background:#667eea;color:#fff}.submit-button:not(:disabled):hover{background:#5568d3}.submit-button:disabled{cursor:not-allowed;opacity:.6}.terms-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:10000;padding:1rem}.terms-modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;box-shadow:0 10px 40px #0000004d}.terms-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#718096;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.terms-modal-close:hover{background:#e2e8f0}.terms-modal-content h2{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 1.5rem}.terms-content{font-size:.9rem;line-height:1.8;color:#4a5568}.terms-content h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin:1.5rem 0 .75rem}.terms-content h3:first-child{margin-top:0}.terms-content h4{font-size:1rem;font-weight:600;color:#2d3748;margin:1rem 0 .5rem}.terms-content p{margin:.5rem 0}.terms-content strong{color:#2d3748;font-weight:600}.terms-modal-close-button{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:2rem;transition:background .3s ease;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.terms-modal-close-button:hover{background:#5568d3}@media (max-width: 768px){.donation-receipt-card{padding:1.5rem}.donation-receipt-title{font-size:1.5rem}.donation-receipt-subtitle{font-size:.9rem}.agreement-box{flex-direction:column;align-items:flex-start;gap:.75rem}.view-terms-button{width:100%}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,맑은 고딕,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
