/* 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{
    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;}
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;
}
img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
a img {border: none;}
.clean { clear:both;}
a {color: #292929; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

/*.adwrap {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
	
}*/
.adbox{position: relative; padding: 4px;}
.adbox a{display:block;}
.adbox a:hover{opacity: 0.8;}

.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-1{width:100%;}
.col-2{width:46%;}
.col-3{width:33%;}
.col-4{width:25%;}
.col-5{width:20%;}

body {
	margin: 0;
	padding: 0;
	font-size:13px;	
	color:#000;	
}
.left{ float:left;display:inline-block;width: 100%;}
.right{ float:right;}
.wow:first-child {
    visibility: hidden;
}

/*------------------------------- pc ----------------------------------*/
.container {
    width: 100%;
    height: 100%;
	font-family:Arial,微軟正黑體;	
	background: url(../images/con_bg.webp) center 0 no-repeat;
	overflow: hidden;	
}
header {
  width: 100%;
}
header h1 {
  width: 100%;	
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}
main {
	font-size: 1.2em;
	width: 100%; 
	margin: 0 auto;
}
main h2{
	display:block;
	max-width:800px;
	height:108px;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 60px;
}
#appexclusiveprice h2{ background: url(../images/tit-bg.webp) center 0  no-repeat;}
#howtobuy h2{ background: url(../images/tit-bg.webp) center -128px  no-repeat;}
#appexclusivetour h2{ background: url(../images/tit-bg.webp) center -256px  no-repeat;}
.t-title{
	padding-top: 20px;
	font: 40px "微軟正黑體";
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding-left: 80px;	
}
.tit-w{color: #fff;}  .tit-p{color: #84329b;}  .tit-b{color: #000;}

.top_content {
    max-width: 1100px;
	margin:0 auto;	
	position:relative;	
	height: 700px;
}
.top_content .mobile {
	display: none;
}
.top_content .main-title {
	display: block;
	margin:0 auto;
	max-width: 1100px;
	padding-top: 40px;	
}
.top_content .main-title1 {display: block;position: absolute;bottom: 0.5%; right: 0%; width: 270px;height: 120px;background: url(../images/header02.webp) 0 0 no-repeat;
	opacity: 0;
	animation: fadeInDown 0.6s ease forwards, bounce 2s infinite;
  animation-delay: 1s, 1.5s;}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/*滑動menu*/
.sticky {
	top:40px !important;
	position: fixed !important;	
	/*height: 62px !important;*/	
}
.block-menu {
	position: absolute;
	top: 700px;
	width: 100%;	
	z-index: 10;
	background-color: #0ea5dd;	
}
.block-menu ul {
	font-size: 0;
    position: relative;	   
    margin: auto;
	text-align: center;	
}
.block-menu li{		
	font:22px "微軟正黑體";
	letter-spacing: 0.5px;	
	display: inline-block;  
	font-weight: bold;
    text-align: center;
    position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.block-menu li span{		
	font:13px "微軟正黑體";	
	display: block;	
}

.block-menu li a {
	display: inline-block;      
    text-align: center;
    z-index: 11;
	color: #fff;
    position: relative;	
	padding: 6px 15px;
	margin: 10px 5px;	
}
.block-menu li a:hover{color: #000;background-color: white;border-radius: 10px;}
.block-menu li a.active{color: #000;background-color: white;border-radius: 10px;}

.block-menu li a em {
	position: absolute;	
	top: -12px;
	line-height: 18px;
	right: -3px;
	padding: 1px 5px;
	border-radius: 5px;
    background: #ffc600;   
    text-align: center;   
    color: #7c17b0;
	font-style: normal;
    font-size: 14px;   	
}


#nav{z-index: 100 !important;}
#togglenav {
    display: none;
    z-index: 9999;
    position: fixed;
    right: 0;
    overflow: hidden;
    line-height: 35px;
    width: 100%;
    cursor: pointer;
}
.MainHeight{
		position:fixed !important;
		top:30px !important;
		z-index: 10 !important;
	}

/***行程***/

.box-01{padding:120px 0 0px 0;}
.box-02{padding:120px 0 0px 0;}

.bg1{width: 100%;background-image:url(../images/bg1.webp);background-position: bottom;background-repeat: no-repeat;background-color: #e7fdfe;padding-bottom: 150px;}
.bg2{width: 100%;background-image:url(../images/bg2.webp);background-position: top;background-repeat: no-repeat;padding-bottom: 140px;}
.bg3{width: 100%;background-image:url(../images/bg3.webp),url(../images/bg3-1.webp),url(../images/bg3-2.webp);background-position: top,bottom,top;background-repeat:  no-repeat, no-repeat, repeat;background-color: #ffff01;padding-bottom: 150px;}

.width-b{max-width: 1530px;}
.width-m{max-width: 1350px;}
.m-top{padding-top: 100px;}

.what-box{width: 99%;margin: 0 auto;padding-bottom: 300px;}
.what-box h3{font-size: 36px;letter-spacing: 2px;text-align: center;line-height: 80px;padding: 15px 0 70px;}
.what-box h3 span{display: block;}
.what-box h3 span em{
	background-image: url('../images/underline.webp');
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: auto 10px;
	padding-bottom: 10px;
	font-style: normal;
}
.what{height: 200px;margin-bottom: -200px;}
.notic{font:18px "微軟正黑體";text-align: center;font-weight: 600;padding-top: 10px;color: #404040;letter-spacing: 1px;line-height: 30px;}
.notic span{display: block;}

.how-tit{width: 100%;font:28px "微軟正黑體";text-align: center;font-weight: 600;letter-spacing: 1px;margin-top: 10px;margin-bottom: 60px;}
.how-s{width: 100%;margin-top: 50px;}
.how-s em{font:28px "微軟正黑體";display: block;font-weight: 600;letter-spacing: 1px;margin-left: 320px;font-style: normal;margin-bottom: 5px;}
.m-l{margin-left: 230px;margin-top: -30px}
.box{width: 28%;min-height: 150px;position: relative;margin: 0 1.5%;background-color: #fff;border-radius: 25px;padding: 70px 0px 5px;font:36px "微軟正黑體";font-weight: bold;text-align: center;}
.box span{display: block;margin-top: 20px;}
.box strong{color: #f8283a;}
.box .how-tit{margin: 0 auto;margin-top: -90px; width: 70px;height: 70px;border-radius: 50%;background-color: #f8283a;border: 5px solid #fff;}

.box-member{width: 27%;text-align: center;position: relative;margin: 0 1.5%;background-color: #fff;border-radius: 25px;border: 2px solid #0ea5dd;padding: 0 10px 20px;}
.box-member .how-tit{width: 100px;margin: 0 auto;height: auto;background-color: #fff;color: #037bd7; margin-top: -60px;font-size: 125px;font-family: "Jua", sans-serif;font-weight: bold;}
.box-member h3{display: inline-block;padding: 12px 10px;letter-spacing: 2px;font:36px "微軟正黑體";font-weight: bold;text-align: center;border-radius: 10px;background-color: #037bd7;color: #fff;}
.box-member h4{padding: 20px 0 10px;}
.box-member h4 span{display: block;letter-spacing: 2px;font:24px "微軟正黑體";font-weight: bold;text-align: center;}
.box-member h4 em{font-style: normal;letter-spacing: 2px;font:22px "微軟正黑體";font-weight: bold;text-align: center;background-color: #f86424;border-radius: 5px;color: #fff;padding: 1px 5px;}
.box-member h5{letter-spacing: 2px;font:24px "微軟正黑體";font-weight: bold;text-align: center;}
.box-member h5 a{text-decoration: underline;color: #059bd3;}
.box-member .pic-1{display: inline-block;width: 45%;padding: 0 1%;margin-top: 40px;vertical-align: top;}
.box-member .pic-1 a:hover{opacity: 0.8;}
.app-p{padding: 10px 0 20px;}
.box-member .pic-2{margin-left: 30px;margin-right: 30px; margin-top: 20px;vertical-align: top;border: solid 1px #d9d9d9;}

.box-member-pic{width: 29%;height: auto;margin: 0 1.5%;border-radius: 25px;font:20px "微軟正黑體";font-weight: bold;}
.box-member-pic img{border: 2px solid #0ea5dd;border-radius: 25px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.step-tit{width: 100%;font:28px "微軟正黑體";text-align: center;font-weight: 600;letter-spacing: 1px;margin-top: 15px;margin-bottom: 100px;}
.step-tit span{font:26px "微軟正黑體";background-color: #f86424;font-weight: 600;border-radius: 5px;color: #fff;padding: 1px 5px;margin-left: 5px;margin-right: 5px;}
.step-way-infor {display: flex;	width: 100%;margin: 0 0 10px 0;align-items: flex-start;}
.mem-tit{width: 60px;height: 60px;border-radius: 50%;display: inline-block;text-align: center;line-height: 65px;background-color: #037bd7;color: #fff;margin-bottom: 10px;margin-right: 5px;}
.mem-tit span{letter-spacing: 1px;font-size: 40px;font-family: "Jua", sans-serif;font-weight: bold;}
.step-way-infor p{width: 80%;min-height: 70px;}



.flex_container {
	position: relative;
	margin: 0 auto;
    display:flex;
	flex-wrap: wrap;
}
.flex_center {justify-content: center;}

.sliders2{ margin:0 auto; display: block;}

:first-child.wow{ *visibility:visible ! important; visibility:visible\9 ! important;}


.card-tit{width: 100%;font:36px "微軟正黑體";text-align: center;color: #000; font-weight: 600;letter-spacing: 3px;margin-top: 15px;margin-bottom: 80px;}
.card-container {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    margin-top: 20px;
    margin-bottom: 80px;
    box-sizing: border-box;
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.card {
  background: #fff;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 100%;
  height: 100%;
}

.card-title {
	width: 100%;
	text-align: center;
}

.card-product {
    position: relative;
    width: calc((100% - 100px)/3);
    display: inline-block;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

.card-product:has(.card-saleout:empty):hover {
	transform: translateY(4px);
}

.card-product:has(.card-saleout):hover {
	transform: unset;
}

.card-saleout {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: rgb(60 60 60 / 70%);
    display: inline-flex;
    align-items: center;
    justify-content: center;	
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}

.card-saleout:empty {
	display: none;
}
.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffc107;
  color: #000;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
	;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}

.card-content {
  padding: 10px 15px; 
	text-align: center;	
}

.b-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
	color: #313131;
	text-align: center;
}
.title {
  font-size: 22px;
  font-weight: bold;
	padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 1.4;
	color: #737373;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
}
.info-row {
  display: flex;
  justify-content: space-between;  
}

.location {		
  font-size: 18px;
	font-weight: 600;
  text-align: left;  
}
.location span{
  color: #0393aa;
	margin-bottom: 10px;
}
.location p{
  color: #313131;
	margin-bottom: 5px;
}

.price-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.app-tag {
  background: #fd7f03;
  color: #fff;
  padding: 3px 8px;
  border-top-left-radius: 10px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;	
}
.price {
  text-align: right;
}
.now-price {
	display: block;
  font-size: 16px;
  color: #313131;
  font-weight: bold;
	margin-bottom: 5px;
}
.now-price strong{
  font-size: 30px;
  color: #ff0000; 
}

.old-price {
  font-size: 13px;
  color: #ccc;
  text-decoration: line-through;
  margin-left: 5px;
}
.old-price strong{
  font-size: 20px;  
}

.nav-s {margin: 0 auto;list-style: none;font-family:Arial,微軟正黑體;text-align: center;margin-top: 30px;}
.nav-s span {display: inline-block;margin: 0;}
.nav-s span a {color: #037bd7;display:block;letter-spacing: 1px;font-size:20px;font-weight: bold;padding: 5px 8px;margin-top: 10px;margin-bottom: 10px;margin-left: 3px;margin-right: 3px;border-radius: 5px;background-color: #fff;line-height: 24px;border: 1px solid #037bd7;}
.nav-s span a:hover {color: #fff;background-color: #037bd7;padding: 5px 8px;margin-top: 10px;margin-bottom: 10px;border: 1px solid #037bd7;}
.small-txt{
	max-width: 140px;
	margin: auto;
	font-weight: 600;	
	color: #000;
	letter-spacing: 1px;	
	font-size:30px;
	padding: 50px 10px 10px;	
	margin-bottom: 20px;
	text-align: center;	
	border-bottom: 3px solid #000;
	}
#back-top{z-index: 3;}


@media only screen and (min-width: 769px) and (max-width:960px){	
    html,body { width: 100%; min-height: 100%; }
	main h2{max-width:100%;}
	.block-menu li {font: 18px "微軟正黑體";margin-left: 2px;margin-right: 2px;font-weight: bold;}
	.block-menu li a {padding: 6px 5px;margin: 10px 0px;}
	.bg2 {padding-bottom: 80px;}
	.width-b {max-width: 95%;}
	.width-m {max-width: 100%;background-color: #12d9f8;}
	.what-box {width: 94%;}
	.how-s {margin-top: 20px;}
	.how-s em {margin-left: 0;text-align: center;}
	.m-l {margin-left: 25%;margin-top: -28px;}
	.m-top {padding-top: 0px;}
	.step-tit {width: 90%;line-height: 45px;margin-bottom: 70px;margin-top: 50px;}	
	.box-member{width: 42%;margin: 80px 1.5% 0px;}
	.box{width: 42%;margin-top: 40px;}
	.box-member-pic{width: 45%;margin-bottom: 40px;}
	.step-way-infor p {width: 82%;align-items: center;display: flex;min-height: 80px;}
	.card-product {width:calc((100% - 40px)/2);}
	.card-container {gap:20px;}
	
	

}

/*------------------------------- 平板 ----------------------------------*/

@media screen and (max-width: 768px) {
    * { box-sizing: border-box; }
    html,body { width: 100%; min-height: 100%; }
	.left,.right{ float:none;}	
	.container {background: inherit;}		
	main h2{max-width:100%;height: 128px;}
	.top_content {max-width: 100%; height: auto; padding: 0;margin-top: 40px;}
    .top_content .mobile {display: block;width: 100%;height: auto;position: inherit;margin: 0 auto;}	
	.top_content .main-title{display: none;}
	.top_content .main-title1 {display: none;}
	.bg1 {padding-bottom: 100px;} .bg2 {padding-bottom: 70px;}
	.width-m {max-width: 100%;background-color: #12d9f8;}
	.what-box {width: 85%;padding-bottom: 230px;}
	.what-box h3{font-size: 26px;letter-spacing: 1px;line-height: 50px;padding: 15px 0 20px;}   
	.notic span{display: inline;}
	.how-tit {width: 80%;}
	.box {width: 80%;min-height: 0px;padding: 20px 0px 30px;margin-bottom: 60px;}
	.box .how-tit {margin-top: -60px;}
	.how-s {margin-top: -30px;}
	.how-s em {margin-left: 0;text-align: center;}
	.m-l {margin-left: 25%;margin-top: -28px;}
	.m-top {padding-top: 0px;}
	.box-member {width: 80%;margin: 90px 1.5% 0px;}	
	.box-member-pic{width: 80%;margin-bottom: 40px;}
	.step-tit {width: 60%;line-height: 45px;margin-bottom: 70px;margin-top: 50px;}	
	.step-way-infor p{font-size: 26px;width: 85%;}
	.card-container {max-width: 90%;grid-template-columns: repeat(1, 1fr);}
	.card-product {width:100%;}
	
    /***按鈕列***/
    #nav {display: none;}
    #togglenav {display: block;z-index: 9999;position: fixed;right: 0;overflow: hidden;line-height: 35px;width: 100%;cursor: pointer;}	
	.box-02 {padding: 50px 0 0px 0;} .box-01 {padding: 80px 0 0px 0;}
	.nav-s {display: none;}
	.small-txt{max-width: 180px;font-size:32px;padding-top: 60px;}
	.bg3{padding-bottom: 100px;}
	.card-tit { margin-bottom: 40px;}
	
}


/*------------------------------- 手機 ----------------------------------*/

@media (max-width: 680px) {
    * { box-sizing: border-box; }
    html, body {width: 100%; min-height: 100%; }
	.left,.right{ float:none;}		
    .what-box h3{font-size: 23px;}
	.what-box h3 span{display: inline;}
	
	main h2{max-width:100%;height: 100%;}
	.t-title{font: 30px "微軟正黑體";line-height: 40px; font-weight: bold;padding: 15px 6px;}	
	#appexclusiveprice h2 {width: 90%;background: inherit;background-color: #06cbea;border-radius: 30px;position:relative;text-align:center;}
	#appexclusiveprice h2 .arrow_down{display: block;width:0px;height:0px;border-width:15px;border-style:solid;border-color:#06cbea transparent transparent transparent ;position:absolute;bottom:-30px;left:50px;}
	
	#howtobuy h2 {width: 85%;background: inherit;background-color: #ffff01;border-radius: 30px;position:relative;text-align:center;}
	#howtobuy h2 .arrow_down{display: block;width:0px;height:0px;border-width:15px;border-style:solid;border-color:#ffff01 transparent transparent transparent ;position:absolute;bottom:-30px;left:50px;}
	
	#appexclusivetour h2 {width: 70%;background: inherit;background-color: #06cbea;border-radius: 30px;position:relative;text-align:center;}
	#appexclusivetour h2 .arrow_down{display: block;width:0px;height:0px;border-width:15px;border-style:solid;border-color:#06cbea transparent transparent transparent ;position:absolute;bottom:-30px;left:50px;}
	
	.how-tit {width: 90%;}
    .how-s em {font: 24px "微軟正黑體";font-weight: 600;}
	.step-tit {width: 90%;}
	
	

	
}


	