﻿
/************************************************************************************
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    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());}
button, p { /* 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;}

h1, h2, h3, h4, h5 {
	text-decoration: inherit;
	font: inherit;
	font-weight: inherit;
}

header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #f6f6f6;
}

* {
	scroll-behavior: smooth;
}

.container a {
	/* for IE */-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/*基本變數*/
:root {
	/*基本*/
	--white-color:#ffffff;
	--black-color:#333333;
	--family-basic:Verdana,'微軟正黑體';
	--family-noto:"Noto Sans TC",Verdana;

	/*配色*/
	--basic-active-color:#00a1d6;
	--basic-gold:#af905b;
	--basic-gold-dark:#9b7b43;
	--gray-color:#9b9b9b;
	--gray-light-bk:#efefef;
	--gray-line:#cccccc;
	--gray-step-color:#d6d6d6;
	--gray-shadow:hsl(0deg 0% 0% / 10%);
}

/*PC
-----------------------------------------------------------------*/


/*通用框架*/
.container {
	width:100%;
	margin: auto;
	font-family: var(--family-basic);
}

.block-center {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.block-space {
	width: 100%;
	box-sizing: border-box;
	padding: 60px 0;
}

.block-space:nth-child(odd) {
	background: var(--white-color);
}

.big-title {
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
	position: relative;
	display: inline-block;
}

.big-title span {
	position: absolute;
	top:-45%;
	left: 0px;
	width: 100%;
	text-align: center;
	color: var(--gray-color);
	font-family: var(--family-noto);
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.big-title h2 {
	display: inline-block;
	position: relative;
	color: var(--black-color);
	font-family: var(--family-noto);
	font-weight: 800;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 4px;
}

.big-title h2::before {
	position: absolute;
	left: calc(-20% - 200px);
	top: 50%;
	height:2px;
	background: var(--black-color);
	width: 200px;
	content: '';
}

.big-title h2::after {
	position: absolute;
	right: calc(-20% - 200px);
	top: 50%;
	height:2px;
	background: var(--black-color);
	width: 200px;
	content: '';
}

.infor-text {
	width: 100%;
	display: inline-block;
	margin: 0 auto 40px auto;
}

.infor-text p {
	width: 100%;
	margin: 0 auto 10px auto;
	color: var(--black-color);
	font-family: var(--family-noto);
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}

.infor-text a {
	text-decoration: underline;
    text-underline-offset: 0.2em;
}

.infor-text a:hover {
	color: var(--basic-active-color);
}

.infor-text strong {
	color: var(--basic-active-color);
	font-weight: 700;
}

.infor-text span {
	color: var(--gray-color);
	font-weight: 400;
}

.infor-text a.infor-text-a {
	text-decoration: underline;
    text-underline-offset: 5px;
}

.infor-text a.infor-text-a:hover {
	color: var(--basic-active-color);
}

.infor-pic {
	text-align: center;
	width: 100%;
	margin: 10px auto 0 auto;
	display: inline-block;
}

.infor-pic img {
	border-radius: 10px;
	display: inline-block;
}

.infor-text a.infor-link {
	display: inline-block;
	box-sizing: border-box;
	font-size: 18px;
	font-family: var(--family-noto);
	font-weight: 700;
	color: var(--white-color);
	text-align: center;
	padding: 15px;
	width: 100%;
	max-width: 160px;
	background: var(--basic-gold);
	letter-spacing: 1px;
	text-decoration: unset;
}

.infor-text a.infor-link:hover {
	background: var(--basic-gold-dark);
}

.infor-tab-space {
	width: 100%;
}

.infor-tab-top {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.infor-tab-but {
	display: inline-flex;
	box-sizing: border-box;
	padding:10px;
	width: 100%;
	border: 1px solid var(--gray-line);
	border-bottom: 1px solid var(--white-color);
	border-radius: 5px 5px 0 0;
	position: relative;
	bottom: -1px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: var(--gray-light-bk);
	color: var(--gray-color);
	font-family: var(--family-noto);
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	min-height: 55px;
}

.infor-tab-but.active::before {
	content:'';
	width: 100%;
	background: var(--basic-gold);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
}

.infor-tab-but.active {
	background: var(--white-color);
	z-index: 1;
	color: var(--black-color);
}

.infor-tab-but:hover {
	cursor: pointer;
	background: var(--white-color);
	color: var(--black-color);
}

.infor-tab-inside {
	display: inline-block;
	border: 1px solid var(--gray-line);
	border-radius: 0 0px 5px 5px;
	box-sizing: border-box;
	padding: 20px;
	background: var(--white-color);
	width: 100%;
	position: relative;
}

.infor-tab-content.active {
	display: inline-block;
}

.infor-tab-content {
	display: none;
	font-size: 15px;
	text-align: left;
	line-height: 22px;
	color: var(--black-color);
	font-family: var(--family-noto);
	font-weight: 400;
	width: 100%;
	box-sizing: border-box;
}

.infor-tab-content ul {
	box-sizing: border-box;
    padding: 0 20px 0 0;
    width: 100%;
}

.infor-tab-content li {
	width: 100%;
	list-style-type: decimal;
	box-sizing: border-box;
	margin: 0 0 10px 20px;
}

.infor-list-number li {
	width: 100%;
	list-style-type: disc;
	box-sizing: border-box;
	margin: 0 0 10px 20px;
}

.infor-tab-content a {
	text-decoration: underline;
    text-underline-offset: 5px;
}

.infor-tab-content a:hover {
	color: var(--gray-color);
}


.infor-tab-min-title {
	text-align: left;
    font-weight: 700;
    margin: 0 0 10px 0px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
}

.infor-list-no-number li {
	list-style-type: unset;
	margin: 0 0 10px 0;
}

.infor-list-no-number li:last-child {
	margin:0;
}




/*主視覺*/
.block-main {
	width: 100%;
	box-sizing: border-box;
	min-height: 1010px;
	background: url(../images/main_bk.webp) no-repeat center top;
	display: inline-flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.main-qrcode {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	padding: 0 0 20px 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.main-qrcode img {
	border-radius: 20px;
	border: 10px solid var(--white-color);
	box-shadow: 0px 0px 20px var(--gray-shadow);
}

.main-qrcode figcaption {
    width: 100%;
    color: var(--black-color);
    font-family: var(--family-noto);
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
	padding: 10px 0 0 0;
}

.main-mobile {
	display: none;
}

/*浮動導覽列*/
#mainNav {
	height: 110px;
	position: fixed;
	width: 110px;
	top: 20%;
	left: 3%;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	z-index: 2;
}

a.nav-link {
	display: inline-flex;
	align-items: center;
    justify-content: center;
	box-sizing: border-box;
	padding: 42px 0 0 0;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	box-shadow: 0px 0px 20px var(--gray-shadow);
	color: var(--black-color);
	font-size: 15px;
    line-height: 20px;
	font-family: var(--family-noto);
	font-weight: 500;
}

a.nav-link:hover ,a.nav-link.active {
	color: var(--white-color);
}

a.nav-member {
	background: url(../images/menu_icon1-a.webp) no-repeat center 17px var(--white-color);
}

a.nav-member:hover ,a.nav-member.active {
	background: url(../images/menu_icon1-b.webp) no-repeat center 17px var(--black-color);
}

a.nav-sale {
	background: url(../images/menu_icon5-a.webp) no-repeat center 17px var(--white-color);
}

a.nav-sale:hover ,a.nav-sale.active {
	background: url(../images/menu_icon5-b.webp) no-repeat center 17px var(--black-color);
}

a.nav-coupon {
	background: url(../images/menu_icon2-a.webp) no-repeat center 17px var(--white-color);
}

a.nav-coupon:hover ,a.nav-coupon.active {
	background: url(../images/menu_icon2-b.webp) no-repeat center 17px var(--black-color);
}

a.nav-airport {
	background: url(../images/menu_icon3-a.webp) no-repeat center 17px var(--white-color);
}

a.nav-airport:hover ,a.nav-airport.active {
	background: url(../images/menu_icon3-b.webp) no-repeat center 17px var(--black-color);
}

a.nav-transportation {
	background: url(../images/menu_icon4-a.webp) no-repeat center 17px var(--white-color);
}

a.nav-transportation:hover ,a.nav-transportation.active {
	background: url(../images/menu_icon4-b.webp) no-repeat center 17px var(--black-color);
}

a.nav-salecode {
	background: url(../images/menu_icon6-a.webp) no-repeat center 15px var(--white-color);
}

a.nav-salecode:hover ,a.nav-salecode.active {
	background: url(../images/menu_icon6-b.webp) no-repeat center 15px var(--black-color);
}

/*會員登記*/

#member.block-space {
	padding: 0 0 10px 0;
}

#member .block-center {
	position: relative;
}

/*立即領券*/
#coupon .infor-tab-but {
	min-height: 140px;
	align-items: flex-end;
}

.infor-tab-but[data-tab="infor1"] {
	background: url(../images/coupon_icon1-b.webp) no-repeat center 20px var(--gray-light-bk);
}

.infor-tab-but[data-tab="infor1"]:hover ,.infor-tab-but[data-tab="infor1"].active {
	background: url(../images/coupon_icon1-a.webp) no-repeat center 20px var(--white-color);
	color: var(--black-color);
}

.infor-tab-but[data-tab="infor2"] {
	background: url(../images/coupon_icon2-b.webp) no-repeat center 20px var(--gray-light-bk);
}

.infor-tab-but[data-tab="infor2"]:hover ,.infor-tab-but[data-tab="infor2"].active {
	background: url(../images/coupon_icon2-a.webp) no-repeat center 20px var(--white-color);
	color: var(--black-color);
}

.infor-tab-but[data-tab="infor3"] {
	background: url(../images/coupon_icon3-b.webp) no-repeat center 20px var(--gray-light-bk);
}

.infor-tab-but[data-tab="infor3"]:hover ,.infor-tab-but[data-tab="infor3"].active {
	background: url(../images/coupon_icon3-a.webp) no-repeat center 20px var(--white-color);
	color: var(--black-color);
}

.infor-tab-but[data-tab="infor4"] {
	background: url(../images/coupon_icon4-b.webp) no-repeat center 20px var(--gray-light-bk);
}

.infor-tab-but[data-tab="infor4"]:hover ,.infor-tab-but[data-tab="infor4"].active {
	background: url(../images/coupon_icon4-a.webp) no-repeat center 20px var(--white-color);
	color: var(--black-color);
}

.infor-tab-but[data-tab="infor5"] {
	background: url(../images/coupon_icon5-b.webp) no-repeat center 20px var(--gray-light-bk);
}

.infor-tab-but[data-tab="infor5"]:hover ,.infor-tab-but[data-tab="infor5"].active {
	background: url(../images/coupon_icon5-a.webp) no-repeat center 20px var(--white-color);
	color: var(--black-color);
}

.infor-tab-but[data-tab="infor6"] {
	background: url(../images/coupon_icon6-b.webp) no-repeat center 20px var(--gray-light-bk);
}

.infor-tab-but[data-tab="infor6"]:hover ,.infor-tab-but[data-tab="infor6"].active {
	background: url(../images/coupon_icon6-a.webp) no-repeat center 20px var(--white-color);
	color: var(--black-color);
}

#coupon .infor-tab-top {
	grid-template-columns: repeat(6, 1fr);
}

/*機場提領攻略*/
.step-space {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.step-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	align-content: flex-start;
}

.step-number {
	width: 100%;
	position: relative;
	z-index: 1;
	font-family: var(--family-noto);
	font-size: 50px;
	font-weight: 900;
	color: var(--gray-step-color);
	font-style: italic;
	text-align: center;
}

.step-number strong {
	display: inline-block;
	color: var(--black-color);
	font-size: 80px;
	line-height: 90px;
	font-weight: 900;
	margin: 0 0 0 8px;
	font-style: italic;
}

.step-number::after {
	content: '';
	position: absolute;
	width: 73px;
	height: 73px;
	background: var(--white-color);
	border-radius: 100%;
	right: 20%;
    top: 20%;
    z-index: -1;
}

.step-title {
	width: 100%;
	text-align: center;
	color: var(--black-color);
	font-family: var(--family-noto);
	font-weight: 800;
	font-size: 27px;
    line-height: 36px;
}

.step-text {
	width: 100%;
	text-align: center;
	color: var(--gray-color);
	font-family: var(--family-noto);
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.step-text span {
	color: var(--basic-active-color);
	font-family: var(--family-noto);
	font-weight: 600;
}

.infor-tab-content .step-title a {
	color: var(--basic-active-color);
}

.infor-tab-content .step-title a:hover {
	color: var(--basic-gold-dark);
}

.step-notice {
	width: 100%;
	text-align: center;
	color: var(--basic-active-color);
	font-family: var(--family-noto);
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}

/*交通資訊*/
.trans-space {
	width: 100%;
	display: flex;
	gap:40px;
	margin: 20px auto 60px auto;
	justify-content: center;
}

.trans-box {
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
}

.trans-title {
	display: inline-flex;
	background: var(--basic-gold);
	text-align: center;
	box-sizing: border-box;
	padding: 23px;
	width: 100px;
	height: 100px;
	color: var(--white-color);
	font-family: var(--family-noto);
	font-size: 20px;
	line-height: 26px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px 0;
}

.trans-text {
	text-align: center;
	color: var(--black-color);
	font-family: var(--family-noto);
	font-size: 18px;
	line-height: 24px;
	box-sizing: border-box;
	font-weight: 500;
}

/*copyright*/
.block-logo {
	padding: 40px 0;
	box-sizing: border-box;
	width: 100%;
	background: var(--black-color);
}

.logo-space {
	width: 100%;
	text-align: center;
}

.logo-space img {
	display: inline-block;
}

.logo-space figcaption {
	text-align: center;
	color: var(--white-color);
	font-size: 10px;
	line-height: 15px;
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0;
}

/*專屬優惠碼*/
.code-space {
	width: 100%;
	display: flex;
	gap: 20px;
}

.code-box {
	border: 1px solid var(--gray-line);
	background: var(--white-color);
	display: inline-flex;
	width: calc((100% - 20px ) / 2);
	box-sizing: border-box;
	padding: 20px 20px 20px 30px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	gap: 10px;
}

.code-box::before {
	position: absolute;
	content: '';
	background: var(--basic-active-color);
	width:10px;
	height: 100%;
	display: inline-block;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.code-infor {
	flex: 2;
	text-align: left;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
}

.code-infor h3 {
	font-size: 26px;
    line-height: 36px;
    font-weight: 800;
	color: var(--black-color);
	font-family: var(--family-noto);
}

.code-infor p {
	font-size: 15px;
	line-height: 22px;
	color: var(--black-color);
}

.code-infor p b {
	color: var(--basic-active-color);
	font-family: var(--family-noto);
	font-weight: 600;
}

.code-but {
	flex: 1;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	min-width: 160px;
}

.code-but a {
	border-radius: 5px;
    background: var(--black-color);
    color: var(--white-color);
    font-size: 15px;
    box-sizing: border-box;
    padding: 10px 8px;
    font-family: var(--family-noto);
    font-weight: 600;
    width: 100%;
    line-height: 20px;
}

.code-but a:hover {
	background: var(--basic-gold);
}



/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.block-center{
		width: 95%;
	}

	.block-main {
		margin: 100px 0 0 0;
	}

	#mainNav {
		width: 100%;
		justify-content: center;
		top: 40px;
		left: 0px;
		background: var(--white-color);
		gap: 10px;
		height: 90px;
		box-shadow: 0px 0px 20px var(--gray-shadow);
	}

	a.nav-link {
		border-radius: 0px;
		box-shadow: unset;
		height: 90px;
	}

	a.nav-member {
		background: url(../images/menu_icon1-a.webp) no-repeat center 5px var(--white-color);
	}
	
	a.nav-member:hover ,a.nav-member.active {
		background: url(../images/menu_icon1-b.webp) no-repeat center 5px var(--black-color);
	}
	
	a.nav-sale {
		background: url(../images/menu_icon5-a.webp) no-repeat center 5px var(--white-color);
	}
	
	a.nav-sale:hover ,a.nav-sale.active {
		background: url(../images/menu_icon5-b.webp) no-repeat center 5px var(--black-color);
	}

	a.nav-coupon {
		background: url(../images/menu_icon2-a.webp) no-repeat center 5px var(--white-color);
	}
	
	a.nav-coupon:hover ,a.nav-coupon.active {
		background: url(../images/menu_icon2-b.webp) no-repeat center 5px var(--black-color);
	}
	
	a.nav-airport {
		background: url(../images/menu_icon3-a.webp) no-repeat center 5px var(--white-color);
	}
	
	a.nav-airport:hover ,a.nav-airport.active {
		background: url(../images/menu_icon3-b.webp) no-repeat center 5px var(--black-color);
	}
	
	a.nav-transportation {
		background: url(../images/menu_icon4-a.webp) no-repeat center 5px var(--white-color);
	}
	
	a.nav-transportation:hover ,a.nav-transportation.active {
		background: url(../images/menu_icon4-b.webp) no-repeat center 5px var(--black-color);
	}

	a.nav-salecode {
		background: url(../images/menu_icon6-a.webp) no-repeat center 5px var(--white-color);
	}
	
	a.nav-salecode:hover ,a.nav-salecode.active {
		background: url(../images/menu_icon6-b.webp) no-repeat center 5px var(--black-color);
	}

	#member.block-space {
		padding: 60px 0;
	}
	
}

@media screen and (max-width: 1200px) {
	.infor-tab-but[data-tab="infor1"] ,.infor-tab-but[data-tab="infor2"] ,.infor-tab-but[data-tab="infor3"] ,.infor-tab-but[data-tab="infor4"] ,.infor-tab-but[data-tab="infor5"] ,.infor-tab-but[data-tab="infor6"] {
		background:var(--gray-light-bk);
	}
	
	.infor-tab-but[data-tab="infor1"]:hover ,.infor-tab-but[data-tab="infor1"].active ,.infor-tab-but[data-tab="infor2"]:hover ,.infor-tab-but[data-tab="infor2"].active ,.infor-tab-but[data-tab="infor3"]:hover ,.infor-tab-but[data-tab="infor3"].active ,.infor-tab-but[data-tab="infor4"]:hover ,.infor-tab-but[data-tab="infor4"].active ,.infor-tab-but[data-tab="infor5"]:hover ,.infor-tab-but[data-tab="infor5"].active ,.infor-tab-but[data-tab="infor6"]:hover ,.infor-tab-but[data-tab="infor6"].active {
		background:var(--white-color);
		color: var(--black-color);
	}

	#coupon .infor-tab-but {
		min-height:55px;
		align-items: center;
	}
}

@media screen and (max-width:960px) {
	.block-main {
		min-height:unset;
		background: transparent;
		padding: 0;
		flex-direction: column;
	}

	.main-mobile {
		display: inline-block;
		width: 100%;
		margin: 30px 0 40px 0;
	}

	.code-space {
		flex-wrap: wrap;
	}

	.code-box {
		width: 100%;
	}
	
}


/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.main-mobile {
		margin:40px 0 0 0;
	}

	.block-main {
		margin: 0;
	}

	.infor-tab-top {
		margin: 0;
		box-sizing: border-box;
		display: flex;
		padding: 10px 0;
		z-index: 2;
		flex-wrap: wrap;
		justify-content: center;
		background: var(--white-color);
	}

	#coupon .infor-tab-but {
		bottom: 0px;
	}

	.infor-tab-but {
		border-bottom: 1px solid var(--gray-line);
		border-radius: 5px;
		bottom: 0px;
		padding: 5px;
		max-width: unset;
		width: 31%;
	}

	.infor-tab-inside {
		border-radius: 0;
		border: 0px;
		padding: 5px 10px;
	}

	.infor-tab-but.active::before {
		height: 5px;
	}

	.step-space {
		grid-template-columns: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
	}

	.step-box {
		width: 45%;
		gap: 10px;
		align-content: flex-start;
	}

	.infor-text {
		margin: 0 auto 20px auto;
	}

	.block-space {
		padding: 40px 0;
	}

	.big-title h2::before {
		left: calc(-8% - 200px);
	}
	
	.big-title h2::after {
		right: calc(-8% - 200px);
	}

	.big-title span {
		top: 0%;
	}

	.big-title {
		overflow: hidden;
		padding: 20px 0 0 0;
	}

	.infor-tab-top ,.infor-tab-inside {
		background: transparent;
	}
	
	/*隱藏*/
	#mainNav {
		display: none;
	}
	
}


/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width:550px) {
	.main-qrcode figcaption {
		font-size: 25px;
		line-height: 30px;
		bottom: -23%;
	}

	.big-title {
		margin: 0 auto 10px auto;
	}

	.big-title h2 {
		font-size: 35px;
		line-height: 45px;
		letter-spacing: 2px;
	}

	.infor-text p {
		margin: 0 auto 5px auto;
	}

	.infor-tab-but {
		min-height: 45px;
	}

	.step-box {
		width: 100%;
		gap: 5px;
	}

	.step-number {
		font-size: 30px;
	}

	.step-number strong {
		font-size: 40px;
		line-height: 50px;
	}

	.step-title {
		font-size: 25px;
    	line-height: 30px;
	}

	.step-text {
		font-size: 15px;
		color: var(--black-color);
	}

	.trans-space {
        flex-wrap: wrap;
        justify-content: center;
		gap: 20px;
		margin: 10px auto 20px auto;
	}

	.trans-box {
		width: 100%;
		display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
	}

	.trans-title {
		width: 100%;
        border-radius: 0px;
        background: transparent;
        color: var(--black-color);
        font-weight: 700;
        height: auto;
        padding: 0;
        display: inline-block;
        margin: 0 10px 5px 0;
	}

	.trans-text {
		display: inline-block;
		text-align: center;
		margin: 0 auto;
		font-weight: 400;
        font-size: 15px;
        line-height: 20px;
	}

	.main-qrcode {
		padding: 0;
	}

	.block-space {
		padding: 20px 0;
	}

	#member.block-space {
		padding: 40px 0 20px 0;
	}

	

	/*隱藏*/
	.step-number::after ,.trans-text br {
		display: none;
	}

	
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.code-box {
		flex-direction: column;
	}
}

@media (max-width: 320px) {
	
}
