﻿
/************************************************************************************
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 ,main ,figcaption {
    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;
}
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()); /* for IE */-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	overflow-x: hidden;
	background: #fffce7;
}

h1, h2, h3, h4, h5 {
	text-decoration: inherit;
	font: inherit;
	font-weight: inherit;
}

header h1 ,.block-product h2 ,.quick-search-space h3 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

/*wow*/
.wow:first-child {
	visibility: hidden;
	visibility:visible \9;
}

/*基本顏色變數*/
:root {
	/*基本*/
	--white-color:#ffffff;
	--black-color:#333333;
	--gray-color:#828282;
	--price-red-color:#cc3e3e;
	--family-basic:Verdana,'微軟正黑體';
	--family-noto:Verdana,"Noto Sans TC";
	/*各區域主色*/
	--pkg--basic-color:#fae568;
	--pkg--light-color:#fffce7;
	--pkg--board-line:#eae8d8;
	--pkg--sec-color:#24c18b;
	--pkg--sec-color-light:#d4f5e9;
	--tkt--basic-color:#7ac0de;
	--tkt--light-color:#f3fafc;
	--tkt--board-line:#bae5f0;
	--tkt--sec-color:#8167cc;
	--hotel--basic-color:#ffc17b;
	--hotel--light-color:#fff8ef;
	--hotel--board-line:#fbe8d1;
	--hotel--sec-color:#ff848c;
	--ticket--basic-color:#98d1b1;
	--ticket--light-color:#f3fdf7;
	--ticket--board-line:#c8e1d0;
	--ticket--sec-color:#e0f9ff;
	--special--basic-color:#e3d3f0;
	--special--light-color:#f6f3ff;
	--special--board-line:#e3d3f0;
	--special--dark-color:#944fa8;
	--qa-light-color:#fff2f2;
	--qa-basic-color:#e15656;
}

#back-top {
	right: 2%;
    z-index: 3;
	left: inherit !important;
}

/*動畫*/
@keyframes floating-arrow {
	0% {
		transform: translateY(-30%);
		opacity:1;
	}
	50% {
		transform: translateY(100%);	
		opacity:0;
	}	
	100% {
		transform: translateY(-30%);
		opacity:1;
	}			
}

@-webkit-keyframes floating-arrow {
	0% {
		-webkit-transform: translateY(-30%);
		opacity:1;
	}
	50% {
		-webkit-transform: translateY(100%);
		opacity:0;
	}	
	100% {
		-webkit-transform: translateY(-30%);
		opacity:1;
	}			
}


/*PC
-----------------------------------------------------------------*/


/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: var(--family-basic);
}

.block-center {
	width: 100%;
	max-width:1500px;
	margin: auto;
	clear: both;
	position: relative;
}

/*主視覺*/
.block-main {
	width: 100%;
	clear: both;
	min-height:882px;
	background: url(../images/main_bk.png) no-repeat top center;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 2;
}

.main-ipad ,.main-phone {
	display: none;
}

.block-menu {
	position: fixed;
	top:45px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	display: grid;
    justify-items: center;
	z-index: 2;
}

.menu-space {
	display: inline-block;
	position: fixed;
	top:55px;
	border-radius: 100px;
	background: var(--white-color);
	padding: 0 60px;
	box-sizing: border-box;
	border: 1px solid var(--gray-color);
}

.menu-space ul {
	display: flex;
}

.menu-space li {
	display: inline-block;
}

.menu-space li ,.menu-space a {
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-space a {
	display: flex;
	padding: 15px;
	text-align: center;
	color: var(--black-color);
	font-size: 20px;
	font-weight: 600;
	font-family: var(--family-noto);
	flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	min-width: 100px;
	letter-spacing: 1px;
}

.menu-space a:hover {
	cursor: pointer;
}

a.menu-sp.nav-link.active ,.menu-space a.menu-sp:hover {
	background: var(--special--basic-color);
}

a.menu-pkg.nav-link.active ,.menu-space a.menu-pkg:hover {
	background: var(--pkg--basic-color);
}

a.menu-tkt.nav-link.active ,.menu-space a.menu-tkt:hover {
	background: var(--tkt--basic-color);
}

a.menu-hotel.nav-link.active ,.menu-space a.menu-hotel:hover {
	background: var(--hotel--basic-color);
}

a.menu-ticket.nav-link.active ,.menu-space a.menu-ticket:hover {
	background: var(--ticket--basic-color);
}

.menu-space span {
	display: inline-block;
	text-align: center;
	color: var(--black-color);
	font-size: 12px;
	line-height: 15px;
	margin: 0 auto 5px auto;
	font-weight: normal;
}

.menu-space a:hover span {
	color: var(--gray-color);
}


.main-title {
	padding: 200px 0 0 0;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}

.main-title img {
	display: inline-block;
}

.main-title-pic1 {
	margin: 0 0 10px 0;
	line-height: 0px;
	text-align: center;
}

.main-title-pic2 {
	line-height: 0px;
	text-align: center;
}


.main-scroll {
	width: 100%;
	margin: 80px 0 0 0;
	text-align: center;
	font-size: 16px;
	font-family: var(--family-noto);
	font-weight: lighter;
	color: var(--black-color);
}

.main-scroll span {
	width: 100%;
	display: inline-block;
	margin: 0 auto 10px auto;
}

.main-scroll img {
	animation-name: floating-arrow;
    -webkit-animation-name: floating-arrow;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

/*商品區塊*/
.block-product {
	width: 100%;
	clear: both;
	display: inline-block;
	box-sizing: border-box;
}

#pkg.block-product {
	padding: 50px 0 0 0;
	background: url(../images/pkg_bk1.jpg) no-repeat center top var(--pkg--light-color);
}

#tkt.block-product {
	padding: 60px 0 0 0;
	background: url(../images/tkt_bk1.jpg) no-repeat center -272px var(--tkt--light-color);
}

#hotel.block-product {
	padding: 60px 0 0 0;
	background: url(../images/hotel_bk1.jpg) no-repeat center -147px var(--hotel--light-color);
}

#ticket.block-product {
	padding: 60px 0 0 0;
	background: url(../images/ticket_bk1.jpg) no-repeat center -420px var(--ticket--light-color);
}

.product-type-big-title {
	width: 100%;
	text-align: center;
	margin: 0 auto 40px auto;
}

.product-type-big-title-m {
	display: none;
}

ul.block-tab {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

.block-tab li {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 100px;
	background: var(--white-color);
	color: var(--black-color);
	font-size: 20px;
	font-weight: bold;
	font-family: var(--family-noto);
	text-align: center;
	line-height: 25px;
	padding: 10px 20px;
	min-width: 90px;
	margin: 0 0 5px 0;
	border: 1px solid var(--black-color);
}

.block-tab li:hover ,.infor-tab-but.active  {
	border: 1px solid var(--black-color);
}

.block-tab li:hover {
	cursor: pointer;
}

#pkg .block-tab li {
	border: 1px solid var(--pkg--board-line);
}

#pkg .block-tab li:hover ,#pkg li.infor-tab-but.active {
	background: var(--pkg--basic-color);
	border: 1px solid var(--black-color);
}

.infor-tab-content {
	display: none;
}

.infor-tab-content.active {
	display:block;
}

.pkg-product-space {
	width: 100%;
	justify-content: space-evenly;
    flex-wrap: wrap;
	display: flex;
}

a.pkg-product-box {
	width: 20%;
    margin: 10px 20px;
	display: inline-block;
}

a.pkg-product-box:hover {
	-webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.pkg-product-pic {
	width: 100%;
	position: relative;
	z-index: 0;
}

.pkg-product-pic span ,.pkg-product-pic figcaption {
	position: absolute;
	z-index: 1;
	font-size: 18px;
	color: var(--black-color);
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;
	padding:10px 25px;
	border-radius: 20px 20px 0 20px;
	border: 1px solid var(--white-color);
	background: rgb(255 255 255 / 80%);
	left: 10px;
	top: 10px;
}

.pkg-product-pic span:empty ,.pkg-product-pic figcaption:empty {
	display: none;
}

.pkg-product-pic img {
	border-radius: 20px;
	box-shadow: -10px 10px 0 var(--pkg--basic-color);
}

.pkg-product-pic p {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 20px;
}

a.pkg-product-box:hover .pkg-product-pic p {
	background:rgb(250 229 104 / 50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	overflow: hidden;
}

.pkg-product-infor {
	position: relative;
	z-index: 1;
	border-radius: 20px;
	background: var(--white-color);
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
	border:1px solid var(--pkg--board-line);
	left: -20px;
    top: -20px;
}

a.pkg-product-box:hover .pkg-product-infor {
	border: 1px solid var(--black-color);
}

.pkg-product-name {
	text-align: left;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: var(--black-color);
	font-family: var(--family-noto);
	font-weight: 600;
	padding: 0 0 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid var(--pkg--board-line);
	letter-spacing: 1px;
}

ul.pkg-product-list {
	width: 100%;
}

#special ul.pkg-product-list {
    box-sizing: border-box;
	padding: 20px 0;
	border-bottom: 1px solid var(--special--board-line);
}

.pkg-product-list li {
	margin: 5px 0 5px 25px;
    position: relative;
    font-size: 15px;
    color: var(--gray-color);
    line-height: 24px;
    font-family: var(--family-noto);
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.pkg-product-list li::before {
	position: absolute;
	left: -24px;
	top: 3px;
	width: 18px;
	height: 18px;
	background: url(../images/pkg_list_icon.png) no-repeat center;
	content: '';
}

#special .pkg-product-list li {
	color: var(--black-color);
}

#special .pkg-product-list li::before {
	background: url(../images/sp_list_icon.png) no-repeat center;
}

#hotel .pkg-product-list li::before {
	background: url(../images/hotel_list_icon.png) no-repeat center;
}

#ticket .pkg-product-list li::before {
	background: url(../images/ticket_list_icon.png) no-repeat center;
}

.pkg-product-price {
	color: var(--price-red-color);
	font-size: 15px;
	line-height: 28px;
	text-align: right;
	font-family: var(--family-noto);
	width: 100%;
}

#ticket .pkg-product-price {
	text-align: center;
}

.pkg-product-price span {
	margin: 0 2px;
	display: inline-block;
	font-weight: 800;
	font-size: 24px;
}

.quick-search-space {
	width: 100%;
	text-align: center;
	min-height: 470px;
}

#pkg .quick-search-space {
	background: url(../images/pkg_bk2.jpg) no-repeat center bottom;
}

#tkt .quick-search-space {
	background: url(../images/tkt_bk3.jpg) no-repeat center bottom;
}

#hotel .quick-search-space {
	background: url(../images/hotel_bk2.jpg) no-repeat center bottom;
	padding: 0 0 40px 0;
    box-sizing: border-box;
	min-height: 520px;
}

#ticket .quick-search-space {
	background: url(../images/ticket_bk3.jpg) no-repeat center bottom;
	padding: 0 0 40px 0;
    box-sizing: border-box;
	min-height: 350px;
}


.quick-search-title {
	width: 100%;
	text-align: center;
	margin: 50px 0 10px 0;
    display: inline-block;
	position: relative;
}

#ticket .quick-search-title {
	margin: 20px auto 10px auto;
	max-width: 500px;
}

#pkg .quick-search-title {
	margin: 0px auto 10px auto;
}

.quick-search-link {
	width: 100%;
	text-align: center;
}

#hotel .quick-search-link {
	max-width: 560px;
    margin: 0 auto;
}

.quick-search-link a {
	display: inline-block;
    box-sizing: border-box;
	color: var(--black-color);
	font-size: 20px;
	font-weight: 600;
	padding: 10px 30px 10px 15px;
	border-radius: 20px;
	line-height: 28px;
	background: var(--white-color);
	margin: 5px;
	position: relative;
}

.quick-search-link a::after {
	position: absolute;
	width: 6px;
	height: 11px;
	background: url(../images/select_arrow_black.png) no-repeat center;
	content: '';
	right: 14px;
    top: 19px;
}


#pkg .quick-search-link a {
	border: 1px solid var(--pkg--board-line);
}

#tkt .quick-search-link a {
	border: 1px solid var(--tkt--board-line);
}

#hotel .quick-search-link a {
	border: 1px solid var(--hotel--board-line);
}

.quick-search-link a:hover {
	border: 1px solid var(--black-color);
	color: var(--white-color);
}

.quick-search-link a:hover::after {
	background: url(../images/select_arrow_white.png) no-repeat center;
}

#pkg .quick-search-link a:hover {
	background: var(--pkg--sec-color);
	border: 1px solid var(--black-color);
}

#tkt .quick-search-link a:hover {
	background: var(--tkt--sec-color);
	border: 1px solid var(--black-color);
}

#hotel .quick-search-link a:hover {
	background: var(--hotel--sec-color);
	border: 1px solid var(--black-color);
}

.tkt-map-space {
	width: 100%;
	clear: both;
	background: url(../images/tkt_bk2.jpg) no-repeat center;
}

.tkt-map-space .block-center {
	max-width: 960px;
	min-height: 840px;
	background:url(../images/tkt_map_bk.png) no-repeat center;
}

a.map-pin {
	position: absolute;
	display: inline-block;
	max-width: 207px;
	height: 207px;
	width: 100%;
}

.map-location1 {
	left: 50px;
    top: 0px;
}

.map-location2 {
	right: 50px;
    top: 536px;
}

.map-location3 {
	left: -50px;
    top: 500px;
}

.map-location4 {
	right: -50px;
    top: 150px;
}

.map-photo {
	position: absolute;
	right: -20px;
    bottom: -10px;
}

.map-pin .map-photo img {
	border-radius: unset;
	border: 0px;
}

a.map-pin:hover .map-photo img {
	border-radius: unset;
	border: 0px;
}

.map-pin img {
	border-radius: 100%;
	border: 1px solid var(--tkt--basic-color);
}

.map-pin span ,.map-pin h3 {
	border: 1px solid var(--tkt--basic-color);
	background: var(--tkt--basic-color);
	color: var(--white-color);
	text-align: center;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	display: grid;
    align-items: center;
	position: absolute;
	left: -15px;
    top: 0px;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--family-noto);
	z-index: 1;
}

a.map-pin:hover img {
	border: 1px solid var(--black-color);
}

a.map-pin:hover span ,a.map-pin:hover h3 {
	background: var(--white-color);
	border: 1px solid var(--black-color);
	color: var(--black-color);
}

a.map-pin:hover p {
	position: absolute;
	left: 1px;
	top: 1px;
	background:rgb(73 162 201 / 50%);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	overflow: hidden;
	border-radius: 100%;
    width: 100%;
    height: 100%;
}

.normal-product-all {
	width:100%;
	clear: both;
}

.normal-product-slide-space {
	width: 100%;
}

.normal-product-slide-box {
	display: inline-block;
	margin:20px 10px 0 10px;
}

.normal-product-slide-box a {
	display: inline-block;
	position: relative;
}

.normal-product-slide-box a:hover {
	-webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.normal-product-slide-pic {
	width: 100%;
	position: relative;
}

.normal-product-slide-pic span ,.normal-product-slide-pic figcaption {
	display: inline-block;
	position: absolute;
	color: var(--white-color);
	font-family: var(--family-noto);
	font-weight: 600;
	text-align: center;
    box-sizing: border-box;
	padding: 15px 20px;
	border-radius: 100px;
	left: 10px;
	top: 10px;
	z-index: 1;
	font-size: 18px;
	line-height: 24px;
}

.normal-product-slide-pic img {
	border-radius: 20px;
}

.normal-product-slide-pic p {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 20px;
	z-index: 0;
}

.normal-product-slide-box a:hover .normal-product-slide-pic p {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	overflow: hidden;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area1 p {
	background:rgb(36 193 139 / 50%);
}

.normal-area1 span ,.normal-area1 figcaption {
	background: #24c18b;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area2 p {
	background:rgb(255 132 140 / 50%);
}

.normal-area2 span ,.normal-area2 figcaption{
	background: #ff848c;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area3 p {
	background:rgb(129 103 204 / 50%);
}

.normal-area3 span ,.normal-area3 figcaption{
	background: #8167cc;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area4 p {
	background:rgb(27 193 228 / 50%);
}


.normal-area4 span ,.normal-area4 figcaption{
	background: #1bc1e4;
}

.normal-product-slide-box a:hover .normal-product-slide-pic.normal-area5 p {
	background:rgb(230 102 216 / 50%);
}

.normal-area5 span ,.normal-area5 figcaption{
	background: #e666d8;
}

.normal-product-slide-infor {
	width: calc(100% - 40px);
	margin: 0 auto;
    box-sizing: border-box;
	border-radius: 20px;
	padding: 20px;
	position: relative;
	bottom: 20px;
	background: var(--white-color);
}

.normal-product-slide-name {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: var(--black-color);
    font-family: var(--family-noto);
    font-weight: 600;
    padding: 0 0 5px 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.normal-product-slide-text {
	margin: 0px auto;
    position: relative;
    font-size: 15px;
    color: var(--gray-color);
    line-height: 24px;
    font-family: var(--family-noto);
    width: 100%;
    box-sizing: border-box;
	text-align: center;
}

#hotel .normal-product-slide-infor {
	border: 1px solid var(--hotel--board-line);
}

#ticket .normal-product-slide-infor {
	border: 1px solid var(--ticket--board-line);
}

#app .normal-product-slide-box a:hover .normal-product-slide-infor {
	border: 1px solid var(--black-color);
}

button.slick-arrow {
	width:12px;
	height: 21px;
	text-indent: -9999px;
	border: 0px;
	position: absolute;
	bottom:-5px;
	z-index: 1;
}

button.slick-arrow:hover {
	cursor: pointer;
	opacity: .9;
}

button.slick-next {
	background: url(../images/product_arrow_right.png);
	right: 40%;
}

button.slick-prev {
	background: url(../images/product_arrow_left.png);
	left: 40%;
}

.slick-dots {
	width: 100%;
	text-align: center;
    position: relative;
}

#ticket .slick-dots {
	margin: 0 0 20px 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots li button {
	display: inline-block;
	background: var(--white-color);
	border-radius: 50px;
	width: 12px;
	height: 14px;
	text-indent: -9999px;
	line-height: 0px;
	border: 1px solid var(--black-color);
}

.slick-dots li button:hover ,li.slick-active button {
	background: var(--black-color);
	cursor: pointer;
}

.ticket-all-bk {
	width: 100%;
	background: url(../images/ticket_bk2.jpg) no-repeat center;
	min-height: 489px;
}

.ticket-icon-link {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	border-radius: 20px;
	border: 1px solid var(--black-color);
	background: var(--white-color);
    justify-content: center;
    overflow: hidden;
	position: relative;
}

#pkg .ticket-icon-link {
	max-width: 500px;
}

.ticket-icon-moon {
	position: absolute;
	left: -230px;
    bottom: -45px;
    z-index: 1;
}

.ticket-icon-link a {
	display: inline-grid;
	width: 17%;
	border-right: 1px dashed var(--black-color);
	text-align: center;
	min-height: 128px;
	background: var(--white-color);
	align-items: center;
    align-content: center;
    justify-content: center;
}

.ticket-icon-link a:last-child {
	border-right: 0px;
}

.ticket-icon-link a:hover {
	background:var(--ticket--sec-color);
}

#pkg .ticket-icon-link a {
	width: calc(100% / 4);
}

#pkg .ticket-icon-link a:hover {
	background:var(--pkg--sec-color-light);
}

.ticket-icon-name {
	width: 100%;
	text-align: center;
	color: var(--black-color);
	font-family: var(--family-noto);
	font-weight: 600;
	line-height: 28px;
	font-size: 18px;
}

.ticket-icon-icon-a ,.ticket-icon-icon-b {
	width: 100%;
	text-align: center;
}

.ticket-icon-icon-a {
	display: inline-block;
}

.ticket-icon-icon-b {
	display: none;
}

.ticket-icon-link a:hover .ticket-icon-icon-b {
	display: inline-block;
}

.ticket-icon-link a:hover .ticket-icon-icon-a {
	display: none;
}

.ticket-icon-icon-a img ,.ticket-icon-icon-b img {
	display: inline-block;
}

/*特殊活動*/
.block-special {
	min-height: 1000px;
	background: url(../images/special_bk.png) no-repeat bottom center;
	width: 100%;
	position: relative;
	z-index: 0;
	top: -15px;
    box-sizing: border-box;
	padding: 80px 0 40px 0;
}

.special-space {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background: var(--white-color);
	border-radius: 20px;
	border: 1px solid var(--special--board-line);
    box-sizing: border-box;
	padding: 40px;
	position: relative;
}

.special-people1 ,.special-people2 {
	position: absolute;
	bottom: 20px;
}

.special-people1 {
	right: -183px;
}

.special-people2 {
	left: -112px;
}

.special-all {
	width: 100%;
	display: flex;
}

.special-pic {
	width: 40%;
    box-sizing: border-box;
	padding: 0 15px 0 0;
	
}

.special-pic-img {
	line-height: 0px;
	width: 100%;
	text-align: center;
}

.special-pic-img img {
	display: inline-block;
}

.special-pic-copyright {
	text-align: center;
	margin: 10px 0 0 0;
	line-height: 0px;
}

.special-pic-copyright img {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

.special-infor {
	width: 60%;
    box-sizing: border-box;
	padding: 10px 0 10px 15px;
	text-align: left;
}

.special-infor-big-title {
	color: var(--black-color);
	font-family: var(--family-noto);
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	width: 100%;
	margin: 0 0 20px 0;
	display: flex	;
	flex-wrap: wrap;
}

.special-infor-big-title span {
	box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    font-weight: normal;
	color: var(--special--dark-color);
}

.special-infor-text {
	color: var(--gray-color);
	font-family: var(--family-noto);
    box-sizing: border-box;
	font-size: 15px;
	line-height: 22px;
	border-bottom: 1px solid var(--special--board-line);
	padding: 0 0 15px 0;
}

.special-infor-notice {
	color: var(--special--dark-color);
	font-family: var(--family-noto);
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	padding: 20px 0;
    box-sizing: border-box;
}

.special-infor-link {
	text-align: center;
    width: 40%;
}

.special-infor-link a {
	box-sizing: border-box;
	border-radius: 100px;
	color: var(--black-color);
	font-size: 18px;
	font-family: var(--family-noto);
	background: var(--special--light-color);
	text-align: center;
	line-height: 23px;
	padding: 10px 15px;
	min-width: 100px;
	margin:5px;
	display: inline-block;
	border: 1px solid var(--special--board-line);
}

.special-infor-link a:hover {
	background: var(--special--dark-color);
	color: var(--white-color);
	border: 1px solid var(--black-color);
}

.special-infor-coupon {
	width: 100%;
	text-align: center;
	display: flex;
	color: var(--special--dark-color);
	font-family: var(--family-noto);
	margin: 20px 0 0 0;
	align-items: center;
}

.infor-coupon-name {
	width: 160px;
	box-sizing: border-box;
	border:1px solid var(--special--board-line);
	background: var(--special--dark-color);
	color: var(--white-color);
	text-align: center;
	font-size: 18px;
    line-height: 22px;
	font-weight: 500;
	padding:10px 5px;
	border-radius: 10px;
}

.infor-coupon-box {
	box-sizing: border-box;
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--special--basic-color);
    border-radius: 10px;
    position: relative;
    left: -1px;
    background: var(--white-color);
}

.infor-coupon-number {
	box-sizing: border-box;
    padding: 10px 5px;
    text-align: center;
    font-size:18px;
    line-height: 22px;
    font-weight: 800;
    width: 60%;
}

.basic-notice-space {
	width: calc(100% - 20px);
	max-width: 960px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	background#ffffff;
	border-radius: 10px;
	border-left: 5px solid #ffd133;
    border-right: 5px solid #ffd133;
    margin: 20px auto;
    background: #ffffff;
}

.notice-title {
	color: #333333;
	font-size: 24px;
    font-weight: bold;
    line-height: 30px;
	width: 100%;
	margin: 0 0 10px 0;
}

.notice-text {
	text-align: center;
	width: 100%;
	font-size: 15px;
	color: #8d8d8d;
	line-height: 22px;
}

/*問與答*/
.block-qa {
	width: 100%;
	background: var(--qa-light-color);
	box-sizing: border-box;
	padding: 60px 0;
}

.qa-space {
	background: var(--white-color);
	box-sizing: border-box;
	padding: 20px;
	border-radius: 20px;
}

.faq-item {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	padding: 15px 0;
}
.faq-question {
	font-weight: 600;
	position: relative;
	padding-right: 20px;
	font-size: 20px;
    color: var(--black-color);
    line-height: 34px;
	font-family: var(--family-noto);
}

.faq-question::before {
	content: 'Q.';
	background: var(--qa-light-color);
	border-radius: 500px;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 5px 0 0;
	color: var(--qa-basic-color);
	text-align: center;
}

.faq-question::after {
	content: "▾";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	transition: transform 0.3s;
	color: var(--black-color);
}
.faq-item.active .faq-question::after {
	transform: rotate(180deg);
}
.faq-answer {
	display: none;
	padding: 10px 0 0 0;
	color: var(--black-color);
	line-height: 22px;
	font-size: 15px;
	text-align: left;
}

.faq-answer a {
	text-decoration: underline;
    text-underline-offset: 0.2em;
}

.qa-list li {
	margin: 0 0 10px 20px;
	color: var(--black-color);
	text-align: left;
	list-style-type: disc;
}

.qa-text {
	margin: 10px 0;
}





/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1650px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.block-center {
		width: 95%;
		margin: 0 auto;
	}

	a.pkg-product-box {
		width: 28%;
	}

}
@media screen and (max-width: 1200px) {
	a.map-pin {
		position: relative;
        display: inline-block;
        margin: 10px;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
	}

	.tkt-map-space .block-center {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
		background: transparent;
		min-height: unset;
	}

	.slick-dots {
		margin: 0px 0 20px 0;
	}

}

@media screen and (max-width: 900px) {
	a.pkg-product-box {
		width: 44%;
	}

	.ticket-icon-moon {
		display: none;
	}

	.special-people1 ,.special-people2 {
		display: none;
	}

	.infor-coupon-name ,.infor-coupon-box {
		width: 100%;
	}

	.infor-coupon-name {
		border-radius: 10px 10px 0 0;
		border-bottom: 0px;
		font-size: 20px;
		font-weight: 800;
		line-height: 28px;
		padding: 10px 5px;
	}

	.infor-coupon-box {
		left: unset;
		top: -1px;
		border-radius: 0 0 10px 10px;
	}

	.infor-coupon-name br {
		display: none;
	}

	.special-infor-coupon {
		flex-wrap: wrap;
	}

	.infor-coupon-number {
		width: calc(100% - 120px);
		text-align: left;
	}

	.special-infor-link {
		width: 120px;
		text-align: right;
	}

	.special-space {
		width: 90%;
		padding: 20px;
	}

	#pkg .ticket-icon-link {
		max-width: unset;
	}

	#pkg .ticket-icon-link a {
		width: calc(100% / 5);
		padding: 10px 5px;
	}
}

/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	html {
		scroll-behavior: smooth;
	}
	
	.pkg-product-infor {
		padding: 10px;
	}

	.main-ipad {
		display: inline-block;
		line-height: 0;
		margin: 40px 0 0 0;
	}
	
	.block-main {
		display: none;
	}

	#pkg.block-product ,#tkt.block-product {
		padding: 40px 0 0 0;
	}

	a.pkg-product-box {
		width: 42%;
        margin: 10px;
	}

	.quick-search-space {
		min-height: unset;
		padding: 0 0 60px 0;
	}

	.quick-search-title {
		margin: 40px 0 10px 0;
	}

	#pkg .quick-search-space {
		background: transparent;
		border-bottom: 1px solid var(--pkg--board-line);
	}

	#tkt .quick-search-space {
		background: transparent;
		border-bottom: 1px solid var(--tkt--board-line);
	}

	#hotel .quick-search-space {
		background: transparent;
		border-bottom: 1px solid var(--hotel--board-line);
		min-height: auto;
	}

	.ticket-icon-link {
		border: 0px;
		flex-wrap: wrap;
		background: transparent;
	}

	.ticket-icon-link a {
		width: 22%;
        border-right: 0;
        border: 1px solid var(--black-color);
        height: 110px;
        min-height: unset;
        border-radius: 100px;
        margin: 6px;
        padding: 10px 5px 20px 5px;
	}

	.ticket-icon-link a:last-child {
		border: 1px solid var(--black-color);
	}

	.infor-coupon-box {
		flex-wrap: wrap;
	}

	.infor-coupon-box span {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.infor-coupon-box .special-infor-link a {
		width: 95%;
		margin: 0 5px 10px 5px;
	}
	
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 550px) {
	a.pkg-product-box {
		width: 94%;
        margin: 0 0 20px 0px;
	}

	.pkg-product-pic img {
		box-shadow: none;
	}

	.pkg-product-infor {
		left: 0px;
		top: -30px;
	}

	.map-photo {
		display: none;
	}

	a.map-pin {
		width: 40%;
        height: auto;
	}

	a.map-pin:hover p {
		top: -1px;
	}

	.ticket-all-bk {
		min-height: auto;
	}

	.ticket-icon-link a {
		width: 33%;
	}
	.block-special {
		padding: 40px 0;
		background:var(--special--light-color);
		border-bottom: 1px solid var(--special--board-line);
	}

	.special-space {
		width: 95%;
		padding: 20px;
	}

	.special-all {
		flex-wrap: wrap;
	}

	.special-pic ,.special-infor {
		width: 100%;
	}

	.special-pic {
		padding: 0;
	}

	.special-infor {
		padding: 10px 0 0 0;
	}


}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.main-ipad {
		display: none;
	}
	
	.main-phone {
		display: inline-block;
		line-height: 0;
		margin: 40px 0 0 0
	}

	.product-type-big-title-m {
		display: inline-block;
		line-height: 0;
		text-align: center;
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.product-type-big-title-m img {
		display: inline-block;
	}

	.product-type-big-title {
		display: none;
	}

	.ticket-icon-link a {
		width:37%;
		height: 100px;
	}

	.notice-title {
		font-size: 20px;
    	line-height: 25px;
	}

	#pkg .ticket-icon-link a {
		width: calc(100% / 3);
	}
	
}

@media (max-width: 320px) {
}

/*2025韓公社冬季活動*/
.winter2025 .main-title-pic-logo {
	margin: 0;
	line-height: 0px;
	text-align: center;
}

.winter2025 .main-title {
	padding: 170px 0 0 0;
}

.winter2025 .block-main {
	background: url(../images/main_bk_winter.webp) no-repeat top center;
}

