.popup-notice-container{position:fixed;z-index:998;pointer-events:none}.popup-notice-container.popup-notice-desktop{display:none;top:40px}@media(min-width:1024px){.popup-notice-container.popup-notice-desktop{display:block}}.popup-notice-container.popup-notice-mobile{display:block;top:50%;left:50%;transform:translate(-50%,-50%)}@media(min-width:1024px){.popup-notice-container.popup-notice-mobile{display:none}}.popup-notice-item{position:absolute;pointer-events:auto}.popup-notice-item.desktop{top:0}.popup-notice-item.mobile{top:50%;left:50%;transform:translate(-50%,-50%)}.popup-notice-content{background:#fff;border-radius:8px;border:5px solid #fff;box-shadow:0 4px 20px rgba(0,0,0,.3);overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;width:min(380px,100vw - 40px);height:min(600px,100vh - 60px);max-width:min(380px,100vw - 40px);max-height:min(600px,100vh - 60px)}@media(min-width:1024px){.popup-notice-content{width:380px;height:600px;max-width:380px;max-height:600px}}.popup-notice-image-wrapper{flex:1;overflow-y:auto;overflow-x:hidden}.popup-notice-image-wrapper::-webkit-scrollbar{width:8px}.popup-notice-image-wrapper::-webkit-scrollbar-track{background:#f1f1f1}.popup-notice-image-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.popup-notice-image-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.popup-notice-image{width:100%;height:auto;display:block}.popup-notice-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f8f8;border-top:1px solid #e0e0e0;gap:12px;flex-shrink:0}.popup-notice-checkbox{display:flex;align-items:center;gap:6px;cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:1}.popup-notice-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin:0;flex-shrink:0}.popup-notice-checkbox span{font-size:14px;color:#333;white-space:nowrap}.popup-notice-close-btn{padding:8px 20px;background:#333;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s;white-space:nowrap;flex-shrink:0}.popup-notice-close-btn:hover{background:#555}.popup-notice-close-btn:active{background:#222}@media(max-width:1023px){.popup-notice-footer{padding:10px 12px;gap:8px}.popup-notice-checkbox span{font-size:13px}.popup-notice-close-btn{padding:6px 16px;font-size:13px}}