/* ====================================================
  * /*PAGE ARCHIVE STYLE
==================================================== */
.page-header {height: 302px;}
.post-type-news .page-header {
    background: url(../images/page/sub-main_business_info.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
/*.post-type-news .page-header {background: #0587c3;color: #fff;}*/
.archive .site-body-container.container {
	max-width: 900px;
	width: 900px;
	margin: 60px auto 100px;
}
.btn-primary {
	background: #0587c3;
	border-color: #1379a8;
}
.btn-primary:hover {background: #fff;color: #3c3c3c;border-color: #1379a8;}
ul.page-numbers li span.page-numbers.current {
	background: #0587c3;
}
.archive-header-title {margin-bottom: 40px;}


@media all and (max-width:991px) {
	.archive .site-body-container.container {width: 100%;}
}
@media all and (max-width:480px) {
	.page-header-title, h1.page-header-title {
	    font-size: clamp(1.125rem, 0.375rem + 3.75vw, 1.5rem);
	}
	.archive .site-body-container.container {margin: 30px auto;padding: 0 10px;}
	.pagination {margin-top: 0;}
	.main-section {margin-bottom: 0;}
	.page-header {
	    height: 150px;
	}
	.archive-header-title {margin-bottom: 20px;font-size: 18px;}

	.thumbnail-box {margin-right: 12px;}


}