@charset "UTF-8";

.visual .container {
	position: relative;
	height: 100%;
}

.visual ._inner {
	height: 100%;
}

.visual .slider img {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	cursor: pointer;
	width: 100%;
}

.visual .slick-button {
	display: inline-block;
}

.visual .slick-button button {
	margin-left: 16px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}

.visual .slick-button button.play {
	display: none;
	background: url('../images/slide-play.png') no-repeat center center;
}

.visual .slick-button button.play.on {
	display: inline-block;
}

.visual .slick-button button.stop {
	display: none;
	background: url('../images/slide-stop.png') no-repeat center center;
}

.visual .slick-button button.stop.on {
	display: block;
}

.visual .slider-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 52px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.visual button.prev,
.visual button.next {
	width: 50px;
	height: 50px;
	background-image: url("../images/ic-active.png");
	background-repeat: no-repeat;
	border-radius: 2px;
	text-indent: -9999px;
}

.visual button.prev:focus,
.visual button.next:focus {
	outline: 2px solid rgba(166, 200, 255, .8);
}

.visual button.prev.first,
.visual button.next.last {
	background-image: url("../images/ic-disabled.png");
}

.visual button.prev {
	transform: rotate(-180deg);
}

.visual button.next {
	margin-left: 16px;
}

.visual button.next.last {
	transform: rotate(-180deg);
}

.visual .slick-dot {
	overflow: hidden;
	float: left;
	margin-right: 4px;
}

.visual .slick-dot li {
	float: left;
	margin-right: 3px;
}

.visual .slick-dot li a {
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: url('../images/slide-dot.png') no-repeat center center;
}

.visual .slick-dot li.slick-current a {
	background: url('../images/slide-dot-on.png') no-repeat center center;
}

.visual .container>._inner>span {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.visual .container>._inner>span strong {
	display: block;
	margin: 0 0 20px;
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
}

.visual .container>._inner>span span {
	display: block;
	font-size: 17px;
	font-weight: 200;
	line-height: 25px;
}

.visual .slick-initialized .slick-slide {
	background-position: top center;
	background-size: cover;
}

.visual .slider,
.slider-wrap,
.visual .slick-slider,
.visual .slick-slider .slick-list,
.visual .slick-slider .slick-track {
	height: 100%;
}

@media all and (max-width:640px) {
	.visual .slogan {
		width: 90%;
	}

	.visual .slogan p {
		font-size: 36px;
	}

	.visual .slick-button {
		right: 10px;
	}

	.visual button.prev,
	.visual button.next,
	.visual .slick-button button.stop,
	.visual .slick-button button.play {
		width: 35px;
		height: 35px;
		background-size: 35px auto;
	}

	.visual button.next {
		margin-left: 15px;
	}

	.visual .container>a>span strong {
		margin: 0 0 15px;
		font-size: 30px;
		line-height: 35px;
	}

	.visual .container>a>span span {
		font-size: 16px;
		line-height: 20px;
	}

	.visual .slider-btn {
		bottom: 30px;
	}
}

@media all and (max-width:480px) {
	.visual .container>a>span span {
		display: none;
	}
}

#slick-dot412 {
	display: none;
}