@charset "utf-8";
a:link {
	text-decoration: none;
	color: #636363;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul,li{
	list-style-type: none;
}
#index-info {
	padding-top: 35px;
}

#index-info h4 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #333;
}
#news-update a {
    display: block;
    padding: 8px 12px;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin-bottom: 2px;
}

#news-update a:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

#news-update a:hover h5 {
    color: #091033;
    font-weight: 600;
}

#news-update a:hover span {
    color: #6c757d;
    font-weight: 500;
}

footer{
	background-color: hsla(0,0%,89%,0.90);
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	min-width: 100%;
}
.company-info ul,
.meal_box ul{
	padding: 0px;
	margin: 0px;
	}

.contact-info span {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.7;
}
.contact-info span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    background: url("../images/icon/social.svg") no-repeat left 0;
    background-size: auto 36px;
    width: 36px;
    height: 36px;
    background-position: -380px 0;
}
.tel {
	width: 100%;
	height: 20px;
	font-family: "Lato",sans-serif;
	text-align: center;
	font-size: 30px;
	color: #000;
	margin-top: 5px;
	line-height: 30px;
	display: inline-block;
}

#copyright .copyright-wrap {
	padding: 20px;
	width: 100%;
	text-align: center;
	font-size: 11px;
}
.social {
    margin: 20px 0 0 0;
    padding-left: 0;
    
}
.social ul {
    display: inline-block;
}

.social li {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0;
}
.social li a {
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    opacity: 0.6;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    overflow: hidden;
    position: relative;
}

.social li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    transition: opacity 0.25s;
}

.social li a:hover {
    opacity: 1;
}

.social li a:hover img {
    opacity: 1;
}
.container-l img{

	 width: 100%;
}
.news-content img{
	width: 100%;
	margin-bottom: 19px;
	}

.news_list ul{
	padding: 0px;
	margin: 0px;
}

.list_Page_bn{
	text-align: center;
	width: 100%;
	}

.input_box{
	width: 100%;
	background-color: #EBEBEB;
	border-width: 0px;
	margin-top: 5px;
	line-height: 40px;
	padding-left: 5px;
	
	}
.bnbox_1{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 5px;
	
}
.bnbox_1 a{
	display: inline-block;
	color: #fff;
	line-height: 35px;
	padding: 0 2em;
	margin-top: 2em;
	background-color: #FF5151;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 18px;
}

.destination-top h2{
	font-size: 16px;
}
.point{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
	}
.input_box{
	width: 100%;
	background-color: #EBEBEB;
	border-width: 0px;
	margin-top: 5px;
	line-height: 40px;
	padding-left: 5px;
	
	}
/* 全局 #other-country 樣式 - 所有檢視模式 */
#other-country a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: inherit;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
}
#other-country a img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    box-shadow: 0 0 10px #ccc;
    transition: transform 0.3s ease;
}
#other-country a h5 {
	display: block;
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0;
}

/* 全局滑過效果 - 所有檢視模式 */
#other-country a:hover {
	background-color: #f8f9fa;
	transform: translateY(-2px);
}

#other-country a:hover img {
	transform: scale(1.05);
}

/* 全局 img-fluid 圓角樣式 - 所有檢視模式 */
.img-fluid {
    border-radius: 10px !important;
}

@media (min-width: 1200px){
.top_nav{
	width: 1240px;
	max-width: 1240px;
}

}

@media (min-width: 992px) and (max-width: 1199px){
.top_nav{
	width: 992px;
}
}

@media (min-width: 768px) and (max-width: 991px){
.top_nav{
	width: 780px;
}
#news-update a span {
    width: 20%;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

#news-update a h5 {
    display: inline-block;
    width: 78%;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    
}
/* 已移至共用樣式 */
.contact-top{
	position: absolute;
	top: -188px;
	right: 54px;
	width: 400px;
}
}



/* Bootstrap 5 導航列基本樣式 */
.navbar {
	height: 70px;
	min-height: 70px;
	background-color: rgba(45, 45, 45, 0.9) !important;
	backdrop-filter: blur(10px);
	padding: 0;
}

.navbar-brand {
	padding: 15px;
	height: 70px;
	display: flex;
	align-items: center;
	margin-right: 0;
}

.navbar-brand img {
	height: 40px;
	width: auto;
}

.navbar-collapse {
	justify-content: space-between;
	align-items: center;
}

.navbar-nav {
	margin: 0;
	flex-direction: row;
}

.navbar-nav .nav-link {
	color: #E9E9E9 !important;
	text-shadow: 0px 0px 3px hsla(0, 0%, 35%, 1.00);
	font-size: 16px;
	padding: 15px 20px;
	transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
	color: #f8f9fa !important;
	text-shadow: 0px 0px 3px hsla(0, 0%, 35%, 1.00);
}

.navbar-nav .dropdown-menu {
	background-color: rgba(45, 45, 45, 0.95);
	border: 1px solid #444;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.navbar-nav .dropdown-item {
	color: #fff;
	padding: 10px 20px;
	transition: background-color 0.3s ease;
}

.navbar-nav .dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.navbar form {
	align-items: center;
}

/* 桌面版導航列樣式 - 992px以上 */
@media (min-width: 992px) {
	.navbar {
		background-color: rgba(0,0,0,0.44) !important;
		backdrop-filter: blur(10px);
		height: 120px !important;
		min-height: 120px !important;
	}
	
	.navbar-brand {
		height: 120px !important;
		padding: 40px 15px !important;
	}
	
	.navbar-brand img {
		height: 60px !important;
	}
	
	.navbar-nav .nav-link {
		padding: 20px 15px;
	}
	
	.navbar-nav .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1055;
	}
	
	.navbar-collapse {
		display: flex !important;
		justify-content: flex-end;
		align-items: center;
	}
	
	.navbar-nav.ms-auto {
		margin-right: 20px;
	}
}

/* 已移至統一樣式 - 991px以下 */

/* Bootstrap 5 原生輪播樣式 - 響應式高度設定 */
/* 1245px以上 - 高650px */
@media (min-width: 1245px) {
    #mainCarousel {
        height: 650px;
    }
    
    #mainCarousel .carousel-inner {
        height: 650px;
    }
    
    #mainCarousel .carousel-item {
        height: 650px;
    }
    
    #mainCarousel .carousel-item img {
        height: 650px;
        object-fit: cover;
    }
}

/* 1244px-992px - 高600px */
@media (min-width: 992px) and (max-width: 1244px) {
    #mainCarousel {
        height: 600px;
    }
    
    #mainCarousel .carousel-inner {
        height: 600px;
    }
    
    #mainCarousel .carousel-item {
        height: 600px;
    }
    
    #mainCarousel .carousel-item img {
        height: 600px;
        object-fit: cover;
    }
}

/* 991px-768px - 高550px */
@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel {
        height: 550px;
    }
    
    #mainCarousel .carousel-inner {
        height: 550px;
    }
    
    #mainCarousel .carousel-item {
        height: 550px;
    }
    
    #mainCarousel .carousel-item img {
        height: 550px;
        object-fit: cover;
    }
}

/* 767px以下 - 高400px */
@media (max-width: 767px) {
    #mainCarousel {
        height: 400px;
    }
    
    #mainCarousel .carousel-inner {
        height: 400px;
    }
    
    #mainCarousel .carousel-item {
        height: 400px;
    }
    
    #mainCarousel .carousel-item img {
        height: 400px;
        object-fit: cover;
    }
}



.search_box_01{
	padding-left: 15px;
	padding-right: 15px;
	
}
.search_box_02{
	display: none;
	
}
.company-info{
	width: 100%;
	padding: 0;
	text-align: left;		
	}

/* 頁尾辦公室資訊樣式 */
.footer-logo {
	margin-bottom: 0px;
}

.footer-offices {
	margin-bottom: 15px;
}

.footer-office-item {
	margin-bottom: 8px;
	line-height: 1.6;
	font-size: 14px;
}

.footer-office-row {
	display: grid;
	grid-template-columns: 100px 280px 120px 120px;
	gap: 8px;
	align-items: start;
	max-width: 640px; /* 限制最大宽度，防止在高分辨率下分太开 */
}

.footer-office-name {
	font-weight: bold;
	grid-column: 1;
}

.footer-office-address {
	grid-column: 2;
}

.footer-phone-1 {
	grid-column: 3;
}

.footer-phone-2 {
	grid-column: 4;
}

.footer-license {
	margin-top: 15px;
	line-height: 1.6;
	font-size: 14px;
}

/* 響應式設計 */
@media (max-width: 991px) {
	.footer-office-row {
		display: block;
		text-align: center;
		max-width: 100%;
	}
	
	.footer-office-name {
		display: block;
		width: 100%;
		font-weight: bold;
		margin-bottom: 5px;
		text-align: center;
	}
	
	.footer-office-address {
		display: block;
		width: 100%;
		margin-bottom: 3px;
		text-align: center;
	}
	
	.footer-phone-1,
	.footer-phone-2 {
		display: inline-block;
		margin: 0 5px;
		text-align: center;
	}
	
	/* 如果电话为空，隐藏空的 span */
	.footer-phone-1:empty,
	.footer-phone-2:empty {
		display: none;
	}
}

/* 手機版公司資訊置中 - 配合導航列 992px 斷點 */
@media (max-width: 991px) {
	.company-info {
		text-align: center !important;
	}
}

/* 關於我們頁面樣式 */
body.about-page {
	background-image: url(../images/bg_01.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 100vh;
}

/* 好康訊息頁面樣式 */
body.news-page {
	background-image: url(../images/bg_02.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 100vh;
}



/* 響應式頂部圖片樣式 */
@media (min-width: 992px) {
	.about-top {
		position: absolute;
		top: -288px;
		right: 54px;
		width: 400px;
	}
}

/* 新聞列表樣式 - 保留原有設計 */
.news_list {
	margin-bottom: 20px;
}

.news_list_top {
	background-color: #f8f9fa;
	border-bottom: 2px solid #dee2e6;
	padding: 15px 0;
	margin: 0;
	font-weight: bold;
	color: #495057;
}

.list_box {
	border-bottom: 1px solid #e9ecef;
	padding: 12px 0;
	margin: 0;
	transition: background-color 0.3s ease;
}

.list_box:hover {
	background-color: #f8f9fa;
}

.list_box a {
	color: #007bff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.list_box a:hover {
	color: #0056b3;
	text-decoration: underline;
}

.news_list_time {
	color: #6c757d;
	font-size: 14px;
}

/* 分頁樣式 - 保留原有設計 */
.list_Page_bn {
	text-align: center;
}

.list_Page_bn .pagination {
	margin: 0;
}

.list_Page_bn .page-link {
	color: #007bff;
	border: none;
	padding: 8px 12px;
	margin: 0 2px;
	border-radius: 4px;
	transition: all 0.3s ease;
	background-color: transparent;
}

.list_Page_bn .page-link:hover {
	background-color: #e9ecef;
	color: #0056b3;
}

.list_Page_bn .page-item.active .page-link {
	background-color: #007bff;
	color: #fff;
}

.about-image {
	margin-bottom: 20px;
}

/* 新聞內容樣式 */
.news-content {
	padding: 20px 0;
}

.news-content h1 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.4;
}

.news-content h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin-bottom: 20px;
}

.news-content p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 15px;
}

.news-content .news-image {
	margin: 20px 0;
	text-align: center;
}

.news-content .news-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 響應式新聞內容樣式 */
@media (max-width: 768px) {
	.news-content h1 {
		font-size: 24px;
	}
	
	.news-content p {
		font-size: 14px;
	}
}

/* 景點頁面樣式 - 動態CSS變數 */
body.destination-page {
	/* 移除全局背景，改為區塊背景 */
	background: #fff;
	min-height: 100vh;
}

/* 行程詳情頁面樣式 - 動態CSS變數 */
body.detail-page {
	/* 移除全局背景，改為區塊背景 */
	background: #fff;
	min-height: 100vh;
}

/* 報名頁面樣式 - 動態CSS變數 */
body.order-page {
	background-image: url(../images/bg_06.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0%;
	background-repeat: repeat-y;
	min-height: 100vh;
}

/* 聯絡我們頁面樣式 - 動態CSS變數 */
body.contact-page {
	background-image: url(../images/bg_03.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0%;
	background-repeat: repeat-y;
	min-height: 100vh;
}

/* 搜尋結果頁面樣式 - 動態CSS變數 */
body.search-page {

	min-height: 100vh;
}

/* 搜尋結果頁面的景點頂部標題樣式 - 動態背景圖 */
body.search-page .destination-top {
	/* CSS變數定義 - 後台可動態修改 */
	--theme-bg-image: url(../images/bg_07.jpg);
	--gradient-overlay: linear-gradient(180deg, rgba(255,255,255,0.00) 80%, rgba(255,255,255,1.00) 99%);
	
	padding-top: 280px;
	padding-bottom: 180px;
	text-align: center;
	background-image: var(--gradient-overlay), var(--theme-bg-image);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-shadow: 1px 1px 6px #000000;
}

/* 聯絡我們頁面容器樣式 - 共用 about-info 和 news-info 的樣式 */
#contact-info {
	margin-top: 330px;
	position: relative;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 5px solid hsla(200,100%,75%,1.00); /* 藍色邊框 */
}

/* 報名頁面容器樣式 - 共用 about-info 和 news-info 的樣式 */
#order-info {
	margin-top: 330px;
	position: relative;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 5px solid hsla(280,100%,75%,1.00); /* 紫色邊框 */
}

/* 聯絡我們頁面頂部圖片樣式 */
.contact-top {
	position: absolute;
	top: -50px;
	right: 20px;
	width: 200px;
	z-index: 10;
}

/* 聯絡我們頁面樣式 */
.contact-section {
	margin-bottom: 30px;
}

.contact-section h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
}

.contact-details {
	margin-bottom: 20px;
}

.contact-item {
	display: flex;
	margin-bottom: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.contact-label {
	font-weight: bold;
	color: #333;
	min-width: 120px;
	margin-right: 15px;
}

.contact-value {
	color: #666;
	flex: 1;
}

.map-container {
	width: 100%;
	height: 200px;
	border-radius: 5px;
	margin-top: 20px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 5px;
}

/* 通用資訊區塊 */
.contact-general-info {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px;
}

/* 辦公室容器 */
.offices-container {
	margin-bottom: 30px;
}

.offices-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}

/* 辦公室網格布局（桌面端） */
.offices-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-bottom: 20px;
}

/* 辦公室卡片 */
.office-card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.office-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.office-header {
	border-bottom: 2px solid #667eea;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.office-name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

.office-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.office-address,
.office-phones {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}

.office-address i,
.office-phones i {
	color: #667eea;
	font-size: 16px;
	margin-top: 2px;
	flex-shrink: 0;
}

.office-phones .phone-links {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.office-phones a {
	color: #667eea;
	text-decoration: none;
	transition: color 0.3s ease;
}

.office-phones a:hover {
	color: #764ba2;
	text-decoration: underline;
}

/* 響應式設計 - 移動端 */
@media (max-width: 767px) {
	.offices-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.office-card {
		padding: 15px;
	}
	
	.office-name {
		font-size: 16px;
	}
	
	.map-container {
		height: 250px;
	}
	
	.contact-general-info {
		padding: 15px;
	}
	
	.offices-title {
		font-size: 18px;
	}
}

.contact-form {
	margin-top: 20px;
}

/* 表單樣式 */
.form-row {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}

.form-label {
	font-weight: bold;
	color: #333;
	min-width: 120px;
	margin-right: 15px;
}

.form-input {
	flex: 1;
}

.input_box {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	background-color: #f8f9fa;
	transition: border-color 0.3s ease;
}

.input_box:focus {
	border-color: #007bff;
	outline: none;
	background-color: #fff;
}

.captcha-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

.captcha-image {
	width: 100px;
	height: 40px;
	background-color: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #666;
}

.form-buttons {
	text-align: center;
	margin-top: 30px;
}

.form-buttons button {
	margin: 0 10px;
	padding: 10px 30px;
	border-radius: 4px;
	font-weight: bold;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.btn-reset {
	background-color: #6c757d;
	color: #fff;
}

.btn-reset:hover {
	background-color: #5a6268;
}

.btn-submit {
	background-color: #007bff;
	color: #fff;
}

.btn-submit:hover {
	background-color: #0056b3;
}

/* 報名表單樣式 */
.order-form {
	margin-top: 20px;
}

.form-group {
	margin-bottom: 20px;
}

.form-label {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	color: #333;
}

.form-value {
	padding: 8px 12px;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	color: #666;
}

.form-control {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s ease;
}

.form-control:focus {
	border-color: #007bff;
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.captcha-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

.captcha-image {
	width: 100px;
	height: 40px;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #666;
}

.form-buttons {
	margin-top: 30px;
}

.form-buttons .btn {
	margin: 0 10px;
	padding: 10px 30px;
	border-radius: 4px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.btn-secondary {
	background-color: #6c757d;
	color: #fff;
	border: none;
}

.btn-secondary:hover {
	background-color: #5a6268;
}

.btn-primary {
	background-color: #007bff;
	color: #fff;
	border: none;
}

.btn-primary:hover {
	background-color: #0056b3;
}

/* 行程詳情頁面的景點頂部標題樣式 - 動態背景圖 */
body.detail-page .destination-top {
	/* CSS變數定義 - 後台可動態修改 */
	--theme-bg-image: url(../images/bg_05.jpg);
	--gradient-overlay: linear-gradient(180deg, rgba(255,255,255,0.00) 80%, rgba(255,255,255,1.00) 99%);
	
	padding-top: 280px;
	padding-bottom: 180px;
	text-align: center;
	background-image: var(--gradient-overlay), var(--theme-bg-image);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-shadow: 1px 1px 6px #000000;
}

/* 行程詳情頁面滑動效果 */
html {
	scroll-behavior: smooth;
}



/* 段落間距調整 */
#schedule,
#departure,
#notes,
#flights {
	scroll-margin-top: 100px; /* 滑動時留出導航列空間 */
}

/* 每日行程滑鼠滑過效果 */
.day-wrap {
	transition: background-color 0.3s ease;
}

.day-wrap:hover {
	background-color: #fffaea;
}

/* 出團表滑鼠滑過效果 */
.field-name .row {
	transition: background-color 0.3s ease;
}

.field-name .row:hover {
	background-color: #fffaea;
}

/* 回頁首按鈕樣式 */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-color: #333;
	color: #ffffff;
	border: none;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(51, 51, 51, 0.3);
}

.back-to-top:hover {
	background-color: #555;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(51, 51, 51, 0.4);
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}


/* 行程詳情容器樣式 */
#detail-info {
	margin-top: 0;
	position: relative;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	
}

/* 特色區塊樣式 */
.feature-block {
	position: relative;
	overflow: hidden;
	margin:0;
	padding: 10px;
}

.feature-block .row {
	margin: 0;
}

.feature-block .col-6 {
	padding: 0;
}

/* 行程詳情表格樣式 */
.field-name {
	margin-top: 30px;
	}
.field-name .row {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	}
.field-name .row:first-child {
	background-color: #f8f9fa;
	font-weight: bold;
	}

/* 景點容器樣式 - 共用 about-info 和 news-info 的樣式 */
#destination-info {
	margin-top: 0px;
	position: relative;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	
}

/* 統合的景點頂部標題區域樣式 - 動態背景圖 */
.destination-top {
	/* CSS變數定義 - 後台可動態修改 */
	--theme-bg-image: url(../images/bg_04.jpg);
	--gradient-overlay: linear-gradient(180deg, rgba(255,255,255,0.00) 80%, rgba(255,255,255,1.00) 99%);
	
	padding-top: 280px;
	padding-bottom: 180px;
	text-align: center;
	background-image: var(--gradient-overlay), var(--theme-bg-image);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-shadow: 1px 1px 6px #000000;
}

.destination-top h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

.destination-top h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
}

/* 景點列表樣式 - 使用 Bootstrap 網格但保持原始視覺效果 */
.destination-list {
	width: 100%;
	margin-bottom: 20px;
}

.destination-item {
	background-color: rgba(244,244,244,1.00);
	border-radius: 10px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}

.destination-item a {
	text-decoration: none;
	color: inherit;
	display: block;
	overflow: hidden;
}

.destination-item a:hover {
	text-decoration: none;
	color: inherit;
}

.destination-item img {
	width: 100%;
	aspect-ratio: 1 / 1; /* 正方形比例 */
	object-fit: cover; /* 填充整个区域，超出部分裁剪 */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: block;
}

.destination-item h2 {
	padding: 10px;
	margin: 0px;
	font-size: 16px;
}


/* 平板檢視樣式 - 768px 到 991px */
@media (min-width: 768px) and (max-width: 991px) {
	#destination-info {
		margin-top: 0px;
		position: relative;
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding-top: 20px;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		
	}
	
	
	/* 平板版景點頂部標題響應式 */
	.destination-top {
		padding-top: 250px;
		padding-bottom: 40px;
		background-size: 100% auto;
		color: #FFFFFF;
		text-shadow: 1px 1px 6px #000000;
	}
	
	/* 平板版行程詳情景點頂部標題響應式 */
	body.detail-page .destination-top {
		padding-top: 250px;
		padding-bottom: 40px;
		background-size: 100% auto;
		color: #FFFFFF;
		text-shadow: 1px 1px 6px #000000;
	}
	
	/* 平板版報名頁面響應式 */
	#order-info {
		margin-top: 280px;
		position: relative;
		background-color: #FFFFFF;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding-top: 20px;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
		border-top: 5px solid hsla(280,100%,75%,1.00);
	}
	
	.contact-top {
		top: -40px;
		right: 15px;
		width: 150px;
	}
	
	
	
	#detail-info {
		margin-top: 0;
		position: relative;
		background-color: #FFFFFF;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding-top: 0px;
		padding-bottom: 30px;
		padding-left: 0px;
		padding-right: 0px;
		
	}
	
}

/* 手機檢視樣式 - 767px 以下 */
@media (max-width: 767px) {
	#destination-info {
		margin-top: 0px !important;
		position: relative !important;
		
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		padding-top: 20px !important;
		padding-bottom: 30px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		
	}
	
	
	.destination-top h1 {
		font-size: 28px;
	}
	
	.destination-top h2 {
		font-size: 16px;
	}
	
	/* 手機版景點頂部標題響應式 */
	.destination-top {
		padding-top: 180px !important;
		padding-bottom: 30px !important;
		background-size: 100% auto;
		color: #FFFFFF !important;
		text-shadow: 1px 1px 6px #000000 !important;
	}
	
	/* 手機版行程詳情景點頂部標題響應式 */
	body.detail-page .destination-top {
		padding-top: 180px !important;
		padding-bottom: 30px !important;
		background-size: 100% auto;
		color: #FFFFFF !important;
		text-shadow: 1px 1px 6px #000000 !important;
	}
	
	/* 手機版報名頁面響應式 */
	#order-info {
		margin-top: 230px !important;
		position: relative !important;
		background-color: #FFFFFF !important;
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		padding-top: 20px !important;
		padding-bottom: 30px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		border-top: 5px solid hsla(280,100%,75%,1.00) !important;
	}
	
	.contact-top {
		top: -30px !important;
		right: 10px !important;
		width: 120px !important;
	}
	
	
	
	#detail-info {
		margin-top: 0 !important;
		position: relative !important;
		background-color: #FFFFFF !important;
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		padding-top: 0px !important;
		padding-bottom: 30px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		
	}
	
}

.about-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.about-content h1 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.4;
}

.about-content p {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 15px;
	text-align: justify;
}

/* CKEditor 輸出的圖片響應式樣式 */
.about-content img {
	max-width: 100%;
	height: auto;
	width: 100%;
	display: block;
	margin: 15px 0;
}

/* CKEditor 輸出的圖片容器樣式 */
.about-content figure {
	margin: 20px 0;
	width: 100%;
}

.about-content figure img {
	max-width: 100%;
	height: auto;
	width: 100%;
	display: block;
}

/* 響應式設計 */
@media (max-width: 768px) {
	.about-content h1 {
		font-size: 24px;
	}
	
	.about-content p {
		font-size: 14px;
		text-align: left;
	}
}


.contact-info {
	width: 100%;
	padding: 0;
	text-align: center;	

}
.logo {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/logo_01.svg);
	width: 112px;
	height: 50px;
	background-size: 100% auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#news-update {
	padding-bottom: 25px;
}
#news-update a span {
	width: 25%;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
}
#news-update a h5 {
	display: inline-block;
	width: 70%;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	
}

/* 已移至共用樣式 */
.contact-top {
	position: absolute;
	top: -188px;
	
	width: 300px;
	right: 5%;
}
/* 已移至共用樣式 */
#order-info{
	margin-top: 230px;
	border-top: 5px solid hsla(224,100%,75%,1.00);
	position: relative;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	}

#contact-info{
	margin-top: 230px;
	border-top: 5px solid hsla(252,100%,75%,1.00);
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	padding-top: 20px;
	
}
h1{
	font-size: 24px;
	}
.destination-list{
	width: 100%;
	}
.destination-list img{
	width: 100%;
	aspect-ratio: 1 / 1; /* 正方形比例 */
	object-fit: cover; /* 填充整个区域，超出部分裁剪 */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: block;
    }
.destination-list li{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	background-color: rgba(244,244,244,1.00);
	border-radius: 6px;
	width: 40%;
	margin-bottom: 25px;
	}
.destination-list h2{
	padding: 10px;
	margin: 0px;
	font-size: 16px;
	}

.news_list ul li{
	display: block;
	overflow: hidden;
	font-size: 16px;
	}
.news_list ul li:nth-of-type(1){
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}
.news_list ul li:nth-of-type(2){
	width: 100%;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
	}
.news_list_top{
	background-color: #E4F8FF;
	display:none;
	
	height: 20px;
}
.news_list_time{
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.list_box,.list_box_1{
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px dashed #9F9F9F;
}
.list_box_2{
	width: 100%;
	padding-top: 20px;
	border-top: 1px dashed #9F9F9F;
}
.list_box_3{
    border-top: 1px dashed #9F9F9F;
}
.news-content h1{
	font-size: 20px;
	}
.news-content h2{
	font-size: 12px;
	border-bottom: 1px dashed #9F9F9F;
	padding-bottom: 20px;
	color: #9C9C9C;
	}
.news-content p{
	font-size: 16px;
	line-height: 30px;
	}
.detail_box{
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(9,20,35,1.00) 0%,rgba(0,23,55,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(9,20,35,1.00) 0%,rgba(0,23,55,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(9,20,35,1.00) 0%,rgba(0,23,55,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(9,20,35,1.00) 0%,rgba(0,23,55,1.00) 100%);
	height: 65px;
    text-align: center;
    overflow: hidden;
	}
.detail_box a{
	line-height: 65px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	min-width: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	}
.detail_box  a:link,
.detail_box  a:visited   {
	text-decoration: none;
	color: #FFFFFF;
}
.detail_box  a:hover,
.detail_box  a:active {
	text-decoration: none;
	color: #EBAF00;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,37,58,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,37,58,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,37,58,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(0,37,58,1.00) 100%);
}
.detail_box_3{
	padding-top: 31px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FBFBFB;
}

.day-count{
	display: block;
	overflow: hidden;
	width: 135px;
	min-height: 100px;
	font-size: 90px;
	line-height: 100px;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-weight: 100;
	font-style: italic;
	color: #333;
	letter-spacing: 25px;
	margin-left: auto;
	margin-right: auto;
	}
.day-count em{
	display: block;
	font-weight: 300;
	color: #666;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #BDBDBD;
	padding: 0 0 1px 0;
	letter-spacing: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-shadow: 1px 1px 1px #fff;
	}

.day-content blockquote {
	font-size: 16px;
	line-height: 25px;
	border-width: 0px;
	padding: 0px;
	}
.field-name ul{
	border-bottom: 1px solid rgba(207,207,207,1.00);
	line-height: 40px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
    }
.field-name ul:hover {
	background-color: rgba(255,214,0,0.81);
}
.field-name ul li{

    color: #333;
	
	}
.field-name-box{
	display: none;
	}
.field-name ul li:nth-of-type(1),
.field-name ul li:nth-of-type(2){
	display: inline-block;
	width: auto;
	font-family: "Lato",sans-serif;
	font-weight: 300;
	font-size: 14px
	}

.field-name ul li:nth-of-type(3){
	width: 100%;
	padding: 0;
	float: none;
	font-weight: bold;
	color: #000;
	}
.field-name ul li:nth-of-type(4){
	display: none;
    }
.field-name ul li:nth-of-type(2)::before {
    content: ' > ';
    margin: 0 10px;
}
.field-name ul li:nth-of-type(5){
	padding: 0;
	width: 100%;
	
    }
.field-name ul li:nth-of-type(5) a{
	height: 31px;
	line-height: 31px;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	box-sizing: border-box;
	border: 1px solid #FF4F00;
	color: #FF4F00;
	border-radius: 2px;
	padding-top: 5px;
	padding-right: 75px;
	padding-left: 75px;
	padding-bottom: 5px;
	text-align: center;
    }

@media (min-width: 768px){
	#index-info{
		margin-top: 20px;
		margin-left: auto;
	}
}

/* 共用的容器樣式 - 以 about-info 為主 */
#about-info,
#news-info {
	margin-top: 330px;
	position: relative;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

/* 個別的邊框顏色 */
#about-info {
	border-top: 5px solid hsla(358,100%,75%,1.00);
}

#news-info {
	border-top: 5px solid hsla(224,100%,75%,1.00);
}

/* 平板檢視樣式 - 768px 到 991px */
@media (min-width: 768px) and (max-width: 991px) {
	#about-info,
	#news-info {
		margin-top: 280px;
		position: relative;
		background-color: #FFFFFF;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding-top: 20px;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#about-info {
		border-top: 5px solid hsla(358,100%,75%,1.00);
	}
	
	#news-info {
		border-top: 5px solid hsla(224,100%,75%,1.00);
	}
	
	.about-top,
	.news-top {
		position: absolute;
		top: -160px;
		right: 3%;
		width: 300px;
	}
}

/* 手機檢視樣式 - 767px 以下 */
@media (max-width: 767px) {
	#about-info,
	#news-info {
		margin-top: 230px !important;
		position: relative !important;
		background-color: #FFFFFF !important;
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		padding-top: 20px !important;
		padding-bottom: 30px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	#about-info {
		border-top: 5px solid hsla(358,100%,75%,1.00) !important;
	}
	
	#news-info {
		border-top: 5px solid hsla(224,100%,75%,1.00) !important;
	}
	
	.about-top {
		position: absolute !important;
		top: -160px !important;
		right: 2% !important;
		width: 300px !important;
	}
}

#order-info{
	margin-top: 330px;
	border-top: 5px solid hsla(224,100%,75%,1.00);
	position: relative;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	}

#contact-info{
	margin-top: 330px;
	border-top: 5px solid hsla(252,100%,75%,1.00);
	position: relative;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	}

.container-l {
	 float: left;
	 width: 27%;
}
.container-r {
	float: right;
	width: 70%;
}
.top_box{
	margin-top: -70px;	
}

/* 桌面版主內容區域調整 */
@media (min-width: 992px) {
	.top_box {
		margin-top: -120px !important;
	}
}
.nav_p,.nav_p a{
	font-size: 18px;
}

.company-info{
	/* 移除 float 布局，使用 Bootstrap col 布局 */
	text-align: left;
}
.contact-info {
	/* 移除 float 布局，使用 Bootstrap col 布局 */
	padding: 0;
	text-align: center;	

}
.detail{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 25px;
	background-color: #FBFBFB;
	}
.destination-list img{
	width: 100%;
	aspect-ratio: 1 / 1; /* 正方形比例 */
	object-fit: cover; /* 填充整个区域，超出部分裁剪 */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: block;
    }
.destination-list li{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	background-color: rgba(244,244,244,1.00);
	border-radius: 6px;
	width: 23%;
	margin-bottom: 25px;
	}
.destination-list h2{
	padding: 10px;
	margin: 0px;
	font-size: 16px;
	}
.detail_box{
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(9,20,35,1.00) 0%,rgba(0,23,55,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(9,20,35,1.00) 0%,rgba(0,23,55,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(9,20,35,1.00) 0%,rgba(0,23,55,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(9,20,35,1.00) 0%,rgba(0,23,55,1.00) 100%);
	height: 65px;
    text-align: center;
    overflow: hidden;
	}
.detail_box a{
	line-height: 65px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	min-width: 80px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	}
.detail_box  a:link,
.detail_box  a:visited   {
	text-decoration: none;
	color: #FFFFFF;
}
.detail_box  a:hover,
.detail_box  a:active {
	text-decoration: none;
	color: #EBAF00;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,37,58,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,37,58,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,37,58,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(0,37,58,1.00) 100%);
}
.detail_box_1{
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	line-height: 30px;
	}
	
.detail_box_1 > div {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 25px 30px;
	border-radius: 8px;
	width: 90%;
	max-width: 100%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	}
	
.detail_box_1 h3 {
	margin-bottom: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}
	
.detail_box_1 p {
	margin-bottom: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}
	
.detail_box_2{
	padding: 30px;
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	line-height: 30px;
	}
	
.detail_box_2 > div {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 25px 30px;
	border-radius: 8px;
	width: 90%;
	max-width: 100%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	}
	
.detail_box_2 h3 {
	margin-bottom: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}
	
.detail_box_2 p {
	margin-bottom: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}
.detail_box_3{
	padding-top: 31px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FBFBFB;
}

.day-wrap{
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(150,150,150,1.00);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	}

.day-count{
	display: block;
	overflow: hidden;
	width: 100%;
	min-height: 150px;
	font-size: 120px;
	line-height: 120px;
	font-family: "微軟正黑體", Arial;
	text-align: center;
	font-weight: 100;
	font-style: italic;
	color: #333;
	letter-spacing: 25px;
	}
.day-count em{
	display: block;
    font-weight: 300;
    color: #666;
    font-size: 21px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #fff;
    padding: 0 0 1px 0;
    letter-spacing: 0;
    margin: 0 0 0 15px;
    text-shadow: 1px 1px 1px #fff;
	}

.day-content blockquote {
	font-size: 16px;
	line-height: 25px;
	border-width: 0px;
	}
.field-name ul{
	background-repeat: repeat-x;
	background-position: left 0;
	border-bottom: 1px solid rgba(207,207,207,1.00);
	line-height: 40px;
	padding: 0px;
	height: 40px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
    }
.field-name ul:hover {
	background-color: rgba(255,214,0,0.81);
}
.field-name ul li{
	display: block;
    overflow: hidden;
    float: left;
    color: #333;
	
	}
.field-name-box{
	display: block;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    background-position: left 0;
	}
.field-name ul li:nth-of-type(1){
	width: 12%;
	}
.field-name ul li:nth-of-type(2){
	width: 12%;
	}
.field-name ul li:nth-of-type(3){
	width: 50%;
	float: left;
    padding: 0;
	}
.field-name ul li:nth-of-type(4){
	position: static;
    width: 13%;
    }
.field-name ul li:nth-of-type(5){
	position: static;
    width: 13%;
    }
.field-name ul li:nth-of-type(5) a{
	height: 31px;
	line-height: 31px;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	box-sizing: border-box;
	border: 1px solid #FF4F00;
	color: #FF4F00;
	border-radius: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
    }
.news_list ul li{
	display: block;
	overflow: hidden;
	float: left;
	font-size: 16px;
	line-height: 50px;
	}
.news_list ul li:nth-of-type(1){
	width: 15%;
	}
.news_list ul li:nth-of-type(2){
	width: 85%;
	}
.news_list_top{
	background-color: #E4F8FF;
	font-size: 18px;
	text-align: center;
	height: 50px;
}
.news_list_time{
	text-align: center;
}
.list_box{
	width: 100%;
	height: 50px;
	padding-top: 20px;
	border-bottom: 1px dashed #9F9F9F;
}
.list_box_1{
	width: 100%;
	height: 50px;
	padding-top: 20px;
	border-bottom: 1px dashed #9F9F9F;
}
.list_box_2{
	width: 100%;
	height: 50px;
	padding-top: 20px;
	border-top: 1px dashed #9F9F9F;
}
.list_box_3{
	width: 100%;
	height: 60px;
	padding-top: 20px;
	border-top: 1px dashed #9F9F9F;
}
.list_box_3-1{
	width: 100%;
	height: 60px;
	padding-top: 20px;
	border-top: 1px dashed #9F9F9F;
}
.list_box_4{
	width: 100%;
	height: 230px;
	padding-top: 20px;
	border-top: 1px dashed #9F9F9F;
		
} 
.list_box_5{
	width: 100%;
	height: 60px;
	padding-top: 20px;
	border-top: 1px dashed #9F9F9F;
	border-bottom: 1px dashed #9F9F9F;
	}
.list_box_6{
	text-align:center;
	}
.list_box ul:hover{
	background-color: #84BBD9;
	}
.news-content h1{
	font-size: 24px;
	}
.news-content h2{
	font-size: 14px;
	border-bottom: 1px dashed #9F9F9F;
	padding-bottom: 20px;
	color: #9C9C9C;
	}
.news-content p{
	font-size: 17px;
	line-height: 30px;
	}
.meal_box li{
	float: left;
	margin-right: 20px;
}
@media (min-width: 992px){
#news-update a span {
    width: 20%;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
#news-update a h5 {
    display: inline-block;
    width: 78%;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    
}
/* 已移至共用樣式 */
.contact-top{
	position: absolute;
	top: -288px;
	right: 54px;
	width: 500px;
}
}

/* 搜尋表單樣式修復 - 強制樣式 */
.navbar form .custom-search-input {
	width: 200px !important;
	height: 35px !important;
	max-width: 200px !important;
	flex: none !important;
	border-radius: 4px !important;
	padding: 6px 12px !important;
	border: 1px solid #ced4da !important;
	transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.navbar form .custom-search-input:focus {
	border-color: #091033 !important;
	box-shadow: 0 0 0 0.2rem rgba(9, 16, 51, 0.25) !important;
	outline: none !important;
}

/* 手機版側面滑出導航選單 - 991px以下 */
@media (max-width: 991px) {
	.navbar {
		background-color: #2D2D2D !important;
		height: 70px !important;
		min-height: 70px !important;
	}
	
	.navbar-collapse {
		position: fixed !important;
		top: 0 !important;
		right: -100% !important;
		width: 280px !important;
		height: 100vh !important;
		background-color: #2D2D2D !important;
		border-left: 1px solid #444 !important;
		margin: 0 !important;
		padding: 70px 0 0 0 !important;
		transition: right 0.3s ease !important;
		z-index: 1050 !important;
		overflow-y: auto !important;
	}
	
	/* 手機版關閉按鈕 */
	.navbar-close {
		position: absolute !important;
		top: 15px !important;
		right: 15px !important;
		background: none !important;
		border: none !important;
		color: #fff !important;
		font-size: 24px !important;
		cursor: pointer !important;
		z-index: 1051 !important;
		padding: 5px 10px !important;
	}
	
	.navbar-close:hover {
		color: #ccc !important;
	}
	
	/* 手機版搜尋表單樣式 */
	.navbar-collapse form {
		width: 100% !important;
		padding: 0 20px !important;
		margin: 0 !important;
	}
	
	.navbar-collapse form input[type="search"] {
		width: calc(100% - 80px) !important;
		max-width: calc(100% - 80px) !important;
		flex: 1 !important;
		margin-right: 10px !important;
	}
	
	.navbar-collapse form button {
		width: 70px !important;
		flex: none !important;
		padding: 6px 12px !important;
		font-size: 14px !important;
	}

	.navbar-collapse.show {
		right: 0 !important;
	}

	.navbar-nav {
		flex-direction: column !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.navbar-nav .nav-item {
		width: 100% !important;
		border-bottom: 1px solid #444 !important;
	}

	.navbar-nav .nav-link {
		padding: 15px 25px !important;
		color: #E9E9E9 !important;
		text-shadow: 0px 0px 3px hsla(0, 0%, 35%, 1.00) !important;
		font-size: 16px !important;
		display: block !important;
		transition: all 0.3s ease !important;
	}

	.navbar-nav .nav-link:hover {
		background-color: rgba(255, 255, 255, 0.1) !important;
		color: #f8f9fa !important;
		padding-left: 35px !important;
	}

	.navbar-nav .dropdown-menu {
		position: static !important;
		transform: none !important;
		box-shadow: none !important;
		border: none !important;
		background-color: rgba(0, 0, 0, 0.3) !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.navbar-nav .dropdown-item {
		padding: 12px 40px !important;
		color: #ccc !important;
		border-bottom: 1px solid #555 !important;
	}

	.navbar-nav .dropdown-item:hover {
		background-color: rgba(255, 255, 255, 0.1) !important;
		color: #fff !important;
	}

	/* 側面滑出時的背景遮罩 */
	.navbar-collapse.show::before {
		content: '' !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		background-color: rgba(0, 0, 0, 0.5) !important;
		z-index: -1 !important;
	}
}

/* 超小螢幕響應式 - 480px 以下 */
@media (max-width: 480px) {
	.destination-top {
		padding-top: 120px !important;
		padding-bottom: 20px !important;
		background-size: auto 100%;
		color: #FFFFFF !important;
		text-shadow: 1px 1px 6px #000000 !important;
	}
	
	body.detail-page .destination-top {
		padding-top: 120px !important;
		padding-bottom: 20px !important;
		background-size: auto 100%;
		color: #FFFFFF !important;
		text-shadow: 1px 1px 6px #000000 !important;
	}
	
	body.search-page .destination-top {
		padding-top: 120px !important;
		padding-bottom: 20px !important;
		background-size: auto 100%;
		color: #FFFFFF !important;
		text-shadow: 1px 1px 6px #000000 !important;
	}
}

/* 聯絡我們頁面響應式樣式 */
@media (min-width: 768px) and (max-width: 991px) {
	#contact-info {
		margin-top: 280px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}
	
	.contact-top {
		top: -40px;
		right: 15px;
		width: 180px;
	}
}

@media (max-width: 767px) {
	#contact-info {
		margin-top: 250px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}
	
	.contact-top {
		top: -30px;
		right: 10px;
		width: 150px;
	}
	
	.contact-item {
		flex-direction: column;
	}
	
	.contact-label {
		min-width: auto;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	.form-row {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.form-label {
		min-width: auto;
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	
	.form-input {
		width: 100%;
		flex: none;
	}
}

/* 航班時間區塊樣式 */
.flight-time-section {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
	padding-bottom: 20px;
}

.flight-time-section h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.flight-time-section hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 15px 0 20px 0;
}

.flight-notice {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.6;
}

.flight-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}

.flight-table thead {
	background-color: #f5f5f5;
}

.flight-table thead th {
	padding: 12px 15px;
	text-align: left;
	font-weight: 600;
	color: #333;
	border: 1px solid #ddd;
}

.flight-table tbody td {
	padding: 12px 15px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.flight-table tbody tr {
	background-color: #fff;
}

.flight-table tbody tr:hover {
	background-color: #f9f9f9;
}

.flight-icon {
	margin-right: 5px;
	font-size: 16px;
}

.next-day-badge {
	color: #0d6efd;
	font-size: 12px;
	font-weight: normal;
}
