﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**/
/*cwTeXYen*/
/*Noto Sans TC*/
/*cwTeXMing*/
/*cwTeXFangSong*/
/**/
* {
  text-decoration: none;
}

html, body {
  height: 100%;
  word-wrap: break-word;
  word-break: break-all;
}

body {
  font-family: "Noto Sans TC", sans-serif, Arial;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.8;
  color: #471E00;
  background: #2487AB;
}
@media screen and (max-width: 1023px) {
  body {
    letter-spacing: 1px;
    line-height: 1.5;
  }
}

main {
  top: -1px;
  position: relative;
}

/*---------------------- font/ font / font /  font / font / ----------------------*/
h1 {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

h2 {
  font-size: 1.875rem;
  font-family: "Noto Sans TC", "Arial";
  color: #FFE814;
  font-weight: 500;
  margin: 0 0 40px 0;
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 1.375rem;
    margin: 0 0 20px 0;
  }
}

h3 {
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 15px;
  display: block;
  font-weight: 600;
  background: #F39917;
  border-radius: 15px;
  border: 4px solid #471E00;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 1.25rem;
    margin: 0 0 20px 0;
    padding: 5px 10px;
  }
}

p, li {
  font-size: 1rem;
}

.focus {
  color: #FFE814;
  font-weight: 600;
}

.focus2 {
  font-weight: 600;
  padding: 0 15px;
  border-radius: 50px;
  color: #fff;
}
.focus2.discount {
  background: #F39917;
}
.focus2.gift {
  background: #D86B55;
}

article {
  margin: 0 0 60px;
}
@media screen and (max-width: 1023px) {
  article {
    margin: 0 0 40px;
  }
}
article h4 {
  display: inline-block;
  padding: 0 15px;
  background: #F39917;
  border-radius: 50px;
  color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.125rem;
  margin: 0 0 20px;
}
article.discount .focus {
  color: #F39917;
}
article.gift .focus {
  color: #D86B55;
}
article.gift h3, article.gift h4 {
  background: #D86B55;
}

/*---------------------- font/ font / font /  font / font / ----------------------*/
/*---------------------- 通用/ 通用 / 通用 /  通用 / 通用 / ----------------------*/
section > .wrap {
  padding: 40px 0 60px;
  margin: 0 auto;
  max-width: 768px;
}
@media screen and (max-width: 1023px) {
  section > .wrap {
    padding: 20px 0 40px;
    max-width: 94%;
  }
}

.in_box {
  padding: 25px 10px 60px;
  border-radius: 20px;
  border: 4px solid #471E00;
  background: #fff;
  max-width: 768px;
  margin: 0 auto 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .in_box {
    padding: 15px 5px 40px;
    max-width: 94%;
    margin: 0 auto 40px;
  }
}
.in_box article > ul, .in_box article div {
  margin: 0 30px;
}
@media screen and (max-width: 1023px) {
  .in_box article > ul, .in_box article div {
    margin: 0 3%;
  }
}
.in_box article a {
  color: #3D9BBE;
  text-decoration: underline;
}
.in_box.text_box article {
  margin: 0 0 40px;
}
.in_box.text_box article:last-child {
  margin-bottom: 0;
}
.in_box.text_box > p, .in_box.text_box > ol, .in_box.text_box > ul, .in_box.text_box article > p {
  margin: 0 30px 20px;
}
.in_box.text_box > p:last-child, .in_box.text_box > ol:last-child, .in_box.text_box > ul:last-child, .in_box.text_box article > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .in_box.text_box > p, .in_box.text_box > ol, .in_box.text_box > ul, .in_box.text_box article > p {
    margin: 0 3% 20px;
  }
}
.in_box.text_box > p a, .in_box.text_box > ol a, .in_box.text_box > ul a, .in_box.text_box article > p a {
  color: #3D9BBE;
  text-decoration: underline;
}
.in_box.text_box .list li {
  text-indent: -24px;
  margin: 0 0 0 24px;
}
.in_box.text_box .list2 li {
  position: relative;
  text-indent: -24px;
  margin: 0 0 0 24px;
}
.in_box.text_box .list2 li:before {
  content: "";
  display: inline-block;
  background: url(../Images/TripKinmen/note_1.png) center center no-repeat;
  background-size: contain;
  width: 17px;
  height: 15px;
  margin: 0 5px 0 0;
  font-size: 1rem;
}

.in_box.page {
  margin: 40px auto 60px;
}
@media screen and (max-width: 1023px) {
  .in_box.page {
    margin: 20px auto 40px;
  }
}

/*卡片*/
.card_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .card_box {
    grid-template-columns: 1fr;
  }
}
.card_box .card > a {
  color: #471E00;
  font-size: 1.25rem;
  display: block;
}
.card_box .card > a .img_box {
  overflow: hidden;
  width: 100%;
}
.card_box .card > a .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.card_box .card > a:hover img {
  transform: scale(1.1);
}

/*內文區*/
.content_box {
  max-width: 500px;
  padding: 60px 8.5% 90px;
  background: #fff;
  border-radius: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .content_box {
    max-width: 94%;
    padding: 40px 6.5% 60px;
    border-radius: 30px;
  }
}
.content_box ul > li {
  margin: 0 0 40px;
}
.content_box ul > li:last-child {
  margin: 0;
}
.content_box p, .content_box ul li li {
  margin: 15px 0 0;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: justify;
}
.content_box h3 {
  font-size: 1.375rem;
}
.content_box h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

/*麵包屑*/
.breadcrumb {
  display: flex;
  margin: 60px auto 20px;
  flex-wrap: wrap;
  max-width: 500px;
  padding-left: 25px;
}
@media (max-width: 1023px) {
  .breadcrumb {
    max-width: 94%;
    margin: 40px auto 20px;
    padding-left: 15px;
  }
}
.breadcrumb li, .breadcrumb li a {
  color: #471E00;
  margin-right: 4px;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}
.breadcrumb li a:hover {
  color: #2487AB;
}

/*tabs*/
.tabs {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
  top: 2px;
  position: relative;
}
.tabs .tab-label {
  color: #471E00;
  background: #FDE7D0;
  padding: 0 20px;
  border: 2px solid #471E00;
  border-radius: 10px 10px 0 0;
  word-break: keep-all;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.tabs .tab-label.active, .tabs .tab-label:hover {
  color: #FDE7D0;
  background: #471E00;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .tabs .tab-label {
    font-size: 0.875rem;
    padding: 0 4px;
  }
  .tabs .tab-label.active, .tabs .tab-label:hover {
    font-weight: 400;
  }
}

.tab-content, .map_box {
  margin: 0;
  width: 100%;
  height: 285px;
  border: 2px solid #471E00;
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
}
.tab-content iframe, .map_box iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*footer*/
footer {
  background: #FDE7D0;
}
footer .wrap {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1120px;
}
footer .wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  footer .wrap ul {
    flex-wrap: wrap;
  }
}
footer .wrap ul .img_box {
  width: 268px;
  height: 101px;
}
footer .wrap ul .img_box img {
  object-fit: contain;
  width: 100%;
}
footer .wrap .footer_more p {
  text-align: center;
  font-size: 1.125rem;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  footer .wrap .footer_more p {
    width: 94%;
    margin: 0 auto;
  }
}
footer .wrap .footer_more .menu_more {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .wrap .footer_more .menu_more a {
  padding: 2px 15px;
  border-radius: 50px;
  background: #2487AB;
  color: #fff;
  font-size: 1rem;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  display: block;
}
footer .wrap .footer_more .menu_more a:hover {
  background: #F39917;
}

/*動畫*/
@keyframes jump {
  100% {
    transform: translate(-50%, -5px) scale(1.02);
  }
}
@keyframes jump2 {
  100% {
    transform: translate(-50%, -10px) scale(1.2);
  }
}
@keyframes hover_jump {
  100% {
    transform: translate(0, 5px);
  }
}
@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes circle2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/*---------------------- 通用/ 通用 / 通用 /  通用 / 通用 / ----------------------*/
/*---------------------- menu/ menu / menu /  menu / menu / ----------------------*/
/************** 電腦版menu **************/
.menu_section {
  width: 100%;
  clear: both;
  position: fixed;
  z-index: 999;
  top: 0;
  /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
}

.menu-all {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.menu-all .logo {
  max-width: 146px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27.7083333333%;
}
@media screen and (max-width: 1400px) {
  .menu-all .logo {
    left: 15%;
  }
}
.menu-all .logo img {
  object-fit: contain;
  width: 100%;
}
.menu-all .logo img.mb {
  display: none;
}
.menu-all ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 375px;
  align-items: start;
  margin: 0 auto;
  height: 112px;
  position: relative;
}
.menu-all ul li {
  position: relative;
  align-self: center;
}
.menu-all ul #gotop {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-all ul {
    grid-template-columns: 1fr;
  }
}
.menu-all ul a {
  display: block;
  text-align: center;
  position: relative;
}
.menu-all ul a:after {
  content: "";
  width: 0%;
  display: block;
  height: 2px;
  background: #F39917;
  position: relative;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.menu-all ul a:hover:after {
  content: "";
  width: 66%;
  display: block;
  height: 2px;
  background: #F39917;
  position: relative;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-all ul a:hover span {
  color: #F39917;
}
.menu-all ul span {
  font-size: 1.25rem;
  text-align: center;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  color: #2487AB;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.menu-all ul span br {
  display: none;
}
.menu-all ul .menu-logo {
  padding: 20px 25px;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.menu-all ul .menu-logo img {
  object-fit: contain;
  width: 100%;
}
.menu-all .nav_links {
  /*display: flex;
  align-items: center;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28.28125%;
}
@media screen and (max-width: 1400px) {
  .menu-all .nav_links {
    right: 18%;
  }
}
.menu-all .nav_links a {
  font-size: 1.125rem;
  background: #2487AB;
  padding: 2px 20px;
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.menu-all .nav_links a:hover {
  background: #F39917;
}
.menu-all.active {
  margin: 20px auto 0;
  max-width: 600px;
  background: #FDE7D0;
  border: 4px solid #471E00;
  border-radius: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}
.menu-all.active:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 378%;
  height: 120px;
  position: absolute;
  top: -24px;
  left: -150%;
  z-index: -1;
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 1023px) {
  .menu-all.active {
    margin: 10px auto 0;
    top: 34px;
  }
  .menu-all.active:before {
    height: 82px;
    top: -50px;
  }
}
.menu-all.active .logo {
  left: -30%;
}
@media screen and (max-width: 1023px) {
  .menu-all.active .logo {
    left: 50%;
    top: -35%;
    transform: translate(-50%, -50%);
    max-width: 122px;
  }
}
.menu-all.active .logo img.mb {
  display: block;
}
.menu-all.active .logo img.pc {
  display: none;
}
.menu-all.active ul {
  height: 60px;
  margin: unset;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .menu-all.active ul {
    width: 66%;
  }
}
.menu-all.active ul a:after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-all.active ul span {
    font-size: 1rem;
  }
  .menu-all.active ul span br {
    display: block;
  }
}
.menu-all.active ul #gotop {
  display: block;
}
.menu-all.active ul #gotop span {
  color: #F39917;
  border: 2px solid #F39917;
  font-size: 1.125rem;
  border-radius: 50px;
  letter-spacing: 0px;
  width: 75%;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .menu-all.active ul #gotop span {
    font-size: 0.875rem;
  }
}
.menu-all.active ul #gotop a:hover:after {
  display: none;
}
.menu-all.active ul #gotop a:hover span {
  background: #F39917;
  color: #fff;
}
.menu-all.active ul span {
  color: #471E00;
}
.menu-all.active .nav_links {
  right: 20px;
  position: relative;
  top: unset;
  transform: unset;
  right: unset;
}
.menu-all.active .nav_links a {
  background: #471E00;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .menu-all.active .nav_links a {
    font-size: 0.875rem;
    height: 30px;
    display: block;
    line-height: 30px;
  }
}
.menu-all.active .nav_links a:hover {
  background: #F39917;
}

/*內選單*/
.menu-all li:hover > div {
  visibility: visible;
  opacity: 1;
}
.menu-all li > div {
  display: block;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  background: #e65907;
  width: 110%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.menu-all li > div a {
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #e65907;
}
.menu-all li > div a:hover {
  filter: brightness(1.2);
}
.menu-all li > div span {
  color: #fff;
}

/************** 手機板menu **************/
/*.black_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 20;
	top: 0px;
	left: 0;
	background-color: rgba( 0,0,0,0.4);
	transition: background-color 0.2s ease-in;
}

#menuBtn {
	display: none;
}

@media screen and (max-width: $wS) {
	.product-title.open {
		padding-top: 1rem;
	}

	.move {
		display: none;
	}

	.wave1 {
		height: 45px;
	}

	.swiper {
		margin: 0;
	}

	#menuBtn {
		display: block;
		position: fixed;
		top: 0%;
		right: 0;
		margin: 0 auto;
		cursor: pointer;
		z-index: 114;
		text-align: center;
	}

	#menuBtn p {
		display: inline-block;
		vertical-align: -webkit-baseline-middle;
		background: #e65907;
		color: #fff;
		font-size: 1.0rem;
		line-height: 1.8;
		border-bottom-left-radius: 18px;
		padding: 11px 15px;
		margin: -5px auto 10px auto;
	}

	#menuBtn span {
		display: flex;
		margin: 3px auto;
		height: 3px;
		width: 22px;
		background: #fff;
		border-radius: 10px;
		align-content: center;
		flex-direction: row;
		position: relative;
	}

	#menuBtn .line-2 {
		top: 1px;
	}

	#menuBtn .line-3 {
		top: 2px;
	}

	#menuBtn.active .line-1 {
		top: 9px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		animation-name: none;
	}

	#menuBtn.active .line-2 {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		animation-name: none;
	}

	#menuBtn.active .line-3 {
		top: -3px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		animation-name: none;
	}

	.menu_section {
		display: block;
		position: fixed;
		top: 0;
		cursor: pointer;
		z-index: 100;
		width: 100%;
		background: #fff;
	}

	.button {
		position: inherit;
		display: block;
		vertical-align: baseline;
		border-radius: 5px;
		background: #e65907;
		box-shadow: 4px 4px 0 #ffb100;
		font-size: 1.4rem;
		color: #fff;
		line-height: inherit;
		padding: 20px 15px;
		margin: 20px 0;
		top: inherit;
		right: inherit;
		animation-name: none;
	}

	.button:hover {
		animation-name: none;
	}

	.product-any .img {
		width: 94%;
	}

	.menu-all ul {
		height: auto;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		flex-wrap: nowrap;
	}

	.mobile_menu {
		position: fixed;
		right: -100%;
		top: 0;
		height: 100%;
		width: 45%;
		background: $c_secondary;
		flex-flow: column-reverse;
		z-index: 101;
		transition: right 0.3s ease-out;
		box-sizing: border-box;
		overflow-x: hidden;
		padding: 6rem 0rem 0rem 0rem;
	}

	.mobile_menu li.menu-logo {
		margin: 10px;
		order: 1;
		box-shadow: unset;
		border-radius: 10px;
	}

	.mobile_menu .menu-but {
		border-bottom: 1px solid #fff;
		width: 80%;
		text-align: center;
		padding: 20px 0;
		order: 2;
		margin: 0 auto;

		i {
			display: none
		}

		span {
			top: unset;
		}
	}

	.mobile_menu .menu-but > div {
		visibility: visible;
		opacity: 1;
		position: relative;
		width: auto;
		top: unset;
		margin: 10px 0 0;
	}

	.menu-all li:last-child {
		position: inherit;
		border-bottom: none;
	}


	.menu-all span {
		color: #404040;
		font-size: 1.1rem;
		line-height: 1.5;
	}

	.menu-all b {
		font-size: 1rem;
		color: #fffa00;
	}

	.mobile_menu.focus {
		right: 0;
	}

	.mobile_menu .nav_links {
		bottom: 20%;
		top: unset;
		transform: translate(-50%, -50%);
		right: unset;
		left: 50%;
	}
}*/
/*---------------------- menu/ menu / menu / menu / menu / ----------------------*/
.banner_section {
  position: relative;
  background-color: #FDE7D0;
  overflow: hidden;
}
.banner_section .banner_outter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.banner_section .banner_outter .outter_cloud {
  background: url(../Images/TripKinmen/banner_cloud.png) center center no-repeat;
  background-size: contain;
  width: 86.8229166667%;
  height: 43%;
  position: absolute;
  left: 7.6041666667%;
  top: 0;
  animation: cloud 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_outter .outter_cloud {
    width: 102%;
    height: 43%;
    left: 1%;
    top: 70px;
    animation: cloud 5s;
  }
}
@keyframes cloud {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.banner_section .banner_outter .outter_sun {
  background: url(../Images/TripKinmen/banner_sun.png) center center no-repeat;
  background-size: contain;
  width: 107.3958333333%;
  height: 114.4%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14.4%;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_outter .outter_sun {
    width: 178%;
    height: 115%;
    top: -9px;
  }
}
.banner_section .banner {
  position: relative;
  padding-bottom: 26.0416666667%;
  background: url(../Images/TripKinmen/banner_main.png) no-repeat center bottom;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner {
    padding-bottom: 72%;
  }
}
.banner_section .banner_inner {
  width: 72.9166666667%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_inner {
    width: 90%;
  }
}
.banner_section .banner_inner .inner_title {
  background: url(../Images/TripKinmen/banner_tittle.png) center center no-repeat;
  background-size: contain;
  width: 73.1428571429%;
  height: 70.8%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 29.4%;
  animation: jump 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_inner .inner_title {
    width: 96%;
    top: 116px;
  }
}
.banner_section .banner_inner .inner_ship {
  background: url(../Images/TripKinmen/banner_ship.png) center center no-repeat;
  background-size: contain;
  width: 15.7142857143%;
  height: 28.8%;
  position: absolute;
  left: 2.1428571429%;
  top: 49.6%;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_inner .inner_ship {
    display: none;
  }
}
.banner_section .banner_inner .inner_airplan {
  background: url(../Images/TripKinmen/banner_airplane.png) center center no-repeat;
  background-size: contain;
  width: 18.2142857143%;
  height: 17.6%;
  position: absolute;
  right: 9.5%;
  top: 23.4%;
}
@media screen and (max-width: 1023px) {
  .banner_section .banner_inner .inner_airplan {
    width: 20%;
    height: 18%;
    right: 19%;
    top: 120px;
  }
}
@keyframes airplan {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/************** 首頁/首頁/首頁 **************/
#START p {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  #START p {
    font-size: 1.125rem;
  }
}
#START .wrap {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #START .wrap .deco {
    display: none;
  }
}
#START .wrap .deco i {
  position: absolute;
}
#START .wrap .deco i.deco1_1 {
  background: url(../Images/TripKinmen/deco_1-1.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 166px;
  height: 165px;
  left: -23%;
  top: 40px;
  animation: circle 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#START .wrap .deco i.deco1_2 {
  background: url(../Images/TripKinmen/deco_1-2.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 90px;
  height: 90px;
  left: 5%;
  top: 345px;
  animation: circle2 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#START .wrap .deco i.deco1_3 {
  background: url(../Images/TripKinmen/deco_1-3.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 74px;
  height: 74px;
  left: -11%;
  top: 442px;
  animation: circle 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#START .wrap .deco i.deco2_1 {
  background: url(../Images/TripKinmen/deco_2-1.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 152px;
  height: 152px;
  right: -26%;
  top: 354px;
  animation: circle2 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media screen and (max-width: 1200px) {
  #START .wrap .deco i.deco2_1 {
    right: -15%;
  }
}
#START .wrap .deco i.deco2_2 {
  background: url(../Images/TripKinmen/deco_2-2.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 90px;
  height: 90px;
  right: -18%;
  top: 87px;
  animation: circle2 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media screen and (max-width: 1200px) {
  #START .wrap .deco i.deco2_2 {
    right: -11%;
  }
}
#START .wrap .deco i.deco2_3 {
  background: url(../Images/TripKinmen/deco_2-3.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 74px;
  height: 74px;
  right: -0.6%;
  top: 184px;
  animation: circle2 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media screen and (max-width: 1200px) {
  #START .wrap .deco i.deco2_3 {
    right: 3%;
  }
}

article .note li {
  position: relative;
  text-indent: -24px;
  margin: 0 0 0 24px;
}
article .note li:before {
  content: "";
  display: inline-block;
  background: url(../Images/TripKinmen/note_1.png) center center no-repeat;
  background-size: contain;
  width: 17px;
  height: 15px;
  margin: 0 5px 0 0;
  font-size: 1rem;
}
article.discount ol {
  margin: 0 0 30px;
}
@media screen and (max-width: 1023px) {
  article.discount ol {
    margin: 0 0 20px;
  }
}
article.discount ol li {
  text-indent: -24px;
  margin: 0 0 0 24px;
}
article.gift {
  margin: 0;
}
article.gift .note li:before {
  content: "";
  display: inline-block;
  background: url(../Images/TripKinmen/note_2.png) center center no-repeat;
  background-size: contain;
}
article.gift h5 {
  font-weight: 600;
  position: relative;
}
article.gift h5:before {
  content: "";
  display: inline-block;
  background: url(../Images/TripKinmen/deco_title.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
  margin: 0 5px 0 0;
}
article.gift p {
  margin: 0 0 30px 24px;
}
@media screen and (max-width: 1023px) {
  article.gift p {
    margin: 0 0 20px 24px;
  }
}
article.gift .tab_box {
  margin: 0 30px 40px;
}
@media screen and (max-width: 1023px) {
  article.gift .tab_box {
    margin: 0 auto 20px;
  }
}
article.gift .tab_box .tabs, article.gift .tab_box .tab-label, article.gift .tab_box .tab-content {
  margin: 0;
}
article.gift .img_box {
  max-width: 418px;
  height: auto;
  margin: 0 auto 30px;
}
article.gift .img_box img {
  object-fit: cover;
  width: 100%;
}
article.gift .img_box.map {
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #D86B55;
}
article.gift .map_box {
  width: 92%;
  margin: 0 auto 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  article.gift .map_box {
    margin: 0 auto 20px;
  }
}

.in_box#STORE h3 {
  background: #3D9BBE;
}
.in_box#STORE .map_box {
  width: 92%;
  margin: 0 auto 40px;
  border-radius: 10px;
  height: 525px;
}
@media screen and (max-width: 1023px) {
  .in_box#STORE .map_box {
    margin: 0 auto 20px;
  }
}
.in_box#STORE .map_box iframe .i4ewOd-pzNkMb-haAclf {
  display: none !important;
}
.in_box#STORE .more_box {
  position: relative;
  /*&:before {
  	content: "";
  	display: inline-block;
  	background: url(../Images/TripKinmen/open.png) no-repeat center center;
  	background-size: contain;
  	width: 33px;
  	height: 33px;
  	position: absolute;
  	right: 2.7%;
  	top: 50%;
  	transform: translate(0, -50%) rotate(180deg);

  	@media screen and (max-width: $wS) {
  		width: 26px;
  		height: 26px;
  	}
  }

  &.active {

  	&:before {
  		transform: translate(0, -50%);
  	}
  }*/
}
.in_box#STORE .more_box h3 {
  margin: 0;
}
.in_box#STORE table {
  width: 92%;
  margin: 20px auto 0;
  display: block;
}
.in_box#STORE table td {
  padding: 5px 10px;
  background: #D3E5EC;
  border: 1px solid #fff;
  vertical-align: middle;
}
.in_box#STORE table td:first-child {
  text-align: center;
}
.in_box#STORE table td a {
  font-size: 0.875rem;
  color: #fff;
  font-family: "Arial";
  padding: 2px 10px;
  border-radius: 50px;
  background: #2487AB;
  position: relative;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.in_box#STORE table td a:hover {
  background: #F39917;
}
.in_box#STORE table td a:before {
  content: "";
  display: inline-block;
  background: url(../Images/TripKinmen/deco_map.png) center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 13px;
  margin: 0 5px 0 0;
}

/************** 登入/登入/登入 **************/
.social-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.social-login:before {
  content: "";
  display: inline-block;
  background: url(../Images/TripKinmen/deco_logon-l.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 323px;
  height: 304px;
  left: -275px;
  top: -72px;
}
@media screen and (max-width: 1200px) {
  .social-login:before {
    display: none;
  }
}
.social-login:after {
  content: "";
  display: inline-block;
  background: url(../Images/TripKinmen/deco_logon-r.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 338px;
  height: 336px;
  right: -275px;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .social-login:after {
    display: none;
  }
}
.social-login a {
  display: block;
  padding: 8px;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  width: 80%;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
}
.social-login a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .social-login a {
    width: 74%;
  }
}
.social-login .fb {
  background: #fff;
  border: 1px solid #0171C5;
  color: #0171C5;
}
.social-login .fb:before {
  background: url(../Images/TripKinmen/social-fb.png) no-repeat center center;
  background-size: contain;
}
.social-login .fb:hover {
  background: #0171C5;
  border: 1px solid #0171C5;
  color: #fff;
}
.social-login .fb:hover:before {
  background: url(../Images/TripKinmen/social-fb-h.png) no-repeat center center;
  background-size: contain;
}
.social-login .google {
  background: #fff;
  border: 1px solid #3E3E3E;
  color: #3E3E3E;
}
.social-login .google:before {
  background: url(../Images/TripKinmen/social-google.png) no-repeat center center;
  background-size: contain;
}
.social-login .google:hover {
  background: #3E3E3E;
  border: 1px solid #3E3E3E;
  color: #fff;
}
.social-login .google:hover:before {
  background: url(../Images/TripKinmen/social-google-h.png) no-repeat center center;
  background-size: contain;
}
.social-login .line {
  background: #fff;
  border: 1px solid #1b834c;
  color: #1b834c;
}
.social-login .line:before {
  background: url(../Images/TripKinmen/social-line.png) no-repeat center center;
  background-size: contain;
}
.social-login .line:hover {
  background: #1b834c;
  border: 1px solid #1b834c;
  color: #fff;
}
.social-login .line:hover:before {
  background: url(../Images/TripKinmen/social-line-h.png) no-repeat center center;
  background-size: contain;
}

/************** 立即兌換 / 立即兌換 / 立即兌換 **************/
.exchange {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  max-width: 768px;
  margin: 40px auto 60px;
}
@media (max-width: 768px) {
  .exchange {
    grid-template-columns: 1fr;
    margin: 20px auto 40px;
    max-width: 94%;
  }
}
.exchange .in_box {
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.exchange .in_box .btn_exchange {
  border-radius: 15px;
  border: 4px solid #471E00;
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.exchange .in_box .btn_exchange:hover .img_box img, .exchange .in_box .btn_exchange:hover .img_box p {
  transform: scale(1.1);
}
.exchange .in_box .btn_exchange:hover .text_box {
  color: #FFE814;
}
.exchange .in_box .btn_exchange.done {
  position: relative;
  cursor: inherit;
}
.exchange .in_box .btn_exchange.done:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.exchange .in_box .btn_exchange.done .text_box p, .exchange .in_box .btn_exchange.done .text_box span {
  z-index: 2;
  position: relative;
}
.exchange .in_box .btn_exchange.done:hover .img_box img, .exchange .in_box .btn_exchange.done:hover .img_box p {
  transform: unset;
}
.exchange .in_box .btn_exchange.done:hover .text_box {
  color: #fff;
}
.exchange .in_box .img_box {
  height: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFAD37;
  border-bottom: 4px solid #471E00;
  position: relative;
}
.exchange .in_box .img_box:before {
  content: "";
  display: block;
  width: 500px;
  height: 300px;
  position: absolute;
  background: #F39917;
  transform: rotate(-25deg);
  top: -238px;
  left: -100px;
}
.exchange .in_box .img_box img {
  margin: 0 auto 5px;
  display: block;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.exchange .in_box .img_box p {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 8px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  margin: 0 0 0 8px;
}
@media (max-width: 768px) {
  .exchange .in_box .img_box p {
    font-size: 1.375rem;
  }
}
.exchange .in_box .text_box {
  background: #85522C;
  color: #fff;
  padding: 10px 0;
}
.exchange .in_box .text_box p {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .exchange .in_box .text_box p {
    font-size: 1.375rem;
  }
}
.exchange .in_box .text_box span {
  font-size: 1.125rem;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .exchange .in_box .text_box span {
    font-size: 1rem;
  }
}
.exchange .in_box > p {
  font-size: 1.125rem;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .exchange .in_box > p {
    font-size: 1rem;
  }
}
.exchange .in_box > p.num {
  border-bottom: 3px solid #F39917;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.exchange .in_box > p .focus2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F39917;
}
@media (max-width: 768px) {
  .exchange .in_box > p .focus2 {
    font-size: 1.375rem;
  }
}
.exchange .in_box > p a {
  color: #3D9BBE;
  text-decoration: underline;
}
.exchange .in_box.gift .img_box {
  background: #FE8269;
}
.exchange .in_box.gift .img_box:before {
  background: #D86B55;
}
.exchange .in_box.gift > p.num {
  border-bottom: 3px solid #D86B55;
}
.exchange .in_box.gift > p .focus2 {
  color: #D86B55;
}

/************** 立即兌換 / 立即兌換 / 立即兌換 **************/
body.check {
  background: #2C855F;
}
body.check .banner_section .banner {
  background: url(../Images/TripKinmen/banner_check.png) no-repeat center bottom;
  background-size: contain;
}
@media (max-width: 1023px) {
  body.check .banner_section .banner {
    padding-bottom: 45%;
  }
}
@media (max-width: 1023px) {
  body.check .banner_section .banner_inner .inner_title {
    top: 50px;
  }
}
body.check .log_box {
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 60px;
}
body.check .log_box label {
  font-size: 1.25rem;
  font-weight: 600;
  background: #FDE7D0;
  width: 80px;
  height: 60px;
  border-radius: 50px 0 0 50px;
  display: inline-block;
  border: 4px solid #471E00;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 4px;
}
body.check .log_box input {
  height: 60px;
  border: 4px solid #471E00;
  width: 245px;
  box-sizing: border-box;
  font-size: 1.375rem;
  font-weight: 600;
  color: #471E00;
  padding: 5px 10px;
}
body.check .log_box button {
  font-size: 1.25rem;
  font-weight: 600;
  width: 80px;
  height: 60px;
  border-radius: 0 50px 50px 0;
  background: #471E00;
  color: #FFE814;
  padding: 0;
  border: 4px solid #471E00;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 4px;
}
@media (max-width: 768px) {
  body.check .log_box {
    margin: 0 0 40px;
  }
  body.check .log_box label, body.check .log_box input, body.check .log_box button {
    height: 50px;
    font-size: 1.125rem;
  }
  body.check .log_box input {
    width: 200px;
  }
}
body.check .log_box + p {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin: 0 0 40px;
}
body.check .log_box + p .focus {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  body.check .log_box + p {
    width: 94%;
    margin: 0 auto 20px;
  }
  body.check .log_box + p .focus {
    font-size: 1.5rem;
  }
}
body.check .in_box#STORE h3 {
  background: #61BB9A;
}
body.check .in_box#STORE table {
  display: table;
}
body.check .in_box#STORE table th {
  background: #61BB9A;
  color: #fff;
  border: 1px solid #fff;
}
body.check .in_box#STORE table td {
  background: #D7E9E3;
  text-align: center;
}
body.check .in_box#STORE table td:first-child {
  background: #A1DEC8;
}
