@charset "utf-8";
/* CSS Document */

.machine_slider{
	text-align:center;
	overflow:hidden;
}

.machine_slider li{
	display:inline-block;
	margin-bottom: 25px;
	vertical-align:top;
	text-align:left;
}

.machine_slider li img{
	width: 100%;
}

.machine_slider .slick-dots{
	margin:0;
	padding:0;
}

.machine_slider .slick-dots li{
	margin: 0 5px;
	line-height:0;
}

.machine_slider .slick-dots li:last-child{
	margin-right:0;
}

.machine_slider .slick-dots li button{
	text-indent:-9999px;
	border:none;
	height: 9px;
	width: 9px;
	background:#b4b4b4;
	border-radius: 4.5px;
	border: 0px;
	outline: none;
}

.cs-checkbox-list li input[type="checkbox"]:checked + label:after, .machine_slider .slick-dots li button:hover, .machine_slider .slick-dots li.slick-active button{
	border: 0px;
	background:#1a404c;
}

/* 1600 x 1200 , 1600 x 1024 , 1600 x 900 */
@media screen and (max-width: 1600px) {
}

/* 1400 x 900 , 1400 x 1050 */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1334px) {
}

@media screen and (max-width: 1136px) {
}

@media screen and (min-width: 1001px) and (max-width: 1029px) {
}


/* 以下切換手機板*/
@media screen and (min-width: 1030px) and (max-width: 1080px) {
}

@media screen and (max-width: 1000px) {
	.machine_slider li{
		font-size:32px;
		line-height:50px;
	}
}

@media screen and (max-width: 760px) {
}
