.header{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;z-index:1000;transition:all .3s ease;padding:1rem 0}.header.scrolled{box-shadow:0 2px 10px #0000001a;padding:.8rem 0}.nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.nav-logo{display:flex;align-items:center;gap:.5rem}.nav-logo img.logo-title{height:30px;width:auto;object-fit:contain}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu li a{color:#333;font-weight:500;transition:color .3s ease;font-size:.95rem}.nav-menu li a:hover{color:#4caf50}.nav-toggle{display:none;font-size:1.5rem;color:#333;cursor:pointer}@media screen and (max-width: 768px){.nav{padding:0 1rem}.nav-logo img.logo-title{height:35px}.nav-menu{position:fixed;left:-100%;top:4rem;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1.5rem}.nav-menu.active{left:0}.nav-menu li a{font-size:1.1rem}.nav-toggle{display:block}}.hero{padding:100px 0 60px;background:linear-gradient(135deg,#e8f5e9,#f5f5f5);min-height:60vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{text-align:left}.hero-title{font-size:3rem;line-height:1.4;margin-bottom:1.5rem;color:#333;font-weight:400;letter-spacing:.03em}.hero-title .highlight{color:#4caf50}.hero-subtitle{font-size:1.1rem;color:#666;margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.download-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:8px;font-weight:500;transition:all .3s ease;color:#fff}.hero-image{display:flex;justify-content:center;align-items:center}.hero-main-image{width:100%;max-width:600px;height:auto;object-fit:contain}@media screen and (max-width: 968px){.hero{padding:100px 0 60px}.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{justify-content:center}.hero-main-image{max-width:400px}}@media screen and (max-width: 576px){.hero{padding:80px 0 40px}.hero-container{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem;margin-bottom:2rem}.download-btn{padding:.7rem 1.2rem;font-size:.9rem}.hero-main-image{max-width:280px}}.features{padding:80px 0;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:400;letter-spacing:.03em}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;text-align:center;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{width:60px;height:60px;background:#e8f5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.8rem;color:#4caf50}.feature-title{font-size:1.3rem;margin-bottom:1rem;color:#333;font-weight:400;letter-spacing:.02em}.feature-description{font-size:.95rem;color:#666;line-height:1.6}@media screen and (max-width: 768px){.features{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{padding:2rem 1.5rem}}@media screen and (max-width: 576px){.container{padding:0 1rem}.features-grid{grid-template-columns:1fr}}.map-section{padding:80px 0;background:url(/images/map_behind.png) center center / cover no-repeat;position:relative}.map-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffd9;z-index:1}.map-section .container{position:relative;z-index:2}.map-display-container{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;position:relative;min-height:600px}.smartphone-mockup{width:280px;height:580px;background:#1a1a1a;border-radius:30px;padding:10px;box-shadow:0 20px 40px #0000004d;position:relative}.smartphone-mockup:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 20px);height:calc(100% - 20px);background:#fff;border-radius:20px}.smartphone-mockup img{position:relative;width:calc(100% - 20px);height:calc(100% - 20px);object-fit:cover;border-radius:20px;z-index:1;margin:10px}.smartphone-left{transform:rotate(-5deg) translateY(-20px)}.smartphone-right{transform:rotate(5deg) translateY(20px)}@media screen and (max-width: 768px){.map-section{padding:60px 0}.map-display-container{flex-direction:column;gap:1.5rem;min-height:auto}.smartphone-mockup{width:240px;height:480px}.smartphone-left,.smartphone-right{transform:none}}@media screen and (max-width: 576px){.smartphone-mockup{width:200px;height:400px}.map-display-container{gap:1rem}}.golf-courses{padding:80px 0;background-color:#f8f9fa}.courses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.course-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:all .3s ease;width:100%}.course-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.course-image{width:100%;height:200px;overflow:hidden;position:relative}.course-image img{width:100%;height:100%;object-fit:cover;object-position:center}.course-content{padding:1.5rem}.course-name{font-size:1.1rem;margin-bottom:.8rem;color:#333;font-weight:500}.course-location{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.8rem;margin-bottom:1rem}.course-location svg{color:#4caf50}.course-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.course-holes{background:#e8f5e9;color:#4caf50;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:500}.course-rating{display:flex;align-items:center;gap:.3rem;color:orange}.course-rating svg{font-size:.8rem}.course-price{font-size:.9rem;color:#333;font-weight:500;white-space:pre-line}@media screen and (max-width: 768px){.golf-courses{padding:60px 0}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.course-image{height:250px}}@media screen and (max-width: 576px){.courses-grid{padding:0;margin-top:2rem}.course-card{border-radius:0;margin:0 -1rem}.course-image{height:280px}.course-content{padding:1.2rem}.course-name{font-size:1rem}.course-location{font-size:.75rem}.course-price{font-size:.85rem}}.course-detail{padding:120px 0;background:url(/images/course.png) right center / cover no-repeat;position:relative;min-height:70vh}.course-content-wrapper{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;height:100%}.course-text-content{flex:1;display:flex;flex-direction:column;gap:3rem;padding-right:4rem}.course-text-content .section-title{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:500;text-align:left}.course-text-content .section-subtitle{font-size:1.1rem;color:#fff;line-height:1.8;margin-bottom:2rem;text-align:left}.course-image{flex:1;display:flex;justify-content:flex-end;align-items:center}.course-detail-image{margin-top:2rem;width:100%}.course-detail-image img{width:100%;max-width:100%;height:auto;object-fit:contain}.course-image img{width:100%;height:500px;object-fit:fill}@media screen and (max-width: 968px){.course-content-wrapper{flex-direction:column;gap:3rem;text-align:center}.course-text-content{padding-right:0;align-items:center}.course-text-content .section-title,.course-text-content .section-subtitle{text-align:center}.course-text-content .section-title{font-size:2rem}.course-image img{height:350px}}@media screen and (max-width: 768px){.course-detail{padding:80px 0;min-height:auto}.course-text-content .section-title{font-size:1.8rem}.course-text-content .section-subtitle{font-size:1rem}.course-detail-image img{max-width:100%}.course-image img{height:300px}}@media screen and (max-width: 576px){.course-detail{padding:60px 0}.course-text-content .section-title{font-size:1.5rem}.course-text-content .section-subtitle{font-size:.95rem}.course-detail-image img{max-width:100%}.course-image img{height:250px}}.reviews{padding:80px 0;background-color:#f8f9fa}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.review-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.review-user{display:flex;align-items:center;gap:1rem}.user-avatar{width:50px;height:50px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:500}.user-info{display:flex;flex-direction:column;gap:.3rem}.user-name{font-size:1.1rem;color:#333;font-weight:500;margin:0}.review-rating{display:flex;gap:.2rem;color:orange;font-size:.9rem}.quote-icon{color:#e8f5e9;font-size:2rem}.review-comment{color:#666;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.review-date{color:#999;font-size:.85rem}@media screen and (max-width: 768px){.reviews{padding:60px 0}.reviews-grid{grid-template-columns:1fr;gap:1.5rem}}@media screen and (max-width: 576px){.review-card{padding:1.5rem}.user-avatar{width:40px;height:40px;font-size:1.1rem}.user-name{font-size:1rem}.quote-icon{font-size:1.5rem}}.cta-section{padding:80px 0;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff}.cta-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cta-title{font-size:2.5rem;margin-bottom:1.5rem;font-weight:300;line-height:1.2}.cta-subtitle{font-size:1.1rem;margin-bottom:2rem;line-height:1.8;opacity:.95}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cta-section .download-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:8px;font-weight:500;transition:all .3s ease;color:#fff}.cta-section .download-btn svg{font-size:1.3rem}.cta-section .google-play{background-color:#fff;color:#4caf50}.cta-section .google-play:hover{background-color:#eee;transform:translateY(-2px)}.cta-section .app-store{background-color:#000}.cta-section .app-store:hover{background-color:#333;transform:translateY(-2px)}.cta-image{display:flex;justify-content:center;align-items:center}.cta-app-image{width:100%;max-width:450px;height:auto;object-fit:contain}@media screen and (max-width: 968px){.cta-content{grid-template-columns:1fr;text-align:center;gap:3rem}.cta-buttons{justify-content:center}.cta-title{font-size:2rem}}@media screen and (max-width: 576px){.cta-section{padding:60px 0}.cta-title{font-size:1.8rem}.cta-subtitle{font-size:1rem}.cta-app-image{max-width:300px}}.terms-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.terms-container{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.terms-header{padding:2rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.terms-header h2{font-size:1.8rem;color:#333;margin:0}.terms-content{padding:2rem;overflow-y:auto;flex:1}.terms-section{margin-bottom:2.5rem}.terms-section h3{font-size:1.3rem;color:#4caf50;margin-bottom:1rem;font-weight:500}.terms-section p{color:#666;line-height:1.8;margin-bottom:.8rem;font-size:1rem}.terms-section ul{margin:1rem 0;padding-left:2rem}.terms-section li{color:#666;line-height:1.8;margin-bottom:.5rem;list-style-type:disc}.appendix{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:3rem}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.terms-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.terms-content::-webkit-scrollbar-thumb:hover{background:#999}@media screen and (max-width: 768px){.terms-container{max-height:100vh;height:100%;border-radius:0}.terms-header{padding:1.5rem}.terms-header h2{font-size:1.5rem}.terms-content{padding:1.5rem}.terms-section h3{font-size:1.2rem}.terms-section p,.terms-section li{font-size:.95rem}}.privacy-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.privacy-container{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.privacy-header{padding:2rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.privacy-header h2{font-size:1.8rem;color:#333;margin:0}.close-btn{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f5f5f5;color:#333}.privacy-content{padding:2rem;overflow-y:auto;flex:1}.privacy-intro{color:#666;line-height:1.8;margin-bottom:2rem;font-size:1rem;background:#f8f9fa;padding:1.5rem;border-radius:8px}.privacy-section{margin-bottom:2.5rem}.privacy-section h3{font-size:1.3rem;color:#4caf50;margin-bottom:1rem;font-weight:500}.privacy-section p{color:#666;line-height:1.8;margin-bottom:.8rem;font-size:1rem}.privacy-section ul{margin:1rem 0;padding-left:2rem}.privacy-section li{color:#666;line-height:1.8;margin-bottom:.5rem;list-style-type:disc}.privacy-items{display:grid;gap:1rem}.item-group{background:#f8f9fa;padding:1rem;border-radius:8px}.item-group h4{color:#333;font-size:1.1rem;margin-bottom:.5rem;font-weight:500}.item-group p{margin:0}.contact-info p{margin-bottom:.5rem}.contact-info strong{color:#333}.appendix{background:#e8f5e9;padding:1.5rem;border-radius:8px;margin-top:3rem}.appendix h3{color:#333}.appendix p{margin:0;font-weight:500}.privacy-content::-webkit-scrollbar{width:8px}.privacy-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.privacy-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.privacy-content::-webkit-scrollbar-thumb:hover{background:#999}@media screen and (max-width: 768px){.privacy-container{max-height:100vh;height:100%;border-radius:0}.privacy-header{padding:1.5rem}.privacy-header h2{font-size:1.5rem}.privacy-content{padding:1.5rem}.privacy-section h3{font-size:1.2rem}.privacy-section p,.privacy-section li{font-size:.95rem}.privacy-intro{padding:1rem}}.footer{background-color:#1a1a1a;color:#ccc;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3{color:#4caf50;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#fff;font-size:1.1rem;margin-bottom:1rem}.footer-section p{line-height:1.6;font-size:.95rem;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;transition:color .3s ease;font-size:.95rem}.footer-section ul li a:hover{color:#4caf50}.kakao-channel{margin-top:1rem}.kakao-channel p{margin-bottom:.5rem;font-size:.95rem}.kakao-channel a{display:inline-block;transition:transform .3s ease}.kakao-channel a:hover{transform:scale(1.1)}.kakao-channel img{width:40px;height:40px;border-radius:8px}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-size:.9rem;color:#999}@media screen and (max-width: 968px){.footer-content{grid-template-columns:1fr;gap:2rem}}@media screen and (max-width: 576px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1rem}.social-links{margin-top:1rem}}.invite-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f5e9,#f5f5f5);font-family:Jalnan2,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.invite-redirect,.invite-desktop,.invite-invalid{background:#fff;border-radius:20px;padding:60px 40px;max-width:500px;width:90%;text-align:center;box-shadow:0 20px 60px #00000026;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-container{margin-bottom:30px}.logo{height:40px;width:auto}.invite-redirect h2,.invite-desktop h2,.invite-invalid h2{color:#333;font-size:28px;margin-bottom:20px;font-weight:700}.loading-spinner{width:50px;height:50px;margin:30px auto;border:4px solid #f3f3f3;border-top:4px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.countdown{font-size:18px;color:#4caf50;font-weight:600;margin:20px 0 10px}.info{color:#666;font-size:14px;margin-top:10px}.store-links{display:flex;gap:1rem;justify-content:center;margin-top:40px;flex-wrap:wrap}.download-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:8px;font-weight:500;transition:all .3s ease;color:#fff;text-decoration:none}.download-btn svg{font-size:1.3rem}.google-play{background-color:#4caf50}.google-play:hover{background-color:#333;transform:translateY(-2px)}.app-store{background-color:#000}.app-store:hover{background-color:#333;transform:translateY(-2px)}.home-link{display:inline-block;margin-top:30px;padding:14px 32px;background:#4caf50;color:#fff;text-decoration:none;border-radius:30px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background .3s ease}.home-link:hover{transform:translateY(-2px);background:#333;box-shadow:0 10px 30px #4caf504d}.invite-desktop p,.invite-invalid p{color:#666;font-size:16px;line-height:1.6;margin-bottom:20px}.manual-open{margin-top:40px;padding-top:30px;border-top:1px solid #e0e0e0;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.manual-info{color:#666;font-size:15px;margin-bottom:15px;line-height:1.5}.open-app-btn{display:inline-block;padding:14px 32px;background:#4caf50;color:#fff;border:none;border-radius:30px;font-weight:600;font-size:16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .3s ease;font-family:Jalnan2,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.open-app-btn:hover{transform:translateY(-2px);background:#45a049;box-shadow:0 10px 30px #4caf504d}.open-app-btn:active{transform:translateY(0)}@media (max-width: 480px){.invite-redirect,.invite-desktop,.invite-invalid{padding:40px 30px}.invite-redirect h2,.invite-desktop h2,.invite-invalid h2{font-size:24px}.countdown{font-size:16px}.download-btn{padding:.7rem 1.2rem;font-size:.9rem}.manual-info{font-size:14px}.open-app-btn{padding:12px 28px;font-size:15px}}.account-deletion-container{min-height:100vh;background:#f8f9fa;padding:20px;display:flex;justify-content:center;align-items:flex-start;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.deletion-form-wrapper,.deletion-success{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 15px #00000014;max-width:800px;width:100%;margin-top:20px;border:1px solid #e9ecef}.logo-container{text-align:center;margin-bottom:30px}.logo{height:60px;width:auto}h1{color:#333;text-align:center;margin-bottom:30px;font-size:28px;font-weight:700}h2{color:#333;margin-bottom:20px;font-size:24px;font-weight:600}h3{color:#333;margin-top:30px;margin-bottom:15px;font-size:18px;font-weight:600;border-bottom:2px solid #4CAF50;padding-bottom:8px}.app-info{background:#f8f9fa;padding:20px;border-radius:12px;margin-bottom:30px;text-align:center}.app-info h2{margin-bottom:10px;color:#4caf50}.app-info p{margin:0;color:#666;font-size:16px}.deletion-info{background:#fff8e1;padding:25px;border-radius:12px;margin-bottom:30px;border-left:4px solid #ffc107}.deletion-info ul{margin:15px 0;padding-left:20px}.deletion-info li{margin-bottom:8px;color:#666;line-height:1.5}.deletion-form{margin-top:30px}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:600;font-size:16px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.form-group textarea{resize:vertical;min-height:100px}.consent-section{margin:30px 0;padding:20px;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef}.consent-checkbox{display:flex;align-items:flex-start;cursor:pointer;font-size:16px;line-height:1.5}.consent-checkbox input[type=checkbox]{margin-right:12px;margin-top:2px;width:auto;flex-shrink:0}.submit-btn{width:100%;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:16px 32px;font-size:18px;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:20px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4caf504d}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn:disabled:hover{transform:none;box-shadow:none}.submit-message{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:600;text-align:center}.submit-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-info{background:#e3f2fd;padding:25px;border-radius:12px;margin-top:30px;border-left:4px solid #2196f3}.contact-info h3{color:#4caf50;border-bottom-color:#4caf50}.contact-info p{margin:8px 0;color:#333;line-height:1.5}.kakao-channel{margin-top:15px;text-align:center}.kakao-channel p{margin-bottom:10px;font-weight:600}.kakao-channel a{display:inline-block;transition:transform .2s ease}.kakao-channel a:hover{transform:scale(1.05)}.kakao-channel img{width:200px;height:auto;border-radius:8px}.partial-deletion{background:#f3e5f5;padding:25px;border-radius:12px;margin-top:20px;border-left:4px solid #9c27b0}.partial-deletion h3{color:#4caf50;border-bottom-color:#4caf50}.partial-deletion p{color:#333;line-height:1.6;margin:0}.deletion-success{text-align:center}.success-info{background:#e8f5e8;padding:25px;border-radius:12px;margin:30px 0;border-left:4px solid #4caf50}.success-info ul{text-align:left;display:inline-block;margin:20px 0}.success-info li{margin-bottom:8px;color:#333}.notice{background:#fff3e0;padding:15px;border-radius:8px;border-left:4px solid #ff9800;margin-top:20px;font-weight:600;color:#e65100}.home-link{display:inline-block;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;text-decoration:none;padding:12px 24px;border-radius:8px;font-weight:600;margin-top:20px;transition:transform .2s ease}.home-link:hover{transform:translateY(-2px);text-decoration:none;color:#fff}@media (max-width: 768px){.account-deletion-container{padding:10px}.deletion-form-wrapper,.deletion-success{padding:20px;margin-top:10px}h1{font-size:24px}h2{font-size:20px}h3,.form-group input,.form-group select,.form-group textarea{font-size:16px}.submit-btn{font-size:16px;padding:14px 28px}}@media (max-width: 480px){.deletion-form-wrapper,.deletion-success{padding:15px}h1{font-size:22px}.logo{height:50px}}.App{min-height:100vh}main{padding-top:60px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Jalnan2,-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;color:#333;line-height:1.8;letter-spacing:.02em;font-weight:300;-webkit-text-stroke:.3px transparent}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}
