.home-slider-upper {
	background-color: #000;
	padding-bottom: 5rem;
}
.home-slider-area {
	position: relative;
	height: 84.6rem;
	overflow: hidden;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-slider-bg {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.home-slider-bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: -1;
	object-fit: cover;
}
.home-slider-contents-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-slider-contents-box {
	width: calc(100% - 10rem);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.hsc-blog-wrap {
	position: absolute;
	bottom: 5rem;
	left: 5rem;
	width: 46rem;
	max-width: 100%;
}
.hsc-blog-item {
	display: flex;
	gap: 2rem;
	background-color: rgba(0, 0, 0, 0.10);
	padding: .8rem;
	border-radius: 1.1rem;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
/* .hsc-blog-item:not(:first-child) {
	display: none;
} */
.hscb-title {
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 500;
	color: #BDBDBD;
}
.hsc-blog-items {
	margin-top: .6rem;
	position: relative;
	min-height: 12rem;
}
.hsc-blog-item-img {
	width: 17rem;
	height: 10rem;
	border-radius: 1.1rem;
	overflow: hidden;
	flex-shrink: 0;
}
.hsc-blog-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hsc-blog-item-title {
	font-size: 1.3rem;
	line-height: normal;
	font-weight: 400;
	color: #BDBDBD;
}
.hsc-blog-rd-more {
	font-size: 1.3rem;
	line-height: normal;
	font-weight: 600;
	color: #BDBDBD;
	margin-top: .5rem;
}
.hsc-blog-item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hsc-socials-wrap {
	width: 3rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 1.5rem;
	display: flex;
	align-items: center;
}
.hsc-social-items {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.hsc-middle-links {
	display: flex;
	gap: 1rem;
	justify-content: center;
}
.hsc-middle-link {
	display: block;
	color: #BDBDBD;
	font-size: 2rem;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
}
.hsc-middle-link:hover, .hsc-middle-link:focus {
	color: #78C370;
}
.hsc-middle-link:not(:last-child)::after {
	content: '';
	width: .4rem;
	height: .4rem;
	background-color: #78C370;
	position: absolute;
	border-radius: 50%;
	bottom: calc(50% - .7rem);
	right: -.6rem;
}
.hsc-middle-title {
	display: flex;
	gap: 1.5rem;
}
.hsc-middle-title h1 {
	font-size: 6.4rem;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.hsc-middle-title img {
	width: 22.4rem;
	height: auto;
	object-fit: contain;
}
.home-slider-bg::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
}


.hsc-middle-title-wrap {
	/* background: #00000038; */
	width: 85.8rem;
	height: 9.6rem;
	position: relative;
	overflow: hidden;
}
.hsc-l2-middle {
	width: 85.8rem;
	height: 9.6rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 2s;
	/* width: 0; */
}
.hsc-middle-title {
	display: flex;
	gap: 1.5rem;
	/* position: absolute; */
	top: 0;
	/* left: -100%; */
	transition: all 2s;
	left: 0;
	width: 85.8rem;
	max-width: 85.8rem;
	align-items: center;
	justify-content: center;
}
.hsc-social-item path {
	transition: all .4s;
}
.hsc-social-item:hover path {
	fill: #78c370;
}
@media only screen and (max-width: 1050px) {
	.home-slider-bg {
		width: 100%;
	}
	.hsc-blog-wrap {
		display: none;
	}
	.hsc-socials-wrap {
		display: none;
	}
	.hsc-middle-title-wrap {
		width: 278px;
		height: 30px;
		margin-top: 9px;
	}
	.hsc-middle-title h1 {
		font-size: 20px;
	}
	.hsc-middle-title img {
		width: 76px;
	}
	.hsc-middle-link {
		font-size: 14px;
	}
	.home-slider-contents-box {
		width: 100%;
	}
	.home-slider-area {
		height: 500px;
	}
	.hsc-middle-title {
		gap: 5px;
		width: 278px;
	}
}