.panigates {
	margin: 0 0 50px 0;
	width: 100%;
	text-align: center;
}

.panigates nav {}

.nav-appends nav ul {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #f688a6;
	border-color: #f688a6;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 5px 12px 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
}

.box-post-bycate {
	padding: 30px 0;
}

.sec-post-detail {
	padding: 30px 0;
}

.tomtatnd {
	background: #f6f6f6;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.news_note {
	background: #f6f6f6;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}

blockquote {
	background: #f6f6f6;
	border-radius: 10px;
	padding: 10px 20px;
	border-left: 2px solid gray;
}

blockquote:not(:last-child) {
	margin-bottom: 10px;
}

.tomtatnd .table-content {
	display: none;
	margin-top: 10px;
}

.tomtatnd.active-scroll .table-content {
	display: block;
}

.tomtatnd.active-scroll .header-tomtat__icon {
	transform: rotate(180deg);
}

.header-tomtat {
	position: relative;

}

.header-tomtat__title {
	gap: 10px;

}

.header-tomtat__title-icon {
	width: 20px;
	height: 20px;
}

.header-tomtat__icon {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 4px;
	cursor: pointer;
	transition: all .3s ease-in;
}

.section-post-relate {
	background: #f6f6f6;
	padding: 30px 0;
}

@media(max-width:990px) {
	.box-post-bycate {
		padding: 15px 0;
	}

	.section-post-relate,
	.sec-post-detail {
		padding: 15px 0;
	}

	.section-post-relate .c-ttl__01 {
		margin-bottom: 0;
	}
}

@media(max-width:780px) {}
