@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap";
:root{--background:#faf8f3;--foreground:#1c1208;--accent:#b8962e;--gray-dark:#ede5d8;--gray-light:#6b5b45}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:Inter,Noto Sans KR,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.fade-in{animation:1s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#faf8f3f2;border-bottom:1px solid #00000014;width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo a{color:var(--foreground);flex-direction:column;align-items:flex-start;display:flex}.Header-module__hBw1pG__logo img{filter:invert()}.Header-module__hBw1pG__logo h1{letter-spacing:-.05em;margin-bottom:-.2rem;font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__logo span{letter-spacing:.2em;text-transform:uppercase;font-size:.75rem;font-weight:300}.Header-module__hBw1pG__nav ul{gap:3rem;list-style:none;display:flex}.Header-module__hBw1pG__nav a{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);font-size:.9rem;font-weight:400;transition:color .3s}.Header-module__hBw1pG__nav a:hover{color:var(--accent)}
.Footer-module__S6Hkya__footer{background-color:var(--gray-dark);color:var(--gray-light);border-top:1px solid #00000014;margin-top:auto;padding:4rem 0}.Footer-module__S6Hkya__footerContainer{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Footer-module__S6Hkya__info h2{color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.Footer-module__S6Hkya__info p{margin-bottom:.3rem;font-size:.85rem}.Footer-module__S6Hkya__address{margin-top:1rem}.Footer-module__S6Hkya__contact{color:var(--accent)}.Footer-module__S6Hkya__copyright{text-align:right;color:#888;font-size:.8rem}.Footer-module__S6Hkya__copyright p:last-child{color:var(--accent);opacity:.7;margin-top:.5rem;font-style:italic}@media (max-width:768px){.Footer-module__S6Hkya__footerContainer{flex-direction:column;align-items:flex-start}.Footer-module__S6Hkya__copyright{text-align:left;margin-top:1rem}}
