@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap";@charset "UTF-8";.page-container{height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem;background-color:#fff;overflow:hidden;position:fixed;inset:0}.content-container{flex:1;display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:2rem}.content-container .logo{max-width:80%;height:auto;animation:fadeIn 1s ease-in}.button-container{width:100%;padding-bottom:4rem;margin-top:auto}.button{width:100%;padding:1rem;border:1px solid #ddd;border-radius:8px;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.button:hover{background-color:#f5f5f5}.button .google-icon{width:24px;height:24px}.history-header{display:flex;align-items:center;padding:0,20px,100px,20px;max-width:1200px;background-color:#fff;margin:11px}.history-header .next-btn{position:fixed;right:10px;padding:10px 20px;background-color:#6e7e79;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s;margin-right:10px}.history-header .next-btn:hover{background-color:#0056b3}.history-header .next-btn:disabled{background-color:#ccc;cursor:not-allowed}.history-header .back-btn{display:flex;align-items:center;justify-content:center;padding:8px;background-color:transparent;border:none;cursor:pointer;margin-right:15px}.history-header .back-btn .arrow-left{width:24px;height:24px;transform:rotate(180deg)}.history-header .back-btn:hover{opacity:.8}.history-header h2{margin:0;color:#333;font-size:16px;font-weight:600}:root{--font-primary: "Noto Sans KR", sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700}html,body{margin:0;padding:0;box-sizing:border-box;overflow:hidden;height:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);font-weight:var(--font-weight-regular);line-height:1.5;color:#333}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold)}p{font-weight:var(--font-weight-regular)}
