.shareSec{position:relative;display:inline-block}.shareSec .shareSec-trigger{display:flex;align-items:center;gap:8px;padding:8px;background-color:rgba(0,0,0,0);color:#333;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:400;transition:all .3s ease}.shareSec .shareSec-trigger img{width:20px;height:20px}.shareSec .shareSec-trigger:hover{background-color:#f8f9fa;color:#f09108}.shareSec .shareSec-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:999}.shareSec .shareSec-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;background:#fff;border:1px solid #dee2e6;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.2);z-index:1000;min-width:200px;max-width:90vw;text-align:center}.shareSec .shareSec-text{margin-bottom:15px;font-size:16px;color:#333}.shareSec .shareSec-btn-wrapper{display:flex;flex-direction:column;gap:10px}.shareSec .shareSec-btn-wrapper button{display:flex;align-items:center;gap:8px;padding:10px 15px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;width:100%}.shareSec .shareSec-btn-wrapper button img{width:20px;height:20px}.shareSec .shareSec-btn-wrapper button.shareSec-copy{background-color:#f8f9fa;color:#333;border:1px solid #dee2e6}.shareSec .shareSec-btn-wrapper button.shareSec-copy:hover{background-color:#e9ecef}.shareSec .shareSec-btn-wrapper button.shareSec-fb{background-color:#1877f2;color:#fff}.shareSec .shareSec-btn-wrapper button.shareSec-fb:hover{background-color:#166fe5}.shareSec .shareSec-btn-wrapper button.shareSec-WA{background-color:#25d366;color:#fff}.shareSec .shareSec-btn-wrapper button.shareSec-WA:hover{background-color:#22c55e}@media(max-width:768px){.shareSec .shareSec-popup{min-width:180px;max-width:85vw;padding:15px}.shareSec .shareSec-btn-wrapper button{font-size:13px;padding:8px 12px}}