div[id=modal]{max-width:430px;width:100%;height:100vh;background-color:rgba(0,0,0,.4);position:fixed;top:0;left:0;right:0;margin:0 auto;z-index:100;display:flex;align-items:center;justify-content:center}div[id=modal] svg{cursor:pointer}div[id=modal].msg .modal__msg__container{background-color:#fff;width:280px;border-radius:12px;overflow:hidden}div[id=modal].msg .modal__msg__container .modal__header{display:flex;flex-direction:column;gap:6px;border-bottom:1px solid #f3f3f5;padding:20px 12px;word-break:keep-all}div[id=modal].msg .modal__msg__container .modal__header .modal__title{font-size:16px;font-weight:700;text-align:center;white-space:pre-wrap;word-wrap:break-word}div[id=modal].msg .modal__msg__container .modal__header .modal__description{font-size:14px;font-weight:500;text-align:center;padding:0 24px;color:#7b7b86;white-space:pre-wrap;word-wrap:break-word}div[id=modal].msg .modal__msg__container .modal__btn__box{display:flex;justify-content:space-between;align-items:center;height:51px}div[id=modal].msg .modal__msg__container .modal__btn__box .button__divider{width:2px;height:100%;background-color:#f3f3f5}div[id=modal].msg .modal__msg__container .modal__btn__box button{width:100%;height:51px;font-size:16px;font-weight:700;text-align:center}div[id=modal].msg .modal__msg__container .modal__btn__box button.left,div[id=modal].msg .modal__msg__container .modal__btn__box button.right{color:#282828}div[id=modal].full .modal__full__container{background:#fff;overflow:hidden;width:100%;max-width:430px;height:100vh}div[id=modal].full .modal__title__box{display:flex;justify-content:space-between;align-items:flex-start;align-items:center;border-bottom:1px solid #e2e2e9;height:52px;background-color:#fff;padding:0 24px}div[id=modal].full .modal__title__box:before{content:"";display:block;width:20px}div[id=modal].full .modal__title__box .modal__title{font-size:16px;font-weight:700;line-height:23px}div[id=modal].full .modal__msg__box{padding:32px 24px}div[id=modal].full .notice__title{font-size:16px;line-height:23px;font-weight:700}div[id=modal].full .notice__content,div[id=modal].full .notice__content *{font-size:15px;line-height:22px;font-weight:500}div[id=modal].full .notice__content ul{padding-left:24px}div[id=modal].full.whipped,div[id=modal].full.whipped .modal__full__container{background:#f6f3ef}