@charset "utf-8";

#slide1{
	margin-top: 5px;
	overflow: hidden;
}
#cowpig{
	margin-top: 50px;
}
#lead-l{
	margin-top: 0.5em;
	padding: 0.5em 0;
	font-size: 2.2rem;
	text-align: center;
}
.lead{
	margin-top: 0.5em;
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align: center !important;
}
#intro{
	text-align: center;
}
@media (max-width: 1199.98px){
#lead-l{
	font-size: 2rem;
}
.lead{
	font-size: 1.3rem;
}
#intro{
	text-align: left;
}
}
@media (max-width: 991.98px){
#lead-l{
	font-size: 1.8rem;
}
.lead{
	font-size: 1.2rem;
}
#p-img{
	padding: 30px;
}
#intro{
	text-align: center;
}
}
@media (max-width: 767.98px){
#cowpig{
	width: 270px;
	margin-top: 30px;
}
#lead-l{
	font-size: 1.6rem;
}
#intro{
	text-align: left;
}
}
#bn{
	padding-bottom: 30px;
}
#bn a,
#bn a:hover{
	text-decoration: none;
}
.bn-inner{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bn-inner h3{
	width: 100%;
	font-size: 32px;
	letter-spacing: 0.25em;
	color: #FFF;
	text-shadow: 0 0 8px rgba(0,0,0,1);
	text-align: center;
	z-index: 2;
}
#bn1:after{
	background: url(/img/home/bn_shops.jpg) center center no-repeat;
}
#bn2:after{
	background: url(/img/home/bn_company.jpg) center center no-repeat;
}
.bn-inner:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.bn-inner:hover:after{
	opacity: 0.8;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
