참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
- 오페라: Ctrl-F5를 입력.
/* =========================================
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;
}
}