/* 졸프용 header css  */

.header-table{
  width: 100%;
  height: 119px;
  border: 0;
}
.zero-padding-table{
  border: 0;
  border-collapse: collapse;
  /* cellspacing은 border-collapse로 대체됨 */
  /* cellpadding은 td, th의 padding으로 대체됨 */
}

.header-contents-wrapper{
  height: 88px;
  background-image: url('/images/menu_bg.gif');
  /* background-repeat: repeat; */ /* 기본값이 repeat이므로 생략 가능 */
}
.header-contents{
  width: 990px;
}

.header-logo-wrapper{
  width: 203px;
}
.header-logo-wrapper img{
  width: 196px;
  height: 88px;
}

.header-support-bar-wrapper{
  width: 100%;
  height: 88px;
}
.header-support-bar{
  vertical-align: top;
  padding-top: 3px;
}
.header-support-bar table{
  float: right;
}

.header-top-dot{
  height: 14px;
  background-image: url('/images/top_dot_01.gif');
  background-repeat: no-repeat;
}

.header-support-bar img{
  width: 2px;
  height: 9px;
}

.header-introduction{
  width: 142px;
  height: 29px;
  border: 0;
}
.header-livesearch{
  width: 135px;
  height: 29px;
  border: 0;
}
.header-download{
  width: 133px;
  height: 29px;
  border: 0;
}
.header-publications{
  width: 157px;
  height: 29px;
  border: 0;
}

.header-bottom-red-line{
  height: 25px;
  text-align: right;
  background-image: url('/images/menu_bg2.gif');
}
.header-bottom-red-line img{
  width: 276px;
  height: 25px;
}
.header-bottom-white-line{
  height: 6px;
  background-image: url('/images/menu_bg4.gif');
}