.h-soc__item.insta{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.h-soc__item.febe{
	background: #1877F2;
}
.main__left{
	max-width: 35rem;
	line-height: 1.4;
}
.logo__img span{
	font-size: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	color: #000;
	display: block;
	margin-top: 4px;
	letter-spacing: 1px;
}

.textred{
	color: #ff002b !important;
}

.offer__blslider{
	display: block;
	width: 100%;
}

@media (min-width: 767px){
	.call-bl .kr-text__text{
		color: #000;
	}

}
@media (max-width: 767px){
	.logo__img span{
		font-size: 1rem;
	}
	.auto-right{
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
	.auto-right__item{
		width: 100%;
	}
}