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

.suggest_slider{
    padding: 0 50px;
	width: 770px;
}

.suggest_slider .suggest_prev{
    position: absolute;
    left: -20px;
    top: -15px;
	width: 20px;
	height: 37px;
	background: url(../images/bt_suggest_prev.png) no-repeat center center;
}
.suggest_slider .suggest_next{
    position: absolute;
    right: -20px;
    top: -15px;
	width: 20px;
	height: 37px;
	background: url(../images/bt_suggest_next.png) no-repeat center center;
}

.suggest_slider .suggest_theme .suggest_nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slider_list{
	/* display: none; */
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.slider_list .item{
	width: 345px;
	padding: 0 10px;
}

.slider_list .machine_title{
	padding-top: 15px;
	font-size: 20px;
	line-height: 26px;
	color: #1c414c;
}
.slider_list .suggest_stage{
    position: relative;
    -ms-touch-action: pan-Y;
}

.slider_list .suggest_stage:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}

.slider_list .suggest_stage-outer{
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.slider_list .suggest_item{
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.slider_list .suggest_item img{
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.slider_list .suggest_nav.disabled, .slider_list .suggest_dots.disabled{
    display: none;
}

.slider_list .suggest_nav .suggest_prev, .slider_list .suggest_nav .suggest_next, .slider_list .suggest_dot{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider_list.suggest_loaded{
    display: block;
}

.slider_list.suggest_loading{
    opacity: 0;
    display: block;
}

.slider_list.suggest_hidden{
    opacity: 0;
}

.slider_list.suggest_refresh .suggest_item{
    display: none;
}

.slider_list.suggest_drag .suggest_item{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider_list.suggest_grab{
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.slider_list.suggest_rtl{
    direction: rtl;
}

.slider_list.suggest_rtl .suggest_item{
    float: right;
}

/* No Js */
.no-js .slider_list{
	display: block;
}

.suggest_theme .suggest_nav{
	margin-top: 110px;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}

/* 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) {
	.suggest_slider{
		padding: 0 50px;
		width: 700px;
	}

	.slider_list .item{
		width: 310px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 1334px) {
	.suggest_slider{
		padding: 0 50px;
		width: 620px;
	}

	.slider_list .item{
		width: 270px;
		padding: 0 10px;
	}

	.slider_list .machine_title{
		font-size: 19px;
		line-height: 24px;
	}
}

@media screen and (max-width: 1136px) {
	.suggest_slider{
		padding: 0 50px;
		width: 550px;
	}

	.slider_list .item{
		width: 235px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1029px) {
	.slider_list .machine_title{
		font-size: 18px;
		line-height: 22px;
	}

	.suggest_slider{
		width: 470px;
	}

	.slider_list .item{
		width: 195px;
		padding: 0 10px;
	}
	
	.suggest_slider .suggest_prev{
		top: -35px;
	}
	.suggest_slider .suggest_next{
		top: -35px;
	}
}


/* 以下切換手機板*/
@media screen and (min-width: 1030px) and (max-width: 1080px) {
	.slider_list .machine_title{
		font-size: 28px;
		line-height: 36px;
	}

	.suggest_slider{
		margin: 0 auto;
		float: none !important;
	}

	.slider_list .item{
		width: 530px;
		padding: 0 10px;
	}

	.suggest_slider .suggest_prev{
		top: 50px;
	}

	.suggest_slider .suggest_next{
		top: 50px;
	}
}

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

	.suggest_slider{
		margin: 0 auto;
		float: none !important;
	}

	.slider_list .item{
		width: 530px;
		padding: 0 10px;
	}

	.suggest_slider .suggest_prev{
		top: 50px;
	}

	.suggest_slider .suggest_next{
		top: 50px;
	}
}

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