미디어위키:Layout.css: 두 판 사이의 차이

편집 요약 없음
태그: 되돌려진 기여
(Nxdsxn (토론)의 647 판 편집을 되돌림)
태그: 편집 취소
3번째 줄: 3번째 줄:
   ========================================= */
   ========================================= */


/* 더 넓은 본문 영역 */
/* 상단하단 텔레포트 버튼 숨기기 */
.liberty-sidebar {
#liberty-bottombtn {
    display: none !important;
}
 
/* 토론 탭 숨기기 */
a[accesskey="t"] {
     display: none !important;
     display: none !important;
}
}


/* 네비게이션 */
.Liberty .nav-wrapper { display: none !important; }
/* 더 넓은 본문 영역 */
.liberty-sidebar { display: none !important; }
.container-fluid.liberty-content {
.container-fluid.liberty-content {
     padding-bottom: 0 !important;
     padding-bottom: 0 !important;
15번째 줄: 25번째 줄:
     max-width: 1250px !important;
     max-width: 1250px !important;
     min-width: 1250px !important;
     min-width: 1250px !important;
    margin-right: 230px !important;
}
}
.content-wrapper {
.content-wrapper {
     max-width: 1720px !important;
     max-width: 1720px !important;
29번째 줄: 37번째 줄:
}
}


/* 공통 사이드바 */
/* 헤더 */
.sidebar {
.liberty-content-main {
     position: relative;
     border: 2px solid #854369 !important;
     width: 230px;
}
     z-index: 1000;
.Liberty .content-wrapper .liberty-content .liberty-content-main {
     display: flex;
    border: 2px solid #854369 !important;
     flex-direction: column;
    border-bottom: none !important;
     gap: 10px;
}
     padding: 0;
.liberty-content { border: none !important; box-shadow: none !important; border-radius: 0 !important; }
     flex-shrink: 0;
.liberty-content-header {
     align-self: flex-start;
     background: transparent !important;
     box-shadow: none !important;
    border: none !important;
     display: flex !important;
     align-items: flex-end !important;
    justify-content: space-between !important;
     padding: 0 !important;
     height: auto !important;
    min-height: 0 !important;
}
.liberty-content-header .content-tools {
    order: 2 !important;
     flex-shrink: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}
.liberty-content-header .title {
    order: 1 !important;
    flex: 1 !important;
    display: flex !important;
     align-items: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
}
.liberty-content-header h1 {
    margin: 0 !important;
    padding: 0 !important;
}
.liberty-content-header .contentSub {
    display: none !important;
}
 
/* 클릭 피드백 */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.2s ease, opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 99999;
}
}


.sidebar-left {
body.page-loading::after {
    position: relative;
     background: rgba(0, 0, 0, 0.5);
    width: 230px;
     opacity: 1;
    z-index: 1000;
     display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    flex-shrink: 0;
     align-self: flex-start;
}
}


.sidebar-right {
/* 오른쪽 사이드바 */
#clbi-right-sidebar {
     position: relative;
     position: relative;
    top: 0;
     width: 230px;
     width: 230px;
     z-index: 1000;
     z-index: 1000;
66번째 줄: 108번째 줄:
     align-self: flex-start;
     align-self: flex-start;
}
}
 
.clbi-right-box {
/* 공통 패널 */
.panel {
     background: #0a0909;
     background: #0a0909;
     border: 2px solid #854369;
     border: 2px solid #854369;
     border-radius: 8px;
     border-radius: 8px;
     overflow: hidden;
     overflow: hidden;
     box-shadow: 0 0 0 1px #1a1a1a, 0 6px 18px rgba(0, 0, 0, 0.45);
     box-shadow: 0 0 0 1px #1a1a1a, 0 6px 18px rgba(0,0,0,0.45);
}
}
 
.clbi-right-title {
.panel-title {
     padding: 10px 14px;
     padding: 10px 14px;
     font-weight: 700;
     font-weight: 700;
83번째 줄: 122번째 줄:
     border-bottom: 2px solid #854369;
     border-bottom: 2px solid #854369;
     background: linear-gradient(to bottom, #171114 0%, #0a0909 100%);
     background: linear-gradient(to bottom, #171114 0%, #0a0909 100%);
    display: flex;
    align-items: center;
    gap: 6px;
}
}
 
.clbi-right-content {
.panel-content {
     padding: 10px 14px;
     padding: 10px 14px;
     color: #E2E2E2;
     color: #E2E2E2;
94번째 줄: 129번째 줄:
     line-height: 1.8;
     line-height: 1.8;
}
}
 
.clbi-right-content a {
.panel-content a {
     color: #E2E2E2 !important;
     color: #E2E2E2 !important;
     text-decoration: none;
     text-decoration: none;
     display: block;
     display: block;
}
}
 
.clbi-right-content a:not(.clbi-user-btn):hover { color: #d45aa2 !important; }
.panel-content a:hover {
#clbi-search-input {
    color: #d45aa2 !important;
}
 
/* 검색 */
#search-input {
     width: 100%;
     width: 100%;
     background: #171717;
     background: #171717;
117번째 줄: 146번째 줄:
     margin-bottom: 6px;
     margin-bottom: 6px;
}
}
 
#clbi-search-btn {
#search-button {
     width: 100%;
     width: 100%;
     background: #854369;
     background: #854369;
128번째 줄: 156번째 줄:
     font-size: 12px;
     font-size: 12px;
}
}
#clbi-search-btn:hover { background: #b45c8f; }


#search-button:hover {
/* 유저 버튼 */
    background: #b45c8f;
.clbi-user-btn {
}
 
/* 계정 버튼 */
.account-button {
     display: block !important;
     display: block !important;
     padding: 4px 10px !important;
     padding: 4px 10px !important;
147번째 줄: 172번째 줄:
     border-left: 3px solid #854369 !important;
     border-left: 3px solid #854369 !important;
}
}
 
.clbi-user-btn:last-child { margin-bottom: 0 !important; }
.account-button:last-child {
.clbi-user-btn:hover {
    margin-bottom: 0 !important;
}
 
.account-button:hover {
     background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%) !important;
     background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%) !important;
     border-color: #854369 !important;
     border-color: #854369 !important;
     color: #ffffff !important;
     color: #ffffff !important;
}
}
 
.clbi-user-btn-logout {
.account-button.is-active {
    background: linear-gradient(to bottom, #5a2040 0%, #3d1a2f 50%, #2e1222 100%) !important;
    border-color: #854369 !important;
    color: #ffffff !important;
}
 
.account-button-logout {
     border-left: 3px solid #d46262 !important;
     border-left: 3px solid #d46262 !important;
     color: #d46262 !important;
     color: #d46262 !important;
}
}
 
.clbi-user-btn-logout:hover {
.account-button-logout:hover {
     background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%) !important;
     background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%) !important;
     border-left: 3px solid #d46262 !important;
     border-left: 3px solid #d46262 !important;
     border-color: #d46262 !important;
     border-color: #d46262 !important;
     color: #d46262 !important;
     color: #d46262 !important;
}
.clbi-user-btn.clbi-user-btn-active {
    background: linear-gradient(to bottom, #5a2040 0%, #3d1a2f 50%, #2e1222 100%) !important;
    border-color: #854369 !important;
    color: #ffffff !important;
}
}


/* 언어 */
/* 왼쪽 사이드바 */
.language-menu {
#clbi-left-sidebar {
     padding: 8px !important;
    position: relative;
     text-align: center;
    width: 230px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    flex-shrink: 0;
    align-self: flex-start;
}
.clbi-left-box {
    background: #0a0909;
    border: 2px solid #854369;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #1a1a1a, 0 6px 18px rgba(0,0,0,0.45);
}
.clbi-left-title {
     padding: 10px 14px;
    font-weight: 700;
    font-size: 13px;
    color: #E2E2E2;
    border-bottom: 2px solid #854369;
     background: linear-gradient(to bottom, #171114 0%, #0a0909 100%);
    display: flex;
    align-items: center;
    gap: 6px;
}
.clbi-left-content {
    padding: 10px 14px;
    color: #E2E2E2;
    font-size: 12px;
    line-height: 1.8;
}
}
 
.clbi-lang-box { padding: 8px !important; text-align: center; }
.language-current {
.clbi-lang-current {
     display: block;
     display: block;
     width: 100%;
     width: 100%;
196번째 줄: 245번째 줄:
     cursor: pointer;
     cursor: pointer;
}
}
 
.clbi-lang-wip {
.language-disabled {
     display: block;
     display: block;
     width: 100%;
     width: 100%;
210번째 줄: 258번째 줄:
     margin-bottom: 6px;
     margin-bottom: 6px;
}
}
 
.clbi-lang-link {
.language-link {
     display: block;
     display: block;
     width: 100%;
     width: 100%;
223번째 줄: 270번째 줄:
     text-align: center;
     text-align: center;
}
}
 
.clbi-lang-link:last-child,
.language-link:last-child {
.clbi-lang-wip:last-child { margin-bottom: 0 !important; }
    margin-bottom: 0 !important;
.clbi-lang-link a {
}
    display: block !important;
 
    width: 100% !important;
.language-link a {
     color: #a0a0a0 !important;
     color: #E2E2E2 !important;
     text-decoration: none !important;
     text-decoration: none !important;
    display: block;
    width: 100%;
}
}
 
.clbi-lang-link:hover {
.language-link:hover {
     border-color: #854369 !important;
     border-color: #854369;
    background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%) !important;
}
}
 
.clbi-lang-link:hover a { color: #ffffff !important; }
.language-link a:hover {
.clbi-cat-box { padding: 8px !important; }
    color: #ffffff !important;
.clbi-cat-btn {
}
    position: relative;
 
/* 카테고리 */
.category-menu {
    padding: 8px !important;
}
 
.category-item {
     display: flex;
     display: flex;
    flex-direction: row;
     align-items: center;
     align-items: center;
     justify-content: space-between;
     justify-content: space-between;
     gap: 8px;
     padding: 8px 10px;
    padding: 10px 12px;
     margin-bottom: 6px;
     margin-bottom: 6px;
    border: 1px solid #2a2a2a;
     border-radius: 4px;
     border-radius: 6px;
     background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 50%, #111111 100%);
     background: linear-gradient(to bottom, #1a1a1a 0%, #111111 100%);
     border: 1px solid #333;
     transition: background 0.2s ease, border-color 0.2s ease;
     border-left: 3px solid #854369;
}
     cursor: pointer;
 
.category-item:last-child {
    margin-bottom: 0;
}
 
.category-item a {
    text-decoration: none !important;
    width: 100%;
}
 
.category-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
 
.category-label {
    font-size: 11px;
    font-weight: 700;
    color: #E2E2E2 !important;
}
 
.category-subtitle {
    font-size: 8px;
    color: #854369;
    font-weight: 700;
    letter-spacing: 0.5px;
}
 
.category-arrow {
    color: #854369;
    font-size: 10px;
}
 
.category-item:hover {
     border-color: #854369;
}
 
.category-item:hover .category-label {
     color: #ffffff !important;
}
}
 
.clbi-cat-btn:last-child { margin-bottom: 0; }
.category-item.is-active {
.clbi-cat-btn:hover { border-color: #854369; background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%); }
.clbi-cat-btn a { color: #E2E2E2 !important; text-decoration: none !important; width: 100%; }
.clbi-cat-text { display: flex; flex-direction: column; gap: 2px; }
.clbi-cat-label { font-size: 11px; font-weight: 700; color: #E2E2E2 !important; }
.clbi-cat-sub { font-size: 8px; color: #854369; font-weight: 700; letter-spacing: 0.5px; }
.clbi-cat-arrow { color: #854369; font-size: 10px; }
.clbi-cat-btn.clbi-cat-active {
     background: linear-gradient(to bottom, #5a2040 0%, #3d1a2f 50%, #2e1222 100%) !important;
     background: linear-gradient(to bottom, #5a2040 0%, #3d1a2f 50%, #2e1222 100%) !important;
     border-color: #854369 !important;
     border-color: #854369 !important;
}
}
 
.clbi-cat-btn.clbi-cat-active .clbi-cat-label { color: #ffffff !important; }
.category-item.is-active .category-label {
.clbi-cat-btn.clbi-cat-active .clbi-cat-sub,
    color: #ffffff !important;
.clbi-cat-btn.clbi-cat-active .clbi-cat-arrow { color: #ff85c0 !important; }
}
.clbi-link-box { padding: 8px !important; }
 
.clbi-link-box ul { list-style: none !important; margin: 0 !important; padding: 0 !important; display: flex !important; gap: 6px !important; }
.category-item.is-active .category-subtitle,
.clbi-link-box ul li { flex: 1 !important; margin: 0 !important; padding: 0 !important; }
.category-item.is-active .category-arrow {
.clbi-link-box ul li a {
    color: #ff85c0 !important;
}
 
/* 외부 링크 */
.external-links {
    padding: 8px !important;
}
 
.external-links ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    gap: 6px !important;
}
 
.external-links ul li {
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}
 
.external-links ul li a {
     display: flex !important;
     display: flex !important;
     align-items: center !important;
     align-items: center !important;
349번째 줄: 329번째 줄:
     text-align: center !important;
     text-align: center !important;
}
}
.clbi-link-box ul li a:hover { border-color: #854369 !important; color: #ffffff !important; }


.external-links ul li a:hover {
@media screen and (max-width: 1720px) {
     border-color: #854369 !important;
     #clbi-left-sidebar { display: none; }
    color: #ffffff !important;
}
 
/* 헤더 */
.liberty-content-header {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
}


.liberty-content-header .title {
/* 하단 푸터 */
     margin-bottom: 0 !important;
footer {
    border: 2px solid #854369 !important;
    border-top: none !important;
     border-radius: 0 0 5px 5px !important;
}
}
 
.liberty-footer {
@media screen and (max-width: 1720px) {
    background-color: #0a0909 !important;
     #sidebar-left {
     border-top: 2px solid #854369 !important;
        display: none !important;
    border-bottom: none !important;
     }
    border-right: none !important;
     border-left: none !important;
}
}

2026년 4월 22일 (수) 14:52 판

/* =========================================
   COASTLINE: BLACK ICE - Layout
   ========================================= */

/* 상단하단 텔레포트 버튼 숨기기 */
#liberty-bottombtn {
    display: none !important;
}

/* 토론 탭 숨기기 */
a[accesskey="t"] {
    display: none !important;
}

/* 네비게이션 */
.Liberty .nav-wrapper { display: none !important; }

/* 더 넓은 본문 영역 */
.liberty-sidebar { display: none !important; }
.container-fluid.liberty-content {
    padding-bottom: 0 !important;
    margin: 0 16px !important;
    flex: none !important;
    width: 1250px !important;
    max-width: 1250px !important;
    min-width: 1250px !important;
}
.content-wrapper {
    max-width: 1720px !important;
    margin: 0 auto !important;
    padding: 16px !important;
    padding-top: 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0 !important;
    justify-content: center !important;
}

/* 헤더 */
.liberty-content-main {
    border: 2px solid #854369 !important;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main {
    border: 2px solid #854369 !important;
    border-bottom: none !important;
}
.liberty-content { border: none !important; box-shadow: none !important; border-radius: 0 !important; }
.liberty-content-header {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}
.liberty-content-header .content-tools {
    order: 2 !important;
    flex-shrink: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}
.liberty-content-header .title {
    order: 1 !important;
    flex: 1 !important;
    display: flex !important;
    align-items: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
}
.liberty-content-header h1 {
    margin: 0 !important;
    padding: 0 !important;
}
.liberty-content-header .contentSub {
    display: none !important;
}

/* 클릭 피드백 */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.2s ease, opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 99999;
}

body.page-loading::after {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

/* 오른쪽 사이드바 */
#clbi-right-sidebar {
    position: relative;
    width: 230px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    flex-shrink: 0;
    align-self: flex-start;
}
.clbi-right-box {
    background: #0a0909;
    border: 2px solid #854369;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #1a1a1a, 0 6px 18px rgba(0,0,0,0.45);
}
.clbi-right-title {
    padding: 10px 14px;
    font-weight: 700;
    font-size: 13px;
    color: #E2E2E2;
    border-bottom: 2px solid #854369;
    background: linear-gradient(to bottom, #171114 0%, #0a0909 100%);
}
.clbi-right-content {
    padding: 10px 14px;
    color: #E2E2E2;
    font-size: 12px;
    line-height: 1.8;
}
.clbi-right-content a {
    color: #E2E2E2 !important;
    text-decoration: none;
    display: block;
}
.clbi-right-content a:not(.clbi-user-btn):hover { color: #d45aa2 !important; }
#clbi-search-input {
    width: 100%;
    background: #171717;
    border: 1px solid #854369;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    box-sizing: border-box;
    margin-bottom: 6px;
}
#clbi-search-btn {
    width: 100%;
    background: #854369;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}
#clbi-search-btn:hover { background: #b45c8f; }

/* 유저 버튼 */
.clbi-user-btn {
    display: block !important;
    padding: 4px 10px !important;
    margin-bottom: 4px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #E2E2E2 !important;
    text-decoration: none !important;
    background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 50%, #111111 100%) !important;
    border: 1px solid #333 !important;
    border-left: 3px solid #854369 !important;
}
.clbi-user-btn:last-child { margin-bottom: 0 !important; }
.clbi-user-btn:hover {
    background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%) !important;
    border-color: #854369 !important;
    color: #ffffff !important;
}
.clbi-user-btn-logout {
    border-left: 3px solid #d46262 !important;
    color: #d46262 !important;
}
.clbi-user-btn-logout:hover {
    background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%) !important;
    border-left: 3px solid #d46262 !important;
    border-color: #d46262 !important;
    color: #d46262 !important;
}
.clbi-user-btn.clbi-user-btn-active {
    background: linear-gradient(to bottom, #5a2040 0%, #3d1a2f 50%, #2e1222 100%) !important;
    border-color: #854369 !important;
    color: #ffffff !important;
}

/* 왼쪽 사이드바 */
#clbi-left-sidebar {
    position: relative;
    width: 230px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    flex-shrink: 0;
    align-self: flex-start;
}
.clbi-left-box {
    background: #0a0909;
    border: 2px solid #854369;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #1a1a1a, 0 6px 18px rgba(0,0,0,0.45);
}
.clbi-left-title {
    padding: 10px 14px;
    font-weight: 700;
    font-size: 13px;
    color: #E2E2E2;
    border-bottom: 2px solid #854369;
    background: linear-gradient(to bottom, #171114 0%, #0a0909 100%);
    display: flex;
    align-items: center;
    gap: 6px;
}
.clbi-left-content {
    padding: 10px 14px;
    color: #E2E2E2;
    font-size: 12px;
    line-height: 1.8;
}
.clbi-lang-box { padding: 8px !important; text-align: center; }
.clbi-lang-current {
    display: block;
    width: 100%;
    padding: 4px 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(to bottom, #5a2040 0%, #3d1a2f 50%, #2e1222 100%);
    color: #ffffff !important;
    border: 1px solid #854369;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
}
.clbi-lang-wip {
    display: block;
    width: 100%;
    padding: 4px 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 50%, #111111 100%);
    border: 1px solid #333;
    text-align: center;
    color: #555 !important;
    margin-bottom: 6px;
}
.clbi-lang-link {
    display: block;
    width: 100%;
    padding: 4px 0;
    margin-bottom: 6px !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 50%, #111111 100%);
    border: 1px solid #333;
    text-align: center;
}
.clbi-lang-link:last-child,
.clbi-lang-wip:last-child { margin-bottom: 0 !important; }
.clbi-lang-link a {
    display: block !important;
    width: 100% !important;
    color: #a0a0a0 !important;
    text-decoration: none !important;
}
.clbi-lang-link:hover {
    border-color: #854369 !important;
    background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%) !important;
}
.clbi-lang-link:hover a { color: #ffffff !important; }
.clbi-cat-box { padding: 8px !important; }
.clbi-cat-btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    margin-bottom: 6px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 50%, #111111 100%);
    border: 1px solid #333;
    border-left: 3px solid #854369;
    cursor: pointer;
}
.clbi-cat-btn:last-child { margin-bottom: 0; }
.clbi-cat-btn:hover { border-color: #854369; background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%); }
.clbi-cat-btn a { color: #E2E2E2 !important; text-decoration: none !important; width: 100%; }
.clbi-cat-text { display: flex; flex-direction: column; gap: 2px; }
.clbi-cat-label { font-size: 11px; font-weight: 700; color: #E2E2E2 !important; }
.clbi-cat-sub { font-size: 8px; color: #854369; font-weight: 700; letter-spacing: 0.5px; }
.clbi-cat-arrow { color: #854369; font-size: 10px; }
.clbi-cat-btn.clbi-cat-active {
    background: linear-gradient(to bottom, #5a2040 0%, #3d1a2f 50%, #2e1222 100%) !important;
    border-color: #854369 !important;
}
.clbi-cat-btn.clbi-cat-active .clbi-cat-label { color: #ffffff !important; }
.clbi-cat-btn.clbi-cat-active .clbi-cat-sub,
.clbi-cat-btn.clbi-cat-active .clbi-cat-arrow { color: #ff85c0 !important; }
.clbi-link-box { padding: 8px !important; }
.clbi-link-box ul { list-style: none !important; margin: 0 !important; padding: 0 !important; display: flex !important; gap: 6px !important; }
.clbi-link-box ul li { flex: 1 !important; margin: 0 !important; padding: 0 !important; }
.clbi-link-box ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 10px 0 !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 50%, #111111 100%) !important;
    color: #a0a0a0 !important;
    border: 1px solid #333 !important;
    text-align: center !important;
}
.clbi-link-box ul li a:hover { border-color: #854369 !important; color: #ffffff !important; }

@media screen and (max-width: 1720px) {
    #clbi-left-sidebar { display: none; }
}

/* 하단 푸터 */
footer {
    border: 2px solid #854369 !important;
    border-top: none !important;
    border-radius: 0 0 5px 5px !important;
}
.liberty-footer {
    background-color: #0a0909 !important;
    border-top: 2px solid #854369 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}