#post_slider, #work_slider {
	max-width: 1400px;
	margin: 120px auto;
}
#post_slider .slide_post_box {
	overflow: hidden;
	position: relative;
}
#work_slider .slide_post_box {
	overflow: hidden;
	position: relative;
	background-color: #F5F3F0;
	padding:24px 16px;
}
#post_slider .slider_post_date {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 8px;
	color: #575a66;
}
#post_slider .slider_post_title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 8px;
	min-height: 50px;
}
#work_slider .slider_post_title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 16px;
}
#post_slider .slider_post_title:hover, #work_slider .link-to-work:hover {
	text-decoration: underline;
 }
#work_slider .info-work {
	display:flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
}
#work_slider .info-work.local:before {
	content:'';
	background-image: url(img/work_local.png);
	width:16px;
	height:16px;
	background-size: contain;
	display:inline-block;
	margin-right: 10px;
}
#work_slider .info-work.doc:before {
	content:'';
	background-image: url(img/work_doc.png);
	width:16px;
	height:16px;
	background-size: contain;
	display:inline-block;
	margin-right: 10px;
}
#work_slider .link-to-work {
	display:flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-top: 20px;
}
#work_slider .link-to-work:after {
	content:'';
	background-image: url(img/arrow_forward.png);
	width:16px;
	height:16px;
	background-size: contain;
	display:inline-block;
	margin-left: 10px;
}
#post_slider .slider_post_text {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom:22px;
	color: #2e3338;
}
#post_slider .slider_post_text a {
	font-weight: 700;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	display: block;
	text-align: right;
	margin-top: 5px;
}
#post_slider .slider_post_category {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 10px;
	color: #000000;
	border-radius: 20px;
	background-color: #E8DFD9;
}
#post_slider .box-cover-link {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #F3F5F6;
	overflow: hidden;
	text-align: center;
}
#post_slider img {
	width: auto;
	max-height: 302px;
	margin: 0 auto;
	max-width: 100%;
}
#post_slider .header_slider_post {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
#post_slider .header_slider_post h2 { 
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2em;
}
#work_slider .header_slider_post h2 { 
	font-size: 52px;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 56px;
}

@media (max-width:1340px) {
	#post_slider {
		padding:15px;
		margin:100px auto;
	}

}@media (max-width:991px) {
	#work_slider {
		margin:96px auto 0 auto;
	}
	#work_slider .header_slider_post h2 {
		font-size: 32px;
	}
}