/*
 * color
 *
 * 主色: #e37036
 * 標註: #e37036
 * 輔色: #83ccd3
 * 淺輔色: #bde1df
 * 可使用: #ffbcc9
 */


/* START - Basic Settings */
*{
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
}

html{
	font-size: 15px;
}

body {
	font-family: Arial,"文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", sans-serif;
	color: #333;
}

body#page-alishan-taipingbridge::before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url(../img/bg_buyticket_01.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}

@media screen and (min-width: 992px){
	html{
		font-size: 16px;
	}
}

a {
	/* color: #3e3e3e; */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	word-break: break-all;
}

button{
	border: none;
	background-color: transparent;
	padding: 0px;
	position: relative;
	z-index: 3;
}

a.active, a:active, a:focus, a:hover {
	color: #3e3e3e;
	text-decoration: none;
	outline: none;
	border: none;
}

.cursor-pointer {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
ul,li,td,th,p{
	color: #777;
	font-size: 0.9375rem;
	line-height: 1.5;
}
i.fa-external-link{
	transform: scale(.8);
	font-weight: normal;
	font-size: 12px;
}
.text-available,
.text-mark{
	font-weight: 600;
}
.text-available{
	color: #8cc487;
}
.text-lh-2{
	line-height: 2;
}
.main-text-mark{
	color: #0ab4ee;
}
.text-mark{
	color: #e1908f;
}
li.list-little-title{
	font-weight: bold;
	margin: 5px 0px;
}
.mb-15{
	margin-bottom: 15px;
}

.d-1 {
	animation-delay: 0.1s
}

.d-2 {
	animation-delay: 0.2s
}

.d-3 {
	animation-delay: 0.3s
}

.d-4 {
	animation-delay: 0.4s
}

.d-5 {
	animation-delay: 0.5s
}

.d-6 {
	animation-delay: 0.6s
}

.d-7 {
	animation-delay: 0.7s
}

.d-8 {
	animation-delay: 0.8s
}

.img-100{
	width: 100%;
	max-width: 100%;
}
.notice{
	color: #e37036;
}

/* START - table */
.section-table{
	width: 100%;
	max-width: 100%;
	word-wrap: break-word;
	table-layout: fixed;
	background-color: rgba(255,255,255,.8);
	margin-bottom: 15px;
}
.section-table th,
.section-table td{
	padding: 5px 8px;
	border: 1px solid #e2e5ec;
}
.section-table th{
	color: #3e3e3e;
	background-color: #e2e5ec;
	text-align: center;
}
.section-table ul{
	padding-inline-start: 20px;
}

/* CLOSE - table */

/* START - section */
section {
	background: #f4f8f7;
}
section .section-box-top{
	background-color: #fff;
	position: relative;
	text-align: center;
	position: relative;
	padding: 30px 0px 10px 0px;
}
section .section-box-top::after{
	content: '';
	position: absolute;
	right: calc(50% - 30px);
	bottom: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #fff transparent transparent transparent;
}
section .section-box-top img{
	margin: 25px 0px 30px 0px;
	max-width: 75px;
}
section .section-box-top p{
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 10px;
}
h3.main-title{
	font-size: 1.6rem;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
h3.main-title span{
	color: #e37036;
}
h3.main-title .sub-title{
	font-size: 0.875rem;
	font-weight: normal;
	font-style: italic;
	color: #777;
}
.main-info,
.full-section-main-info{
	line-height: 1.8;
}
.main-info .main-text-mark{
	font-size: 1.125rem;
	display: inline-block;
	padding: 15px 0px;
}
.section-box-bottom{
	padding: 50px 0px;
}
.section-box-bottom h4{
	font-size: 1.5rem;
	margin: 15px 0px;
}
.section-box-bottom ul{
	padding-inline-start: 20px;
}
.section-box-bottom li{
	line-height: 1.8;
}
/* 滿版 */
.full-section{
	padding: 100px 0px;
	text-align: center;
	position: relative;
}
.full-section:before{
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.full-section h3,
.full-section .full-section-main-info,
.full-section-btnWrap{
	position: relative;
	z-index: 3;
}
.full-section h3{
	font-size: 2rem;
	color: #fbc642;
	position: relative;
	margin: 0px;
	padding: 15px 0px;
	letter-spacing: 1px;
}
.full-section h3:after{
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	border-bottom: 1px solid #fbc642;
	bottom: 0px;
	left: calc(50% - 50px);
}
.full-section .full-section-main-info{
	margin: 15px 0px 20px 0px;
	color: #fff;
	opacity: .9;
}
@media screen and (min-width: 768px){
	.full-section h3{
		font-size: 2.3rem;
	}
}
@media screen and (min-width: 992px){
	section .section-box-top{
		padding: 40px 0 20px 0;
	}
	section .section-box-bottom{
		padding: 60px 0;
	}
	/* 滿版 */
	.full-section{
		padding: 200px 0px;
	}
}

/* CLOSE - section */

/* START - 標題裝飾線 */
.title-decLine{
	position: relative;
	margin: 15px 0px;
}
.title-decLine::before,
.title-decLine::after{
	content: '';
	position: absolute;
	top: 50%;
	height: 2px;
	width: 50px;
	border-top: 2px dotted #ddd;
}
.title-decLine::before{
	left: calc(50% + 20px);
}
.title-decLine::after{
	right: calc(50% + 20px);
}
.title-decLine i.fa{
	color: #0ab4ee;
	font-size: 0.875rem;
	position: relative;
	animation: cloudMove 1s linear infinite;
}
@keyframes cloudMove{
	0%{
		top: 0;
	}
	25%{
		top: -2px;
	}
	50%{
		top: 0;
	}
	75%{
		top: 2px;
	}
	100%{
		top: 0px;
	}
}
/* CLOSE - 標題裝飾線 */

/* CLOSE - Basic Settings */

/* START-navbar */
.SunMoonLake-navbar{
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
}
/* The progress container (grey background) */
.progress-container {
	width: 100%;
	height: 4px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
/* The progress bar (scroll indicator) */
.progress-bar {
	height: 2px;
	background: #e37036;
	width: 0%;
}
.navbar-fixed-top{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}
.navbar-brand img{
	/* height: 55px;
	width: auto; */
	cursor: pointer;
}
.navbar-nav .nav-link{
	font-weight: 600;
}
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:visited,
.navbar-nav .nav-link:link{
	color: #777 !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover{
	color: #e37036 !important;
}
.quick-purchase-btn{
	color: #fff;
	background-color: #e37036;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	letter-spacing: 1px;
	font-weight: 600;
	border: none;
}
.quick-purchase-btn:hover{
	color: #fff;
	background-color: #e37036;
}
.quick-purchase-btn:focus{
	color: #fff;
	background-color: #e37036;
}
.quick-purchase-btn.active{
	color: #fff !important;
}
@media screen and (max-width: 767px){
	.navbar-nav .nav-link{
		text-align: center;
	}
	.navbar-nav .nav-link:hover{
		color: #777 !important;
	}
}
@media screen and (min-width: 768px){
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-right: 8px;
		padding-left: 8px;
	}
}
@media screen and (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-right: 15px;
		padding-left: 15px;
	}
}
/* CLOSE-navbar */

/* START - section-banner */
.section-banner{
	margin-top: 75px;
}
.section-banner img{
	display: block;
	width: 100%;
}
@media screen and (min-width: 768px){
	.section-banner{
		/* padding-top: 125px; */
	}
}
/* END - section-banner */

/* START-Scroll up */
.totop{
	position: fixed;
	width: 36px;
	height: 36px;
	z-index: 3;
	border-radius: 3px 0px 0px 3px;
	display: none;
	bottom: 60px;
	right: 0px;
	overflow: hidden;
}
.totop .totop-btn{
	display: block;
	width: 100%;
	height: 100%;
	opacity: .75;
	color: #fff;
	cursor: pointer;
	background-color: #bde1df;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}
.totop .totop-btn i{
	font-size: 1.5625rem;
	text-align: center;
	opacity: 1;
	color: #fff;
	line-height: 36px;
	display: block;
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.totop{
		width: 40px;
		height: 40px;
		border-radius: 3px;
		bottom: 45px;
		right: 15px;
	}
	.totop .totop-btn i{
		line-height: 40px;
	}
	.totop .totop-btn:hover {
		opacity: 1;
		background-color: #83ccd3;
	}
}
/* CLOSE-Scroll up */


.swiper-button-next,
.swiper-button-prev {
    color: rgba(256,256,256,.6);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: rgba(256,256,256,.9);
}

/* START-section-map */
.section-box-map img{
	border-radius: 10px;
}
/* .section-box-map a{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #e37036;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	max-width: 200px;
	margin: 0 auto;
	margin-top: 30px;
} */
@media (min-width: 992px){
	.section-box-map img{
		max-width: 800px;
		display: block;
		margin: 0 auto;
	}
}
/* CLOSE-section-map */

.look-more>a {
	display: block;
	width: 100%;
	background-color: #e37036;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	max-width: 200px;
	margin: 0 auto;
	margin-top: 30px;
}

/* START-section-use */
.use-item-wrap img{
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}
.use-item-wrap p{
	font-size: 1.2rem;
	text-align: center;
	margin: 20px 0 30px 0;
}
.use-pass{
	height: 40px;
	width: 306px;
	margin: 0 auto;
	line-height: 40px;
	border-radius: 20px;
	background-color: #83ccd3;
	margin-top: 30px;
	padding: 0 15px;
	text-align: center;
}
.use-pass i{
	display: inline-block;
	width: 30px;
	height: 20px;
	background-image: url(../img/card.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 5px;
}
.use-pass p{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	vertical-align: bottom;
	margin-bottom: 12px;
	font-weight: bold;
}
/* CLOSE-section-use */

/* START-section-attention */
.satisfaction-content a{
	color: #e37036;
}
/* CLOSE-section-attention */

/* START-footer */
.footer{
	background-color: #9eded6;
	padding: 30px;
}

.footer-content{
	/* text-align-last: left; */
}
.footer-content span{
	display: block;
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}
.footer-content p{
	margin: 0;
}
@media (min-width: 576px){
	.footer{
		overflow: hidden;
	}
	.footer-content h5{
		margin: 10px 0;
	}
}
@media (min-width: 768px){
	.footer{
		/* padding-bottom: 0; */
	}
}
@media (min-width: 1200px){
	.footer{
		padding-bottom: 30px;
	}
}
/* CLOSE-footer */

.navbar-light .navbar-toggler:focus{
    outline: 5px auto #e37036;
}
.navbar-nav{
	padding-top: 15px;
}
.nav-link{
	padding: 15px 0;
}
.nav-link.quick-purchase-btn{
	padding: 0;
}

@media (min-width: 768px){
	.navbar-nav {
		padding: 0;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.nav-link.quick-purchase-btn {
		display: none;
	}

	.fix-buy-wrap{
		bottom: inherit;
		/* top: 75px; */
		top: 0;
		height: 50px;
		border-bottom: 1px solid #e7e7e7;
		background-color: #fcfcfc;
		transition: .3s;
	}
	.fix-buy-wrap .container{
		margin: 0 auto;
		max-width: 720px;
	}
	.fix-buy-wrap p{
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		margin: 15px 0 0 0;
	}
	.fix-buy-wrap a{
		width: 110px;
		height: 40px;
		border-radius: 3px;
		float: right;
		line-height: 40px;
		margin-top: 5px;
	}

	.mr-auto, .mx-auto {
		margin-right: 0 !important;
	}
}
@media (min-width: 992px){
	.fix-buy-wrap{
		/* top: 77px; */
	}
    .fix-buy-wrap .container{
		max-width: 960px;
		padding: 0 15px;
	}
}
@media (min-width: 1200px){
    .fix-buy-wrap .container{
		max-width: 1140px;
	}
}

.fa-skyline{
	background-image: url(../img/icon_skyline.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}

.section-box-description,.section-box-buy,.section-box-post,.section-box-QA{
	background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
}

.nav-item.dropdown>button{
	padding: 15px 0;
    width: 100%;
	color: #777;
	font-weight: bold;
}
.nav-item.dropdown .navbar-nav-list>a{
	padding: 10px 0;
    width: 100%;
	color: #777;
	display: block;
}
@media screen and (min-width: 768px) {
	.nav-item.dropdown>button{
		padding: 15px 8px;
	}
}
@media screen and (min-width: 992px) {
	.nav-item.dropdown>button{
		padding: 15px 15px;
	}
}
@media (min-width:768px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute !important;
    }
}

.dropdown-toggle::after {
    color: #9eded6;
}

.section-box-map .map-button-wrap a{
	line-height: 1.4;
	height: 60px;
	border-radius: 30px;
    max-width: 240px;
}
.section-box-map .map-button-wrap a span{
	display: block;
	padding-top: 8px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .section-box-map .map-button-wrap {
        overflow: hidden;
		width: 520px;
		margin: 0 auto;
    }
	.section-box-map .map-button-wrap a{
		float: left;
    	margin: 30px 10px 0 10px;
	}
}
.copyright{
	padding: 5px 15px;
	text-align: center;
	color: #fff;
	background-color: #777;
}

.audio-item {
	text-align: center;
	padding: 15px;
}
.audio-item img{
	width: 100%;
	max-width: 220px;
}
.audio-item p{
	margin: 30px 0;
    font-size: 18px;
}
.audio-item p span{
	display: inline-block;
	margin-right: 5px;
	color: #e37036;
}

.section-box-itinerary img {
    border-radius: 10px;
}
@media (min-width: 992px) {
    .section-box-itinerary img {
        max-width: 800px;
        display: block;
        margin: 0 auto;
    }
}

.discounts-item{
	text-align: center;
	padding: 15px;
}
.discounts-item img{
	width: 100%;
	max-width: 220px;
}

@media (min-width: 992px) {
    .discounts-item img{
		max-width: 280px;
	}
}

.section-box-discounts p{
	margin-top: 30px;
}

.satisfaction-content{
	background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    border: 2px solid #e37036;
	margin-top: 15px;
}
@media screen and (min-width: 768px){
	.satisfaction-content{
		padding: 30px;
	}
}

.bg-image{
	background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
}

.section-map-content{
    padding-bottom: 50px;
}
.section-map-content .map-content{
	background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    border: 2px solid #9eded6;
}
@media screen and (min-width: 768px){
	.section-map-content .map-content{
		padding: 30px;
	}
}
.map-content-stop h4{
	line-height: 1.4;
	margin: 30px 0;
}
.map-content-stop h4 span{
	font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    background-color: #9eded6;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: top;
}
.stop-tour h5{
	margin: 15px 0;
}
.stop-more-btn{
    margin: 30px auto;
    border: 1px solid #9eded6;
    color: #9eded6;
    padding: 0 30px;
    width: fit-content;
    height: 40px;
    line-height: 40px;
	background-color: #f4f8f7;;
}
.stop-more-btn button{
	color: #777;
}
.stop-more-content{
    border-radius: 20px;
    background-color: #f4f8f7;
    padding: 15px;
}

.banner-d{
	display: none;
}
@media (min-width: 768px){
	.banner-d{
		display: block;
	}
	.banner-m{
		display: none;
	}
}
