.bottom-fixed-modal-wrap{visibility:hidden;pointer-events:none;font-family:SpoqaHanSans}.bottom-fixed-modal-wrap.show{visibility:visible;pointer-events:inherit}.bottom-fixed-modal-wrap .overlay{position:fixed;left:0;right:0;top:0;bottom:0;transform:translateY(100%);background-color:rgba(0,0,0,.5);z-index:99998}.bottom-fixed-modal-wrap.show .overlay{transform:translateY(0)}.bottom-fixed-modal-wrap .bottom-fixed-modal{position:fixed;left:0;right:0;bottom:0;max-height:95%;padding-top:22px;padding-bottom:var(--sab);border-radius:12px 12px 0 0;background-color:#fff;z-index:99999;max-width:600px;margin-left:auto;margin-right:auto;display:block;box-sizing:border-box;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.bottom-fixed-modal-wrap .bottom-fixed-modal::-webkit-scrollbar{display:none}.bottom-fixed-modal-wrap .bottom-fixed-modal.has-height-limit{max-height:min(max(450px,60%),100%)}.bottom-fixed-modal-wrap .bottom-fixed-modal.has-inner-scroll{overflow-y:hidden}.bottom-fixed-modal-wrap .bottom-fixed-modal .modal-close-button-wrap{text-align:right;padding-right:20px;color:#505050}.bottom-fixed-modal-wrap .bottom-fixed-modal .modal-close-button-wrap .btn{display:inline-block;color:#505050}.bottom-fixed-modal-wrap .bottom-fixed-modal .modal-title-wrap{display:flex;align-items:center;justify-content:space-between}.bottom-fixed-modal-wrap .bottom-fixed-modal .modal-title-wrap .modal-close-button-wrap{margin-left:auto;padding-right:12px}.bottom-fixed-modal-wrap .bottom-fixed-modal .modal-title-wrap .modal-close-button-wrap:only-child>.btn{margin-top:-20px}.bottom-fixed-modal-wrap .bottom-fixed-modal .modal-title-wrap .modal-close-button-wrap>.btn{padding:10px 20px}.bottom-fixed-modal-wrap .bottom-fixed-modal .modal-title-wrap .modal-close-button-wrap>.btn .icon-close-black{width:20px;height:20px}.bottom-fixed-modal-wrap .bottom-fixed-modal .modal-title{padding:10px 20px 11px;font-size:18px;font-weight:700;white-space:pre-line}.bottom-fixed-modal-wrap .bottom-fixed-modal .modal-content{padding:0 20px}.bottom-fixed-modal-wrap .bottom-fixed-modal.has-transition{will-change:transform;transform:translateY(100%);transition:transform .3s linear,visibility .3s linear}.bottom-fixed-modal-wrap .bottom-fixed-modal.has-transition.do-transtion{transform:translateY(0)}.bottom-fixed-modal-wrap.full-height .bottom-fixed-modal{display:flex;flex-direction:column;height:100%;border-radius:0;box-sizing:border-box}.bottom-fixed-modal-wrap.full-height .modal-title-wrap{flex-shrink:0}.bottom-fixed-modal-wrap.full-height .modal-content{flex-grow:1;overflow-y:auto}.bottom-modal-content-list li{position:relative;display:flex;align-items:center;column-gap:8px;padding:14px 0;font-size:15px;font-weight:400}.bottom-modal-content-list li .icon{display:none;margin-left:auto;margin-right:0}.bottom-modal-content-list li.on{color:#9d7d54;font-weight:700}.bottom-modal-content-list li.on .icon{display:block}