<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*:::::::::::::::::::::::::::::::::::::::::::::::::
PC Layout
:::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 768px) {


	.wideslider {
		background: #eceeed;
	    width: 100%;
	    text-align: left;
	    position: relative;
	}

	.wideslider ul,
	.wideslider ul li {
	    float: left;
	    display: inline;
	    overflow: hidden;

	}

	.wideslider ul li img {
	    width: 100%;
	    display: none;
        margin-left: 28px;
        margin-right: 28px;
	}

	.wideslider_base {
		top: 0;
	    top: 27px;
	    position: absolute;
	    margin-left: -10px;
	}
	.wideslider_wrap {
	    top: 0;
	    position: absolute;
	    overflow: hidden;

	}
	.slider_prev,
	.slider_next {
	    top: 0;
	    overflow: hidden;
	    position: absolute;
	    z-index: 100;
	    cursor: pointer;
	}
	.slider_prev {
		background: url(../img/slide/prev.png) no-repeat right center;
		margin-left: 75px;
		margin-top: -10px;
	}
	.slider_next {
		background: url(../img/slide/next.png) no-repeat left center;
		margin-right: 45px;
		margin-top: -10px;
    }
  .slider_prev {
    background: url(../img/slide/prev_off.png) no-repeat right center;
    margin-left: 75px;
    margin-top: -10px;
  }
  .slider_prev:hover {
    background: url(../img/slide/prev_on.png) no-repeat right center;
    margin-left: 75px;
    margin-top: -10px;
  }
  .slider_next {
    background: url(../img/slide/next_off.png) no-repeat left center;
    margin-right: 45px;
    margin-top: -10px;
    }
    .slider_next:hover {
    background: url(../img/slide/next_on.png) no-repeat left center;
    margin-right: 45px;
    margin-top: -10px;
    }

	.pagination {
	    bottom: 10px;
	    left: 0;
	    width: 100%;
	    height: 15px;
	    text-align: center;
	    position: absolute;
	    z-index: 200;
	    bottom: -20px;
	}

	.pagination a {
	    margin: 0 10px;
	    width: 15px;
	    height: 15px;
	    display: inline-block;
	    overflow: hidden;
	    background: #fff;
	    /* box-shadow */
box-shadow:rgba(0, 0, 0, 0.188235) 0px 2px 5px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.188235) 0px 2px 5px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.188235) 0px 2px 5px 0px;
	}
	.pagination a.active {
	    filter:alpha(opacity=100)!important;
	    -moz-opacity: 1!important;
	    opacity: 1!important;
	    background: #213c79;
	}


	/* =======================================
	    ClearFixElements
	======================================= */
	.wideslider ul:after {
	    content: ".";
	    height: 0;
	    clear: both;
	    display: block;
	    visibility: hidden;
	}

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

}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
Mobile Layout
:::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (max-width: 767px) {


	.wideslider {
		background: #eceeed;
	    width: 100%;
	    text-align: left;
	    position: relative;
	}

	.wideslider ul,
	.wideslider ul li {
	    float: left;
	    display: inline;
	    overflow: hidden;

	}

	.wideslider ul li img {
	    width: 100%;
	    display: none;
        margin-left: 28px;
        margin-right: 28px;
	}

	.wideslider_base {
		top: 0;
	    top: 27px;
	    position: absolute;
	    margin-left: -10px;
	}
	.wideslider_wrap {
	    top: 0;
	    position: absolute;
	    overflow: hidden;

	}
	.slider_prev,
	.slider_next {
	    top: 0;
	    overflow: hidden;
	    position: absolute;
	    z-index: 100;
	    cursor: pointer;
	}
	.slider_prev {
		background: url(../img/slide/prev.gif) no-repeat right center;
		margin-left: 75px;
		margin-top: -10px;
	}
	.slider_next {
		background: url(../img/slide/next.gif) no-repeat left center;
		margin-right: 45px;
		margin-top: -10px;
    }

	.pagination {
	    bottom: 10px;
	    left: 0;
	    width: 100%;
	    height: 15px;
	    text-align: center;
	    position: absolute;
	    z-index: 200;
	    bottom: -50px;
	}

	.pagination a {
	    margin: 0 10px;
	    width: 15px;
	    height: 15px;
	    display: inline-block;
	    overflow: hidden;
	    background: #fff;
	    /* box-shadow */
box-shadow:rgba(0, 0, 0, 0.188235) 0px 2px 5px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.188235) 0px 2px 5px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.188235) 0px 2px 5px 0px;
	}
	.pagination a.active {
	    filter:alpha(opacity=100)!important;
	    -moz-opacity: 1!important;
	    opacity: 1!important;
	    background: #213c79;
	}


	/* =======================================
	    ClearFixElements
	======================================= */
	.wideslider ul:after {
	    content: ".";
	    height: 0;
	    clear: both;
	    display: block;
	    visibility: hidden;
	}

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

}
</pre></body></html>