참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* =========================================
   COASTLINE: BLACK ICE - Layout
   ========================================= */

/* 더 넓은 본문 영역 */
.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;
    margin-right: 230px !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;
}

/* 공통 사이드바 */
.sidebar {
    position: relative;
    width: 230px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    flex-shrink: 0;
    align-self: flex-start;
}

.sidebar-left {
    position: relative;
    width: 230px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    flex-shrink: 0;
    align-self: flex-start;
}

.sidebar-right {
    position: relative;
    top: 0;
    width: 230px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    flex-shrink: 0;
    align-self: flex-start;
}

/* 공통 패널 */
.panel {
    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);
}

.panel-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;
}

.panel-content {
    padding: 10px 14px;
    color: #E2E2E2;
    font-size: 12px;
    line-height: 1.8;
}

.panel-content a {
    color: #E2E2E2 !important;
    text-decoration: none;
    display: block;
}

.panel-content a:hover {
    color: #d45aa2 !important;
}

/* 검색 */
#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;
}

#search-button {
    width: 100%;
    background: #854369;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

#search-button:hover {
    background: #b45c8f;
}

/* 계정 버튼 */
.account-button {
    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;
}

.account-button:last-child {
    margin-bottom: 0 !important;
}

.account-button:hover {
    background: linear-gradient(to bottom, #333 0%, #252525 50%, #1a1a1a 100%) !important;
    border-color: #854369 !important;
    color: #ffffff !important;
}

.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;
    color: #d46262 !important;
}

.account-button-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;
}

/* 언어 */
.language-menu {
    padding: 8px !important;
    text-align: center;
}

.language-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;
}

.language-disabled {
    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;
}

.language-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;
}

.language-link:last-child {
    margin-bottom: 0 !important;
}

.language-link a {
    color: #E2E2E2 !important;
    text-decoration: none !important;
    display: block;
    width: 100%;
}

.language-link:hover {
    border-color: #854369;
}

.language-link a:hover {
    color: #ffffff !important;
}

/* 카테고리 */
.category-menu {
    padding: 8px !important;
}

.category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    margin-bottom: 6px;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    background: linear-gradient(to bottom, #1a1a1a 0%, #111111 100%);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.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;
}

.category-item.is-active {
    background: linear-gradient(to bottom, #5a2040 0%, #3d1a2f 50%, #2e1222 100%) !important;
    border-color: #854369 !important;
}

.category-item.is-active .category-label {
    color: #ffffff !important;
}

.category-item.is-active .category-subtitle,
.category-item.is-active .category-arrow {
    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;
    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;
}

.external-links ul li a:hover {
    border-color: #854369 !important;
    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;
}

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