@CHARSET "UTF-8";
/* eskang, btmwebcast */

/* 공지사항 */
.notice_top{display:block; height:48px; padding:0 30px; color:#3e3e3e; font-size:14px; line-height:45px; text-align:center; border-top:2px solid #646464; border-bottom:1px solid #c0c2be;}
.notice_title{display:inline-block; float:left; font-size:14px; font-weight:700; text-align:center; color:#3e3e3e;}
.notice_no{display:inline-block; float:left; width:50px; font-size:14px; color:#9d9d9d; text-align:center;}
.notice_text{display:inline-block; float:left; padding-left:30px; width:1020px; font-size:14px; color:#3e3e3e; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
.notice_link{display:block; height:46px; padding:0 30px; color:#3e3e3e; font-size:14px; line-height:45px; text-decoration:none; border-bottom:1px solid #dddcda;}
.notice_link:hover{color: #111111; cursor:pointer;}
.notice_link > span{width:25px; float: right; color: #9d9d9d; font-size:25px; line-height:45px;}
.notice_link:hover, .notice_active, .notice_active:hover{background-color: #f3f1ee;}
.notice_content{display:block; width:100%; padding:30px 110px; color:#9d9d9d; line-height:30px; border-bottom:1px solid #dddcda; background-color:#efedea;}
.notice_content p{margin-bottom:0;}

/* 버튼 효과 */
.onair_status_w,
.onair_status_w:hover,
.onair_status_w.hover,
.onair_status_w:focus,
.onair_status_w.focus,
.onair_status_w.active,
.onair_status_w:active {
	background-color:#44c767;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:default;
	color:#ffffff !important;
	font-family:Arial;
	font-size:12px;
	padding:1px 14px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #2f6627;
}
.onair_status_a,
.onair_status_a:hover,
.onair_status_a.hover,
.onair_status_a:focus,
.onair_status_a.focus,
.onair_status_a.active,
.onair_status_a:active {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:default;
	color:#ffffff !important;
	font-family:Arial;
	font-size:12px;
	padding:1px 14px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #810e05;
}
.onair_status_e,
.onair_status_e:hover,
.onair_status_e.hover,
.onair_status_e:focus,
.onair_status_e.focus,
.onair_status_e.active,
.onair_status_e:active {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:default;
	color:#ffffff !important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 18px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #528ecc;
}

