﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexming.css');

body{
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Noto Serif TC', sans-serif;
	color: #000;
}
.preload{
	position: fixed;
	background: #FFF center center no-repeat;
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

a{
	text-decoration: none !important;
	outline: none !important;
	color: #333;
}
a:hover{ color: #D8A346; }

img{max-width: 100%;}
input, select, textarea{outline: none;}

/*=[hover effect]==============================*/
/*
*:hover, *:focus , * {
	transition: all .20s linear
}
*/
#pageWrapper{
	position:relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.wrapper{
	position: relative;
	max-width: 1280px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

/*=[header]=========*/
header{
	position: relative;
	padding: 0;
	height: 170px;
}
header .wrapper{
	padding: 20px 0;
	overflow: visible;
}
header .logo{
	display: inline-block;
	width: 336px;
}
header .mainnav{
	display: inline-block;
	text-align: right;
	padding-right: 60px;
    width: 500px;
}
header .mainnav ul{
	margin: 0;
	padding: 0;
}
header .mainnav ul li{
	position: relative;
	display: inline-block;
	padding: 0 20px 0;
	writing-mode: vertical-lr;
	vertical-align: top;
}
header .mainnav ul li a{
	font-size: 1.2em;
	color: #000;
}
header .mainnav ul li a:hover{
	color: #E2AD47;
}
header .mainnav ul li a.active{
	color: #E2AD47;
}
header .mainnav ul li:hover > ul{display: block;}
header .mainnav ul ul{
	position: absolute;
	top: 40px;
	left: -10px;
	width: 150px;
	padding: 10px;
	margin: auto;
	box-sizing: border-box;
	background: #FFF;
	border: 1px #DDD solid;
	display: none;
	z-index: 10;
}
header .mainnav ul ul li{
	display: block;
	border: none;
	padding: 10px;
	text-align: left;
}
header .mainnav ul ul li a{
	color: #707070;
	padding: 0;
	border: none;
	font-size: 1.2em;
	vertical-align: middle;
}
header .mainnav ul ul li a:hover{
	color: #bcc528;
}
header .tool-wrap{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
header .btn-tool{
	display: inline-block;
	margin: 0 10px;
}
header .stamp{
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 10;
}
header .nav_icon{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	color: #E2AD47;
	display: none;
}
header .nav_close{
	display: none;
}

/*=[page]=========*/
.page-title{
	font-family: 'Noto Serif TC', serif;
	font-size: 2.2em;
	font-weight: 500;
	letter-spacing: 8px;
	text-align: center;
	width: 245px;
	margin: 0 auto 30px;
	color: #D8A346;
	background: url(../images/deco-1.png) center center no-repeat;
}
.subnav-wrap{

}
.subnav{
	margin: 0;
	padding: 0 0 20px 20px;
	list-style: none;
}
.subnav li{
	margin-bottom: 15px;
}
.subnav li a{
	display: inline-block;
	/* text-indent: 40px; */
	font-size: 1.2em;
	color: #4D4D4D;
	margin: 0 30px;
}
.subnav li a:hover{
	color: #D8A346;
	/* background: url(../images/deco-2.png) left center no-repeat; */
}
.subnav li a.active{
	color: #D8A346;
	/* background: url(../images/deco-2.png) left center no-repeat; */
}
.subnav-wrap ul li:hover{
	color: #D8A346;
	background: url(../images/deco-2.png) left center no-repeat;
}
.subnav-wrap ul li.active{
	color: #D8A346;
	background: url(../images/deco-2.png) left center no-repeat;
}
.content-txt{
	font-size: 1.1em;
	color: #4D4D4D;
	line-height: 2;
	margin-bottom: 40px;
}


/*=[section]=========*/
.section1{
	margin: 40px 0;
	background: url(../images/bg-main.png) center top 100px no-repeat;
	background-size: 100% auto;
}
.section1 .wrapper{
	max-width: 1140px;
}
.section-title{
	color: #D8A346;
	font-size: 1.5em;
	letter-spacing: 8px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px #D8A346 solid;
	border-bottom: 1px #D8A346 solid;
}
.section-title.no-border{
	border: none;
}
.section-title span{
	display: inline-block;
	padding: 0 10px;
	border-left: 3px #D8A346 solid;
	line-height: 1;
}
.section-title2{
	font-size: 1.1em;
	line-height: 1;
	color: #4D4D4D;
	border-left: 5px #4D4D4D solid;
	padding-left: 5px;
}
.tag{
	display: inline-block;
	vertical-align: middle;
	font-size: .6em;
	font-weight: 400;
	letter-spacing: 0;
	color: #FFF;
	background: #D8A346;
	padding: 6px 10px;
	border-radius: 16px;
	line-height: 1;
	margin-left: 10px;
}
.tag:hover{color: #FFF;}

.item-info{
	position: relative;
}
.item-title{
	font-size: 1.5em;
	font-weight: 500;
	color: #000;
	margin-top: 10px;
}
.item-des{
	font-size: 1.2em;
	color: #333;
}

/*=[banner]=========*/

.banner img{width: 100%; height: 300px; object-fit: cover;}

/*=[filter]=========*/
.filter{
	padding: 20px 0;
	background: url(../images/bg-filter.png) center top;
}
.filter input, .filter textarea, .filter select{
	width: 12%;
	box-sizing: border-box;
	padding: 6px;
	margin: 0 5px;
	box-sizing: border-box;
	border-radius: 30px;
	font-size: .9em;
	text-align: center;
	color: #898989;
	border: none;
	background: #FFF;
	resize: none;
}
.filter input[type=submit]{
	color: #FFF;
	background: url(../images/icon-search2.png) #D88500 right 20px center no-repeat;
}

/*=[tab]=========*/
.tab-wrap{
	padding: 10px 0;
}
.tab{
	display: inline-block;
	border: 1px #D8A346 solid;
	border-radius: 30px;
	padding: 15px;
	margin: 0 5px;
	text-align: center;
	min-width: 200px;
	color: #D8A346;
	font-size: 1.2em;
	line-height: 1;
}
.tab.active{
	color: #FFF;
	background: #D8A346;
}
.tab:hover{
	color: #FFF;
	background: #D8A346;
}


/*=[about]=========*/


/*=[database]=========*/
#database .date-title{
	font-size: 1.3em;
	padding: 10px 0;
	margin-bottom: 20px;
	border-top: 1px #D8A346 solid;
	border-bottom: 1px #D8A346 solid;
}
#database .item{
	padding: 5px;
}
#database .item.active .inner{
	background: #A57126;
}
#database .item .inner{
	position: relative;
	text-align: center;
	background: #D8A346;
}
.inner-txt{
	color: #FFF;
}
.inner-txt span{
	font-size: .8em;
}
.content-txt2{
	font-size: 1.8em;
	color: #4D4D4D;
	line-height: 1.6;
	text-align: center;
	padding-top: 40px;
	margin: 40px 0;
	background: url(../images/deco-4.png) center top no-repeat;
}
.content-txt3{
	font-size: 1.3em;
	color: #4D4D4D;
	margin: 20px 0;
}
.content-txt3 .tab-content-title{
	font-size: 1.3em;
	color: #D8A346;
	border-bottom: 1px #D8A346 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.content-txt3 .tab-content-title img{
	display: inline-block;
	margin-right: 10px;
}
.content-txt3 .item2{
	margin-bottom: 10px;
}
.content-txt3 b{
	display: inline-block;
	width: 160px;
	border-right: 1px #333 solid;
	padding-right: 6px;
	margin-right: 6px;
	line-height: 1;
}
.photo-wrap{
	margin: 20px 0;
}
.photo-wrap .inner{padding: 10px;}

/*=[publish]=========*/
.media-wrap{
	margin: 20px 0;
}
.media-wrap .inner{padding: 10px;}
.media-wrap .item-info{
	color: #cfa76c;
	background: #eeede8;
	padding: 10px;
}
.inner:hover .item-info{
	color: #FFF;
	background: #D8A346;
}

.detail-box{
	display: none;
	width: 600px;
}
.detail-box .content{
	padding: 20px;
}
.detail-box .title{
	font-size: 1.3em;
	color: #D8A346;
	margin-bottom: 20px;
}
.detail-box .content-txt{
	font-size: 1.1em;
	color: #4D4D4D;
}
.fancybox-content{padding: 0;}

/*=[calendar]=========*/
#calendar .item{
	padding: 20px;
	border-bottom: 1px #D8A346 solid;
	background: url(../images/deco-2.png) right 30px center no-repeat;
}
#calendar .item:hover{background-color: #FFF4E6;}
#calendar .date{
	float: left;
	width: 85px;
	height: 85px;
	padding: 10px;
	color: #FFF;
	background: #D8A346;
	border-radius: 10px;
	font-size: 1.4em;
	text-align: center;
}
#calendar .info{
	margin-left: 100px;
	margin-right: 80px;
}
#calendar .title{
	font-size: 1.8em;
	font-weight: 400;
	color: #D8A346;
	margin: 0;
}
#calendar .summary{
	font-size: 1.2em;
	color: #4D4D4D;
}
#calendar .calendar-content{margin: 20px 0;}
#calendar .content-title{color: #D8A346;}

/*=[search]=========*/
#search .item{padding: 20px 0;}
#search .title{
	font-size: 1.8em;
	font-weight: 400;
	color: #D8A346;
	margin: 0;
}
#search .summary{
	font-size: 1.2em;
	color: #4D4D4D;
	line-height: 2;
}
#search .btn-more{
	float: right;
	color: #D8A346;
	margin-top: -20px;
	padding-left: 30px;
	background: url(../images/deco-2.png) left center no-repeat;
	background-size: 20px auto;
}
.search-wrap{
	position: fixed;
	background: rgba(0, 0, 0, 0.8); center center no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	box-sizing: border-box;
	display: none;
}
.search-wrap input{
	font-size: 1.8em;
	padding: 10px;
	border: none;
	border-bottom: 1px #FFF solid;
	background: transparent;
	color: #FFF;
	width: 100%;
}

/*=[member]=========*/
.member-wrap{
	padding: 100px 10px;
	margin: 40px 0;
	background: rgba(255, 244, 230, 0.6);
}
.member-wrap .form-wrap{
	max-width: 480px;
	margin: 0 auto;
}
.member-wrap .form-wrap2{
	max-width: 700px;
	margin: 0 auto;
}
.member-wrap .form-wrap2 .w3-col{
	padding: 0 10px;
}
.member-wrap .form-control{
	margin-bottom: 20px;
}
.member-wrap .form-title{
	color: #3E3E3E;
	letter-spacing: 10px;
}
.member-wrap label{
	display: inline-block;
	padding-left: 30px;
	background: url(../images/deco-2.png) left center no-repeat;
	background-size: 20px auto;
	color: #3E3E3E;
	margin-bottom: 5px;
}
.member-wrap label.no-deco{
	background-image: none;
	padding-left: 0;
}
.member-wrap input{
	display: inline-block;
	padding: 15px;
	border: 1px #D8A346 solid;
	border-radius: 10px;
	background: #FFF;
	width: 100%;
}
.member-wrap input[type=submit]{
	color: #FFF;
	background: #3E3E3E;
	border: none;
	cursor: pointer;
}
.member-wrap input[type=submit]:hover{
	background: #D8A346;
}
.member-wrap input[type=checkbox]{
	width: auto;
	display: inline-block;
	margin-right: 6px;
	scale: 1.4;
}
.member-wrap input.mail{
	padding-left: 50px;
	background: url(../images/input-01.png) #FFF left 20px center no-repeat;
}
.member-wrap input.key{
	width: calc(100% - 170px);
	padding-left: 50px;
	margin-right: 20px;
	background: url(../images/input-02.png) #FFF left 20px center no-repeat;
}
.member-wrap input.w150{
	width: 150px;
}
.member-wrap .btn-next{
	display: inline-block;
	padding: 15px;
	border: 1px #D8A346 solid;
	border-radius: 10px;
	background: #D8A346;
	width: 150px;
	color: #FFF;
}
.member-wrap img.step{
	display: inline-block;
	margin: 30px 0;
}
.member-wrap .step{
	font-size: 1.6em;
	letter-spacing: 6px;
	color: #D8A346;
	margin: 20px 0;
	padding: 10px;
	border: 1px #D8A346 solid;
	border-radius: 30px;
	text-align: center;
}
.member-wrap .txt1{
	letter-spacing: 6px;
	padding: 20px 0 10px;
	font-size: 1.6em;
}
.member-wrap .txt2{
	padding: 0 0 30px;
	font-size: 1.1em;
}
.member-wrap .item-download{
	display: block;
	box-sizing: border-box;
	font-size: 1.6em;
	letter-spacing: 6px;
	color: #D8A346;
	margin: 20px auto;
	padding: 20px;
	border: 1px #D8A346 solid;
	border-radius: 20px;
	text-align: center;
	background: #FFF;
	max-width: 400px;
}
.member-wrap .item-download:hover{
	color: #FFF;
	background: #D8A346;
}
.member-wrap .form-wrap3{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px #DDD solid;
}
.member-wrap .form-wrap3 .form-control{
	padding: 10px 0 10px 40px;
}
.member-wrap h3{
	color: #3E3E3E;
	line-height: 1;
	margin-bottom: 10px;
}
.member-wrap h3 .num{
	font-size: .7em;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	padding: 8px;
	margin-right: 10px;
	border-radius: 50%;
	color: #FFF;
	background: #3E3E3E;
	text-align: center;
}
.member-wrap .item-download2{
	display: block;
	box-sizing: border-box;
	font-size: 1.8em;
	color: #D8A346;
	margin: 20px auto;
	padding: 20px;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	text-align: center;
}
.member-wrap .item-download2 span{
	display: block;
	font-size: .6em;
	color: #4D4D4D;
	margin-top: 5px;
}
.member-wrap .item-download2:hover{
	color: #FFF;
	background: #D8A346;
}
.member-wrap .item-download2:hover span{
	color: #FFF;
}

/*=[footer]=========*/
footer{
	font-size: 1.2em;
	color: #FFF;
	background: #3E3E3E;
}
footer a{
	color: #FFF;
}
footer .wrapper{
	padding: 40px 0;
}
footer .title, footer .info-wrap{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	line-height: 2;
}
footer .site-map{
	text-align: right;
	margin: 20px 0;
	line-height: 2;
}
footer .copyright{
	text-align: center;
	margin-top: 40px;
}

.scrollup{
	cursor:pointer;
}

/*=[common]=========*/
/*
input, textarea, select{
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border-radius: 30px;
	border: 1px #dbdbdb solid;
	background: #f7f7f7;
	resize: none;
}
input[type=radio],input[type=checkbox]{
	width: initial;
}
input.w200{
	width: 200px;
}
label{
	color: #233862;
	font-size: 1.4em;
	font-weight: 500;
}
*/
::placeholder {
  color: #CCC;
  opacity: 1; /* Firefox */
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.btn{
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	padding: 12px;
	min-width: 140px;
	color: #FFF;
	background: #000;
	border: 1px #000 solid;
	text-align: center;
}
.btn:hover{
	color: #000;
	background: #FFF;
}

.color-1{color: #D8A346;}
.mtb-20{margin: 20px 0;}

.pages{margin: 40px 0; text-align: center;}
.pages a{
	display: inline-block;
	vertical-align: middle;
	color: #D8A346;
	font-size: 1em;
	line-height: 1;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin: 0 3px;
	border: 1px #D8A346 solid;
	border-radius: 50%;
	box-sizing: border-box;
}
.pages a.active{
	color: #FFF;
	background: #D8A346;
}

.breadcrumb{
	color: #333;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 8px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px #D8A346 solid;
	border-bottom: 1px #D8A346 solid;
}
.breadcrumb a{color: #D8A346;}


.img-border{
	outline: 1px solid #333;
  outline-offset: -5px;
}

.mobile{display: none !important;}

.rwd-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	line-height: 26px;
}
.rwd-table th{
	color: #67542c;
	border-bottom: 2px #67542c solid;
	padding: 10px;
	font-weight: bold;
}
.rwd-table td{
	border-bottom: 1px #999 solid;
	text-align: center;
	padding: 20px 0;
	vertical-align: top;
}
/*.rwd-table td:first-child{text-align: left;}*/
.rwd-table td:before {display: none;}

.rwd-table a:hover{
	color: #0d30a6;
}

/*=[.owl-carousel]=========*/
.owl-carousel .owl-dots{
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0;
}
.owl-carousel.no-dots .owl-dots{
	display: none;
}
.owl-carousel .owl-dot{
  display: inline-block;
}
.owl-carousel .owl-dot span{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-radius: 50%;
  background: #EFEFEF;
}
.owl-carousel .owl-dot.active span{
  background: #D8A346;
}
.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	margin: auto;
	z-index: 20;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	left: 5px;
	width: 29px;
	height: 50px;
	background: url(../images/btn_owl_prev.png) center center no-repeat;
	background-size: 100% auto;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 0;
	right: 5px;
	width: 29px;
	height: 50px;
	background: url(../images/btn_owl_next.png) center center no-repeat;
	background-size: 100% auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
  padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 10px auto;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 992px) {
	.desktop{ display: none !important;}
	.mobile{ display: block !important;}

	.wrapper{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	header{height: 140px;}
	header .wrapper{padding: 20px;}
	header .logo{width: 260px;}
	header .tool-wrap{display: none;}
	header .mainnav{
		position: fixed;
    top: 0;
    left: -100vw;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: #FFF;
    border: none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    transition: left 1s;
    overflow: hidden;
    text-align: left;
    overflow-y: scroll;
	}
	header .mainnav.open{
      left: 0;
  }
	header .mainnav ul{
		padding: 10px 0;
		margin: 40px 0 20px;
		text-align: center;
		border-top: 1px #CCC solid;
		border-bottom: 1px #CCC solid;
	}
	header .mainnav ul li{
		display: block;
		padding: 10px;
		writing-mode: horizontal-tb;
	}
	header .mainnav ul > li a{
		font-size: 1.4em;
		display: block;
	}
	header .mainnav ul li a:hover{
		color: #999;
	}
	header .mainnav ul ul{
		position: static;
		width: 100%;
		background: transparent;
		border: none;
		display: block;
		padding: 0;
	}
	header .mainnav ul ul li a{
		color: #FFF;
		padding: 0 0 0 25px;
		border: none;
		vertical-align: middle;
	}
	header .mainnav ul ul li a:after{
		content: "--";
		position: absolute;
		top: 10px;
		left: 20px;
		z-index: 1;
	}
	header .stamp{
		width: 100px;
		right: 20px;
	}
	header .nav_icon{display: block;}
	header .mainnav .nav_close{
		display: block;
		float: right;
		color: #333;
	}
	.banner img{width: 100%; height: 200px; object-fit: cover;}

	.section-title span{
		display: block;
	}

	.subnav-wrap{
		overflow-x: scroll;
	}
	.subnav{
		width: 600px;
		padding: 0;
	}
	.subnav li{
		display: inline-block;
	}

	.filter{
		padding: 20px;
	}
	.filter input, .filter textarea, .filter select{
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		margin: 5px;
		border-radius: 30px;
		font-size: .9em;
		text-align: center;
		color: #898989;
		border: none;
		background: #FFF;
		resize: none;
	}
	.filter input[type=submit]{
		color: #FFF;
		background: url(../images/icon-search2.png) #D88500 right 20px center no-repeat;
	}

	.content-txt2{
		font-size: 1.4em;
		background: url(../images/deco-4.png) center top no-repeat;
		background-size: 100% auto;
	}
	.content-txt3{
		font-size: 1.1em;
		color: #4D4D4D;
		margin: 20px 0;
	}

	.tab-select{
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		margin: 5px;
		border-radius: 30px;
		color: #E2AD47;
		border: 1px #E2AD47 solid;
		resize: none;
	}

	.search-wrap input{font-size: 1.4em;}

	/*=[footer]=========*/
	footer{
		font-size: 1em;
	}
	footer .wrapper{
		padding: 40px 10px;
		text-align: center;
	}
	footer .title, footer .info-wrap{
		display: block;
	}
	footer .site-map{
		text-align: center;
	}
	.scrollup{
		margin: 0 auto 20px;
		width: 60px;
	}
}

@media screen and (max-width: 767px) {
	.desktop{ display: none !important;}
	.mobile{ display: block !important;}
}
