@charset "big5";
/* CSS Document */
.content_top{
    margin-top:50px;
    margin-bottom: 20px;
}
.content_header{
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}
.content_header h2{
	margin:0;
	font-size:28px;
	line-height:38px;
	font-weight:bold;
	color:#222;
}
.content_header h3{
	margin:0;
    margin-top: 6px;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	color:#777;
}
.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:14px;
    padding-bottom: 5px;
}
.infor_box{
	padding-top:20px;
	padding-bottom:30px;
	font-size:19px;
	font-weight:bold;
	color:#444;
}
.infor_box > div{
	padding-bottom: 15px;
}
.infor_box .infor_con{
	color:#20bb99;
	font-size:28px;
	line-height:38px;
	padding-top:3px;
	padding-bottom:5px;
}
.other_date{
	border:1px solid #222;
	background-color:#222;
	color:#fff;
	border-radius:4px;
	font-size:16px;
	font-weight:bold;
	padding:8px 15px;
	margin-bottom: 5px;
}
.other_date:hover,
.other_date:focus,
.other_date:active:focus,
.open>.dropdown-toggle.other_date{
    background-color:#fff;
	border:1px solid #222;
    color:#222;
}
.infor_box .infor_con .red{
	color: #F22727;
}
.infor_box .price_con{
	clear:both;
	overflow:hidden;
	padding-top:10px;
}
.infor_box .price_con .panel{
	float:left;
	text-align: center;
    min-width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
	font-weight:bold;
}
.infor_box .price_con .panel-info{
	border-color: #20bb99;
}
.infor_box .price_con .panel-info > .panel-heading {
    font-size:15px;
	color: #fff;
    background-color: #20bb99;
    border-color: #20bb99;
	padding:10px;
}
.infor_box .price_con .panel-info > .panel-body {
    padding:13px 10px;
	font-size:15px;
}
.infor_box .btn_cruise{
	background-color:#333;
	color:#fff;
	padding:3px 10px;
	border-radius:3px;
}

/*跳出視窗-郵輪艙房價格說明*/
#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.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 .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;
}

/*下載列印*/
#printblock{display:none; position:absolute; top:50px; right:0px;z-index:1000;}
.openUp{text-align:left; position:relative;  padding-top:20px; width:420px; height:400px;}
.closebtn{ position:absolute; right:0px; top:0px; z-index:100}
.print{text-align:center; display:inline-block; vertical-align:top; margin:0 10px; background:url(../images/print_bg.gif) no-repeat 0 0; width:380px; height:379px;}
.print p{ margin:0; padding:0}
.print .print_tit{font-size:40px; line-height:40px; padding-top:20px; padding-bottom:10px;}
.print .print_word{font-size:18px;}
.print .print_option ul{ padding:0; margin:0; margin-left:70px; margin-top:7px;list-style-type:none;font-size:16px; text-align:left;}
.print .print_option li{ float:left;display:inline-block; width:135px; margin:3px 0;}
.print .red02{color:#cc1616;}
.print .blue02{color:#00479d;}
.print input[type="checkbox"] {position:absolute; z-index:-9999; /*display:none;*/ cursor:pointer}
.print input[type="checkbox"] + label span {display:inline-block; width:19px; height:19px; margin:0px 5px 0px 0px; vertical-align:middle; background:url(../images/icon_click.jpg) no-repeat 0 0; cursor:pointer;}
.print input[type="checkbox"]:checked + label span {background:url(../images/icon_click2.jpg) no-repeat 0 0;}
.print .button{color:#fff; font-size:28px; height:98px; line-height:98px; padding:0px 0px 0px 40px; margin-top:155px; text-align:left;}
.print .button img{display:inline-block; vertical-align:middle; margin: 0 5px;}
.print .button input{display:inline-block; vertical-align:middle; margin: 0 5px;}
.print .button a{color:#fff; -webkit-transition:all ease 0.3s ; -moz- transition:all ease 0.3s ; transition:all ease 0.3s ;}
.print .button a:hover{ margin-left:10px;}
@media screen and (max-width: 768px) {
#printblock{top:inherit;bottom: 0;}
}
	
/*行程內容*/
.content_box{
	padding-top:100px;
}
.content_box h3{
	margin:0;
	padding-bottom:20px;
	text-align:center;
	font-weight:bold;
	font-size:32px;
}
.content_box h4{
	margin:0;
	padding-bottom:10px;
	color:#2780c1;
	font-size:21px;
	font-weight:bold;
}
.content_box .scontent{
	color:#444;
	line-height:28px;
}

/*價格參考*/
.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 #464646;}
.flight_info .flight_title {background-color: #252525; color:#fff}
.flight_info ul {padding:0; margin:0;width: 100%; display: table; border-bottom: 1px solid #464646;}
.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:21px; text-align: center; vertical-align:middle; padding: 13px 10px; font-size: 15px;}
.flight_info ul li:nth-child(1) {width: 10%; text-align: center;}
.flight_info .flight_content:nth-child(even) {background: #F7F7F7;}


/*每日行程*/
#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: 30px;
    padding-bottom: 30px;
	width:100%;
    display: table;
	position:relative;
	border-radius: 0px;
	border:0;
	 box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.every_day a:hover,.every_day a:focus{
	text-decoration:none;
}
.every_day .panel-heading{
	overflow:hidden;
	padding:0px;
	background-color: #fff;
    border-color: #fff;
}
.every_day .panel-body{
	padding:0;
    padding-top: 15px;
    line-height: 26px;
}
.every_day .panel-title{
	width:100%;
	border-bottom:4px solid #2780c1;
}
.every_day .day_title_left{
	display: table-cell;
    vertical-align: middle;
    color: #777;
    text-align: left;
	font-size:30px;
	font-weight:bold;
	font-family:"華康粗明體","微軟正黑體", "新細明體";
	width:120px;
	letter-spacing:5px;
	padding:15px 0px;
}
.every_day .day_title_right{
	display: table-cell;
    vertical-align: middle;
	width:calc(100% - 120px);
	font-size:21px;
	font-weight:bold;
    line-height:28px;
	padding:10px 20px;
	min-height:80px;
}
.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;
}
.every_day .daily_content h5{
	margin:0;
	margin-top:10px;
	margin-bottom:2px;
	color:#333;
	font-size:18px;
    font-weight: bold;
	line-height:25px;
}
.every_day .daily_content .box_con{
    height: 170px;
}
.every_day .daily_content .con_txt{
	font-size:15px;
	line-height:23px;
	margin-bottom:25px;
    height: 118px;
    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_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: #fff9ef;
    padding: 30px 30px 0px 30px;
    margin-bottom: 10px;
}
.every_day .Other h5{
    margin: 0;
    margin-bottom: 10px;
    color: #f39800;
    font-weight: 700;
    font-size: 18px;
}
.every_day .Other .con{
    padding-bottom: 30px;
    font-size: 15px;
    color: #555;
}

/*每日行程-餐食*/
.daily_bottom{
    background-color: #f5f5f5;
    padding: 30px;
}
.daily_meal{border-top: 0px solid #ccc;overflow:hidden;font-size: 15px;}
.daily_meal i {width: 40px; height: 40px; line-height: 40px; margin-right: 10px; border-radius: 50%; background-color: #fd5d5e; color: #fff; font-size: 20px; text-align: center; float: left;}
.daily_meal .meal_content {/*float: left; width: 85%;*/display: table-cell;}
.daily_meal .meal_content .dl-horizontal {margin-bottom: 0px;}
.daily_meal .meal_content .dl-horizontal dt {width: inherit; color: #333; line-height: 22px; margin-left: 0;}
.daily_meal .meal_content .dl-horizontal dd {color: #333;line-height: 22px; margin-left: 50px;}
.daily_meal ul {color: #333; font-size: 16px; line-height: 22px; vertical-align: middle; display: table-cell;}
/*每日行程-住宿*/
.daily_hotel{border-top: 0px solid #ccc;overflow:hidden;font-size: 15px;}
.daily_hotel i {width: 40px; height: 40px; line-height: 40px; margin-right: 10px; border-radius: 50%; background-color: #20bb99; color: #fff; font-size: 20px; text-align: center; float: left;}
.daily_hotel p {color: #333; line-height: 22px; vertical-align: middle; display: table-cell;}
.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{
	border: 1px solid #e1e1e1;
    padding: 30px 30px 0 30px;
	font-size:15px;
	line-height:28px;
	color:#666;
}
.other_box .other_cont{
	padding-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;
}

/*其他出發日期-日曆*/
#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: #9cbe20;
}
#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:20px;
}
.number_status{
	text-align:left;
}
.content_header h2 {
    font-size: 25px;
	line-height: 34px;
}
.content_header h3 {
    font-size: 22px;
    line-height: 28px;
}
.content_header h4{
	font-size:15px;
	line-height:23px;
}
.content_box h3{
	font-size:25px;
	line-height:32px;
}
.infor_box {
	padding-bottom: 10px;
	font-size:16px;
}
.infor_box .infor_con {
    font-size: 25px;
    line-height: 32px;
}
.navbar-default #navbar_content .nav_conlist li a {
    padding: 8px 12px;
    font-size: 15px;
}
.nav_others {
    margin-top: 8px;
    margin-bottom: 10px;
}
.nav_others .btn{
    padding:10px 18px;
    font-size: 16px;
}
.nav_others .btn_color_green{
    padding:8px 18px;
}
.every_day .panel-title{
	border-bottom:3px solid #2780c1;
}
.every_day .daily_content .img_2{
	height:260px;
}
.every_day .daily_content .img_3{
	height:160px;
}
.every_day .daily_content .img_4{
	height:120px;
}
.every_day .Other {
    padding: 25px 25px 0px 25px;
}
.every_day .Other h5 {
    font-size: 16px;
    margin-bottom: 8px;
}
.every_day .Other .con {
    padding-bottom: 25px;
    font-size: 14px;
}
.daily_bottom {
    padding: 25px;
}
.daily_meal .meal_content .dl-horizontal dt {
	float:left;
}
.daily_meal,.daily_hotel{
	font-size:15px;
}
}

@media all and (max-width: 768px) {
.content_header h2 {
    font-size: 22px;
	line-height:32px;
}
.content_header h3 {
    font-size: 20px;
	line-height:26px;
}
.infor_box .other_inline{
    display: inline-block;   
}
.other_date {
    font-size: 15px;
    font-weight: bold;
    padding: 6px 10px;
    margin: 5px 5px 0 0;
}
.infor_box {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.infor_box > div {
    padding-bottom: 10px;
}
.infor_box .infor_con{
    display: inline-block;
	font-size:18px;
	line-height:26px;
    padding: 0 12px;
}
.infor_box .price_con .panel{
	width: 100%;
	margin-bottom: 5px;
}	
.infor_box .price_con .panel-info > .panel-heading,
.infor_box .price_con .panel-info > .panel-body {
    float:left;
	width:50%;
	padding:10px;
}
.navbar-default #navbar_content{
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
.navbar-default #navbar_content .collapse{
	display:block;
}
.navbar-default #navbar_content .nav_conlist{
	margin:0;
}
.navbar-default #navbar_content .nav_conlist li{
	float:left;
}
.navbar-default #navbar_content .nav_conlist li a {
    padding-left: 15px;
    padding-right: 15px;
}
/*
#navbar-spy.navbar-default {
	margin-left:15px;
	margin-right:15px;
}
*/
.nav_others{
/*
	text-align: center;
    margin-top: 10px;
*/
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 10px 10px;
    margin: 0;
    text-align: center;
}
.nav_others li{
	width: 32%;
	display:inline-block;
}
.nav_others li:first-child{
    padding-left: 0;
}
.nav_others .btn{
	width:100%;
    margin-bottom: 5px;
}
.nav_btn .btn{
	width:100%;
}
.content_detail{
	padding-left:15px;
	padding-right:15px;
}
.content_box {
    padding-top: 50px;
    padding-bottom:20px;
}
.Price_tb{
    font-size: 15px;
    line-height:20px;
}
.Price_tb th,
.Price_tb td{
    padding:12px 10px;
}
.every_day .day_title_left {
    display: block;
    width: 100%;
    border-top:1px solid #ccc;
    padding: 15px 0;
	text-align:center;
    font-size: 24px;
}
.every_day .day_title_right {
	min-height:inherit;
	padding:0;
    font-size: 19px;
    line-height: 26px;
    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;
}  
.every_day .daily_content h5{
	font-size:18px;
}
.every_day .Other .con {
    padding-bottom: 25px;
}
.daily_hotel{
    padding-top: 20px;
}
}

@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_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 5px; 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: bold;}
.flight_info ul li:nth-child(3):before {content:'航班：';width: 100%;display: table;font-weight: bold;}
.flight_info ul li:nth-child(4):before {content:'出發地：';width: 100%;display: table;font-weight: bold;}
.flight_info ul li:nth-child(5):before {content:'起飛時間：';width: 100%;display: table;font-weight: bold;}
.flight_info ul li:nth-child(6):before {content:'目的地：';width: 100%;display: table;font-weight: bold;}
.flight_info ul li:nth-child(7):before {content:'抵達時間：';width: 100%;display: table;font-weight: bold;}

.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 .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 {
    font-size: 14px;
    line-height: 21px;
    height: auto;
}
}
