/* 기본 스타일 */ html { font-size: 100%; } body { font-weight: normal; overflow-y: scroll; } * { font-family: 'Noto Sans Korean'; box-sizing: border-box; } *:after { clear: both; } body button { outline: none !important; } /* 리셋 */ body, p, form, h1, h2, h3, h4, h5, h6, small, ul, ol, dl { margin: 0; padding: 0; } li, ul li { list-style: none } dl, ol, ul, dl, dd { margin: 0; padding: 0; } dl, dd { margin-bottom: 0; } label { margin-bottom: 0; } em { font-style: normal; } a { display: inline-block; color: #212529; } a:hover { color: #343a40; cursor: pointer; } a, a:hover, a:focus { text-decoration: none; color: #212529; } p { margin: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; } button { background: transparent; padding: 0; border: 0; } form { margin-bottom: 0; } dl, dd, dt { line-height: initial; } input::placeholder, textarea::placeholder { font-style: normal; } .table { margin-bottom: 0; } .table td, .table th { border-top: 0; } .table thead th { border-bottom: 0; } img { display: block; max-width: 100%; } .container { padding: 0; } /* 폰트 사이즈 유틸리티 */ .font-size-sm { font-size: 0.8rem; } .font-size-md { font-size: 1rem; } .font-size-lg { font-size: 1.2rem; } .font-size-xl { font-size: 1.4rem; } .font-size-2xl { font-size: 1.6rem; } .font-2xs { font-size: 0.625rem; } .font-xs { font-size: 0.75rem; } .font-sm { font-size: 0.875rem; } .font-md { font-size: 1rem; } .font-lg { font-size: 1.125rem; } .font-xl { font-size: 1.25rem; } .font-2xl { font-size: 1.5rem; } .font-3xl { font-size: 1.75rem; } .font-4xl { font-size: 2rem; } /* 폰트 굵기 */ .font-weight-100 {font-weight: 100;} .font-weight-200 {font-weight: 200;} .font-weight-300 {font-weight: 300;} .font-weight-400 {font-weight: 400;} .font-weight-500 {font-weight: 500;} .font-weight-600 {font-weight: 600;} .font-weight-700 {font-weight: 700;} .font-weight-bold {font-weight: bold;} .font-weight-bolder {font-weight: bolder;} /* 부트스트랩 재선언 - Primary */ .text-primary { color: #002a80 !important; } .bg-primary { background-color: #002a80 !important; } .btn-primary { color: #fff !important; background-color: #002a80 !important; border-color: #002a80 !important; } .btn-primary:focus { color: #fff; background-color: #002a80 !important; border-color: #002a80 !important; } .btn-primary.active, .btn-primary:focus, .btn-primary:hover { color: #fff !important; background-color: #286090 !important; border-color: #286090 !important; } .btn-outline-primary { color: #002a80 !important; border-color: #002a80 !important; } .btn-outline-primary:focus { color: #002a80 !important; border-color: #002a80 !important; } .btn-outline-primary.active, .btn-outline-primary:focus, .btn-outline-primary:hover { color: #fff !important; background-color: #002a80 !important; border-color: #002a80 !important; } .badge-primary { color: #fff !important; background-color: #002a80 !important; } .badge-outline-primary { border: 1px solid #002a80 !important; color: #002a80 !important; font-weight: 600; } /* danger */ .text-danger { color: #dc3545 !important; } .bg-danger { background-color: #dc3545 !important; } .btn-danger { color: #fff !important; background-color: #dc3545 !important; border-color: #dc3545 !important; } .btn-danger:focus { color: #fff; background-color: #c82333 !important; border-color: #bd2130 !important; } .btn-danger.active, .btn-danger:focus, .btn-danger:hover { color: #fff !important; background-color: #c82333 !important; border-color: #bd2130 !important; } .btn-outline-danger { color: #dc3545 !important; border-color: #dc3545 !important; } .btn-outline-danger:focus { color: #dc3545 !important; border-color: #dc3545 !important; } .btn-outline-danger.active, .btn-outline-danger:focus, .btn-outline-danger:hover { color: #fff !important; background-color: #dc3545 !important; border-color: #dc3545 !important; } .badge-danger { color: #fff !important; background-color: #dc3545 !important; } .badge-outline-danger { border: 1px solid #dc3545 !important; color: #dc3545 !important; font-weight: 600; } /* secondary */ .text-secondary { color: #6c757d !important; } .bg-secondary { background-color: #6c757d !important; } .btn-secondary { color: #fff !important; background-color: #6c757d !important; border-color: #6c757d !important; } .btn-secondary:focus { color: #fff; background-color: #5a6268 !important; border-color: #545b62 !important; } .btn-secondary.active, .btn-secondary:focus, .btn-secondary:hover { color: #fff !important; background-color: #5a6268 !important; border-color: #545b62 !important; } .btn-outline-secondary { color: #6c757d !important; border-color: #6c757d !important; } .btn-outline-secondary:focus { color: #6c757d !important; border-color: #6c757d !important; } .btn-outline-secondary.active, .btn-outline-secondary:focus, .btn-outline-secondary:hover { color: #fff !important; background-color: #6c757d !important; border-color: #6c757d !important; } .badge-secondary { color: #fff !important; background-color: #6c757d !important; } .badge-outline-secondary { border: 1px solid #6c757d !important; color: #6c757d !important; font-weight: 600; } /* 간격 유틸리티 */ .gap-1 { gap: 0.25rem; } .gap-2 { gap: 0.5rem; } .gap-3 { gap: 0.75rem; } .gap-4 { gap: 1rem; } /* 테이블 */ .table { width: 100%; table-layout: fixed; } .table tr > th, .table tr > td { text-align: center; vertical-align: middle; } /* 박스 쉐도우 */ .box-shadow { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 6px 20px rgba(0, 0, 0, 0.08); } /* 페이징 */ .page-item .page-link { color: #6c757d; } .page-item.active .page-link { background-color: #212529; border-color: #212529; } .page-item.active .page-link:hover { background-color: #1a1e21; border-color: #1a1e21; } .page-item.active .page-link:focus { background-color: #212529; border-color: #212529; box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25); } .page-item.active .page-link:active { background-color: #212529; border-color: #212529; } /* 로딩바 */ .COMMON_LOADING_DIALOG:has(#AJAX_LOADING) {position: fixed !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important;} .COMMON_LOADING_DIALOG:has(#AJAX_LOADING), #AJAX_LOADING, #AJAX_LOADING > img {outline: none !important;} /* 모던 아이콘 래퍼 */ .modern-icon-wrapper { width: 48px; height: 48px; background: #F1F5F9; border: 1px solid #CBD5E1; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #374151; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } /* 이미지 확대보기 스타일 */ .img_layout_wrap { position: relative; width: 100%; height: 100%; overflow: hidden; } .img_layout_wrap img { max-width: 100%; height: auto; display: block; margin: 0 auto; cursor: move; } .modal-wrapper { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center; } .modal-content { position: relative; max-width: 90%; max-height: 90vh; overflow: hidden; border-radius: 8px; background: #fff; } .modal_guid_text { color: #fff; text-align: center; margin-bottom: 1rem; font-size: 0.9rem; } .modal_guid_text span { background: rgba(255, 255, 255, 0.2); padding: 2px 8px; border-radius: 4px; margin: 0 4px; } .panzoom-controls { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; background: rgba(0, 0, 0, 0.5); padding: 8px; border-radius: 20px; z-index: 1000; } .panzoom-controls button { width: 32px; height: 32px; border-radius: 50%; border: none; background: rgba(255, 255, 255, 0.9); color: #333; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; } .panzoom-controls button:hover { background: #fff; transform: scale(1.1); } /* 공통 메시지 */ .no-result-message { margin: 3rem 0; text-align: center; } /* 서브 페이지 헤더 스타일 */ .sub-page-header-wrapper { margin-bottom: 1rem; } .sub-page-header-inner { display: flex; flex-direction: column; gap: 0; } .sub-page-header-inner > div:first-child { display: flex; justify-content: space-between; align-items: center; padding-bottom: 0.75rem; border-bottom: 2px solid #e5e5e5; margin-bottom: 0.5rem; } .sub-page-title { font-size: 1.75rem; font-weight: 700; color: #1a1a1a; margin: 0; letter-spacing: -0.02em; line-height: 1; display: flex; align-items: center; } .sub-page-title i { color: #6a6a6a; margin-right: 12px; font-size: 1.875rem; } .sub-page-breadcrumb { flex-shrink: 0; align-self: center; } .sub-page-breadcrumb .breadcrumb { background: transparent; padding: 0; margin: 0; font-size: 0.8125rem; display: flex; align-items: center; line-height: 1; } .sub-page-breadcrumb .breadcrumb-item { color: #8c8c8c; display: flex; align-items: center; line-height: 1; } .sub-page-breadcrumb .breadcrumb-item a { color: #5c5c5c; transition: color 0.2s ease; text-decoration: none; font-weight: 500; line-height: 1; } .sub-page-breadcrumb .breadcrumb-item a:hover { color: #1a1a1a; } .sub-page-breadcrumb .breadcrumb-item.active { color: #2c2c2c; font-weight: 600; } .sub-page-breadcrumb .breadcrumb-item + .breadcrumb-item { padding-left: 0; } .sub-page-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #6c757d; content: '>'; padding: 0 0.75rem; font-weight: 500; } .sub-page-breadcrumb .breadcrumb-item .fas { font-size: 0.75rem; margin-right: 3px; color: #8c8c8c; } .sub-page-description { font-size: 1rem; color: #818a98; line-height: 2; margin: 0; font-weight: 400; } .sub-page-description a.btn { font-size: 0.75rem; padding: 0.25rem 0.5rem; display: inline-block; vertical-align: text-bottom; margin-left: 0.25rem; margin-right: 0.25rem; line-height: 1.5; } /* 페이지 공지사항 */ .page-notice-wrapper { position: relative; margin-bottom: 3.5rem; animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1); } @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } .page-notice-body { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem 1.5rem; background: linear-gradient(135deg, #FAFAFA 0%, #F5F5F5 100%); border-left: 4px solid #9E9E9E; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; } .page-notice-body::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #BDBDBD, transparent); opacity: 0.4; } .page-notice-body:hover { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06); transform: translateY(-2px); } .page-notice-body > i { color: #616161; font-size: 1.5rem; margin-top: 0.125rem; animation: pulse 2s ease-in-out infinite; flex-shrink: 0; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } } .page-notice-body > div { flex: 1; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; line-clamp: 3; text-overflow: ellipsis; line-height: 1.75; } .page-notice-body p { color: #424242; line-height: 1.75; margin-bottom: 0; font-size: 0.9375rem; font-weight: 500; letter-spacing: -0.01em; } .page-notice-body .page-notice-btn { color: #616161; margin-left: 0.75rem; padding: 0.5rem; border-radius: 8px; transition: all 0.2s ease; background: rgba(255, 255, 255, 0.7); flex-shrink: 0; } .page-notice-body .page-notice-btn:hover { background: rgba(255, 255, 255, 1); color: #424242; transform: scale(1.1); } .page-notice-wrapper.active .page-notice-body > div { display: block; -webkit-line-clamp: unset; line-clamp: unset; } .page-notice-wrapper.active .page-notice-body { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08); } .page-notice-toggle-btn { position: absolute !important; bottom: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #FFFFFF 0%, #F5F5F5 100%) !important; border: 1px solid #BDBDBD !important; color: #757575 !important; border-radius: 24px !important; padding: 6px 16px !important; font-size: 0.75rem !important; cursor: pointer; display: none !important; align-items: center; gap: 6px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.05); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 10; backdrop-filter: blur(8px); font-weight: 600; } .page-notice-toggle-btn.show { display: flex !important; } .page-notice-toggle-btn:hover, .page-notice-toggle-btn:focus { background: linear-gradient(135deg, #757575 0%, #616161 100%) !important; border-color: #757575 !important; color: #FFFFFF !important; transform: translateX(-50%) translateY(-3px) !important; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1) !important; text-decoration: none; } .page-notice-toggle-btn i { font-size: 0.75rem; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .page-notice-wrapper.active .page-notice-toggle-btn i { transform: rotate(180deg); } .page-notice-toggle-btn .toggle-text { font-weight: 600; letter-spacing: -0.01em; } /* 모던 테이블 */ .modern-card-body .modern-table { border-radius: 0; } /* text-overflow */ .text-overflow {display: block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} /* 파일첨부 */ .ajax-file-upload-statusbar .ajax-file-upload-view { height: 100%; } .ajax-file-upload-statusbar .ajax-file-upload-view img { position: absolute; width: 100%; height: 100%; top: 50%; transform: translate(-50%, -50%); left: 50%; object-fit: contain; } /* JS-row 테이블 아코디언 스타일 */ .JS-row .fa-chevron-down { color: #999; } .table tbody.JS-row { border: 0px !important; } .JS-row.table-accordion-active > tr:first-child { background-color: #FFF !important; } .JS-row:nth-child(even).table-accordion-active > tr:first-child { background-color: #fffff9 !important; } .JS-row.table-accordion-active .fa-chevron-down { color: #0077ff !important; } .JS-row.table-accordion-active > tr:last-child, .JS-row.table-accordion-active > tr:last-child > td { border-top: 1px dashed #DDD !important; } .JS-row.table-accordion-active > tr:last-child table th, .JS-row.table-accordion-active > tr:last-child table { background-color: #FFF; } .JS-row.table-accordion-active:hover tr, .JS-row.table-accordion-active:hover tr td, .JS-row.table-accordion-active:hover .card-header, .JS-row.table-accordion-active:hover .card-body, .JS-row.table-accordion-active:hover tr th { background-color: #e8f1ff !important; } .JS-row.table-accordion-active > tr:last-child .card-header, .JS-row.table-accordion-active > tr:last-child table th { font-weight: bold; } .JS-row:nth-child(even).table-accordion-active > tr:last-child, .JS-row:nth-child(even).table-accordion-active > tr:last-child table th, .JS-row:nth-child(even).table-accordion-active > tr:last-child table { background-color: #fffff9; } /* 일반 nav-tabs 스타일 */ .nav-tabs:not(.nav-cate-tab) .nav-item + .nav-item {margin-left: 0.25rem;} .nav-tabs .nav-link { color: #6c757d; font-weight: 500; border: 1px solid #dee2e6; border-top-left-radius: 8px; border-top-right-radius: 8px; transition: all 0.2s ease; } .nav-tabs .nav-link:hover { color: #495057; border-color: #e9ecef #e9ecef #dee2e6; background-color: #f8f9fa; } .nav-tabs .nav-link.active { color: #fff !important; background-color: #343a40 !important; font-weight: 700 !important; border-color: #343a40 !important; box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3); } /* 공통 카테고리 탭 스타일 */ .nav.nav-cate-tab { padding: 0 !important; background: #f8f9fa !important; border-radius: 12px 12px 0 0 !important; border-bottom: none !important; flex-wrap: nowrap !important; } .nav.nav-cate-tab .nav-item { flex: 1 !important; } .nav.nav-cate-tab .nav-link { background: #e9ecef !important; border: none !important; padding: 1rem 0.75rem !important; font-size: 0.95rem !important; font-weight: 500 !important; color: #6c757d !important; cursor: pointer !important; transition: all 0.3s ease !important; position: relative !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 0.5rem !important; border-top: 2px solid transparent !important; border-left: 1px solid #dee2e6 !important; border-right: 1px solid #dee2e6 !important; margin: 0 2px !important; border-radius: 8px 8px 0 0 !important; opacity: 0.7 !important; text-decoration: none !important; white-space: nowrap !important; } .nav.nav-cate-tab .nav-item:first-child .nav-link { margin-left: 0 !important; } .nav.nav-cate-tab .nav-item:last-child .nav-link { margin-right: 0 !important; } .nav.nav-cate-tab .nav-link:hover:not(.active) { background: #f1f3f5 !important; color: #495057 !important; opacity: 0.85 !important; transform: translateY(-2px) !important; text-decoration: none !important; } .nav.nav-cate-tab .nav-link.active { background: #ffffff !important; color: #343a40 !important; border-bottom: none !important; border-top: 3px solid #343a40 !important; border-left: 1px solid #dee2e6 !important; border-right: 1px solid #dee2e6 !important; position: relative !important; margin-bottom: -2px !important; opacity: 1 !important; font-weight: 700 !important; transform: translateY(0) !important; text-decoration: none !important; box-shadow: none !important; } .nav.nav-cate-tab .nav-link[data-status=""]:not(.active) .cmn-new-badge, .nav.nav-cate-tab .nav-link[data-pint=""]:not(.active) .cmn-new-badge { background: #6c757d !important; } .nav.nav-cate-tab .cmn-new-badge { width: 24px !important; height: 24px !important; flex: 0 0 24px;} .nav.nav-cate-tab + div.d-flex { border-top: none !important; } .nav.nav-cate-tab ~ .table-responsive { border-left: 1px solid #dee2e6 !important; border-right: 1px solid #dee2e6 !important; border-bottom: 1px solid #dee2e6 !important; background: #ffffff !important; border-radius: 0 0 12px 12px !important; } .nav.nav-cate-tab ~ .table-responsive .table { margin-bottom: 0 !important; } .modern-table:has(.nav.nav-cate-tab) { border-radius: 12px !important; overflow: hidden !important; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important; } .nav.nav-cate-tab .tab-count { background: #dc3545 !important; color: white !important; border-radius: 12px !important; padding: 0.2rem 0.5rem !important; font-size: 0.75rem !important; font-weight: 700 !important; min-width: 20px !important; text-align: center !important; line-height: 1 !important; } .nav.nav-cate-tab .nav-link.active .tab-count { background: #007bff !important; } .nav.nav-cate-tab .nav-link[data-tab="all"] .tab-count { background: #6c757d !important; } .nav.nav-cate-tab .nav-link[data-tab="receipt"] .tab-count { background: #ffc107 !important; color: #212529 !important; } .nav.nav-cate-tab .nav-link[data-tab="delivery"] .tab-count { background: #17a2b8 !important; } .nav.nav-cate-tab .nav-link[data-tab="complete"] .tab-count { background: #28a745 !important; } .nav.nav-cate-tab .nav-link[data-tab="collect"] .tab-count { background: #6f42c1 !important; } .nav.nav-cate-tab.border-bottom-none { border-bottom: none !important; background: #f8f9fa !important; } .nav.nav-cate-tab .nav-link.transparent-bg { background: transparent !important; border-bottom: 3px solid transparent !important; text-decoration: none !important; } .nav.nav-cate-tab .nav-link.transparent-bg:hover { background: #e9ecef !important; transform: translateY(-1px) !important; text-decoration: none !important; } .nav.nav-cate-tab .nav-link.transparent-bg.active { background: #ffffff !important; color: #007bff !important; border-bottom: 3px solid #007bff !important; box-shadow: 0 2px 4px rgba(0, 123, 255, 0.1) !important; margin-bottom: -1px !important; text-decoration: none !important; } .nav.nav-cate-tab .nav-link.transparent-bg.active::after { content: '' !important; position: absolute !important; bottom: -4px !important; left: 0 !important; right: 0 !important; height: 4px !important; background: #ffffff !important; z-index: 2 !important; } .nav.nav-cate-tab .tab-table-container { overflow: hidden !important; } .nav.nav-cate-tab .tab-section { border-bottom: none !important; } .nav.nav-cate-tab .table-header { background: #ffffff !important; border-top: 1px solid #e9ecef !important; border-bottom: 1px solid #e9ecef !important; color: #495057 !important; font-weight: 600 !important; position: relative !important; } .nav.nav-cate-tab .table-header::before { content: '' !important; position: absolute !important; top: -1px !important; left: 0 !important; right: 0 !important; height: 1px !important; background: #e9ecef !important; } .nav.nav-cate-tab .tab-table-container .table-responsive { margin-top: 0 !important; border-top: none !important; } .nav.nav-cate-tab .tab-table-container .table { margin-bottom: 0 !important; } .nav.nav-cate-tab .tab-table-container .table thead th { border-top: none !important; background: #f8f9fa !important; font-weight: 600 !important; color: #495057 !important; border-bottom: 2px solid #e9ecef !important; } .nav.nav-cate-tab .badge-purple { background-color: #6f42c1 !important; color: white !important; } .nav.nav-cate-tab .text-purple { color: #6f42c1 !important; } /* Third Depth Tabs */ .third-depth-tabs a.btn { flex: 1; } .third-depth-tabs .btn-pill { border-radius: 50px !important; padding: 8px 20px; font-weight: 500; font-size: 14px; transition: all 0.2s ease; border: 1px dashed #6c757d !important; background-color: transparent !important; color: #6c757d !important; } .third-depth-tabs .btn-pill:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); background-color: #f8f9fa !important; color: #495057 !important; text-decoration: none !important; } .third-depth-tabs .btn-pill.active, .third-depth-tabs .btn-pill.btn-success { border: 1px solid #343a40 !important; background-color: #343a40 !important; color: #fff !important; } .third-depth-tabs .btn-pill.active:hover, .third-depth-tabs .btn-pill.btn-success:hover { background-color: #23272b !important; border-color: #23272b !important; } .third-depth-tabs.nav-pills { display: flex; flex-wrap: wrap; } .third-depth-tabs .badge { padding: 2px 8px; font-size: 11px; font-weight: 600; } @media (max-width: 768px) { .third-depth-tabs .btn-pill { padding: 6px 12px; font-size: 13px; } } @media (max-width: 576px) { .third-depth-tabs .btn-pill { padding: 5px 10px; font-size: 12px; } } /* Modern Badge 스타일 */ .modern-badge { padding: 6px 12px; border-radius: 6px; font-size: 12px; font-weight: 500; letter-spacing: 0.2px; background: #F8FAFC; color: #475569; border: 1px solid #E2E8F0; display: inline-flex; align-items: center; white-space: nowrap; } .modern-badge.badge-success { background: #F8FAFC; color: #475569 !important; border: 1px solid #E2E8F0; border-left: 4px solid #10B981; } .modern-badge.badge-warning { background: #F8FAFC; color: #475569 !important; border: 1px solid #E2E8F0; border-left: 4px solid #F59E0B; } .modern-badge.badge-info { background: #F8FAFC; color: #475569 !important; border: 1px solid #E2E8F0; border-left: 4px solid #3B82F6; } .modern-badge.badge-danger { background: #F8FAFC; color: #475569 !important; border: 1px solid #E2E8F0; border-left: 4px solid #EF4444; } .modern-badge.badge-secondary { background: #F8FAFC; color: #475569 !important; border: 1px solid #E2E8F0; border-left: 4px solid #6B7280; } .modern-badge.badge-primary { background: #F8FAFC; color: #475569 !important; border: 1px solid #E2E8F0; border-left: 4px solid #2563EB; } .modern-badge.badge-purple { background: #F8FAFC; color: #475569 !important; border: 1px solid #E2E8F0; border-left: 4px solid #8B5CF6; } .modern-badge.badge-sm { padding: 4px 8px; font-size: 11px; } .modern-badge.badge-lg { padding: 8px 14px; font-size: 13px; } /* 관리자 공통 카드 스타일 */ .modern-card { background: #ffffff; border-radius: 20px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06); margin-bottom: 30px; overflow: hidden; } .modern-card-header { padding: 24px 32px; border-bottom: 1px solid #f0f2f5; background: linear-gradient(135deg, #fdfdfd 0%, #f8f9fa 100%); display: flex; align-items: center; justify-content: space-between; } .modern-card-body { padding: 32px; } .modern-card-header h5 { font-size: 1.35rem; font-weight: 700; color: #343a40; } .modern-section-title { color: #495057; font-weight: 700; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid #dee2e6; font-size: 18px; } .modern-label { font-weight: 600; color: #495057; margin-bottom: 8px; display: block; font-size: 15px; margin-bottom: 0.25rem; } /* 관리자 공통 아이콘 래퍼 */ .modern-icon-wrapper { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%); color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } .icon-wrapper-32-sm { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; font-size: 14px; } .icon-wrapper-24-xs { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; font-size: 12px; } .icon-small { width: 20px; margin-right: 8px; vertical-align: middle; } /* 관리자 공통 입력 요소 */ .modern-input { border: 2px solid #e9ecef; border-radius: 10px; padding: 14px 18px; font-size: 15px; transition: all 0.3s ease; background: white; } .modern-input:focus { border-color: #2196f3; box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.15); background: white; } /* 관리자 공통 테이블 */ .modern-table { background: #FFFFFF; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04); border: 1px solid #F1F5F9; width: 100%; max-width: 100%; transition: all 0.3s ease; } .modern-table:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); } .modern-table-header { background: linear-gradient(135deg, #E2E8F0, #CBD5E1); color: #0F172A; padding: 20px 24px; border: none; border-bottom: 1px solid #94A3B8; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .modern-table .table { margin-bottom: 0; background: transparent; table-layout: fixed; width: 100%; } .modern-table .table th, .modern-table .table td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .modern-table .table thead th { background: #F8FAFC; border: none; padding: 16px 12px; font-weight: 500; color: #64748B; font-size: 13px; letter-spacing: 0.1px; border-bottom: 1px solid #E2E8F0; text-transform: none; min-width: 0; } .modern-table .table td { padding: 16px 12px; border-top: 1px solid #F1F5F9; vertical-align: middle; transition: all 0.2s ease; background: transparent; font-size: 14px; min-width: 0; color: #374151; } .modern-table .table td img { margin: 0 auto; } .modern-table .table tbody tr:nth-child(even) { background: #FAFBFC; } .modern-table .table tbody tr:hover { background: #EEF2F6 !important; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); } .modern-table .table tbody tr:hover td { background: transparent !important; } /* ===== 관리자 공통 modern-btn 스타일 ===== */ .modern-btn { border-radius: 12px !important; font-weight: 600 !important; padding: 12px 20px !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; border: 2px solid transparent !important; text-decoration: none !important; display: inline-block !important; text-align: center !important; background: linear-gradient(135deg, #343a40 0%, #212529 100%) !important; color: #ffffff !important; box-shadow: 0 2px 8px rgba(52, 58, 64, 0.2) !important; cursor: pointer !important; } .modern-btn:hover { transform: translateY(-3px) !important; box-shadow: 0 12px 35px rgba(52, 58, 64, 0.4) !important; text-decoration: none !important; background: linear-gradient(135deg, #495057 0%, #343a40 100%) !important; color: #ffffff !important; } .modern-btn:focus, .modern-btn:active { text-decoration: none !important; outline: none !important; transform: translateY(-1px) !important; box-shadow: 0 6px 20px rgba(52, 58, 64, 0.3) !important; color: #fff !important; } .modern-btn.btn-primary { background: linear-gradient(135deg, #343a40 0%, #212529 100%) !important; color: #ffffff !important; border-color: transparent !important; } .modern-btn.btn-primary:hover { background: linear-gradient(135deg, #495057 0%, #343a40 100%) !important; color: #fff !important; } .modern-btn.btn-success { background: linear-gradient(135deg, #28a745, #1e7e34) !important; color: #fff !important; border-color: #28a745 !important; } .modern-btn.btn-danger { background: linear-gradient(135deg, #dc3545, #bd2130) !important; color: #fff !important; border-color: #dc3545 !important; } .modern-btn.btn-warning { background: linear-gradient(135deg, #ffc107, #d39e00) !important; color: #212529 !important; border-color: #ffc107 !important; } .modern-btn.btn-light { background: #f8f9fa !important; border-color: #dee2e6 !important; color: #495057 !important; } .modern-btn.btn-light:hover, .modern-btn.btn-light:focus, .modern-btn.btn-light:active { background: #e2e6ea !important; border-color: #dae0e5 !important; color: #495057 !important; } .modern-btn.btn-outline-secondary { background: transparent !important; color: #6c757d !important; border-color: #dee2e6 !important; } .modern-btn.btn-outline-secondary:hover { background: #6c757d !important; color: #fff !important; } .modern-btn.btn-outline-info { background: transparent !important; color: #17a2b8 !important; border-color: #17a2b8 !important; } .modern-btn.btn-outline-info:hover { background: #17a2b8 !important; color: #fff !important; } .modern-btn.btn-outline-danger { background: transparent !important; color: #dc3545 !important; border-color: #dc3545 !important; } .modern-btn.btn-outline-danger:hover { background: #dc3545 !important; color: #fff !important; } /* modern-btn input-group 스타일 */ .input-group .modern-btn { border-radius: 0 !important; } .input-group-prepend .modern-btn:first-child { border-top-left-radius: 12px !important; border-bottom-left-radius: 12px !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .input-group-append .modern-btn:last-child { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 12px !important; border-bottom-right-radius: 12px !important; } /* modern-payment-btn 스타일 */ .modern-payment-btn { border-radius: 16px !important; padding: 16px 24px !important; font-weight: 700 !important; font-size: 16px !important; border: none !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; text-decoration: none !important; display: block !important; text-align: center !important; width: 100% !important; margin-top: 0 !important; } .modern-payment-btn:hover, .modern-payment-btn:focus, .modern-payment-btn:active { transform: translateY(-3px) !important; text-decoration: none !important; outline: none !important; } .btn-success.modern-payment-btn { background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important; color: white !important; border-color: transparent !important; box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3) !important; } .btn-success.modern-payment-btn:hover, .btn-success.modern-payment-btn:focus, .btn-success.modern-payment-btn:active { background: linear-gradient(135deg, #218838 0%, #1e7e34 100%) !important; color: white !important; border-color: transparent !important; box-shadow: 0 12px 35px rgba(40, 167, 69, 0.4) !important; } .circle-btn-32 { width: 32px !important; height: 32px !important; padding: 0; border-radius: 50%; font-size: 12px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); border: 1px solid #E2E8F0; display: flex; align-items: center; justify-content: center; } .circle-btn-32:hover { transform: scale(1.05); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); color: #1E293B; } /* 관리자 공통 폼 그룹 */ .modern-form-group { margin-bottom: 24px; } .modern-form-group:last-child { margin-bottom: 0; } .modern-form-group.mt-3 { margin-top: 1rem; } /* 관리자 공통 정보 그리드 */ .modern-info-grid { display: flex; flex-direction: column; gap: 20px; justify-content: center; } .modern-info-item { display: flex; align-items: center; padding: 16px; background: rgba(248, 249, 250, 0.8); border-radius: 12px; transition: all 0.2s ease; } .modern-info-item:hover { background: rgba(248, 249, 250, 1); transform: translateX(4px); } .modern-info-label { min-width: 120px; font-weight: 600; color: #6c757d; font-size: 14px; } .modern-info-value { flex: 1; font-size: 15px; font-weight: 500; color: #495057; } /* 관리자 공통 통계 그리드 */ .modern-stats-grid { display: flex; flex-direction: column; gap: 16px; justify-content: center; } .modern-stat-item { background: linear-gradient(135deg, #FFFFFF, #F5F5F5); padding: 20px; border-radius: 12px; text-align: center; border-left: 3px solid #E0E0E0; border: 1px solid #E0E0E0; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); } .modern-stat-value { font-size: 20px; font-weight: bold; margin-bottom: 4px; } .modern-stat-label { font-size: 12px; color: #666666; font-weight: 400; } /* 관리자 공통 애니메이션 */ @keyframes pulse-badge { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } } /* 관리자 공통 유틸리티 */ .text-pre-wrap { white-space: pre-wrap; } .textarea-resizable { resize: vertical; min-height: 200px; } .border-gray-light { border: 1px solid #ddd; } .scrollable-notice { max-height: 200px; overflow-y: auto; } .d-none-initial { display: none; } .flex-1 { flex: 1; } /* 관리자 반응형 디자인 */ @media (max-width: 992px) { .modern-card-header { flex-direction: column; gap: 16px; align-items: flex-start; } .modern-card-body { padding: 24px 20px; } } @media (max-width: 768px) { .modern-card-header .btn { width: 100%; justify-content: center; } } /* 커스텀 팝업 다이얼로그 스타일 */ .SHUVIC_JQUERY_DIALOG { border-radius: 16px !important; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important; overflow: hidden !important; border: none !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-titlebar { background: #1e293b !important; border: none !important; border-bottom: 1px solid #334155 !important; border-radius: 0 !important; padding: 0.5rem !important; color: #f1f5f9 !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-title { font-size: 17px !important; font-weight: 600 !important; color: #f1f5f9 !important; letter-spacing: -0.02em !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-titlebar-close { background: transparent !important; border: none !important; border-radius: 6px !important; width: 32px !important; height: 32px !important; top: 50% !important; transform: translateY(-50%) !important; right: 20px !important; margin: 0 !important; transition: all 0.2s ease !important; opacity: 0.7 !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-titlebar-close:hover { background: rgba(248, 250, 252, 0.1) !important; transform: translateY(-50%) !important; opacity: 1 !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-titlebar-close .ui-icon { background: none !important; text-indent: 0 !important; color: #f1f5f9 !important; font-size: 20px !important; line-height: 32px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-titlebar-close .ui-icon:before { content: "×" !important; display: block !important; font-size: 26px !important; font-weight: 300 !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-content { padding: 24px !important; background: #ffffff !important; overflow-y: auto !important; word-break: break-word !important; overflow-wrap: break-word !important; word-wrap: break-word !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-buttonpane { background: #ffffff !important; border-top: 1px solid #e5e7eb !important; padding: 12px 20px !important; margin: 0 !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-buttonset { display: flex !important; gap: 8px !important; width: 100% !important; flex-wrap: wrap !important; justify-content: center !important; } .custom-popup-dialog .ui-dialog-content { min-width: 500px !important; min-height: 400px !important; } @media (max-width: 768px) { .SHUVIC_JQUERY_DIALOG { max-width: calc(100% - 32px) !important; margin: 16px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-titlebar { padding: 14px 20px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-title { font-size: 15px !important; padding-right: 40px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-content { padding: 20px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-buttonpane { padding: 10px 16px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-buttonset { flex-direction: column-reverse !important; gap: 6px !important; } .custom-popup-dialog .ui-dialog-content { min-width: auto !important; min-height: auto !important; } } @media (max-width: 360px) { .SHUVIC_JQUERY_DIALOG { max-width: calc(100% - 16px) !important; margin: 8px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-titlebar { padding: 12px 16px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-title { font-size: 14px !important; line-height: 1.4 !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-titlebar-close { width: 28px !important; height: 28px !important; right: 12px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-content { padding: 16px !important; font-size: 14px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-buttonpane { padding: 8px 12px !important; } } @media (max-width: 320px) { .SHUVIC_JQUERY_DIALOG { max-width: calc(100% - 12px) !important; margin: 6px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-buttonpane { padding: 6px 10px !important; } .SHUVIC_JQUERY_DIALOG .ui-dialog-buttonset { gap: 5px !important; } } /* ===== modern-btn 반응형 스타일 ===== */ @media (max-width: 768px) { .modern-btn { padding: 8px 16px !important; font-size: 13px !important; border-radius: 8px !important; min-height: 38px !important; } .input-group-prepend .modern-btn:first-child { border-top-left-radius: 8px !important; border-bottom-left-radius: 8px !important; } .input-group-append .modern-btn:last-child { border-top-right-radius: 8px !important; border-bottom-right-radius: 8px !important; } } @media (max-width: 576px) { .modern-btn { padding: 7px 14px !important; font-size: 12px !important; border-radius: 7px !important; min-height: 36px !important; } .input-group-prepend .modern-btn:first-child { border-top-left-radius: 6px !important; border-bottom-left-radius: 6px !important; } .input-group-append .modern-btn:last-child { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; } } @media (max-width: 360px) { .modern-btn { padding: 6px 12px !important; font-size: 11px !important; border-radius: 6px !important; min-height: 34px !important; } .input-group-prepend .modern-btn:first-child { border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; } .input-group-append .modern-btn:last-child { border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; } }