/*
 * skin.css : shinheungbin.com
 */
:root {

   --skin-default-01 : #B44600 ;/* checked */
   --skin-default-02 : #FFFFFF ;/* checked */

   --header-menu-item-activated : #843300 ;

   --box-border : #c8c8c8 ;

   /* old color */
   --oc-fgc-1 : #000000 ;/* checked */   
   --oc-fgc-2 : #FFFFFF ;/* checked */   

   --oc-bgc-1 : #CDDA6B ;/* checked */
   --oc-bgc-2 : #C8DA40 ;/* checked */
   --oc-bgc-3 : #242424 ;/* checked */
   --oc-bgc-4 : #8BBEB9 ;/* checked */

   --oc-bdr-1 : #CACACA ;/* checked */
   --oc-bdr-2 : #FECD67 ;/* checked */
}

body, input, textarea, select, .search_text, .search_text_active {
   font-family : 'Nanum Gothic', '나눔고딕', Dotum, AppleGothic, sans-serif ;
}

.navContainer {
   text-align : left ;
}

.inner {
   width : 1076px ;
}

.inner2 {
   width : 1024px ;
}

.bill_btn {
   border : 1px solid #CACACA ;
}

.bill_item3 {
   background-color : #3B9A82 ;
   border : 1px solid #3B9A82 ;
}

.board_area {
   margin : 20px 10px ;
}

.myInfo_header_box2 {
   width : 16.55% ;
   height : 94px ;
   padding-top : 84px ;
   cursor : pointer ;
}

.myInfo_header_box2:hover    {
   background-color : #E3DFE0 ;
}
