/* =========================
   커스텀 다크 SaaS 테마
   - 기본 테마 CSS 위에 덮어쓰기용
========================= */

body {
    background: #0b0f0c;
    color: #e8efe8;
}

a {
    transition: all .2s ease;
}

#hd,
#wrapper,
#container_wr,
#container {
    background: transparent;
}

/* =========================
   최상단 링크줄
========================= */
#tnb {
    background: #070a08;
    border-bottom: 1px solid rgba(162, 255, 120, 0.10);
}

/* =========================
   최상단 링크줄 및 전체 넓이 공통 설정
========================= */
#tnb .inner,
#hd_wrapper,
.gnb_wrap,
#container,
#ft_wr,
#ft {
    max-width: 1650px !important;  /* 본문과 헤더 모두 1650px로 강제 고정 */
    width: 96% !important;         /* 모니터 화면의 96%를 꽉 채우도록 강제 */
    margin-left: auto !important;
    margin-right: auto !important;
}

#hd_qnb li a,
.hd_login li a {
    color: #bfcabf;
}

#hd_qnb li a:hover,
.hd_login li a:hover {
    color: #d8ff9d;
}

/* 커뮤니티 | 쇼핑몰 제거 */
#hd_define {
    display: none !important;
}

/* =========================
   헤더 본체
========================= */
#hd_wrapper {
    background:
        radial-gradient(circle at 20% 20%, rgba(154, 255, 116, 0.12), transparent 28%),
        radial-gradient(circle at 85% 15%, rgba(154, 255, 116, 0.08), transparent 24%),
        #0b0f0c;
    border-bottom: 1px solid rgba(162, 255, 120, 0.10);

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    padding: 22px 0 !important;
    min-height: 96px !important;
    box-sizing: border-box;
}

/* 로고 완전 제거 */
#logo {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* 검색영역 */
.hd_sch_wr {
    flex: 1 1 auto !important;
    max-width: 560px !important;
    width: 100% !important;
    margin: 0 !important;
}

#hd_sch {
    width: 100% !important;
    margin: 0 !important;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(162, 255, 120, 0.14) !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
}

#hd_sch form {
    display: flex;
    align-items: center;
    width: 100%;
}

#hd_sch #sch_stx {
    background: transparent !important;
    color: #eef8e8 !important;
}

#hd_sch #sch_stx::placeholder {
    color: #93a08f !important;
}

#sch_submit {
    color: #c9ff8a !important;
}

/* 인기검색어 숨김 */
.hd_sch_wr .popular {
    display: none !important;
}

/* 로그인 링크 우측 고정 */
.hd_login {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    width: auto !important;
}

.hd_login li {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.hd_login a {
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* =========================
   메뉴
========================= */
#gnb {
    background: #101510;
    border-top: 1px solid rgba(162, 255, 120, 0.08);
    border-bottom: 1px solid rgba(162, 255, 120, 0.08);
}

#gnb .gnb_1da,
#gnb .gnb_al_a,
#gnb .gnb_2da {
    color: #dfe7dd;
}

#gnb .gnb_1da:hover,
#gnb .gnb_al_a:hover,
#gnb .gnb_2da:hover {
    color: #d8ff9d;
}

/* =========================
   본문 배경
========================= */
#wrapper {
    padding-bottom: 60px;
    background:
        radial-gradient(circle at 15% 18%, rgba(155,255,121,0.06), transparent 25%),
        radial-gradient(circle at 88% 42%, rgba(155,255,121,0.05), transparent 20%),
        #0b0f0c;
}

#container_wr {
    background: transparent;
}

#container {
    padding-top: 40px;
    color: #eef4eb;
}

/* =========================
   아래 기본 로그인박스 숨김
========================= */
#ol_before,
#ol_after {
    display: none !important;
}

/* =========================
   HERO
========================= */
.hero-section {
    margin-bottom: 36px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
}

.hero-copy,
.hero-panel-box,
.mini-info-card,
.cta-box {
    border: 1px solid rgba(162, 255, 120, 0.18);
    box-shadow: 0 10px 40px rgba(0,0,0,0.22);
}

.hero-copy {
    border-radius: 28px;
    padding: 42px;
    background:
        radial-gradient(circle at top left, rgba(162,255,120,0.10), transparent 30%),
        #101510;
}

.hero-badge,
.section-kicker,
.panel-mini-badge,
.mini-kicker {
    display: inline-block;
    border: 1px solid rgba(162, 255, 120, 0.20);
    background: rgba(162, 255, 120, 0.08);
    color: #d8ff9d;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hero-title {
    margin: 18px 0 14px;
    font-size: 46px;
    line-height: 1.2;
    color: #f5fbf0;
    font-weight: 800;
}

.hero-title span {
    color: #c9ff8a;
}

.hero-desc,
.section-desc,
.mini-info-card p,
.hero-panel-box p {
    color: #99a89c;
    font-size: 15px;
    line-height: 1.8;
}

.hero-actions,
.cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 48px;
    padding: 0 20px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #b8ff73, #8de14a);
    color: #0a0f09;
    box-shadow: 0 10px 30px rgba(141, 225, 74, 0.25);
}

.btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.btn-secondary {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(162, 255, 120, 0.18);
    color: #e6f4e1;
}

.btn-secondary:hover {
    background: rgba(162,255,120,0.08);
    color: #d8ff9d;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 26px;
}

.stat-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(162, 255, 120, 0.12);
    border-radius: 18px;
    padding: 18px;
}

.stat-card strong {
    display: block;
    margin-bottom: 6px;
    color: #f6fff3;
    font-size: 15px;
}

.stat-card span {
    color: #8f9b90;
    font-size: 13px;
}

.hero-panel {
    display: flex;
}

.hero-panel-box {
    width: 100%;
    border-radius: 28px;
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(162,255,120,0.12), transparent 28%),
        #121812;
}

.hero-panel-box h3 {
    margin: 16px 0 12px;
    font-size: 28px;
    color: #f6fff3;
}

.panel-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.panel-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #c7d4c6;
}

.panel-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b8ff73;
}

/* =========================
   공통 섹션
========================= */
.section-wrap {
    margin-bottom: 28px;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.section-title {
    margin: 10px 0 8px;
    font-size: 28px;
    color: #f4fff0;
    font-weight: 800;
}

.section-link {
    color: #c9ff8a;
    font-weight: 700;
    text-decoration: none;
}

.section-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mini-info-card {
    display: block;
    border-radius: 22px;
    padding: 24px;
    background: #121812;
    text-decoration: none;
}

.mini-info-card strong {
    display: block;
    margin: 14px 0 10px;
    font-size: 22px;
    color: #f4fff0;
}

/* =========================
   CTA
========================= */
.cta-box {
    border-radius: 28px;
    padding: 30px;
    background:
        radial-gradient(circle at 85% 20%, rgba(162,255,120,0.10), transparent 30%),
        #101510;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* =========================
   푸터
========================= */
#ft {
    background: transparent;
    color: #8c978b;
}

#ft a {
    color: #b7c4b4;
}

#ft a:hover {
    color: #d8ff9d;
}

/* =========================
   반응형
========================= */
@media (max-width: 991px) {
    .hero-grid,
    .section-grid-3,
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .cta-box {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-copy,
    .hero-panel-box,
    .mini-info-card,
    .cta-box {
        padding: 24px;
    }

    #hd_wrapper {
        flex-wrap: wrap !important;
    }

    .hd_sch_wr {
        max-width: 100% !important;
        width: 100% !important;
    }

    .hd_login {
        width: 100% !important;
        justify-content: flex-end !important;
    }
}

/* 검색창 내부 빈 공간 채우기 */
#hd_sch #sch_stx {
    flex: 1 !important;          /* 빈 공간을 입력칸이 모두 차지하도록 꽉 채움 */
    width: 100% !important;
    padding-left: 15px !important;
    border: none !important;
    outline: none !important;
}

#sch_submit {
    padding-right: 15px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
}

/* 본문(콘텐츠) 영역 넓이 강제 확장 */
#container {
    max-width: 1650px !important;  /* 헤더와 동일한 크기로 제한 해제 */
    width: 96% !important;         /* 화면에 꽉 차도록 강제 적용 */
    margin: 0 auto !important;     /* 가운데 정렬 강제 적용 */

/* 1. 사이트 전체 폭 확장 (원하시는 1460px 기준) */
#hd_wrapper, #wrapper, .container {
    max-width: 1460px !important;
    width: 100%;
}

/* 2. 불필요한 요소 제거 (로고, 상단 텍스트, 사이드 로그인박스) */
#hd_define,             /* 상단 커뮤니티|쇼핑몰 텍스트 숨김 */
#logo,                  /* 기본 로고 영역 숨김 */
#aside,                 /* 우측 또는 하단에 남는 기본 로그인박스 영역 숨김 */
.hp_content {           /* 기타 기본 위젯 숨김 */
    display: none !important;
}

/* 3. 헤더 정렬 정상화 */
#hd_wrapper {
    display: flex;
    justify-content: space-between; /* 검색창과 로그인 메뉴를 양옆으로 */
    align-items: center;
    padding: 20px 0;
}

.hd_sch_wr {
    flex-grow: 1;
    display: flex;
    justify-content: center; /* 검색창을 중앙으로 */
}

.hd_login {
    position: static !important; /* 기본 위치 무시하고 flex 흐름 따름 */
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
}

/* 4. 다크 테마 기본 배경 유지 */
body {
    background-color: #0b0f0b !important;
    color: #eee;
}
}