﻿
/************************************************************************************
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;}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur());}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

h1, h2, h3, h4, h5 {
	text-decoration: inherit;
	font: inherit;
	font-weight: inherit;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
	width: 50px;
}

/*基本變數*/
:root {
	/*基本*/
	--white-color:#ffffff;
	--black-color:#333333;
	--gray-color:#f3f3f3;
	--family-basic:"Noto Sans TC",Verdana;
	--family-serif:"Noto Serif TC",Verdana;
	--blur-grasses:blur(5px);
	--slide-word: scaleX(0.9);

	/*字體大小*/
	--font-size24:clamp(18px, 2vw, 24px);
	--line-height24:clamp(25px, 2.5vw, 34px);
	--font-size30:clamp(20px, 2vw, 30px);
	--line-height30:clamp(28px, 2.5vw, 35px);
	--font-size36:clamp(25px, 4vw, 36px);
	--line-height36:clamp(38px, 4vw, 42px);

	/*配色*/
	--basic-red:#af2948;
	--light-red:#ef718f;
	--rec-pink:#e75f9b;
	--rec-light-pink:#fce0ee;
	--basic-blue:#173b6a;
	--dark-blue:#11254a;
	--light-blue:#1b489b;
	--light-sky:#cdedfc;
	--basic-sky:#def3fc;
	--guide-sky:#0f99d7;
	--guide-but:#2380c5;
}


/*PC
-----------------------------------------------------------------*/


/*通用框架*/
.container {
	width:100%;
	margin: auto;
	font-family: var(--family-basic);
}

.block-center {
	width: 100%;
	clear: both;
	max-width: 1500px;
	margin: 0 auto;
}

.type-title {
	width: 100%;
	max-width: 340px;
	min-height: 116px;
	margin: 0 auto;
	background: url(../images/type_title_bk.webp) no-repeat top center;
	text-align: center;
}

.type-title h2 {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
    justify-content: center;
	padding: 10px 0 0 0;
	gap: 20px;
}

.type-title strong {
	color: var(--white-color);
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 43px;
	line-height: 55px;
	display: inline-block;
	transform: var(--slide-word);
}

.type-title span {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: right;
	padding: 0 10px 0px 0;
	font-size: 12px;
	font-weight: 700;
}

/*主視覺*/
.block-main {
	width: 100%;
	min-height: 750px;
	background: url(../images/main_big_bk.webp) no-repeat left top;
	margin: 40px 0 0 0;
}

.main-big-title {
	position: absolute;
	left: 325px;
	top:17%;
}

/*導覽列*/
.block-menu {
	width: 100%;
	background: var(--white-color);
	text-align: center;
	padding: 0 10px;
	position: sticky;
	top: 40px;
	z-index: 2;
}

#mainNav {
	width: 100%;
	max-width: 1018px;
	margin: 0 auto;
	position: relative;
	display: flex;
	gap: 20px;
	justify-content: center;
}

#mainNav::after {
	content: '';
	position: absolute;
	bottom:61px;
	width: 100%;
	border-radius: 500px;
	background: var(--basic-red);
	min-height: 12px;
	z-index: 1;
	left: 0px;
}

.nav-link {
	display: inline-block;
	z-index: 2;
	position: relative;
	padding: 35px 0px 25px 0px;
	text-align: center;
}

.nav-link span {
	text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 10px;
	color: var(--basic-blue);
	font-size: 24px;
	font-weight: 600;
}

.nav-link i {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 0;
	border-radius: 500px;
	background: var(--white-color);
	border:1px solid var(--dark-blue);
}

.nav-link:hover span ,.nav-link.active span {
	color: var(--basic-red);
}

.nav-link:hover i ,.nav-link.active i {
	background: var(--light-red);
}

/*交通指南*/
.block-infor {
	width: 100%;
	padding: 110px 0;
	background: url(../images/infor_bk.webp)  no-repeat right bottom #def3fc;
}

.infor-space {
	width: 100%;
	display: flex;
	margin: 60px auto 0 auto;
	gap: 20px;
}

.infor-article {
	flex: 1;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
    align-content: center;
}

.infor-pic {
	flex: 1;
	position: relative;
}

.infor-pic::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	width: 165px;
	height: 165px;
	background: url(../images/inforpic_icon.webp) no-repeat center;
}

.infor-pic img {
	border-radius: 0 80px 0 80px;
	display: inline-block;
	width: 95%;
	box-shadow: 15px 15px 0px var(--light-blue);
}

.infor-article-title {
	width: 100%;
	position: relative;
	text-align: center;
}

.infor-article-title span {
	position: relative;
	z-index: 1;
	font-family: var(--family-serif);
	font-weight: 800;
	color: var(--light-blue);
	display: inline-block;
	width: 100%;
	font-size:var(--font-size36);
	line-height:var(--line-height36);
}

.infor-article-title::after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: var(--white-color);
	height: 15px;
	z-index: 0;
	left: 0px;
}

.infor-article-pic {
	display: inline-flex;
	gap: 10px;
	width: 100%;
}

.infor-article-pic-left img {
	border-radius: 0 0 0 60px;
}

.infor-article-pic-right img {
	border-radius: 0 60px 0 0;
}

.infor-article-text {
	text-align: left;
	color: var(--black-color);
	font-size: var(--font-size24);
	line-height: var(--line-height24);
}

/*主打推薦*/
.block-rec {
	width: 100%;
	padding: 110px 0;
	background: url(../images/rec_bk.webp)  repeat center;
}

.rec-sale-space {
	width: 100%;
	margin: 45px auto;
	text-align: center;
}

.rec-sale-space h3 {
	text-align: center;
	font-size: 36px;
	color: var(--basic-red);
	line-height: 42px;
	font-weight: 800;
}

.rec-sale-space p {
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	color: var(--black-color);
	line-height: 32px;
	width: 100%;
	margin: 20px 0 0 0;
}

.rec-product-space {
	display: inline-flex;
	width: 100%;
	gap: 40px;
}

.rec-product-box {
	flex: 1;
	overflow: hidden;
	border-radius: 40px;
	background: var(--white-color);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.rec-product-box:hover {
	transform: translateY(-5px);
}

.rec-product-title {
	text-align: center;
	background: var(--rec-pink);
	color: var(--white-color);
	font-family: var(--family-serif);
	padding: 24px 10px;
}

.rec-product-title h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
	align-items: center;
	font-size: var(--font-size36);
	line-height: var(--line-height36);
}

.rec-product-title b {
	font-weight: 800;
}

.rec-product-title span {
	display: inline-block;
	padding: 6px 15px;
	text-align: center;
	color: var(--rec-pink);
	background: var(--white-color);
	border-radius: 10px;
	font-size: var(--font-size30);
	line-height: var(--line-height30);
	font-weight: 800;
}

.rec-product-sale {
	text-align: center;
	padding: 20px 5px;
	border-bottom: 1px dotted var(--rec-light-pink);
	font-size: var(--font-size24);
	line-height: var(--line-height24);
}

.rec-product-price {
	text-align: center;
	padding: 20px 5px;
	color: var(--basic-red);
	font-size: var(--font-size24);
	line-height: var(--line-height24);
	font-weight: 600;
}

.rec-product-price strong {
	font-size: 42px;
	display: inline-block;
	margin: 0 2px;
	font-weight: 700;
}

/*機場快綫攻略*/
.block-guide {
	width: 100%;
	padding: 110px 0 200px 0;
	background: url(../images/guide_bk.webp)   no-repeat center bottom;
}

.guide-qa-space {
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 0 40px 0;
}

.guide-qa-question {
	position: relative;
	text-align: center;
	padding: 0 40px 0 0px;
}

.guide-qa-question::before {
	content: '';
    display: inline-block;
    margin: 0 0px -22px 0;
    width: 80px;
    height: 64px;
    background: url(../images/guide_icon1.webp) no-repeat center;
    transform: scale(0.7);
}

.guide-qa-question span::after {
	content: '';
	position: absolute;
	left: 0px;
	width: 100%;
	background: var(--light-sky);
	height: 15px;
	z-index: -1;
    bottom:-5px;
}

.guide-qa-question span {
	position: relative;
	display: inline-block;
	font-family: var(--family-serif);
	font-size: var(--font-size36);
	line-height: var(--line-height36);
	color: var(--black-color);
	z-index: 1;
	font-weight: 600;
	padding: 0 10px;
}

.guide-qa-answer {
	color: var(--black-color);
	padding: 20px 0 0 27px;
	font-size: var(--font-size24);
	line-height: var(--line-height24);
	text-align: center;
	width: 100%;
	font-family: var(--family-serif);
	font-weight: 600;
}

/* .guide-qa-answer::before {
	content: '';
	display: inline-block;
	margin: 0 10px -12px 0;
	width: 45px;
	height: 41px;
	background: url(../images/guide_icon2.webp) no-repeat center;
} */

.guide-station-space {
	width: 100%;
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.guide-station-box {
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width:calc((100% - 40px ) / 3);
}

.guide-station-box:hover {
	transform: translateY(-5px);
}

.guide-station-name {
	font-size: var(--font-size36);
	text-align: center;
	line-height: var(--line-height36);
	background: var(--guide-sky);
	color: var(--white-color);
	font-weight: 800;
	font-family: var(--family-serif);
	padding: 10px;
	border-radius: 40px 40px 0 0;
}

.guide-station-infor {
	padding: 30px;
	width: 100%;
	height: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
	border-radius: 0 0 40px 40px;
	background: var(--basic-sky);
}

.guide-station-infor-text {
	text-align: left;
	color: var(--black-color);
	font-size: var(--font-size30);
	line-height: var(--line-height30);
	font-weight: 500;
	position: relative;
	padding: 0px 0 0 45px;
	width: 100%;
}

.guide-station-infor-text::before {
	content: '';
	width: 35px;
	height:32px;
	background: url(../images/guide_icon2.webp) no-repeat center;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.guide-station-infor-list {
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-content: flex-start;
}

.guide-station-infor-list li {
	font-size: var(--font-size24);
	line-height: var(--line-height24);
	padding: 0 0 0 20px;
	position: relative;
	color: var(--black-color);
	display: inline-block;
	width: 100%;
}

.guide-station-infor-list li::before {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0px;
	top:12px;
	background: url(../images/list_type_icon.webp) no-repeat center;
}

.guide-station-goods {
	flex: 2;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.guide-station-infor-but {
	display: flex;
	width: 100%;
	gap: 10px;
	flex-direction: column;
	flex: 1;
}

.guide-station-infor-but a {
	width: 100%;
	text-align: center;
	color: var(--white-color);
	background: var(--guide-but);
	border-radius: 20px;
	padding: 15px 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	font-size: var(--font-size24);
	line-height: var(--line-height24);
	font-weight: 600;
}

.guide-station-infor-but a:hover {
	background: var(--guide-sky);
}

.guide-station-infor-but a:empty {
	display: none;
}

/*港鐵暢遊香港*/
.block-tour {
	width: 100%;
	padding: 110px 0;
	background: url(../images/tour_bk.webp)   no-repeat center #fef0dc;
}

.tour-product-space {
	width: 100%;
	text-align: center;
	margin: 40px 0 60px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-flex;
}

.tour-product-space:hover {
	transform: translateY(-5px);
}

.tour-product-pic ,.tour-product-infor {
	display: inline-block;
	width: calc(50% + 20px);
	position: relative;
}

.tour-product-pic {
	text-align: right;
	z-index: 1;
	left: 40px;
}

.tour-product-pic img {
	border-radius: 40px;
	border: 1px solid var(--gray-color);
}

.tour-product-infor {
	background: var(--white-color);
	border-radius: 40px;
	padding:40px 40px 40px 70px;
	top: 40px;
}

.tour-product-name {
	text-align: left;
	width: 100%;
	padding: 0 0 20px 0;
	border-bottom: 1px solid var(--gray-color);
	font-size: var(--font-size36);
	font-family: var(--family-serif);
	line-height: var(--line-height36);
	color: var(--dark-blue);
	font-weight: 800;
	margin: 0 0 20px 0;
}

.tour-product-price {
	color: var(--basic-red);
	font-size: var(--font-size24);
	line-height: var(--line-height24);
	text-align: center;
	font-weight: 600;
	margin: 40px 0 20px 0;
}

.tour-product-price strong {
	font-size: clamp(30px, 6vw, 62px);
	line-height:clamp(38px, 6.5vw, 68px);
	display: inline-block;
	margin: 0 2px;
}

.tour-product-buy {
	width: 100%;
	text-align: center;
}

.tour-product-buy a {
	display: inline-block;
	padding: 10px 50px;
	background: var(--basic-red);
	color: var(--white-color);
	font-size: var(--font-size30);
	line-height: var(--line-height30);
	border-radius: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
}

.tour-product-buy a:hover {
	background: var(--light-red);
}



/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}

	.block-center {
		padding: 0 20px;
	}
	
}

@media screen and (max-width: 1200px) {
	.block-main {
		background: url(../images/main_ipad_bk.webp) no-repeat left top var(--gray-color);
		min-height: 665px;
		margin: 0;
	}

	.main-big-title {
		left: 183px;
		top: 10%;
		max-width: 480px;
	}

	.rec-product-space {
    	flex-wrap: wrap;
	}

	.rec-product-title {
		padding: 10px;
	}

	.guide-station-infor-text {
		padding: 2px 0 0 42px;
	}

	.guide-station-infor {
		padding: 20px;
	}

	.guide-station-infor-list li::before {
		top: 7px;
	}

	.rec-product-title b {
		width: 100%;
	}

	
	
}

@media screen and (max-width:960px) {

	.tour-product-pic {
		width: 45%;
	}

	.tour-product-infor {
		width: 55%;
	}

	.infor-pic::before {
		width: 80px;
    	height: 80px;
	}

	


}


/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	html {
		scroll-behavior: smooth;
	}

	.guide-station-box {
		width: 100%;
	}

	.guide-station-infor {
		height:auto;
		gap: 20px;
	}

	.guide-station-infor-but {
		flex-direction: row;
		align-items: flex-end;
	}

	.tour-product-pic {
		left: 10px;
	}

	.tour-product-infor {
		padding: 30px;
	}

	
	

	/*消失*/
	.block-menu {
		display: none;
	}

	
}


/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width:700px) {
	.block-main {
		background: url(../images/main_m_bk.webp) no-repeat left bottom var(--gray-color);
	}

	.main-big-title {
		position: unset;
		padding: 70px 20px 0 20px;
		text-align: center;
		width: 100%;
		max-width: unset;
	}

	.infor-space {
		margin: 20px auto 0 auto;
	}

	.tour-product-space {
		flex-wrap: wrap;
	}

	.tour-product-pic ,.tour-product-infor {
		width: 100%;
	}

	.tour-product-pic {
		left: unset;
	}

	.tour-product-infor {
		top: unset;
	}

	.tour-product-pic img ,.tour-product-infor {
		border-radius: 20px;
	}

}

@media screen and (max-width:600px) {
	.infor-space {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.rec-product-box {
		flex: unset;
	}

	.rec-product-sale {
		padding: 10px 5px;
	}

	.rec-product-price {
		padding: 20px 5px 10px 5px
	}

	.guide-qa-question span {
		padding: 0;
	}

	.guide-qa-space {
		text-align: center;
		align-items: center;
		margin: 20px 0 30px 0;
	}

	.guide-qa-answer {
		padding: 15px 0 0 0;
		text-align: center;
	}

	.guide-qa-question {
		padding: 0;
	}

	.guide-station-infor-but a {
		padding: 10px 5px;
	}

	.tour-product-space {
		margin: 40px 0 0px 0;
	}

	.tour-product-infor {
		padding: 20px;
	}

	.tour-product-price {
		margin: 20px 0;
	}

	.block-infor ,.block-rec ,.block-guide ,.block-tour {
		padding: 60px 0;
	}

	/*消失*/
	.guide-qa-question::before ,.guide-qa-answer::before {
		display: none;
	}
}


/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	.block-center {
		padding: 0 10px;
	}

	.block-main {
		background: url(../images/main_m_bk.webp) no-repeat 80% bottom var(--gray-color);
		min-height: 590px;
	}

	.main-big-title {
		padding: 60px 20px 0 20px;
	}

}

@media (max-width: 400px) {
	.block-main {
		min-height: 540px;
	}

}

@media (max-width: 380px) {
	.block-main {
		min-height: 500px;
	}
}
