@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";.searchbar{max-width:460px;width:100%;margin:0 auto;position:relative;border-radius:10px 10px 0 0}.searchbar input{width:100%;padding:10px;border-radius:10px;border:2px solid var(--gray-2);outline:none;background-color:#fff;transition:border-color .1s ease-in}.searchbar input:focus{border-color:var(--orange)}.searchbar:focus-within{background-color:#fff}.searchbar .result{top:100%;background-color:#fff;position:absolute;box-shadow:3px 3px 18px #8a888833;padding:10px;border-radius:0 0 10px 10px;max-width:460px;width:100%;z-index:99}.searchbar .result ul{list-style-type:none;margin:0;padding:0}.searchbar .result ul li{cursor:pointer;width:100%;padding:5px;transition:background-color .1s ease-in;border-radius:5px}.searchbar .result ul li:hover{background-color:var(--gray-1)}.content-sp div{display:grid;gap:8px}.content-sp div p{margin:0;display:flex;justify-content:space-between}.content-sp .extra{display:inline-flex;align-items:center;gap:8px}main{padding:30px;display:grid;gap:24px}.notify-geo{max-width:460px;padding:24px;text-align:center;margin:0 auto}.card{background-color:#fff;padding:24px;border-radius:12px;max-width:460px;width:100%;margin:0 auto}.card header h2{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1rem}.card header h2 span,.card header h2 svg{width:20px;height:20px}.card header h2 svg{stroke:var(--orange)}.card .cw-d{display:flex;justify-content:center;align-items:center;gap:12px;margin:12px 0}.card .cw-d img{max-width:140px;width:100%}.card .cw-d h3{font-size:4rem;margin:0}.card p{text-align:center}.card .cw-details{margin-top:24px;width:100%;display:block}.card .cw-details tbody{width:100%;display:block}.card .cw-details thead{display:block;width:100%}.card .cw-details thead tr{width:100%;display:grid;align-items:center}.card .cw-details thead tr th{font-weight:400;text-align:left}.card .cw-details thead tr th:last-child{text-align:right}.card .cw-details tr{display:grid;grid-template-columns:auto auto;gap:12px;margin:8px 0}.card .cw-details td:nth-child(2n){text-align:right}.card .cw-details td.index-1{color:var(--green)}.card .cw-details td.index-2{color:var(--yellow)}.card .cw-details td.index-3{color:var(--orange-2)}.card .cw-details td.index-4{color:var(--red)}.card .cw-details td.index-5{color:var(--dark-red)}:root{--orange: #ff6348;--gray-1: #f1f2f6;--gray-2: #dfe4ea;--gray-3: #57606f;--green: #2ed573;--yellow: #f1a71e;--orange-2: #ff6348;--red: #ff4757;--dark-red: #a1303a}*{box-sizing:border-box;font-family:Inter,sans-serif}body{margin:0;padding:0;background-color:var(--gray-1)}.d-if{display:inline-flex}.ai-c{align-items:center}.jc-fe{justify-content:flex-end}p,td{color:var(--gray-3)}
