@charset "utf-8";
#slide_area {
	min-width: 100%;
	position: relative;
	color: #FFFFFF;
	width: 1300px;
}
#slide_area::before {
	content: '';
	display: none;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 100;
}
#slide_area::after {
	content: '';
	position: absolute;
	bottom: 20px;
	z-index: 90;
	background-color: #FFFFFF;
	width: 100%;
	height: 1px;
	display: none;
}
.slide1 {
	width: 100%;
	height: 550px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
.slide1 .swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.slide1 .swiper-slide {
	width: 100%;
	height: 100%;
}
.slide1 .trim {
	background-color: #EDEDED;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


@media (max-width:1024px){
#slide_area {
	width: 1024px;
}
.slide1 {
	height: 450px;
}
}

@media (max-width:540px){
#slide_area {
	border-bottom: 5px solid #00A63C;
	width: 540px;
}
#slide_area::before {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 100;
}
#slide_area::after {
	content: '';
	position: absolute;
	bottom: 20px;
	z-index: 90;
	background-color: #FFFFFF;
	width: 100%;
	height: 0px;
	display: block;
}
.slide1 {
	height: 700px;
}
}
