body {
	text-align: right!important;
	direction: rtl;
} 
section,td,div,tr,label,span,h1,h2,h3,h4,h5,h6,a{
	text-decoration: none!important;
	font-size: 15px!important;
	font-family: "Arabic Transparent", Verdana, Arial, Helvetica, sans-serif!important;
}
aside{
	right: initial;
	left: 20px;
}
aside a span{
	left: 40px;
	right: initial;
}


 /*첫페지 영상문헌 */
 .newsArticle img.activity_img {
	border-right: 10px solid white;
	border-left: initial;
    float: left!important;
	margin-left: 0!important;
}
.news_list span.datec {
    margin:0 0 0 10px;
}
.news-title{
	font-size: 17px!important;
}
.news-title i {
	margin-right: 6px;
}
.newsSection .news-title{
	text-align: right;
}

.newsSection>div>div:first-child{
	padding-left: 15px;
	padding-right:0;
}

.recent_list.b-left{
	border-right:1px solid grey;
	padding-right:10px;
	border-left:0;
	padding-left:0;
}

@media (min-width: 992px){
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: right;
	}
}
/* 화면분할방식 md에서 sm로 넘어갈때 */
@media (max-width: 991px) { 
	.newsSection>div>div:first-child{
		padding-left: 0;
	}
	.recent_list.b-left {
		border-right: 0;
		padding-right:0;
	}
}

/* 명언제목 */
.speech p:nth-child(1) {
    text-align: right;
}

.modal table p:not(:first-child) {
    text-align: right;
}
