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

   --skin-default-01 : #00A5A5 ;
   --skin-default-02 : #ffffff ;
   --header-menu-item-activated : #007979 ;

   --box-border : #c8c8c8 ;

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

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

   --oc-bdr-1 : #CDDA6B ;
   --oc-bdr-2 : #8BBEB9 ;
}

@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 {
   font-family : 'Nanum Gothic', '나눔고딕', Dotum, AppleGothic, sans-serif ;
}

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

.inner {
   width : 1076px ;
   text-align : ;
}

.inner2 {
   width : 1024px ;
   text-align : ;
}

.login_btn1 {
    background-color : #CDDA6B ;
    height : 36px ;
}

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

.board_area {
   margin : 20px 10px ;
}

.myInfo_header_box {
   width : 16.5566% ;
}

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

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