@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
@import url('../../../nariya/css/g5.css');

/********************************************************

********************************************************/

/********************************************************
■ Theme Common
********************************************************/
body {margin:0;padding:0;background: #ffffff;color:#333;body {
    padding-top: 120px;  /* #nt_sticky 실제 높이에 맞게 값 조정 */
};}
h1, h2, h3, h4, h5, h6, .en { font-family:"Roboto", sans-serif; }

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {}
@media all and (max-width:991px) {
	.responsive .wrapper { overflow-x:hidden; }
}
.nt-container,
.nt-container-wide { margin:0 auto; }
@media all and (min-width:992px) {
	.responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
	.responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
@media all and (max-width:1200px) {
	.no-responsive .wrapper.wided .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
	.no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

@media all and (max-width:1199px) {
	.no-responsive .wrapper.wided .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
	.no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader { background: #fff; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
#nt_loader .loader { margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }

/********************************************************
■ LNB
********************************************************/
#nt_lnb ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; padding: 0 13px; }
#nt_lnb ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_lnb ul > li:first-child { padding-left:0; }
#nt_lnb ul > li:last-child { padding-right:0; }
#nt_lnb ul > li:last-child::after { content: ""; margin-right:0; }
#nt_lnb ul > li > a {float:left;white-space:nowrap;color: #d9d9d9;}
#nt_lnb .dropdown-toggle::after { color:#ccc; }

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc .header-logo img {width: 215px !important;height: auto !important;/* display: inline-block; */margin: 8px 0px 3px 0px !important;}
#header_pc .header-search {width:100%;max-width: 226px;}
#header_pc .header-search form {padding:0;border-width:2px;border-style:solid;border-radius: 8px;background-color: #1a212d;}
#header_pc .header-search input {font-size:16px !important;background: #e6e6e6;border:0 !important;box-shadow:none !important;-webkit-box-shadow:none !important;border-radius: 5px;color: #333;}
#header_pc .header-search .form-control:focus { box-shadow:none !important; -webkit-box-shadow: none !important; }
#header_pc .header-search .btn { border:0; background: none !important; outline:none; }
/* [PATCH] sticky 기준점 고정: 절대배치된 메뉴 래퍼의 기준이 되도록 */
#header_pc {position: relative;border-bottom: 1px solid var(--border-color);}

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo { box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); }

/* ============================================= */
/* 모바일 화면 배경색 변경 */
/* ============================================= */
@media (max-width: 991px) {
    body {
        /* background-color: #010611 !important; */
    }
}

/********************************************************
■ PC 주메뉴 (New Design)
********************************************************/
/* 메뉴 전체(nt_menu_wrap)를 공중에 띄워 헤더 중앙에 강제로 배치 */
#nt_menu_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: none !important;
}

/* 메뉴의 원래 배경이나 그림자 등 불필요한 스타일 제거 */
#nt_menu_wrap .bg-white, #nt_menu_wrap.me-sticky {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* 메뉴 안의 실제 링크(nav)만 가운데 오도록 설정 */
#nt_menu_wrap nav {
    justify-content: center;
}

#nt_menu {
     /* 다크 배경색 */
     z-index: 20;
     position: relative;
}

#nt_menu .me-a {
    color: #333; /* 기본 폰트 색상 */
    font-weight: 500;
    padding: 1.25rem 1rem;
    position: relative;
    transition: color 0.3s ease;
    display: block;
    text-align: center;
}

#nt_menu .me-li:hover > a .me-a,
#nt_menu .me-li.on > a .me-a {
    color: #025b7f; /* 활성화/호버 폰트 색상 */
}

#nt_menu .me-li:hover > a .me-a::after,
#nt_menu .me-li.on > a .me-a::after {
    width: calc(100% - 2rem); /* 밑줄 너비 */
}

/* Submenu */
#nt_menu .sub-1div {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content; /* 내용물 중 가장 긴 글자에 너비를 맞춤 */
    min-width: 100%;    /* 최소한 부모 메뉴 너비는 유지 */
    background: #18181B;
    border-top: 1px solid #27272A;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    text-align: left;
}

#nt_menu .me-li:hover > .sub-1div {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#nt_menu .sub-1dul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nt_menu .sub-1da {
    color: #A1A1AA;
    padding: 0.75rem 25px;
    width: 163px;
    display: block;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-bottom: 1px solid #3c434f;
    font-weight: 800;
}

#nt_menu .sub-1dli:hover > .sub-1da,
#nt_menu .sub-1dli.on > .sub-1da {
    color: #555;
}

/* 2nd depth Submenu */
#nt_menu .sub-2div {
    position: absolute;
    left: 100%;
    top: -0.5rem; /* 살짝 위로 */
    background: #1F1F22;
    border-radius: 0.5rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

#nt_menu .sub-1dli:hover > .sub-2div {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* 사이드바 열기 아이콘 */
#nt_menu .me-icon .me-a {
    transition: color 0.3s ease;
}
#nt_menu .me-icon:hover .me-a {
    color: #025b7f;
}


/* 메뉴 상단 고정 (Sticky) */
#nt_sticky_wrap.me-sticky {
    /* position: fixed !important; */
    /* width: 100%; */
    /* z-index: 999; */
    /* left: 0; */
    /* top: 52px; */
    /* background: #ffffff; */
    /* transition: none; */ /* top 애니메이션 제거 */
}

#nt_sticky_wrap.me-sticky .nt-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

header.scrolled {
  box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); /* 아래쪽 그림자 *//
}


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky {/* position:fixed; *//* width:100%; *//* z-index:900; *//* left:0; *//* top:0; */}
#nt_sticky_wrap.me-sticky .header-logo { width:auto; height:25px; }
@media all and (min-width:992px) {
	#nt_sticky_wrap.me-sticky #header_pc { box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); }
	.wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto !important; }
	.wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 0 0 auto !important; }
	.wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto 0 0 !important; }
}


/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title {position:relative;overflow:hidden;color: #bdbdbd;background: #010611;}
#nt_title .nt-container { position:relative; z-index:2; height:70px; }
#nt_title .page-title { font-size:26px; letter-spacing:-1px; line-height:1.4; }
#nt_title .breadcrumb a { color:#333; }
#nt_title .breadcrumb-item + .breadcrumb-item::before {	font-family: dotum;	font-weight: normal; color:#aaa; content:">"; }
@media all and (max-width:991px) {
	.responsive #nt_title .page-title { font-size:24px; letter-spacing:0; }
}
@media all and (max-width:767px) {
	.responsive #nt_title .page-title { font-size:22px; }
	.responsive #nt_title .nt-container { height:60px; }
}
@media all and (max-width:575px) {
	.responsive #nt_title .page-title { font-size:20px; }
	.responsive #nt_title .nt-container { height:50px; }
}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container { position:relative; overflow:visible !important; }
#nt_wing img { max-width:100%; }
#nt_wing .wing-left,
#nt_wing .wing-right {position:absolute;width: 133px;}
#nt_wing .wing-left {left: -153px;}
#nt_wing .wing-right {right: -165px;}
.boxed-b #nt_wing .wing-left { left:-200px; }
.boxed-b #nt_wing .wing-right { right:-200px; }

/********************************************************
■ Footer 
********************************************************/
#nt_footer .nt-links ul { list-style: none; margin: 0; padding:0; }
#nt_footer .nt-links ul > li { float: left; padding: 0 13px; }
#nt_footer ul > li:first-child { padding-left:0; }
#nt_footer ul > li:last-child { padding-right:0; }
#nt_footer .nt-links ul > li::after {font-family: dotum;font-weight: normal;float: right;color: #8b949e;content: "|";margin-right:-15px;}
#nt_footer .nt-links ul > li:last-child::after { content: ""; }
#nt_footer .nt-links ul > li > a {color: #333;white-space:nowrap;}
@media all and (max-width:991px) {
	.responsive #nt_footer .nt-links ul > li { float:none; display:inline-block; }
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 { padding:0; margin:0; font-weight:bold; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { display:block; position:relative; height:3px; border: none; line-height:1px; padding:0;	margin:0; }
hr.hr::after { width:4.0rem; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }
@media all and (max-width:575px) {
	.responsive h3.h3 {	padding-left:1.0rem; padding-right:1.0rem; }
	.responsive hr.hr::after { left:1.0rem;	}
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner { font-size:1.0rem !important; }

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after { top:0.15rem !important; width:1.4rem !important; height:1.4rem !important; }

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span { cursor: pointer; padding-left:0.5rem !important; }

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after { margin-top:2px; }

/* Button */
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }

/* Form */
.col-form-label { font-weight:bold; }

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus { color: #333; }

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img { border-radius: 0.3rem !important; }

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item { border-radius:0 !important; }

/* ============================================= */
/* Wrapper Div를 이용한 메뉴 중앙 정렬 (최종) */
/* ============================================= */
.menu-center-wrapper {
	z-index:1;
    display: flex;
    justify-content: center;
	transform: translateX(-22px); /* 20px만큼 왼쪽으로 이동 */
	transition: all 0.3s ease-in-out;
}

.menu-center-wrapper.me-sticky {
    /* 고정될 때의 스타일 */
    /* background-color: #E0E0E0; */ /* 실제 고정될 때의 배경색 */
    /* border: 2px solid #7f7f80; */
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.2); */
}

/* 전체 텍스트 선택(드래그) 스타일 변경 */
::selection {
    background-color: #007bff; /* 원하는 색상 (예: 표준 파란색) */
    color: #ffffff; /* 텍스트 색상 (예: 흰색) */
}

.sticky-sidebar-inner {
  position: sticky;
  top: 20px;
}

/******************************* 커스텀 *******************************/

/* 박스 전체 */
.side-box {
    width: 93%;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);
}

/* 헤더 부분 (검정색 바탕 + 흰 글씨) */
.side-box .side-title {
    padding: 5px 14px;
    background: linear-gradient(145deg, #2c3e50, #1a252f);
    color: #D9D9D9;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0px;
    cursor: pointer;
    /* line-height: 34px; */
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .1), 0px 1px 3px rgba(0, 0, 0, 0.9);
    border: 1px solid #000;
}

/* 아이콘 간격 */
.side-box .side-title i {
    margin-right: 6px;
}

/* 내용 영역 */
.side-box .side-body {
    padding: 10px 12px;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
}

#nt_sticky_wrap {
    transition: none;
    position: sticky;
    z-index: 10;
}

body.sticky-head #nt_sticky_wrap {
    position: fixed !important;
}

/* sticky일 때 글자 높이 변화 제거 */
#nt_sticky_wrap.me-sticky .me-a {
    padding: 1.25rem 1rem !important;
    line-height: 1.5 !important;
}

/* 실제 상단만 fixed */
#nt_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 22;
}


/* ================================================================
   === CUSTOM STICKY/LAYOUT PATCH (맨 아래 커스텀 오버라이드) ===
   - 기존 코드는 그대로 두고, 떨림/점프 제거 + 중앙정렬 + 사이즈 조정만 덮어쓰기
================================================================ */

/* (1) 헤더 줄맞춤 안정화 */
#header_pc .nt-container > .d-flex {
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
}
/* (3) 가운데 메뉴: 중앙 배치 */
.menu-center-wrapper.ml-auto {margin-right: 86px !important;display: inline-block;margin: 0px 20px -2px -1px !important;}
.menu-center-wrapper {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
  transform: none !important;  /* 기존 translateX 보정 해제 */
  transition: none !important;
}

/* (4) 메뉴 링크 높이 고정(전환 떨림 방지) */
#nt_menu .me-a {
  padding: 1.25rem 1rem !important;
  line-height: 1.5 !important;
  transition: none !important;
}

/* (6) sticky 상태에서도 동일 레이아웃 유지 */
#nt_sticky_wrap.me-sticky {
  position: fixed;
  width: 100% !important;
  z-index: 999 !important;
  left: 0 !important;
  top: -11px !important;
  background: #ffffff !important;
  box-shadow: 0 5px 5px -2px rgba(50, 60, 70, 0.15) !important;
  /* transition: none !important; */
}
#nt_sticky_wrap.me-sticky .nt-container {
  padding-top: 5px !important;
  padding-bottom: 42px !important;
}

/* (7) 밑줄 애니메이션만 유지(레이아웃 비영향) */
#nt_menu .me-a::after { transition: width 0.2s ease !important; }

#nt_sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
  background: #ffffff;
  
  /* 기본 상태: 그림자 없음 */
  box-shadow: 0 6px 12px rgba(0,0,0,0);
  transition: box-shadow 0.6s ease;
}

#nt_sticky.shadow {
  /* 스크롤 내렸을 때만 그림자 */
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* === custom header add-ons === */

/* ---------- 공통 레이아웃 ---------- */
.menu-center-wrapper{ flex:1 1 auto; min-width:0; }

/* 우측 퀵버튼+검색 래퍼 (세로 스택) */
.custom_tools.vertical{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
  width:100%;
}

/* ================================================================
   헤더 버튼 (가격안내, 이용방법, 문의) 스타일
================================================================ */

.header-actions .custom_btn {
    padding: 0.6rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #ffffff;
    border: none;
    cursor: pointer;
    text-decoration: none; /* a 태그의 밑줄 제거 */
    display: inline-block; /* a 태그에 크기를 주기 위함 */
    text-align: center; /* 텍스트 중앙 정렬 */
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.08);
}

.header-actions .custom_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.08);
}

.header-actions .custom_btn:active {
    transform: translateY(0);
}

/* HTML에서 a 태그에 맞는 클래스를 추가해주세요. 
   예: <a href="/bbs/price.php" class="custom_btn btn-primary">가격안내</a> */

/* 가격안내 버튼 */
.custom_btn.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* 이용방법 버튼 */
.custom_btn.btn-secondary {
    background: linear-gradient(135deg, #38b2ac 0%, #38a169 100%);
}

/* 문의 버튼 */
.custom_btn.btn-success {
    background: linear-gradient(135deg, #f56565 0%, #ed64a6 100%);
}

/* ---------- 검색창 ---------- */
.header-search{ width:380px; } /* 필요시 360~420px로 조절 */
.header-search .input-group.input-group-lg{ width:100%; }
.header-search .input-group.input-group-lg .form-control{
  height:36px;
  padding:0 12px;
}
.header-search .input-group-append .btn{
  height:36px;
  display:flex;
  align-items:center;
}

/* ---------- 헤더 컴팩트 간격(세로 여백 축소) ---------- */
#header_pc .nt-container{padding-top: 0px;}

/* 상단 메뉴 항목 패딩 줄여서 전체 높이 낮추기 */
#nt_menu_wrap nav > ul > li > a{
  padding:10px 14px;  /* before: 보통 14~18px */
  line-height:1.2;
}

/* 상단 구분선이 있다면 여백 최소화 */
#nt_header hr{ margin:6px 0; }

/* ---------- 반응형 조정 ---------- */
@media (max-width:1280px){
  /* 헤더 전체 좀 더 타이트하게 */
  #header_pc .nt-container{ padding-top:8px; padding-bottom:6px; }

  .header-search{ width:320px; }

  /* 메뉴 패딩도 한 단계 더 줄이기(옵션) */
  #nt_menu_wrap nav > ul > li > a{ padding:8px 12px; }
}

@media (max-width:1024px){
  /* 좁은 화면에서는 버튼 숨기고 검색만 남기기 */
  .custom_quicknav{ display:none; }
  .custom_tools.vertical{ align-items:stretch; }
  .header-search{ width:auto; }
}

/* (선택) 아주 넓은 화면에서 검색 폭 살짝 넉넉하게 */
@media (min-width:1600px){
  .header-search{ width:420px; }
}

.prelaunch-banner{border:1px solid #e5e7eb;border-radius:8px;padding:10px;margin:10px 0;display:flex;gap:10px;align-items:center;justify-content:space-between;background:#f9fafb}
.cards-skeleton-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:12px 0}
@media(min-width:768px){.cards-skeleton-wrap{grid-template-columns:repeat(4,1fr)}}
.card-skeleton{border:1px solid #e5e7eb;border-radius:8px;padding:10px;background:#f9fafb}
.card-skeleton .sk-thumb{height:80px;background:#e5e7eb;border-radius:6px;margin-bottom:8px}
.card-skeleton .sk-line{height:12px;background:#e5e7eb;border-radius:4px;margin:6px 0}
.card-skeleton .sk-line.short{width:60%}
.empty-cta{border: 1px solid #adadad;border-radius: 5px;padding:16px;text-align:center;background:#f8fafc;margin-top:12px}
.empty-cta .empty-title{font-weight:700;font-size:1.05rem;margin-bottom:4px}
.empty-cta .empty-sub{color:#64748b;font-size:.9rem}

/* 공통 스켈레톤 토큰 */
.sk-thumb{display:block;width:120px;height:80px;background:#e5e7eb;border-radius:6px}
.sk-line{display:block;height:12px;background:#e5e7eb;border-radius:4px;margin:6px 0}
.sk-line.short{width:60%}
.sk-line.tiny{width:48px;height:10px}
.sk-chip{display:inline-block;height:20px;min-width:56px;background:#e5e7eb;border-radius:999px;margin-right:6px}
.sk-chip.short{min-width:40px}
.sk-block.sk-no{display:inline-block;width:28px;height:14px;background:#e5e7eb;border-radius:4px}

/* 리스트형 행 정렬(당신의 현재 list-item-* 구조와 그대로 호환) */
.prelaunch-skel-board .list-item-container{display:grid;grid-template-columns:60px 140px 1fr 120px 120px;align-items:center;gap:12px;padding:10px 8px;border-bottom:1px solid #f0f0f0}
.prelaunch-skel-board .list-item-thumb{display:flex;align-items:center;gap:6px}
.prelaunch-skel-board .na-title .sk-line:first-child{width:80%}

/* 카드형 그리드(이미 쓰는 것과 동일) */
.cards-skeleton-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:12px 0}
@media(min-width:768px){.cards-skeleton-wrap{grid-template-columns:repeat(4,1fr)}}
.card-skeleton{border:1px solid #e5e7eb;border-radius:8px;padding:10px;background:#f9fafb}
.card-skeleton .sk-thumb{width:100%;height:80px}

/* ================================================================
   최상단 유틸리티 바 (밝은 테마)
   - HTML의 <aside> 태그에서 style="..." 속성을 제거해야 적용됩니다.
================================================================ */

/* 1. 바의 전체적인 배경과 디자인을 수정합니다. */
#nt_lnb {
    background: #f8f9fa !important; /* 아주 연한 회색 배경 */
    border-bottom: 1px solid #e5e7eb; /* 하단 구분선 */
    box-shadow: none !important; /* 기존 그림자 효과 제거 */
    padding: 0px 0 !important; /* 상하 여백 재조정 */
    font-size: 13px;
}

/* 2. 내부 컨테이너의 최대 너비와 정렬을 설정합니다. */
#nt_lnb .nt-container {
    max-width: 1600px;
    margin: 0 auto;
}

/* 3. 링크와 텍스트의 색상을 밝은 테마에 맞게 변경합니다. */
#nt_lnb ul li a,
#nt_lnb ul li {
    color: #555; /* 기본 텍스트 색상 (중간 회색) */
    transition: color 0.2s ease;
}

/* 4. 링크에 마우스를 올렸을 때 색상을 변경합니다. */
#nt_lnb ul li a:hover {
    color: #1f2937; /* 더 진한 색으로 변경 */
}

/* 5. 알림, 접속자 수 등 강조되던 텍스트 색상을 수정합니다. */
#nt_lnb .orangered {
    color: #ef4444 !important; /* 밝은 테마에 어울리는 빨간색 */
    font-weight: bold;
}