@charset "big5";
/* CSS Document */
.date_css {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #F0FCF9;
    border: 1px solid #20bb99;
    padding: 8px 16px;
    height: 40px;
    border-radius: 4px;
    color: #20bb99;
    font-size: 15px;
    font-weight: 600;
    width: 200px;
    cursor: pointer;
}
.date_css::placeholder{
    color: #20bb99;
}
.bg_content{
	background: -webkit-linear-gradient(#fffbf3 0%, #ffffff 100%);
	background: -o-linear-gradient(#fffbf3 0%, #ffffff 100%);
	background: linear-gradient(#fffbf3 0%, #ffffff 100%);
/*	background: url(../images/content_curve.png) #fffbf3 no-repeat;*/
	padding-top:40px;
	padding-bottom: 20px;
}
.bg_content:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	min-height: 500px;
	background: url(../images/content_curve.png) no-repeat;
	background-position:right 120px;
}
.bg_white{
	background-color: #fff;	
}
.bg_orange{
	background-color: #fffbf3;	
}
.content_header{
	padding-bottom:80px;
}
.content_header h2{
	margin:0;
	font-size:35px;
	line-height:50px;
	font-weight:500;
	color:#000;
	text-align: center;
}
.content_header h3{
	margin:0;
    margin-top: 15px;
	font-size:25px;
	line-height:38px;
	font-weight:500;
	color:#555;
	text-align: center;
}
.content_header h4{
	margin:0;
	color:#f97352;
	font-size:20px;
	line-height:30px;
	padding-top:3px;
}
.number_status{
	text-align:right;
	color:#666;
	font-size:16px;
    padding-bottom: 15px;
}

/*出團資訊*/
.infor_row{
	display: flex;
    flex-wrap: wrap;
}
.infor_col{
	display: flex;
    flex-direction: column;
	border-right: 1px solid #dbe3e4;
	padding-top: 10px;
	padding-bottom: 10px;
}
.infor_col:last-child{
	border-right:0;
}
.infor_item{
	text-align: center;
	color: #333;
}
.infor_item .infor_title{
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 2px;
}
.infor_item .infor_con{
	font-size: 18px;
	padding-top: 20px;
}
.infor_item .infor_price{
	font-size: 22px;
	padding-top: 20px;
}
.infor_item .other_date{
	font-size:17px;
	font-weight:500;
	padding-top: 8px;
	padding-bottom: 8px;
}
.infor_item .other_date a{
	color:#336799;
}
.infor_item .other_date:hover,
.infor_item .other_date:focus,
.infor_item .other_date:active:focus,
.infor_item .open>.dropdown-toggle.other_date{
    color:#ffb726;
}
.infor_item .btn{
	border-radius: 30px;
	padding: 8px 40px;
	font-size: 21px;
	letter-spacing: 1px;
}
.infor_item .btn_gray{
	background-color:#ccc;
	color: #555;
    cursor: text;
}
.infor_item .btn_color{
	background: linear-gradient(to bottom, #ffcc66 0%,#ffb726 100%);
	color: #336799;
}

.travel_icon{
	padding-top: 15px;
}
.travel_icon span {
    margin: 0 8px 8px 0;
    padding: 0px 7px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
	background-color: #20a2e5;
    border-radius: 4px;
    display: inline-block;
}

/*跳出視窗-郵輪艙房價格說明*/
#cruise_price .modal-body{
	height:500px;
	overflow-y:scroll;
	font-weight:normal;
}
#cruise_price .price_infor {
	border: 1px solid #808080;
}
#cruise_price .price_infor .infor_title {
	background-color: #808080;
	color: #fff;
}
#cruise_price .price_infor ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	border-bottom: 1px solid #808080;
}
#cruise_price .price_infor ul:nth-last-child(1) {
	border-bottom: none;
}
#cruise_price .price_infor ul li {
	list-style: none;
	padding: 10px;
	margin: 0;
	float: left;
	width: 15%;
	line-height: 21px;
	text-align: center;
	font-size: 15px;
}
#cruise_price .price_infor ul li:nth-child(1) {
	width: 25%;
	text-align: left;
}
#cruise_price .price_memo{
	padding:15px;
	font-size:14px;
	line-height:21px;
}
@media all and (max-width: 480px) {
#cruise_price .price_infor {border: 1px solid #808080;}
#cruise_price .price_infor .infor_title {display: none;}
#cruise_price .price_infor ul {width: 100%; display: table; border-bottom: 1px solid #808080;}
#cruise_price .price_infor ul:nth-last-child(1) {border-bottom: none;}
#cruise_price .price_infor ul li {float: left; width: 50%;line-height:26px; text-align: left; padding: 6px 5px; border-bottom: 1px solid #808080;}
#cruise_price .price_infor ul li:nth-child(1),#cruise_price .price_infor ul li:nth-child(2) {width: 50%; text-align: left; background-color: #808080; color:#fff}
#cruise_price .price_infor ul li:nth-child(2):before {content:'住宿人數：';}
#cruise_price .price_infor ul li:nth-child(3):before {content:'第1人：';}
#cruise_price .price_infor ul li:nth-child(4):before {content:'第2人：';}
#cruise_price .price_infor ul li:nth-child(5):before {content:'第3人：';}
#cruise_price .price_infor ul li:nth-child(6):before {content:'第4人：';}
}

/*跳出視窗-更多出團日期*/
@media (min-width: 768px){
.Modal_date .modal-dialog {
    width: 700px;
    margin: 100px auto;
}
}
.Modal_date .modal-content{
	border-radius:0;
	border:0;
}
.Modal_date .close{
	outline: none; /* for Firefox Google Chrome  */
	position:absolute;
	z-index:1000;
	top:-55px;
	right:-35px;
	color: #fff;
    text-shadow: 0 0px 0 #fff;
	font-size:50px;
	line-height:50px;
	filter: alpha(opacity=100);
    opacity:1;
}
.Modal_date .modal-body{
	padding:0;
}
@media screen and (max-width: 767px) {
.Modal_date .modal-dialog {
    margin: 40px 10px 10px 10px;
}
.Modal_date .close{
	top:-40px;
	right:0;
	font-size:38px;
	line-height:38px;
}
}


/*行程表導覽列*/
#navbar-spy{
    position: sticky;
  	top: 0;
	z-index:990;
}
#navbar-spy.navbar-default{
	border:0;
	background-color:transparent;
    margin:0;
}
.navbar-default .navbar-collapse{
	border:0;
}
.navbar-default #navbar_content{
    width: 100%;
	padding-left:0;
	padding-right:0;
	background-color:#ECECEC;
    color: #333;
	z-index:100;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.navbar-default #navbar_content .pad_left{
	padding-left: 0;
}
.navbar-default #navbar_content .pad_right{
	padding-right: 0;
}
.navbar-default #navbar_content .nav_conlist{
    padding-top:10px;
}
.navbar-default #navbar_content .nav_conlist li i{
	padding-right:8px;
}
.navbar-default #navbar_content .nav_conlist li{
    color: #252525;
	font-weight:bold;
    padding-bottom: 10px; 
}
.navbar-default #navbar_content .nav_conlist li a{
	color: #252525;
	font-weight:bold;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 10px;
}
.navbar-default #navbar_content .nav_conlist li.active a,
.navbar-default #navbar_content .nav_conlist li.active a:hover,
.navbar-default #navbar_content .nav_conlist li.active a:focus {
    color: #fff;
    background-color: #20a2e5;
}
.navbar-default #navbar_content .nav_conlist li a:hover,
.navbar-default #navbar_content .nav_conlist li a:focus{ 
    color: #fff;
	background-color: #20a2e5;
}

/*line&fb分享*/
.icon_share_btn{
	margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #FFF;
    font-size: 13px;
    border-radius: 99em;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    vertical-align: top;
}
.icon_share_line{
    border: none !important;
    background-color: #00B200;
    background-image: url(../images/icon_share_line.png);
}
.icon_share_fb {
    border: none !important;
    background-color: #0E6599;
    background-image: url(../images/icon_share_fb.png);
}
.icon_share_line:hover::before {
	content: '分享';
}
.icon_share_line:hover {
	color: #FFF;
	font-size: 13px;
	text-align: center;
	background-image: none;
	background-color: #009100;
}
.icon_share_fb:hover::before {
	content: '分享';
}
.icon_share_fb:hover {
	color: #FFF;
	font-size: 13px;
	text-align: center;
	background-image: none;
	background-color: #0A4D74;
}


/*下載列印&報名*/
.nav_others{
	text-align:right;
    margin-top:5px;
}
.nav_others ul{
	 margin:0;
	 padding:0;
}
.nav_others li{
	list-style:none;
	display:inline-block;
	padding-left:5px; 
}
.nav_others li a{
	color:#fff;
}
.nav_others i{
	padding-right:5px;
}
.nav_others .btn{
    font-size:18px;
    font-weight: 600;
    color:#fff;
	padding:12px 18px;
}
.nav_others .btn_color{
	background-color:#2780C1;
}
.nav_others .btn_color_green{
	background-color:#00b900;
    padding:11px 18px;
}
.nav_others .btn_color_green img{
    height: 24px;
}
.nav_others .btn_gray{
	background-color:#999;
    cursor: text;
}
.nav_btn{
	text-align:right;
}
.nav_btn .btn_color{
	background-color:#2780C1;
	color:#fff;
	padding:12px 25px;
}
	
/*行程內容*/
.content_box{
	padding-top:80px;
	padding-bottom: 50px;
}
.content_box h3{
	margin:0;
	padding-bottom:100px;
	text-align:center;
	color: #336799;
	font-weight:500;
	font-size:32px;
	letter-spacing: 3px;
	font-family:"ju open 粉圓", "Noto Sans TC", 微軟正黑體, serif;
	background: url(../images/content_titleicon.png) no-repeat;
	background-position: 57% 20px;
}
.content_box h4{
	margin:0;
	padding-bottom:15px;
	color:#2780c1;
	font-size:23px;
	font-weight:500;
}
.content_box .scontent{
	color:#444;
	line-height:28px;
}
.content_box .SpecialImg{
	padding-bottom: 30px;
}
.content_box .SpecialImg_item{
	padding-bottom: 35px;
}
.content_box .SpecialImg_item h5{
	margin-top:15px;
	margin-bottom:15px;
	font-weight: 600;
	color: #ff8c00;
	font-size:21px;
}
.content_box .SpecialImg_item .item_con{
	line-height: 26px;
	margin-bottom: 15px;
}
.content_box .panel-group{
	margin-bottom: 0;	
}

/*價格參考*/
.Price_tb{
    width: 100%;
    border: 1px solid #666;
    border-collapse:collapse;
    font-size: 16px;
}
.Price_tb th { 
   background-color: #252525;
   border: 1px solid #252525;
   padding:15px 10px;
   text-align: center;
   color: #fff;
}
.Price_tb td { 
   padding:15px 10px;
   border:1px solid #666;
}


/*航班參考*/
.flight_no{
    background-color: #eee; 
    color: #444;
    text-align: center; 
    padding: 15px;
    font-size: 15px;
} 
.flight_info {
    border: 1px solid #666;
}
.flight_info .flight_title {
    background-color: #252525; 
    color:#fff;
    font-weight:600;
}
.flight_info ul {
    padding:0; 
    margin:0;
    width: 100%; 
    display: table; 
    border-bottom: 1px solid #666;
}
.flight_info ul:nth-last-child(1) {
    border-bottom: none;
}
.flight_info ul li {
    list-style:none;
    padding:0; 
    margin:0;
    display: table-cell;
    width: 15%;
    line-height:23px; 
    text-align: center; 
    vertical-align:middle; 
    padding: 15px 10px; 
    font-size: 16px;
}
.flight_info ul li:nth-child(1) {
    width: 10%; 
    text-align: center;
}
.flight_info .flight_content:nth-child(even) {
    background: #F7F7F7;
}

/*航班參考*/
.flight_row{
	display: flex;
    flex-wrap: wrap;
}
.flight_col{
	display: flex;
    flex-direction: column;
	padding-left: 20px;
	padding-right: 20px;
}
.flight_item{
	border-radius: 30px;
	background-color: #eef6f8;
	padding: 25px 30px 30px 30px;
	margin-bottom: 30px;
}
.flight_item .airline{
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 30px;
}
.flight_item .infor_box{
    display: flex;
    justify-content: space-between;
}
.flight_item .infor_box .infor_con{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #555;
	font-size: 18px;
	letter-spacing: 1px;
	white-space: nowrap;
}
.flight_item .infor_box .infor_con .date{
	margin: 0;
	color: #333;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 38px;
	padding-top: 5px;
}
.flight_item .infor_box .infor_con .time{
    font-size: 20px;
	margin: 0;
	line-height: 32px;
}
.flight_item .infor_box .infor_duration{
    align-items: center;
    color: #a2b2b4;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 18px;
    margin-top: 20px;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.flight_item .infor_box .infor_duration:after{
    background-image: linear-gradient(90deg, #a2b2b4 0, #a2b2b4 50%, transparent 0);
    background-repeat: repeat-x;
    background-size: 5px 1px;
    content: "";
    height: 1px;
    position: absolute;
    top: 18px;
    width: calc(100% - 40px);
}
.flight_item .infor_box .duration_icon{
	align-items: center;
    background-color: #fff;
    border: 1px solid #a2b2b4;
    border-radius: 50%;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-bottom: 8px;
    width: 36px;
    z-index: 1;
}

/*每日行程*/
#Daily > .dark_btn {position: relative;}
#Daily > .dark_btn a.dark_pile_btn {position: absolute; right: 0; bottom: 10px;}
#Daily > .dark_btn a.dark_pile_btn::before {content: "\f067"; margin-right: 5px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#Daily > .dark_btn a.dark_pile_btn::after {content: '全部展開';}
#Daily > .dark_btn a.dark_pile_btn.active::before {content: "\f068"; margin-right: 5px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#Daily > .dark_btn a.dark_pile_btn.active::after {content: '全部收合';}
#Daily .every_day{
    margin: 0;
    padding-top: 20px;
    padding-bottom: 50px;
	width:100%;
    display: table;
	position:relative;
	border-radius: 0px;
	border:0;
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
#Daily .every_day:last-child{
	padding-bottom: 20px;
}
.every_day a:hover,.every_day a:focus{
	text-decoration:none;
	color: #336799;
}
.every_day .panel-heading{
	overflow:hidden;
	padding:0px;
	background-color: #fff;
    border-color: #fff;
}
.every_day .panel-collapse{
	padding-top:10px;
	padding-bottom:20px;
}
.every_day .panel-body{
	padding:0;
    padding-top: 10px;
    line-height: 28px;
	font-size: 17px;
}
.every_day .panel-title{
	width:100%;
	border-bottom:1px solid #336799;
	font-family: "ju open 粉圓","Noto Sans TC", 微軟正黑體, serif;
	color: #336799;
}
.every_day .day_title_left{
	display: table-cell;
    vertical-align: middle;
    text-align: left;
	font-size:42px;
	font-weight:700;
/*    font-family: "Noto Serif TC", 微軟正黑體, serif;*/
	width:120px;
	padding:10px 0px;
	white-space:nowrap;
}
.every_day .day_title_right{
	display: table-cell;
    vertical-align: middle;
	width:calc(100% - 120px);
	font-size:23px;
	font-weight:400;
    line-height:34px;
	padding:0px 20px;
	min-height:80px;
	letter-spacing: 0.5px;
}
.every_day .panel-heading+.panel-collapse>.list-group,
.every_day .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
}
.every_day .daily_content{
	padding-top:15px;
	display: flex;
    flex-wrap: wrap;
}
.every_day .daily_content .box{
	display: flex;
    flex-direction: column;
}
.every_day .daily_content h5{
	margin:0;
	margin-top:15px;
	margin-bottom:10px;
	color:#336799;
	font-size:19px;
	line-height:28px;
    font-weight:500;
	letter-spacing: 0.5px;
	font-family: "ju open 粉圓","Noto Sans TC", 微軟正黑體, serif;
}
.every_day .daily_content .box_con{
    height: auto;
}
.every_day .daily_content .con_txt{
	font-size:16px;
	line-height:26px;
	margin-bottom:50px;
    height: 130px;
    overflow-y: auto;
    color: #666;
}
.every_day .daily_content .box_img1,
.every_day .daily_content .box_con1{
    padding-bottom: 25px;
}
.every_day .daily_content img{
	border-radius: 30px;
}
.every_day .daily_content .img_1{
	width:100%;
	height:auto;
}
.every_day .daily_content .img_2{
	width:100%;
	height:480px;
}
.every_day .daily_content .img_3{
	width:100%;
	height:330px;
}
.every_day .daily_content .img_4{
	width:100%;
	height:240px;
}
.every_day .Other{
    background-color: #fffaed;
	border-radius: 20px;
    padding: 30px 30px 0px 30px;
    margin-bottom: 20px;
}
.every_day .Other h5{
    margin: 0;
    margin-bottom: 10px;
    color: #ffad08;
    font-weight: 500;
    font-size: 18px;
}
.every_day .Other .con{
    padding-bottom: 30px;
    font-size: 15px;
    color: #555;
}

/*每日行程-餐食*/
.daily_bottom{
    background-color: #f0f4f5;
    padding: 35px;
	border-radius: 20px;
}
.daily_meal{border-top: 0px solid #ccc;overflow:hidden;font-size: 16px;display: table;width: 100%;}
.daily_meal .meal_icon{display: table-cell;width: 52px;vertical-align: top;padding-top: 5px;}
.daily_meal i {width: 40px; height: 40px; line-height: 40px; border-radius: 50%; border:1px solid #336799; color: #336799; font-size: 20px; text-align: center; }
.daily_meal .meal_content {/*float: left; width: 85%;*/display: table-cell;width: calc(100% - 70px);padding-left: 15px; vertical-align: top;text-align: left}
.daily_meal .meal_content .dl-horizontal {margin-bottom: 0px;}
.daily_meal .meal_content .dl-horizontal .meal_list{padding-bottom: 7px;display: table;width: 100%;}
.daily_meal .meal_content .dl-horizontal dt {width: 50px; overflow: inherit; float:none; color: #333;font-weight: 500; line-height: 22px; margin-left: 0;display: table-cell;vertical-align: top;text-align: left}
.daily_meal .meal_content .dl-horizontal dd {color: #333;line-height: 23px; display: table-cell;width: calc(100% - 50px);vertical-align: top;text-align: left}
.daily_meal ul {color: #333; font-size: 16px; line-height: 23px; vertical-align: middle; display: table-cell;}
/*每日行程-住宿*/
.daily_hotel{border-top: 0px solid #ccc;overflow:hidden;font-size: 16px;display: table;width: 100%;}
.daily_hotel .meal_icon{display: table-cell;width: 52px;vertical-align: top;padding-top: 5px;}
.daily_hotel i {width: 40px; height: 40px; line-height: 40px; margin-right: 15px; border-radius: 50%; border:1px solid #336799; color: #336799; font-size: 20px; text-align: center; float: left;}
.daily_hotel p {color: #333; line-height: 23px; display: table-cell;width:calc(100% - 70px);padding-left: 15px; vertical-align: middle;text-align: left}
.daily_hotel a {color:#333;}
.daily_hotel a:hover {color:#F17D69;}

/*自費推薦*/
.OwnExpense_info {border: 1px solid #464646;}
.OwnExpense_info .OwnExpense_title {background-color: #252525; color:#fff}
.OwnExpense_info ul {padding:0; margin:0;width: 100%; display: table; border-bottom: 1px solid #464646;}
.OwnExpense_info ul:nth-last-child(1) {border-bottom: none;}
.OwnExpense_info ul li { list-style:none;padding: 13px 10px; margin:0;float: left;line-height:21px; text-align: center; font-size: 15px;}
.OwnExpense_info ul li:nth-child(1){width: 15%;}
.OwnExpense_info ul li:nth-child(2){width: 65%;text-align: left;}
.OwnExpense_info ul li:nth-child(3){width: 20%;}
.OwnExpense_info .OwnExpense_content:nth-child(odd) {background: #F7F7F7;}

/*其他說明*/
.other_box{
	font-size:16px;
	line-height:28px;
	color:#444;
	margin-bottom: 30px;
}
.other_box .other_cont h4:first-child{
    margin-top: 0;
}
.other_box .other_cont h4{
	margin:0;
    margin-top: 25px;
	padding-bottom:5px;
	font-size:19px;
	color:#333;
	font-weight: 600;
}

/*其他出發日期-日曆*/
#Calendar_bg{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
    display: none;
}

#Calendar_div {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 700px;
    max-height: 700px;
    height: 80vh;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    box-shadow: rgba(0,0,0,.3)0 0 36px;
    transition: .5s all;
}
#Calendar_div.active {
    animation: Calendar_active .3s;
    display: block;
    opacity: 1;
    transform: translateY(20%);
}
@keyframes Calendar_active {
	0% {
		opacity: 0;
		transform:translateY(0px);
	}
	100% {
		opacity: 1;
		transform:translateY(20%);
	}
}
#Calendar_div .calendar{
    margin: 0px auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#Calendar_div .calendar_top{
    background-color: #32B5F8;
    color: #fff;
    height: 60px;
    width: 100%;
    display: flex;
}
#Calendar_div .calendar_top .calendar_month {
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-size: 20px;
}
#Calendar_div .calendar_top .calendar_arrow {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
#Calendar_div .calendar_top .calendar_arrow > div {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url(../images/calenda_prev.svg);
    background-position: center;
    background-size: 36px;
    background-repeat: no-repeat;
/*    display: none;*/
}
#Calendar_div .calendar_top .calendar_arrow.next > div {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#Calendar_div .calendar_con{
    width: 100%;
    height: calc(100% - 60px);
}
#Calendar_div .calendar_con .day_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    overflow: hidden;
}
#Calendar_div #Calendar_list{
    display: none;
}
#Calendar_div .calendar_con .grid{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
#Calendar_div .calendar_con .weekdays{
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 100%;
}
#Calendar_div .calendar_con .weekdays > span {
    width: 14.28571%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    text-align: center;
/*    text-transform: uppercase;*/
    background-color: #f1f1f1;
}
#Calendar_div .calendar_con .day_wrap {
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}
#Calendar_div .calendar_con .list_wrap{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
#Calendar_div .calendar_con .list_wrap .day_content{
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    border: 0;
}
#Calendar_div .calendar_con .day_wrap .day {
    width: 14.28571%;
    text-align: left;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
#Calendar_div .calendar_con .list_wrap .day {
    width: 100%;
    min-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
}
#Calendar_div .calendar_con .list_wrap .day > div:nth-child(odd) {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    color: #555;
}
#Calendar_div .calendar_con .list_wrap .day > div.s_box {
    border-left: 1px solid #dedede;
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5;
    align-items: flex-start;
    flex-direction: column;
}
#Calendar_div .calendar_con .list_wrap .day > div.s_box .t_no{
    color: #888;
}
#Calendar_div .calendar_con .list_wrap .day > div.s_box .t_num{
    font-size: 15px;
    color: #9cbe20;
    margin-right: 20px;
}
#Calendar_div .calendar_con .list_wrap .day > div.s_box .t_price{
    font-size: 15px;
    color: #11acf0;
}
#Calendar_div .calendar_con .day_content.height_5 .day {
    min-height: calc(( 100% - 50px ) /5);
}
#Calendar_div .calendar_con .day_content.height_6 .day {
    min-height: calc(( 100% - 50px ) /6);
}
#Calendar_div .calendar_con .day_wrap .day:nth-child(-n+7) {
    border-top: none;
}
#Calendar_div .calendar_con .day_wrap .day:nth-child(7n+7) {
    border-right: none;
}
#Calendar_div .calendar_con .day_wrap .day > span {
    display: block;
    color: #999;
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 999;
}
#Calendar_div .calendar_con .day_wrap .day.prev-month > span, 
#Calendar_div .calendar_con .day_wrap .day.next-month > span {
    color: #dedede;
}
#Calendar_div .calendar_con .day_wrap .day > div {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 10px 8px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#Calendar_div .calendar_con .day_wrap .day > div.active{
    cursor: pointer;
}
#Calendar_div .calendar_con .day_wrap .day > div.active:hover {
    background-color:#f2fcff; 
}
#Calendar_div .calendar_con .day_wrap .day > div > span {
    display: block;
    text-align: right;
    line-height: 1.1;
    font-size: 13px;
}
#Calendar_div .calendar_con .day_wrap .day > div > span.num {
    margin-top: 5px;
    color: #ffaa00;
}
#Calendar_div .calendar_con .day_wrap .day > div > span.price {
    margin-top: 6px;
    color: #11acf0;
}
	
@media all and (max-width: 1440px) {
.every_day .daily_content .img_2{
	height:400px;
}
.every_day .daily_content .img_3{
	height:250px;
}
.every_day .daily_content .img_4{
	height:190px;
}
}

@media all and (max-width: 1200px) {
.every_day .daily_content .img_2{
	height:330px;
}
.every_day .daily_content .img_3{
	height:210px;
}
.every_day .daily_content .img_4{
	height:150px;
}
}

@media all and (max-width: 992px) {
.content_top{
    margin-top:25px;
}
.number_status{
	text-align:left;
}
.content_header h2 {
    font-size: 30px;
	line-height: 42px;
}
.content_header h4{
	font-size:15px;
	line-height:23px;
}
.content_box h3{
	font-size:28px;
	line-height:32px;
}
.infor_box {
	font-size:16px;
}
.infor_box .infor_con {
    font-size: 25px;
    line-height: 32px;
}
.content_box {
	padding-left: 15px;
	padding-right: 15px;
}
.every_day .panel-title{
	border-bottom:1px solid #2780c1;
}
.every_day .daily_content .img_2,
.every_day .daily_content .img_4{
	height:260px;
}
.every_day .daily_content .img_3{
	height:180px;
}
.every_day .daily_content h5 {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
}
.every_day .Other {
    padding: 25px 25px 0px 25px;
}
.every_day .Other h5 {
    font-size: 17px;
}
.every_day .Other .con {
    padding-bottom: 25px;
}
.daily_bottom {
    padding: 25px;
}
.daily_meal,.daily_hotel{
	font-size:15px;
}
}

@media all and (max-width: 768px) {
.content_header h2 {
    font-size: 26px;
	line-height:36px;
}
.content_header h3 {
    font-size: 20px;
	line-height:28px;
}

.content_detail{
	padding-left:5px;
	padding-right:5px;
}
.content_box {
    padding-top: 50px;
    padding-bottom:20px;
	padding-left: 5px;
    padding-right: 5px;
}
.content_box h3 {
	font-size: 26px;
}
.content_box h4 {
    font-size: 21px;
}
.infor_row{
	padding-left: 15px;
	padding-right: 15px;
}
.infor_col{
	padding-top: 20px;
	padding-bottom: 20px;
}
.infor_col:nth-child(2){
	border-right:0;
}
.infor_col:nth-child(1),
.infor_col:nth-child(2){
	border-bottom:1px solid #dbe3e4;
	padding-top: 0px;
}
.infor_item .infor_title{
	font-size: 20px;
}
.Price_tb{
    font-size: 15px;
    line-height:20px;
}
.Price_tb th,
.Price_tb td{
    padding:12px 10px;
}
.flight_info ul li{
    font-size: 15px;
    line-height:21px;
    padding: 12px 10px;
}
#Daily .every_day {
    padding-top: 0px;
    padding-bottom: 30px;
}
#Daily .every_day:last-child {
    padding-bottom: 30px;
}
.every_day .panel-body {
    line-height: 26px;
    font-size: 16px;
}
.every_day .day_title_left {
    display: block;
    width: 100%;
    border-top:0px solid #ccc;
    padding: 25px 0;
	text-align:center;
    font-size: 36px;
}
.every_day .day_title_right {
	min-height:inherit;
	padding:0;
    font-size: 21px;
    line-height:30px;
    width: 100%;
}
.every_day .daily_content p{
    height: auto;
    overflow:inherit;
    margin-bottom: 0;
}
.every_day .daily_content .img_2,.every_day .daily_content .img_3,.every_day .daily_content .img_4{
    height: 220px;
}  
.daily_hotel{
    padding-top: 20px;
}
.other_box {
	margin-bottom: 0;	
}
}

@media all and (max-width: 640px) {
/*其他出發日期-日曆*/
#Calendar_div{
    height: 80vh;
    bottom: 0;
    top: auto;
}
#Calendar_div.active {
    animation: Calendar_active .3s;
    display: block;
    opacity: 1;
    transform: translateY(0%);
}
@keyframes Calendar_active {
	0% {
		opacity: 0;
		transform:translateY(-20%);
	}
	100% {
		opacity: 1;
		transform:translateY(0%);
	}
}
#Calendar_div #Calendar_tb{
    display: none;
}
#Calendar_div #Calendar_list{
    display: block;
}
    
.Price_tb th,
.Price_tb td{
    padding:6px;
}

.flight_item {
    padding: 20px 20px 30px 20px;
}
.flight_item .airline {
    margin-bottom: 20px;
}
.flight_item .infor_box .infor_con {
    font-size: 16px;
}
.flight_item .infor_box .infor_con .date {
    font-size: 18px;
    line-height: 28px;
}
.flight_item .infor_box .infor_con .time {
    font-size: 17px;
    line-height: 26px;
}
.flight_item .infor_box .infor_duration:after {
    width: calc(100% - 20px);
}

/*航班資訊*/
.flight_info {border: 1px solid #464646;}
.flight_info .flight_title {display: none;}
.flight_info ul {width: 100%; display: table; border-bottom: 1px solid #464646;}
.flight_info ul:nth-last-child(1) {border-bottom: none;}
.flight_info ul li {float: left; width: 50%; font-size: 15px; line-height:23px; text-align: left; padding: 6px; border-bottom: 1px solid #464646;height: 85px;}
.flight_info ul li:nth-child(odd) {width: 50%;}
.flight_info ul li:nth-child(even) {width: 50%;}
.flight_info ul li:nth-child(1) {width: 100%; text-align: center; background-color: #252525; color:#fff; font-size: 17px;padding-top: 8px;padding-bottom: 8px; height: auto}
.flight_info .flight_content:nth-child(odd) {background: #F7F7F7;}
/*
.flight_info ul li:nth-child(1):before {content:'第'; margin-right: 5px;}
.flight_info ul li:nth-child(1):after {content:'天'; margin-left: 5px;}
*/
.flight_info ul li:nth-child(2):before {content:'日期：';width: 100%;display: table;font-weight: 500;}
.flight_info ul li:nth-child(3):before {content:'航班：';width: 100%;display: table;font-weight: 500;}
.flight_info ul li:nth-child(4):before {content:'出發地：';width: 100%;display: table;font-weight: 500;}
.flight_info ul li:nth-child(5):before {content:'起飛時間：';width: 100%;display: table;font-weight: 500;}
.flight_info ul li:nth-child(6):before {content:'目的地：';width: 100%;display: table;font-weight: 500;}
.flight_info ul li:nth-child(7):before {content:'抵達時間：';width: 100%;display: table;font-weight: 500;}

.every_day .daily_content .box_img1, .every_day .daily_content .box_con1 {
    width: 100%;
    display: block;
    padding-bottom: 0px;
}
.every_day .daily_content .img_2,.every_day .daily_content .img_3,.every_day .daily_content .img_4{
	height: 190px;
}
}

@media all and (max-width: 480px) {
.every_day .day_title_right {
	font-size: 20px;
}
.every_day .daily_content h5 {
    margin-top: 15px;
    margin-bottom: 8px;
}
.every_day .daily_content .box {
    display: block;
    width: 100%;
}
.every_day .daily_content .img_1,.every_day .daily_content .img_2,.every_day .daily_content .img_3,.every_day .daily_content .img_4{
	height: auto;
}
.every_day .daily_content .box_con {
    height: auto;
}
.every_day .daily_content .con_txt {
    height: auto;
	margin-bottom: 40px;
}
}
