@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
	font-family: 黑體, 微軟正黑體, Helvetica, Arial, serif;
}
img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
	/*object-fit: scale-down; /* FF */
}
.top_bar {
	position: relative;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 9999;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}
.nav_left {
	display: none;
}
.nav_right {
	display: none;
}
.navbar-brand {
	width: 15%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none !important;
}
.navbar {
	padding: 0 1rem;
}
.navbar-nav {
	display: none !important;
}
.collapse.show {
    border-top: 1px dotted #ccc;
}
.top_banner {
    margin: 0px auto 0px auto;
    width: 100%;
    position: relative;
	max-height: 530px;
    overflow: hidden;
}
.page_banner {
	width: 100%;
    object-fit: cover;
    margin: -10% auto;
}
.main_kv {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1130px;
	width: 100%;
}
.nav-link {
    margin: 12px 20px;
    padding: 0;
    opacity: 0.7;
	width: auto;
    height: 38%;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.nav-link img {
	height: auto;
    width: 100%;
}
.nav_dec {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
}
.main_nav {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 780px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.m_mav_nav {
	display: none;
}
.btn_nav {
	width: 16.6%;
	max-width: 230px;
}
.btn_nav img {
	width: 100%;
}
.wrapper {
	position: relative;
    margin: 0 auto 0 auto;
    padding: 5px 20px;
    width: 100%;
    max-width: 1186px;
}

.card-group, .card-deck {
	margin: 0 0 0 0;
}
.card-deck {
	position: relative;
	width: 100%;
	z-index: 2;
}
.card-deck .card {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 5px;
	background: #fff;
}
.card_entry {
	opacity: 0 !important;
	display: none;
	 background: transparent !important;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.0) !important;
    -moz-box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.0) !important;
    box-shadow: 0px 1px 6px 0px rgba(80,133,137,0.0) !important;
}
.card {
	width: calc( 33.3% - 12px );
	min-width: 31.333%;
	max-width: 33.3%;
	padding-left: 0;
	padding-right: 0;
	border-radius: 9px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cat00 {
	border: 0px solid transparent !important;
	margin: 0 10px !important;
	padding: 0 6px !important;
	background: transparent !important;
}
.cat01 {
    overflow: hidden;
	border: 3px solid #ec82a5;
}
.cat01 .card-title {
	color: #ec82a5;
}
.cat01 .card-footer a {
	background: url("../images/btn_bg01.jpg") no-repeat;
	background-size: cover;
}
.cat02 {
    overflow: hidden;
	border: 3px solid #568dca;
}
.cat02 .card-title {
	color: #568dca;
}
.cat02 .card-footer a {
	background: url("../images/btn_bg02.jpg") no-repeat;
	background-size: cover;
}
.cat03 {
    overflow: hidden;
	border: 3px solid #d83e3d;
}
.cat03 .card-title {
	color: #d83e3d;
}
.cat03 .card-footer a {
	background: url("../images/btn_bg03.jpg") no-repeat;
	background-size: cover;
}
.cat04 {
    overflow: hidden;
	border: 3px solid #7951a1;
}
.cat04 .card-title {
	color: #7951a1;
}
.cat04 .card-footer a {
	background: url("../images/btn_bg04.jpg") no-repeat;
	background-size: cover;
}
.cat05 {
    overflow: hidden;
	border: 3px solid #44c1c6;
}
.cat05 .card-title {
	color: #44c1c6;
}
.cat05 .card-title b {
	color: #369b9f;
	font-size: 16px;
	display: block;
}
.cat05 .card-footer a {
	background: url("../images/btn_bg05.jpg") no-repeat;
	background-size: cover;
}
.cat06 {
    overflow: hidden;
	border: 3px solid #ee8122;
}
.cat06 .card-title {
	color: #ee8122;
}
.cat06 .card-footer a {
	background: url("../images/btn_bg06.jpg") no-repeat;
	background-size: cover;
}
.cat_title {
    position: absolute;
    top: -44px;
    right: -6px;
    width: 200px;
}
.img_mask {
	position: absolute;
    width: calc( 100% - 10px);
    z-index: 9;
}
.card-img-top {
	border-radius: 4px;
}
.card-body {
	padding: 0px;
}
.card-title {
	margin: 10px 0 0 0;
    color: #56c0ef;
    font-size: 23px;
    font-weight: bolder;
    text-align: center;
}
.card-title span {
	font-size: 18px;
	color: #333;
	display: block;
	font-weight: bold;
}
.card-body h6 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.card-text {
	font-size: 14px;
    margin-bottom: 1px;
	text-align: center;
	color: #666;
}
.sub_content {
	min-height: 0px;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
    background-color: white;
    text-align: center;
}
.sub_content ul {
    padding-left: 20px;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
	margin-bottom: 7px;
}
.tour_date {
	font-size: 14px; 
	margin-bottom: 8px;
}
.freetax {
    position: relative;
    width: 100%;
	margin-bottom: 10px;
    padding: 8px;
    background: #ecb040;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    line-height: 18px;
}
.freetax b {
	display: block;
	font-size: 14px;
}
.card-footer {
	background: transparent;
    border-top: 0;
    padding: 0;
	text-align: center;
}

.card-footer a {
	display: block;
    margin: 0;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: bolder;
    text-decoration: none;
}
.card-footer a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.card-footer span {
	font-size: 12px;
	color: #aaa;
}
.product_price {
	position: relative;
	border-top: 1px dotted #ccc;
}
.product_price span {
	font-weight: bolder;
	font-size: 18px;
	color: #ce2753;
}
.product_price b {
	font-weight: bolder;
	font-size: 32px;
	color: #ce2753;
}
.carousel-control-prev {
    left: -6%;
    width: 10%;
}
.carousel-control-next {
    right: -6%;
    width: 10%;
}
.cat_img {
	position: relative;
    border: 4px solid #fff;
    width: 100%;
    border-radius: 5px;
}
.cat_desc {
	position: relative;
	width: 100%;
	text-align: center;
}
.tnc {
	position: relative;
	margin: 0 auto;
    padding: 30px 10px;
    width: 100%;
    max-width: 1200px;
	font-size: 12px;
    color: #999;
}
.tnc ul {
	margin-bottom: 0;
	padding-left: 20px;
}
.tnc ul li {
	font-size: 12px;
	color: #999;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    /* color: #666; */
    border-top: 1px solid #ccc;
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
	text-align: right;
}
@media (max-width: 1930px) {

}
@media (max-width: 1550px) {

}
@media (max-width: 1200px) {
	.card-title {
		font-size: 20px;
	}
	.card-title span {
		font-size: 18px;
	}
	.card-body h6 {
		font-size: 20px;
	}
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}
}
@media (max-width: 1024px) {
	.card {
		min-width: calc( 33% - 30px );
	}
}
@media (max-width: 768px) {
	.page_banner {
        margin: -5% auto;
    }
	.main_kv {
        left: -10%;
        right: -10%;
        width: 120%;
    }
	.main_nav {
        display: none;
    }
    .m_mav_nav {
        position: fixed;
		top: 0;
		display: flex;
		flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
		width: 100%;
		font-family: 細明體, "細明體", "新細明體", Times, "Times New Roman", "serif";
		font-size: 15px;
		text-align: center;
		background: #fff;
		z-index: 999;
    }
	.m_btn_nav {
		position: relative;
		width: 33.3%;
	}
	.m_btn_nav a {
		display: block;
		background: #fff;
		font-weight: bolder;
		text-decoration: none;
		width: 100%;
		padding: 8px 2px;
	}
	.m01 a {
		color: #ec82a5;
	}
	.active1 {
		color: #fff !important;
		background: #ec82a5 !important;
	}
	.m02 a {
		color: #568dca;
	}
	.active2 {
		color: #fff !important;
		background: #568dca !important;
	}
	.m03 a {
		color: #d83e3d;
	}
	.active3 {
		color: #fff !important;
		background: #d83e3d !important;
	}
	.m04 a {
		color: #7951a1;
	}
	.active4 {
		color: #fff !important;
		background: #7951a1 !important;
	}
	.m05 a {
		color: #44c1c6;
	}
	.active5 {
		color: #fff !important;
		background: #44c1c6 !important;
	}
	.m06 a {
		color: #ee8122;
	}
	.active6 {
		color: #fff !important;
		background: #ee8122 !important;
	}
	.wrapper {
		padding: 0px 10px;
	}
	.card {
		min-width: calc( 48% - 12px );
		max-width: 50%;
	}
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
		text-align: center;
	}
	.carousel-item-next, .carousel-item-prev, .carousel-item.active {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: block;
	}
}
@media (max-width: 576px) {
	.page_banner {
        margin: 0% -20%;
        width: 140%;
    }
	.main_kv {
        left: -27%;
        right: -33%;
        width: 160%;
    }
	.nav_left {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 5.7vw;
        max-width: 30px;
		display: none;
    }
	.nav_right {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 5.7vw;
        max-width: 30px;
		display: none;
    }
	.navbar-brand {
		width: 19%;
		padding-bottom: 6px;
		max-width: 140px;
		min-width: 70px;
	}
	.wrapper {
        padding: 0px;
    }
	.card {
		width: calc( 100% - 20px);
		max-width: 100%;
	}
	.card-deck .card {
        margin-bottom: 10px;
    }
	.card-group, .card-deck {
        margin: 0px 0 0 0;
    }
	.card-body {
        padding: 0 0px;
    }
	.card-text {
        font-size: 14px;
    }
	.sub_content {
		min-height: inherit;
	}
	.site_dec {
		margin: 0 6%;
		width: 86%;
		font-size: 14px;
		border: 8px solid #fff;
		border-radius: 0;
	}
}