@font-face{font-family:Pretendard;src:url(/Pretendard-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Pretendard;src:url(/Pretendard-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Pretendard;src:url(/Pretendard-Bold.woff2) format("woff2");font-weight:700;font-style:normal}:root{--primary:teal;--primary-hover:#066;--secondary:#f4f4f4;--white:#fff;--black:#333;--gray:#666;--light-gray:#eee}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;color:var(--black);background:var(--white);line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3}section{padding:80px 0}.bg-light{background-color:var(--secondary)}.hero-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;background:var(--white);border:2px solid var(--light-gray);border-radius:12px;transition:all .3s ease;width:100%;max-width:250px}.hero-btn:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,128,128,.1)}.hero-btn span{font-size:1.25rem;font-weight:700;margin-top:15px}.floating-buttons{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;gap:10px;z-index:1000}.float-btn{display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:50px;font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .2s}.float-btn:hover{transform:scale(1.05)}.float-btn.tel{background-color:var(--primary);color:#fff}.float-btn.kakao{background-color:#fee500;color:#3c1e1e}.product-card{background:#fff;border:1px solid var(--light-gray);border-radius:16px;overflow:hidden;transition:all .3s}.product-card:hover{box-shadow:0 15px 30px rgba(0,0,0,.1);transform:translateY(-5px)}