.TimePeriodTabs_tabContainer__fV7oe{display:flex;gap:0;background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:24px}.TimePeriodTabs_tab__eVSZO{flex:1 1;padding:12px 24px;background:#fff;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;border:none;border-bottom:2px solid rgba(0,0,0,0);transition:all .2s ease;position:relative}.TimePeriodTabs_tab__eVSZO:not(:last-child){border-right:1px solid #e5e7eb}.TimePeriodTabs_tab__eVSZO:hover{background:#f9fafb;color:#374151}.TimePeriodTabs_tab__eVSZO.TimePeriodTabs_active__aEO6C{color:#6100ff;background:#fff;border-bottom:2px solid #6100ff;font-weight:600}.SearchSection_searchSection__z6DUB{margin-bottom:16px}.SearchSection_dateRangeContainer__0pDe9{display:flex;align-items:center;gap:12px}.SearchSection_dateInput__c6dFw{padding:10px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;outline:none;transition:border-color .2s ease;min-width:150px}.SearchSection_dateInput__c6dFw:focus{border-color:#6100ff;box-shadow:0 0 0 3px rgba(97,0,255,.1)}.SearchSection_dateSeparator__PdENU{color:#6b7280;font-weight:500;font-size:14px}.SearchSection_clearButton__3Yq2X{padding:8px 16px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;font-size:14px;color:#374151;cursor:pointer;transition:all .2s ease}.SearchSection_clearButton__3Yq2X:hover{background:#e5e7eb;border-color:#9ca3af}.SearchSection_searchInput__hRkSr{padding:10px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;outline:none;transition:border-color .2s ease;width:100%}.SearchSection_searchInput__hRkSr:focus{border-color:#6100ff;box-shadow:0 0 0 3px rgba(97,0,255,.1)}@keyframes SearchSection_slideDown__3v1AO{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ActivitySortModal_overlay__c5s_Z{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.ActivitySortModal_modal__mmqA1{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.ActivitySortModal_header__5SeAS{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.ActivitySortModal_header__5SeAS h3{margin:0;font-size:18px;font-weight:600;color:#111827}.ActivitySortModal_closeButton__MjHbE{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.ActivitySortModal_closeButton__MjHbE:hover{color:#374151}.ActivitySortModal_content__FH0hM{padding:24px}.ActivitySortModal_section__slFjM{margin-bottom:24px}.ActivitySortModal_section__slFjM:last-child{margin-bottom:0}.ActivitySortModal_label___jlwt{display:block;font-weight:600;color:#374151;margin-bottom:12px;font-size:14px}.ActivitySortModal_columnList__V_LIk{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;max-height:200px;overflow-y:auto}.ActivitySortModal_columnItem__hQcD1{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.ActivitySortModal_columnItem__hQcD1:hover{background-color:#f3f4f6}.ActivitySortModal_columnItem__hQcD1 input[type=radio]{margin:0}.ActivitySortModal_directionList__RCkuB{display:flex;gap:16px}.ActivitySortModal_directionItem__zsxsU{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.ActivitySortModal_directionItem__zsxsU:hover{background-color:#f3f4f6}.ActivitySortModal_directionItem__zsxsU input[type=radio]{margin:0}.ActivitySortModal_footer__wgZ1D{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.ActivitySortModal_clearButton__pbRbR{background:none;border:1px solid #dc2626;color:#dc2626;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.ActivitySortModal_clearButton__pbRbR:hover{background:#dc2626;color:#fff}.ActivitySortModal_actionButtons__IylRb{display:flex;gap:12px}.ActivitySortModal_cancelButton__j6nM_{background:#fff;border:1px solid #d1d5db;color:#374151;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.ActivitySortModal_cancelButton__j6nM_:hover{background:#f9fafb;border-color:#9ca3af}.ActivitySortModal_applyButton__EOawz{background:#6100ff;border:1px solid #6100ff;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.ActivitySortModal_applyButton__EOawz:hover:not(:disabled){background:#5000d7;border-color:#5000d7}.ActivitySortModal_applyButton__EOawz:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.ActivityDataTable_tableContainer__A66L3{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.ActivityDataTable_tableWrapper__vwBH7{overflow-x:auto;max-width:100%}.ActivityDataTable_table__xqNGW{width:100%;border-collapse:collapse;font-size:14px;min-width:1400px}.ActivityDataTable_table__xqNGW th{background:#f8f9fa;padding:16px 12px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap;font-size:13px}.ActivityDataTable_table__xqNGW th:first-child{padding-left:20px;min-width:120px}.ActivityDataTable_table__xqNGW th:last-child{padding-right:20px}.ActivityDataTable_table__xqNGW td{padding:16px 12px;border-bottom:1px solid #f3f4f6;color:#1f2937;white-space:nowrap}.ActivityDataTable_table__xqNGW td:first-child{padding-left:20px;font-weight:500;color:#374151}.ActivityDataTable_table__xqNGW td:last-child{padding-right:20px}.ActivityDataTable_table__xqNGW tbody tr{transition:background-color .2s ease}.ActivityDataTable_table__xqNGW tbody tr:hover{background:#f9fafb}.ActivityDataTable_table__xqNGW tbody tr:last-child td{border-bottom:none}.ActivityDataTable_sortableHeader__6l5NW{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease}.ActivityDataTable_sortableHeader__6l5NW:hover{background-color:#f3f4f6}.ActivityDataTable_headerContent__XLQsm{display:flex;align-items:center;justify-content:space-between;gap:8px}.ActivityDataTable_sortIcon__JZOTx{font-size:12px;color:#6b7280;min-width:12px;text-align:center}.ActivityDataTable_loadingContainer__qx_WU{background:#fff;border-radius:8px;border:1px solid #e5e7eb;min-height:200px;display:flex;align-items:center;justify-content:center}.ActivityDataTable_loading__9p_rA{color:#6b7280;font-size:16px}.ActivityDataTable_emptyContainer__e2yU5{background:#fff;border-radius:8px;border:1px solid #e5e7eb;min-height:200px;display:flex;align-items:center;justify-content:center}.ActivityDataTable_empty__j4rH3{color:#6b7280;font-size:16px;font-weight:500}.page_container__28X19{min-height:100vh}.page_header__sI5h7{margin-bottom:32px}.page_header__sI5h7 h2{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.page_header__sI5h7 p{font-size:16px;color:#666;margin:0}.page_actionBar__46CG9{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.page_leftActions___J1lh{flex:1 1}.page_rightActions__o2gBy{display:flex;align-items:center;gap:12px}.page_sortButton___o4Xq{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s ease}.page_sortButton___o4Xq:hover{background:#f9fafb;border-color:#9ca3af}.page_sortButton___o4Xq svg{width:16px;height:16px}.page_loading__1WgKq{color:#666}.page_error__iBSBb,.page_loading__1WgKq{display:flex;justify-content:center;align-items:center;padding:40px;font-size:16px}.page_error__iBSBb{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:16px 0}.ActivityPagination_pagination__DNzHb{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;padding:20px 0}.ActivityPagination_pageButton__r0mrk{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.ActivityPagination_pageButton__r0mrk:hover:not(.ActivityPagination_active__scV6g){background:#f9fafb;border-color:#9ca3af}.ActivityPagination_pageButton__r0mrk.ActivityPagination_active__scV6g{background:#6100ff;border-color:#6100ff;color:#fff;font-weight:600}.ActivityPagination_pageButton__r0mrk:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.ReleaseTable_tableContainer__UTA7I{width:100%}.ReleaseTable_tableWrapper__Lqr8I{overflow-x:auto}.ReleaseTable_table__uHzfw{border-collapse:collapse;width:100%;table-layout:fixed}.ReleaseTable_table__uHzfw td,.ReleaseTable_table__uHzfw th{text-align:left;padding:8px 12px;border-bottom:1px solid #e5e7eb;white-space:nowrap}.ReleaseTable_table__uHzfw tbody tr td{padding:16px 12px}.ReleaseTable_table__uHzfw td:first-child,.ReleaseTable_table__uHzfw td:nth-child(2),.ReleaseTable_table__uHzfw th:first-child,.ReleaseTable_table__uHzfw th:nth-child(2){width:100px;padding-right:8px}.ReleaseTable_table__uHzfw td:nth-child(3),.ReleaseTable_table__uHzfw th:nth-child(3){width:120px;padding-right:8px}.ReleaseTable_table__uHzfw td:nth-child(4),.ReleaseTable_table__uHzfw th:nth-child(4){width:auto;text-align:right}.ReleaseTable_table__uHzfw thead th{background:#f9fafb;color:#374151;font-weight:600}.ReleaseTable_sortableHeader__zdyaa{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease;text-align:right}.ReleaseTable_sortableHeader__zdyaa:hover{background-color:#f3f4f6}.ReleaseTable_headerContent__BV55V{display:flex;align-items:center;justify-content:space-between;gap:8px}.ReleaseTable_headerContentRight__rqKXv{display:flex;align-items:center;justify-content:flex-end;gap:8px}.ReleaseTable_sortIcon__1Qfy5{font-size:12px;color:#6b7280;min-width:12px;text-align:center}.ReleaseTable_versionLink__Qb8Xa{color:#6100ff;cursor:pointer;text-decoration:underline;background:rgba(0,0,0,0);border:0;padding:0;font:inherit}.ReleaseTable_empty__V6QMP{padding:32px 0;text-align:center;color:#6b7280}.ReleaseSortModal_overlay__gRc1L{position:fixed;inset:0;background:rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;z-index:1000}.ReleaseSortModal_modal__LvOoe{width:420px;background:#fff;border-radius:8px;overflow:hidden}.ReleaseSortModal_header__ba1_q{padding:16px 20px;border-bottom:1px solid #e5e7eb;font-weight:600}.ReleaseSortModal_content__gTzXQ{padding:16px 20px}.ReleaseSortModal_footer__Nw6aK{padding:12px 20px;display:flex;gap:8px;justify-content:flex-end;border-top:1px solid #e5e7eb}.ReleaseSortModal_select__NbB_A{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px}.ReleaseSortModal_radioRow__ktDB3{display:flex;gap:16px;margin-top:12px}.ReleaseSortModal_primary__nCW_I{background:#6100ff;color:#fff;border:0;padding:10px 14px;border-radius:6px}.ReleaseSortModal_ghost__pvBRi{background:#fff;color:#374151;border:1px solid #e5e7eb;padding:10px 14px;border-radius:6px}.MarkdownEditor_editorContainer__5Ht0O{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.MarkdownEditor_toolbar__sREST{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.MarkdownEditor_toolbarButton__gikBU{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .2s ease}.MarkdownEditor_toolbarButton__gikBU:hover{background:#e5e7eb}.MarkdownEditor_toolbarButton__gikBU.MarkdownEditor_active__UiYDv{background:#6100ff;color:#fff}.MarkdownEditor_toolbarSeparator__z_taN{width:1px;height:20px;background:#d1d5db;margin:0 8px}.MarkdownEditor_previewToggle__zhiyf{width:auto!important;padding:0 12px;font-size:12px}.MarkdownEditor_editorWrapper__zgF7F{min-height:300px;max-height:500px;overflow:hidden}.MarkdownEditor_editorWithPreview__tQvWP{display:flex;height:400px;gap:1px;background:#e5e7eb;border-radius:8px;overflow:hidden}.MarkdownEditor_editorWithPreview__tQvWP.MarkdownEditor_editorOnly__FYu5Q .MarkdownEditor_textarea__9fHgj,.MarkdownEditor_editorWithPreview__tQvWP.MarkdownEditor_withPreview__eyLWi .MarkdownEditor_livePreview__jTH1p,.MarkdownEditor_editorWithPreview__tQvWP.MarkdownEditor_withPreview__eyLWi .MarkdownEditor_textarea__9fHgj{flex:1 1}.MarkdownEditor_textarea__9fHgj{flex:1 1;min-height:400px;max-height:400px;padding:16px;border:none;outline:none;resize:none;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;font-size:14px;line-height:1.6;color:#1f2937;background:#fff}.MarkdownEditor_textarea__9fHgj::placeholder{color:#9ca3af}.MarkdownEditor_textarea__9fHgj:focus{box-shadow:none}.MarkdownEditor_livePreview__jTH1p{flex:1 1;min-height:400px;max-height:400px;overflow-y:auto;background:#fff}.MarkdownEditor_previewContent__XabuJ{padding:16px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;font-size:14px;line-height:1.6;color:#1f2937;min-height:100%}.MarkdownEditor_previewContent__XabuJ h1{font-size:24px;font-weight:700;margin:16px 0 12px;color:#111827;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.MarkdownEditor_previewContent__XabuJ h2{font-size:20px;font-weight:600;margin:14px 0 10px;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:4px}.MarkdownEditor_previewContent__XabuJ h3{font-size:18px;font-weight:600;margin:12px 0 8px;color:#111827}.MarkdownEditor_previewContent__XabuJ strong{font-weight:600;color:#111827}.MarkdownEditor_previewContent__XabuJ em{font-style:italic;color:#374151}.MarkdownEditor_previewContent__XabuJ ul{margin:2px 0;padding-left:20px}.MarkdownEditor_previewContent__XabuJ li{margin:0;padding:0;list-style-type:disc;line-height:1.4}.MarkdownEditor_previewContent__XabuJ ul+*{margin-top:8px}.MarkdownEditor_previewContent__XabuJ a{color:#6100ff;text-decoration:underline}.MarkdownEditor_previewContent__XabuJ a:hover{color:#4c00cc}.MarkdownEditor_previewContent__XabuJ>:first-child{margin-top:0}.MarkdownEditor_previewContent__XabuJ>:last-child{margin-bottom:0}.MarkdownEditor_preview__Q3457{padding:16px;min-height:300px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;font-size:14px;line-height:1.6;color:#1f2937}.MarkdownEditor_preview__Q3457 h1{font-size:24px;font-weight:700;margin:16px 0 12px;color:#111827}.MarkdownEditor_preview__Q3457 h2{font-size:20px;font-weight:600;margin:14px 0 10px;color:#111827}.MarkdownEditor_preview__Q3457 h3{font-size:18px;font-weight:600;margin:12px 0 8px;color:#111827}.MarkdownEditor_preview__Q3457 strong{font-weight:600}.MarkdownEditor_preview__Q3457 em{font-style:italic}.MarkdownEditor_preview__Q3457 ul{margin:2px 0;padding-left:20px}.MarkdownEditor_preview__Q3457 li{margin:0;padding:0;line-height:1.4}.MarkdownEditor_preview__Q3457 ul+*{margin-top:8px}.MarkdownEditor_preview__Q3457 a{color:#6100ff;text-decoration:underline}.MarkdownEditor_help__HAlxH{padding:8px 16px;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:12px;color:#6b7280}.NoticeWriteModal_overlay__te0ju{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.NoticeWriteModal_modal__nV0fb{background:#fff;border-radius:12px;width:95%;max-width:900px;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);display:flex;flex-direction:column}.NoticeWriteModal_header__5SNsN{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.NoticeWriteModal_header__5SNsN h2{margin:0;font-size:20px;font-weight:700;color:#1f2937}.NoticeWriteModal_closeButton__FI9dp{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.NoticeWriteModal_closeButton__FI9dp:hover{background:#f3f4f6;color:#374151}.NoticeWriteModal_content__C26Nc{flex:1 1;overflow-y:auto;padding:24px}.NoticeWriteModal_titleSection__I1pIg{margin-bottom:24px}.NoticeWriteModal_contentSection__WDLHn{margin-bottom:0}.NoticeWriteModal_label__Eb5fu{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:14px}.NoticeWriteModal_titleInput__BhJRd{width:calc(100% - 32px);padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;outline:none;transition:border-color .2s ease}.NoticeWriteModal_titleInput__BhJRd:focus{border-color:#6100ff;box-shadow:0 0 0 3px rgba(97,0,255,.1)}.NoticeWriteModal_titleInput__BhJRd::placeholder{color:#9ca3af}.NoticeWriteModal_footer__2EJQD{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.NoticeWriteModal_leftButtons__86q2O,.NoticeWriteModal_rightButtons__zBaOJ{display:flex;gap:12px}.NoticeWriteModal_deleteButton__BCFzq{background:#fff;border:1px solid #dc2626;color:#dc2626;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.NoticeWriteModal_deleteButton__BCFzq:hover{background:#dc2626;color:#fff}.NoticeWriteModal_tempSaveButton__1rOWr{background:#fff;border:1px solid #d1d5db;color:#374151;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.NoticeWriteModal_tempSaveButton__1rOWr:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.NoticeWriteModal_tempSaveButton__1rOWr:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.NoticeWriteModal_saveButton__5QRT7{background:#6100ff;border:1px solid #6100ff;color:#fff;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.NoticeWriteModal_saveButton__5QRT7:hover:not(:disabled){background:#5000d7;border-color:#5000d7}.NoticeWriteModal_saveButton__5QRT7:disabled{background:#e6d7ff;border-color:#e6d7ff;color:#9ca3af;cursor:not-allowed}.NoticeWriteModal_dialogOverlay__0lfoA{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1001}.NoticeWriteModal_dialog__X8Ni_{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.NoticeWriteModal_dialog__X8Ni_ h3{margin:0 0 12px;font-size:18px;font-weight:600;color:#1f2937}.NoticeWriteModal_dialog__X8Ni_ p{margin:0 0 20px;font-size:14px;color:#6b7280;line-height:1.5}.NoticeWriteModal_dialogButtons__V15Dy{display:flex;gap:12px;justify-content:flex-end}.NoticeWriteModal_dialogCancelButton__SphRr{background:#fff;border:1px solid #d1d5db;color:#374151;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.NoticeWriteModal_dialogCancelButton__SphRr:hover{background:#f9fafb;border-color:#9ca3af}.NoticeWriteModal_dialogConfirmButton__bRoPE{background:#6100ff;border:1px solid #6100ff;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.NoticeWriteModal_dialogConfirmButton__bRoPE:hover{background:#5000d7;border-color:#5000d7}.NoticeWriteModal_dialogDeleteButton__U4Zaz{background:#dc2626;border:1px solid #dc2626;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.NoticeWriteModal_dialogDeleteButton__U4Zaz:hover{background:#b91c1c;border-color:#b91c1c}.NoticeWriteModal_loadingContainer__V86T1{display:flex;align-items:center;justify-content:center;padding:60px 20px;min-height:200px}.NoticeWriteModal_loadingText__CcTdn{font-size:16px;color:#666;text-align:center}.NoticeWriteModal_checkboxLabel__TlRMH{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151}.NoticeWriteModal_checkbox__wG45n{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.NoticeWriteModal_checkboxText__gzjhf{font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.NoticeWriteModal_scheduleSection__aE_vs{margin-bottom:24px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.NoticeWriteModal_scheduleInputs__dOGX_{display:flex;gap:12px;flex-wrap:wrap}.NoticeWriteModal_dateInput__MyCdl,.NoticeWriteModal_timeInput__YrjUs{padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s ease;background:#fff}.NoticeWriteModal_dateInput__MyCdl:focus,.NoticeWriteModal_timeInput__YrjUs:focus{border-color:#6100ff;box-shadow:0 0 0 3px rgba(97,0,255,.1)}.NoticeWriteModal_dateInput__MyCdl{flex:1 1;min-width:160px}.NoticeWriteModal_timeInput__YrjUs{flex:1 1;min-width:120px}.NoticeSortModal_overlay__u2dWj{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.NoticeSortModal_modal__mx2w3{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.NoticeSortModal_header__BoLHG{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.NoticeSortModal_header__BoLHG h3{margin:0;font-size:18px;font-weight:600;color:#111827}.NoticeSortModal_closeButton__gz4mZ{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.NoticeSortModal_closeButton__gz4mZ:hover{color:#374151}.NoticeSortModal_content__UErUX{padding:24px}.NoticeSortModal_section__yVgLX{margin-bottom:24px}.NoticeSortModal_section__yVgLX:last-child{margin-bottom:0}.NoticeSortModal_label__iq1jh{display:block;font-weight:600;color:#374151;margin-bottom:12px;font-size:14px}.NoticeSortModal_columnList__hw87_{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.NoticeSortModal_columnItem___6D_M{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.NoticeSortModal_columnItem___6D_M:hover{background-color:#f3f4f6}.NoticeSortModal_columnItem___6D_M input[type=radio]{margin:0}.NoticeSortModal_directionList__RMDYX{display:flex;gap:16px}.NoticeSortModal_directionItem__CfoFA{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.NoticeSortModal_directionItem__CfoFA:hover{background-color:#f3f4f6}.NoticeSortModal_directionItem__CfoFA input[type=radio]{margin:0}.NoticeSortModal_footer__fe1hc{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.NoticeSortModal_clearButton__HYGe1{background:none;border:1px solid #dc2626;color:#dc2626;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.NoticeSortModal_clearButton__HYGe1:hover{background:#dc2626;color:#fff}.NoticeSortModal_actionButtons__odiSx{display:flex;gap:12px}.NoticeSortModal_cancelButton__GWMzn{background:#fff;border:1px solid #d1d5db;color:#374151;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.NoticeSortModal_cancelButton__GWMzn:hover{background:#f9fafb;border-color:#9ca3af}.NoticeSortModal_applyButton__XimCn{background:#6100ff;border:1px solid #6100ff;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.NoticeSortModal_applyButton__XimCn:hover:not(:disabled){background:#5000d7;border-color:#5000d7}.NoticeSortModal_applyButton__XimCn:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.NoticeTable_tableContainer__CJTdI{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.NoticeTable_tableWrapper__KtDy4{overflow-x:auto;max-width:100%}.NoticeTable_table__s0CoE{width:100%;border-collapse:collapse;font-size:14px;min-width:600px}.NoticeTable_table__s0CoE th{background:#f8f9fa;padding:16px 12px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap;font-size:13px}.NoticeTable_table__s0CoE th:first-child{padding-left:20px;width:120px}.NoticeTable_table__s0CoE th:nth-child(2){width:auto}.NoticeTable_table__s0CoE th:nth-child(3){width:100px;text-align:center}.NoticeTable_table__s0CoE th:last-child{padding-right:20px;width:80px;text-align:center}.NoticeTable_table__s0CoE td{padding:16px 12px;border-bottom:1px solid #f3f4f6;color:#1f2937}.NoticeTable_table__s0CoE td:first-child{padding-left:20px;font-weight:500;color:#374151;white-space:nowrap}.NoticeTable_table__s0CoE td:nth-child(3){text-align:center;white-space:nowrap}.NoticeTable_table__s0CoE td:last-child{padding-right:20px;text-align:center;white-space:nowrap}.NoticeTable_table__s0CoE tbody tr{transition:background-color .2s ease}.NoticeTable_table__s0CoE tbody tr:hover{background:#f9fafb}.NoticeTable_table__s0CoE tbody tr:last-child td{border-bottom:none}.NoticeTable_sortableHeader__wevco{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease}.NoticeTable_sortableHeader__wevco:hover{background-color:#f3f4f6}.NoticeTable_headerContent__XCDqP{display:flex;align-items:center;justify-content:space-between;gap:8px}.NoticeTable_headerContentLeft__g5iqi{display:flex;align-items:center;justify-content:center;gap:8px}.NoticeTable_sortIcon__v3i2d{font-size:12px;color:#6b7280;min-width:12px;text-align:center}.NoticeTable_titleButton___m1i9{background:none;border:none;color:#6100ff;cursor:pointer;font-size:14px;text-decoration:underline;padding:0;text-align:left;line-height:1.4;transition:all .2s ease}.NoticeTable_titleButton___m1i9:hover{color:#5000d7;text-decoration:none}.NoticeTable_emptyContainer__FPYlk{background:#fff;border-radius:8px;border:1px solid #e5e7eb;min-height:200px;display:flex;align-items:center;justify-content:center}.NoticeTable_empty__m9I_x{color:#6b7280;font-size:16px;font-weight:500}.page_container__np2_c{min-height:100vh}.page_header__PqAvt{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;gap:24px}.page_titleSection__Q6mJc{flex:1 1}.page_titleSection__Q6mJc h2{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.page_titleSection__Q6mJc p{font-size:16px;color:#666;margin:0}.page_writeButton__6N4qM{background:#6100ff;border:1px solid #6100ff;color:#fff;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap}.page_writeButton__6N4qM:hover{background:#5000d7;border-color:#5000d7}.page_writeButton__6N4qM:active{transform:translateY(1px)}.page_content__hHlID{background:#fff}.page_actionBar__5cUh_{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.page_leftActions__hw_fa{flex:1 1}.page_rightActions__eVhfg{display:flex;align-items:center;gap:12px}.page_sortButton__CbkUQ{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s ease}.page_sortButton__CbkUQ:hover{background:#f9fafb;border-color:#9ca3af}.page_sortButton__CbkUQ svg{width:16px;height:16px}.page_loading__jBQS4{display:flex;align-items:center;justify-content:center;min-height:400px}.page_loading__jBQS4 p{font-size:16px;color:#666;margin:0}.page_error__S1BNF{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.page_error__S1BNF p{font-size:16px;color:#dc2626;margin:0;text-align:center}.page_error__S1BNF button{background:#6100ff;border:1px solid #6100ff;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.page_error__S1BNF button:hover{background:#5000d7;border-color:#5000d7}.SlotsSortModal_overlay__mYLF6{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.SlotsSortModal_modal__gk3I5{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.SlotsSortModal_header__mdIaG{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.SlotsSortModal_header__mdIaG h3{margin:0;font-size:18px;font-weight:600;color:#111827}.SlotsSortModal_closeButton__lngrk{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.SlotsSortModal_closeButton__lngrk:hover{color:#374151}.SlotsSortModal_content__eEAOw{padding:24px}.SlotsSortModal_section__8N44C{margin-bottom:24px}.SlotsSortModal_section__8N44C:last-child{margin-bottom:0}.SlotsSortModal_label__3WMrO{display:block;font-weight:600;color:#374151;margin-bottom:12px;font-size:14px}.SlotsSortModal_columnList__VBlTP{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;max-height:250px;overflow-y:auto}.SlotsSortModal_columnItem__TU5nw{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.SlotsSortModal_columnItem__TU5nw:hover{background-color:#f3f4f6}.SlotsSortModal_columnItem__TU5nw input[type=radio]{margin:0}.SlotsSortModal_directionList__IWP6p{display:flex;gap:16px}.SlotsSortModal_directionItem__6f79s{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.SlotsSortModal_directionItem__6f79s:hover{background-color:#f3f4f6}.SlotsSortModal_directionItem__6f79s input[type=radio]{margin:0}.SlotsSortModal_footer__8BqOV{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.SlotsSortModal_clearButton__UXEcC{background:none;border:1px solid #dc2626;color:#dc2626;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.SlotsSortModal_clearButton__UXEcC:hover{background:#dc2626;color:#fff}.SlotsSortModal_actionButtons__frmfy{display:flex;gap:12px}.SlotsSortModal_cancelButton__NvVg8{background:#fff;border:1px solid #d1d5db;color:#374151;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.SlotsSortModal_cancelButton__NvVg8:hover{background:#f9fafb;border-color:#9ca3af}.SlotsSortModal_applyButton__oodmL{background:#6100ff;border:1px solid #6100ff;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.SlotsSortModal_applyButton__oodmL:hover:not(:disabled){background:#5000d7;border-color:#5000d7}.SlotsSortModal_applyButton__oodmL:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.SlotsDataTable_tableContainer__2ggd5{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.SlotsDataTable_tableWrapper__s4okD{overflow-x:auto;max-width:100%}.SlotsDataTable_table__dpoBF{width:100%;border-collapse:collapse;font-size:14px;min-width:1600px}.SlotsDataTable_table__dpoBF th{background:#f8f9fa;padding:16px 12px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap;font-size:13px}.SlotsDataTable_table__dpoBF th:first-child{padding-left:20px;min-width:120px}.SlotsDataTable_table__dpoBF th:last-child{padding-right:20px}.SlotsDataTable_table__dpoBF td{padding:16px 12px;border-bottom:1px solid #f3f4f6;color:#1f2937;white-space:nowrap}.SlotsDataTable_table__dpoBF td:first-child{padding-left:20px;font-weight:500;color:#374151}.SlotsDataTable_table__dpoBF td:last-child{padding-right:20px}.SlotsDataTable_table__dpoBF tbody tr{transition:background-color .2s ease}.SlotsDataTable_table__dpoBF tbody tr:hover{background:#f9fafb}.SlotsDataTable_table__dpoBF tbody tr:last-child td{border-bottom:none}.SlotsDataTable_sortableHeader__T4QEB{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease}.SlotsDataTable_sortableHeader__T4QEB:hover{background-color:#f3f4f6}.SlotsDataTable_headerContent__yqWkQ{display:flex;align-items:center;justify-content:space-between;gap:8px}.SlotsDataTable_sortIcon__iVrty{font-size:12px;color:#6b7280;min-width:12px;text-align:center}.SlotsDataTable_loadingContainer__h9h4s{background:#fff;border-radius:8px;border:1px solid #e5e7eb;min-height:200px;display:flex;align-items:center;justify-content:center}.SlotsDataTable_loading__y_FW8{color:#6b7280;font-size:16px}.SlotsDataTable_emptyContainer__pplbl{background:#fff;border-radius:8px;border:1px solid #e5e7eb;min-height:200px;display:flex;align-items:center;justify-content:center}.SlotsDataTable_empty__B7UE6{color:#6b7280;font-size:16px;font-weight:500}.page_container___NLZt{min-height:100vh}.page_header__9CSuC{margin-bottom:32px}.page_header__9CSuC h2{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.page_header__9CSuC p{font-size:16px;color:#666;margin:0}.page_content__V657U{background:#fff}.page_actionBar__WSyi5{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.page_leftActions__0D8XZ{flex:1 1}.page_rightActions__ueKb0{display:flex;align-items:center;gap:12px}.page_sortButton__wYmq2{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s ease}.page_sortButton__wYmq2:hover{background:#f9fafb;border-color:#9ca3af}.page_sortButton__wYmq2 svg{width:16px;height:16px}.page_loading__GexL2{color:#666}.page_error__HR_RX,.page_loading__GexL2{display:flex;justify-content:center;align-items:center;padding:40px;font-size:16px}.page_error__HR_RX{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:20px 0}.Pagination_pagination__kDC8k{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px}.Pagination_pageButton__9_w3J{min-width:36px;height:36px;padding:0 8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.Pagination_pageButton__9_w3J:hover{background-color:#f9fafb;border-color:#9ca3af}.Pagination_pageButton__9_w3J.Pagination_active__U9oz7{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.Pagination_pageButton__9_w3J.Pagination_active__U9oz7:hover{background-color:#2563eb;border-color:#2563eb}.page_container__kKmut{min-height:100vh}.page_header__j3fpm{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;margin-bottom:32px;gap:24px}.page_titleSection__VUfJh{flex:1 1}.page_titleSection__VUfJh h2{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.page_titleSection__VUfJh p{font-size:16px;color:#666;margin:0}.page_registerButton__3hMR5{background:#6100ff;border:1px solid #6100ff;color:#fff;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap}.page_registerButton__3hMR5:hover{background:#5000d7;border-color:#5000d7}.page_registerButton__3hMR5:active{transform:translateY(1px)}.page_content__DtoeJ{background:#fff}.page_loading__dead0{color:#666}.page_error__bEQCL,.page_loading__dead0{display:flex;justify-content:center;align-items:center;padding:40px;font-size:16px}.page_error__bEQCL{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:20px 0}.page_paginationContainer__vvPfn{display:flex;justify-content:center;margin-top:24px;padding:20px 0}.Button_button__aem_D{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-weight:700;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap}.Button_button__aem_D:disabled{opacity:.6;cursor:not-allowed}.Button_button--primary__xd2ob{background-color:var(--primary-500,#6100FF);color:#fff}.Button_button--primary__xd2ob:hover:not(:disabled){background-color:var(--primary-600,#5000d0)}.Button_button--primary__xd2ob:active:not(:disabled){background-color:var(--primary-700,#4000b0)}.Button_button--secondary__BAZLr{background-color:#f5f6fa;color:#222}.Button_button--secondary__BAZLr:hover:not(:disabled){background-color:rgba(164,174,198,.2)}.Button_button--sm__rVO_S{padding:6px 12px;font-size:14px;line-height:20px}.Button_button--md__ryvK7{padding:10px 18px;font-size:16px;line-height:24px}.Button_button--lg__zkkty{padding:12px 22px;font-size:18px;line-height:28px}.Button_button--fullWidth__3RMnD{width:100%}.Button_button__icon__Y5aVr{display:flex;align-items:center}.page_container__SeNTY{padding:24px;max-width:1200px;margin:0 auto}.page_header__bos1y{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.page_empty__P3pHK,.page_error__5RVrF,.page_loading__d0sK0{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.page_error__5RVrF{gap:16px}.page_content__tLyR0{display:flex;flex-direction:column;gap:32px}.page_section__1y7hA{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.page_sectionTitle__reg5Q{margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.page_detailGrid__kJwVs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}.page_detailItem__PlnkP{display:flex;flex-direction:column;gap:8px}.page_amount__oqo3K{font-weight:600;color:#059669}@media(max-width:768px){.page_container__SeNTY{padding:16px}.page_detailGrid__kJwVs{grid-template-columns:1fr;gap:16px}.page_section__1y7hA{padding:16px}}.FilterStatus_filterStatus__X1oxC{display:flex;align-items:center;gap:16px;margin-bottom:16px;padding:12px 16px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.FilterStatus_filterStatus__X1oxC .FilterStatus_filterTags__ogzoU{display:flex;flex-wrap:wrap;gap:8px;flex:1 1}.FilterStatus_filterStatus__X1oxC .FilterStatus_filterTag__0B8WJ{display:flex;align-items:center;gap:6px;padding:4px 8px;background-color:#3b82f6;color:#fff;border-radius:16px;font-size:12px;font-weight:500}.FilterStatus_filterStatus__X1oxC .FilterStatus_filterTag__0B8WJ .FilterStatus_filterLabel__z6HRC{white-space:nowrap}.FilterStatus_filterStatus__X1oxC .FilterStatus_filterTag__0B8WJ .FilterStatus_removeButton__j8PGS{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:none;border:none;color:#fff;font-size:14px;font-weight:700;cursor:pointer;border-radius:50%;transition:background-color .2s}.FilterStatus_filterStatus__X1oxC .FilterStatus_filterTag__0B8WJ .FilterStatus_removeButton__j8PGS:hover{background-color:hsla(0,0%,100%,.2)}.FilterStatus_filterStatus__X1oxC .FilterStatus_clearAllButton__SnWfE{flex-shrink:0;font-size:12px;padding:4px 8px;height:auto}.SearchBar_searchBar__0OphP{margin-bottom:16px}.SearchBar_searchInput__FCgTI{width:calc(100% - 32px);padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s ease}.SearchBar_searchInput__FCgTI:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.SearchBar_searchInput__FCgTI::placeholder{color:#9ca3af}.ProductRankingAnalyzePage_pageContainer__MkB8T{display:flex;flex-direction:column;gap:24px;width:100%;margin-top:52px;min-height:100vh}.ProductRankingAnalyzePage_headerSection__vfvTO{display:flex;flex-direction:column;gap:8px;width:100%}.ProductRankingAnalyzePage_inputSection__0sXOO{display:flex;align-items:stretch;width:100%}.ProductRankingAnalyzePage_inputWrapper__GKolK{position:relative;display:flex;align-items:center;flex-grow:1;width:100%}.ProductRankingAnalyzePage_inputField__yFGIq{flex-grow:1;width:100%;border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0;padding-right:35px}.ProductRankingAnalyzePage_clearButton__vj3hC{position:absolute;right:8px;top:14px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.ProductRankingAnalyzePage_analyzeButton__qXM3i{border-top-left-radius:0;border-bottom-left-radius:0;height:50px}.ProductRankingTable_tableContainer__kKOec{overflow-x:auto;width:100%}.ProductRankingTable_rankingTable__4Cq0H{width:100%;border-collapse:collapse;font-size:13px;margin-top:24px}.ProductRankingTable_rankingTable__4Cq0H td,.ProductRankingTable_rankingTable__4Cq0H th{padding-top:12px;padding-bottom:12px;text-align:left;border-bottom:1px solid #e9ecef;vertical-align:middle;background-color:#fff}.ProductRankingTable_rankingTable__4Cq0H thead th{background-color:#f8f9fa;font-weight:500;color:#495057;white-space:nowrap}.ProductRankingTable_rankingTable__4Cq0H td:first-child,.ProductRankingTable_rankingTable__4Cq0H td:nth-child(n+6),.ProductRankingTable_rankingTable__4Cq0H th:nth-child(n+6){text-align:right}.ProductRankingTable_rankingTable__4Cq0H td:first-child,.ProductRankingTable_rankingTable__4Cq0H th:first-child{width:64px;min-width:64px;max-width:64px;text-align:center}.ProductRankingTable_rankingTable__4Cq0H td:nth-child(2),.ProductRankingTable_rankingTable__4Cq0H th:nth-child(2){width:300px;min-width:300px;max-width:320px}.ProductRankingTable_rankingTable__4Cq0H td:nth-child(3),.ProductRankingTable_rankingTable__4Cq0H th:nth-child(3){padding-left:20px;width:120px;min-width:100px;max-width:140px}.ProductRankingTable_rankingTable__4Cq0H td:nth-child(4),.ProductRankingTable_rankingTable__4Cq0H td:nth-child(5),.ProductRankingTable_rankingTable__4Cq0H th:nth-child(4),.ProductRankingTable_rankingTable__4Cq0H th:nth-child(5){width:100px;min-width:80px;max-width:120px}.ProductRankingTable_rankingTable__4Cq0H td:nth-child(6),.ProductRankingTable_rankingTable__4Cq0H td:nth-child(7),.ProductRankingTable_rankingTable__4Cq0H th:nth-child(6),.ProductRankingTable_rankingTable__4Cq0H th:nth-child(7){width:120px;min-width:100px;max-width:140px}.ProductRankingTable_rankingTable__4Cq0H td:nth-child(12),.ProductRankingTable_rankingTable__4Cq0H th:nth-child(12){width:120px;min-width:100px;max-width:140px;padding-right:20px}.ProductRankingTable_productInfoCell__V3QEN{display:flex;align-items:center;gap:10px;white-space:nowrap;overflow:hidden}.ProductRankingTable_productImage___j81A{border-radius:4px;object-fit:cover;flex-shrink:0}.ProductRankingTable_productNameText__FISUi{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;min-width:0;max-width:200px}.ProductRankingTable_highlightedKeyword__VbmXR{font-weight:700}.ProductRankingTable_stickyColumnRank__p3wl4{position:-webkit-sticky;position:sticky;left:0;z-index:2;width:64px;min-width:64px;background:#fff}.ProductRankingTable_stickyColumnProduct__eN74_{position:-webkit-sticky;position:sticky;left:66px;z-index:2;width:300px;min-width:300px;max-width:320px;border-right:1px solid #dde2e5;background:#fff}.ProductRankingTable_rankingTable__4Cq0H thead th.ProductRankingTable_stickyColumnProduct__eN74_,.ProductRankingTable_rankingTable__4Cq0H thead th.ProductRankingTable_stickyColumnRank__p3wl4{z-index:3;background-color:#f8f9fa}.ProductRankingTable_rankingTable__4Cq0H td.ProductRankingTable_stickyColumnProduct__eN74_,.ProductRankingTable_rankingTable__4Cq0H td.ProductRankingTable_stickyColumnRank__p3wl4{background-color:#fff}.ProductRankingTable_loadingMessage__RKU8F,.ProductRankingTable_noResultsMessage__TqSjV{padding:40px 0;text-align:center}.ProductRankingTable_overlayButtonRow__QKLEx{position:absolute;left:50%;top:0;width:320px;z-index:10;display:flex;align-items:center;justify-content:center;padding:0;transform:translateX(-50%)}.ProductRankingTable_overlayButtonRow__QKLEx,.ProductRankingTable_overlayButtonRow__QKLEx button{height:100%;background:hsla(0,0%,100%,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none}.ProductRankingTable_overlayButtonRow__QKLEx button{width:100%;color:#000;font-weight:600;font-size:16px;border-radius:4px;cursor:pointer;transition:background .2s}.ProductRankingTable_overlayButtonRow__QKLEx button:hover{background:#6100ff;color:#fff}.StoreAnalyzePage_pageContainer__Hp17G{display:flex;flex-direction:column;gap:24px;width:100%;margin-top:52px;min-height:100vh}.StoreAnalyzePage_headerSection__e6aMw{display:flex;flex-direction:column;gap:8px;width:100%}.StoreAnalyzePage_inputSection__GEwCQ{display:flex;align-items:stretch;width:100%}.StoreAnalyzePage_inputWrapper__M8e3X{position:relative;display:flex;align-items:center;flex-grow:1;width:100%}.StoreAnalyzePage_inputField__kXEuD{flex-grow:1;width:100%;border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0;padding-right:35px}.StoreAnalyzePage_clearButton__xEEiC{position:absolute;right:100px;top:14px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.StoreAnalyzePage_analyzeButton__GFs_5{border-top-left-radius:unset;border-bottom-left-radius:unset;height:50px}.StoreProductsTable_tableContainer__euhZS{overflow-x:auto;width:100%}.StoreProductsTable_productsTable__3lLuE{width:100%;border-collapse:collapse;font-size:13px;margin-top:24px}.StoreProductsTable_productsTable__3lLuE td,.StoreProductsTable_productsTable__3lLuE th{padding:12px 8px;text-align:left;border-bottom:1px solid #e9ecef;vertical-align:middle}.StoreProductsTable_productsTable__3lLuE thead th{background-color:#f8f9fa;font-weight:500;color:#495057}.StoreProductsTable_productsTable__3lLuE thead th:nth-child(10),.StoreProductsTable_productsTable__3lLuE thead th:nth-child(4),.StoreProductsTable_productsTable__3lLuE thead th:nth-child(5),.StoreProductsTable_productsTable__3lLuE thead th:nth-child(6),.StoreProductsTable_productsTable__3lLuE thead th:nth-child(7),.StoreProductsTable_productsTable__3lLuE thead th:nth-child(8),.StoreProductsTable_productsTable__3lLuE thead th:nth-child(9){text-align:right}.StoreProductsTable_productsTable__3lLuE thead th:first-child{text-align:center}.StoreProductsTable_productsTable__3lLuE td:nth-child(3),.StoreProductsTable_productsTable__3lLuE th:nth-child(3){width:240px;min-width:240px;max-width:240px}.StoreProductsTable_productsTable__3lLuE td:nth-child(10),.StoreProductsTable_productsTable__3lLuE td:nth-child(4),.StoreProductsTable_productsTable__3lLuE td:nth-child(5),.StoreProductsTable_productsTable__3lLuE td:nth-child(6),.StoreProductsTable_productsTable__3lLuE td:nth-child(7),.StoreProductsTable_productsTable__3lLuE td:nth-child(8),.StoreProductsTable_productsTable__3lLuE td:nth-child(9){text-align:right}.StoreProductsTable_productsTable__3lLuE td:first-child{text-align:center}.StoreProductsTable_productImage__41zXn{border-radius:4px;object-fit:cover}.StoreProductsTable_productNameButton__qUjZe{background:none;border:none;padding:0;margin:0;text-align:left;cursor:pointer;width:100%}.StoreProductsTable_productNameText__XWxmv{color:#3f78e0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;max-width:100%}.StoreProductsTable_loadingMessage__hoZM4,.StoreProductsTable_noResultsMessage__ztfW_{padding:40px 0;text-align:center}@keyframes StoreProductsTable_spin__rSZUd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.StoreProductsTable_spinner__vQmCX{animation:StoreProductsTable_spin__rSZUd 1s linear infinite}.CoupangDateKeywordRankTable_tableContainer__i_EI7{width:100%;overflow-x:auto;margin-top:16px}.CoupangDateKeywordRankTable_rankTable__jpgXg{width:100%;border-collapse:collapse;border:1px solid var(--gray-200);table-layout:fixed;font-size:13px}.CoupangDateKeywordRankTable_rankTable__jpgXg td,.CoupangDateKeywordRankTable_rankTable__jpgXg th{vertical-align:middle;border-bottom:1px solid var(--gray-200);padding:10px 12px}.CoupangDateKeywordRankTable_rankTable__jpgXg thead{background-color:var(--gray-50);color:var(--gray-700)}.CoupangDateKeywordRankTable_rankTable__jpgXg thead th{border-bottom:1px solid var(--gray-300);font-weight:600;vertical-align:middle;padding:8px 12px}.CoupangDateKeywordRankTable_rankTable__jpgXg tbody tr:last-child td{border-bottom:none}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_dataRow__PNN5R:hover{background-color:var(--gray-50)}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_dateCell__tlgLU{width:120px;text-align:left;white-space:pre-line;color:var(--gray-700);font-size:12px;vertical-align:middle;border:1px solid #edeff3;border-left:none}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_rankCell__dxJ_f{text-align:right;border:1px solid #edeff3;padding:20px}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_rankCell__dxJ_f:last-child{border-right:none}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_rankCell__dxJ_f .CoupangDateKeywordRankTable_rankInfoWrapper__q3tgJ{display:inline-block;margin-right:10px}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_rankCell__dxJ_f .CoupangDateKeywordRankTable_rankDetail___IMPL{color:var(--gray-500);font-size:12px;margin-left:6px;display:inline-block}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_rankChangeWrapper__vZsW3{display:inline-block;min-width:30px;text-align:right}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_rankChange__sMkaO{display:inline-flex;align-items:center;gap:3px;font-weight:500;font-size:12px;padding:2px 4px;border-radius:4px}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_rankUp__Vu_zU{color:var(--system-red,#FF4D4F)}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_rankDown__YB5l2{color:var(--system-blue,#1890FF)}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_rankNoChange__zlVEe{color:var(--gray-400);display:inline-block;font-size:12px;padding:2px 4px}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_headerCellDate__xwba0{width:140px;text-align:left;border-right:1px solid #edeff3;background-color:#f6f7f9;padding:12px 20px}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_headerCellDate__xwba0>div{display:flex;flex-direction:column;gap:4px}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_headerCellDate__xwba0 .CoupangDateKeywordRankTable_volumeLabels__nbLSV{font-size:14px;white-space:pre}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_headerCellKeyword__dY2Fh{background-color:#f6f7f9;text-align:left!important;border-right:1px solid #edeff3;padding:12px 20px;width:160px}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_headerCellKeyword__dY2Fh:last-child{border-right:none}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_headerCellKeyword__dY2Fh>div{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;text-align:left!important}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_headerCellKeyword__dY2Fh .CoupangDateKeywordRankTable_keywordNameHeader__jQW_r{text-align:left!important;width:100%;display:block}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_headerCellKeyword__dY2Fh *{text-align:left!important}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_searchVolumeContainer__l5sBG{display:flex;justify-content:start;align-items:center;gap:8px;color:var(--gray-600);font-size:14px;width:100%}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_searchVolumeContainer__l5sBG .CoupangDateKeywordRankTable_totalVolume__NKQoC{text-align:left;min-width:40px}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_searchVolumeContainer__l5sBG .CoupangDateKeywordRankTable_volumeGroup__hv18T{display:inline-flex;align-items:center;gap:3px;min-width:45px;justify-content:flex-start}.CoupangDateKeywordRankTable_rankTable__jpgXg .CoupangDateKeywordRankTable_searchVolumeContainer__l5sBG .CoupangDateKeywordRankTable_volumeIcon__r0TDR{flex-shrink:0;width:12px;height:12px}.CoupangDateKeywordRankTable_tableScrollContainer__59Jwn{width:100%;overflow-x:auto}.CoupangDateKeywordRankTable_rankTableWrapper__KpmF6{min-width:1440px;width:1440px}@keyframes Skeleton_shimmer__YJkHY{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.Skeleton_skeleton__Mm7Lb{background:linear-gradient(90deg,#f7f8fa 25%,#eceff3 50%,#f7f8fa 75%);background-size:200px 100%;animation:Skeleton_shimmer__YJkHY 1.8s infinite;display:inline-block}.GNB_gnb__tTQVq{background-color:#fff;flex-direction:row;height:60px;position:relative;z-index:1000}.GNB_gnb__content__2rV70,.GNB_gnb__tTQVq{width:100%;display:flex;align-items:center}.GNB_gnb__content__2rV70{height:100%;max-width:1440px;margin:0 auto;padding:0 40px}@media(max-width:959px){.GNB_gnb__content__2rV70{padding:0 20px;justify-content:space-between}}.GNB_gnb__actions__hSWju,.GNB_gnb__logo__pxJps,.GNB_gnb__mobileMenu__CO0X_,.GNB_gnb__nav__1iAdr{display:flex;align-items:center;height:100%}.GNB_gnb__logo__pxJps{margin-right:1rem}.GNB_gnb__nav__1iAdr{display:flex;flex-grow:1;justify-content:center;align-items:center;height:100%}@media(max-width:959px){.GNB_gnb__nav__1iAdr{display:none}}.GNB_gnb__menu__tIDF0{display:flex;list-style:none;margin:0;padding:0;height:100%;align-items:center}.GNB_gnb__menuContainer__THyjO{display:flex;align-items:center;height:100%;position:relative}.GNB_gnb__menuContainer__THyjO:hover .GNB_gnb__dropdown__ASc7O{opacity:1;visibility:visible;transform:translateY(0)}.GNB_gnb__menuContainer__THyjO:hover .GNB_gnb__menuItem__cJpxm{font-weight:700;color:#6200ee}.GNB_gnb__menuContainer__THyjO:hover .GNB_gnb__menuItem__cJpxm>div,.GNB_gnb__menuContainer__THyjO:hover .GNB_gnb__menuItem__cJpxm>p,.GNB_gnb__menuContainer__THyjO:hover .GNB_gnb__menuItem__cJpxm>span{color:#6200ee!important}.GNB_gnb__menuItem__cJpxm{display:flex;align-items:center;padding:4px 1rem 0;height:60px;text-decoration:none;color:inherit;transition:all .2s;position:relative}@media(min-width:960px)and (max-width:1439px){.GNB_gnb__menuItem__cJpxm{padding:4px 10px 0}}.GNB_gnb__menuItem__cJpxm:hover{opacity:1;font-weight:700;color:#6200ee}.GNB_gnb__menuItem__cJpxm:hover>div,.GNB_gnb__menuItem__cJpxm:hover>p,.GNB_gnb__menuItem__cJpxm:hover>span{color:#6200ee!important}.GNB_gnb__menuItem--active__p_cSP{color:#6200ee!important;font-weight:700!important}.GNB_gnb__menuItem--active__p_cSP>div,.GNB_gnb__menuItem--active__p_cSP>p,.GNB_gnb__menuItem--active__p_cSP>span{color:#6200ee!important}.GNB_gnb__icon__o5jtK{width:20px;height:20px;margin-left:0;position:relative;top:-2px}.GNB_gnb__dropdown__ASc7O{position:absolute;top:60px;left:0;width:max-content;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:8px;padding:8px 0;z-index:1001;opacity:0;visibility:hidden;transform:translateY(-5px);transition:all .2s ease-in-out}.GNB_gnb__submenu__aBRpQ{list-style:none;margin:0;padding:0;white-space:nowrap}.GNB_gnb__submenuItem__TiXm6{display:block;padding:8px 20px;text-decoration:none;color:inherit;transition:all .2s}.GNB_gnb__submenuItem__TiXm6:hover{background-color:#f5f5f5;font-weight:700}.GNB_gnb__actions__hSWju{margin-left:1rem}.GNB_gnb__button__EXJgF{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #eaeaea;border-radius:.5rem;background:none;cursor:pointer;transition:border-color .2s}.GNB_gnb__button__EXJgF:hover{border-color:#000}.GNB_gnb__iconArea__okIqA{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.GNB_gnb__mobileMenu__CO0X_{display:none}@media(max-width:959px){.GNB_gnb__actions__hSWju,.GNB_gnb__nav__1iAdr{display:none}.GNB_gnb__mobileMenu__CO0X_{display:flex;align-items:center;justify-content:center}}.GNB_gnb__overlay__getbG{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1010}.GNB_gnb__sideMenu__OyB2r{position:fixed;top:0;right:0;width:80%;max-width:360px;height:100%;background-color:#fff;box-shadow:-4px 0 12px rgba(0,0,0,.1);z-index:1020;display:flex;flex-direction:column}.GNB_gnb__sideMenuHeader__qb6Cf{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:80px;border-bottom:1px solid #f0f0f0}.GNB_gnb__closeButton__do0nG,.GNB_gnb__sideMenuLogo__YtB_v{display:flex;align-items:center}.GNB_gnb__closeButton__do0nG{width:40px;height:40px;justify-content:center;background:none;border:none;cursor:pointer;font-size:24px;color:#333}.GNB_gnb__sideMenuContent__L_o_o{flex:1 1;overflow-y:auto;padding:20px 0}.GNB_gnb__sideMenuList__DkN7Z{list-style:none;margin:0;padding:0}.GNB_gnb__sideMenuList__DkN7Z>li>div.GNB_gnb__sideMenuTitle--active___9GVW [class*=text-]{color:#6200ee!important;font-weight:700!important}.GNB_gnb__sideMenuItem__2_O2N{padding:0;cursor:pointer;transition:background-color .2s}.GNB_gnb__sideMenuTitle__Qde1Q{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;transition:background-color .2s}.GNB_gnb__sideMenuTitle__Qde1Q a{text-decoration:none;color:inherit;width:100%;display:block}.GNB_gnb__sideMenuTitle__Qde1Q div,.GNB_gnb__sideMenuTitle__Qde1Q p,.GNB_gnb__sideMenuTitle__Qde1Q span{transition:color .2s ease,font-weight .2s ease}.GNB_gnb__sideMenuTitle--active___9GVW p,.GNB_gnb__sideMenuTitle--active___9GVW span,.GNB_gnb__sideMenuTitle--active___9GVW>a div,.GNB_gnb__sideMenuTitle--active___9GVW>div,.GNB_gnb__sideMenuTitle--expanded__GpdnG p,.GNB_gnb__sideMenuTitle--expanded__GpdnG span,.GNB_gnb__sideMenuTitle--expanded__GpdnG>a div,.GNB_gnb__sideMenuTitle--expanded__GpdnG>div,.GNB_gnb__sideMenuTitle__Qde1Q:hover:not(.GNB_gnb__sideMenuTitle--active___9GVW):not(.GNB_gnb__sideMenuTitle--expanded__GpdnG) p,.GNB_gnb__sideMenuTitle__Qde1Q:hover:not(.GNB_gnb__sideMenuTitle--active___9GVW):not(.GNB_gnb__sideMenuTitle--expanded__GpdnG) span,.GNB_gnb__sideMenuTitle__Qde1Q:hover:not(.GNB_gnb__sideMenuTitle--active___9GVW):not(.GNB_gnb__sideMenuTitle--expanded__GpdnG)>a div,.GNB_gnb__sideMenuTitle__Qde1Q:hover:not(.GNB_gnb__sideMenuTitle--active___9GVW):not(.GNB_gnb__sideMenuTitle--expanded__GpdnG)>div{color:#6100ff!important;font-weight:700!important}.GNB_gnb__sideMenuIcon__Qa8n0{transform:rotate(0deg);transition:transform .3s ease}.GNB_gnb__sideMenuIcon--expanded__vMZJx{transform:rotate(180deg)}.GNB_gnb__sideSubMenu__PwY21{list-style:none;margin:0;padding:0 0 0 20px;overflow:hidden}.GNB_gnb__sideSubMenu__PwY21 .GNB_text-primary__Wpllv,.GNB_gnb__sideSubMenu__PwY21 [class*=text-]{color:#718096!important}.GNB_gnb__sideSubMenuItem__oCO1_{display:block;padding:10px 10px 10px 20px;text-decoration:none;color:inherit;transition:color .2s}.GNB_gnb__sideSubMenuItem__oCO1_ div,.GNB_gnb__sideSubMenuItem__oCO1_ p,.GNB_gnb__sideSubMenuItem__oCO1_ span{transition:color .2s ease,font-weight .2s ease}.GNB_gnb__sideSubMenuItem__oCO1_:hover:not(.GNB_gnb__sideSubMenuItem--active__Wnoqm) div,.GNB_gnb__sideSubMenuItem__oCO1_:hover:not(.GNB_gnb__sideSubMenuItem--active__Wnoqm) p,.GNB_gnb__sideSubMenuItem__oCO1_:hover:not(.GNB_gnb__sideSubMenuItem--active__Wnoqm) span{font-weight:700!important}.GNB_gnb__sideSubMenuItem--active__Wnoqm div,.GNB_gnb__sideSubMenuItem--active__Wnoqm p,.GNB_gnb__sideSubMenuItem--active__Wnoqm span{font-weight:700!important;color:#6100ff!important}.GNB_gnb__sideMenuFooter__FlaPE{padding:20px;border-top:1px solid #f0f0f0}.GNB_gnb__sideMenuButton__vSVPF{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 0;background-color:#6200ee;color:#fff;border-radius:8px;text-decoration:none;transition:background-color .2s}.GNB_gnb__sideMenuButton__vSVPF:hover{background-color:#5000d6}.GNB_gnb__menuText__xmDU_{display:flex;align-items:center;line-height:1}.GNB_gnb__tTQVq .text-primary{color:#6200ee!important}.PopupDialog_backdrop__zsN9a{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.PopupDialog_dialog__esXiH{display:flex;flex-direction:column;gap:10px;background-color:#fff;border-radius:16px;box-shadow:0 16px 32px 0 rgba(0,0,0,.16);overflow:hidden}.PopupDialog_content__vn3Cs{position:relative;width:100%;overflow:hidden}.PopupDialog_content__vn3Cs img{width:100%;height:100%;object-fit:cover}.PopupDialog_footer__Bi9v4{display:flex;flex-direction:column;gap:10px;padding:0 20px 10px}.PopupDialog_buttonGroup__JKA7p{display:flex;justify-content:flex-end;gap:16px}.PopupDialog_button__bPRIR{display:flex;justify-content:center;align-items:center;gap:10px;padding:0 20px;height:40px;background-color:rgba(164,174,198,.1);border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease;font-family:Pretendard,sans-serif;font-weight:700;font-size:14px;line-height:1.4;letter-spacing:-.02em;color:#2f353a}.PopupDialog_button__bPRIR:hover{background-color:rgba(164,174,198,.2)}.PopupDialog_button__bPRIR:active{background-color:rgba(164,174,198,.3)}.Breadcrumbs_breadcrumbs__pzDZt{width:100%;padding:8px 0;background-color:#f6f7f9}.Breadcrumbs_breadcrumbs__list__X_A5E{list-style:none;flex-wrap:wrap;padding:4px 0}.Breadcrumbs_breadcrumbs__item__xPp_Z,.Breadcrumbs_breadcrumbs__list__X_A5E{display:flex;align-items:center;margin:0}.Breadcrumbs_breadcrumbs__home__JVqnx{display:flex;align-items:center;color:inherit;text-decoration:none}.Breadcrumbs_breadcrumbs__home__JVqnx:hover{text-decoration:underline}.Breadcrumbs_breadcrumbs__home__JVqnx:hover>*{color:var(--primary-color)}.Breadcrumbs_breadcrumbs__link___qhmO{display:flex;align-items:center;color:inherit;text-decoration:none}.Breadcrumbs_breadcrumbs__link___qhmO:hover{text-decoration:underline}.Breadcrumbs_breadcrumbs__link___qhmO:not(a):hover{text-decoration:none}.Breadcrumbs_breadcrumbs__current__950d9{display:flex;align-items:center}.Breadcrumbs_breadcrumbs__separator__Iza4Y{display:flex;align-items:center;margin:0 8px;color:#ccc}.Breadcrumbs_breadcrumbs__chevron__FTYNY{transform:rotate(-90deg);opacity:.6}@media(max-width:768px){.Breadcrumbs_breadcrumbs__pzDZt{padding:4px 0}.Breadcrumbs_breadcrumbs__separator__Iza4Y{margin:0 4px}}.StoreRankingTrack_root__AGXLY{padding:40px 0;min-height:100vh;overflow-y:scroll}.StoreRankingTrack_naverActionButton__iyY38{background-color:var(--gray-50,#F6F7F9);border:none;padding:20px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;height:28px;box-sizing:border-box}.StoreRankingTrack_naverActionButton__iyY38 p{color:var(--gray-700);font-size:14px!important;font-weight:500;line-height:1}.StoreRankingTrack_naverActionButton__iyY38[title=핀]{background-color:rgba(0,0,0,0);padding:4px;height:auto}.StoreRankingTrack_naverOffText__jYdoW{color:#e2626b;font-size:.75rem;font-weight:600;margin-left:4px}.StoreRankingTrack_naverOnText__IOpWL{color:#3f78e0;font-size:.75rem;font-weight:600;margin-left:4px}.StoreRankingTrack_header__pXgxY{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.StoreRankingTrack_title__bjvcx{font-size:32px;font-weight:700;margin-bottom:8px;color:#222}.StoreRankingTrack_desc__5NXHj{color:#60697b;font-size:15px;margin-top:4px}.StoreRankingTrack_registerBtn__oaVB7{background:#6100ff;color:#fff;font-weight:600;border:none;border-radius:8px;font-size:16px;cursor:pointer;margin-left:24px;width:106px;height:52px}.StoreRankingTrack_tabRow__76LwE{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.StoreRankingTrack_tabs__qS78S{display:flex;align-items:center}.StoreRankingTrack_tabTitle__1NfNf{font-size:22px;font-weight:700;color:#222;background:none;border:none;margin-right:8px;padding:0 12px 0 0;line-height:1}.StoreRankingTrack_tabBtn__SdJpr{background:#f5f6fa;border:none;border-radius:8px;padding:12px 18px;font-size:14px;color:#121212;font-weight:500;cursor:pointer;margin-left:2px;height:40px}.StoreRankingTrack_tabActive__roeOp,.StoreRankingTrack_tab__t6Gl1{background:#f5f6fa;border:none;border-radius:8px 8px 0 0;padding:10px 28px;font-size:16px;color:#888;font-weight:500;cursor:pointer}.StoreRankingTrack_tabActive__roeOp{background:#fff;color:#222;font-weight:700;box-shadow:0 -2px 8px rgba(0,0,0,.03)}.StoreRankingTrack_searchBox__Gs1ik{position:relative;display:flex;align-items:center}.StoreRankingTrack_searchInput__j829F{width:360px!important;height:52px!important;min-width:0;min-height:0;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;padding:10px 40px 10px 16px;font-size:15px;background:#fff}.StoreRankingTrack_searchIcon__R090e{position:absolute;right:14px;font-size:18px;color:#bbb}.StoreRankingTrack_card__okXS2{background:#fff;border-radius:8px;box-shadow:0 2px 16px rgba(0,0,0,.06);border:1px solid var(--table-border-color,#edeff3);padding:32px 28px 18px;min-width:920px;max-width:100%}.StoreRankingTrack_cardTopRow__EWAZU{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:17px}.StoreRankingTrack_cardHeader__bZvv4{display:flex;align-items:center;flex:1 1;min-width:0}.StoreRankingTrack_storeThumb__gMvkJ{width:72px;height:72px;background:#f5f6fa;border-radius:8px;margin-right:18px}.StoreRankingTrack_storeInfo__ueHt5{flex:1 1}.StoreRankingTrack_storeNameRow__wtZ6x{display:flex;gap:12px;align-items:center;font-size:17px;font-weight:600;margin-bottom:6px}.StoreRankingTrack_storeAddr__yikvE,.StoreRankingTrack_storeCategory__xL__r{color:#2f353a;font-size:15px;font-weight:400}.StoreRankingTrack_storeStats__Vo6Cu{display:flex;gap:12px;font-size:15px;color:#2f353a;margin-bottom:4px}.StoreRankingTrack_statMobile__Oj_Ad,.StoreRankingTrack_statPc__sIp8w{display:flex;flex-direction:row;align-items:center;font-size:14px;color:#959ca9}.StoreRankingTrack_storeLinks__bzMkX{display:flex;align-items:center;gap:14px;font-size:1px;margin-top:2px}.StoreRankingTrack_storeDirectText__ILZ1h{color:#2f353a;font-weight:400;font-size:15px;letter-spacing:-.5px}.StoreRankingTrack_storeLink__qo0tz{color:#2f353a;text-decoration:underline;font-size:15px;font-weight:400;cursor:pointer;padding-bottom:1px}.StoreRankingTrack_tableControls__SvKSm{display:flex;flex-direction:row-reverse;align-items:center;gap:8px;margin-bottom:0;justify-content:flex-start;min-width:0}.StoreRankingTrack_sortBtn__TwSFv{font-size:14px!important;cursor:pointer;height:44px}.StoreRankingTrack_autoTrackBtn__Lg0yb,.StoreRankingTrack_sortBtn__TwSFv{background:#f5f6fa;border:none;border-radius:8px;padding:10px 20px;color:#222;font-weight:700;transition:background .15s}.StoreRankingTrack_autoTrackBtn__Lg0yb{font-size:14px;display:flex;align-items:center;gap:2px;box-shadow:none;outline:none;height:40px}.StoreRankingTrack_autoTrackOn__MfTJr{color:#4a6cf7;margin-left:2px}.StoreRankingTrack_keywordManageBtn__r9xth{height:44px;font-size:14px!important;font-weight:700}.StoreRankingTrack_moreBtn___N4Q_{background:rgba(0,0,0,0);border:none;font-size:22px;color:#2f353a;padding:6px 10px;border-radius:6px;cursor:pointer;margin-left:2px;transition:background .15s}.StoreRankingTrack_moreBtn___N4Q_:hover{background:#f5f6fa}.StoreRankingTrack_table__knnCD{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.StoreRankingTrack_table__knnCD td:first-child,.StoreRankingTrack_table__knnCD th:first-child{width:32%;text-align:left}.StoreRankingTrack_table__knnCD td:nth-child(2),.StoreRankingTrack_table__knnCD th:nth-child(2){width:10%}.StoreRankingTrack_table__knnCD th:nth-child(3),.StoreRankingTrack_table__knnCD th:nth-child(4){width:7%}.StoreRankingTrack_table__knnCD td:nth-child(5),.StoreRankingTrack_table__knnCD th:nth-child(5){width:10%}.StoreRankingTrack_table__knnCD td,.StoreRankingTrack_table__knnCD th{padding:12px 10px;text-align:left;font-size:15px}.StoreRankingTrack_table__knnCD th{background:#f5f6fa;color:#888;font-weight:600}.StoreRankingTrack_table__knnCD th:first-child,.StoreRankingTrack_table__knnCD th:nth-child(2),.StoreRankingTrack_table__knnCD th:nth-child(5){color:#454a54;font-weight:600;font-size:14px}.StoreRankingTrack_table__knnCD th:nth-child(3),.StoreRankingTrack_table__knnCD th:nth-child(4){font-size:14px}.StoreRankingTrack_table__knnCD td{color:#2f353a;font-weight:600;font-size:14px}.StoreRankingTrack_rankUp___5KNa{color:#059669;font-size:13px;margin-left:4px}.StoreRankingTrack_rankDown__tO2So{color:#dc2626;font-size:13px;margin-left:4px}.StoreRankingTrack_rankNew__MdLRG{background:#f5f6fa;color:#6c4cf1;border-radius:6px;padding:2px 7px;font-size:12px;margin-left:4px}.StoreRankingTrack_updateTime__PMhr3{text-align:right;color:#959ca9;font-size:12px;margin-top:8px}.StoreRankingTrack_deviceIcon__wSLJx{margin-right:4px;vertical-align:middle}.StoreRankingTrack_tableNormal__9b82O{color:#2f353a;font-weight:400;font-size:14px}.StoreRankingTrack_tableGray__mzKFn{color:#959ca9;font-weight:400;font-size:14px}.Checkbox_checkbox__nSh54{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.Checkbox_checkbox__input__Phq_H{position:relative;border-radius:4px;flex-shrink:0;box-sizing:border-box}.Checkbox_checkbox__checked__FgFvI,.Checkbox_checkbox__input__Phq_H{width:20px;height:20px;display:flex;justify-content:center;align-items:center}.Checkbox_checkbox__checked__FgFvI{background:#6100ff;border:1px solid #6100ff;max-width:20px;max-height:20px;gap:0}.Checkbox_checkbox__unchecked__MXdpr{border:1px solid #a4aec6;background-color:rgba(0,0,0,0);width:20px;height:20px;max-width:20px;max-height:20px;display:flex;justify-content:center;align-items:center;gap:0}.Checkbox_checkbox__hiddenInput__haD9S{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.Checkbox_checkbox__label__0_LNH{font-size:14px;line-height:20px;color:#333;vertical-align:middle}.Checkbox_checkbox__nSh54.Checkbox_disabled__ir_68{cursor:not-allowed;opacity:.5;width:20px;height:20px}.Checkbox_checkbox__nSh54.Checkbox_disabled__ir_68 .Checkbox_checkbox__input__Phq_H{background-color:#f5f5f5}.Checkbox_checkbox__nSh54.Checkbox_disabled__ir_68 .Checkbox_checkbox__label__0_LNH{color:#999}.ForgotPasswordModal_backdrop__Sj8od{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.ForgotPasswordModal_modalContainer__QzNul{background-color:#fff;padding:30px;border-radius:8px;width:100%;max-width:400px;box-shadow:0 4px 15px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:16px}.ForgotPasswordModal_title__JQ5fr{text-align:left;margin-bottom:8px}.ForgotPasswordModal_description__qUtDi{text-align:left;line-height:1.5;margin-bottom:8px}.ForgotPasswordModal_inputField__lS26A{width:100%}.ForgotPasswordModal_messageContainer__3XFmO{min-height:1.2em;margin-top:-8px;margin-bottom:8px}.ForgotPasswordModal_errorMessage__bnPVK{font-size:12px;padding-left:18px}.ForgotPasswordModal_successMessage__DtyNC{font-size:12px}.ForgotPasswordModal_buttonContainer__oskd6{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.Dropdown_dropdownContainer__yeBnq{width:100%;position:relative}.Dropdown_hiddenSelect__FaLbx{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.Dropdown_dropdownTrigger__TybMo{position:relative;width:100%;height:56px;border:1px solid var(--gray-200,#e0e0e0);border-radius:6px;padding:22px 40px 10px 12px;background-color:#fff;font-size:16px;color:var(--gray-800,#333);text-align:left;cursor:pointer;transition:border-color .2s ease-in-out}.Dropdown_dropdownTrigger__TybMo:disabled{background-color:var(--gray-50,#f9f9f9);cursor:not-allowed;color:var(--gray-400)}.Dropdown_dropdownTrigger__TybMo:disabled .Dropdown_arrow__ikyH7{filter:grayscale(1);opacity:.6}.Dropdown_dropdownTrigger__TybMo:focus{outline:none}.Dropdown_dropdownContainer__yeBnq.Dropdown_isOpen__lYoYe .Dropdown_dropdownTrigger__TybMo,.Dropdown_dropdownTrigger__TybMo:focus{border-color:var(--primary-color,#6A35FF)}.Dropdown_selectedValue__AQLQJ{display:block}.Dropdown_label__tVuB6{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:16px;color:#959ca9;pointer-events:none;transition:top .15s ease-out,font-size .15s ease-out,color .15s ease-out,left .15s ease-out;background-color:#fff;padding:0 4px;line-height:1;z-index:1}.Dropdown_dropdownContainer__yeBnq.Dropdown_hasValue__Vl3s3 .Dropdown_label__tVuB6,.Dropdown_dropdownContainer__yeBnq.Dropdown_isOpen__lYoYe .Dropdown_label__tVuB6,.Dropdown_dropdownTrigger__TybMo:focus+.Dropdown_label__tVuB6{top:0;font-size:12px;color:#959ca9}.Dropdown_arrow__ikyH7{position:absolute;top:50%;right:12px;transform:translateY(-50%);pointer-events:none;transition:transform .2s ease-out}.Dropdown_arrow__ikyH7.Dropdown_isOpen__lYoYe{transform:translateY(-50%) rotate(180deg)}.Dropdown_optionsList__4djSl{position:absolute;top:calc(100% + 4px);left:0;width:100%;background-color:#fff;border:1px solid var(--gray-200,#e0e0e0);border-radius:6px;box-shadow:0 4px 10px rgba(0,0,0,.08);padding:8px 0;list-style:none;margin:0;max-height:200px;overflow-y:auto;z-index:1010}.Dropdown_optionItem__3aCNL{padding:12px 16px;cursor:pointer;font-size:16px;color:var(--gray-800);display:flex;justify-content:space-between;align-items:center;background-color:#fff;transition:background-color .1s ease-out}.Dropdown_optionItem__3aCNL:hover{background-color:var(--blue-soft,#eaf4ff)}.Dropdown_optionItem__3aCNL.Dropdown_selected__7RClr{font-weight:700}.Dropdown_checkIcon__zXI4q{flex-shrink:0;margin-left:10px}.membership_membership__container__govRr{position:relative;padding-bottom:20px}.membership_membership__background__EiUNf{position:absolute;top:0;left:0;right:0;width:100vw;margin-left:calc(-50vw + 50%);height:0;background-color:rgba(0,0,0,0);z-index:-1}.membership_membership__section__z4UQw{position:relative;padding:80px 0 0;width:100%;margin:0 auto}.membership_membership__title__WZpdj{font-size:32px;font-weight:700;text-align:center;margin-bottom:20px;color:#333}.membership_membership__description__od031{font-size:18px;color:#666;text-align:center;margin-bottom:48px}.membership_membership__description__od031 p{margin:0;padding:0;line-height:1.5}.membership_membership__plans__gqz3T{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.membership_membership__planWrapper__qx9Sa{flex:1 1 300px;min-width:32%;max-width:32%;margin:0}.membership_membership__plan__c8Gi4{position:relative;border-radius:16px;padding:20px 20px 40px;display:flex;flex-direction:column;background-color:#fff;height:100%}.membership_membership__plan__c8Gi4,.membership_membership__plan__c8Gi4:hover{box-shadow:0 16px 60px 0 rgba(30,34,40,.07)}.membership_membership__planContent__LjUF5{flex:1 1;display:flex;flex-direction:column}.membership_membership__planIcon__CHWls{display:flex;justify-content:center;margin-bottom:20px;height:60px;align-items:center}.membership_membership__planHeader__NH9TT{text-align:center;margin-bottom:24px}.membership_membership__planTitle__pPwrq{font-size:1.5rem!important;font-weight:600;margin-bottom:12px;color:#333}.membership_membership__price__fjPa_{display:flex;align-items:baseline;justify-content:center;color:#333}.membership_membership__price__fjPa_ .membership_price__ODBSK{font-size:3rem!important;font-weight:700}.membership_membership__price__fjPa_ .membership_period__Mn2OB{margin-left:8px;font-size:1.5rem!important;color:#666;font-weight:400}.membership_membership__price__fjPa_ .membership_freePlan__sabUS{font-size:26px;font-weight:700;color:#6200ee}.membership_membership__features__cz6Z5{margin-bottom:24px}.membership_membership__featureItem__4ZdP7{display:flex;padding:8px 0;align-items:center}.membership_membership__featureIcon__8SvRo{margin-right:10px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.membership_membership__checkIcon__uMUjj,.membership_membership__xIcon__uAs7N{display:flex}.membership_membership__checkIcon__uMUjj{color:#6200ee;font-weight:700}.membership_membership__xIcon__uAs7N{color:#f44336;font-weight:700}.membership_membership__featureText__ivTMC{font-size:14px;color:#555;display:flex;align-items:center;position:relative;flex:1 1}.membership_membership__featureTextContent__CaxJ2{display:flex;align-items:center;gap:4px;flex-wrap:nowrap}.membership_membership__featureValue__95RJt{color:#2f353a;white-space:nowrap}.membership_membership__featureTooltip__aXLjx{display:flex;align-items:center;cursor:pointer;position:relative}.membership_membership__tooltip__H0fZ9{position:absolute;top:28px;left:70%;transform:translateX(-50%);background-color:#333;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;width:max-content;z-index:10}.membership_membership__tooltip__H0fZ9:after{display:none}.membership_membership__priceDropdown__ZVgjB{margin:0;width:100%;position:relative;z-index:100}.membership_membership__dropdownLabel__HIkU1{position:absolute;top:-2px;left:12px;padding:0 6px;font-size:13px;color:#666;background:rgba(0,0,0,0);z-index:1;line-height:14px}.membership_membership__dropdownSelect__tS4j2{display:flex;align-items:center;justify-content:space-between;padding:16px;width:100%;border-radius:8px;border:1px solid rgba(8,60,130,.07);background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.04);cursor:pointer;box-sizing:border-box;margin-top:4px;z-index:10000}.membership_membership__dropdownSelect__tS4j2:hover{border-color:rgba(8,60,130,.15)}.membership_membership__dropdownArrow__CPN3z{transition:transform .2s ease-in-out}.membership_membership__dropdownArrowOpen__719ix{transform:rotate(180deg)}.membership_membership__dropdownOptions__zjcGI{position:absolute;left:0;width:100%;background-color:#fff;border:1px solid #ddd;border-radius:0 0 8px 8px;margin-top:8px;z-index:10000;box-shadow:0 4px 8px rgba(0,0,0,.1)}.membership_membership__dropdownOption__EHnB_{padding:12px 16px;cursor:pointer}.membership_membership__dropdownOption__EHnB_:hover{background-color:#f5f5f5}.membership_membership__termsCheck__ViZYf{margin:2px 0 0}.membership_membership__buttonContainer__N2cVZ{display:flex;flex-direction:column;margin-top:auto;gap:16px;width:100%}.membership_membership__button__vHMyZ{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 24px;gap:10px;width:100%;height:52px;border-radius:8px;font-family:Pretendard,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:140%;letter-spacing:-.02em;cursor:pointer;transition:all .2s ease}.membership_membership__button--primary__nBhqe{background:#6100ff;border:none;color:#fff}.membership_membership__button--primary__nBhqe:hover{background:#5000d0}.membership_membership__button__vHMyZ:not(.membership_membership__button--primary__nBhqe){background-color:rgba(0,0,0,0);border:2px solid #6100ff;color:#6100ff}.membership_membership__button__vHMyZ:not(.membership_membership__button--primary__nBhqe):hover{background-color:rgba(97,0,255,.05)}.membership_membership__buttonInactive__RfjJV{opacity:.6;pointer-events:none}.membership_membership__faqSection__xKKqL{margin-top:64px}.membership_membership__faqSection__xKKqL h2{font-size:24px;font-weight:700;margin-bottom:24px;color:#111827}.membership_membership__faqItem__SF8Bm{border-bottom:1px solid #e5e7eb;padding:16px 0}.membership_membership__faqItem__SF8Bm h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#111827}.membership_membership__faqItem__SF8Bm p{color:#6b7280;line-height:1.5}.membership_membership__freeButtonSpace__6uU3r{height:90px}.membership_membership__plan__c8Gi4:has(.membership_membership__freeButtonSpace__6uU3r) .membership_membership__dropdown__onUzB{border-top:none}@media(max-width:1024px){.membership_membership__section__z4UQw{width:100%}.membership_membership__plans__gqz3T{gap:20px}.membership_membership__planWrapper__qx9Sa{flex:1 1 280px;min-width:280px}}@media(max-width:768px){.membership_membership__section__z4UQw{width:100%}.membership_membership__plans__gqz3T{flex-direction:column;align-items:center;gap:32px}.membership_membership__planWrapper__qx9Sa{width:100%;max-width:350px;flex:none}.membership_membership__title__WZpdj{font-size:28px}}.membership_planComparison__SXj9X{margin-top:100px;width:100%;position:relative;justify-content:center}.membership_planComparison__container___ExHc{margin:0 auto;padding:0}.membership_planComparison__tableWrapper__vtSp7{width:100%;overflow-x:auto;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.membership_planComparison__table__1DAo1{width:100%;min-width:700px;border-collapse:collapse;table-layout:fixed;border:1px solid var(--gray-200,#eeeeee);border-radius:8px;overflow:hidden;box-sizing:border-box}.membership_planComparison__table__1DAo1 td,.membership_planComparison__table__1DAo1 th{padding:8px;text-align:center;border:1px solid #e9eaed;border-right:none;border-bottom:none}.membership_planComparison__table__1DAo1 td:last-child,.membership_planComparison__table__1DAo1 th:last-child{border-right:1px solid #e9eaed}.membership_planComparison__table__1DAo1 tr:last-child td{border-bottom:1px solid #e9eaed}.membership_planComparison__table__1DAo1 thead tr:first-child th:first-child{border-top-left-radius:8px}.membership_planComparison__table__1DAo1 thead tr:first-child th:last-child{border-top-right-radius:8px}.membership_planComparison__table__1DAo1 tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.membership_planComparison__table__1DAo1 tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.membership_planComparison__headerRow__bNFUm{background-color:#fff}.membership_planComparison__headerEmpty__Gmu5E{background-color:#fff;border-bottom:1px solid #e9eaed;border-right:1px solid #e9eaed}.membership_planComparison__headerPlan__g9X1m{padding:20px;text-align:center;font-weight:600}.membership_planComparison__groupRow__N97eL{background-color:#f8f9fa}.membership_planComparison__groupCell__llT2u{text-align:left!important;padding:12px 32px;background-color:#edf2fc;font-weight:500;color:#333}.membership_planComparison__groupCell__llT2u>div{text-align:left!important}.membership_planComparison__groupTitle__rs9lh{text-align:left!important;width:100%;display:block}.membership_planComparison__row__0fLHD:hover{background-color:#fafafa}.membership_planComparison__featureCell__cbCij{text-align:left;padding-left:24px;width:40%;background-color:#fff}.membership_planComparison__featureContainer__9w9ny{display:flex;align-items:center;gap:8px}.membership_planComparison__infoIcon__J2DMO{position:relative;cursor:help}.membership_planComparison__infoIcon__J2DMO:hover .membership_planComparison__tooltip__7_OBW{visibility:visible;opacity:1}.membership_planComparison__tooltip__7_OBW{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);width:max-content;background-color:#333;color:#fff;padding:8px 12px;border-radius:4px;visibility:hidden;opacity:0;transition:opacity .3s;z-index:10}.membership_planComparison__tooltip__7_OBW:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid rgba(0,0,0,0);border-top-color:#333}.membership_planComparison__valueCell__Tu7aC{font-weight:400;color:#333;background-color:#fff;width:20%}.membership_planComparison__valueCell__Tu7aC:nth-child(4){font-weight:500;color:#6100ff}.membership_planComparison__headerCell_feature__BwMqr{width:30%;padding:18px 16px;text-align:left;box-sizing:border-box}.membership_planComparison__headerCell_plan__MvWMs{width:23.33%;padding:18px 16px;text-align:center;font-weight:600;color:var(--gray-700,#616161);border-left:1px solid var(--gray-200,#eeeeee);box-sizing:border-box}.membership_planComparison__categoryCell__A_l_z{padding:14px 16px;color:var(--primary-700,#4a148c);font-weight:600;box-sizing:border-box}.membership_planComparison__cell_feature__ELjPk{padding:18px 16px;text-align:left;box-sizing:border-box}.membership_planComparison__cell_value__rKu1K{padding:18px 16px;text-align:center;vertical-align:middle;border-left:1px solid var(--gray-200,#eeeeee);box-sizing:border-box}@media(max-width:768px){.membership_planComparison__SXj9X{margin-top:30px;margin-bottom:40px}.membership_planComparison__table__1DAo1 td,.membership_planComparison__table__1DAo1 th{padding:12px 32px}.membership_planComparison__headerPlan__g9X1m{padding:12px 8px}.membership_planComparison__featureCell__cbCij{padding-left:12px;padding-top:30px}.membership_planComparison__groupCell__llT2u{padding:10px 12px}.membership_planComparison__tooltip__7_OBW{min-width:150px}}.membership_guidelines__wI2tQ{width:100%;margin:40px 0 80px;background-color:#fff;border-radius:12px;padding-bottom:160px}.membership_guidelines__title__ASyG_{font-size:24px;font-weight:700;margin-bottom:24px;color:#333}.membership_guidelines__list__6ACVA{list-style-type:disc;padding-left:20px}.membership_guidelines__item__y71pD{margin-bottom:20px;font-weight:700}.membership_guidelines__item__y71pD:last-child{margin-bottom:0}.membership_guidelines__subList__1PtWu{list-style-type:circle;padding-left:24px;margin-top:10px}.membership_guidelines__subItem__gKwON{margin-bottom:8px;line-height:1.6;font-weight:400}.membership_guidelines__subItem__gKwON:last-child{margin-bottom:0}@media(max-width:768px){.membership_guidelines__wI2tQ{margin:30px 0 60px}.membership_guidelines__title__ASyG_{font-size:20px;margin-bottom:20px}.membership_guidelines__list__6ACVA{padding-left:16px}.membership_guidelines__subList__1PtWu{padding-left:20px}}.NaverKeywordTable_tableContainer__o2NT8{background-color:var(--white,#FFF);border-radius:0 0 8px 8px;overflow:hidden;border-top:1px solid var(--table-border-color,#edeff3)}.NaverKeywordTable_tableHeader__upQKO{display:flex;align-items:center;padding:12.5px 24px;background-color:var(--gray-50,#F6F7F9)}.NaverKeywordTable_headerCell__HswaR{font-size:.875rem;color:var(--gray-500);font-weight:400;text-align:right;display:flex;align-items:center;justify-content:flex-end;gap:4px}.NaverKeywordTable_headerCell__HswaR.NaverKeywordTable_colKeyword__XyEAj{justify-content:flex-start;text-align:left;flex-grow:1}.NaverKeywordTable_headerCell__HswaR.NaverKeywordTable_colSearchVolume__XLCN_{width:100px}.NaverKeywordTable_headerCell__HswaR.NaverKeywordTable_colMobile__Tx2J1,.NaverKeywordTable_headerCell__HswaR.NaverKeywordTable_colPc___pCT7{width:80px;justify-content:flex-end}.NaverKeywordTable_headerCell__HswaR.NaverKeywordTable_colRank__XP04t{width:120px}.NaverKeywordTable_headerIcon__Ns24z{opacity:.7}.NaverKeywordTable_tableRow__ufQnH{display:flex;align-items:center;padding:12px 20px}.NaverKeywordTable_tableCell__p9u6_{font-size:14px;text-align:right;display:flex;align-items:center;justify-content:flex-end}.NaverKeywordTable_tableCell__p9u6_.NaverKeywordTable_colKeyword__XyEAj{text-align:left;flex-grow:1;justify-content:flex-start}.NaverKeywordTable_tableCell__p9u6_.NaverKeywordTable_colSearchVolume__XLCN_{width:100px}.NaverKeywordTable_tableCell__p9u6_.NaverKeywordTable_colMobile__Tx2J1,.NaverKeywordTable_tableCell__p9u6_.NaverKeywordTable_colPc___pCT7{width:80px}.NaverKeywordTable_tableCell__p9u6_.NaverKeywordTable_colRank__XP04t{width:120px}.NaverKeywordTable_rankDisplay__zIt7P{display:flex;align-items:center;justify-content:flex-end;gap:4px}.NaverKeywordTable_rankDisplay__zIt7P img{margin-bottom:1px}.NaverKeywordTable_rankUp__uwWGJ{color:var(--system-red-500,#F04438)}.NaverKeywordTable_rankDown__S8d5x{color:var(--system-blue-500,#3F51B5)}.NaverKeywordTable_tableFooter__9gzi8{padding:8px 20px;text-align:right}.NaverKeywordTable_naverKeywordTableEmpty__3cA0h{background-color:var(--white,#FFF);padding:32px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:100px}.NaverKeywordTable_dataIcon__R_Hms{opacity:.7;margin-right:4px}