body {
    padding-top: 70px;
    background-size:100% auto;
    font-family:微軟正黑體;
}

img {
	max-width:100%;
}

.navbar-default {
	background:transparent;
	border:0;
}

nav.active {
	background:#fff;
	min-height: 55px;
}

.navbar-brand {
	background:url(../images/logo.svg) left top no-repeat;
	width:130px;
	height:28px;
	margin:10px 0 0 -5px !important;
	background-size: 100% auto;
}

nav.active .navbar-brand {
	background:url(../images/logo-color.svg) left top no-repeat;
	background-size: 100% auto;
}

.main {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height:560px;
	margin-top:-70px;
}

.event-item {
	text-align: center;
	background-image: url(../images/event.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height:800px;
	padding-top: 200px;
}

.event-item .suggest_item {
	position: relative;
}

.special01 {
	padding:200px 66px 0;
	outline: none;
}

.special02 {
	padding:0 0 0 132px;
	left:50px;
	outline: none;
}

.event-mobile {
	display: none;
}

.content {
	background:url(../images/content.jpg) top center repeat-y;
}

.product {
	padding-bottom:80px;
}

.product>div {
	padding:50px 0 0;
}

#text-box2 {
	padding-top:0;
}

.slick-slide {
	margin-top:19px;
	outline: none;	
}

.suggest_item {
    margin-bottom: 5px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
	transition:all ease-in-out .3s;
	border:1px solid #dcdcdc;
}

.suggest_item a {
    text-decoration: none;
    outline: none;
    color: #333;
}

.suggest_item a .img-frame {
    position: relative;
    width: 100%;
	height: 160px;
	overflow: hidden;
}

.suggest_item a .img-frame .img-response {
	max-width: 100%;
    width: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
}

.suggest_item h4, .suggest_item p {
	padding: 2px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggest_item h4 {
    font-size: 18px;
    color: #4b4b4b;
    font-weight: 700;
}

.suggest_item p {
    font-size: 14px;
    color: #9b9c9c;
	margin-bottom: 6px;
}

.city-price {
    position: relative;
	padding: 10px 0;
	border-top:1px solid #dcdcdc;
	margin: 0 10px;
}

.city-price .city {
    color: #4b4b4b;
    font-size: 14px;
	float: left;
	padding-top:1px;
}

.city-price .city img {
    display: inline;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.city-price span {
    display: block;
    color: #ff3259;
    font-size: 16px;
    font-weight: 700;
}

.city-price span span {
	display: inline;
	padding-right: 5px;
}

.footer {
	background:#2e71b0;	
}

.footer img {
	margin:18px 10px;
}

.footer a {
	float:right;
}

.slick-dots {
	bottom:-35px !important;
}

.slick-dots li button:before {
	font-size:12px !important;
	color:#767676 !important;
	opacity:1 !important;
}

.slick-dots li.slick-active button:before {
	color:#CDCDCD !important;
	opacity:1 !important;
}

.suggest_item:hover {	
	transform:translateY(-19px);
}

@media (max-width:1024px) {

	.special01 {
		padding:30px 20px 0;
	}
	
	.special02 {
		padding:260px 20px 0;
		left:0px;
	}

}

@media (max-width:768px) {
    .suggest_item a .img-frame {
		height: 140px;
	}
}

@media (max-width:480px) {
	
	.suggest_item:hover {	
		transform:translateY(0);
	}
	
	.main {
		background-image: url(../images/main-mobile.jpg);
		background-position: top;
		height:450px;
	}

	.event-item {
		display: none;
	}

	.event-mobile {
		display: block;
	}

	.content {
		background:url(../images/content-mobile.jpg) top center repeat-y;
	}

	.product {
		padding-top: 20px;
	}

	#text-box1 .single-item:first-child ul,#text-box1 .single-item:first-child+div ul {
		display: none;
	}

	#text-box2,#text-box3 {
		display: none;
	}
	
	.footer {
		text-align:center;
		padding-top:18px;
	}
	
	.footer>div>img {
	    margin:0 auto;
		display:block;
		padding:18px 0;
    }

    .footer a {
	    float:none;
	    margin:10px;
	}
	
	.product>div {
		padding-top: 0;
	}
	
	.product h3 {
	    padding: 15px 0;
		font-size:18px;
	}
	
	.navbar-brand {
        background: url(../images/logo-white-mobile.svg) left top no-repeat;
		margin: 15px 0 0 10px !important;
    }
	
	nav.active .navbar-brand {
        background: url(../images/logo-color-mobile.svg) left top no-repeat;
		margin: 15px 0 0 10px !important;
	}

	.slick-slide {
		margin-top: 0;
	}
	
}