@charset "utf-8";
/*----------------------------------- GT THEME  ----------------------------------------
-- 온웹(ONWEB) GT테마에 포함된 파일입니다.
-- GT테마는 상용테마로 구매자의 허용된 사이트 외에는 사용하실 수 없습니다.
-- Theme Name: GT/ Maker: ONWEB
----------------------------------------------------------------------------------------*/

.gt_newsticker { position:relative; overflow:hidden; width:100%; height:40px; text-align:left; border:1px dotted #555; border-radius:20px; }
.gt_newsticker ul { padding:0; margin:0; display:inline-block; }
.gt_newsticker ul li { float:left; width:100%; padding:1px 15px 0px 15px; font-size:12px; color:#333; letter-spacing:0px; height:40px; line-height:40px; list-style:none; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.gt_newsticker ul li a { color:#333; }
.gt_newsticker ul li a:hover { color:#F00; }
.gt_newsticker ul li strong {color:#000}
.gt_newsticker ul li .lt_date { float:right; color:#999; font-size:11px; }