<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.widesliderwrapper{
	background: url("../images/slide/slider_bg.png") top left;
    padding: 12px 0 8px 0;
}
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.pagination {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 5px 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
	opacity: 1 !important;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.slide-space{
	background: transparent;
}
li.slide-item {
  position: relative;
}
li.slide-item div.slide-text-area {
  position: absolute;
  height: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 8px 15px 15px 15px;
}
li.slide-item div.slide-text-area p.slide-title {
  color: #313131;
  font-size: 17px;
  font-weight: bold;
}
li.slide-item div.slide-text-area p.slide-explain {
  color: #313131;
  font-size: 13px;
  line-height: 18px;
}
@media screen and (max-width: 1020px) {
.slide-text-area .slide-explain{
	display: none;
}
li.slide-item{
	padding:0;
}
.pagination{
	display: none;
}

}
@media screen and (max-width: 640px) {
.wideslider{
	width: 100% !important;
}
li.slide-item {
    padding: 0;
}
li.slide-item div.slide-text-area{
	padding: 0 15px;
	height: 42px;
}
.slide-text-area{
	display: none;
}
}
/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.slider_prev_btn {
    width: 55px;
    height: 55px;
    background:url(../images/slide/slide_prev01.png) no-repeat right center;
    position: absolute;
    top: 45%;
    left: 3%;
}

.slider_next_btn {
    width: 55px;
    height: 55px;
    background:url(../images/slide/slide_next01.png) no-repeat left center;
    position: absolute;
    top: 45%;
    right: 3%;
}
@media screen and (max-width: 640px) {
.slider_prev_btn {
    width: 35px;
    height: 35px;
    background:url(../images/slide/slide_prev01@2.png) no-repeat right center;
    position: absolute;
    top: 45%;
    left: 3%;
}

.slider_next_btn {
    width: 35px;
    height: 35px;
    background:url(../images/slide/slide_next01@2.png) no-repeat left center;
    position: absolute;
    top: 45%;
    right: 3%;
}
}</pre></body></html>