@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap";.modal-backdrop{display:grid;position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:9998}.modal-backdrop--fade-in{animation:fade-in .3s ease-in-out}.modal-backdrop--fade-out{animation:fade-out .3s ease-in-out}@media(min-width:320px)and (max-width:767.98px){.modal-backdrop{place-items:end center}}@media(min-width:768px){.modal-backdrop{place-items:center}}.modal{z-index:9999}@media(min-width:768px){.modal{width:100%;max-width:840px}}.modal--mobile{width:100vw;height:90vh;display:flex;flex-direction:column;border-radius:.5rem .5rem 0 0;background-color:#fff}.modal--desktop{align-items:center;max-height:100vh;z-index:50;border-radius:.75rem;background:#fff;overflow:hidden}.modal--slide-up{animation:slide-up .3s ease-in-out}.modal--slide-down{animation:slide-down .3s ease-in-out}.modal--centered{position:relative}.modal--centered .modal__close--overlay{position:absolute;top:16px;right:16px;background:#e3ecef}.modal__content{margin-top:-2px;background-color:#fff;border-radius:0 0 .5rem .5rem;overflow-y:auto;width:100%}@media(min-width:320px)and (max-width:767.98px){.modal__content{min-height:auto;max-height:calc(100vh - 106px);border-bottom-left-radius:0;border-bottom-right-radius:0}}@media(min-width:768px){.modal__content{padding:.5rem .875rem 2.5rem;max-width:840px;max-height:calc(100vh - 200px)}}.modal__content--no-padding{padding:0}@media(min-width:320px)and (max-width:767.98px){.modal__content--no-min-height{min-height:0}}.modal__content--centered{padding:48px 56px 56px;display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width:320px)and (max-width:767.98px){.modal__content--centered{padding:40px 24px 48px}}.modal__header{max-width:840px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:20px 0 16px;background:#fff;border-radius:.5rem .5rem 0 0}.modal__centered-head{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.modal__icon{width:56px;height:56px;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.modal__icon img,.modal__icon svg{max-width:100%;max-height:100%;display:block}.modal__title{font-weight:700;text-align:center}@media(min-width:320px)and (max-width:767.98px){.modal__title{font-size:16px}}@media(min-width:768px){.modal__title{font-size:20px}}.modal__title--centered{font-size:20px}@media(min-width:320px)and (max-width:767.98px){.modal__title--centered{font-size:18px}}.modal__body--centered{width:100%;font-size:14px;line-height:1.6;color:#222}.modal__close{position:absolute;top:.625rem;right:.625rem;display:flex;align-items:center;justify-content:center;padding:.25rem;width:2.5rem;height:2.5rem;background-color:#e3ecef;border-radius:50%;color:#6b7280;cursor:pointer}@media(min-width:320px)and (max-width:767.98px){.modal__close{width:28px;height:28px}}@media(min-width:768px){.modal__close{width:40px;height:40px}}.modal__close:hover{opacity:.6}.modal__mobile-center{justify-content:center}.modal.common-modal{height:60vh}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}