@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=Montaga&display=swap');
@font-face {
   font-family: Metropolis;
   src: url(../font/Metropolis-Regular.otf);
}

/**/

html, body {
	height: 100%;
}
html{
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 1.4rem;
	color: #000;
	font-weight: 300;
	margin: 0px;
}
* {
	box-sizing: border-box;
}
div{
	font-family:  'Noto Sans TC', sans-serif;
	color: #333;
}
p {
	clear: both;
	font-size: 1.5rem;
	font-family:  'Noto Sans TC', sans-serif;
	line-height: 2;
	color: #333;
	margin-bottom: 30px;
}
a {
	font-family:  'Noto Sans TC', sans-serif;
	color: #000;
	outline: none;
	text-decoration: none;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
a:hover{
	text-decoration: none;
	color: #e60012;
}
ol, ul, li {
	list-style: none;
	padding-inline-start: unset;
	margin-bottom: 0;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(30,30,30,1);
    color: #fff;
    z-index: 9999;
    height: 50px;
    font-size: 1.3333rem;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    /*text-align: center;*/
    line-height: 150px;
	border-bottom: 1px solid #000;
}
header.shrink{
	opacity: 1;
}
#header_title{
	position: absolute;
	width: 140px;
	height: auto;
	left: 30px;
	top: 0px;
	background-color: #333;
	background-color: rgba(51,51,51,1);
	padding: 20px 15px 30px 15px;
	font-size: 0;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
}
#header_title img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*filter: brightness(500%);*/
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	opacity: 1;
}
h1{
	text-indent: -9999px;
	display: none;
	font-size: 2.5rem;
	color: #fff;
	/*height: 0px;
	text-indent: -9999px;*/
}
.head02{
	font-family: 'Montaga', 'Noto Sans TC', serif;
	font-size: 2.8rem;
	color:#333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}

 
.head02 span{
     position: relative;
     display: inline-block;
     padding: 0 0.5em;
}
      
.head02 span::before, .head02 span::after{
     position: absolute;
     top: 50%;
     content: '';
     width: 1.5em;
     height: 1px;
     background-color: black;
}
 
.head02 span::before {left: 100%;}
.head02 span::after { right: 100%;}
/*.head02{
	font-family: 'cwTeXFangSong', sans-serif;
	font-size: 1.75rem;
	color: #333;
	border-right: 1px solid #ccc;
	-webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
	margin: 0 auto;
}*/
.head02 .h2_tra{
	font-family:  'Noto Sans TC', sans-serif;
	font-size: 1.6rem;
	margin-top: 5px;
	letter-spacing: 5px;
}
.head03{
	font-family: 'cwTeXFangSong', sans-serif;
    font-size: 3.2rem;
    color: #fff;
	font-weight: normal;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 30px;
	background-color: #333;
	letter-spacing: 2px;
	padding: 20px 5px 35px 5px;
}
.head04{
	font-size: 1.8rem;
	font-weight: 500;
}
.head05{
	font-size: 3.2rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.wrap {
	height: 100%;
	 *display: table; /* For IE7 Hack */
	 *height: 100%; /* For IE7 Hack */
}
#slider_container {
	position: relative;
	width: 100%;
	height: 100%;
}
.zs-enabled .zs-slideshow .zs-bullets{
	position: absolute;
    z-index: 4;
    top: 40%;
    left: 0;
    width: 40px;
    text-align: center;}
	
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
	margin:5px 5px;
}
.scroll_down{
	position: absolute;
	width: 40px;
	height: auto;
	font-size: 0.875rem;
	color: #fff;
	margin-left: -20px;
	text-align: center;
	left: 50%;
	bottom:15px;
	padding-bottom: 5.5rem;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	cursor: pointer;
}
.scroll_down:before{
	position: absolute;
    top: calc(100% - 5rem);
    left: 0;
    right: 0;
    content: "";
    width: 2px;
    height: 5rem;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.25);
}
.scroll_down:after{
	position: absolute;
    top: calc(100% - 5rem);
    left: 0;
    right: 0;
    content: "";
    width: 2px;
    margin: auto;
    background-color: #FFF;
	animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: scrollAnime;
}
@keyframes scrollAnime {
	0% { top: calc(100% - 5rem); bottom: auto; height: 0; }
	24% { top: calc(100% - 5rem); bottom: auto; }
	25% { top: auto; bottom: 0; height: 5rem; }
	50% { top: auto; bottom: 0; height: 0; }
	100% { top: auto; bottom: 0; height: 0; }
}
.scroll_down a{
	display: block;
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.scroll_down a img{
	display: block;
	width: 100%;
	height: auto;
}
#demo-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

section{
	width: 90%;
	display: block;
	clear: both;
	/*overflow: hidden;*/
	margin: 0 auto;
	margin-bottom:40px;
}
.main {
	margin: 0 auto;
	padding-top:80px;
	/*width: 80%;
	max-width: 1400px;*/
	/*height: 100%;*/
	/*overflow: auto;
	padding-bottom: 180px;*/
}
.language{
	width:100%;
	text-align: right;
	padding: 20px 30px;
}
.language a{
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
	margin-left: 13px;
    padding-left: 14px;
}
.language a:hover{
	color: #1e1e1e;
}
.language a.division:before{
	position: absolute;
    bottom: 5px;
    left: 0;
    content: '';
    width: 1px;
    height: 7px;
    background-color: #6a6a6c;
}
.btn {
	clear:both;
}
.btn a{
	position: relative;
    z-index: 1;
    display: flex;
	font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #1e1e1e;
    width: 268px;
    height: 66px;
	margin: 0 auto;
    transition: color .25s ease-out;
}
.btn a:hover{
	color:#fff;
}
.btn a:hover::before{
	transform: scaleX(1);
}
.btn a::before{
	background-color: #1e1e1e;
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    content: '';
    width: 100%;
    height: 100%;
    transition: transform .5s ease-out;
}
.btn_arrow{
	position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 27px;
    transition: fill .25s ease-out;
}
.btn a:hover .btn_arrow{
	fill: #fff;
}
.btn_arrow.back_arrow{
	left: 28px;
}
footer {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: -36px; /* negative value of footer height */
	height: 36px;
	clear: both;
	background-color: rgba(0,0,0,0.25);
	text-align: center;
	background: rgba(0,0,0,.25);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
.copyright{
	font-size:1.2rem;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.copyright ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top:0px;
}
.copyright ul li{
	display: block;
	padding: 0 5px;
}
.copyright ul li a{
	color: #fff;
}
.copyright ul li a:hover{
	color:#000;
}
/*footer::before{
	content:'';
	  display: inline-block;
	  height: 100%;
	  width: 0;
	  vertical-align: middle;
}
.copyright{
	display: inline-block;
	font-size:1.3rem;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 1px;
}
.copyright a{
	color: #fff;
}*/

.lightbox_content .head02{
	font-family: 'cwTeXFangSong', sans-serif;
	/*font-family: 'Noto Sans TC', sans-serif;*/
	color: #333;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 32px;
	letter-spacing: 3px;
}
.lightbox_content ul{}

.lightbox_content ul li{
	font-family: 'Noto Sans TC', sans-serif;
	color: #333;
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 5px;
}
.lightbox_content ul li input{
	font-size: 1.3rem;
}
.owl-carousel .owl-nav button{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    background-color: transparent;
    margin: 0;
	outline: none;
}
.owl-carousel .owl-nav .owl-prev{
	left: -40px;
}
.owl-carousel .owl-nav .owl-next{
	right: -40px;
}

.wrap_left{
	float: left;
	width: 40%;
	padding: 30px;
}
.wrap_right{
	float: right;
	width: 60%;
	padding: 30px;
}
/*????³]??*/
.pageview_wrap{
	overflow:hidden;
	padding-top: 10px;
	margin-top: 30px;
	border-top:1px solid #000;
}

.pageview{
	clear: both;
	float:right;
	margin-bottom:60px;
	padding: 0 10px;}

.pages{
	float: left;
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 0.8125rem;
    font-weight: 500;
    text-align: center;
    /* background-color: #999; 
    border: 2px solid #d5d5d5;*/
    padding: 0px 20px;
    margin: 1px;}
	
.prev_page {
	float:left;}

.prev_page a{
	display:block;
	width:50px;
	height:50px;
	line-height:46px;
    text-align: center;
    font-size: 0.8125rem;
	color:#333;
    font-weight: 500;
    /*background-color: #d5d5d5;*/
	border: 1px solid #bbbbbb;
    margin: 1px;
    box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%}
	
.prev_page a:hover{
	color:#fff;
	background-color:#333;
	border:1px solid #333;}

.pageview ul{
	float:left;}

.pageview ul li{
	float:left;}

.pageview ul li a{
	display: block;
	width:50px;
	height:50px;
	line-height:46px;
    text-align: center;
    font-size: 0.8125rem;
	color:#333;
    font-weight: 500;
    /*background-color: #d5d5d5;*/
	border:1px solid #bbbbbb;
    margin: 1px;
    box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%}
	
.pageview ul li a:hover{
	color:#fff;
	background-color:#333;
	border:1px solid #333;}
	
.next_page {
	float:left;}

.next_page a{
	display:block;
	width:50px;
	height:50px;
	line-height:46px;
    text-align: center;
    font-size: 0.8125rem;
	color:#333;
    font-weight: 500;
    /*background-color: #d5d5d5;*/
	border:1px solid #bbbbbb;
    margin: 1px;
    box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%}
	
.next_page a:hover{
	color:#fff;
	background-color:#333;
	border:1px solid #333;}
.dote3{
	display:block;
	width: 25px;
	height: 50px;
	line-height: 50px;
	color:#333;
	text-align: center;
	font-size: 0.8125rem;
	font-weight: 500;
}
li.spot{
	display: block;
	height:50px;
	line-height: 46px;
	margin: 0 5px;
}

.last_page{
	float:left;}
	
.last_page a{
	display:block;
	width:50px;
	height:50px;
	line-height:46px;
    text-align: center;
    font-size: 0.8125rem;
	color:#333;
    font-weight: 500;
    /*background-color:#d5d5d5;*/
	border:1px solid #bbbbbb;
    margin: 1px;
    box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%}

.last_page a:hover{
	color:#fff;
	background-color:#333;
	border:1px solid #333;}
	
.photo_lightbox{
	clear: both;
}
.lightbox_photo{
	clear: both;
	width: 92%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.lightbox_photo ul{}

.lightbox_photo ul li{
	display: inline-block;
    width: 32%;
    height: auto;
	margin: 0.5%;
}
.page_title{
	position: absolute;
	right: 100px;
	top: 50px;
	font-family: 'cwTeXFangSong', sans-serif;
	font-size: 3rem;
	color: #fff;
	letter-spacing: 2px;
	background-color:#333;
	z-index:98;
	margin-top: 0px;
	padding: 30px 5px 20px 5px;
	border-top: 8px solid #bb000a;
	-webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
}
.article_title {
	float: left;
	font-family: 'cwTeXFangSong', sans-serif;
	font-size: 2.0rem;
	color: #fff;
	padding: 5px 20px;
	margin-bottom: 15px;
	background-color: #333;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
}
.fancybox-container *{
	color: #fff;
}
.type_wording span.fac_head::before {
    position: absolute;
    top: 90px;
    content: '';
    width: 50%;
    height: 1px;
    background-color: black;
}
@media screen and (max-width: 1366px) {
html, body {
}
p{
	font-size: 1.4rem;
}

.page_title{
	font-size: 2.6rem;
}
.head03{
	font-size: 2.8rem;
}
.head05{
	font-size: 3rem;
}
#header_title{
	width: 120px;
}
}

@media screen and (max-width:1024px) {
.page_title{
	font-size: 2.3rem;
}

.head03{
	font-size: 2.5rem;
}
.btn a{
	width: 200px;
	height: 56px;
	font-size: 1.3rem;
}
h1{
	display: none;
    height: 50px;
    line-height: 50px;
	font-weight: 300;
    margin: 0;
}
#header_title {
    width: auto;
	left: 0px;
    background-color:  transparent;
    box-shadow: none;
	padding: 5px 0 5px 20px;
    /*box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.25);*/
}
#header_title img{
	display: block;
	width: auto;
	height: 40px;
}
footer{
	height: 78px;
	margin-top: -78px;
}
}

@media screen and (max-width:768px) {

#slider_container{
	height: 512px;
}
.language a{
	font-size: 1.2rem;
}
.head03{
	font-size: 2.3rem;
}
.article_title{
	font-size: 1.8rem;
}
}

@media screen and (max-width:568px) {

.navbar{
	/*justify-content: flex-end;*/
}
.main{
	padding-top: 30px;
}

.head02{
	margin-bottom: 20px;
}
.head03{
	/*font-size: 2.8rem;
	margin-top: -25px;*/
}
.head05{
	font-size: 2.6rem;
}
p{
	font-size: 1.6rem;
	font-weight: 400;
}
#slider_container{
	height: 375px;
}

section{
	width:85%;
}

.owl-carousel .owl-nav .owl-prev{
	left: -31px;
}

.owl-carousel .owl-nav .owl-next{
	right: -31px;
}
.bsnav-sticky.bsnav-sticky-slide{
	opacity: 1;
	top:0px;
	height: 50px;
}
.lightbox_photo ul li{
	width: 48%;
	margin: 1%
}
.page_title{
	top: 50px;
	right: 30px;
}
.prev_page a{
	width: 30px;
	height: 30px;
	line-height: 26px;
}
.pages{
	height: 30px;
	line-height: 26px;
	padding: 0px 10px;
}
.pageview ul li a{
	width: 30px;
	height: 30px;
	line-height: 26px;
}
.next_page a{
	width: 30px;
	height: 30px;
	line-height: 26px;
}
.last_page a{
	width: 30px;
	height: 30px;
	line-height: 26px;
}
}
