.Select-module__bgXIOW__root{width:100%;position:relative}.Select-module__bgXIOW__trigger{width:100%;height:38px;color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:var(--radius);text-align:left;cursor:pointer;outline:none;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;font-size:14px;transition:border-color .15s,box-shadow .15s;display:flex}.Select-module__bgXIOW__trigger:hover:not(:disabled){border-color:var(--muted-foreground)}.Select-module__bgXIOW__trigger:focus-visible,.Select-module__bgXIOW__triggerOpen{border-color:var(--primary);box-shadow:0 0 0 3px #18181b14}.Select-module__bgXIOW__trigger:disabled,.Select-module__bgXIOW__trigger[aria-disabled=true]{background-color:var(--muted);color:var(--muted-foreground);cursor:not-allowed}.Select-module__bgXIOW__value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.Select-module__bgXIOW__placeholder{min-width:0;color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Select-module__bgXIOW__chevron{color:var(--muted-foreground);flex-shrink:0;transition:transform .15s}.Select-module__bgXIOW__chevronOpen{transform:rotate(180deg)}.Select-module__bgXIOW__menu{z-index:30;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);max-height:280px;box-shadow:var(--shadow-lg);padding:4px;list-style:none;animation:.12s ease-out Select-module__bgXIOW__selectMenuIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.Select-module__bgXIOW__option{color:var(--foreground);border-radius:calc(var(--radius) - 2px);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:14px;display:flex}.Select-module__bgXIOW__optionLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.Select-module__bgXIOW__optionActive{background:var(--muted)}.Select-module__bgXIOW__optionSelected{color:var(--primary);font-weight:500}.Select-module__bgXIOW__optionDisabled{color:var(--muted-foreground);cursor:not-allowed;opacity:.6}.Select-module__bgXIOW__optionCheck{color:var(--primary);flex-shrink:0}.Select-module__bgXIOW__empty{color:var(--muted-foreground);text-align:center;padding:10px 12px;font-size:13px}@keyframes Select-module__bgXIOW__selectMenuIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}
.Pager-module__vKtZZG__pagination{justify-content:center;align-items:center;gap:6px;margin-top:40px;font-size:13px;display:flex}.Pager-module__vKtZZG__pagerArrow{color:var(--muted-foreground);background:0 0;border:1px solid #0000;align-items:center;gap:4px;padding:8px 12px;transition:color .15s;display:inline-flex}.Pager-module__vKtZZG__pagerArrow:disabled{opacity:.4;cursor:not-allowed}.Pager-module__vKtZZG__pagerArrow:not(:disabled):hover{color:var(--brand-teal)}.Pager-module__vKtZZG__pagerNum{min-width:32px;height:32px;color:var(--muted-foreground);background:0 0;border:1px solid #0000;padding:0 8px;transition:color .15s,border-color .15s}.Pager-module__vKtZZG__pagerNum:hover{color:var(--brand-teal)}.Pager-module__vKtZZG__pagerNumActive{color:var(--brand-teal);border-color:var(--brand-teal);font-weight:600}
.brandForm-module__cxGPwG__formRoot{flex-direction:column;gap:24px;width:100%;display:flex}.brandForm-module__cxGPwG__body{grid-template-columns:800px 1fr;align-items:start;gap:20px;display:grid}@media (max-width:1280px){.brandForm-module__cxGPwG__body{grid-template-columns:1fr}}.brandForm-module__cxGPwG__formCard{background:#fff;border-radius:12px;flex-direction:column;gap:30px;padding:30px 50px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.brandForm-module__cxGPwG__field{flex-direction:column;gap:10px;display:flex}.brandForm-module__cxGPwG__fieldHeader{align-items:center;gap:8px;display:flex}.brandForm-module__cxGPwG__fieldLabel{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:20px;font-weight:600}.brandForm-module__cxGPwG__required{color:#ff6a50;font-family:Inter,Pretendard,sans-serif;font-size:13px}.brandForm-module__cxGPwG__optional{color:#0009;font-family:Inter,Pretendard,sans-serif;font-size:13px}.brandForm-module__cxGPwG__input{color:#000;background:#fff;border:1px solid #0003;outline:none;width:100%;padding:16px 20px;font-family:Inter,Pretendard,sans-serif;font-size:14px;transition:border-color .15s}.brandForm-module__cxGPwG__input:focus{border-color:var(--brand-teal)}.brandForm-module__cxGPwG__input::placeholder{color:#0006}.brandForm-module__cxGPwG__textarea{color:#000;resize:vertical;background:#fff;border:1px solid #0003;outline:none;width:100%;min-height:100px;padding:16px 20px;font-family:Inter,Pretendard,sans-serif;font-size:14px;transition:border-color .15s}.brandForm-module__cxGPwG__textarea:focus{border-color:var(--brand-teal)}.brandForm-module__cxGPwG__textarea::placeholder{color:#0006}.brandForm-module__cxGPwG__error{color:var(--destructive,#dc2626);font-family:Inter,Pretendard,sans-serif;font-size:12px}.brandForm-module__cxGPwG__row2{grid-template-columns:1fr 1fr;gap:15px;display:grid}.brandForm-module__cxGPwG__fieldCell{flex-direction:column;gap:6px;display:flex}.brandForm-module__cxGPwG__imageRow{flex-direction:column;gap:10px;display:flex}.brandForm-module__cxGPwG__imageRowHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.brandForm-module__cxGPwG__imageAddBtn{color:#43711b;cursor:pointer;background:#fff;border:1px solid #43711b;padding:8px 15px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s,color .15s}.brandForm-module__cxGPwG__imageAddBtn:hover:not(:disabled){color:#fff;background:#43711b}.brandForm-module__cxGPwG__imageAddBtn:disabled{opacity:.6;cursor:not-allowed}.brandForm-module__cxGPwG__uploadCard{background:#fff;border:1px solid #0003;justify-content:space-between;align-items:center;gap:16px;height:132px;padding:16px 20px;display:flex}.brandForm-module__cxGPwG__uploadThumb{object-fit:contain;background:#fafafa;flex-shrink:0;height:100px}.brandForm-module__cxGPwG__uploadActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.brandForm-module__cxGPwG__uploadRemoveBtn{color:#0009;cursor:pointer;background:#fff;border:1px solid #0003;height:36px;padding:0 18px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s,color .15s,border-color .15s}.brandForm-module__cxGPwG__uploadRemoveBtn:hover:not(:disabled){color:#000;background:#fafafa}.brandForm-module__cxGPwG__uploadRemoveBtn:disabled{opacity:.5;cursor:not-allowed}.brandForm-module__cxGPwG__uploadReplaceBtn{color:#43711b;cursor:pointer;background:#fff;border:1px solid #43711b;height:36px;padding:0 18px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s,color .15s}.brandForm-module__cxGPwG__uploadReplaceBtn:hover:not(:disabled){color:#fff;background:#43711b}.brandForm-module__cxGPwG__uploadReplaceBtn:disabled{opacity:.6;cursor:not-allowed}.brandForm-module__cxGPwG__hiddenFile{display:none}.brandForm-module__cxGPwG__previewBlock{flex-direction:column;gap:10px;margin-top:-10px;display:flex}.brandForm-module__cxGPwG__previewLabel{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:600}.brandForm-module__cxGPwG__previewBox{isolation:isolate;background:#fff;border:1px solid #0003;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden}.brandForm-module__cxGPwG__previewImg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.05)}.brandForm-module__cxGPwG__previewOverlay{z-index:1;position:absolute;inset:0}.brandForm-module__cxGPwG__previewText{z-index:2;text-align:center;color:var(--brand-teal,#003c3b);flex-direction:column;align-items:center;max-width:92%;padding:0 20px;display:flex;position:relative}.brandForm-module__cxGPwG__previewName{font-family:var(--font-abhaya), "Abhaya Libre", Georgia, serif;letter-spacing:-.01em;color:var(--brand-teal,#003c3b);margin:0;font-size:26px;font-weight:700;line-height:1.1}.brandForm-module__cxGPwG__previewSubtitle{color:var(--brand-teal,#003c3b);margin:4px 0 0;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:600}.brandForm-module__cxGPwG__previewDivider{background:var(--brand-teal,#003c3b);width:80px;height:1px;margin:14px 0;display:block}.brandForm-module__cxGPwG__previewDesc{color:var(--brand-teal,#003c3b);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Inter,Pretendard,sans-serif;font-size:12px;font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}.brandForm-module__cxGPwG__previewEmpty{color:#0000004d;font-family:Inter,Pretendard,sans-serif;font-size:13px}.brandForm-module__cxGPwG__visibilityRow{flex-wrap:wrap;align-items:center;gap:29px;display:flex}.brandForm-module__cxGPwG__visibilityLabel{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:600}.brandForm-module__cxGPwG__checkRadio{cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;display:inline-flex}.brandForm-module__cxGPwG__checkBox{background:#fff;border:1px solid #0003;justify-content:center;align-items:center;width:23px;height:23px;transition:background .15s,border-color .15s;display:flex}.brandForm-module__cxGPwG__checkBoxOn{background:#43711b;border-color:#43711b}.brandForm-module__cxGPwG__checkLabel{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:14px}.brandForm-module__cxGPwG__orderInline{align-items:center;gap:8px;display:inline-flex}.brandForm-module__cxGPwG__orderInput{color:#000;text-align:center;background:#fff;border:1px solid #0003;outline:none;width:60px;padding:14px 16px;font-family:Inter,Pretendard,sans-serif;font-size:14px}.brandForm-module__cxGPwG__orderInput:focus{border-color:var(--brand-teal)}.brandForm-module__cxGPwG__orderHint{color:#0009;font-family:Inter,Pretendard,sans-serif;font-size:13px}.brandForm-module__cxGPwG__storyCard{background:#fff;border-radius:12px;flex-direction:column;align-self:start;gap:36px;padding:50px 50px 45px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.brandForm-module__cxGPwG__storyCard>.brandForm-module__cxGPwG__storyInner+.brandForm-module__cxGPwG__storyInner{border-top:1px solid #ececec;padding-top:36px}.brandForm-module__cxGPwG__storyInner{flex-direction:column;gap:20px;display:flex}.brandForm-module__cxGPwG__storyHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.brandForm-module__cxGPwG__storyTitle{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:20px;font-weight:600}.brandForm-module__cxGPwG__storyHint{color:#0009;margin-top:8px;font-family:Inter,Pretendard,sans-serif;font-size:13px}.brandForm-module__cxGPwG__storyList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.brandForm-module__cxGPwG__storyItem{background:#fff;border:1px solid #0003;align-items:center;gap:15px;width:100%;height:132px;padding:16px 20px;transition:opacity .15s,border-color .15s,background .15s;display:flex}.brandForm-module__cxGPwG__storyItemDragging{opacity:.4}.brandForm-module__cxGPwG__storyItemDragOver{background:#f5faef;border-color:#43711b}.brandForm-module__cxGPwG__storyHandle{color:#0000004d;cursor:grab;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.brandForm-module__cxGPwG__storyHandle:active{cursor:grabbing}.brandForm-module__cxGPwG__storyIndex{color:#000;flex-shrink:0;width:24px;font-family:Inter,Pretendard,sans-serif;font-size:14px;font-weight:700}.brandForm-module__cxGPwG__storyThumb{object-fit:contain;background:#fafafa;flex-shrink:0;width:170px;height:100px}.brandForm-module__cxGPwG__storyActions{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.brandForm-module__cxGPwG__storyEditBtn,.brandForm-module__cxGPwG__storyDeleteBtn{color:#000000b3;cursor:pointer;background:#fff;border:1px solid #0003;height:36px;padding:0 18px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s,color .15s,border-color .15s}.brandForm-module__cxGPwG__storyEditBtn:hover:not(:disabled){color:#000;background:#fafafa}.brandForm-module__cxGPwG__storyDeleteBtn:hover:not(:disabled){color:var(--destructive,#dc2626);border-color:var(--destructive,#dc2626)}.brandForm-module__cxGPwG__storyEditBtn:disabled,.brandForm-module__cxGPwG__storyDeleteBtn:disabled{opacity:.5;cursor:not-allowed}.brandForm-module__cxGPwG__storyReorderHint{color:#00000080;text-align:center;background:#0000000a;margin-top:4px;padding:10px 14px;font-family:Inter,Pretendard,sans-serif;font-size:12px}.brandForm-module__cxGPwG__footerCard{background:#fff;border-radius:12px;align-items:center;gap:15px;padding:20px 30px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.brandForm-module__cxGPwG__footerSpacer{flex:1}.brandForm-module__cxGPwG__deleteBtn{border:1px solid var(--destructive,#dc2626);height:40px;color:var(--destructive,#dc2626);cursor:pointer;background:#fff;align-items:center;gap:6px;padding:8px 16px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s;display:inline-flex}.brandForm-module__cxGPwG__deleteBtn:hover:not(:disabled){background:#dc262614}.brandForm-module__cxGPwG__deleteBtn:disabled{opacity:.5;cursor:not-allowed}.brandForm-module__cxGPwG__cancelBtn{color:#0009;cursor:pointer;background:#fff;border:1px solid #0003;justify-content:center;align-items:center;width:140px;height:46px;font-family:Inter,Pretendard,sans-serif;font-size:13px;text-decoration:none;transition:background .15s;display:inline-flex}.brandForm-module__cxGPwG__cancelBtn:hover{background:#fafafa}.brandForm-module__cxGPwG__saveBtn{color:#fff;cursor:pointer;background:#43711b;border:none;width:140px;height:46px;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:700;transition:background .15s,opacity .15s}.brandForm-module__cxGPwG__saveBtn:hover:not(:disabled){background:#355716}.brandForm-module__cxGPwG__saveBtn:disabled{opacity:.6;cursor:not-allowed}
.brands-module__7Vyv-q__headerCard{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:30px 50px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.brands-module__7Vyv-q__headerTitle{color:#000;font-family:Inter,sans-serif;font-size:28px;font-weight:700}.brands-module__7Vyv-q__headerSubtitle{color:#0009;margin-top:5px;font-family:Inter,sans-serif;font-size:13px}.brands-module__7Vyv-q__addBtn{color:#fff;cursor:pointer;background:#003c3b;border:none;align-items:center;gap:15px;height:46px;padding:15px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.brands-module__7Vyv-q__addBtn:hover{background:#002827}.brands-module__7Vyv-q__tableWrap{background:#fff}.brands-module__7Vyv-q__tableHeaderRow{color:#292215;background:#0000000d;grid-template-columns:1fr 130px 130px;align-items:center;padding:15px 30px;font-family:Inter,sans-serif;font-size:16px;display:grid}.brands-module__7Vyv-q__colName{text-align:left}.brands-module__7Vyv-q__colDate,.brands-module__7Vyv-q__colStatus{text-align:center}.brands-module__7Vyv-q__colActions{text-align:right}.brands-module__7Vyv-q__row{cursor:pointer;background:#fff;border-bottom:1px solid #0003;grid-template-columns:1fr 130px 130px;align-items:center;min-height:80px;padding:28px 30px;transition:background .15s;display:grid}.brands-module__7Vyv-q__row:hover{background:#fafafa}.brands-module__7Vyv-q__rowName{color:#000;font-family:Inter,sans-serif;font-size:16px}.brands-module__7Vyv-q__rowDate{color:#292215;text-align:center;font-family:Inter,sans-serif;font-size:16px}.brands-module__7Vyv-q__statusCell{justify-content:center;display:flex}.brands-module__7Vyv-q__statusPill{color:#fff;cursor:pointer;border:none;border-radius:100px;padding:5px 14px;font-family:Inter,sans-serif;font-size:15px;transition:opacity .15s;display:inline-block}.brands-module__7Vyv-q__statusPill:hover{opacity:.85}.brands-module__7Vyv-q__statusPillActive{background:#43711b}.brands-module__7Vyv-q__statusPillInactive{background:#0000004d}.brands-module__7Vyv-q__actionsCell{justify-content:flex-end;display:flex}.brands-module__7Vyv-q__deleteBtn{color:#0006;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px;transition:color .15s}.brands-module__7Vyv-q__deleteBtn:hover{color:var(--destructive,#dc2626);background:#dc262614}.brands-module__7Vyv-q__empty{text-align:center;color:#00000080;background:#fff;padding:60px}.brands-module__7Vyv-q__rowSkeleton{height:80px}.brands-module__7Vyv-q__detailPage{flex-direction:column;gap:24px;width:100%;display:flex}.brands-module__7Vyv-q__detailHeader{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:30px 50px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.brands-module__7Vyv-q__detailTitle{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:28px;font-weight:700}.brands-module__7Vyv-q__detailBreadcrumb{color:#0009;margin-top:5px;font-family:Inter,Pretendard,sans-serif;font-size:13px}.brands-module__7Vyv-q__backLink{color:#0009;border:1px solid #0003;padding:8px 12px;font-family:Inter,Pretendard,sans-serif;font-size:13px;text-decoration:none;transition:background .15s}.brands-module__7Vyv-q__backLink:hover{color:#000;background:#fafafa}.brands-module__7Vyv-q__detailEmpty{text-align:center;color:#00000080;background:#fff;border-radius:12px;padding:60px}.brands-module__7Vyv-q__formSkeleton{border-radius:12px;height:400px}
.inquiryTypes-module__NTbXUq__page{flex-direction:column;gap:24px;display:flex}.inquiryTypes-module__NTbXUq__headerCard{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;padding:30px 50px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.inquiryTypes-module__NTbXUq__headerTitle{color:#000;margin:0;font-family:Inter,Pretendard,sans-serif;font-size:28px;font-weight:700}.inquiryTypes-module__NTbXUq__headerSubtitle{color:#0009;margin-top:5px;font-family:Inter,Pretendard,sans-serif;font-size:13px}.inquiryTypes-module__NTbXUq__addBtn{color:#fff;cursor:pointer;background:#003c3b;border:none;align-items:center;gap:15px;height:46px;padding:15px 20px;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.inquiryTypes-module__NTbXUq__addBtn:hover:not(:disabled){background:#002827}.inquiryTypes-module__NTbXUq__addBtn:disabled{opacity:.6;cursor:not-allowed}.inquiryTypes-module__NTbXUq__gridCard{background:#fff;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;padding:30px 50px;display:grid;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}@media (max-width:1280px){.inquiryTypes-module__NTbXUq__gridCard{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){.inquiryTypes-module__NTbXUq__gridCard{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.inquiryTypes-module__NTbXUq__gridCard{grid-template-columns:1fr}}.inquiryTypes-module__NTbXUq__cell{background:#fff;border:1px solid #0003;justify-content:space-between;align-items:center;gap:12px;min-height:67px;padding:16px 20px;display:flex}.inquiryTypes-module__NTbXUq__cellName{color:#000;white-space:nowrap;text-overflow:ellipsis;font-family:Inter,Pretendard,sans-serif;font-size:16px;font-weight:500;overflow:hidden}.inquiryTypes-module__NTbXUq__cellInput{color:#000;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0;font-family:Inter,Pretendard,sans-serif;font-size:14px}.inquiryTypes-module__NTbXUq__cellInput::placeholder{color:#0009}.inquiryTypes-module__NTbXUq__cellActions{flex-shrink:0;align-items:center;gap:5px;display:flex}.inquiryTypes-module__NTbXUq__cancelBtn{color:#0009;cursor:pointer;background:#fff;border:1px solid #0003;height:35px;padding:0 15px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s,color .15s}.inquiryTypes-module__NTbXUq__cancelBtn:hover:not(:disabled){color:#000;background:#fafafa}.inquiryTypes-module__NTbXUq__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.inquiryTypes-module__NTbXUq__saveBtn{color:#43711b;cursor:pointer;background:#fff;border:1px solid #43711b;height:35px;padding:0 15px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s,color .15s}.inquiryTypes-module__NTbXUq__saveBtn:hover:not(:disabled){color:#fff;background:#43711b}.inquiryTypes-module__NTbXUq__saveBtn:disabled{opacity:.5;cursor:not-allowed}.inquiryTypes-module__NTbXUq__cellSkeleton{height:67px}.inquiryTypes-module__NTbXUq__empty{text-align:center;color:#00000080;grid-column:1/-1;padding:60px 24px;font-family:Inter,Pretendard,sans-serif;font-size:14px}
.productForm-module__CHpyGq__formRoot{flex-direction:column;gap:24px;width:100%;display:flex}.productForm-module__CHpyGq__formCard{background:#fff;border-radius:12px;flex-direction:column;gap:30px;padding:30px 50px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.productForm-module__CHpyGq__field{flex-direction:column;gap:10px;display:flex}.productForm-module__CHpyGq__fieldHeader{align-items:center;gap:8px;display:flex}.productForm-module__CHpyGq__fieldLabel{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:20px;font-weight:600}.productForm-module__CHpyGq__required{color:#ff6a50;font-family:Inter,Pretendard,sans-serif;font-size:13px}.productForm-module__CHpyGq__optional{color:#0009;font-family:Inter,Pretendard,sans-serif;font-size:13px}.productForm-module__CHpyGq__input{color:#000;background:#fff;border:1px solid #0003;outline:none;width:100%;padding:16px 20px;font-family:Inter,Pretendard,sans-serif;font-size:14px;transition:border-color .15s}.productForm-module__CHpyGq__input:focus{border-color:var(--brand-teal)}.productForm-module__CHpyGq__input::placeholder{color:#0006}.productForm-module__CHpyGq__priceInputWrap{position:relative}.productForm-module__CHpyGq__priceInput{text-align:right;padding-right:44px}.productForm-module__CHpyGq__priceSuffix{color:#00000080;pointer-events:none;font-family:Inter,Pretendard,sans-serif;font-size:14px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.productForm-module__CHpyGq__select{color:#000;cursor:pointer;background:#fff;border:1px solid #0003;outline:none;width:100%;padding:16px 20px;font-family:Inter,Pretendard,sans-serif;font-size:14px}.productForm-module__CHpyGq__select:disabled{cursor:not-allowed;color:#00000080;background:#f5f5f5}.productForm-module__CHpyGq__error{color:var(--destructive,#dc2626);font-family:Inter,Pretendard,sans-serif;font-size:12px}.productForm-module__CHpyGq__helpText{color:#0006;padding:8px 0;font-family:Inter,Pretendard,sans-serif;font-size:13px}.productForm-module__CHpyGq__row2{grid-template-columns:1fr 1fr;gap:15px;display:grid}.productForm-module__CHpyGq__row3{grid-template-columns:1fr 1fr 1fr;gap:15px;display:grid}@media (max-width:1024px){.productForm-module__CHpyGq__row3{grid-template-columns:1fr}}.productForm-module__CHpyGq__row4{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}@media (max-width:1024px){.productForm-module__CHpyGq__row4{grid-template-columns:repeat(2,1fr)}}.productForm-module__CHpyGq__fieldCell{flex-direction:column;gap:6px;display:flex}.productForm-module__CHpyGq__statField{flex-direction:column;gap:8px;display:flex}.productForm-module__CHpyGq__statHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.productForm-module__CHpyGq__statLabel{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:16px;font-weight:600}.productForm-module__CHpyGq__toggleRow{align-items:center;gap:8px;display:inline-flex}.productForm-module__CHpyGq__toggleItem{cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;display:inline-flex}.productForm-module__CHpyGq__toggleBox{background:#fff;border:1px solid #0003;justify-content:center;align-items:center;width:20px;height:20px;transition:background .15s,border-color .15s;display:flex}.productForm-module__CHpyGq__toggleBoxOn{background:#43711b;border-color:#43711b}.productForm-module__CHpyGq__toggleLabel{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:13px}.productForm-module__CHpyGq__imageRow{flex-direction:column;gap:10px;display:flex}.productForm-module__CHpyGq__imageRowHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.productForm-module__CHpyGq__outlineBtn{color:#43711b;cursor:pointer;background:#fff;border:1px solid #43711b;align-items:center;gap:6px;padding:8px 15px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s,color .15s;display:inline-flex}.productForm-module__CHpyGq__outlineBtn:hover:not(:disabled){color:#fff;background:#43711b}.productForm-module__CHpyGq__outlineBtn:disabled{opacity:.6;cursor:not-allowed}.productForm-module__CHpyGq__imagePreviewRow{align-items:center;gap:12px;display:flex}.productForm-module__CHpyGq__imagePreviewThumb{object-fit:cover;border:1px solid #0000001a;width:96px;height:96px}.productForm-module__CHpyGq__thumbGalleryWrap{background:#fff;border:1px solid #0003;padding:16px 20px}.productForm-module__CHpyGq__thumbGallery{flex-wrap:wrap;align-items:flex-start;gap:18px;display:flex}.productForm-module__CHpyGq__thumbCell{flex-shrink:0;position:relative}.productForm-module__CHpyGq__thumbCellImg{object-fit:contain;background:#fafafa;width:140px;height:100px;display:block}.productForm-module__CHpyGq__thumbCellRemove{color:#000000b3;cursor:pointer;background:#fff;border:1px solid #00000040;justify-content:center;align-items:center;width:22px;height:22px;transition:color .15s,border-color .15s;display:inline-flex;position:absolute;top:-10px;right:-10px}.productForm-module__CHpyGq__thumbCellRemove:hover{color:var(--destructive,#dc2626);border-color:var(--destructive,#dc2626)}.productForm-module__CHpyGq__iconBtn{color:#0009;cursor:pointer;background:#fff;border:1px solid #0003;justify-content:center;align-items:center;width:32px;height:32px;transition:color .15s,border-color .15s;display:inline-flex}.productForm-module__CHpyGq__iconBtn:hover{color:var(--destructive,#dc2626);border-color:var(--destructive,#dc2626)}.productForm-module__CHpyGq__hiddenFile{display:none}.productForm-module__CHpyGq__multiList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.productForm-module__CHpyGq__multiItem{border:1px solid #0000001a;align-items:center;gap:12px;padding:8px;display:flex}.productForm-module__CHpyGq__multiThumb{object-fit:cover;flex-shrink:0;width:96px;height:96px}.productForm-module__CHpyGq__sectionHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.productForm-module__CHpyGq__sectionTitleRow{align-items:center;gap:12px;display:flex}.productForm-module__CHpyGq__subSectionTitle{color:#000000b3;margin-top:16px;font-family:Inter,Pretendard,sans-serif;font-size:14px;font-weight:400}.productForm-module__CHpyGq__subSectionTitleSpaced{margin-top:32px}.productForm-module__CHpyGq__subSectionHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.productForm-module__CHpyGq__subSectionHeader .productForm-module__CHpyGq__subSectionTitle{margin:0}.productForm-module__CHpyGq__nutritionGroup .productForm-module__CHpyGq__subSectionHeader{margin-top:0}.productForm-module__CHpyGq__kvRow{grid-template-columns:.3fr 1fr auto;align-items:center;gap:10px;display:grid}.productForm-module__CHpyGq__nutritionGroup{border:1px solid #0003;margin-top:12px;padding:20px 24px}.productForm-module__CHpyGq__nutritionGroup .productForm-module__CHpyGq__subSectionTitle{margin-top:0}.productForm-module__CHpyGq__nutritionGroup .productForm-module__CHpyGq__subSectionTitleSpaced{margin-top:28px}.productForm-module__CHpyGq__nutritionTable{border-top:1px solid #0003;border-bottom:1px solid #0003;flex-direction:column;margin-top:12px;display:flex}.productForm-module__CHpyGq__nutritionHeader,.productForm-module__CHpyGq__nutritionRow{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;align-items:stretch;display:grid}.productForm-module__CHpyGq__nutritionHeader .productForm-module__CHpyGq__nutritionCell{color:#000000b3;text-align:center;background:#0000000d;border-bottom:1px solid #0000001a;justify-content:center;padding:10px 8px;font-size:14px;font-weight:500}.productForm-module__CHpyGq__nutritionCell{color:#000;border-right:1px solid #00000014;justify-content:space-between;align-items:center;gap:4px;padding:10px 8px;font-family:Inter,Pretendard,sans-serif;font-size:13px;display:flex}.productForm-module__CHpyGq__nutritionRow .productForm-module__CHpyGq__nutritionCell:last-child{border-right:none}.productForm-module__CHpyGq__nutritionInput{color:#000;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:6px 4px;font-family:Inter,Pretendard,sans-serif;font-size:13px}.productForm-module__CHpyGq__nutritionInput::placeholder{color:#0000004d}.productForm-module__CHpyGq__nutritionUnit{color:#00000080;flex-shrink:0;font-size:12px}.productForm-module__CHpyGq__footerCard{background:#fff;border-radius:12px;align-items:center;gap:15px;padding:20px 30px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.productForm-module__CHpyGq__footerSpacer{flex:1}.productForm-module__CHpyGq__cancelBtn{color:#0009;cursor:pointer;background:#fff;border:1px solid #0003;justify-content:center;align-items:center;width:140px;height:46px;font-family:Inter,Pretendard,sans-serif;font-size:13px;text-decoration:none;transition:background .15s;display:inline-flex}.productForm-module__CHpyGq__cancelBtn:hover{background:#fafafa}.productForm-module__CHpyGq__saveBtn{color:#fff;cursor:pointer;background:#43711b;border:none;width:140px;height:46px;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:700;transition:background .15s,opacity .15s}.productForm-module__CHpyGq__saveBtn:hover:not(:disabled){background:#355716}.productForm-module__CHpyGq__saveBtn:disabled{opacity:.6;cursor:not-allowed}
.SupportCta-module__3bOu9G__wrap{flex-direction:column;gap:16px;margin-top:48px;display:flex}.SupportCta-module__3bOu9G__card{background:var(--background);border:1px solid #0003;justify-content:space-between;align-items:center;gap:24px;padding:25px 30px;display:flex}.SupportCta-module__3bOu9G__cardFaq{background:#0000000d}.SupportCta-module__3bOu9G__left{align-items:center;gap:20px;min-width:0;display:flex}.SupportCta-module__3bOu9G__icon{color:var(--brand-green);flex-shrink:0}.SupportCta-module__3bOu9G__title{color:var(--brand-brown);margin:0;font-size:15px;font-weight:600}.SupportCta-module__3bOu9G__desc{color:var(--muted-foreground);margin:4px 0 0;font-size:13px}.SupportCta-module__3bOu9G__button{border:1.5px solid var(--brand-green);background:var(--background);color:var(--brand-green);flex-shrink:0;align-items:center;gap:10px;padding:14px 28px;font-size:14px;transition:background .15s,color .15s;display:inline-flex}.SupportCta-module__3bOu9G__button:hover,.SupportCta-module__3bOu9G__buttonGreen{background:var(--brand-green);color:#fff}.SupportCta-module__3bOu9G__buttonGreen:hover{background:#365916;border-color:#365916}@media (max-width:640px){.SupportCta-module__3bOu9G__card{flex-direction:column;align-items:stretch;gap:16px;padding:20px}.SupportCta-module__3bOu9G__button{justify-content:center}}
.inquiries-module__TZB-gG__page{flex-direction:column;gap:24px;display:flex}.inquiries-module__TZB-gG__headerCard{background:#fff;border-radius:12px;flex-direction:column;gap:30px;padding:30px 50px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.inquiries-module__TZB-gG__headerTop{flex-direction:column;display:flex}.inquiries-module__TZB-gG__headerTitle{color:#000;margin:0;font-family:Inter,Pretendard,sans-serif;font-size:28px;font-weight:700}.inquiries-module__TZB-gG__headerSubtitle{color:#0009;margin-top:5px;font-family:Inter,Pretendard,sans-serif;font-size:13px}.inquiries-module__TZB-gG__filterRow{gap:20px;display:flex}.inquiries-module__TZB-gG__filterField{flex-direction:column;gap:8px;width:230px;display:flex}.inquiries-module__TZB-gG__filterLabel{color:#292215;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:600}.inquiries-module__TZB-gG__tableWrap{background:#fff}.inquiries-module__TZB-gG__row{color:#000;background:#fff;border-bottom:1px solid #0000001a;grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr) minmax(0,1.4fr) 120px 90px 130px;align-items:center;gap:16px;padding:18px 30px;font-family:Inter,Pretendard,sans-serif;font-size:14px;display:grid}.inquiries-module__TZB-gG__tableHeader{color:#292215;background:#0000000d;padding:15px 30px;font-size:15px}.inquiries-module__TZB-gG__titleCell,.inquiries-module__TZB-gG__emailCell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.inquiries-module__TZB-gG__titleCell{color:#000}.inquiries-module__TZB-gG__emailCell{color:#000000b3}.inquiries-module__TZB-gG__typePill{color:#000000b3;background:#fff;border:1px solid #00000026;border-radius:100px;justify-content:center;align-items:center;min-width:60px;height:28px;padding:0 14px;font-family:Inter,Pretendard,sans-serif;font-size:13px;display:inline-flex}.inquiries-module__TZB-gG__statusPill{border-radius:100px;justify-content:center;align-items:center;min-width:60px;height:28px;padding:0 14px;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:600;display:inline-flex}.inquiries-module__TZB-gG__statusPillPending,.inquiries-module__TZB-gG__statusPillNeutral{color:#0009;background:#0000000f}.inquiries-module__TZB-gG__statusPillDone{color:#fff;background:#43711b}.inquiries-module__TZB-gG__actionCell{justify-content:flex-end;display:flex}.inquiries-module__TZB-gG__answerBtn{background:var(--brand-teal,#003c3b);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;height:36px;padding:0 18px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s;display:inline-flex}.inquiries-module__TZB-gG__answerBtn:hover{background:#002827}.inquiries-module__TZB-gG__viewBtn{color:#43711b;cursor:pointer;background:#fff;border:1px solid #43711b;justify-content:center;align-items:center;height:36px;padding:0 18px;font-family:Inter,Pretendard,sans-serif;font-size:13px;transition:background .15s,color .15s;display:inline-flex}.inquiries-module__TZB-gG__viewBtn:hover{color:#fff;background:#43711b}.inquiries-module__TZB-gG__rowSkeleton{height:56px;margin:0 30px}.inquiries-module__TZB-gG__empty{text-align:center;color:#00000080;padding:80px 24px}.inquiries-module__TZB-gG__pagination{justify-content:center;align-items:center;gap:6px;margin-top:16px;font-family:Inter,Pretendard,sans-serif;font-size:13px;display:flex}.inquiries-module__TZB-gG__pagerArrow{color:#00000080;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:8px 12px;transition:color .15s;display:inline-flex}.inquiries-module__TZB-gG__pagerArrow:disabled{opacity:.4;cursor:not-allowed}.inquiries-module__TZB-gG__pagerArrow:not(:disabled):hover{color:var(--brand-teal,#003c3b)}.inquiries-module__TZB-gG__pagerNum{color:#00000080;cursor:pointer;background:0 0;border:1px solid #0000;min-width:32px;height:32px;padding:0 8px;transition:color .15s,background .15s,border-color .15s}.inquiries-module__TZB-gG__pagerNum:hover{color:var(--brand-teal,#003c3b)}.inquiries-module__TZB-gG__pagerNumActive{background:var(--brand-teal,#003c3b);color:#fff;border-color:var(--brand-teal,#003c3b);font-weight:600}.inquiries-module__TZB-gG__pagerNumActive:hover{color:#fff}
.products-module__ZX4laW__page{flex-direction:column;gap:24px;display:flex}.products-module__ZX4laW__headerCard{background:#fff;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:24px;padding:30px 50px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.products-module__ZX4laW__headerLeft{flex-direction:column;gap:30px;display:flex}.products-module__ZX4laW__title{color:#000;margin:0;font-family:Inter,Pretendard,sans-serif;font-size:28px;font-weight:700}.products-module__ZX4laW__subtitle{color:#0009;margin-top:5px;font-family:Inter,Pretendard,sans-serif;font-size:13px}.products-module__ZX4laW__filterField{flex-direction:column;gap:8px;width:230px;display:flex}.products-module__ZX4laW__filterLabel{color:#292215;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:600}.products-module__ZX4laW__addBtn{color:#fff;cursor:pointer;background:#003c3b;border:none;align-items:center;gap:15px;height:46px;padding:15px 20px;font-family:Inter,Pretendard,sans-serif;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.products-module__ZX4laW__addBtn:hover{background:#002827}.products-module__ZX4laW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}@media (max-width:1024px){.products-module__ZX4laW__grid{grid-template-columns:1fr}}.products-module__ZX4laW__card{background:#fff;border:1px solid #0003;gap:15px;min-height:275px;padding:15px;display:flex;position:relative}.products-module__ZX4laW__cardThumb{background:var(--gray-100,#f4f4f5);flex-shrink:0;width:275px;height:245px;overflow:hidden}.products-module__ZX4laW__cardImage{object-fit:cover;width:100%;height:100%;display:block}.products-module__ZX4laW__cardBody{flex-direction:column;flex:1;justify-content:space-between;min-width:0;padding:15px 0;display:flex}.products-module__ZX4laW__cardTop{flex-direction:column;gap:5px;min-width:0;display:flex}.products-module__ZX4laW__cardName{color:#000;margin:0;font-family:Inter,Pretendard,sans-serif;font-size:20px;font-weight:700;line-height:1.3}.products-module__ZX4laW__cardDesc{color:#292215;white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:Inter,Pretendard,sans-serif;font-size:13px;line-height:1.5;overflow:hidden}.products-module__ZX4laW__cardStats{flex-direction:column;gap:8px;margin:15px 0 0;padding:0;list-style:none;display:flex}.products-module__ZX4laW__cardStats li{color:#292215;font-family:Inter,Pretendard,sans-serif;font-size:13px;line-height:1.2}.products-module__ZX4laW__cardStats span{color:#00000080;margin-right:4px}.products-module__ZX4laW__cardPrice{color:#292215;margin:12px 0 0;font-family:Inter,Pretendard,sans-serif;font-size:20px;font-weight:700}.products-module__ZX4laW__cardActions{opacity:0;gap:6px;transition:opacity .15s;display:flex;position:absolute;top:15px;right:15px}.products-module__ZX4laW__card:hover .products-module__ZX4laW__cardActions,.products-module__ZX4laW__card:focus-within .products-module__ZX4laW__cardActions{opacity:1}.products-module__ZX4laW__cardActionBtn{color:#000000b3;cursor:pointer;background:#fffffff2;border:1px solid #0003;align-items:center;gap:4px;height:30px;padding:0 10px;font-family:Inter,Pretendard,sans-serif;font-size:12px;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.products-module__ZX4laW__cardActionBtn:hover{color:#000;background:#fafafa}.products-module__ZX4laW__cardDeleteBtn:hover{color:var(--destructive,#dc2626);border-color:var(--destructive,#dc2626)}.products-module__ZX4laW__cardSkeleton{height:275px}.products-module__ZX4laW__empty{text-align:center;color:#00000080;background:#fff;border:1px dashed #0003;padding:80px 24px}.products-module__ZX4laW__cardNameEn{color:#00000080;margin-top:2px;font-family:Inter,Pretendard,sans-serif;font-size:13px}.products-module__ZX4laW__detailPage{flex-direction:column;gap:24px;width:100%;display:flex}.products-module__ZX4laW__detailHeader{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:30px 50px;display:flex;box-shadow:0 1px 1px #0000000d,0 1px 1.5px #0000000d}.products-module__ZX4laW__detailTitle{color:#000;font-family:Inter,Pretendard,sans-serif;font-size:28px;font-weight:700}.products-module__ZX4laW__detailBreadcrumb{margin-top:5px;font-family:Inter,Pretendard,sans-serif;font-size:13px}.products-module__ZX4laW__breadcrumbMuted{color:#0009}.products-module__ZX4laW__backLink{color:#0009;border:1px solid #0003;padding:8px 12px;font-family:Inter,Pretendard,sans-serif;font-size:13px;text-decoration:none;transition:background .15s}.products-module__ZX4laW__backLink:hover{color:#000;background:#fafafa}.products-module__ZX4laW__formSkeleton{border-radius:12px;height:400px}
.faq-module__YNLeXa__list{flex-direction:column;gap:20px;list-style:none;display:flex}.faq-module__YNLeXa__item{background:var(--background);border:1px solid #0003}.faq-module__YNLeXa__question{text-align:left;width:100%;color:var(--brand-teal);background:0 0;justify-content:space-between;align-items:center;gap:16px;padding:30px 50px;font-size:20px;font-weight:500;transition:background .15s;display:flex}.faq-module__YNLeXa__question:hover{background:#00000005}.faq-module__YNLeXa__qText{min-width:0}.faq-module__YNLeXa__chevron{color:var(--brand-teal);flex-shrink:0;transition:transform .2s}.faq-module__YNLeXa__chevronOpen{transform:rotate(180deg)}.faq-module__YNLeXa__answer{flex-direction:column;gap:30px;padding:0 50px 45px;display:flex}.faq-module__YNLeXa__divider{background:#0000001a;width:100%;height:1px;display:block}.faq-module__YNLeXa__aText{color:var(--brand-green);white-space:pre-line;margin:0;font-size:20px;line-height:1.5}.faq-module__YNLeXa__aDetail{color:#0009;white-space:pre-line;margin:0;font-size:20px;line-height:1.5}.faq-module__YNLeXa__itemSkeleton{height:110px}.faq-module__YNLeXa__empty{text-align:center;color:var(--muted-foreground);padding:60px 0}@media (max-width:1024px){.faq-module__YNLeXa__question{padding:28px 24px;font-size:16px}.faq-module__YNLeXa__answer{gap:20px;padding:0 24px 28px}.faq-module__YNLeXa__aText,.faq-module__YNLeXa__aDetail{font-size:15px}}@media (max-width:640px){.faq-module__YNLeXa__list{gap:12px}.faq-module__YNLeXa__question{align-items:flex-start;gap:12px;padding:18px 16px;font-size:14px;line-height:1.45}.faq-module__YNLeXa__qText{word-break:keep-all}.faq-module__YNLeXa__chevron{margin-top:2px}.faq-module__YNLeXa__answer{gap:14px;padding:0 16px 20px}.faq-module__YNLeXa__aText,.faq-module__YNLeXa__aDetail{font-size:13px;line-height:1.6}.faq-module__YNLeXa__itemSkeleton{height:80px}.faq-module__YNLeXa__empty{padding:40px 0;font-size:13px}}.faq-module__YNLeXa__pagination{justify-content:center;align-items:center;gap:6px;margin-top:40px;font-size:13px;display:flex}.faq-module__YNLeXa__pagerArrow{color:var(--muted-foreground);background:0 0;border:1px solid #0000;align-items:center;gap:4px;padding:8px 12px;transition:color .15s;display:inline-flex}.faq-module__YNLeXa__pagerArrow:disabled{opacity:.4;cursor:not-allowed}.faq-module__YNLeXa__pagerArrow:not(:disabled):hover{color:var(--brand-teal)}.faq-module__YNLeXa__pagerNum{min-width:32px;height:32px;color:var(--muted-foreground);background:0 0;border:1px solid #0000;padding:0 8px;transition:color .15s,border-color .15s}.faq-module__YNLeXa__pagerNum:hover{color:var(--brand-teal)}.faq-module__YNLeXa__pagerNumActive{color:var(--brand-teal);border-color:var(--brand-teal);font-weight:600}
.notices-module__3fpeka__sectionTitle{color:var(--brand-brown);margin:0 0 16px;font-size:20px;font-weight:700}.notices-module__3fpeka__tableWrap{border-top:2px solid var(--brand-teal);border-bottom:1px solid var(--border)}.notices-module__3fpeka__table{border-collapse:collapse;width:100%;font-size:14px}.notices-module__3fpeka__table thead th{text-align:center;color:var(--brand-brown);background:var(--gray-50);border-bottom:1px solid var(--border);padding:14px 12px;font-weight:600}.notices-module__3fpeka__table tbody td{text-align:center;border-bottom:1px solid var(--border);vertical-align:middle;padding:18px 12px}.notices-module__3fpeka__table tbody tr:last-child td{border-bottom:none}.notices-module__3fpeka__titleCell{text-align:left!important}.notices-module__3fpeka__titleLink{color:var(--brand-brown);font-weight:500;transition:color .15s}.notices-module__3fpeka__titleLink:hover{color:var(--brand-teal);text-decoration:underline}.notices-module__3fpeka__dateCell{color:var(--muted-foreground);font-size:13px}.notices-module__3fpeka__badge{border-radius:1000px;padding:5px 25px;font-size:15px;font-weight:600;display:inline-block}.notices-module__3fpeka__badgeImportant{background:var(--brand-green);color:#fff}.notices-module__3fpeka__badgeNormal{background:var(--gray-100);color:var(--muted-foreground)}.notices-module__3fpeka__empty{color:var(--muted-foreground);padding:60px 0!important}.notices-module__3fpeka__rowSkeleton{height:32px}.notices-module__3fpeka__pagination{justify-content:center;align-items:center;gap:6px;margin-top:40px;font-size:13px;display:flex}.notices-module__3fpeka__pagerArrow{color:var(--muted-foreground);background:0 0;border:1px solid #0000;align-items:center;gap:4px;padding:8px 12px;transition:color .15s;display:inline-flex}.notices-module__3fpeka__pagerArrow:disabled{opacity:.4;cursor:not-allowed}.notices-module__3fpeka__pagerArrow:not(:disabled):hover{color:var(--brand-teal)}.notices-module__3fpeka__pagerNum{min-width:32px;height:32px;color:var(--muted-foreground);background:0 0;border:1px solid #0000;padding:0 8px;transition:color .15s,border-color .15s}.notices-module__3fpeka__pagerNum:hover{color:var(--brand-teal)}.notices-module__3fpeka__pagerNumActive{color:var(--brand-teal);border-color:var(--brand-teal);font-weight:600}@media (max-width:640px){.notices-module__3fpeka__sectionTitle{font-size:18px}.notices-module__3fpeka__table colgroup,.notices-module__3fpeka__table thead{display:none}.notices-module__3fpeka__table tbody tr{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr;grid-template-areas:"badge date""title title";gap:8px 12px;padding:14px 4px;display:grid}.notices-module__3fpeka__table tbody td{text-align:left;border-bottom:none;padding:0;display:block}.notices-module__3fpeka__table tbody td:first-child{grid-area:badge}.notices-module__3fpeka__table tbody td:nth-child(2){grid-area:title}.notices-module__3fpeka__table tbody td:nth-child(3){grid-area:date;place-self:center end}.notices-module__3fpeka__table tbody td[colspan]{grid-area:unset;grid-column:1/-1;justify-self:stretch}.notices-module__3fpeka__titleCell{text-align:left!important}.notices-module__3fpeka__badge{padding:3px 14px;font-size:12px}.notices-module__3fpeka__dateCell{font-size:12px}.notices-module__3fpeka__titleLink{font-size:14px;line-height:1.4}.notices-module__3fpeka__empty{text-align:center;grid-column:1/-1;padding:40px 0!important}}
