/*
 * skin.css : mukgeomhyang.co.kr
 */
:root {

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

   --header-menu-item-activated : #9A2412 ;

   --box-border : #c8c8c8 ;

   /* old color */
   --oc-fgc-1 : #FFFFFF ;/* checked */
   --oc-fgc-2 : #FFFFFF ;/* checked */
/*
   --oc-fgc-r : 219 ;
   --oc-fgc-g :  54 ;
   --oc-fgc-b :  60 ;

   --oc-bgc-1 : rgba(var(--oc-fgc-r),--oc-fgc-g),--oc-fgc-b),1.0) ; /* checked */

   --oc-bgc-1 : #DB363C ;/* checked */
   --oc-bgc-2 : #77B0AA ;/* checked */
   --oc-bgc-3 : #242424 ;
   --oc-bgc-4 : #8BBEB9 ;/* checked */

   --oc-bdr-1 : #8BBEB9 ;/* checked */
   --oc-bdr-2 : #8BBEB9 ;/* checked */
}

@font-face {
   font-family : 'Nanum Gothic' ;
   font-style  : normal ;
   font-weight : 400 ;
   src : url(//tmb.kocn.co.kr/fonts/NanumGothic-Regular.eot) ;
   src : url(//tmb.kocn.co.kr/fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
         url(//tmb.kocn.co.kr/fonts/NanumGothic-Regular.woff2)      format('woff2'),
         url(//tmb.kocn.co.kr/fonts/NanumGothic-Regular.woff)       format('woff'),
         url(//tmb.kocn.co.kr/fonts/NanumGothic-Regular.ttf)        format('truetype') ;
}

@font-face {
   font-family : 'Nanum Gothic' ;
   font-style  : normal ;
   font-weight : 700 ;
   src : url(//tmb.kocn.co.kr/fonts/NanumGothic-Bold.eot) ;
   src : url(//tmb.kocn.co.kr/fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
         url(//tmb.kocn.co.kr/fonts/NanumGothic-Bold.woff2)      format('woff2'),
         url(//tmb.kocn.co.kr/fonts/NanumGothic-Bold.woff)       format('woff'),
         url(//tmb.kocn.co.kr/fonts/NanumGothic-Bold.ttf)        format('truetype') ;
}

html {
   font-family : 'Nanum Gothic', '나눔고딕', 'Malgun gothic', '맑은 고딕', Dotum, AppleGothic, sans-serif ;
   letter-spacing : -1px ;
}

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 ;
}

.login_btn1 {
/*    height : 36px ;*/
}

.bill_btn {
   background-color : #689590 ;
   height : 36px ;
}

.bill_item2 {
   color : #FFFFFF ;
}

.board_area {
   margin : 20px 10px ;
}

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

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