.articleView-journal-content p img {
	width: 100%
}

.hr-style {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#selected-articleView-body {
	padding-bottom: 40px
}

.address {
	margin-bottom: 1rem
}

.meta {
	font-size: 14px;
	color: #737373;
	line-height: 27px;
}

.text-black {
	color: black;
}

.articleView-other-title {
	color: black !important
}

.articleView-other-wrap {
	margin-bottom: 5px;
	clear: both;
}

.articleView-img {
	width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
    border-radius: 15px;
}

.pagination {
	flex-wrap: wrap;
	font-size: .875rem;
	float: right;
	margin-bottom: 89px;
}

.page-item {
	margin-left: 4px;
	margin-right: 4px;
}

.page-link {
	padding: 6px 12px 6px 12px !important;
	border-radius: 5px;
}

.articleView-other-ul {
	list-style-image: url('/WebBkav/ImageHome/orange-dot.svg');
	margin-left: 12px;
}

.articleView-other-ul li {
	list-style: inherit;
}

.articleView-see-more {
	float: left;
	width: 100%
}

.articleView-see-more a {
	float: right;
	color: black !important;
	font-weight: 500;
	font-style: italic;
	font-size: 13px;
}

.articleView-complaint a {
	color: black;
	font-weight: bold;
	color: black !important;
	font-size: 13px;
}

.articleView-others-wrap {
	margin-bottom: 55px
}

.fb_iframe_widget_fluid_desktop iframe {
	width: 100% !important;
}

.articleView-summary {
	font-size: 14px;
	padding-top: 11px;
	padding-bottom: 7px;
}

.articleView-journal-content {
	padding-bottom: 35px;
	line-height: 31px;
	border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 768px) {
	.articleView-others {
		font-size: 25px;
		margin: 37px 0;
		font-family: 'Raleway-Semibold';
		line-height: 44px;
	}
	.categoryName-head {
		font-size: 23px;
	    margin-bottom: 53px;
	    line-height: 44px;
	    font-family: 'Raleway-Bold';
	    padding-top: 60px;
	    color: #034694;
	}
	.articleView-img-mobile {
		margin-top: 15px;
	}
	.categoryName-head {
		margin-top: 20px;
	}
	.articleView-title {
	    color: black;
	    font-size: 16px;
	    line-height: 31px;
	    text-decoration: none;
	    font-family: 'Raleway-SemiBold';
	}
	.articleView-title-wrap {
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.articleView-wrap {
		min-height: 130px;
		margin-bottom: 20px;
		padding-bottom: 30px;
		border-bottom: 1px solid #d3d3d3;
	}
	.articleView-journal-head {
		color: black;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 20px;
		margin-top: 90px;
		font-family: 'Raleway-Semibold';
	}
	.selected-articleView-body {
		font-size: 14px
	}
}

@media only screen and (min-width: 768px) {

	.img-thumbnews {
    max-width: 377px;
    max-height: 290px;
}
	.articleView-others {
		font-size: 32px;
		margin: 37px 0;
		font-family: 'Raleway-Semibold';
		line-height: 44px;
	}
	.articleView-journal-head {
	    color: black;
	    font-size: 20px;
	    margin-bottom: 20px;
	    margin-top: 150px;
	    font-family: 'Raleway-Semibold';
	}
	.articleView-wrap {
		min-height: 130px;
		margin-bottom: 20px;
		padding-bottom: 51px;
		border-bottom: 1px solid #d3d3d3;
	}
	.articleView-title-wrap {
		margin-bottom: 10px;
	}
	.articleView-title {
		color: black;
		font-size: 23px;
		line-height: 31px;
	}
	.categoryName-head {
		font-size: 32px;
	    margin-bottom: 53px;
	    line-height: 44px;
	    font-family: 'Raleway-Bold';
	    padding-top: 120px;
	}
}

.details a {
	color: #2F80ED;
	font-size: 14px
}

.fb_iframe_widget {
	position: relative;
	float: left;
	display: flex;
	padding-right: 10px;
}

.pagination>li>a {
	color: #0067B8 !important
}

.prev-pagination a {
	color: #0067B8;
}

.prev-pagination {
	display: flex;
	align-items: center;
	padding-right: 5px;
}

.next-pagination {
	display: flex;
	align-items: center;
}

.next-pagination a {
	color: #0067B8;
}

.bg-active-link {
	background-color: white !important;
	border: 1px solid #000000 !important;
	border-radius: inherit !important;
}

.page-link:hover {
	background-color: unset !important;
	border-color: unset !important;
}