/* v1.0.52 homepage text notice. */
.home-popup-settings textarea{min-height:210px;line-height:1.75}
.home-notice-layer[hidden]{display:none}
.home-notice-layer{position:fixed;z-index:105;inset:0;display:grid;place-items:center;padding:18px;background:rgba(20,31,47,.5)}
.home-notice-dialog{width:min(500px,100%);max-height:calc(100dvh - 36px);overflow:auto;border:1px solid rgba(255,255,255,.8);border-radius:8px;background:#fff;box-shadow:0 24px 75px rgba(10,29,55,.28)}
.home-notice-dialog>header{display:grid;grid-template-columns:38px minmax(0,1fr) 34px;align-items:center;gap:11px;padding:18px 20px;border-bottom:1px solid var(--line)}
.home-notice-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:7px;background:var(--brand-soft);color:var(--brand)}
.home-notice-icon svg{width:20px;height:20px}
.home-notice-dialog h2{min-width:0;margin:0;overflow-wrap:anywhere;font-size:20px}
.home-notice-dialog>header>button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:5px;background:#f4f6f9;color:#77869a;cursor:pointer}
.home-notice-dialog>header>button svg{width:19px;height:19px}
.home-notice-body{padding:23px 24px 16px}
.home-notice-copy{min-height:118px;padding:16px;border:1px solid #e2e9f2;border-radius:6px;background:#f8faff;color:#27364b;font-size:14px;line-height:1.85;overflow-wrap:anywhere;white-space:pre-wrap}
.home-notice-body>p{margin:13px 1px 0;color:#8794a5;font-size:12px;text-align:right}
.home-notice-dialog>footer{padding:0 24px 22px}
.home-notice-dialog>footer>label{display:flex;align-items:center;gap:8px;width:max-content;margin-bottom:16px;color:#5f6f83;font-size:13px;cursor:pointer}
.home-notice-dialog>footer input{width:17px;height:17px;margin:0;accent-color:var(--brand)}
.home-notice-dialog>footer>.button{width:100%;height:43px}
body.home-notice-open{overflow:hidden}
@media(max-width:760px){
  .home-popup-settings textarea{min-height:180px}
  .home-notice-layer{padding:12px}
  .home-notice-dialog{width:100%;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}
  .home-notice-dialog>header{grid-template-columns:34px minmax(0,1fr) 32px;gap:9px;padding:15px 14px}
  .home-notice-icon{width:34px;height:34px}.home-notice-icon svg{width:18px;height:18px}
  .home-notice-dialog h2{font-size:18px}.home-notice-dialog>header>button{width:32px;height:32px}
  .home-notice-body{padding:17px 16px 13px}.home-notice-copy{min-height:100px;padding:13px;font-size:13px;line-height:1.8}
  .home-notice-body>p{margin-top:10px}.home-notice-dialog>footer{padding:0 16px 17px}.home-notice-dialog>footer>label{margin-bottom:14px}
}
