:root{--base-color:#e6ede7;--base-color-dark:#4f6850;--accent-color:#bb5147}*{box-sizing:border-box;margin:0}:focus-visible{outline:2px solid var(--base-color-dark);outline-offset:2px;border-radius:3px}html{scroll-behavior:smooth}body{margin:0;font-family:Gowun Dodum,sans-serif}.footer-wrapper{background-color:#f5f5f5}.footer-small{height:34vh;display:flex;justify-content:center;align-items:center}.footer-small-content{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding-top:32px;gap:18px}.footer-small-row{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%}.footer-small-contact{display:flex;flex-direction:column;gap:2px;font-size:1rem}.footer-small-contact a{color:#444;text-decoration:none;font-weight:500}.footer-small-links{margin-top:10px;list-style:none;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;padding:0;width:auto;flex-wrap:nowrap}.footer-small-links li{display:block;margin:0;position:relative;white-space:normal}.footer-small-links li:not(:last-child):after{content:none}.footer-small-links a{font-size:1.1rem;padding:.2rem .5rem;text-decoration:none;color:#333;font-weight:600;display:inline-block;max-width:none;overflow:visible;text-overflow:unset}.footer-large{height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.footer-large.visible{opacity:1;transform:translateY(0)}.footer-large-content{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch;gap:32px;min-height:100vh;justify-content:flex-end}.footer-large-logo{display:flex;justify-content:center;align-items:center;margin:0 0 3rem}.footer-logo{display:flex;gap:.1rem;font-size:12vw;font-family:Bruno Ace SC,sans-serif;letter-spacing:-.3em;opacity:.2;transform:scale(.95);transition:all 1s ease}.footer-large.visible .footer-logo{letter-spacing:.05em;opacity:1;transform:scale(1)}.footer-logo-letter{display:inline-block;opacity:0;transform:scale(.7);animation:fadeInLetter .6s ease forwards}.letter-1{animation-delay:0s}.letter-2{animation-delay:.1s}.letter-3{animation-delay:.2s}.letter-4{animation-delay:.3s}.letter-5{animation-delay:.4s}@keyframes fadeInLetter{to{opacity:1;transform:scale(1)}}.footer-large-links-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;width:100%;margin-bottom:2.5rem}.footer-large-contact a{text-decoration:none;color:#444}.footer-large-contact,.footer-large-sitemap{flex:1 1;min-width:180px;display:flex;flex-direction:column;gap:.5rem}.footer-large-sitemap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;margin:0 auto;padding-left:0}.footer-large-sitemap-links{list-style:none;padding:0;display:flex;flex-direction:row;gap:2.5rem;font-size:1.08rem;font-weight:600;margin:0 0 0 auto}.footer-large-mainlinks>li{position:relative}.footer-large-dailylinks{list-style:none;padding:.5rem 0 0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;font-weight:400}.footer-large-mainlinks>li>a{color:#333;text-decoration:none;transition:color .2s}.footer-large-mainlinks>li>a:hover,.footer-large-socials a:hover{color:var(--accent-color)}.footer-large-dailylinks a{color:#444;text-decoration:none;transition:color .2s}.footer-large-dailylinks a:hover{color:var(--base-color-dark)}.footer-large-socials{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer-large-socials a{color:#222;text-decoration:none;font-weight:600;transition:color .2s}.footer-large-copyright{text-align:center;font-size:.95rem;color:#888;margin-bottom:.5rem}@media (max-width:900px){.footer-large-links-wrapper,.footer-large-row,.footer-small-row{flex-direction:column;gap:1.5rem;align-items:stretch}}@media (max-width:700px){.footer-small-contact,.footer-small-content,.footer-small-row{align-items:center;justify-content:center;text-align:center}.footer-small-links{flex-direction:row;justify-content:center;align-items:center;gap:.7rem}.footer-small-links a{font-size:1.1rem;padding:.2rem .5rem;text-decoration:none;color:var(--accent-color);font-weight:600}.footer-small-copyright{text-align:center;margin:.7rem 0 0}.footer-large-contact{align-items:center;justify-content:center;text-align:center;margin-bottom:2rem}.footer-large-sitemap-links{align-items:center;justify-content:center;margin:auto;font-size:1.25rem}.footer-large-dailylinks{display:none}.footer-large-socials{align-items:center;gap:.3rem;margin-bottom:3rem}.footer-large-socials a{font-size:1.1rem;padding:.2rem .5rem;color:var(--accent-color)}}@media (max-width:600px){.footer-large-columns{flex-direction:column;gap:2rem}.footer-logo{font-size:18vw}}.navbar{position:relative;width:100%;transition:transform .3s ease-in-out;font-family:Gowun Dodum,sans-serif}.navbar-top{position:relative;height:66vh;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;font-family:Bruno Ace SC,sans-serif;font-weight:400;font-size:2.5rem;box-shadow:0 4px 6px rgba(114,114,114,.09)}.navbar-placeholder{height:70px}.headerDaily,.headerWeekly{font-size:1.25rem;font-family:Gowun Dodum,sans-serif;color:#666;transition:transform .5s ease-in-out;text-decoration:none}.headerDaily{position:absolute;bottom:10px;left:20px;z-index:1}.dailyLogo{position:absolute;top:-80px;left:-25px;width:60px;height:60px;transform:rotate(-90deg);opacity:0;transition:transform .4s ease-out,opacity .15s ease-in-out;z-index:-1}.headerDaily:hover .dailyLogo{transform:translate(20px,50px) rotate(0deg);opacity:.8}.headerDaily:hover,.headerWeekly:hover{transform:scale(1.15);cursor:pointer}.weeklyLinkWrapper{position:absolute;top:10px;right:20px;z-index:3;display:flex;align-items:center}.headerWeekly{position:relative;z-index:2}.weeklyLogo{position:absolute;top:-120%;right:calc(100% + 8px);transform:translateY(-50%);width:60px;height:60px;transition:transform .5s;pointer-events:none}.headerWeekly:hover+.weeklyLogo{transform:translateY(30%)}.navbar-wrapper{height:34vh;overflow:hidden}.navbar-nav,.navbar-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.navbar-nav{height:70px;background-color:#ffffff;border-bottom:1px solid transparent;transition:all .3s ease-in-out,top .3s ease-in-out;z-index:1000}.navbar-nav.sticky{position:fixed;top:0;left:0;width:100%;box-shadow:0 2px 4px rgba(0,0,0,.1);border-bottom:1px solid var(--base-color)}.navbar-nav ul{list-style:none;display:flex;margin:0;padding:0}.navButton:hover,.navbar-nav a:hover,.navbar-nav button:hover{color:#555}.navButton,.navbar-nav a,.navbar-nav button{color:#222;font-family:Gowun Dodum,sans-serif;font-weight:500;font-size:1.25rem;background:none;border:none;padding:8px 18px;border-radius:6px;transition:color .2s;text-decoration:none;cursor:pointer}.navbar .logo,.navbar-nav .logo{position:absolute;left:24px;font-family:Bruno Ace SC,sans-serif;font-size:1.5rem;font-weight:700;color:#333;opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease;cursor:pointer;pointer-events:none;display:none}.logo.visible{opacity:1;transform:translateY(0);pointer-events:auto;display:block}.navbar-nav.footer-expanded-active{border-bottom:none}.navbar-nav.footer-active{background:#f5f5f5}.navbar-nav.footer-active .logo{opacity:0;pointer-events:none}.navbar-nav.footer-at-top,.navbar-nav.sticky.footer-at-top{border-bottom:none;box-shadow:none}@media (max-width:700px){.dailyLogo,.headerDaily,.headerWeekly,.navbar-nav.sticky,.weeklyLogo{display:none}.navbar-wrapper{padding-bottom:env(safe-area-inset-bottom,0)}}