/*
 * =====================================================
 *  Gold Apple - Gold Theme Override CSS
 *  블루톤 → 골드톤 색상 변환 오버라이드
 * =====================================================
 *
 *  [블루 → 골드 색상 매핑표]
 *  #003c6f  (헤더 배경 다크 블루)      → #5a3a00  (다크 골드 브라운)
 *  #003353  (헤더 보더 다크 블루)      → #4a2e00  (딥 골드 브라운)
 *  #004987  (사이드 네비 배경 블루)    → #7a4a00  (미디엄 골드 브라운)
 *  #0b4677  (포인트 텍스트 다크 블루)  → #8b6914  (다크 골드)
 *  #0a3269  (버튼 배경 다크 블루)      → #7a5200  (딥 골드)
 *  #0095ba  (포인트 텍스트 블루)       → #c8960c  (골드)
 *  #0095b0  (버튼 배경 블루)           → #b8860b  (다크 골드엔로드)
 *  #0e9ccb  (로그인 버튼 블루)         → #d4a017  (미디엄 골드)
 *  #125ccf  (버튼/팝업 블루)           → #b8860b  (다크 골드엔로드)
 *  #2cabf2  (로그인 버튼 라이트 블루)  → #e6b800  (브라이트 골드)
 *  #7795da  (탭 배경 블루)             → #d4af37  (메탈릭 골드)
 *  #90bfcf  (구분선 라이트 블루)       → #c9a84c  (라이트 골드)
 *  #05afc7  (결과 텍스트 블루)         → #c8960c  (골드)
 *  #162ba4  (배경 딥 블루)             → #7a5200  (딥 골드)
 *  #00283e  (테이블 보더 다크 블루)    → #4a3000  (다크 골드 브라운)
 *  #1653dc  (테이블 텍스트 블루)       → #b8860b  (다크 골드엔로드)
 *  #00b8ef  (버튼 블루)                → #e6b800  (브라이트 골드)
 *  #006786  (버튼 보더 다크 블루)      → #7a5200  (딥 골드)
 *  #007bc2  (버튼 호버 블루)           → #c8960c  (골드)
 *  #004c8c  (버튼 텍스트 다크 블루)    → #7a5200  (딥 골드)
 *  #c5f7ff  (버튼 배경 라이트 블루)    → #fff8dc  (크림 골드)
 *  #26abbf  (버튼 보더 블루)           → #d4a017  (미디엄 골드)
 *  #1c2e56  (타임 텍스트 다크 블루)    → #5a3a00  (다크 골드 브라운)
 *  #085fb8  (베팅박스 블루)            → #b8860b  (다크 골드엔로드)
 *  #1551cb  (베팅 버튼 블루)           → #c8960c  (골드)
 *  #12398d  (인풋 텍스트 블루)         → #8b6914  (다크 골드)
 *  #163c80  (버튼 배경 다크 블루)      → #7a5200  (딥 골드)
 *  #113f66  (카테고리 텍스트 블루)     → #5a3a00  (다크 골드 브라운)
 *  #20ddff  (카테고리 배경 라이트 블루)→ #fff0a0  (라이트 골드 옐로우)
 *  #0074D4  (날짜 텍스트 블루)         → #b8860b  (다크 골드엔로드)
 *
 * =====================================================
 */

/* =====================================================
   1. 헤더 (Header) - #003c6f → #5a3a00
   ===================================================== */

#header-wrap {
    background-color: #5a3a00 !important;
}

#header-wrap:before {
    border-bottom: 1px solid #4a2e00 !important;
    background-color: #5a3a00 !important;
}

/* =====================================================
   2. 사이드 네비게이션 (Side Navigation) - #004987 → #7a4a00
   ===================================================== */

#subNavi {
    background: #7a4a00 !important;
}

.lm-info div.login-on {
    border: 2px solid #7a4a00 !important;
}

/* =====================================================
   3. 로그인 버튼 - #2cabf2 → #e6b800 / #0e9ccb → #d4a017
   ===================================================== */

.lm-info .login-btn {
    border: 1px solid #e6b800 !important;
    background: #e6b800 !important;
    color: #3a2000 !important;
}

.LoginNew-Wrap .login-btn {
    background: #d4a017 !important;
    color: #fff !important;
}

.LoginNew-Wrap .logout-btn {
    background: #d4a017 !important;
    color: #fff !important;
}

/* =====================================================
   4. 로그인 정보 텍스트 색상 - #0095ba → #c8960c
   ===================================================== */

.lm-info div.login-on .stxt {
    color: #c8960c !important;
}

/* =====================================================
   5. 구분선 및 보조 텍스트 - #90bfcf → #c9a84c
   ===================================================== */

.LoginNew-Wrap .myinfo::before {
    color: #c9a84c !important;
}

.LoginNew-Wrap .findid::after {
    color: #c9a84c !important;
}

.LoginNew-Wrap .copy-link::after {
    color: #c9a84c !important;
}

/* =====================================================
   6. 팝업 타이틀 및 버튼 - #125ccf → #b8860b
   ===================================================== */

#layer-pop div.pop-title span {
    background: #b8860b !important;
}

#layer-pop div.charge-pop .ch-tab {
    background: #d4af37 !important;
}

#layer-pop div.charge-pop .bnts a:nth-child(1) {
    background-color: #b8860b !important;
}

#layer-pop div.charge-pop .bnts a:nth-child(2) {
    background-color: #c8960c !important;
    margin-left: 3%;
}

#layer-pop div.p2p-pop .bnts a:nth-child(1) {
    background-color: #b8860b !important;
}

#layer-pop div.p2p-pop .bnts a:nth-child(2) {
    background-color: #c8960c !important;
    margin-left: 3%;
}

#layer-pop .btn-login a {
    background: #b8860b !important;
}

#layer-pop .btn-search a {
    background: #b8860b !important;
}

#layer-pop .btn-findid a {
    background: #b8860b !important;
}

#layer-pop .btn-findpw a {
    background: #b8860b !important;
}

/* =====================================================
   7. 네비게이션 호버 및 활성 상태 - #0e9ccb → #d4a017
   ===================================================== */

.NEW_NAV li:hover {
    color: #fff !important;
    background-color: #d4a017 !important;
}

.NEW_NAV .active {
    color: #fff !important;
    background-color: #d4a017 !important;
}

.NEW_NAV2 td:hover {
    color: #fff !important;
    background-color: #d4a017 !important;
}

.NEW_NAV2 .active {
    color: #fff !important;
    background-color: #d4a017 !important;
}

.NEW_NAV3 td:hover {
    color: #fff !important;
    background-color: #d4a017 !important;
}

.NEW_NAV3 .active {
    color: #fff !important;
    background-color: #d4a017 !important;
}

/* =====================================================
   8. 메인 포인트 색상 - #0b4677 → #8b6914
   ===================================================== */

.msec-game li .point {
    color: #8b6914 !important;
}

.msec-game li .point2 {
    color: #8b6914 !important;
}

.msec-game li .point2 span {
    color: #8b6914 !important;
}

/* =====================================================
   9. 메인 소개 섹션 포인트 - #0095ba → #c8960c
   ===================================================== */

.msec-intro li .point {
    background: #fffbea !important;
    border: 1px solid #c8960c !important;
}

.msec-intro li .point span {
    color: #c8960c !important;
}

/* =====================================================
   10. 고정 너비 버튼 - #0a3269 → #7a5200
   ===================================================== */

.fixwidth .fixwidth-R a {
    background-color: #7a5200 !important;
    color: #fff !important;
}

/* =====================================================
   11. 콘텐츠 버튼 - #0095b0 → #b8860b / #125ccf → #b8860b
   ===================================================== */

.btn-confirm a {
    background-color: #b8860b !important;
}

.btn-copy a {
    background-color: #b8860b !important;
}

.btn-search a {
    background-color: #b8860b !important;
}

.btn-calc a {
    background-color: #b8860b !important;
}

.btn-confirm.buy a {
    background-color: #b8860b !important;
}

/* =====================================================
   12. 라디오 버튼 체크 색상 - #0095b0 → #b8860b
   ===================================================== */

.Buy-list .bd-A .radiobox input:checked {
    background: #b8860b !important;
}

.withdrawal .radiobox input:checked {
    background: #b8860b !important;
}

.RadioDefault .radiobox input:checked {
    background: #b8860b !important;
}

/* =====================================================
   13. 결과 텍스트 색상 - #05afc7 → #c8960c
   ===================================================== */

.Buy-list .check .result {
    color: #c8960c !important;
}

.Buy-list .check .result2 {
    color: #c8960c !important;
}

.Buy-list-p2p .check .result {
    color: #c8960c !important;
}

.Buy-list-p2p .check .result2 {
    color: #c8960c !important;
}

#charge {
    color: #c8960c !important;
}

/* =====================================================
   14. 배경 딥 블루 - #162ba4 → #7a5200
   ===================================================== */

.Buy-list .check .transaction .title,
.Buy-list-p2p .check .transaction .title {
    background-color: #7a5200 !important;
    color: #f2de6c !important;
}

/* =====================================================
   15. 테이블 보더 및 텍스트 - #00283e → #4a3000 / #1653dc → #b8860b
   ===================================================== */

.table-01 table {
    border-top: 4px solid #4a3000 !important;
}

.table-01 .date_in {
    color: #b8860b !important;
}

.table-02 table {
    border-top: 4px solid #4a3000 !important;
}

.table-02 table tr td:nth-child(1) {
    color: #b8860b !important;
}

/* =====================================================
   16. 카테고리 활성 상태 - #20ddff → #fff0a0 / #113f66 → #5a3a00
   ===================================================== */

.category .on {
    background-color: #fff0a0 !important;
    border-color: #5a3a00 !important;
    color: #5a3a00 !important;
}

.category-p2p .on {
    background-color: #fff0a0 !important;
    border-color: #d4af37 !important;
    color: #5a3a00 !important;
}

.category2 .on {
    background-color: #fff0a0 !important;
    border-color: #5a3a00 !important;
    color: #5a3a00 !important;
}

/* =====================================================
   17. 자동 버튼 - #00b8ef → #e6b800 / #006786 → #7a5200
   ===================================================== */

.auto .auto-button-selected {
    background-color: #e6b800 !important;
    border: 2px solid #7a5200 !important;
    color: #3a2000 !important;
}

.auto .auto-button-selected:hover {
    background: #c8960c !important;
}

/* =====================================================
   18. 스타 버튼 - #004c8c → #7a5200 / #c5f7ff → #fff8dc / #26abbf → #d4a017
   ===================================================== */

.star-button {
    color: #7a5200 !important;
    background-color: #fff8dc !important;
    border: 1px solid #d4a017 !important;
}

.star2-button {
    color: #7a5200 !important;
    background-color: #fff8dc !important;
    border: 1px solid #d4a017 !important;
}

/* =====================================================
   19. 게임 래퍼 - #1c2e56 → #5a3a00 / #085fb8 → #b8860b / #1551cb → #c8960c
   ===================================================== */

.game-wrap .topTime .time {
    color: #5a3a00 !important;
}

.game-wrap .betBox1 .number {
    background: #b8860b !important;
}

.game-wrap .betBox1 .bottom .btn100 {
    background: #c8960c !important;
}

.game-wrap .betBox .bottom .bettingArea input {
    color: #8b6914 !important;
}

/* =====================================================
   20. PC 버튼 - #163c80 → #7a5200
   ===================================================== */

.PC_btn_a03_af {
    background: #7a5200 !important;
    color: #fff !important;
}

/* =====================================================
   21. 날짜 텍스트 - #0074D4 → #b8860b
   ===================================================== */

.table-01 .date_in {
    color: #b8860b !important;
}

/* =====================================================
   22. 호버 효과 - feffa7 유지 (이미 골드 계열)
   ===================================================== */

/* =====================================================
   23. 스크롤바 및 기타 골드 강조
   ===================================================== */

/* 선택 강조 색상 */
::selection {
    background: #e6b800;
    color: #3a2000;
}

::-moz-selection {
    background: #e6b800;
    color: #3a2000;
}

/* =====================================================
   24. 링크 호버 색상 강조
   ===================================================== */

a:hover {
    color: #c8960c;
}

/* =====================================================
   25. 입력 폼 포커스 색상
   ===================================================== */

input:focus,
textarea:focus,
select:focus {
    outline-color: #d4a017 !important;
    border-color: #d4a017 !important;
}

/* =====================================================
   26. 스크롤바 스타일 (WebKit)
   ===================================================== */

::-webkit-scrollbar-thumb {
    background: #d4af37;
}

::-webkit-scrollbar-thumb:hover {
    background: #b8860b;
}

::-webkit-scrollbar-track {
    background: #f5f0e0;
}

/* =====================================================
   27. [수정] 메뉴 기본 색상 (호버 전) - 블루 구분선 → 골드 구분선
       #8ec0eb (블루 구분선) → #c9a84c (라이트 골드)
   ===================================================== */

/* NEW_NAV 메뉴 기본 배경 및 텍스트 색상 */
.NEW_NAV {
    background-color: #fdf0c0 !important;
    color: #5a3a00 !important;
}
.NEW_NAV li {
    border-right: 1px solid #c9a84c !important;
    color: #5a3a00 !important;
}
.NEW_NAV li:first-child {
    border-left: 1px solid #c9a84c !important;
}
.NEW_NAV li a {
    color: #5a3a00 !important;
}

/* NEW_NAV2 메뉴 기본 배경 및 텍스트 색상 */
.NEW_NAV2 {
    background-color: #fdf0c0 !important;
    color: #5a3a00 !important;
}
.NEW_NAV2 td {
    border-right: 1px solid #c9a84c !important;
    color: #5a3a00 !important;
}
.NEW_NAV2 td:first-child {
    border-left: 1px solid #c9a84c !important;
}
.NEW_NAV2 td a {
    color: #5a3a00 !important;
}

/* NEW_NAV3 메뉴 기본 배경 및 텍스트 색상 */
.NEW_NAV3 {
    background-color: #fdf0c0 !important;
    color: #5a3a00 !important;
}
.NEW_NAV3 td {
    border-right: 1px solid #c9a84c !important;
    color: #5a3a00 !important;
}
.NEW_NAV3 td:first-child {
    border-left: 1px solid #c9a84c !important;
}
.NEW_NAV3 td a {
    color: #5a3a00 !important;
}

/* =====================================================
   28. [수정] 새로고침 시 블루 배경 제거
       body#main 배경색 #155e9b (블루) → #8c5a05 (골드 브라운)
       bdbg.png 로드 전 배경색도 골드톤으로 통일
   ===================================================== */

body#main {
    background-color: #8c5a05 !important;
}

/* =====================================================
   29. [수정] styleDefault.css 블루 색상
       #1e64ba (skipNavi 블루)      → #b8860b (다크 골드)
       #0066b3 (라디오 체크 블루)   → #d4a017 (미디엄 골드)
       #6893c8 (체크박스/버튼 블루) → #c9a84c (라이트 골드)
       #004f9f (br-btn 다크 블루)   → #7a5200 (딥 골드)
   ===================================================== */

#skipNavi .skipLink:focus,
#skipNavi .skipLink:active {
    background: #b8860b !important;
    color: #fff !important;
}

.chk-radio input[type="radio"]:checked + label:before {
    background: #d4a017 !important;
}

.chk-check input[type="checkbox"]:checked + label:after {
    border-color: #c9a84c !important;
}

.chk-check input[type="checkbox"]:checked + label {
    color: #c9a84c !important;
}

.bl-btn {
    background: #c9a84c !important;
    border: 1px solid #c9a84c !important;
}

.br-btn {
    background: #7a5200 !important;
    border: 1px solid #7a5200 !important;
}

/* =====================================================
   28. [수정] 새로고침 시 블루 배경 제거
       body#main 배경색 #155e9b (블루) → #8c5a05 (골드 브라운)
       bdbg.png 로드 전 배경색도 골드톤으로 통일
   ===================================================== */

body#main {
    background-color: #8c5a05 !important;
}

/* =====================================================
   29. [수정] styleDefault.css 블루 색상
       #1e64ba (skipNavi 블루)      → #b8860b (다크 골드)
       #0066b3 (라디오 체크 블루)   → #d4a017 (미디엄 골드)
       #6893c8 (체크박스/버튼 블루) → #c9a84c (라이트 골드)
       #004f9f (br-btn 다크 블루)   → #7a5200 (딥 골드)
   ===================================================== */

#skipNavi .skipLink:focus,
#skipNavi .skipLink:active {
    background: #b8860b !important;
    color: #fff !important;
}

.chk-radio input[type="radio"]:checked + label:before {
    background: #d4a017 !important;
}

.chk-check input[type="checkbox"]:checked + label:after {
    border-color: #c9a84c !important;
}

.chk-check input[type="checkbox"]:checked + label {
    color: #c9a84c !important;
}

.bl-btn {
    background: #c9a84c !important;
    border: 1px solid #c9a84c !important;
}

.br-btn {
    background: #7a5200 !important;
    border: 1px solid #7a5200 !important;
}
