 /* .biz-writer img {
	float: left;
	margin: 10px 26px 10px 0px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
} */

.nd-news-writer {
	/* font-size: 15px;
     */
	color: rgb(87, 87, 87);
}

.nd-news-writer p {
	margin: 0;
	line-height: 1.2rem;
	word-break: keep-all;
	margin-top: 3px !important;
}

/*article.css 수정할부분*/
.nd-news-body-info {
	/* width: 50%;
     */
	margin: 0 auto 5px;
	text-align: left;
	letter-spacing: 0;
	line-height: 100%;
	float: left;
}

.nd-tooltip-bottom::after {
	right: 67.5%;
}

/*끝*/
span.nd-news-info-date {
	padding-top: 5px;
	line-height: 1.2rem;
	padding-left: 0;
}

.move-comment {
	/*border: 1px solid #f43736;
    */
}

a.move-comment:hover {
	background-color: red;
}

.article-tools {
	position: absolute;
	right: 29.5px;
	top: 2px;
	z-index: 1;
}

.article-tools ul li {
	padding: 0;
}

.article-voice span {
	width: 120px;
	object-fit: cover;
	background-image: url("https://www.newdaily.co.kr/assets/img/speaker_img1.png");
	background-size: cover;
	padding: 0 !important;
	height: 44px;
}

.article-voice span:hover {
	background-image: url("https://www.newdaily.co.kr/assets/img/speaker_img1_hover.png");
	background-size: cover;
}

.article-voice.active span {
	background-image: url("//www.newdaily.co.kr/assets/img/speaker_img1_active.gif");
}

/* .article-voice span:active{
     */
/* background-image: url("https://www.newdaily.co.kr/assets/img/speaker_img1_active.gif");
     */
/* background-size: cover;
     */
/*
}
 */
.article-voice {
	display: none;
	height: 44px !important;
}

.fas:hover {
	color: rgb(65, 65, 65);
}

#btn-tts {
	display: none;
	z-index: 1000;
	opacity: 0.8;
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
	bottom: 125px;
	right: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-image: url("https://www.newdaily.co.kr/assets/img/speaker_icon.jpg");
	background-size: cover;
	cursor: pointer;
}

#btn-tts:hover {
	background-image: url("https://www.newdaily.co.kr/assets/img/speaker_icon_hover.jpg");
}

/* #btn-tts:active{
     */
/* background-image: url("https://www.newdaily.co.kr/assets/img/speaker_icon-1.gif");
     */
/* border: 1px solid #f43736;
     */
/*
}
 */
@media screen and (min-width:570px) and (max-width:999px) {
	.biz-writer {
		margin: 10px 2% 20px;
		text-align: left;
		font-size: 14px;
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}

	.biz-writer img {
		overflow: hidden;
		float: left;
		position: relative;
		width: 60px;
		height: 60px;
		margin-left: 100px;
	}

	.article-voice {
		/* display: block !important;
         */
	}

	.article-print {
		display: block !important;
	}

	.nd-news-writer {
		font-size: 14px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
	.biz-writer {
		margin: 10px 2% 40px;
		text-align: left;
		font-size: 14px;
		box-sizing: border-box;
		max-width: 640px;
		height: auto;
	}

	.biz-writer img {
		overflow: hidden;
		float: left;
		position: relative;
		width: 60px;
		height: 60px;
		margin-left: 60px;
	}

	.article-voice {
		/* display: block !important;
         */
	}

	.nd-news-info-date {
		margin: 0 !important;
		width: 150px;
		text-align: left;
		word-break: keep-all;
	}

	.nd-news-info-date .bar {
		display: none;
	}
}

@media screen and (min-width: 415px) and (max-width: 630px) {
	.biz-writer {
		margin: 10px 2% 20px;
		text-align: left;
		font-size: 14px;
		box-sizing: border-box;
		max-width: 640px;
		height: auto;
	}

	.biz-writer img {
		overflow: hidden;
		float: left;
		position: relative;
		width: 60px;
		height: 60px;
		margin-left: 60px;
	}

	.audio img {
		margin: 0;
	}

	.article-voice {
		/* display: block !important;
         */
	}

	.nd-news-info-date {
		margin: 0 !important;
		width: 150px;
		text-align: left;
		word-break: keep-all;
	}

	.nd-news-info-date .bar {
		display: none;
	}
}

@media screen and (max-width: 485px) {
	.nd-news-info-date {
		margin: 0 !important;
		padding: 0 !important;
		width: 120px;
		/* position: absolute;
         */
		/* top: 38px;
         */
		word-break: keep-all;
	}

	.article-voice {
		/* display: block !important;
         */
	}
}

@media screen and (min-width: 320px) and (max-width: 414px) {
	.biz-writer {
		margin: 10px 2% 20px;
		text-align: left;
		font-size: 14px;
		box-sizing: border-box;
		max-width: 640px;
		height: auto;
	}

	.biz-writer img {
		overflow: hidden;
		float: left;
		position: relative;
		width: 60px;
		height: 60px;
		/* margin-left: 10px; */  /*2013.10.31 수정 yj*/
	}

	.biz-writer-more {
		/* font-size: 14px; */ /*2013.10.31 수정 yj*/
	}

	.move-comment {
		padding: 6px 11px !important;
	}

	.article-tools ul li span {
		display: inline-block;
		box-sizing: border-box;
		/*border: 1px solid #e3e1e1;
        */
		font-size: 13px;
		color: #828282;
		padding: 8.565px 11.5px;
	}

	.article-comment p {
		font-size: 10px;
		width: 16px;
		top: 0;
	}

	.article-voice {
		height: 36px !important;
	}

	.article-voice span {
		width: 99px;
		height: 36px;
		margin-right: 0;
	}

	.sm-image-c {
		padding-top: 40px;
	}

	.nd-news-body-info {
		/* margin-bottom: 65px !important;
         */
	}

	div p.nd-news-info-date {
		margin-top: 3px !important;
		width: 110px;
		text-align: left;
		word-break: keep-all;
	}

	.nd-news-writer p {
		margin-top: -2px !important;
	}

	.nd-news-info-date .bar {
		display: none;
	}

	.nd-news-body-info .nd-news-writer br {
		display: none;
	}

	.nd-tooltip-text {
		font-size: 12px !important;
		width: 116px !important;
	}
}