@charset "utf-8";
/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure, mark, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;/*防止allpe的safari瀏覽器字體變大*/}
/*ol, ul { list-style: none;}*/
ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur());}
a:hover {}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size:15px;	
}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}

a img {
	border: none;
}

.clean { clear:both;}

img { max-width:100%;}

/************************************************************************************
STRUCTURE 主要區塊
*************************************************************************************/

body {   
	-webkit-text-size-adjust: none;/*防止allpe的safari瀏覽器字體變大*/	
}

/*基本變數*/
:root {
	/*基本*/
	--white-color:#fff;
	--black-color:#141115;
	--family-basic:Verdana,'微軟正黑體';
	--family-noto:"Noto Sans TC",Verdana;	
}

#web-outer{	
	clear: both;
	overflow: hidden;	
	background-color: #002238;
	padding-bottom: 120px;
}

header {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  clear: both;
  z-index: 1;  
}

header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.header-content{
	clear: both;
	overflow: hidden;
}
.header-photo{max-width: 1920px;z-index: 30;aspect-ratio: 160 / 69;}
.mobile{display: none;aspect-ratio: 15 / 8;}

/*-------------------------------------選單---------------------------------------------*/
#main-nav{
   position: relative;
   z-index: 990;
   margin:0 auto;  
}

#block_menu {
	width: 100%;
	clear: both;
    overflow: hidden;
}

.sticky {
    top:40px;	
}

#main-nav ul {background-color: #002238; text-align: center; height: 80px;text-align: center;}
#main-nav ul li {display:inline-block;font-family: var(--family-basic);margin-top: 10px;margin-bottom: 10px;}
#main-nav ul li a { display:block;width: 240px;height: 61px; font-size: 25px;line-height: 61px;font-weight: 600;  text-align: center; text-decoration: none;color: #8e8576;margin: 0 5px;background: url("../img/nav_bg.webp") top no-repeat;}
#main-nav ul li a:hover,#main-nav ul li a.active {background: url("../img/nav_bg02.webp") top no-repeat;color: #fff;}
.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*背景輪播圖*/
.carousel-wrapper {
      overflow: hidden;
      width: 100%;
      /*max-width: 1100px;*/
      margin: 80px auto 0 auto;
      padding: 20px;	
    }

    .carousel-track {
      display: flex;
      width: max-content;
      animation: scroll 20s linear infinite;
    }

    .carousel-track:hover {
      animation-play-state: paused;
    }

    .carousel-track figure {
      width: 450px;
      height: 300px;         
      overflow: hidden;
      flex-shrink: 0;
	aspect-ratio: 3 / 2;
    }

    .carousel-track img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .carousel-track figcaption {
      display: none; /* 如果你暫時不想顯示文字，可隱藏 */
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }


/*標題*/
h2.big-title {
	max-width: 232px;
	height: 134px;	
	text-align: center;
	margin: 80px auto 50px auto;
	font-family: var(--family-basic);
	color: #fff;
	z-index: 50;
	background: url("../img/big_bg_01.webp") top center no-repeat;	
}

h2.big-title span{
	width: 232px;
	height: 134px;	
	text-align: center;
	padding-top: 15px;
	display: block; font-size: 40px;line-height: 134px; font-weight: 600;	
}

/*行程*/
.tour-wrap{max-width: 1000px;margin:0 auto;z-index: 1;}

/*綜合行程*/
.min-tour-title{width: 100px;text-align: center;font-family: var(--family-basic);font-size: 25px;color: #002238;background-color: #aebbff;border-radius: 10px 0 10px 0;padding: 10px;}
.tour-list {width: 100%;margin: 0 auto;padding: 10px 0 50px 0;}
.tour-list a {display:flex;padding: 10px;overflow: hidden;border-bottom: dashed 1px #636363;text-decoration: none;justify-content:space-between;align-items:center;}
.name-l{flex:0 0 85%;font-family: var(--family-basic);font-size: 18px;color:#d6bf98;line-height: 1.5em;}
.name-l em{font-style:normal;color: #fff;font-family: var(--family-basic);font-size: 15px;border-radius: 5px;background-color: #a38553; padding: 3px;margin-right: 5px;}
.name-l strong{font-family: var(--family-basic);font-size: 15px;color: #3e86c1;margin-left: 5px;}
.name-l p{margin-top: 5px;}
.name-l p span{display: inline-block;padding: 3px 5px;font-size: 15px;font-weight: 500;line-height: 1.5em; color: #fff;border-radius: 20px;text-indent: -12px;  margin-left: 10px;}
.name-l p span::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  
}
.price-r{flex:0 0 15%; text-align:right;font-family: var(--family-basic);font-weight: 600; font-size: 15px;line-height: 1.2em;color: #fff;}
.price-r strong{font: 600 25px "Anton", sans-serif;margin: 0 2px;letter-spacing:1px;color: #aebbff;}
.price-r span{display: block;font-size: 15px;color: #fff;font-weight: 600; text-align: right;margin-bottom: 5px;}
.price-r em{color:#fff;border: none;margin: 0; font-style:normal;text-decoration:line-through;}


.tour-list02 {width: 100%;margin: 0 auto;padding: 10px 0 50px 0;}
.tour-list02 a {display:flex;padding: 10px;overflow: hidden;border-bottom: dashed 1px #636363;text-decoration: none;
			justify-content:space-between;align-items:flex-start;}
.name-l02{flex:0 0 75%;font-family: var(--family-basic);font-size: 18px;color:#d6bf98;line-height: 1.5em;}
.name-l02 em{font-style:normal;color: #fff;font-family: var(--family-basic);font-size: 15px;line-height: 1.5em;border-radius: 5px;background-color: #3e86c1; padding: 3px;margin-right: 5px;}
.name-l02 strong{font-family: var(--family-basic);font-size: 15px;color: #3e86c1;margin-left: 5px;}

.price-r02{flex:0 0 25%; text-align:right;font-family: var(--family-basic);font-weight: 600; font-size: 15px;line-height: 1.5em;color: #fff;}
.price-r02 strong{font: 600 25px "Anton", sans-serif;margin: 0 2px;letter-spacing:1px;color: #aebbff;}

ul.pkg-mark{width: 100%; padding-left: 5px;}
ul.pkg-mark li{font-family: var(--family-basic); font-size: 15px;font-weight: 500;line-height: 1.5em;color: #fff;margin-top: 10px;margin-left: 10px;list-style-type:disc;}


/*錨點*/
.block-first{overflow: hidden;padding-top: 140px;margin-top: -140px;}
.block-second{overflow: hidden;padding-top: 30px;}

.flex-center {	
	justify-content: center;
}
.flex-end {	
	justify-content: flex-end;	
}
.flex-between {	
	justify-content: Space-between;	
}
.flex-row-right {	
	flex-direction: row-reverse;	
}

.photo-wrap{
	width: 90%;		
	margin: 0 auto;
}
.photo-box{	
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 10px;
	font-family: var(--family-basic);
}
.photo-txt{background-image: linear-gradient(to top, #1e3d52, #002238);padding-bottom: 10px;height: 230px;}
h3.min-title{font-size: 25px;line-height: 1.5em;color: #fff;text-align: center;margin: 10px 0;}
h3.min-title em{font-size: 13px;line-height: 2em;color: #636785;font-style:normal;display: block;}
p.title{width: 90%;height: 100%;display: block; font-size: 18px;line-height: 2em;color: #e2e2e2;margin: 0 auto;}

.video-wrap{
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
    display:flex;
	flex-wrap: wrap;
	margin: 0 auto;
	/*z-index: 10;	*/
}
.video-wrap .lazyframe {    
    height: 600px;}
.video-left{width:65%;position: relative;}
.video-right{width:32%;position: relative;margin-left: 10px;}

p.indicate{max-width: 1200px;width: 90%; font-size: 13px;line-height: 1.5em;color: #fff;text-align: center;font-family: var(--family-basic);color: #989898;margin: 10px auto;}

/*------media query----------*/
@media only screen and ( max-width:1200px) {
	.video-wrap{
	max-width: inherit;
	width: 95%;
}
	.photo-txt{height: 250px;}
}
@media only screen and ( max-width:1000px) {
	.tour-wrap{max-width: inherit;width: 95%;}
	.photo-txt{height: 290px;}
@media only screen and ( max-width:959px) {}

@media only screen and ( max-width:850px) 	
{
.name-l{flex:0 0 77%;}
.price-r{flex:0 0 23%;}		
.name-l02{flex:0 0 70%;}
.price-r02{flex:0 0 30%;}	
.photo-txt{height: 330px;}	
	
.slick-prev,
.slick-next{display: none;}	
	
.slick-prev:before
{
    display: none;
}
[dir='rtl'] .slick-prev:before
{
    display: none;
}	
	
.slick-next
{
    display: none;
}
[dir='rtl'] .slick-next
{
    display: none;
}
.slick-next:before
{
    display: none;
}
[dir='rtl'] .slick-next:before
{
    display: none;
}	
	
}	
@media only screen and ( max-width:800px) 	
{
.name-l{flex:0 0 75%;}
.price-r{flex:0 0 25%;}	
.name-l02{flex:0 0 68%;}
.price-r02{flex:0 0 32%;}	
	
	
}
/*---平板-----*/
@media only screen and ( max-width:768px) 
{
#main-nav{display: none;}
	
h2.big-title {	
	margin: 50px auto 30px auto;
}		
.header-photo{margin-top: 40px;}
/*錨點*/
.block-first{padding-top:initial ;margin-top: initial;padding-top: 10px;}
}
	
@media only screen and ( max-width:767px) 
{	
.photo-txt{height: 300px;}		
}
	
@media only screen and ( max-width:679px) 
{	
.photo-txt{height: inherit;}		
}	
@media only screen and ( max-width:600px) {
.tour-wrap{max-width: inherit;width: 90%;}
.tour-wrap a {width: 95%;}	
.tour-list a{display:inherit;}	
.name-l{flex:initial;width: 100%; display: block;}
.price-r{flex:initial;width: 100%;display: block;margin-top: 5px;}

.tour-list02 a{width: 95%;}		
.tour-list02 a{display:inherit;}	
.name-l02{flex:initial;width: 100%; display: block;}
.price-r02{flex:initial;width: 100%;display: block;margin-top: 5px;}
	
.video-wrap{
	display:inherit;
	flex-wrap:nowrap;
	width: 90%;
}
.video-wrap .lazyframe {    
    height: 400px;}
.video-left{width:100%;}
.video-right{margin-left: 0px;width:100%;margin-top: 30px;}	
	
	
	
}	
/*---手機版-----*/
@media only screen and (max-width:480px) {

}