<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	width: 100%;
	overflow-x: hidden;
	background: #ffffff;
	font-size: 16px;
}

body.premium{
	background: #000000;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Montserrat", 'Roboto', "Noto Sans TC", sans-serif;
}

h1{
	font-size: 3.4em;
	font-weight: 700;
	line-height: 1.2em;
}

h2{
	font-size: 2.25em;
	font-weight: 700;
	line-height: 1.1em;
}

h3{
	font-size: 1.2em;
	font-weight: 700;
	line-height: 2.4em;
}

h4{
	font-size: 1.85em;
	font-weight: 700;
}

h5{
	font-size: 1.125em;
	font-weight: 700;
}

h6{
	font-size: 1em;
    font-weight: 500;
}

p{
	font-family: 'Roboto', "Montserrat", "Noto Sans TC", sans-serif;
	/* text-align: justify; */
	font-size: 0.975em;
    /* line-height: 1.5em; */
    font-weight: 500;
}

::selection {
    color: #000000;
    background: #ffcc00;
}

.show{
	display: block;
}

.hide{
	display: none;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

.clearfix{
	clear: both;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

/* ============================================================
NAV
============================================================ */
nav{
	width: 100%;
	height: 90px;
	position: fixed;
	margin: 0 auto;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	z-index: 5;
	overflow: hidden;
}

.guidebook-logo{
	width: 100px;
    height: 56px;
    position: absolute;
    /* background: #000000; */
    /* padding: 10px 15px; */
    top: 15px;
    left: 15px;
}

.guidebook-logo img{
	max-width: 100%;
	max-height: 100%;
}

.guidebook-share{
	width: 30px;
	height: 30px;
	float: right;
	padding: 15px 20px;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.guidebook-share img{
	max-width: 100%;
	max-height: 100%;
}

.guidebook-share a{
	position: absolute;
	width: 70px%;
	height: 100%;
	top: 0;
	right: 0;
}

nav:after{
	content: '';
	display: table;
	clear: both;
}

/* ============================================================
HEADER
============================================================ */
header{
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.guidebook-header-img{
	width: 60%;
	padding-bottom: 40%;
	position: relative;
	float: left;
	overflow: hidden;
	background: url('../img/header2.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
}

.guidebook-title{
	width: 40%;
	padding-bottom: 35%;
	position: relative;
	float: right;
	background: #eeeeee;
}

.guidebook-border{
	width: 175px;
	padding-bottom: 280px;
	border: 35px solid #ffcc00;
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translate(0, -50%);
}

.guidebook-h1{
	text-align: left;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 1px;
}

.guidebook-h1 h1{
	margin: 10px 0;
}

header:after{
	content: '';
	display: table;
	clear: both;
}

@media all and (max-width: 1440px) {
	.guidebook-h1 h1{
		font-size: 2.4em;
		margin: 5px 0;
	}

	.guidebook-h1 h2{
		font-size: 1.8em;
	}
}

@media all and (max-width: 1280px) {
	.guidebook-border{
		width: 140px;
		padding-bottom: 230px;
		border: 30px solid #ffcc00;
		position: absolute;
		left: -10%;
		top: 50%;
		transform: translate(0, -50%);
	}
}

@media all and (max-width: 1024px){
	.guidebook-header-img{
		width: 100%;
		padding-bottom: 66.6667%;
		float: none;
		overflow: hidden;
		background: url('../img/header2.jpg') no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.guidebook-title{
	    width: 80%;
	    padding-bottom: 0;
	    padding: 15% 0;
	    float: none;
	    background: #ffffff;
	    left: 10%;
	    top: -100px;
	}

	.guidebook-h1{
	    width: 80%;
	    position: relative;
	    margin: 0 auto;
	    text-align: center;
	    top: auto;
	    left: auto;
	    transform: translate(0, 0);
	}

	.guidebook-border{
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
}

@media all and (max-width: 640px) {
	.guidebook-title{
		width: 90%;
		left: 5%;
		padding: 8% 0;
	}

	.guidebook-h1{
		width: 90%;
	}

	.guidebook-h1 h1{
		font-size: 1.8em;
	}

	.guidebook-h1 h2{
		font-size: 1.3em;
	}

	.guidebook-border{
		width: 50px;
		padding-bottom: 80px;
		border: 10px solid #ffcc00;
	}
}

/* ============================================================
ARTICLES
============================================================ */
section.guidebook-articles{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 80px 0 80px 0;
	overflow: hidden;
}

.guidebook-container{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}

.guidebook-container ul li{
	float: left;
	width: calc(100%/3);
	margin: 20px 0;
}

.guidebook-container ul:after{
	content: '';
	display: table;
	clear: both;
}

.guidebook-container ul li:nth-child(8n+1),
.guidebook-container ul li:nth-child(8n+3){
	width: 30%;
	margin-top: 5%;
}

.guidebook-container ul li:nth-child(8n+2){
	width: 40%;
}

/* .guidebook-container ul li:nth-child(8n+4),
.guidebook-container ul li:nth-child(8n+5){
	width: 50%;
} */

.guidebook-content{
	width: 95%;
	position: relative;
	margin: 0 auto;
	transition: .2s linear;
	transform: scale(1);
}

/* .guidebook-container ul li:nth-child(8n+4) .guidebook-content,
.guidebook-container ul li:nth-child(8n+5) .guidebook-content{
	width: 97%;
} */

/* .guidebook-container ul li:nth-child(8n+4) .guidebook-content .guidebook-img,
.guidebook-container ul li:nth-child(8n+5) .guidebook-content .guidebook-img{
	width: 40%;
	padding-bottom: 26.6667%;
	float: left;
	margin-top: 10px;
} */

/* .guidebook-container ul li:nth-child(8n+4) .guidebook-content .guidebook-text,
.guidebook-container ul li:nth-child(8n+5) .guidebook-content .guidebook-text{
	width: 60%;
	float: right;
	background: none;
	padding: 10px 20px;
} */

/* .guidebook-container ul li:nth-child(8n+4) .guidebook-content:after,
.guidebook-container ul li:nth-child(8n+5) .guidebook-content:after{
	content: '';
	display: table;
	clear: both;
} */

.guidebook-article-border{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	box-sizing: border-box;
	transition: .2s linear;
}

.guidebook-content:hover{
	transform: scale(.98);
}

.guidebook-content:hover .guidebook-readmore p{
	color: #ffcc00;
}

.guidebook-content:hover .guidebook-article-border{
	border: 10px solid #ffcc00;
	box-sizing: border-box;
}

.guidebook-content a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.guidebook-img{
	width: 100%;
	padding-bottom: 66.6667%;
	position: relative;
	overflow: hidden;
}

.guidebook-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: 50% 50%;
}

.guidebook-text{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #f5f5f5;
}

.guidebook-text h4{
	font-size: 1.25em;
	color: #191919;
	height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}

.guidebook-text p{
	font-size: .925em;
	color: #666666;
	height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* .guidebook-container ul li:nth-child(8n+4) .guidebook-content .guidebook-text p,
.guidebook-container ul li:nth-child(8n+5) .guidebook-content .guidebook-text p{
	height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
} */

.guidebook-readmore p{
	font-size: .925em;
	color: #000000;
	margin-top: 5px;
	text-transform: uppercase;
	height: auto;
	transition: .2s linear;
}

/* .guidebook-container ul li:nth-child(8n+4) .guidebook-content .guidebook-text .guidebook-readmore p,
.guidebook-container ul li:nth-child(8n+5) .guidebook-content .guidebook-text .guidebook-readmore p{
	height: auto;
} */

.guidebook-more_btn{
	width: 280px;
	height: 45px;
	background: #ffcc00;
	color: #191919;
	text-align: center;
	line-height: 45px;
	font-weight: 700;
	font-family: "Montserrat", 'Roboto', "Noto Sans TC", sans-serif;
	font-size: 1.1em;
	position: relative;
	margin: 50px auto;
	cursor: pointer;
	transition: .2s linear;
}

.guidebook-more_btn:hover{
	background: #191919;
	color: #ffcc00;
}

@media all and (max-width: 1024px){
	section.guidebook-articles{
		padding: 0 0 80px 0;
		margin-top: -50px;
	}
}

@media all and (max-width: 768px) {
	.guidebook-container ul li{
		float: none;
		width: 100%;
		margin: 10px 0;
	}

	.guidebook-container ul li:nth-child(8n+4), .guidebook-container ul li:nth-child(8n+5),
	.guidebook-container ul li:nth-child(8n+1), .guidebook-container ul li:nth-child(8n+3),
	.guidebook-container ul li:nth-child(8n+2){
		width: 100%;
	}

	.guidebook-container ul li .guidebook-content .guidebook-img{
		width: 40%;
		padding-bottom: 26.6667%;
		float: left;
		margin-top: 10px;
	}

	.guidebook-container ul li .guidebook-content .guidebook-text{
		width: 60%;
		float: right;
		background: none;
		padding: 10px 0 10px 20px;
	}

	.guidebook-container ul li:nth-child(8n+1) .guidebook-content .guidebook-img{
		width: 100%;
		padding-bottom: 66.6667%;
		float: none;
		margin-top: 10px;
	}

	.guidebook-container ul li:nth-child(8n+1) .guidebook-content .guidebook-text{
		width: 100%;
		float: none;
		background: #f5f5f5;
		padding: 20px;
	}

	.guidebook-container ul li:nth-child(8n+1), .guidebook-container ul li:nth-child(8n+3){
		margin-top: 0;
	}

	.guidebook-container ul li .guidebook-content:after,
	.guidebook-container ul li .guidebook-content:after{
		content: '';
		display: table;
		clear: both;
	}

	.guidebook-content:hover{
		transform: scale(1);
	}

	.guidebook-content:hover .guidebook-readmore p{
		color: #000000;
	}

	.guidebook-content:hover .guidebook-article-border{
		border: none;
		box-sizing: border-box;
	}


}

@media all and (max-width: 640px) {
	section.guidebook-articles{
		margin-top: -100px;
	}
}


@media all and (max-width: 480px) {
	.guidebook-text h4{
		line-height: 1.25em;
		height: 50px;
		margin-bottom: 0;
	}

	.guidebook-text p{
		height: 45px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}

	.guidebook-readmore{
		display: none;
	}
}


/* ============================================================
RECOMMEND
============================================================ */
.guidebook-recommend{
	width: 90%;
	max-width: 1100px;
	position: relative;
	margin: 50px auto;
	padding-top: 80px;
}

.guidebook-recommend-title{
	width: 100%;
	border-bottom: 1px solid #999999;
	position: relative;
}

.guidebook-recommend-title h2{
	text-align: left;
	font-size: 1.7em;
	font-weight: 500;
	padding: 5px 10px;
	border-left: 5px solid #ffcc00;
	margin-bottom: 5px;
}

.guidebook-recommend-link{
	width: 100%;
	position: relative;
	margin: 30px auto;
}

.guidebook-recommend-link ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
	opacity: 1;
	transition: .2s linear;
}

.guidebook-recommend-link ul li:nth-last-child(1){
	margin-right: 0;
}

.guidebook-recommend-link ul:after{
	content: '';
	display: table;
	clear: both;
}

.guidebook-recommend-link ul li:hover{
	opacity: .8;
}

.guidebook-recommend-link ul li a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.guidebook-recommend-img{
	width: 100%;
	padding-bottom: 66.6667%;
	position: relative;
	overflow: hidden;
}

.guidebook-recommend-img img{
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.guidebook-recommend-text{
	width: 90%;
	margin-left: 5%;
	background: #ffffff;
	margin-top: -20px;
	position: relative;
}

.guidebook-recommend-text h3{
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.25em;
	line-height: 1.4em;
	color: #000000;
	height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}


@media all and (max-width: 768px){
	.guidebook-recommend-link ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* ============================================================
FOOTER
============================================================ */
footer{
	width: 100%;
	position: relative;
	background: #000000;
	color: #ffffff;
	overflow: hidden;
}

footer h5{
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	margin: 10px 0;
}

footer p{
	text-align: center;
}

footer p a{
	color: #ffffff;
	text-decoration: underline;
}




.copyright{
	width: 100%;
	position: relative;
	border-top: 1px solid #999999;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.ng-logo{
	width: 100px;
	position: relative;
	padding: 15px;
}

.boulder-logo{
	width: 150px;
	position: relative;
	padding: 15px;
}

.copyright-p{
	color: #ffffff;
	font-size: .9em;
	padding: 10px;
}

.footer-logo a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.copyright-p a{
	text-decoration: none;
	color: #f5f5f5;
}


.canon-logo{
	width: 70%;
	max-width: 150px;
	position: relative;
	margin: 0 auto;
	padding: 60px 0;
}

.canon img{
	width: 100%;
}


/* ============================================================
GO TOP
============================================================ */

#gotop{
	width: 52px;
	height: 52px;
	background: rgba(255,204,0,.7);
	z-index:9;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	border-radius: 50%;
	display:none;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
	z-index: 15;
}

#gotop i{
	font-size: 3em;
	color: #FFFFFF;
	width: 52px;
	line-height: 52px;
	text-align: center;
	-o-transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	transition:  .2s linear;
}


/* ============================================================
POPUP
============================================================ */
.guidebook-popup{
	width: 185px;
	height: 100px;
	background: rgba(0, 0, 0, .85);
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 5;
	opacity: 0;
	display: none;
}

.guidebook-share-icon{
	width: 125px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.guidebook-share-icon ul li{
	float: left;
	font-size: 2em;
	margin: 20px;
}

.guidebook-share-icon ul li a{
	color: #ffffff;
	transition: .2s linear;
}

.guidebook-share-icon ul li a:hover{
	color: #ffcc00;
}

.guidebook-share-icon ul:after{
	content: '';
	display: table;
	clear: both;
}

.guidebook-popup-close{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 1.5em;
	color: #ffffff;
	cursor: pointer;
	
}

/* ============================================================
ADVERTISEMENT
============================================================ */
.ad-tip{
	color: #999999;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
}

/* 300 */
.ad-300250, .ad-300600{
	width: 300px;
	position: relative;
	margin: 20px auto;
}

/* 970 */
.ad-970250{
	width: 970px;
	position: relative;
	margin: 50px auto;
}

.ad-300250 .ad-content{
	width: 300px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.ad-300600 .ad-content{
	width: 300px;
	height: 600px;
	position: relative;
	overflow: hidden;
}

.ad-970250 .ad-content{
	width: 970px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.ad-content picture{
	width: 100%;
}

@media all and (max-width: 1100px){
	.ad-970250{
		width: 300px;
		margin: 20px auto;
	}

	.ad-300600 .ad-content{
		width: 300px;
		height: 250px;
	}
}


/* ============================================================
RWD
============================================================ */
@media all and (max-width: 1440px) {
	
}

@media all and (max-width: 1366px){
	
}

@media all and (max-width: 1280px){
	
}

@media all and (max-width: 1024px) {
	
}

@media all and (max-width: 960px) {
	
}

@media screen and (orientation: portrait) {
	

}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 640px) {
	
}

@media all and (max-width: 480px) {
	
}


@media all and (max-width: 320px){
	
}


</pre></body></html>