.background-layer{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:98}.background-layer.hide{display:none}.modal-popup{display:block;width:480px;height:max-content;min-height:334px;position:fixed;left:50%;bottom:65px;z-index:999;overflow:hidden;display:flex;flex-direction:column;border-top-left-radius:16px;border-top-right-radius:16px;transform:translateY(0);opacity:1;transition:transform .3s ease,opacity .3s ease}.modal-popup.closing{transform:translateY(100px);opacity:0}.modal-popup.bg-white{background:#fff;color:#121212;height:auto;border-radius:12px}.modal-popup.hide{display:none}.modal-popup-pagination{bottom:65px!important;left:88%!important;width:-moz-fit-content!important;width:fit-content!important;flex-direction:row;width:fit-content;padding:4px 8px;border-radius:100px;font-size:12px;font-weight:500}.modal-popup .zoom-btn,.modal-popup-pagination{position:absolute;display:flex;justify-content:center;z-index:10;background:rgba(0,0,0,.4)}.modal-popup .zoom-btn{top:16px;left:16px;width:32px;height:32px;border-radius:8px;align-items:center}.modal-popup .main-img,.modal-popup .zoom-btn{border:none;cursor:pointer;box-sizing:border-box}.modal-popup .main-img{width:100%;height:480px;overflow:hidden}.modal-popup .main-img img{width:100%;height:100%;object-fit:scale-down}.modal-popup .modal-header{max-width:95%;margin:0 auto 20px;padding:20px 30px;text-align:center;border-bottom:1px solid #e9e9e9}.modal-popup .modal-header p{font-weight:700;padding:8px;border-radius:4px}.modal-popup .modal-content{padding:15px 20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;row-gap:16px}.modal-popup .modal-content label{width:100%;font-weight:700;display:flex;flex-direction:column;row-gap:6px;box-sizing:border-box;font-size:14px}.modal-popup .modal-content input{border:1px solid #000;border-radius:8px;width:100%;box-sizing:border-box;color:#121212}.modal-popup .modal-content input:hover{background:#fff}.modal-popup .modal-content .full-btn{border:0;background:#f0002e;border-radius:8px;margin-top:15px}.modal-popup .modal-close{width:100%;background:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px}.modal-popup .modal-close p{font-size:12px;text-align:center;cursor:pointer;background:#fff;color:#121212;line-height:20px}.modal-popup .modal-close p.light-btn{background:#fff}.zoomed-layer{width:180px;height:80px;min-height:auto;border-radius:8px;display:flex;justify-content:center;align-items:center;position:fixed;left:max(16px,(100vw - 960px)/2);bottom:80px;z-index:99}.zoomed-layer .modal-popup-pagination{display:none}.zoomed-layer .main-img{height:100%;overflow:hidden;border:none;border-radius:8px}.zoomed-layer .main-img img.banner-img{width:100%;height:100%;object-fit:cover}.zoomed-layer .zoom-btn{position:absolute;z-index:10;top:8px;left:8px;width:24px;height:24px;background:rgba(0,0,0,.4);border-radius:8px;border:none;cursor:pointer;box-sizing:border-box;display:flex;justify-content:center;align-items:center}@media (max-width:980px){.modal-popup{width:100%;height:62.5vh;left:0;right:0;bottom:0}.modal-popup .main-img{height:auto}.modal-popup .modal-close p{font-size:14px}.zoomed-layer{width:120px;height:48px;left:10%;transform:translateX(-10%)}}