@charset "utf-8";
/* CSS Document */
.tour_homebox .tour_title h2 {
	margin: 0;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.tour_homebox .tour_row {
	padding-left: 3px;
	padding-right: 3px;
}
.tour_homebox .tour_box {
	padding-bottom: 20px;
	padding-left: 12px;
	padding-right: 12px;
}
.tour_homebox .tour_box .img_view {
	overflow: hidden;
	position: relative;
	display: block;
}
.tour_homebox .tour_box img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.tour_homebox .tour_box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.tour_homebox .tour_box a:hover, .tour_homebox .tour_box a:focus {
	color: #333;
	text-decoration: none
}
.tour_homebox .tour_box .Txt {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 15px 10px 15px;
	min-height: 125px;
    position: relative;
}
.tour_homebox .tour_box h3 {
	margin: 0;
	font-size: 17px;
	line-height: 26px;
}
.tour_homebox .tour_box p {
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 14px;
	line-height: 21px;
}
.tour_homebox .tour_box .price {
    position: absolute;
    bottom:13px;
    right: 15px;
	text-align: right;
	color: #e30d15;
	font-size: 22px;
    line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.tour_homebox .tour_box .price span {
	font-family: "微軟正黑體", "新細明體";
	font-size: 15px;
}

.tour_homebox .tour_box a h3:hover .box_title {
	text-decoration: none
}
.box_title{
	color: #000;
}
 @media screen and (max-width: 1440px) {
.tour_homebox .tour_box img {
	height: 180px
}
.tour_homebox .tour_box .Txt {
	min-height: 150px;
}
}
 @media screen and (max-width: 1200px) {
.tour_homebox .tour_box img {
	height: 145px
}
}
 @media screen and (max-width: 992px) {
.tour_homebox_margin{
    padding-bottom: 30px;
}
.tour_homebox .tour_row {    
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 7px;
    padding-right: 7px;
}
.tour_homebox .tour_box {
    padding-bottom:10px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.tour_homebox .tour_box .tour_item{
    width: 300px;
}
.tour_homebox .tour_title h2{
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 26px;
}
.tour_homebox .tour_box img{
	height: 210px
}
.tour_homebox .tour_box h3{
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 0px;
}
.tour_homebox .tour_box .Txt{
    min-height: 115px;
}
.tour_homebox .tour_box .price {
	font-size: 22px;
}
}
 @media screen and (max-width: 767px) {
.tour_homebox .tour_title h2{
	font-size: 24px;
}
/*
.tour_homebox .tour_box .tour_item{
    width: 250px;
}
.tour_homebox .tour_box img {
	height: 180px
}
*/
}