@charset "utf-8";
/* CSS Document */
/*搜尋*/
#search{
    background-color: #f5f5f5;
}
.search{
    background-color: #efe6cd;
    padding: 25px 35px;
/*
    margin-bottom: 20px;
    -webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    box-shadow: 1px 1px 1px rgb(134 104 39 / 10%);
*/
/*    border-radius: 10px;*/
}
.search label{
    letter-spacing: 0.2px;
    color: #866d3b;
    margin-bottom: 8px;
    font-size: 16px;
}
.search label .glyphicon{
    padding-left: 2px;
    padding-right: 5px;
    font-size: 17px;
    color: #20a2e5;
}
.search .form-list{
    padding-left:10px;
	padding-right:10px;
}
.search .input_css {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    background-color: #fff;
    border: 0px solid #d6dbde;
	padding: 10px 12px;
	height: 43px;
	border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    color: #555;
}
.search .select_css {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    border: 0px solid #d6dbde;
    padding: 10px 12px;
	height: 43px;
	border-radius: 5px;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    color: #555;
}
.search .select_css option{
    color: #555;
}
.search .DateClearBtn {
	padding: 0px;
	width: 36px;
	height: 36px;
	color: #f06b37;
	line-height: 36px;
    font-size: 28px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 32px;
	right: 0px;
}
.search .search_input{
    cursor: pointer;
}
.search .search_btn{
	border:0;
	background-color:#f06b37;
	color:#FFFFFF;
	vertical-align:middle;
	cursor:pointer;
    margin-top: 30px;
	padding:10px 40px;
    width: 100%;
    height: 43px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 17px;
/*    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;*/
}
.search .place_wrapper{
    display: none;
    position: absolute;
    top: 70px;
    z-index: 1000;
    width: 700px;
}
.search .place_box{
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0 0 6px rgba(0,0,0,.2));
/*    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 30%);*/
    padding: 20px 25px 25px 25px;
}
.search .place_box:before{
    position: absolute;
    content: '';
    display: block;
    top:-12px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 13px 15px;
    border-color: transparent transparent #fff transparent;
}
.search .place_nav{
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    border-bottom: 0;
}
.search .place_nav>li.active>a, 
.search .place_nav>li.active>a:focus, 
.search .place_nav>li.active>a:hover {
    color: #333;
    border: 0;
    border-bottom: 2px solid #20a2e5;
    cursor: pointer;
}
.search .place_nav>li>a, 
.search .place_nav>li>a:focus, 
.search .place_nav>li>a:hover {
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #222;
    text-align: center;
    border-radius: 0;
    padding: 4px;
    margin: 0 5px 10px 5px;
}
.search .place_nav>li>a:hover{
    border-bottom: 2px solid #20a2e5;
}
.search .place_nav>li:first-child>a{
    margin-left: 0;
}
.search .place_content .place_item{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
.search .place_content .place_item .place_country{
    background-color: #e5f3fa;
    color: #40a7dd;
    width: 120px;
    padding: 10px 20px;
    font-size: 16px;
}
.search .place_content .place_item .place_area{
    background-color: #eff8fc;
    width: calc(100% - 120px);
    color: #222;
}
.search .place_content .place_item .place_area ul{
    margin: 0 ;
    padding:10px 20px 5px 20px;
    width: 100%;
}
.search .place_content .place_item .place_area li{
    list-style: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 0 7px 0;
    width: 48%;
    font-size: 14px;
    vertical-align: top;
}
.search .place_content .place_item .place_area li:nth-child(odd){
    margin: 0 15px 7px 0;
}
.search .place_content .place_item .place_area li:hover{
    text-decoration: underline;
}
.search .SearchType{
    width: 100%;
    color: #525252;
    display: table;
}
.search .SearchType>div {
    margin: 0;
    padding: 6px 5px 6px 40px;
    width: 50%;
    height: 36px;
    display: table-cell;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
}
.search .SearchType>div:nth-child(1) {
    border: 1px solid #20bb99;
    border-radius: 5px 0 0 5px;
}
.search .SearchType>div:nth-child(2) {
    border: 1px solid #20bb99;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.search .SearchType .select {
    color: #fff!important;
    background-color: #20bb99;
    background-image: url(../images/search_home_select.svg);
    background-position: left 10px center;
    background-size: 24px;
    background-repeat: no-repeat;
    border: 2px solid #20bb99;
}

@media screen and (max-width: 1200px) {
.search .place_wrapper{
    width: 630px;
}
}
@media screen and (max-width: 992px) {
/*
.search{
    margin: 30px 15px 20px 15px;
    border-radius: 10px;
}
*/
.search .form-group {
    margin-bottom: 20px;
}
.search .search_pad {
    padding: 0px 12px 18px 12px;
}
.search .search_btn {
    margin-top: 0;
}
}
@media screen and (max-width: 767px) {
.search{
    padding: 20px;
}
.search .place_wrapper{
    width: 96%;
}
.search .search_pad {
    padding: 0px 8px 18px 8px;
}
}
@media screen and (max-width: 640px) {
.search .place_content .place_item .place_area li{
    width: 47%;
}
}
@media screen and (max-width: 480px) {
.search .search_pad {
    width: 100%;
}
.search label {
    font-size: 15px;
    padding-bottom: 0px;
}
.search .place_box {
    padding: 15px 20px 20px 20px;
}
.search .place_content .place_item .place_country{
    width: 100px;
    padding: 10px 15px;
}
.search .place_content .place_item .place_area{
    width: calc(100% - 100px);
}
.search .place_content .place_item .place_area li {
    display: block;
    width: 100%;
    margin: 0 0 7px 0;
}
.search .place_content .place_item .place_area li:nth-child(odd){
    margin: 0 0 7px 0;
}
}


.tour_box1{
    padding: 60px 0px 50px 0px;
    background-color: #f5f5f5;
}
.tour_box1 h2 {
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tour_box1 h2 .fa{
    color: #f89f1d;
    padding-right: 10px;
    font-size: 32px;
}
.tour_box1 h2 .title_color{
    color: #f89f1d;
}
.tour_box1 .box_flex{
    display: flex;
    flex-wrap: wrap;
}
.tour_box1 .box_flex .col_flex {
    display: flex;
    flex-direction: column;
}
.tour_box1 .slick_item{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color:#fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
}
.tour_box1 .slick_item::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 4px;
    background-color:#ff7e25;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.tour_box1 .slick_item:hover::before {
    opacity: 1;
    width: 100%;
}
.tour_box1 .slick_item .img_view {
	overflow: hidden;
	position: relative;
	display: block;
}
.tour_box1 .slick_item img {
	width: 100%;
	height: 230px;
	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_box1 .slick_item: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_box1 .slick_item a:hover, .tour_box1 .slick_item a:focus {
	color: #333;
	text-decoration: none
}
.tour_box1 .slick_item .Txt {
	padding: 20px 25px 35px 25px;
    border-bottom: 0px #f2a68d solid;
}
.tour_box1 .slick_item h3 {
	margin: 0;
    color: #000;
    font-weight: 300;
	font-size: 19px;
	line-height: 28px;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.tour_box1 .slick_item p {
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 14px;
	line-height: 21px;
}
.tour_box1 .slick_item .price {
    text-align: right;
	color: #ff7e25;
	font-size: 22px;
    padding-top: 25px;
    font-weight: 600;
    font-family:"Microsoft JhengHei",Arial, 微軟正黑體, sans-serif;
}
.tour_box1 .slick_item .price span {
	font-family: "微軟正黑體", "新細明體";
	font-size: 15px;
    font-weight: 400;
}

.tour_box1 .slick_item a h3:hover .box_title {
	text-decoration: none;
}
.box_title{
	color: #000;
}
@media screen and (max-width:1440px){
.tour_box1 .slick_item img {
    height: 190px;
}
}
@media screen and (max-width:1200px){
.tour_box1 .slick_item img {
    height: 170px;
}
}
@media screen and (max-width:992px){
.tour_box1{
    padding: 60px 15px 40px 15px;
}
.tour_box1 .slick_item .Txt {
	padding: 20px 20px 30px 20px;
}
}
@media screen and (max-width:768px){
.tour_box1 h2 {
    font-size: 28px;
    padding-bottom: 50px;
} 
.tour_box1 .slick_item img {
    height:210px;
}    
}
@media screen and (max-width:600px){
.tour_box1 .box_flex .col_flex {
    width: 100%;
}
.tour_box1 .slick_item img {
    height: auto;
}
}


.tour_box2{
/*    margin: 0 100px 80px 100px;*/
    padding: 70px 120px 100px 120px;
    background-color: #faf4ec;
    background: -webkit-linear-gradient(#faf4ec 0%, #FCF4E0 100%);
    background: -o-linear-gradient(#faf4ec 0%, #FCF4E0 100%);
    background: linear-gradient(#faf4ec 0%, #FCF4E0 100%);
}
.tour_box2 h2 {
    margin: 0;
    padding-bottom:35px;
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tour_box2 h2 .fa{
    color: #f89f1d;
    padding-right: 10px;
    font-size: 32px;
}
.tour_box2 h2 .title_color{
    color: #f89f1d;
}
.tour_box2 .slick-prev, 
.tour_box2 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 999;
    top:40%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, 0);
    cursor: pointer;
    outline: none;
    background: #b8a697;
    transition: all .3s;
	border-radius:0;
    color: #fff;
}
.tour_box2 .slick-prev{
	left:-50px;
}
.tour_box2 .slick-next{
	right:-50px;
}
.tour_box2 .slick-prev:before {
    content: '\f104';
}
.tour_box2 .slick-next:before {
    content: '\f105';
}
.tour_box2 .slick-prev:before, 
.tour_box2 .slick-next:before {
    font-family: FontAwesome;
    font-size: 26px;
    color: #fff;
    opacity: .9;
}
.tour_box2 .slick-prev:hover:before, 
.tour_box2 .slick-next:hover:before,
.tour_box2 .slick-prev:focus:before, 
.tour_box2 .slick-next:focus:before{
    color: #fff;
}
.tour_box2 .slick-prev:hover, 
.tour_box2 .slick-prev:focus, 
.tour_box2 .slick-next:hover, 
.tour_box2 .slick-next:focus {
	color: #fff;
    background-color: #998670;
}
.tour_box2 .slick-dots{
	bottom:-30px;
}
.tour_box2 .slick-dots li{
    width: 15px;
    height: 15px;
	margin:0 5px;
}
.tour_box2 .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid #75c1e7;
    background-color:transparent;
}
.tour_box2 .slick-dots li button:focus, 
.tour_box2 .slick-dots li.slick-active button {
    outline: none;
    background-color: #75c1e7;
    width: 15px;
    height: 15px;
}
.tour_box2 .slick-dots li.slick-active{
	margin:0 5px;
    width: 15px;
    height: 15px;
}
.tour_box2 .slick_item{
    background-color: #fff;
    padding: 22px;
    margin: 20px 25px 50px 25px;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*
.tour_box2 .slick_item.slick-center{
    margin: 20px 25px;
}
.tour_box2 .slick_item.slick-center:hover{
    margin-top: 0px;
}
*/
.tour_box2 .slick_item:hover{
    margin-top: 40px;
}
.tour_box2 .slick_item a{
    text-decoration: none;
}
.tour_box2 .pic{
    vertical-align: top; 
    padding: 0;
    position: relative;
}
.tour_box2 .pic img{
    width: 100%;
}
.tour_box2 .slick_con{
    padding: 25px 20px;
    overflow: hidden;
}
.tour_box2 .slick_con h3{
	margin:0;
	padding-bottom: 15px;
	font-size: 23px;
	line-height: 30px;
	color:#333;
    font-weight: 500;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
    letter-spacing: 1px;
}
.tour_box2 .slick_con p{
	color:#444;
	font-size:16px;
	line-height:26px;
    margin: 0;
    letter-spacing:0.5px;
    position: relative;
    padding-bottom: 20px;
}
.tour_box2 .slick_con p:before {
    content: "";
    background: #eeeeee;
    height: 2px;
    width: 53px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.tour_box2 .slick_con .price{
    float: left;
    color: #ff7e25;
    font-size: 23px;
    padding-top: 25px;
    font-weight: 600;
    font-family: "Microsoft JhengHei",Arial, 微軟正黑體, sans-serif;
}
.tour_box2 .slick_con .price span{
    font-family: "微軟正黑體", "新細明體";
    font-size: 15px;
    font-weight: 400;
}
.tour_box2 .slick_con .more_link{
    float: right;
    padding: 0px 13px;
    margin-top: 20px;
    border: 2px solid #f89f1d;
    line-height: 34px;
    font-size: 15px;
    border-radius: 0;
    background-color: #f89f1d;
    color: #fff;
}
.tour_box2 .more{
    text-align: center;
    padding-top: 20px;
}
.tour_box2 .more a{
    padding: 15px 150px;
    background-color: #998670;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}
.tour_box2 .more a:hover{
    text-decoration: none;
    background-color: #b8a697;
}
@media screen and (max-width:1600px){
.tour_box2{
    padding: 70px 50px 100px 50px;
}
}
@media screen and (max-width:1200px){
.tour_box2{
    padding: 70px 0px 100px 0px;
}
.tour_box2 .slick-prev{
	left:-15px;
}
.tour_box2 .slick-next{
	right:-15px;
}
.tour_box2 .slick_item{
    margin: 20px 20px 40px 20px;
}
/*
.tour_box2 .slick_item.slick-center{
    margin: 20px;
}
*/
}
@media screen and (max-width:992px){
.tour_box2{
    padding: 60px 15px 80px 15px;
}
.tour_box2 .slick_item{
    padding: 20px;
}
.tour_box2 .more{
    padding-top: 30px;
}
}
@media screen and (max-width:768px){
.tour_box2 h2 {
    font-size: 28px;
    padding-bottom: 30px;
}
.tour_box2 .slick_item {
    margin: 20px 15px;
}
.tour_box2 .more a {
    padding: 15px 50px;
    width: 100%;
}
}
@media screen and (max-width:480px){
.tour_box2 .slick_item {
    margin: 20px 10px;
}
}


/*主題行程*/
.tour_theme{
    padding: 60px 0 80px 0;
}
#theme_item{
    width: 90%;
    margin: 0 auto;
}
.tour_theme h2 {
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tour_theme h2 .fa{
    color: #f89f1d;
    padding-right: 10px;
    font-size: 32px;
}
.tour_theme h2 .title_color{
    color: #f89f1d;
}
.tour_theme img{
    width: 100%;
    height: 100%;
}
.tour_theme .theme_row{
    margin: 0;
}
.tour_theme .theme_col{
    padding-left: 0px;
    padding-right: 0px;
}
.tour_theme .slick-prev, .tour_theme .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 999;
    top:40%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, 0);
    cursor: pointer;
    color: #777;
    border: none;
    outline: none;
    background: none;
    transition: all .5s;
	border-radius:100%;
	background-color:#fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.tour_theme .slick-prev{
	left:-40px;
}
.tour_theme .slick-next{
	right:-40px;
}
.tour_theme .slick-prev:before {
    content: '\f104';
}
.tour_theme .slick-next:before {
    content: '\f105';
}
.tour_theme .slick-prev:before, 
.tour_theme .slick-next:before {
    font-family: FontAwesome;
    font-size: 30px;
    opacity: 1;
    color: #777;
}
.tour_theme .slick-prev:hover, 
.tour_theme .slick-prev:focus, 
.tour_theme .slick-next:hover, 
.tour_theme .slick-next:focus {
	color: #777;
}
.tour_theme .slick-dots{
	bottom:-35px;
}
.tour_theme .slick-dots li{
	margin:0 3px;
}
.tour_theme .slick_item{
	background-size:cover !important;
    background-position: 50%;
	position:relative;
	overflow: hidden;
	height: auto;
	border-radius:15px;
    padding-bottom: 90%;
}
.tour_theme .item_pad1{
    padding-top: 30px;
}
.tour_theme .item_pad2{
    padding-bottom: 30px;
}
.tour_theme .slick_item img::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #06082b;
}
.tour_theme .slick_item .Txt{
    display:block;
    position: absolute;
    overflow: hidden;
    left:0px;
    right:0px;
    top:0px;
    background-color:rgba(6,8,43,0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height:100%;
    padding:20px 30px;
}
.tour_theme .slick_item .Txt h3{
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, 0);
    border: 0px solid rgba(255,255,255,0.5);
    border-radius: 0px;
	padding:12px;
	font-size:26px;
	line-height: 34px;
    font-weight: 600;
	color:#fff;
    transition: all 0.5s ease;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8), -1px -1px 5px rgba(0, 0, 0, 0.8);
}
.tour_theme .slick_item:hover .Txt {
    top:0px;
	margin-left:0px;
    margin-right:0px;
	height:100%;
	padding:20px 30px;
	background-color:rgba(6,8,43,0.7);
}
.tour_theme .slick_item:hover .Txt h3{
	bottom: 0px;
    top: 30px;
    font-size: 23px;
}
.tour_theme .slick_item .Txt .price,
.tour_theme .slick_item .Txt .detail{
    opacity:0;
    transition: all 0.5s ease;
    color:#fff;
}
.tour_theme .slick_item .Txt .detail{
    padding-top: 60px;
	padding-bottom:20px;
    font-size:15px;
    line-height:25px;
}
.tour_theme .slick_item .Txt .price{
	text-align:center;
	font-size:25px;
    color:#FFB325;
    font-weight: 600;
}
.tour_theme .slick_item .Txt .price span{
	font-size:15px;
}
.tour_theme .slick_item:hover .Txt .detail,
.tour_theme .slick_item:hover .Txt .price{
    opacity:1;
}
@media screen and (max-width:992px){
.tour_theme {
    padding: 60px 15px;
}
.tour_theme .slick_item .Txt h3 {
    font-size: 24px;
}
.tour_theme .item_pad1,.tour_theme .item_pad2,.tour_theme .item_pad3 {
    padding-bottom: 20px;
}
.tour_theme .item_pad1{
    padding-top: 0;
}
}
@media screen and (max-width:768px){
#theme_item{
    width: 100%;
}
.tour_theme h2 {
    font-size: 28px;
    padding-bottom: 50px;
}
.tour_theme .slick_item{
    padding-bottom: 45%;
}
.tour_theme .slick_item .Txt h3 {
    top: 35%;
    font-size: 23px;
}
.tour_theme .slick_item:hover .Txt h3{
    top: 20px;
    font-size: 22px;
}
.tour_theme .slick_item .Txt .detail {
    padding-top: 50px; 
}
.tour_theme .slick_item .Txt .price {
    font-size: 23px;
}
}
@media screen and (max-width:600px){
.tour_theme .slick_item{
    padding-bottom: 50%;
}    
}

/*行程組別*/
.travel_groupbox_margin {
    background-color: #fff;
    padding: 80px 0 40px 0;
}
.travel_groupbox {
	padding: 0 5px 40px 5px;
}
.travel_groupbox .content {
	overflow: hidden;
	font-size: 15px;
	min-height: 180px;
	width: 100%;
    background-color: #fff;
    position: relative;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.travel_groupbox h2 {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 0);
/*    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;*/
	font-weight: 600;
	font-size: 28px;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px;
    text-shadow: 0px 0px 8px #000;
}
.travel_groupbox .content .pic {
	display: block;
	width: 100%;
}
.travel_groupbox .content .pic img {
	width: 100%;
	height: 220px;
	object-fit: cover;
    background-position: center;
}
.travel_groupbox .content .travel_list {
	display: block;
	width: 100%;
	padding: 10px 25px;
    overflow: hidden;
    height: 285px;
}
.travel_groupbox .content .travel_list ul {
	padding: 0;
	margin: 0;
}
.travel_groupbox .content .travel_list li {
	list-style: none;
	float: left;
	display: inline;
	width: 100%;
	line-height: 28px;
	border-bottom: 1px solid #DDDDDD;
}
.travel_groupbox .content .travel_list li:nth-child(5) {
    border-bottom:0;
}
.travel_groupbox .content .travel_list li a {
	float: left;
	display: inline;
	color: #444;
    font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-weight: 400;
	font-size: 18px;
    line-height: 26px;
	text-decoration: none;
	padding: 12px 0px;
	width: 68%;
}
.travel_groupbox .content .travel_list li a:hover {
	color: #ff7e25;
}
.travel_groupbox .content li .price {
	float: right;
	display: inline;
	width: 32%;
	text-align: right;
	padding: 14px 0px;
    font-size: 19px;
    line-height: 22px;
    color: #ff7e25;
    font-family: "Microsoft JhengHei", Arial, 微軟正黑體, sans-serif;
    font-weight: 600;
/*    font-style: italic;*/
}
.travel_groupbox .content li .price span {
    font-family: "微軟正黑體", "新細明體";
    font-size: 14px;
    font-weight: 400;
    padding-left: 2px;
}
@media screen and (max-width:992px){
.travel_groupbox_margin {
    padding: 60px 15px 20px 15px;
}
.travel_groupbox .content .pic img {
	height: 200px;
}
}
@media screen and (max-width:768px){
.travel_groupbox .content .travel_list {
    height: auto;
}
.travel_groupbox .content li .price {
    font-size: 17px;    
}
}
@media screen and (max-width:480px){
.travel_groupbox .content .pic img {
	height: auto;
}
}