.knowledgePage{min-height:100vh;background:#f7f7fb;color:#27233b;padding:52px max(5vw,24px) 80px}.knowledgeHeader{max-width:1180px;margin:auto;display:flex;align-items:flex-end;justify-content:space-between}.knowledgeHeader p{color:#6246ea;font-weight:700;margin:0 0 8px}.knowledgeHeader h1{font-size:42px;margin:0}.knowledgeHeader span{display:block;color:#787386;margin-top:10px}.knowledgeHeader a{color:#6246ea;text-decoration:none;font-weight:700;background:#fff;padding:12px 18px;border:1px solid #e8e5f1;border-radius:13px}.knowledgeNotice{max-width:1180px;margin:34px auto 20px;background:#fff8e5;border:1px solid #f2dda0;border-radius:20px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}.knowledgeNotice div{display:flex;flex-direction:column;gap:6px}.knowledgeNotice span{color:#746d5d;line-height:1.6}.knowledgeNotice i{font-style:normal;color:#886a17;background:#f8e8b7;padding:7px 12px;border-radius:999px;font-weight:700;white-space:nowrap}.knowledgeGrid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.knowledgeGrid article{background:#fff;border:1px solid #ebe9f1;border-radius:22px;padding:24px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:start}.policyIcon{width:42px;height:42px;border-radius:13px;background:#eeeaff;color:#6246ea;display:grid;place-items:center;font-weight:800}.knowledgeGrid h2{font-size:19px;margin:4px 0 8px}.knowledgeGrid p{color:#777184;line-height:1.7;margin:0;min-height:56px}.policyStatus{font-size:12px;color:#8a8494;background:#f2f1f5;padding:6px 9px;border-radius:999px}.knowledgeGrid button{grid-column:2/4;border:0;border-radius:12px;padding:12px;background:#efedf5;color:#96909f;font-weight:700}.knowledgeSecurity{max-width:1180px;margin:20px auto 0;background:#25203c;color:#fff;border-radius:22px;padding:26px}.knowledgeSecurity h2{margin-top:0}.knowledgeSecurity ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:12px}.knowledgeSecurity li{display:flex;align-items:center;gap:12px;color:#ded9ea}.knowledgeSecurity li b{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#6246ea}@media(max-width:760px){.knowledgeHeader{align-items:start;gap:20px;flex-direction:column}.knowledgeGrid{grid-template-columns:1fr}.knowledgeNotice{align-items:flex-start;gap:15px}.knowledgeHeader h1{font-size:34px}}