@charset "utf-8";
/* CSS Document */
.home_sqare .row{
    margin: 0;
}
.home_sqare .sqare_pad{
    padding-left: 0;
    padding-right: 0;
}
.home_sqare .sqare_pic{
    position: relative;
    width: 100%;
    height: 100%;
}
.home_sqare .Txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 10px solid #ffdf2b;
    background-color: #fff;
    padding: 30px 25px;
}
.home_sqare .Txt h3{
    text-align: center;
    margin: 0;
    color: #054573;
    font-family: arial;
    font-size: 33px;
    font-weight: 600;
    padding-bottom: 15px;
}
.home_sqare .Txt p{
    text-align: center;
    padding: 0;
    color: #054573;
    line-height: 26px;
    font-size: 17px;
}

.tour_homebox_margin{
    padding-top: 50px;
    padding-bottom: 20px;   
}
.tour_homebox .tour_title h2 {
	margin: 0;
    padding-bottom: 40px;
    text-align: center;
    color: #333;
    font-size: 32px;
	font-weight:600;
    font-family: "Noto Serif TC","微軟正黑體";
    letter-spacing: 2px;
}
.tour_homebox .tour_row {
	display: flex;
    flex-wrap: wrap;
}
.tour_homebox .tour_box {
	display: flex;
    flex-direction: column;
}
.tour_homebox .tour_box .tour_item{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 40px;
    height: 100%;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.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: #ffdf2b;
	text-decoration: none
}
.tour_homebox .tour_box .Txt {
	padding: 20px 8px 10px 8px;
}
.tour_homebox .tour_box h3 {
	margin: 0;
    font-family: "Noto Serif TC", "微軟正黑體";
    font-size: 23px;
    color: #333;
    font-weight: 500;
    background-color: #fff;
    text-align: center;
}
.tour_homebox .tour_box p {
	font-size: 16px;
    line-height: 28px;
    color: #555;
    padding-top: 15px;
    margin: 0;
    text-align: center;
}
.tour_homebox .tour_box .price {
    padding-top: 20px;
	text-align: right;
	color: #f17d69;
	font-size: 26px;
    line-height: 30px;
	font-family: "Noto Serif TC","微軟正黑體";
    font-weight: 600;
    
}
.tour_homebox .tour_box .price span {
	font-size: 17px;
    font-family: "Noto Serif TC", "微軟正黑體";
}
.tour_homebox .tour_box a h3:hover .box_title {
	text-decoration: none;
}
 @media screen and (max-width: 992px) {
.tour_homebox .tour_title h2{
	font-size: 30px;
}
}
@media screen and (max-width:480px){
.tour_homebox .tour_box{
    width: 100%;
}
.tour_homebox .tour_box .tour_item{
    margin-left: 15px;
    margin-right: 15px;
}
.slick_main_pictext .img_view{
	width:100%;
}
.tour_homebox .tour_box img{
	height:auto;
}
}