._modal-sheet-wrap:not(.none){background-color:rgba(0,0,0,.7);height:calc(var(--vh, 1vh)*100 - env(safe-area-inset-bottom));overflow:hidden;position:fixed;width:100%;z-index:1000}._modal-sheet-wrap .modal-sheet-content{background:var(--white);border-radius:20px;box-shadow:0 0 14px 0 hsla(0,0%,44%,.2);display:flex;flex-direction:column;left:50%;opacity:0;padding:30px;position:absolute;top:50%;transform:translate(-50%,-50%);visibility:hidden;width:360px}._modal-sheet-wrap .modal-sheet-content.show{opacity:1;visibility:visible}@media screen and (max-width:1023px){._modal-sheet-wrap .modal-sheet-content{border-radius:24px 24px 0 0;bottom:-100%;display:flex;height:50vh;left:0;max-height:calc(100vh - 20px);padding:16px 20px;transition:bottom .3s ease-in-out,opacity .3s ease-in-out;visibility:unset;width:100vw}._modal-sheet-wrap .modal-sheet-content.show{bottom:0;transform:translate(0)}}