@charset "UTF-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) repeat;
	font-family: "微軟正黑體", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.top_bar {
	position: fixed;
	width: 100%;
	z-index: 99999;
	background:rgba(255,255,255,0);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.top_bar.smaller {
	height:98px;
	background:rgba(255,255,255,1);
}
.top_menu {
	position: relatives;	
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.navbar-brand {
    width: 50%;
    max-width: 648px;
    min-width: 300px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar-brand.smaller {
    width: 40%;
}
.navbar-toggler {
	display: none;
}
.sub_bar {
	position: relative;
    padding: 5px 0;
    background: #007bff;
	display: none;
}
.sub_menu {
	position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.sub_menu a {
	color: #fff;
}
.top_banner{
	margin-bottom: 20px; 
}
.wrapper {
	position: relative;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 1200px;
	text-align: center;
	padding-top: 10px;
}
.tour_dsc {
	position: relative;
	margin: 0 auto;
	padding: 0 2%;
	width: 100%;
	max-width: 1000px;
}
.dsc01 {
	margin-top: 40px;
}
.dsc03 {
	margin-top: 30px;
}
.dsc04 {
	margin-top: 20px;
}
.dsc05 {
	margin-top: -30px;
}
.dsc06 {
	margin-top: 20px;
}
.card {
    background-color: transparent;
    border: 0;
}
.products {
	position: relative;
	margin: 0 auto;
	width: 99%;
}
.product_head, .product_foot, .products_list, .product {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
.products_list {
	background: url(../images/p_bg02.png) top center repeat-y;
    background-size: 100%;
}
.p_content {
	padding: 40px 50px 0 0;
	margin-bottom: 35px;
}
.p02 .p_img {
	padding: 0 50px 0 0;
	order: 2;
}
.p02 .p_content {
	padding: 40px 0px 0 70px;
	order: 1;
}
.p02 .img_air {
    right: 0px;
}
.img_air {
    position: absolute;
    top: 55px;
    right: 50px;
    width: 35%;
    min-width: 250px;
}
.p_content h4 {
	font-size: 36px;
	color: #336d29;
}
.p_content h4 span {
	font-size: 30px;
	color: #529549;
}
.p_content .tour_no {
	font-size: 18px;
	color: #6d531f;
}
.p_content ul {
	font-size: 20px;
	color: #333;
	padding-left: 25px;
}
.p_content .tour_date {
	font-size: 18px;
	color: #9e2504;
}
.btn_join {
    width: 32%;
    min-width: 221px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn_join:hover {
	opacity: 0.7;
}
footer {
	position:relative;
	margin:0px auto;
	padding:10px 0;
	width:100%;
	background:#efefef;
	font-size:12px;
	color:#666;
}
footer a {
	color:#666;
}
.footer_info {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}
.copyright {
	text-align:left;
}
.stock {
	text-align:center;
}
.term {
	text-align:right;
}
@media (max-width: 768px) {
.navbar-brand.smaller {
    width: 64%;
}
.p02 .p_img {
	order: 1;
}
.p02 .p_content {
	order: 2;
}
.p_content, .p02 .p_content  {
	padding: 40px 30px 0 30px;
	margin-bottom: 35px;
}
.p02 .img_air {
    right: 0px;
}
.img_air, .p02 .img_air {
	top: 55px;
    right: 30px;
    width: 35%;
    min-width: 250px;
}
.btn_join {
    width: 40%;
    min-width: 221px;
    margin: 0 auto;
    position: relative;
    display: block;
}
.copyright {
	text-align:center;
}
.stock {
	text-align:center;
}
.term {
	text-align:center;
}
}
@media (max-width: 576px) {
.img_air, .p02 .img_air {
    position: relative;
    top: -42px;
    left: -3px;
    right: 0;
    width: 100%;
    min-width: 300px;
}
}
