@charset "utf-8";
.top_img{
	width: 100%;
	height: 100%;
}
.top_blog_title{
	display: inline-block;
	position: relative;
	margin-top: 100px;
}
.top_blog_title::before{
	position: absolute;
	top: 50%;
	left: -40px;
	content: "";
	width: 20px;
	height: 1px;
	border: dashed 1px #252E31;
}
.top_blog_title::after{
	position: absolute;
	top: 50%;
	right: -40px;
	content: "";
	width: 20px;
	height: 1px;
	border: dashed 1px #252E31;
}
.top_blog_sub_title{
	display: inline-block;
	position: relative;
	margin-top: 15px;
}
/* blog */
.blog_content_wrap .blog_content:nth-child(n+2){
	margin-top: 30px;
}
.blog_content_wrap{
	margin-top: 90px;
	text-align: center;
}
.blog_content{
	display: inline-block;
	width: 300px;
	height: 424.5px;
	background-color: #F8F8F8;
	border-radius: 6px;
}
.blog_content_img{
	display: inline-block;
	margin: 50px 0 30px;
}
.blog_content_time{
	display: block;
	margin-left: 50px;
	max-width: 200px;
}
.blog_content_title{
	display: inline-block;
	max-width: 200px;
	margin: 18px 0 50px;
}
.blog_content_all_wrap{
	text-align: center;
}
.blog_content_all{
	display: inline-block;
	margin: 100px 0;
}
/* wave */
.top_wave{
	width: 100%;
}
/* contact */
.top_contact{
	background-color: #F8F8F8;
}
.top_contant_title{
	margin-bottom: 9px;
	margin-top: 67px;
}
.top_contact_p{
	display: inline-block;
	margin: 60px 0;
	padding-bottom: 6px;
	border-bottom: dotted 1px #B1C3CB;
}
/* contact */
.top_contant_title{
	position: relative;
	display: inline-block;
}
.top_contant_title::before{
	position: absolute;
	top: 50%;
	left: -40px;
	content: "";
	width: 20px;
	height: 1px;
	border: dashed 1px #252E31;
}
.top_contant_title::after{
	position: absolute;
	top: 50%;
	right: -40px;
	content: "";
	width: 20px;
	height: 1px;
	border: dashed 1px #252E31;
}
.your_name,.email,.number{
	display: inline-block;
	width: 100%;
	height: 40px;
	margin: 12px 0 50px;
	border-radius: 3px;
	background-color: #E7ECEF;
}
.contents{
	display: inline-block;
	width: 100%;
	height: 300px;
	margin-top: 12px;
	border-radius: 3px;
	background-color: #E7ECEF;
}
.submit{
	display: inline-block;
	margin: 70px auto 100px;
	padding: 19px 40px 20px;
	border-radius: 3px;
	background-color: #252E31;
}
.wpcf7-spinner{
	display: none;
}
@media screen and (min-width: 768px){    
	.blog_content_wrap{
		display: flex;
		justify-content: space-between;
		gap: 50px;
	}
	.blog_content_wrap .blog_content:nth-child(n+2){
		margin-top: 0;
	}
	.blog_content_all_wrap{
		text-align: right;
	}
	/* contact */
	.wpcf7-form{
		width: 800px;
		margin: 0 auto;
	}
	.form_body{
		max-width: 800px;
		margin: 0 auto;
	}
	.submit{
		transition: 0.4s;
	}
	.submit:hover{
		opacity: 0.5;
	}
}