/* 레드 포인트색상 */ 

/* 기본으로 준비된 색상 이외의 포인트 색상으로 변경을 원하시면 */
/* 아래 코드에서 모든  [#f43142] [#c13030] 값을 원하시는 색상값으로 변경해주시면 됩니다 */



/* 공통 백그라운드 색상 */
.hangrd_1 { background:#f43142;  }   
.hangrd_2 { background:#c13030; } 
 

/* 카테고리 보더 색상 */
.hanbocol { border-color:#a91919 !important; }  
.hanbocolbg { background:#a91919 !important; } 
.hanbocol1 { border-color:#c13030 !important; }  
.hanbocol2 { border-color:#dd5151 !important; }  
.hanbocol2bg { background:#dd5151 !important; } 



/* 공통 호버시 백그라운드 */
.pogrd_hov:hover { background:#c13030 !important; color:#fdf048 !important;  }
.pogrd_hov:hover a { color:#fdf048 !important;  }
.pogrd_hov2:hover { background:#f43142 !important; color:#fdf048 !important;  }
.pogrd_hov2:hover a { color:#fdf048 !important;  }

 
/* 카테고리 */ 
#header .gnb_menu_box ul,
.topcate .cate_area1 .noimg .catedep2 { border-color: #c13030 !important; }
#header .gnb .depth3  { border-color: #f43142 !important; }
 
#header .gnb .depth1 > li > a:hover {background:#c13030; color:#fff;}
#header .gnb .depth1 > li > a.active {background:#c13030; color:#fff;}
#header .gnb .depth2 li a:hover{background:#f43142; color:#fff;}
#header .gnb .depth2 li a.active{background:#f43142; color:#fff;}
#header .gnb .depth3 li a:hover{background:#c13030; color:#fff;}
#header .gnb .depth3 li a.active{background:#c13030; color:#fff;}



/* 페이징 */ 
.hanpage_1 a:hover { border-color:#555555; }
.hanpage_1 a.selected { border-color:#c13030; }
.hanpage_2 a:hover { background-color:#555555; }
.hanpage_2 a.selected { background-color:#c13030; }
.hanpage_3 a:hover { background-color:#555555; }
.hanpage_3 a.selected { background-color:#c13030; }
#pager_mainror a.selected  {  border-top:3px solid #c13030;  }


/* 세로탭 선택시 */ 
/*  .vtab > ul > li.selected { background:#c13030; } 기존레드색상  */
.vtab > ul > li.selected { background:#6a80e6; }


/* 타임세일 배경색상 */ 
#carousel_time .item_group_type .item_cont {  background:#f43142; }

/* Best 100 순위표시 색상*/ 
.list100 .goods_list li .item_photo_box:before { background:#c13030; }


/* 전체 메뉴 버튼 */
#header .gnb_allmenu{ border:2px solid #121212;}


/* 퀵검색 - 위치 TOP */
#quick_search.q_top{ border-bottom:2px solid #c13030;}
#quick_search.q_top .btn_quick_search_open,
#quick_search.q_top .btn_quick_search_close { background:#f43142; }
/* 퀵검색 - 위치 LEFT */
#quick_search.q_left{ border-right:2px solid #c13030;}
#quick_search.q_left .btn_quick_search_open, 
#quick_search.q_left .btn_quick_search_close { background:#f43142; }
/* 퀵검색 - 위치 RIGHT */
#quick_search.q_right{ border-left:2px solid #c13030;}
#quick_search.q_right .btn_quick_search_open,
#quick_search.q_right .btn_quick_search_close { background:#f43142;}

/* 상세페이지 - 구매버튼 */
.btn_add_order,
.btn_add_order_related,
.btn_add_cart_related { background:#f43142; }
.btn_add_order:hover,
.btn_add_order_related:hover,
.btn_add_cart_related:hover{  background:#c13030;}

/* 상세페이지 -  상품후기 글쓰기, 상품문의 글쓰기 */
.btn_reviews_write,
.btn_qna_write {  background:#f43142; }
.btn_reviews_write:hover,
.btn_qna_write:hover {   background:#c13030;}