.dm-backdrop{z-index:200;background:#000000bf;justify-content:center;align-items:center;padding:4rem 2rem;animation:.25s dm-fade;display:flex;position:fixed;inset:0}@keyframes dm-fade{0%{opacity:0}to{opacity:1}}.dm-panel{background:#fff;border-radius:.8rem;flex-direction:column;width:100%;max-width:112rem;height:100%;max-height:88rem;display:flex;overflow:hidden;box-shadow:0 2.4rem 6rem #00000080}.dm-head{background:#111;border-bottom:1px solid #ffffff1f;align-items:center;gap:2rem;padding:1.8rem 2.4rem;display:flex}.dm-head-text{flex-direction:column;gap:.4rem;min-width:0;display:flex}.dm-tit{letter-spacing:-.015em;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:1.7rem;font-weight:700;overflow:hidden}.dm-meta{font-family:var(--font-family2);color:#ffffff80;font-size:1.3rem}.dm-actions{flex-shrink:0;align-items:center;gap:1.2rem;margin-left:auto;display:flex}.dm-ext{color:#ffffffb3;border:1px solid #ffffff40;border-radius:3rem;padding:.8rem 1.6rem;font-size:1.3rem;transition:color .3s,border-color .3s}.dm-ext:hover{color:var(--main-color);border-color:var(--main-color)}.dm-close{color:#ffffffb3;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;padding:0;font-size:2.6rem;line-height:1;transition:color .3s,background .3s;display:flex}.dm-close:hover{color:#fff;background:#ffffff1f}.dm-body{background:#fff;flex:1;min-height:0;position:relative}.dm-loading{color:#00000073;justify-content:center;align-items:center;margin:0;font-size:1.5rem;display:flex;position:absolute;inset:0}.dm-frame{opacity:0;border:0;width:100%;height:100%;transition:opacity .3s;display:block}.dm-frame[data-loaded=true]{opacity:1}@media (max-width:800px){.dm-backdrop{padding:0}.dm-panel{border-radius:0;max-width:none;max-height:none}.dm-head{gap:1.2rem;padding:1.4rem 1.6rem}.dm-tit{font-size:1.5rem}.dm-ext{display:none}}
.pg{justify-content:center;align-items:center;gap:.6rem;margin-top:4rem;display:flex}.pg-num,.pg-arrow{min-width:3.6rem;height:3.6rem;font-family:var(--font-family2);color:#ffffff80;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.4rem;justify-content:center;align-items:center;padding:0 .8rem;font-size:1.4rem;transition:color .3s,border-color .3s,background .3s;display:flex}.pg-num:hover:not(.active),.pg-arrow:hover:not(:disabled){color:#fff;background:#ffffff14}.pg-num.active{color:#111;background:var(--main-color);border-color:var(--main-color);cursor:default;font-weight:700}.pg-arrow{font-size:1.8rem;line-height:1}.pg-arrow:disabled{color:#fff3;cursor:default}.pg-gap{font-family:var(--font-family2);color:#ffffff4d;padding:0 .4rem;font-size:1.4rem}@media (max-width:800px){.pg{gap:.3rem;margin-top:3rem}.pg-num,.pg-arrow{min-width:3.2rem;height:3.2rem;padding:0 .5rem;font-size:1.3rem}}
