@charset "utf-8";

.notice-slider-container {
	position: relative;
}

.notice-slider {
	position: relative;
	padding-left: 24px;
	background-image: url(../img/megaphone.png);
	background-position: 0 .3rem;
	background-repeat: no-repeat;
}

/* 메가폰 아이콘 클릭 영역 */
.notice-slider-container .megaphone-link {
	position: absolute;
	left: 0;
	top: .3rem;
	width: 20px;
	height: 20px;
	z-index: 10;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: transparent;
	display: block;
}

.notice-slider a{ text-decoration:none;}
.notice-slider a:hover,
.notice-slider a:active,
.notice-slider a:focus{ text-decoration:underline;}
.notice-slider img{ border:0;}
.notice-slider em{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px; font-style:normal;}
.notice-slider form{ margin:0; padding:0;}
.notice-slider fieldset{ border:0; margin:0; padding:0;}
.notice-slider a>small {color: #888;}

.notice-slider .widgetA { margin:0; padding:0; list-style:none; }
.notice-slider .widgetA li {
	margin:0; padding:0; list-style:none;
}
.notice-slider .widgetA a {
	font-size: 13px;
	color:#666;
	padding-right:5px;
}
.notice-slider .widgetA .notice{ color:#ff1a1a;}
.notice-slider .widgetA .category{ color:#333;}
.notice-slider .widgetA .replyNum a{ color:#ff1a1a;}
.notice-slider .widgetA .trackbackNum a{ color:#66c;}
.notice-slider .widgetA .author { color:#333;}
.notice-slider .widgetA .date{ color:#333;}
.notice-slider .widgetA .hour{ color:#888;}

.notice-slider.marquee {width:100%;height: 26px;overflow:hidden}
.notice-slider.marquee ul{width:100%;height: 150px;overflow:hidden;margin:0}
.notice-slider.marquee ul li{
	line-height: 26px;
	white-space:nowrap;
}
