.scroll_list_container{ overflow:hidden; max-height:16px; height:16px; } /*핫이슈*/
#issue_scroll_list { padding: 0; margin:0; color:#FFFFFF} /*핫이슈*/

/*
개발자용 CSS 따로 분리.
*/
label { cursor: pointer; }

.ellipsis {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

/* 이벤트 게시판 탭 */
#tab_all { display: block; width:117px; height:30px; }
#tab_all:link { background:url("http://cache.com2us.com/golfstar/images/news/tab_all_off.jpg"); }
#tab_all:visited { background:url("http://cache.com2us.com/golfstar/images/news/tab_all_off.jpg"); }
#tab_all:hover { background:url("http://cache.com2us.com/golfstar/images/news/tab_all_on.jpg"); }
#tab_all:active { background:url("http://cache.com2us.com/golfstar/images/news/tab_all_on.jpg"); }

#tab_open { display: block;width:117px; height:30px; }
#tab_open:link { background:url("http://cache.com2us.com/golfstar/images/news/tab_start_off.jpg"); }
#tab_open:visited { background:url("http://cache.com2us.com/golfstar/images/news/tab_start_off.jpg"); }
#tab_open:hover { background:url("http://cache.com2us.com/golfstar/images/news/tab_start_on.jpg"); }
#tab_open:active { background:url("http://cache.com2us.com/golfstar/images/news/tab_start_on.jpg"); }

#tab_close { display: block; width:116px; height:30px; }
#tab_close:link { background:url("http://cache.com2us.com/golfstar/images/news/tab_end_off.jpg"); }
#tab_close:visited { background:url("http://cache.com2us.com/golfstar/images/news/tab_end_off.jpg"); }
#tab_close:hover { background:url("http://cache.com2us.com/golfstar/images/news/tab_end_on.jpg");  }
#tab_close:active { background:url("http://cache.com2us.com/golfstar/images/news/tab_end_on.jpg");  }
/* 이벤트 게시판 탭 */

/* 스크린샷 게시판 */
#list_box {
  width: 684px;
  margin-bottom: 30px;
  padding-left: 9px;
}
.list_image_box {
  width: 208px;
  margin-left: 0x;
  margin-right: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}
/* 스크린샷 게시판 */

/* 메인 레이어 팝업용 */
.layer_popup{
  visibility: visible;
  position: absolute;
  display: none;
}

.highlight { background-color: yellow }

.icon_admin {
  vertical-align:top;
  margin-top:4px;
}
.icon_pro {
  vertical-align:top;
  margin-top:3px;\"
}
.icon_grade {
  vertical-align:top;
  margin-top:0px;
}
.chara_name {
  display:inline-block;
  margin-top:2px;
}