@charset "utf-8";

/* === 변형 색상 오버라이드 === */
:root {
  --point-color: #c9a84c;
  --variation-header-bg: rgba(0,0,0,0.85);
  --variation-header-text: #fff;
}
/* Variation D: 다크 프리미엄 — Dark header always, gold (#c9a84c) accents */

/* 헤더: 항상 다크, 투명 아님 */
header {
    background: #1a1a2e !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.4) !important;
}
header.fixed {
    background: #1a1a2e !important;
    box-shadow: 0 4px 30px rgba(0,0,0,0.5) !important;
}
header .hd_wrap {
    padding: 12px 40px !important;
}
header .gnb_1da { color: #e0d8c8 !important; }
header nav > ul > li > a {
    color: #e0d8c8 !important;
}
header nav > ul > li > a:hover {
    color: #c9a84c !important;
}
header .hd_tel { color: #c9a84c !important; font-weight: 700 !important; }
header .logo { display: none !important; }
header .logo02 { display: block !important; }
header.fixed .logo { display: none !important; }
header.fixed .logo02 { display: block !important; }
#gnb .gnb_menu_btn { color: #e0d8c8 !important; }

/* 서브 배너: 다크 */
.sub_bg {
    min-height: 220px !important;
    height: 220px !important;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
}
.sub_bg h2 strong {
    color: #c9a84c !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}
.sub_bg h2 .sub-title {
    color: rgba(201,168,76,0.6) !important;
    letter-spacing: 3px;
}

/* 서브 타이틀 */
.sub_title > h2.tit01 {
    color: #c9a84c !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    border-bottom: 2px solid #c9a84c;
    display: inline-block !important;
    padding-bottom: 8px !important;
}
.sub_title > h2.tit02 {
    color: #1a1a2e !important;
    font-weight: 800 !important;
}

/* 내용관리 테이블: 골드 보더 */
#ctt table {
    border-top: 4px solid #c9a84c !important;
}
#ctt table tr td {
    border-bottom: 1px solid #e8e0cc !important;
}
#ctt table tr td:first-child {
    background: #1a1a2e !important;
    color: #c9a84c !important;
    font-weight: 600 !important;
}

/* 사업개요 */
.property-container .info-row {
    border-bottom: 1px solid #e8e0cc !important;
}
.property-container .category {
    background: #1a1a2e !important;
    color: #c9a84c !important;
    font-weight: 600 !important;
}

/* 퀵메뉴 */
#quick .quick_menu ul > li {
    background: #1a1a2e !important;
    border: 1px solid #c9a84c !important;
}
#quick .quick_menu a i { color: #c9a84c !important; }
#quick .quick_menu a strong { color: #e0d8c8 !important; }

/* 방문예약 폼 */
.main_sec03 input[type="text"],
.main_sec03 select {
    border: 1px solid #c9a84c !important;
    border-radius: 4px !important;
    background: #fdfaf3 !important;
}
.main_sec03 .btn_submit {
    background: #c9a84c !important;
    color: #1a1a2e !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
}

/* 탭 메뉴 */
.custom-tablink {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color: #666 !important;
}
.custom-tablink.active {
    background: #1a1a2e !important;
    border-color: #1a1a2e !important;
    color: #c9a84c !important;
}

/* 메인 비주얼 */
.main-v .txt {
    text-shadow: 0 2px 20px rgba(0,0,0,0.6) !important;
}

/* 메인 섹션 타이틀 */
#main-wrap .content_wrap .inner_wrap > h2.tit {
    background: #1a1a2e !important;
    color: #c9a84c !important;
}

/* 양쪽 사이드 장식 제거 */
#main-wrap .main_inner:after,
#main-wrap .main_inner:before {
    display: none !important;
}

/* 푸터: 다크 + 골드 */
footer {
    background: #0f0f1a !important;
    color: #b0a890 !important;
    border-top: 3px solid #c9a84c !important;
}
footer a { color: #c9a84c !important; }

/* 전체메뉴 패널 */
#gnb_all .gnb_panel{background:#1a1a2e;}
#gnb_all .gnb_al_li > a.gnb_al_a{color:#c9a84c;}
#gnb_all .gnb_al_li li a{color:#e0d8c8;}

/* 서브타이틀 */
#sub_menu_title strong{color:#e0d8c8;text-shadow:1px 1px 3px rgba(0,0,0,0.5);}
#sub_menu_title span{color:#c9a84c;}

