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

(새 문서: →‎Pressable Button Drafts: .press-button-demo { display:flex; flex-wrap:wrap; gap:10px; align-items:center; padding:14px; background:#080808; border:1px solid #2a2a2a; } .press-button { display:inline-flex; align-items:center; justify-content:center; min-width:118px; height:32px; padding:0 18px; box-sizing:border-box; font-size:12px; font-weight:700; letter-spacing:-0.2px; line-height:1; color:#eee !important; text-decoration:none !important; user-select:none; cursor:pointer...)
 
편집 요약 없음
1번째 줄: 1번째 줄:
/* Pressable Button Drafts */
/* =========================================
.press-button-demo {
  TEST REMAKE: Matte Gunmetal Industrial Main
display:flex;
  대문 전용 테스트 스타일
flex-wrap:wrap;
  ========================================= */
gap:10px;
 
align-items:center;
body.page-대문 {
padding:14px;
    --clbi-metal-0: #030404;
background:#080808;
    --clbi-metal-1: #080909;
border:1px solid #2a2a2a;
    --clbi-metal-2: #111213;
    --clbi-metal-3: #1b1c1d;
    --clbi-metal-4: #2a2b2c;
    --clbi-metal-5: #3a3b3c;
    --clbi-line-soft: #343536;
    --clbi-line-hard: #050505;
    --clbi-text-main: #e5e5e5;
    --clbi-text-sub: #a5a5a5;
    --clbi-text-dim: #686868;
    --clbi-accent: #b8b8b8;
    --clbi-alert: #d7d7d7;
    --clbi-shadow: rgba(0,0,0,0.78);
}
 
/* 배경: 기존 보라 그리드를 공업용 어두운 격자로 전환 */
body.page-대문 .WW-bg {
    background:
        radial-gradient(circle at 50% 16%, rgba(255,255,255,0.035), transparent 28%),
        linear-gradient(to bottom, #050606 0%, #020202 100%) !important;
}
 
body.page-대문 .WW-bg::before {
    top: -160px;
    left: -160px;
    width: calc(100% + 320px);
    height: calc(100% + 320px);
    background-image:
        linear-gradient(rgba(130,130,130,0.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(130,130,130,0.13) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size:
        64px 64px,
        64px 64px,
        16px 16px,
        16px 16px;
    opacity: 0.76;
    filter: none;
    animation: none;
}
 
body.page-대문 .WW-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.018) 0,
            rgba(255,255,255,0.018) 1px,
            transparent 1px,
            transparent 8px
        );
    opacity: 0.38;
}
 
/* 전체 폭과 중앙 중량감 */
body.page-대문 .content-wrapper {
    max-width: 1780px !important;
    padding-top: 12px !important;
}
 
body.page-대문 .container-fluid.liberty-content {
    width: 1500px !important;
    max-width: 1500px !important;
    min-width: 1500px !important;
}
 
/* 상단 네비게이션: 무광 금속 바 */
body.page-대문 #clbi-top-nav {
    background:
        linear-gradient(to bottom, #242526 0%, #151617 42%, #080909 100%) !important;
    border: 1px solid #050505 !important;
    border-radius: 3px !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.88),
        0 0 0 1px #343536,
        0 8px 24px rgba(0,0,0,0.58) !important;
}
 
body.page-대문 .clbi-top-nav-item,
body.page-대문 .clbi-tnav-sub-item {
    color: #d8d8d8 !important;
    background:
        linear-gradient(to bottom, #242526 0%, #161718 55%, #0b0c0c 100%) !important;
    border-right: 1px solid #050505 !important;
    box-shadow:
        inset 1px 0 0 rgba(255,255,255,0.08),
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.72) !important;
    text-shadow: 0 -1px 0 #000 !important;
}
 
body.page-대문 .clbi-top-nav-item:hover,
body.page-대문 .clbi-tnav-sub-item:hover {
    background:
        linear-gradient(to bottom, #303132 0%, #1d1e1f 55%, #0c0d0d 100%) !important;
    color: #ffffff !important;
}
 
body.page-대문 #clbi-top-search-input {
    background: #090a0a !important;
    border: 1px solid #3a3b3c !important;
    color: #e6e6e6 !important;
    box-shadow:
        inset 0 2px 5px rgba(0,0,0,0.82),
        0 1px 0 rgba(255,255,255,0.06) !important;
}
 
/* 우측 검색은 상단 검색으로 통일 */
body.page-대문 #clbi-right-sidebar .clbi-right-box:has(#clbi-title-search) {
    display: none !important;
}
 
/* 좌측 뉴스 박스는 사이트 체인지로그 전용으로 축소 */
body.page-대문 #clbi-left-news-recent-title,
body.page-대문 #clbi-left-recent-list,
body.page-대문 .clbi-news-divider {
    display: none !important;
}
 
body.page-대문 .clbi-left-news-box {
    min-height: 0 !important;
}
 
body.page-대문 .clbi-news-box {
    min-height: 0 !important;
}
 
/* 좌우 패널 공통: 무광 건메탈 제어반 */
body.page-대문 .clbi-left-box,
body.page-대문 .clbi-right-box {
    position: relative;
    border: 1px solid #050505 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,0.035) 0%, transparent 24%),
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.020) 0,
            rgba(255,255,255,0.020) 1px,
            transparent 1px,
            transparent 7px
        ),
        linear-gradient(to bottom, #202122 0%, #151617 48%, #0b0c0c 100%) !important;
    box-shadow:
        inset 1px 0 0 rgba(255,255,255,0.10),
        inset 0 1px 0 rgba(255,255,255,0.12),
        inset -1px -1px 0 rgba(0,0,0,0.72),
        0 0 0 1px #343536,
        0 8px 22px rgba(0,0,0,0.62) !important;
}
 
body.page-대문 .clbi-left-box::after,
body.page-대문 .clbi-right-box::after {
    content: "";
    position: absolute;
    inset: 7px;
    pointer-events: none;
    background:
        radial-gradient(circle at 0 0, #050505 0 2px, #555 2px 3px, transparent 3px),
        radial-gradient(circle at 100% 0, #050505 0 2px, #555 2px 3px, transparent 3px),
        radial-gradient(circle at 0 100%, #050505 0 2px, #555 2px 3px, transparent 3px),
        radial-gradient(circle at 100% 100%, #050505 0 2px, #555 2px 3px, transparent 3px);
    opacity: 0.9;
}
 
body.page-대문 .clbi-left-title,
body.page-대문 .clbi-right-title {
    min-height: 30px;
    padding: 8px 13px 7px !important;
    background:
        linear-gradient(to bottom, #303132 0%, #1f2021 45%, #111213 100%) !important;
    border-bottom: 1px solid #050505 !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.74),
        0 1px 0 #3a3b3c !important;
    color: #e4e4e4 !important;
    font-size: 11px !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase;
}
 
body.page-대문 .clbi-left-content,
body.page-대문 .clbi-right-content {
    color: #cfcfcf !important;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.10), rgba(0,0,0,0.32)) !important;
}
}


.press-button {
body.page-대문 .clbi-recent-title {
display:inline-flex;
    color: #dedede !important;
align-items:center;
justify-content:center;
min-width:118px;
height:32px;
padding:0 18px;
box-sizing:border-box;
font-size:12px;
font-weight:700;
letter-spacing:-0.2px;
line-height:1;
color:#eee !important;
text-decoration:none !important;
user-select:none;
cursor:pointer;
background:linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%);
position:relative;
transition:
transform 70ms ease,
box-shadow 70ms ease,
background 70ms ease,
filter 70ms ease;
}
}


/* 1. 구형 윈도우식 기본 양각 */
body.page-대문 .clbi-recent-title:hover {
.press-button-basic {
    color: #ffffff !important;
border-top:1px solid #777;
border-left:1px solid #666;
border-right:1px solid #050505;
border-bottom:1px solid #000;
box-shadow:
inset 1px 1px 0 rgba(255,255,255,0.22),
inset -1px -1px 0 rgba(0,0,0,0.75),
0 2px 0 #050505,
0 3px 5px rgba(0,0,0,0.65);
text-shadow:0 -1px 0 #000;
}
}


.press-button-basic:hover {
body.page-대문 .clbi-recent-time {
filter:brightness(1.12);
    color: #7f7f7f !important;
}
}


.press-button-basic:active {
/* 본문 컨테이너: 중앙 주 모듈 */
transform:translateY(2px);
body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main,
border-top:1px solid #050505;
body.page-대문 .liberty-content-main {
border-left:1px solid #050505;
    position: relative;
border-right:1px solid #777;
    border: 1px solid #050505 !important;
border-bottom:1px solid #666;
    border-radius: 5px !important;
box-shadow:
    background:
inset 2px 2px 3px rgba(0,0,0,0.85),
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.045), transparent 28%),
inset -1px -1px 0 rgba(255,255,255,0.1),
        linear-gradient(to bottom, #1b1c1d 0%, #121314 48%, #090a0a 100%) !important;
0 0 0 #050505;
    box-shadow:
background:linear-gradient(to bottom, #171717 0%, #202020 52%, #2b2b2b 100%);
        inset 0 1px 0 rgba(255,255,255,0.16),
        inset 0 -2px 0 rgba(0,0,0,0.88),
        0 0 0 2px #080808,
        0 0 0 4px #2e2f30,
        0 16px 40px rgba(0,0,0,0.66) !important;
    overflow: hidden;
}
}


/* 2. 더 두꺼운 기계식 버튼 */
body.page-대문 .liberty-content-main::before {
.press-button-heavy {
    content: "";
border-radius:3px;
    position: absolute;
border-top:1px solid #8a8a8a;
    inset: 0;
border-left:1px solid #767676;
    pointer-events: none;
border-right:1px solid #050505;
    background:
border-bottom:1px solid #000;
        repeating-linear-gradient(
box-shadow:
            to bottom,
inset 0 1px 0 rgba(255,255,255,0.28),
            rgba(255,255,255,0.025) 0,
inset 1px 0 0 rgba(255,255,255,0.12),
            rgba(255,255,255,0.025) 1px,
inset -1px -1px 0 rgba(0,0,0,0.8),
            transparent 1px,
0 1px 0 #151515,
            transparent 5px
0 3px 0 #050505,
        );
0 5px 8px rgba(0,0,0,0.75);
    opacity: 0.28;
text-shadow:0 -1px 0 #000;
    mix-blend-mode: screen;
}
}


.press-button-heavy:hover {
/* 기존 로고를 금속 패널 위의 빛나는 간판처럼 */
background:linear-gradient(to bottom, #3a3a3a 0%, #292929 50%, #1c1c1c 100%);
body.page-대문 #clbi-main-logo {
    padding: 18px 0 12px !important;
}
}


.press-button-heavy:active {
body.page-대문 #clbi-main-logo img {
transform:translateY(3px);
    width: 760px !important;
box-shadow:
    max-width: 88% !important;
inset 2px 2px 4px rgba(0,0,0,0.9),
    filter:
inset -1px -1px 0 rgba(255,255,255,0.12),
        grayscale(1)
0 1px 0 #050505;
        contrast(1.12)
background:linear-gradient(to bottom, #151515 0%, #1e1e1e 55%, #2a2a2a 100%);
        brightness(1.18)
        drop-shadow(0 0 10px rgba(255,255,255,0.20))
        drop-shadow(0 12px 22px rgba(0,0,0,0.75)) !important;
}
}


/* 3. CRT/글로시 버튼 */
/* 대문 전용 내부 레이아웃 */
.press-button-gloss {
.clbi-industrial-home {
border-radius:4px;
    position: relative;
border:1px solid #0a0a0a;
    z-index: 1;
box-shadow:
    padding: 20px;
inset 0 1px 0 rgba(255,255,255,0.35),
    color: var(--clbi-text-main);
inset 0 -1px 0 rgba(0,0,0,0.8),
0 0 0 1px #3b3b3b,
0 2px 0 #070707,
0 4px 8px rgba(0,0,0,0.7);
overflow:hidden;
text-shadow:0 1px 0 #000;
}
}


.press-button-gloss::before {
.clbi-industrial-hero {
content:"";
    position: relative;
position:absolute;
    margin: 0 auto 18px;
left:2px;
    padding: 22px;
right:2px;
    border-radius: 16px;
top:2px;
    background:
height:42%;
        linear-gradient(145deg, #303132 0%, #171819 34%, #070808 70%, #1f2021 100%);
border-radius:3px 3px 1px 1px;
    border: 1px solid #050505;
background:linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.04));
    box-shadow:
pointer-events:none;
        inset 0 2px 0 rgba(255,255,255,0.16),
        inset 0 -3px 0 rgba(0,0,0,0.88),
        0 0 0 3px #080808,
        0 0 0 5px #292a2b,
        0 16px 32px rgba(0,0,0,0.66);
}
}


.press-button-gloss:hover {
.clbi-industrial-hero::before {
filter:brightness(1.15) contrast(1.08);
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 12px;
    pointer-events: none;
    background:
        radial-gradient(circle at 0 0, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px),
        radial-gradient(circle at 100% 0, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px),
        radial-gradient(circle at 0 100%, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px),
        radial-gradient(circle at 100% 100%, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px);
    opacity: 0.85;
}
}


.press-button-gloss:active {
.clbi-industrial-screen {
transform:translateY(2px);
    position: relative;
box-shadow:
    overflow: hidden;
inset 2px 2px 5px rgba(0,0,0,0.95),
    min-height: 350px;
inset 0 1px 0 rgba(255,255,255,0.08),
    border-radius: 9px / 18px;
0 0 0 1px #181818;
    border: 1px solid #050505;
filter:brightness(0.92);
    background:
        radial-gradient(ellipse at 50% 36%, rgba(255,255,255,0.065) 0%, transparent 34%),
        linear-gradient(to bottom, #111213 0%, #090a0a 60%, #030303 100%);
    box-shadow:
        inset 0 0 0 2px #171819,
        inset 0 0 34px rgba(0,0,0,0.94),
        inset 0 0 80px rgba(0,0,0,0.72),
        0 1px 0 rgba(255,255,255,0.10);
}
}


/* 4. 얇고 날카로운 메뉴 버튼 */
.clbi-industrial-screen::before {
.press-button-sharp {
    content: "";
height:28px;
    position: absolute;
border-radius:1px;
    inset: 0;
border-top:1px solid #6f6f6f;
    background:
border-left:1px solid #606060;
        linear-gradient(
border-right:1px solid #070707;
            105deg,
border-bottom:1px solid #000;
            transparent 0%,
box-shadow:
            rgba(255,255,255,0.045) 18%,
inset 1px 1px 0 rgba(255,255,255,0.16),
            transparent 36%,
inset -1px -1px 0 rgba(0,0,0,0.82),
            transparent 100%
0 1px 0 #000;
        ),
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.055) 0,
            rgba(255,255,255,0.055) 1px,
            transparent 2px,
            transparent 5px
        );
    opacity: 0.26;
    pointer-events: none;
    mix-blend-mode: screen;
}
}


.press-button-sharp:hover {
.clbi-industrial-screen::after {
box-shadow:
    content: "";
inset 1px 1px 0 rgba(255,255,255,0.25),
    position: absolute;
inset -1px -1px 0 rgba(0,0,0,0.82),
    left: -10%;
0 0 0 1px #7b3d63,
    right: -10%;
0 1px 0 #000;
    bottom: -4%;
    height: 42%;
    background-image:
        linear-gradient(to right, rgba(180,180,180,0.22) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(180,180,180,0.18) 1px, transparent 1px);
    background-size: 48px 100%, 100% 24px;
    transform-origin: 50% 100%;
    transform: perspective(440px) rotateX(64deg);
    opacity: 0.35;
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.14));
    pointer-events: none;
}
}


.press-button-sharp:active {
.clbi-industrial-copy {
transform:translateY(1px);
    position: relative;
padding-top:1px;
    z-index: 2;
border-top:1px solid #000;
    width: min(880px, 86%);
border-left:1px solid #080808;
    margin: 0 auto;
border-right:1px solid #686868;
    padding: 48px 20px 42px;
border-bottom:1px solid #555;
    text-align: center;
box-shadow:
    color: #eeeeee;
inset 2px 2px 3px rgba(0,0,0,0.9),
    text-shadow:
inset -1px -1px 0 rgba(255,255,255,0.09);
        0 0 2px rgba(255,255,255,0.45),
        0 0 12px rgba(255,255,255,0.10);
}
}


/* 5. 홈이 파이는 패널형 버튼 */
.clbi-industrial-kicker {
.press-button-panel {
    margin-bottom: 16px;
border-radius:5px;
    color: #777;
border:1px solid #141414;
    font-size: 10px;
box-shadow:
    letter-spacing: 1.4px;
0 0 0 1px #4a4a4a,
inset 1px 1px 0 rgba(255,255,255,0.2),
inset -1px -1px 0 rgba(0,0,0,0.8),
0 2px 4px rgba(0,0,0,0.85);
}
}


.press-button-panel::after {
.clbi-industrial-title {
content:"";
    margin: 0 0 24px;
position:absolute;
    font-family: 'BoldRound', sans-serif !important;
left:5px;
    font-size: 28px;
right:5px;
    line-height: 1.25;
bottom:4px;
    color: #ffffff;
height:1px;
    letter-spacing: 0.5px;
background:rgba(255,255,255,0.08);
box-shadow:0 1px 0 rgba(0,0,0,0.7);
pointer-events:none;
}
}


.press-button-panel:hover {
.clbi-industrial-copy p {
background:
    margin: 0 auto 16px;
linear-gradient(to bottom, #3b3b3b 0%, #282828 50%, #181818 100%);
    max-width: 780px;
box-shadow:
    font-size: 13px;
0 0 0 1px #7b3d63,
    line-height: 1.78;
inset 1px 1px 0 rgba(255,255,255,0.24),
    color: #e0e0e0;
inset -1px -1px 0 rgba(0,0,0,0.8),
0 2px 5px rgba(0,0,0,0.85);
}
}


.press-button-panel:active {
/* 하단 정보 모듈 */
transform:translateY(2px);
.clbi-industrial-grid {
padding-top:2px;
    display: grid;
background:
    grid-template-columns: 1.1fr 1fr 0.85fr;
linear-gradient(to bottom, #151515 0%, #1d1d1d 50%, #292929 100%);
    gap: 12px;
box-shadow:
    margin-top: 18px;
0 0 0 1px #222,
}
inset 2px 2px 5px rgba(0,0,0,0.95),
 
inset -1px -1px 0 rgba(255,255,255,0.12);
.clbi-industrial-module {
    position: relative;
    min-height: 128px;
    padding: 12px 13px 13px;
    border-radius: 4px;
    border: 1px solid #050505;
    background:
        radial-gradient(circle at 18% 8%, rgba(255,255,255,0.035), transparent 28%),
        linear-gradient(to bottom, #222324 0%, #171819 46%, #0b0c0c 100%);
    box-shadow:
        inset 1px 0 0 rgba(255,255,255,0.10),
        inset 0 1px 0 rgba(255,255,255,0.14),
        inset -1px -1px 0 rgba(0,0,0,0.70),
        0 0 0 1px #343536,
        0 6px 16px rgba(0,0,0,0.45);
}
 
.clbi-industrial-module::after {
    content: "";
    position: absolute;
    inset: 6px;
    pointer-events: none;
    background:
        radial-gradient(circle at 0 0, #050505 0 2px, #545556 2px 3px, transparent 3px),
        radial-gradient(circle at 100% 0, #050505 0 2px, #545556 2px 3px, transparent 3px);
    opacity: 0.82;
}
 
.clbi-industrial-module-title {
    margin: -4px -5px 10px;
    padding: 7px 9px 6px;
    border-bottom: 1px solid #050505;
    background:
        linear-gradient(to bottom, #303132 0%, #202122 46%, #111213 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.13),
        inset 0 -1px 0 rgba(0,0,0,0.70),
        0 1px 0 #38393a;
    color: #f0f0f0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
 
.clbi-industrial-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.clbi-industrial-list li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 5px;
    padding: 5px 7px;
    background:
        linear-gradient(to bottom, #171818 0%, #101111 100%);
    border: 1px solid #242526;
    box-shadow:
        inset 1px 0 0 rgba(255,255,255,0.04),
        inset 0 1px 0 rgba(255,255,255,0.04);
    color: #cfcfcf;
    font-size: 11px;
    line-height: 1.35;
}
 
.clbi-industrial-list a {
    color: #e5e5e5 !important;
    text-decoration: none !important;
}
 
.clbi-industrial-list a:hover {
    color: #ffffff !important;
}
 
.clbi-industrial-meta {
    color: #777;
    white-space: nowrap;
    font-size: 10px;
}
 
.clbi-industrial-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}
 
.clbi-industrial-stat {
    padding: 10px 8px;
    background:
        linear-gradient(to bottom, #111213 0%, #090a0a 100%);
    border: 1px solid #2c2d2e;
    box-shadow:
        inset 0 2px 5px rgba(0,0,0,0.78),
        0 1px 0 rgba(255,255,255,0.04);
}
 
.clbi-industrial-stat-num {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 1;
    font-family: 'Consolas', 'Monaco', monospace !important;
}
 
.clbi-industrial-stat-label {
    display: block;
    margin-top: 5px;
    color: #858585;
    font-size: 10px;
}
 
.clbi-industrial-guest {
    min-height: 50px;
    padding: 9px;
    background:
        linear-gradient(to bottom, #111213 0%, #080909 100%);
    border: 1px solid #2c2d2e;
    color: #bdbdbd;
    font-size: 11px;
    line-height: 1.55;
}
 
.clbi-industrial-guest-name {
    color: #f0f0f0;
    font-weight: 700;
}
 
@media screen and (max-width: 1720px) {
    body.page-대문 .container-fluid.liberty-content {
        width: 1180px !important;
        max-width: 1180px !important;
        min-width: 1180px !important;
    }
 
    .clbi-industrial-grid {
        grid-template-columns: 1fr 1fr;
    }
}
}

2026년 5월 16일 (토) 14:27 판

/* =========================================
   TEST REMAKE: Matte Gunmetal Industrial Main
   대문 전용 테스트 스타일
   ========================================= */

body.page-대문 {
    --clbi-metal-0: #030404;
    --clbi-metal-1: #080909;
    --clbi-metal-2: #111213;
    --clbi-metal-3: #1b1c1d;
    --clbi-metal-4: #2a2b2c;
    --clbi-metal-5: #3a3b3c;
    --clbi-line-soft: #343536;
    --clbi-line-hard: #050505;
    --clbi-text-main: #e5e5e5;
    --clbi-text-sub: #a5a5a5;
    --clbi-text-dim: #686868;
    --clbi-accent: #b8b8b8;
    --clbi-alert: #d7d7d7;
    --clbi-shadow: rgba(0,0,0,0.78);
}

/* 배경: 기존 보라 그리드를 공업용 어두운 격자로 전환 */
body.page-대문 .WW-bg {
    background:
        radial-gradient(circle at 50% 16%, rgba(255,255,255,0.035), transparent 28%),
        linear-gradient(to bottom, #050606 0%, #020202 100%) !important;
}

body.page-대문 .WW-bg::before {
    top: -160px;
    left: -160px;
    width: calc(100% + 320px);
    height: calc(100% + 320px);
    background-image:
        linear-gradient(rgba(130,130,130,0.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(130,130,130,0.13) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size:
        64px 64px,
        64px 64px,
        16px 16px,
        16px 16px;
    opacity: 0.76;
    filter: none;
    animation: none;
}

body.page-대문 .WW-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.018) 0,
            rgba(255,255,255,0.018) 1px,
            transparent 1px,
            transparent 8px
        );
    opacity: 0.38;
}

/* 전체 폭과 중앙 중량감 */
body.page-대문 .content-wrapper {
    max-width: 1780px !important;
    padding-top: 12px !important;
}

body.page-대문 .container-fluid.liberty-content {
    width: 1500px !important;
    max-width: 1500px !important;
    min-width: 1500px !important;
}

/* 상단 네비게이션: 무광 금속 바 */
body.page-대문 #clbi-top-nav {
    background:
        linear-gradient(to bottom, #242526 0%, #151617 42%, #080909 100%) !important;
    border: 1px solid #050505 !important;
    border-radius: 3px !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.88),
        0 0 0 1px #343536,
        0 8px 24px rgba(0,0,0,0.58) !important;
}

body.page-대문 .clbi-top-nav-item,
body.page-대문 .clbi-tnav-sub-item {
    color: #d8d8d8 !important;
    background:
        linear-gradient(to bottom, #242526 0%, #161718 55%, #0b0c0c 100%) !important;
    border-right: 1px solid #050505 !important;
    box-shadow:
        inset 1px 0 0 rgba(255,255,255,0.08),
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.72) !important;
    text-shadow: 0 -1px 0 #000 !important;
}

body.page-대문 .clbi-top-nav-item:hover,
body.page-대문 .clbi-tnav-sub-item:hover {
    background:
        linear-gradient(to bottom, #303132 0%, #1d1e1f 55%, #0c0d0d 100%) !important;
    color: #ffffff !important;
}

body.page-대문 #clbi-top-search-input {
    background: #090a0a !important;
    border: 1px solid #3a3b3c !important;
    color: #e6e6e6 !important;
    box-shadow:
        inset 0 2px 5px rgba(0,0,0,0.82),
        0 1px 0 rgba(255,255,255,0.06) !important;
}

/* 우측 검색은 상단 검색으로 통일 */
body.page-대문 #clbi-right-sidebar .clbi-right-box:has(#clbi-title-search) {
    display: none !important;
}

/* 좌측 뉴스 박스는 사이트 체인지로그 전용으로 축소 */
body.page-대문 #clbi-left-news-recent-title,
body.page-대문 #clbi-left-recent-list,
body.page-대문 .clbi-news-divider {
    display: none !important;
}

body.page-대문 .clbi-left-news-box {
    min-height: 0 !important;
}

body.page-대문 .clbi-news-box {
    min-height: 0 !important;
}

/* 좌우 패널 공통: 무광 건메탈 제어반 */
body.page-대문 .clbi-left-box,
body.page-대문 .clbi-right-box {
    position: relative;
    border: 1px solid #050505 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,0.035) 0%, transparent 24%),
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,0.020) 0,
            rgba(255,255,255,0.020) 1px,
            transparent 1px,
            transparent 7px
        ),
        linear-gradient(to bottom, #202122 0%, #151617 48%, #0b0c0c 100%) !important;
    box-shadow:
        inset 1px 0 0 rgba(255,255,255,0.10),
        inset 0 1px 0 rgba(255,255,255,0.12),
        inset -1px -1px 0 rgba(0,0,0,0.72),
        0 0 0 1px #343536,
        0 8px 22px rgba(0,0,0,0.62) !important;
}

body.page-대문 .clbi-left-box::after,
body.page-대문 .clbi-right-box::after {
    content: "";
    position: absolute;
    inset: 7px;
    pointer-events: none;
    background:
        radial-gradient(circle at 0 0, #050505 0 2px, #555 2px 3px, transparent 3px),
        radial-gradient(circle at 100% 0, #050505 0 2px, #555 2px 3px, transparent 3px),
        radial-gradient(circle at 0 100%, #050505 0 2px, #555 2px 3px, transparent 3px),
        radial-gradient(circle at 100% 100%, #050505 0 2px, #555 2px 3px, transparent 3px);
    opacity: 0.9;
}

body.page-대문 .clbi-left-title,
body.page-대문 .clbi-right-title {
    min-height: 30px;
    padding: 8px 13px 7px !important;
    background:
        linear-gradient(to bottom, #303132 0%, #1f2021 45%, #111213 100%) !important;
    border-bottom: 1px solid #050505 !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.74),
        0 1px 0 #3a3b3c !important;
    color: #e4e4e4 !important;
    font-size: 11px !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase;
}

body.page-대문 .clbi-left-content,
body.page-대문 .clbi-right-content {
    color: #cfcfcf !important;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.10), rgba(0,0,0,0.32)) !important;
}

body.page-대문 .clbi-recent-title {
    color: #dedede !important;
}

body.page-대문 .clbi-recent-title:hover {
    color: #ffffff !important;
}

body.page-대문 .clbi-recent-time {
    color: #7f7f7f !important;
}

/* 본문 컨테이너: 중앙 주 모듈 */
body.page-대문 .Liberty .content-wrapper .liberty-content .liberty-content-main,
body.page-대문 .liberty-content-main {
    position: relative;
    border: 1px solid #050505 !important;
    border-radius: 5px !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.045), transparent 28%),
        linear-gradient(to bottom, #1b1c1d 0%, #121314 48%, #090a0a 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.16),
        inset 0 -2px 0 rgba(0,0,0,0.88),
        0 0 0 2px #080808,
        0 0 0 4px #2e2f30,
        0 16px 40px rgba(0,0,0,0.66) !important;
    overflow: hidden;
}

body.page-대문 .liberty-content-main::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.025) 0,
            rgba(255,255,255,0.025) 1px,
            transparent 1px,
            transparent 5px
        );
    opacity: 0.28;
    mix-blend-mode: screen;
}

/* 기존 로고를 금속 패널 위의 빛나는 간판처럼 */
body.page-대문 #clbi-main-logo {
    padding: 18px 0 12px !important;
}

body.page-대문 #clbi-main-logo img {
    width: 760px !important;
    max-width: 88% !important;
    filter:
        grayscale(1)
        contrast(1.12)
        brightness(1.18)
        drop-shadow(0 0 10px rgba(255,255,255,0.20))
        drop-shadow(0 12px 22px rgba(0,0,0,0.75)) !important;
}

/* 대문 전용 내부 레이아웃 */
.clbi-industrial-home {
    position: relative;
    z-index: 1;
    padding: 20px;
    color: var(--clbi-text-main);
}

.clbi-industrial-hero {
    position: relative;
    margin: 0 auto 18px;
    padding: 22px;
    border-radius: 16px;
    background:
        linear-gradient(145deg, #303132 0%, #171819 34%, #070808 70%, #1f2021 100%);
    border: 1px solid #050505;
    box-shadow:
        inset 0 2px 0 rgba(255,255,255,0.16),
        inset 0 -3px 0 rgba(0,0,0,0.88),
        0 0 0 3px #080808,
        0 0 0 5px #292a2b,
        0 16px 32px rgba(0,0,0,0.66);
}

.clbi-industrial-hero::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 12px;
    pointer-events: none;
    background:
        radial-gradient(circle at 0 0, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px),
        radial-gradient(circle at 100% 0, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px),
        radial-gradient(circle at 0 100%, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px),
        radial-gradient(circle at 100% 100%, #050505 0 3px, #5c5d5e 3px 4px, transparent 4px);
    opacity: 0.85;
}

.clbi-industrial-screen {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    border-radius: 9px / 18px;
    border: 1px solid #050505;
    background:
        radial-gradient(ellipse at 50% 36%, rgba(255,255,255,0.065) 0%, transparent 34%),
        linear-gradient(to bottom, #111213 0%, #090a0a 60%, #030303 100%);
    box-shadow:
        inset 0 0 0 2px #171819,
        inset 0 0 34px rgba(0,0,0,0.94),
        inset 0 0 80px rgba(0,0,0,0.72),
        0 1px 0 rgba(255,255,255,0.10);
}

.clbi-industrial-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            105deg,
            transparent 0%,
            rgba(255,255,255,0.045) 18%,
            transparent 36%,
            transparent 100%
        ),
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.055) 0,
            rgba(255,255,255,0.055) 1px,
            transparent 2px,
            transparent 5px
        );
    opacity: 0.26;
    pointer-events: none;
    mix-blend-mode: screen;
}

.clbi-industrial-screen::after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -4%;
    height: 42%;
    background-image:
        linear-gradient(to right, rgba(180,180,180,0.22) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(180,180,180,0.18) 1px, transparent 1px);
    background-size: 48px 100%, 100% 24px;
    transform-origin: 50% 100%;
    transform: perspective(440px) rotateX(64deg);
    opacity: 0.35;
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.14));
    pointer-events: none;
}

.clbi-industrial-copy {
    position: relative;
    z-index: 2;
    width: min(880px, 86%);
    margin: 0 auto;
    padding: 48px 20px 42px;
    text-align: center;
    color: #eeeeee;
    text-shadow:
        0 0 2px rgba(255,255,255,0.45),
        0 0 12px rgba(255,255,255,0.10);
}

.clbi-industrial-kicker {
    margin-bottom: 16px;
    color: #777;
    font-size: 10px;
    letter-spacing: 1.4px;
}

.clbi-industrial-title {
    margin: 0 0 24px;
    font-family: 'BoldRound', sans-serif !important;
    font-size: 28px;
    line-height: 1.25;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.clbi-industrial-copy p {
    margin: 0 auto 16px;
    max-width: 780px;
    font-size: 13px;
    line-height: 1.78;
    color: #e0e0e0;
}

/* 하단 정보 모듈 */
.clbi-industrial-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 0.85fr;
    gap: 12px;
    margin-top: 18px;
}

.clbi-industrial-module {
    position: relative;
    min-height: 128px;
    padding: 12px 13px 13px;
    border-radius: 4px;
    border: 1px solid #050505;
    background:
        radial-gradient(circle at 18% 8%, rgba(255,255,255,0.035), transparent 28%),
        linear-gradient(to bottom, #222324 0%, #171819 46%, #0b0c0c 100%);
    box-shadow:
        inset 1px 0 0 rgba(255,255,255,0.10),
        inset 0 1px 0 rgba(255,255,255,0.14),
        inset -1px -1px 0 rgba(0,0,0,0.70),
        0 0 0 1px #343536,
        0 6px 16px rgba(0,0,0,0.45);
}

.clbi-industrial-module::after {
    content: "";
    position: absolute;
    inset: 6px;
    pointer-events: none;
    background:
        radial-gradient(circle at 0 0, #050505 0 2px, #545556 2px 3px, transparent 3px),
        radial-gradient(circle at 100% 0, #050505 0 2px, #545556 2px 3px, transparent 3px);
    opacity: 0.82;
}

.clbi-industrial-module-title {
    margin: -4px -5px 10px;
    padding: 7px 9px 6px;
    border-bottom: 1px solid #050505;
    background:
        linear-gradient(to bottom, #303132 0%, #202122 46%, #111213 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.13),
        inset 0 -1px 0 rgba(0,0,0,0.70),
        0 1px 0 #38393a;
    color: #f0f0f0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.clbi-industrial-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clbi-industrial-list li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 5px;
    padding: 5px 7px;
    background:
        linear-gradient(to bottom, #171818 0%, #101111 100%);
    border: 1px solid #242526;
    box-shadow:
        inset 1px 0 0 rgba(255,255,255,0.04),
        inset 0 1px 0 rgba(255,255,255,0.04);
    color: #cfcfcf;
    font-size: 11px;
    line-height: 1.35;
}

.clbi-industrial-list a {
    color: #e5e5e5 !important;
    text-decoration: none !important;
}

.clbi-industrial-list a:hover {
    color: #ffffff !important;
}

.clbi-industrial-meta {
    color: #777;
    white-space: nowrap;
    font-size: 10px;
}

.clbi-industrial-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.clbi-industrial-stat {
    padding: 10px 8px;
    background:
        linear-gradient(to bottom, #111213 0%, #090a0a 100%);
    border: 1px solid #2c2d2e;
    box-shadow:
        inset 0 2px 5px rgba(0,0,0,0.78),
        0 1px 0 rgba(255,255,255,0.04);
}

.clbi-industrial-stat-num {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 1;
    font-family: 'Consolas', 'Monaco', monospace !important;
}

.clbi-industrial-stat-label {
    display: block;
    margin-top: 5px;
    color: #858585;
    font-size: 10px;
}

.clbi-industrial-guest {
    min-height: 50px;
    padding: 9px;
    background:
        linear-gradient(to bottom, #111213 0%, #080909 100%);
    border: 1px solid #2c2d2e;
    color: #bdbdbd;
    font-size: 11px;
    line-height: 1.55;
}

.clbi-industrial-guest-name {
    color: #f0f0f0;
    font-weight: 700;
}

@media screen and (max-width: 1720px) {
    body.page-대문 .container-fluid.liberty-content {
        width: 1180px !important;
        max-width: 1180px !important;
        min-width: 1180px !important;
    }

    .clbi-industrial-grid {
        grid-template-columns: 1fr 1fr;
    }
}