#genova-articles {
	padding-top: 104px;
}
.sns-section {
	margin-bottom: 80px;
}
.sns-section h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding-left: 58px;
	position: relative;
}
.sns-section h2.fa-tit {
	margin-bottom: 30px;
}
.sns-section h2:before {
	content: "";
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -3px;
}
.sns-section h2.ins-tit:before {
	background-image: url(/sns/wp-content/uploads/Instagram-logo.png);
}
.sns-section h2.x-tit:before {
	width: 36px;
	height: 36px;
	background-image: url(/sns/wp-content/uploads/X-logo.png);
	left: 3px;
}
.sns-section h2.fa-tit:before {
	background-image: url(/sns/wp-content/uploads/Facebook-logo.png);
}
.sns-wrap {
	/* 	width: 270px; */
	text-align: center;
	margin-bottom: 50px;
}
.sns-wrap .title {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: center;
	padding: 0 18px 0 20px;
	margin-bottom: 20px;
	position: relative;
}
.sns-wrap .title:before {
	content: "";
	width: 2px;
	height: 26px;
	background: #000;
	position: absolute;
	left: 10px;
	top: 4px;
	transform: rotate(325deg);
}
.sns-wrap .title:after {
	content: "";
	width: 2px;
	height: 26px;
	background: #000;
	position: absolute;
	right: 10px;
	top: 4px;
	transform: rotate(28deg);
}
.sns-wrap ul {
	/* 	max-width: 230px; */
	max-width: 280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 25px;
	margin: 0 auto;
}
.sns-wrap ul li {
	/* 	width: calc(100% / 3); */
	width: 60px;
}
.sns-wrap ul li a:hover {
	opacity: 0.7;
}

@media only screen and (min-width: 768px) {
	.sns-section .section-inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.facebook-wrap {
		width: 500px;
	}
}

@media only screen and (max-width: 767px) {
	#genova-articles {
		padding-top: 74px;
	}
	.sns-section h2 {
		font-size: 20px;
		letter-spacing: 0px;
		padding-left: 46px;
	}
	.sns-section h2:before {
		width: 34px;
		height: 34px;
	}
	.facebook-wrap {
		width: 100%;
	}
	.sns-wrap .title {
		font-size: 20px;
	}
	.sns-wrap .title:before,
	.sns-wrap .title:after {
		height: 56px;
	}
}

#sb_instagram #sbi_images {
	display: block;
	width: 100%;
	padding: 0;
}
#sb_instagram #sbi_images:after {
	display: block;
	content: '';
	clear: both;
}
#sb_instagram #sbi_images .sbi_item {
	height: auto !important;
	float: left;
	width: auto;
	max-width: 284px;
}
#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
	display: block !important;
}
#sb_instagram .sbi_photo_wrap {
	margin: 0 15px;
}
#sb_instagram .sbi_photo img {
/* 	transition: none !important; */
}

@media only screen and (min-width: 768px) {
	#sb_instagram .sbi_photo {
		max-height: 338px;
	}
}

@media only screen and (max-width: 767px) {
	.ins-wrap {
		max-width: 284px;
		margin: 0 auto;
	}
	#sb_instagram .sbi_photo_wrap {
		margin: 0 5px;
	}
}