@charset "utf-8";
/* ==========================================================================
   ONWEB 리빌더 · 헤더 색상 자유화 — set.point.header.css            v1.0.0
   --------------------------------------------------------------------------
   set.header.css 의 co_header1~6 (6색 × 10규칙 = 63줄)을 1벌로 대체합니다.
   set.header.css 는 수정하지 않습니다. 이 파일이 특이도로 덮습니다.

       레거시   .co_header3 #header                          특이도 (1,1,0)
       이 파일  :root:root [class*="co_header"]:not(…) #header  특이도 (1,4,0)

   동작
     co_header = 0        →  이 파일이 걸리지 않음 → 흰 배경(레거시) 유지
     co_header = 1~6      →  전부 "강조컬러 배경" 으로 통일
     co_header 값 없음    →  걸리지 않음 → 테마 기본(반투명 흰색)

   ★ 강조컬러와 헤더색을 다르게 쓰던 사이트는 헤더색이 바뀝니다.
     그대로 두려면 이 파일을 올리지 마세요. 강조컬러(set.point.css)만
     써도 정상 동작합니다.

   덤 : 레거시 .co_header4 의 border 값이 #68ED10066 (7자리) 이라
        연두 헤더에서 마이버튼 테두리가 통째로 빠져 있었습니다.
        이 파일에서는 자연히 해소됩니다.
   ========================================================================== */

:root:root [class*="co_header"]:not(.co_header0) #header {
    background-color: var(--rb-point-95, rgba(0,163,255,.95));
    border-bottom: 1px solid var(--rb-point, #00A3FF);
}

/* 로고 옆 아이콘 · 메뉴 · 회원정보 — 강조색 위에 얹히므로 대비 자동 반전 */
:root:root [class*="co_header"]:not(.co_header0) #header .tog_wrap button svg path { fill: var(--rb-point-on, #fff); }
:root:root [class*="co_header"]:not(.co_header0) #header .gnb_wrap nav a { color: var(--rb-point-on, #fff); }
:root:root [class*="co_header"]:not(.co_header0) #header .gnb_wrap .snb_wrap .qm_wrap button svg path { fill: var(--rb-point-on, #fff); }
:root:root [class*="co_header"]:not(.co_header0) #header .gnb_wrap .snb_wrap .qm_wrap a svg path { fill: var(--rb-point-on, #fff); }
:root:root [class*="co_header"]:not(.co_header0) #header .gnb_wrap .snb_wrap .member_info_wrap span { color: var(--rb-point-on, #fff); }
:root:root [class*="co_header"]:not(.co_header0) #header .gnb_wrap .snb_wrap .member_info_wrap a { color: var(--rb-point-on, #fff); }
:root:root [class*="co_header"]:not(.co_header0) #header .gnb_wrap .snb_wrap .member_info_wrap { color: var(--rb-point-soft, rgba(255,255,255,.72)); }

/* 마이버튼 — 기본은 강조색 테두리, arr_bg 는 글자색 테두리 */
:root:root [class*="co_header"]:not(.co_header0) #header .my_btn_wrap .btn_round { border: 1px solid var(--rb-point, #00A3FF); }
:root:root [class*="co_header"]:not(.co_header0) #header .my_btn_wrap .btn_round.arr_bg { border: 1px solid var(--rb-point-on, #fff); }
