@charset "utf-8";
/* SIR Áö¿î¾Æºü */

/* ÃÖ±Ù°Ô½Ã¹° ½ºÅ² (latest) */
.ft_notice {display:block;position:relative;padding-right:50px;background:#fff;height:40px;line-height:40px;font-size:12px;}
.ft_notice_title {font-weight:600;display:inline-block;padding:0 8px;color:#333;float:left;}
.ft_notice_link {overflow:hidden;color:#666;white-space:nowrap;text-overflow:ellipsis;}
.ft_notice_link a {display:inline;}
.ft_notice_more {overflow:hidden;position:absolute;right:0;top:0;width:40px;height:40px;text-indent:-99999px;}
.ft_notice_more:after {content:'';display:block;position:absolute;top:50%;right:10px;height:6px;width:6px;margin-top:-4px;border:2px solid #666;border-width:2px 2px 0 0; -webkit-transform:rotate(45deg);transform:rotate(45deg);}