.home-cover-story-section .col-right .post-excerpt {
	display: none;
}
.home-cover-story-section .title-area {
	border-bottom: none;
	margin-bottom: 1.5em;
}



.home-cover-story-section .cover-stories .story-first article .post-item {
	width: 100%;
}

.home-cover-story-section .cover-stories .story-first article .post-item .txt-area {
	padding: 2em;
	background-color: #000;
}

.home-cover-story-section .cover-stories .story-first article .post-item .txt-area .post-cat {
	position: relative;
	padding-top: 1em;
}

.home-cover-story-section .cover-stories .story-first .img-area img {
	width: 100%;
}

.home-cover-story-section .cover-stories .story-first article .post-item .txt-area .post-cat:before {
	content: '';
	position: absolute;
	display: block;
	width: 72px;
	height: 2px;
	background-color: #fff;
	top: 0;
	left: 0;
}

.home-cover-story-section .cover-stories .story-first article .post-item .txt-area .entry-title,
.home-cover-story-section .cover-stories .story-first article .post-item .txt-area a,
.home-cover-story-section .cover-stories .story-first article .post-item .txt-area p,
.home-cover-story-section .cover-stories .story-first article .post-item .txt-area .post-excerpt {
	color: #fff;
}

.home-cover-story-section .cover-stories .story-first article .post-item .txt-area .entry-title {
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: 1em;
}

.home-cover-story-section .cover-stories .story-first article .post-item .txt-area .post-excerpt {
	font-weight: 400;
}

.home-cover-story-section .cover-stories .story-rest article .post-item {
	border-top: 2px solid #000;
}

.home-cover-story-section .cover-stories .story-rest article .post-item .txt-area {
	margin-bottom: 1.5em;
}






.home-all-topics-section .title-area {
	border-bottom: none;
}

.home-all-topics-section ul.cat-list > li {
	border-top: 1px solid #000;
}

.home-all-topics-section ul.cat-list > li:last-child {
	border-bottom: 1px solid #000;
}

.home-all-topics-section ul.cat-list > li > a {
	display: block;
	padding: 1em;
	font-weight: 400;
}

.home-all-topics-section ul.cat-list > li > a.active {
	background-color: #000;
	color: #fff;
}

.home-all-topics-section ul.all-topics-list li .post-item {
	padding-top: 0;
	margin-bottom: 1.5em;
}

.home-all-topics-section ul.all-topics-list li .post-item .eng-topic-link {
	display: none;
}


@media all and (min-width: 981px) {
	.home-cover-story-section .cover-stories {
		display: flex;
		margin-left: -0.75em;
		margin-right: -0.75em;
	}

	.home-cover-story-section .cover-stories .story-first {
		width: 60%;
		padding: 0 0.75em;
		display: flex;
	}

	.home-cover-story-section .cover-stories .story-first article {
		display: flex;
	}

	.home-cover-story-section .cover-stories .story-first article .post-item {
		padding-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.home-cover-story-section .cover-stories .story-first article .post-item .txt-area {
		flex: 1 0 auto;
	}

	.home-cover-story-section .cover-stories .story-rest {
		width: 40%;
		padding: 0 0.75em;
	}

	.home-archive-featured.archive-featured-section ul.posts-list li:nth-child(5) {
		margin-right: 0;
	}

	

	.home-all-topics-section .all-topics {
		display: flex;
		margin-left: -0.75em;
		margin-right: -0.75em;
	}

	.home-all-topics-section .all-topics .col-left.cat-filter {
		width: 30%;
		padding: 0 .75em;
	}

	.home-all-topics-section .all-topics .col-right.topic-items {
		width: 70%;
		padding: 0 .75em;
	}

	.home-all-topics-section .post-item.archive-loop-item img {
		max-width: 229px;
	}
}

@media all and (max-width: 980px) {
	.home-cover-story-section .title-area {
		margin-bottom: 0;
	}

	.home-cover-story-section .story-first .cover-story-loop-item {
		padding-top: 0;
	}
}
