<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* 圓體字體 */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
/* 圓體字體 */
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);


.logo {
    color: #ffffff!important;
    font-family: Microsoft JhengHei;
    font-size: 1.7rem;
    font-weight: 900;
}

.ilogo {
	width: 110px;
	height: auto;
	clear: both;
}
.mlogo {
	width: 40%;
	clear: both;
	margin: 0 auto;
}
.mwlogo {
	width: 100%;
	clear: both;
	margin: 25 auto;
}
.container-fluid{
	margin: 0;
	padding: 0;
}

img{
	width: 100%;
}
body{
    font-family: BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", 微軟正黑體, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}	
body, h1, h2, h3, h4, h5, h6{
	line-height: 1.5;
}
h1, h2, h3, h4, h6{
	color: #14193c;
}
p{
	font-size: 1.2em;
	font-weight: 500
}
dl, ol, ol ol, ol ul, ul, ul ol, ul ul {
    margin-left: 0;
    padding-left: 0;
}
ul {
	margin-left: 30px; 
	padding-left: 0;
}
ul li {
    list-style: none;
	font-size: .92em;
}
.nav-tit {
	color: #fff;
	font-size: 1.4em;
	padding: .5rem 1rem;
	font-weight: 600!important
}
/* 20250311 新增 */
.btn-danger {
    color: #064fa1;
    background-color: #ffffff00;
    border-color: #064fa1;
}

.btn-danger:hover{
    color: #fff;
    background-color:  #81ace3;
    border-color:  #81ace3;
}

.text-danger {
	color: #939cad!important;
	font-size: 1.5rem
}

.fw-bold {
	color: #8859b3;
}
a {
	text-decoration: none;
}
table { 
	border:1px solid #666; 
	text-align:center;
	border-collapse:collapse;
	font-size: .9em;
} 
th { 
	background-color: #eee;
	color:#000;
} 
th, td { 
	border:1px solid #666;
	padding:15px;
}
mark {
	color:#d82a43;
	background-color: transparent;
}
.nav-link {
	font-size: 1rem;
}
.txt-red {
	color:#f8b500!important;
}
.pb-15 {
    padding-bottom: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-size: 1.1rem;
    font-weight: 600;
}
a.nav-link:hover {
	color: #fff!important;
}
.caption {
	position: absolute;
    color: #000;
    top: 50%;
    right: 25%;
    transform: translateX(50%) translateY(-50%);
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 40px;
	font-family: 'cwTeXFangSong', sans-serif;
}
.carousel-caption {
    bottom: 2rem;
}
.tit-li {
    font-size: 1rem;
    margin-left: -16px;
}

.style-li::before {
    content: "\25AA";
    color: #064f93;
    font-size: 1.1rem;
    padding-right: 10px;
    margin-left: -16px;
}
.bg-nav {
	background-color: rgba(218,32,44,1)!important;
	/* border-bottom: solid 4px #ffe656; */
}
.ai-flex {
	display: flex;
	align-items: center;
}
.ci-h {
	height: 65vh;
	background-repeat: no-repeat;
	background-position: center;
}
.ci-bg1, .ci-bg2, .ci-bg3, .ci-bg4 {
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
.ci-bg1 {
	background: url("../images/header_bg.jpg") center center / 100%;
}
.ci-bg2 {
	background: url("../images/header_bg.jpg") center center / 100%;
}
.ci-bg3 {
	background: url("../images/header_bg.jpg") center center / 100%;
}
.ci-bg4 {
	background: url("../images/header_bg.jpg") center center / 100%;
}
.ci-bg5 {
	background: url("../images/header_bg.jpg") center center / 100%;
}

.ci-img {
	padding-top: 8rem;
	text-align: center;
}
.ci-img img {
	max-width: 530px;
	width: 100%;
}
.ci-txt {
	text-align: center;
	text-shadow: 0px 0px 10px #000;
}
.ci-txt h5 {
    font-size: 3rem;
    font-weight: 700;
}
.ci-txt h6 {
	font-size: 1.6rem;
	font-weight: 300;
	color: #000!important;
}
.ci-txt p {
	font-size: 1.8rem;
	font-weight: 200;
	margin-bottom: 0;
}
.on-txt h5 {
	font-size: 2rem;
	font-weight: 700;
}
.on-txt p {
	font-size: 1.2rem;
	font-weight: 200;
	margin: 0;
}
.bg-light {
    background-color: #c2e8fc26!important;
}
.indlink {
	height: 16em;
	background-repeat: no-repeat;
	background-position: center center;	
	border: none;
	border-radius: 0;
	margin-top: 70px;
	color: #000;
	text-decoration: none;
	background-size: 100%;
}
.indtit {
	width: 25%;
	margin: 5em auto;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}
.il-bg1 {
	background-image: url("../images/indlink-01.jpg");
}
.il-bg2 {
	background-image: url("../images/indlink-02.jpg");
}
.il-bg3 {
	background-image: url("../images/indlink-03.jpg");
}
.indp {
	text-align: center;
}
.about-box{
	margin: 0 50px;
}
.about-box p {
	line-height: 1.7rem;
}
.about-icon {
    font-size: 2.5rem;
    margin: 0px auto;
    color: #d82a43;
    width: 2.5rem;
}
.model {
    padding: 20px;
    background: #fff3f3;
    border: 0.3px #d82a43 solid;
    margin-bottom: 30px;
	color: #d82a43;
	font-weight: 700;
	text-align: center;
}
.ps {
	font-size: .8rem;
}
.med-a {
	border-radius: 0;
	border:none;
	box-shadow:0 0 20px 1px #cccccc;
}
.med-a img {
	border-radius: 0;
}
.med-a h5{
	font-weight: 700!important;
	margin: 0;
}
.med-a h6{
    font-size: 1em;
}
.med-a p {
	line-height: 1.8em;
    font-size: 0.9em;
}
.med-a a{
	color: #d82a43;
    border: 1px solid #d82a43;
	padding: .4em 1.8em;
	background: none;
	border-radius: 20px;
	float: none;
	margin: 0 auto;
	display: block;
	width: 50%;
}
.med-a a:hover{
	background-color: #d82a43;
	color: #fff;
    border: 1px solid #d82a43;
}
.sa-bg {
	height: 40vh;
	background-image: url("../images/sale-bg-01.jpg");
	background-repeat: no-repeat;	
	background-size: cover;
	background-position: center center;	
	display: flex;
    justify-content: center;
    align-items: center;
}
.mc-bg {
	height: 40vh;
	background-image: url("../images/mice-bg-01.jpg");
	background-repeat: no-repeat;	
	background-size: cover;
	background-position: center center;	
	display: flex;
    justify-content: center;
    align-items: center;
}
.sale-txt {
	text-align: center;
	color: #fff;
	font-size: 1.1em;
}
.sale-txt h5, .sale-txt h6 {
	text-shadow: 0px 0px 10px #000;
}
.sale-txt h5 {
	font-size: 1.8em!important;
}
.sale-txt h6 {
	font-size: 1.2em!important;
}
.sale {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 3em;
}
.sale-box {
	padding: 1.5em;
}


.vi-h {
	height: 40vh;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 150px;
	color: #fff;
	text-shadow:0px 0px 5px #000;
	font-weight: 500;
}
.vi-bg1 {
	background-image: url("../images/vi-bg01.jpg");
}

.sidenav-li {
    padding: 15px 0;
    border-bottom: #9e9f9f 0.8px dotted;
}

/* 崁入影片 */
.video-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reels-video {
    width: 100%;
    height: 80vh;
}


/* 單元標題 */
.titA {
	background: -webkit-linear-gradient(bottom, #517cab 10%, #03223d 85%);
	background: -o-linear-gradient(top, #faebad 10%, #ffcc66 80%);
	background: -moz-linear-gradient(top, #faebad 10%, #ffcc66 80%);
	background: linear-gradient(top, #faebad 10%, #ffcc66 80%);
	font-family: 'cwTeXFangSong', sans-serif;
	padding: 15px 0;
	border-top: solid 8px #f6fcff;
}
.titA h2 {
	color: #fff;
	font-size: 3.6rem;
}
.titA h4 span {
	color: #1da36b;
	font-size: 1.8rem;
	border-top: solid 1px #1da36b; 
	padding: 10px 25px;
}

.fw-bold {
    color: #064f93;
    font-size: 1.8rem;
	font-family: 'cwTeXFangSong', sans-serif;
	font-weight: 600!important;
}
.fw-bold span {
    font-size: 1rem;
}

a.link-primary {
    color: #eff2f3;
    font-size: 1.2rem;
	font-weight: 600!important
}

a.att {
	border-left: #fff solid 1px;
	color: #ffc124;
}

/* 行程卡片 */
.cardbox {
	background-color: #f7f7f7;
	margin: 2rem 0;
}
.card-body {
	padding: 2rem 3rem;
}
.card-body h5{
	margin-bottom: 1.8rem;
}
.card-body h5 a{
	color: #1979dc;
    width: 100%;
    padding: 0;
    border: none;
    line-height: 2rem;
    font-weight: 700;
}
.card-body h5 a:hover{
	border: none;
	border-radius: 0;
	color: #d82a43;
}
.card-body span.tag {
	font-size: .8rem;
    color: #fff;
    /* border: 1px solid #1da36b; */
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #3be850;
}
.tag-box {
	margin-bottom: .8rem;
	display: block;
}
.date-box {
	font-size: .8rem;
}
.date-box span.date-txt {
	padding: .4em;
	float: left;
}
.far {
	float: left;
}
a.more {
	border: none;
	display: block;
	float: left;
	color: #d82a43;
	padding: .4em .1em;
	background: none;
	margin: 0 auto;
	width: auto;
}
a.more:hover{
	background-color: #d82a43;
	border: none;
	border-radius: 0;
	color: #fff;
}
.date-txt {
	float: left;
}
.price {
		
}
.price a.pb {
	float: right;
	font-size: 1.4rem;
	border: none;
	clear: both;
	font-weight: 900;
	text-align: right;
	width: auto;
	padding: .2rem;
	color: #d82a43;
}
.price a.pb:hover {
	background-color: #d82a43;
	border: none;
	border-radius: 0;
	color: #fff;
}
.price a.pb::before{
    content:"$";
    color:#000;
	font-weight: 400;
	font-size: .8rem;

}
.price a.pb::after{
    content:"元起";
    color:#000;
	font-weight: 400;
	font-size: .8rem;
}
.w-100 {
    width: 100%!important;
}
/* 行程內容 */
.topic::after {
    content: "";
    width: 50px;
    height: 4.5px;
    background: #d82a43;
    display: block;
    margin-top: 6px;
}
.datebox {
    background: #fff;
    padding: 20px 20px;
    box-shadow: #eee 10px 10px 30px;
    border: none;
    border-left: 8px #d82a43 solid;
    margin: 15px 0;
}

/* 基隆高雄母港出發 */
.pic {
    width: 100%;
    height: auto;
    padding: 5px;
    overflow: hidden;
}
.pic img {
    display: block;
    width: 100%;
    height: auto;
}
.word {
    width: 100%;
    height: auto;
    padding: 5%;
	line-height: 2rem;
}
.word h2 {
	font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #0b1e42;
}
.word h3 {
	font-size: 1.3rem;
    text-align: center;
    color: #0b1e42;
    background: -webkit-linear-gradient(left, rgba(255, 232, 234, 0) 10%, #e1e8ea 35%, #e1e8ea 65%, rgba(255, 232, 234, 0) 90%);
}
.word a{
	color: #0080b3; 
    border: none;
    padding: 0px;
    background: none;
    border-radius: 0px;
    float: none;
    margin: 0 auto;
    display: block;
	width: 100%;
}
.word a:hover {
	color: #d82a43; 
	background-color: #fff;
    border: none;
}

.tar {
	text-align: right;
}



/* 遊輪線上報名 */
.bg-blue-light {
	background-color: #ecfbff!important;
}
.checkout-head {
    padding: 8px 20px 6px 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.checkout-body {
    padding: 30px 35px;
}
.h-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.checkoutBox label {
    color: #333;
	font-size: .9rem;
}
sup {
    color: #d82a43;
    font-size: .8rem;
}

input, select, textarea {
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #4b515e;
    background: 0 0;
    font-weight: 400;
    font-size: .9rem;
    width: 100%;
    margin: 5px 0 10px 0;
    padding: 14px 15px 8px 15px;
    letter-spacing: 1.1px;
    line-height: 18px;
    cursor: pointer;
}

label.checkbox-container input, label.radio-container input {
    width: 0;
}

.form-disabled:disabled{background-color:#e9ecef;opacity:1}
.radio-container{display:block;position:relative;padding-left:29px;margin:20px 0;cursor:pointer;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.radio-container input{position:absolute;opacity:0;cursor:pointer}
.checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border:1px solid #ddd;border-radius:50%;margin-top:2px}
.radio-container:hover input~.checkmark{background-color:#fff;border:1px #d82a43 solid}
.radio-container input:checked~.checkmark{background-color:#fff;border:#d82a43 1px solid}
.checkmark:after{content:"";position:absolute;display:none}
.radio-container input:checked~.checkmark:after{display:block}
.radio-container .checkmark:after{top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#d82a43}
.checkbox-container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.checkbox-container input{position:absolute;opacity:0;cursor:pointer}
.box-checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border:1px solid #ddd}
.checkbox-container:hover input~.box-checkmark{background-color:#fff;border:1px #d82a43 solid}
.checkbox-container input:checked~.box-checkmark{background-color:#d82a43;border:1px #d82a43 solid}
.box-checkmark:after{content:"";position:absolute;display:none}
.checkbox-container input:checked~.box-checkmark:after{display:block}
.checkbox-container .box-checkmark:after{left:4.5px;top:.65px;width:7px;height:12px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
label.label-control{font-size:.8rem;color:#d82a43;background-color:#fff;position:absolute;top:-6px;left:15px;width:auto;padding:1px 4px;margin:0 12px}
@media screen and (max-width:768px){
label.label-control{font-size:.73rem}
}
.form-group{margin-bottom:12px}
.input__arrowdown{width:100%;background-image:url(../../images/icons/arrows_down.svg);background-repeat:no-repeat;background-size:21px 21px;background-position:95% center}
.scrollMenu{background-color:#f8f8f8;overflow:auto;white-space:nowrap;display:flex;justify-content:space-between}
.scrollMenu a{display:inline-flex;color:#333;font-size:1rem;letter-spacing:.8px;text-align:center;padding:12px 0;text-decoration:none;transition:all .3s}
.scrollMenu a{position:relative}
.scrollMenu a:after{position:absolute;bottom:0;left:0;right:0;width:0%;height:4px;content:".";margin:auto;padding:0;font-size:0;color:transparent;background:#d82a43;transition:all .3s}
.scrollMenu a:hover{opacity:.85;transition:all .3s}
.scrollMenu a:hover:after{width:100%}
.carousel-indicators li{width:10px;height:10px;border-radius:50%;background-color:#fff;margin:0 10px}
.carousel-indicators .active{background-color:#d82a43}


label.label-control {
    font-size: .8rem;
    color: #d82a43;
    position: absolute;
    top: -6px;
    left: 15px;
    width: auto;
    padding: 1px 4px;
    margin: 0 12px;
    background-color: #fafafa;
}


.inlineb-item {
    margin-right: 25px!important;
}



.button.medium {
    font-size: .83rem;
    padding: 10px 37px 10px 37px;
    display: inline-block;
}
.button.primary {
    background-color: #d82a43;
    color: #fff;
    border: 1px #d82a43 solid;
}



/* 表尾宣告 */
footer {
	font-size: .9rem;
	line-height: 1.6em;
}
footer span {
	clear: both;
	display: block;
	padding-top: .6rem;
	margin-bottom: 1.6rem;
	font-weight: 900;
}
.bg-foot {
    background-color: #f8f8f8;
}
.footer-ul{
	margin: 0;
}
.bg-primary {
    background-color: #d82a43!important;
}
.copyright {
    font-size: 13px;
	text-align: center;
	color: white;
}
#back-top {
    position: fixed;
    bottom: 80px;
    right: 18px;
    padding: 0;
    margin: 0;
    z-index: 20;
}
#back-top a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 26px;
    z-index: 999;
    padding: 5px;
    height: 42px;
    width: 42px;
    background: #d82a43;
    border-radius: 50%;
}
#back-top a i{
	position:relative;
	left:8px;
	top:-4px;
	bottom:7px;
}
@media (max-width: 992px) {
	.ci-h {
	height: 40vh;
	max-height: 500px;
	}
	.carousel-caption {
		bottom: 10rem;
	}
	.ci-txt h5 {
	font-size: 2.3rem;
	line-height: 2rem;	
	}
	.ci-txt p {
	font-size: 1.5rem;
	}
	.titA h2 {
		font-size: 2.3rem;
	}
	.titA h4 span {
		font-size: 1.2rem;
	}
	.fw-bold {
		font-size: 1.5rem;
	}
	.ci-img {
	padding-top: 5.5rem;
	}
	.ci-img img {
	width: 60%;	
	}
}

@media (max-width: 768px) {
	.caption {
    right: 50%;
	padding: 20px;
	}
	.ci-txt {
	text-align: center;
	}
	.carousel-caption {
		bottom: 3.5rem;
	}
	.titA h2 {
	font-size: 1.8rem;
	}
	.mwlogo {
	margin: 0 auto;
	}
	.indtit {
		width: 60%;
	}
	.sale {
		width: 98%;
	}
	.ci-h {
	height: 30vh;
	max-height: 350px;
	}
	.ci-txt h5 {
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: 1.8rem;	
	}
	.ci-txt h6 {
	font-size: 1rem;
	}
	.ci-txt p {
	font-size: 1.1rem;
	}
	.card-body {
	padding: 1rem 1rem;
	}
	.ci-img {
	padding-top: 3.5rem;
	}
	.ci-img img {
	width: 60%;	
	max-width: 300px;	
	}
}

@media (max-width: 576px) {
	footer {
		text-align: center;
	}
	.mwlogo {
	width: 28%;
	}
	.titA h2 {
	font-size: 1.4rem;
	}
	.indtit {
		width: 35%;
	}
	.sale-txt h5 {
		font-size: 1.2em!important;
	}
	.sale-txt h6 {
		font-size: .9em!important;
	}
	.ci-h {
	height: 30vh;
	max-height: 200px;
	}
	.ci-txt h5 {
	line-height: 1.2rem;	
	}
	.card-body h5 {
	font-size: 1rem;
	}
	.card-body h5 a{
    line-height: 1.5rem;
	}	
	.ci-img {
	padding-top: 2.5rem;
	}
	.ci-img img {
	width: 50%;	
	}
}</pre></body></html>