@import "https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700&display=swap";
.header-module__9yYryW__header{background:linear-gradient(to right,var(--color-primary),var(--color-secondary),var(--color-primary));z-index:1000;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.header-module__9yYryW__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.header-module__9yYryW__logo{color:var(--color-text-light);letter-spacing:1px;font-size:1.5rem;font-weight:700;transition:opacity .3s}.header-module__9yYryW__logo:hover{opacity:.9}.header-module__9yYryW__desktopNav{align-items:center;gap:2rem;display:flex}.header-module__9yYryW__navLink{color:var(--color-text-light);white-space:nowrap;font-weight:500;transition:color .3s}.header-module__9yYryW__navLink:hover{color:var(--color-bg-cream)}.header-module__9yYryW__logoutButton{border:1px solid var(--color-text-light);color:var(--color-text-light);cursor:pointer;background:0 0;border-radius:4px;padding:.5rem 1rem;font-family:Noto Serif KR,serif;transition:all .3s}.header-module__9yYryW__logoutButton:hover{background:var(--color-text-light);color:var(--color-primary)}.header-module__9yYryW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.header-module__9yYryW__hamburgerLine{background-color:var(--color-text-light);width:25px;height:3px;transition:all .3s}.header-module__9yYryW__mobileNav{background:var(--color-primary-light);flex-direction:column;gap:.5rem;padding:1rem 2rem;display:none}.header-module__9yYryW__mobileNavLink{color:var(--color-text-light);border-bottom:1px solid #fff8dc33;padding:.75rem 0;transition:padding-left .3s}.header-module__9yYryW__mobileNavLink:hover{padding-left:.5rem}.header-module__9yYryW__mobileLogoutButton{border:1px solid var(--color-text-light);color:var(--color-text-light);cursor:pointer;background:0 0;border-radius:4px;margin-top:.5rem;padding:.75rem 1rem;font-family:Noto Serif KR,serif;transition:all .3s}.header-module__9yYryW__mobileLogoutButton:hover{background:var(--color-text-light);color:var(--color-primary)}@media (max-width:768px){.header-module__9yYryW__container{padding:1rem}.header-module__9yYryW__desktopNav{display:none}.header-module__9yYryW__hamburger,.header-module__9yYryW__mobileNav{display:flex}}
.footer-module__ErOclq__footer{background:linear-gradient(to right,var(--color-primary),var(--color-secondary),var(--color-primary));color:var(--color-text-light);margin-top:4rem;padding:3rem 2rem 2rem}.footer-module__ErOclq__container{max-width:1200px;margin:0 auto}.footer-module__ErOclq__mainContent{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-module__ErOclq__section{flex-direction:column;gap:.75rem;display:flex}.footer-module__ErOclq__sectionTitle{color:var(--color-secondary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.footer-module__ErOclq__infoGrid{gap:.5rem;display:grid}.footer-module__ErOclq__infoItem{flex-wrap:wrap;gap:.5rem;font-size:.875rem;line-height:1.6;display:flex}.footer-module__ErOclq__infoLabel{min-width:140px;font-weight:600}.footer-module__ErOclq__infoValue{flex:1}.footer-module__ErOclq__customerService{font-size:.875rem;line-height:1.8}.footer-module__ErOclq__links{flex-direction:column;gap:.5rem;display:flex}.footer-module__ErOclq__link{color:var(--color-text-light);font-size:.875rem;font-weight:500;text-decoration:underline;transition:color .3s}.footer-module__ErOclq__link:hover{color:var(--color-secondary)}.footer-module__ErOclq__copyright{text-align:center;color:#fff8dccc;border-top:1px solid #fff8dc33;padding-top:1.5rem;font-size:.875rem}@media (min-width:769px){.footer-module__ErOclq__mainContent{grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-module__ErOclq__section{gap:1rem}.footer-module__ErOclq__links{gap:.75rem}}@media (max-width:768px){.footer-module__ErOclq__footer{padding:2rem 1rem 1.5rem}.footer-module__ErOclq__mainContent{gap:2rem}.footer-module__ErOclq__infoLabel{min-width:120px}.footer-module__ErOclq__infoItem,.footer-module__ErOclq__customerService{font-size:.8125rem}.footer-module__ErOclq__copyright{font-size:.75rem}}
:root{--color-primary:brown;--color-primary-light:#a52a2af2;--color-secondary:gold;--color-text-light:#fff8dc;--color-text-dark:#4a3c31;--color-bg-cream:#fffaf0;--color-bg-light:#fff8e1;--color-bg-card:#fff9f0;--color-border-light:transparent;--color-border-accent:gold;--shadow-soft:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;height:100%;overflow-x:hidden}body{color:var(--color-text-dark);background:var(--color-bg-light);font-family:Noto Serif KR,serif}a{color:inherit;text-decoration:none}.bg-primary{background-color:var(--color-primary)!important}.bg-primary-light{background-color:var(--color-bg-light)!important}.bg-creamy{background-color:var(--color-bg-cream)!important}.bg-gradient-primary{background:linear-gradient(to right,var(--color-primary),var(--color-secondary),var(--color-primary))}.text-primary{color:var(--color-primary)!important}.text-secondary{color:var(--color-secondary)!important}.text-light{color:var(--color-text-light)}.border-accent{border-color:var(--color-secondary)}.font-serif-kr{font-family:Noto Serif KR,serif}.letter-spacing-1{letter-spacing:1px}.shadow-sm{box-shadow:0 2px 10px #0000001a}.transition-standard{transition:all .3s}.hover-lift{transition:transform .3s}.hover-lift:hover{transform:translateY(-3px)}.traditional-border{height:3px}
