.bhd-notice{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(15,44,77,.65)}
.bhd-notice[hidden]{display:none}
.bhd-notice__box{position:relative;width:100%;max-width:420px;max-height:90vh;overflow:auto;background:#fff;border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.35)}
.bhd-notice__box img{display:block;width:100%;height:auto;border-radius:10px 10px 0 0}
.bhd-notice__links{margin:0;padding:12px 16px;text-align:center;font-size:15px}
.bhd-notice__links a{color:#0F63B0;text-decoration:underline}
.bhd-notice__x{position:absolute;top:8px;right:8px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#0F2C4D;font-size:26px;line-height:40px;cursor:pointer}
.bhd-notice__x:hover{background:#fff}
@media only screen and (max-width:600px){.bhd-notice{padding:16px}.bhd-notice__box{max-width:330px}}
