/**************************
블로그 페이지
**************************/
.blog-page h1 {
	margin-top:30px;
	margin-bottom:40px;
	color:#000;
}
.blog-page p img {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.blog-page .post-image img {
	width:100%;
}
.blog-page .tab-content p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
.blog-page #content h2 {
	color: #004bff;
	font-weight:bold;
	margin-bottom: 20px;
    margin-top: 34px;
}
.blog-page .tab-content h3 {
	font-weight:bold;
}
.blog-page .tab-content ul li {
	font-size: 16px;
	line-height: 30px;
}
.blog-page .tab-content .table_contents {
	padding:10px 20px 20px 20px;
	background-color:#effbff;
	margin-bottom:80px;
	border-radius: 20px;
}
.blog-page #content .related .post-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.blog-page #content .related .caption h4 {
	font-size: 18px;
}
.blog-page #content .related .image img {
	max-width: 200px;
}
.blog-page #content .related .post-thumb .caption {
	margin-left: 230px;
	padding: 1px;
	padding-right: 15px;
}
@media (min-width: 767px) {
	.blog-page #content .related .post-thumb .image {
		float: left;
		padding: 10px;
	}
}
@media (max-width: 1020px) {
	.blog-page #content .related .post-thumb .caption p {
		display: -webkit-box !important;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width: 767px) {
	.blog-page .tab-content .table_contents h3 {
		font-size: 16px;
	}
	.blog-page #content .related .caption h4 {
		font-size: 15px;
	}
	.blog-page #content .related .image {
		width: 30%;
		float: left;
		margin-right: 20px;
	}
	.blog-page #content .related .image img {
		width: 100%;
		max-width: 100%;
		float: left;
		margin-right: 20px;
	}
	.blog-page #content .related .post-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.blog-page #content .related .post-thumb .caption p {
		display: -webkit-box !important;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width: 530px) {
	.blog-page #content .related .post-thumb .caption p {
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}