@charset "utf-8";

/* Keep decorative overflow clipped without creating a scroll container that blocks sticky children. */
#wrapper {
	overflow: clip;
}

#banner-wrapper{
	position: relative;
	/* padding: 50px; */
	background: linear-gradient(#35bd73, #0b5461);
}

#banner {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 15%;
	margin: 0 auto;
	border-radius: 0 0 0 150px;
	overflow: hidden;
	box-shadow: 0 5px 30px rgba(0,0,0,0.5);
}

#banner:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

#banner .slick-slide>div {
	font-size: 0
}

#banner .slick-slide>div>.item {
	font-size: .625rem
}

#banner .listshow {
	width: 100%;
	background: #000
}

#banner .listshow a .img.ttl-1 {
	background-image: url(../img/banner1.png)
}

#banner .listshow a .img.ttl-2 {
	background-image: url(../img/banner2.png)
}

#banner .listshow a .img.ttl-3 {
	background-image: url(../img/banner3.png)
}

#banner .listshow a {
	display: block;
	width: 100%;
	height: 100%
}

#banner .listshow a:focus {
	filter: alpha(opacity=50);
	opacity: .5
}

#banner .listshow a .img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 38%;
	margin: 0;
	z-index: 0;
	overflow: hidden;
	background-position: center top;
	background-size: cover;
	transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s
}

#banner .listshow .slick-slide a .img {
	transform: scale(1.1) rotate(1deg);
	-moz-transform: scale(1.1) rotate(1deg);
	-ms-transform: scale(1.1) rotate(1deg);
	-o-transform: scale(1.1) rotate(1deg);
	-webkit-transform: scale(1.1) rotate(1deg);
	transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s
}

#banner .listshow .slick-active a .img {
	transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1)
}

#banner .listshow .slick-prev,
#banner .listshow .slick-next {
	position: absolute;
	display: block;
	width: 40px;
	height: 60px;
	box-sizing: border-box;
	border-radius: 10px;
	z-index: 10;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#banner .listshow .slick-prev {
	left: 15px
}

#banner .listshow .slick-next {
	right: 15px
}

#banner .listshow .slick-prev:before,
#banner .listshow .slick-next:before {
	display: none
}

#banner .listshow .slick-prev:focus,
#banner .listshow .slick-next:focus {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease
}

#banner .listshow .slick-prev span,
#banner .listshow .slick-next span {
	position: relative;
	float: left;
	width: 100%;
	height: 100%
}

#banner .listshow .slick-prev span:before,
#banner .listshow .slick-next span:before {
	position: absolute;
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	z-index: 2;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#banner .listshow .slick-prev span:before {
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -6px;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#banner .listshow .slick-next span:before {
	right: 50%;
	top: 50%;
	margin: -9px -6px 0 0;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#banner .listshow .slick-prev:hover,
#banner .listshow .slick-next:hover,
#banner .listshow .slick-prev:focus,
#banner .listshow .slick-next:focus {
	background-color: rgba(0, 78, 51, 0.7)
}

#banner .banner_control {
	display: none;
	position: absolute;
	right: 15px;
	top: 15px;
	letter-spacing: -9px;
	z-index: 1
}

#banner .banner_control .button {
	display: inline-block;
	width: 45px;
	height: 45px;
	letter-spacing: 0;
	vertical-align: middle;
	padding: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, .3);
	border: 1px solid rgba(255, 255, 255, 1);
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#banner .banner_control .button.btn-play {
	display: none
}

#banner .banner_control .button:hover,
#banner .banner_control .button:focus {
	background: #a6323b;
	border-color: #a6323b
}

#banner .banner_control .button span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

#banner .banner_control .btn-play span:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #fff;
	box-sizing: border-box;
	margin: -7.5px 0 0 -3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#banner .banner_control .btn-stop span:before,
#banner .banner_control .btn-stop span:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 15px;
	background: #fff;
	margin: -7.5px 0 0 0;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#banner .banner_control .btn-stop span:before {
	margin-left: -5px
}

#banner .banner_control .btn-stop span:after {
	margin-left: 2px
}

@media screen and (max-width:460px) {
	#banner .listshow a .img {
		padding-bottom: 44%
	}

	#banner .banner_control {
		right: 50%;
		top: inherit;
		bottom: 10px;
		margin-right: -22.5px
	}
}

@media screen and (min-width:991px) {

	#banner .listshow .slick-prev,
	#banner .listshow .slick-next {
		width: 60px;
		height: 60px
	}

	#banner .listshow .slick-prev {
		left: -65px
	}

	#banner .listshow .slick-next {
		right: -65px
	}

	#banner .listshow .slick-prev span:before,
	#banner .listshow .slick-next span:before {
		width: 23px;
		height: 23px;
		margin-top: -11px
	}

	#banner .listshow:hover .slick-prev {
		left: 20px
	}

	#banner .listshow:hover .slick-next {
		right: 20px
	}

	#banner .listshow .slick-prev:focus {
		left: 20px
	}

	#banner .listshow .slick-next:focus {
		right: 20px
	}

	#banner .banner_control {
		right: 20px;
		top: 20px
	}
}

@media screen and (min-width:1200px) {
	#banner .listshow:hover .slick-prev {
		left: 30px
	}

	#banner .listshow:hover .slick-next {
		right: 30px
	}

	#banner .listshow .slick-prev:focus {
		left: 30px
	}

	#banner .listshow .slick-next:focus {
		right: 30px
	}

	#banner .banner_control {
		right: 30px;
		top: 30px
	}
}

#main {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#main:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(../images/isoline.gif) 50% 0; */
	z-index: -2
}

@media screen and (min-width:991px) {
	#main:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 650px;
		background: url(../img/wave-bg.png) no-repeat 50% 0;
		background-size: cover;
		z-index: -1;
	}
}

#newsBox {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	background: #1f354d url(../img/wave-bg.png) no-repeat 0 0
}

#newsBox .newsList {
	position: relative;
	width: 100%;
	margin: 20px auto 0 auto
}

#newsBox .newsList ul {
	list-style: none;
	margin: -10px
}

#newsBox .newsList ul li {
	width: 100%;
	letter-spacing: 0;
	padding: 10px;
	box-sizing: border-box
}

#newsBox .newsList ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff
}

#newsBox .newsList ul li h3 {
	color: #000;
	/* font-family: "PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei"; */
	font-size: 1.9em;
	font-weight: bold;
	line-height: 155%
}

#newsBox .newsList ul li a:hover h3,
#newsBox .newsList ul li a:focus h3 {
	color: #0086b3
}

#newsBox .newsList ul li time {
	display: inline-block;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 10px 0 0 0
}

#newsBox .newsList ul li .label {
	position: absolute;
	display: block;
	right: -10px;
	bottom: -10px;
	width: 102px;
	height: 59px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAAA7CAMAAAC+EQ95AAABsFBMVEUAAACzdSSzdSSzdSSzdSSzdSSzdSS3fDCzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSTmy6Hmy6GzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSSzdSTmy6Hmy6GzdSTmy6Hmy6GzdSSzdSSzdSSzdSSzdSSzdSSzdSTmy6GzdSTmy6Hmy6Hmy6Hmy6GzdSSzdSTmy6Hmy6Hmy6Hmy6Hmy6GzdSSzdSTmy6GzdSTmy6GzdSTmy6GzdSTmy6HYs363ey3my6Hjx5vmy6Hmy6Hmy6Hmy6Hmy6Hmy6Hmy6GzdSTmy6Hmy6Hmy6Hmy6Hmy6Hmy6GzdSTmy6H////InnPt4tf7+PXbwanDlWO+i1G4gD3k0sHWuZ3p2szgyrXSsZD28evNqILy6eHmyp+3eyy0dye8hDq/iUHCjknSqG7Fk0/OoWXImFfdvIvLnV7ixZjatoPgwZLUrHTXsny5fzK6gDTHl1bPpWnVrnbKm1zkOeI6AAAAZ3RSTlMA+shfBv32AgoQee3pP/E340Ukn9wXsr9q0koth5iTjinTTru3HG1yq8OnZs6jMoRSWhRh7Nb2CIDzfK8rViifO0h938Mg5hj8U8prVNmxHnQdkXU63ou8v9iFD6O0XZjfPiEz5amNjSSVeQAAAy5JREFUeNq12IOXK0kUBvAa27Zt255Z2979+sZOdjxrPPzLcfIy3emq1m8mxi3d850TZkzLQlNzJbPU4nzvCuLamVUqOvumS5BWxCxQ3jBXWIA3lcwzcxXvb7aVQqagk5mmbPbD4Q0oK60xp8T26FYVVNTWMaMapyarwVPVxQwYKWqqh5DTRr29t9PzNsTVj+hojMG+DmjU3KKxMboLS6BDR4VwY9SsTxRAr0KROsV1lUOlMKStnNMYXWOttTBuuJjltds+Xg2TjJcxJSdFM6cwU5NinRWYrZcpmIPp5pjcLMynFNvfgc8GbUaZTB/4iHwQphzb++CyEdkQE7GLVit5S9aYp+DxEXkQQ+QE4PH5/c4wZDix3QOeADkQ40pMKuyguJALQLy4aGw3gMdOdsQEidywETm8Tq+DHC4gRPaAz+YRiu3iKnA4iMge+24iIJL4frgcZIeHkkL2oEBsN0Gdm9LscBE50/vlBtzhCMUFoKA6N7YHBQ6a2xafjDf17akn0wtqC9qgpP79nLTcgConEWI8RL70/WwZBwVEY3sSqrwUynxxpkwwWcZNFBSN7R2oipA/0z3O+FWcnyhTWzC2y0s559mZ6R5Xartjt97UgorHdivUebLd4yfy22xBB5E7taDisV0EEbZE49spKZhZUOHYriiAuLDfQQ6vGwlETg2xPQR9XERhDbHdDn3cAbsLfN0sqaUEVuphKROwUGtmc8ZgwO1v//x9o9Ki2dY5gT43d3/8+6cUc418mhdZ1jQ0u75/+utXKeV/xHHjYBOa/Pf48Hu8RMYtlJXmhuiutq2QnruDopJBlqtidn6st3WlVGgr5O6hqJ3l0VK3UNkz1FyguhVyjyp9qaLs3Zqi9aaJ+hLZVih7AQUzZUxQcWPD1CcfS1yvITdUzDToH5D4njgJzbW0Kgl4aezniLU9ScgDnqntMnvB4l4hV0GN6QsW91nDVPdkYTXSFpgGX/YfXH3x1fHRucRzzBLKtztH+7amayuZHmVnH12898E7l8tSPgPMTGv9B0uHe59+LlvMI2aJsx8vrn75+fKn9HIuM0ut/fD9N4fffj2gXiYKbBgMZZlCwjAAAAAASUVORK5CYII=) no-repeat 0 0
}

@media screen and (min-width:991px) {
	#newsBox {
		padding: 100px 0 85px 0;
		letter-spacing: -9px;
		background: none
	}

	#newsBox .acKey {
		position: absolute;
		letter-spacing: 0;
		top: 30px
	}

	#newsBox .acKey:focus {
		color: #fff
	}

	#newsBox .newsHead {
		display: inline-block;
		width: 250px;
		letter-spacing: 0;
		vertical-align: top
	}

	#newsBox .newsList {
		display: inline-block;
		width: calc(100% - 250px);
		letter-spacing: 0;
		vertical-align: top;
		margin: 0 auto
	}

	#newsBox .newsList ul {
		list-style: none;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		align-content: stretch
	}

	#newsBox .newsList ul li {
		display: inline-block;
		width: 33.333%;
		letter-spacing: 0;
		padding: 10px;
		box-sizing: border-box;
		vertical-align: top
	}

	#newsBox .newsList ul li h3 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4
	}

	#newsBox .newsList ul li time {
		position: absolute;
		left: 25px;
		bottom: 25px
	}

	#newsBox .newsList ul li .label {
		right: 10px;
		bottom: -25px
	}

	#newsBox .newsList ul li a {
		min-height: 190px;
		padding: 25px 20px;
		background: none
	}

	#newsBox .newsList ul li a:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: calc(100% + 20px);
		background: #fff;
		background: rgba(255, 255, 255, 1);
		border-radius: 60px;
		backdrop-filter: blur(20px);
		/* -moz-transform-origin: left;
		-moz-transform: skewY(-5deg);
		-webkit-transform-origin: left;
		-webkit-transform: skewY(-5deg);
		-o-transform-origin: left;
		-o-transform: skewY(-5deg);
		-ms-transform-origin: left;
		-ms-transform: skewY(-5deg);
		transform-origin: left;
		transform: skewY(-5deg); */
		z-index: -1
	}
}

@media screen and (min-width:1200px) {
	#newsBox .newsHead {
		width: 290px
	}

	#newsBox .newsList {
		width: calc(100% - 290px)
	}

	#newsBox .newsList ul li h3 {
		-webkit-line-clamp: 3
	}

	#newsBox .newsList ul li a {
		padding: 30px 25px
	}
}

#activeBox {
	position: relative;
	width: 100%;
	padding: 30px 0 100px 0;
	margin: 0 auto;
	background: url(../img/wave-bg-2.png);
	background-size: cover;
}
#activeBox:before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 266px;
    background: url(../img/wave-cover.png) 50% 0;
	background-size: cover;
    z-index: 0;
}

#activeBox .mapList {
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	padding-bottom: 45px;
	margin: 0 auto
}

#activeBox .mapList .slick-slide>div {
	font-size: 0
}

#activeBox .mapList .slick-slide>div>.item {
	font-size: .625rem
}

#activeBox .mapList .listshow {
	width: 100%;
	/* border: 10px solid #A83412; */
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 10px rgba(0%, 0%, 0%, .3);
	-moz-box-shadow: 0 0 10px rgba(0%, 0%, 0%, .3);
	box-shadow: 0 0 10px rgba(0%, 0%, 0%, .3)
}

#activeBox .mapList .listshow a {
	display: block;
	width: 100%;
	height: 100%
}

#activeBox .mapList .listshow a:focus {
	filter: alpha(opacity=50);
	opacity: .5
}

#activeBox .mapList .listshow a .img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 112%;
	z-index: 0;
	background-position: center top;
	background-size: 100% auto;
	border-radius: 30px;
}

#activeBox .mapList .listshow a .img .download{
	position: absolute;
    bottom: 10px;
    right: 10px;
    background: #01796ca3;
    backdrop-filter: blur(1px);
    padding: 0.5em;
    font-size: 3em;
    color: white;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 100%;
    height: 70px;
    width: 70px;
	transition: .5s;
}

#activeBox .mapList .listshow a:hover .img .download{
	background: brown;
}

#activeBox .mapList .slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -35px;
	text-align: center;
	margin: 0 auto;
	z-index: 10
}

#activeBox .mapList .slick-dots li {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 5px;
	padding: 0
}

#activeBox .mapList .slick-dots li button {
	position: relative;
	width: 12px;
	height: 12px;
	line-height: 0;
	padding: 0;
	margin: 0
}

#activeBox .mapList .slick-dots li button:focus {
	outline: 1px dashed #f60
}

#activeBox .mapList .slick-dots li button:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	border: none;
	background: rgba(0, 0, 0, .3);
	transition: opacity .2s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

#activeBox .mapList .slick-dots li.slick-active button:before {
	background: rgba(0, 0, 0, 1)
}

#activeBox .mapList .mapList_control {
	display: none;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center
}

#activeBox .mapList .mapList_control .button {
	display: inline-block;
	width: 45px;
	height: 45px;
	letter-spacing: 0;
	border: none;
	background: none;
	cursor: pointer;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#activeBox .mapList .mapList_control .btn-play {
	display: none
}

#activeBox .mapList .mapList_control .dot {
	position: relative;
	display: inline-block;
	max-width: calc(100% - 55px);
	vertical-align: middle
}

#activeBox .mapList .mapList_control .dot .slick-dots {
	position: relative;
	bottom: 0
}

#activeBox .mapList .mapList_control .dot .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	vertical-align: top
}

#activeBox .mapList .mapList_control .dot .slick-dots li button {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	vertical-align: top
}

#activeBox .mapList .mapList_control .dot .slick-dots li button:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	line-height: 15px;
	filter: alpha(opacity=100);
	opacity: 1;
	border: none;
	background: rgba(0, 0, 0, .3);
	box-sizing: border-box;
	overflow: hidden;
	transition: opacity .2s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

#activeBox .mapList .mapList_control .dot .slick-dots li button:hover:before,
#activeBox .mapList .mapList_control .dot .slick-dots li button:focus:before {
	background: #a6323b
}

#activeBox .mapList .mapList_control .dot .slick-dots li.slick-active button:before {
	background: rgba(0, 0, 0, 1)
}

#activeBox .mapList .mapList_control .dot .slick-dots li button:focus {
	outline: 2px solid #f60;
	border-radius: 100%
}

#activeBox .mapList .mapList_control .button span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

#activeBox .mapList .mapList_control .btn-play span:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	box-sizing: border-box;
	margin: -7.5px 0 0 -3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#activeBox .mapList .mapList_control .btn-play:hover span:before,
#activeBox .mapList .mapList_control .btn-play:focus span:before {
	border-color: transparent transparent transparent #a6323b
}

#activeBox .mapList .mapList_control .btn-stop span:before,
#activeBox .mapList .mapList_control .btn-stop span:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 15px;
	background: rgba(0, 0, 0, 1);
	margin: -7.5px 0 0 0;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#activeBox .mapList .mapList_control .btn-stop span:before {
	margin-left: -5px
}

#activeBox .mapList .mapList_control .btn-stop span:after {
	margin-left: 2px
}

#activeBox .mapList .mapList_control .btn-stop:hover span:before,
#activeBox .mapList .mapList_control .btn-stop:focus span:before,
#activeBox .mapList .mapList_control .btn-stop:hover span:after,
#activeBox .mapList .mapList_control .btn-stop:focus span:after {
	background: #a6323b
}

#activeBox .activeList {
	position: relative;
	margin: 25px auto -5px auto
}

#activeBox .activeList .listshow {
	display: block;
	width: 100%;
	padding: 0 35px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	letter-spacing: -.9em
}

#activeBox .activeList .listshow .slick-list {
	margin: -5px
}

#activeBox .activeList .listshow .item {
	display: inline-block;
	width: 25%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	letter-spacing: 0
}

#activeBox .activeList .listshow .item a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 200px;
	padding: 5px;
	/* border: 10px solid rgba(15, 77, 64, .5); */
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

#activeBox .activeList .listshow .item a:hover,
#activeBox .activeList .listshow .item a:focus {
	border-color: rgba(207, 160, 103, 1)
}

#activeBox .activeList .listshow .item a .wd {
	position: absolute;
	display: flex;
	bottom: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	padding: 5%;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 130, 211, 0.5);
	background: transparent\8;
	zoom: 1\8;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4c1a00, endColorstr=#cc4c1a00)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc4c1a00, endColorstr=#cc4c1a00);
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#activeBox .activeList .listshow .item a:hover .wd,
#activeBox .activeList .listshow .item a:focus .wd {
	/* filter: alpha(opacity=0);
	opacity: 0 */
	height: 84px;
    bottom: 0;
    border-radius: 30px 30px 0 0;
}

#activeBox .activeList .listshow .item a.is-selected .wd{
	background: rgba(0, 120, 108, 0.7);
	height: 84px;
    bottom: 0;
    border-radius: 30px 30px 0 0;
}

#activeBox .activeList .listshow .item a .wd .region-name {
	display: inline-block;
	width: 100%;
	color: #fff;
	/* font-family: "PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei"; */
	font-size: 2.3em;
	line-height: 135%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0 1px 10px rgba(0, 0, 0, .3), 0 1px 10px rgba(0, 0, 0, .3);
}

#activeBox .activeList .listshow .item a .wd .region-version {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 6px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: .02em;
	white-space: nowrap;
	text-shadow: none
}

#activeBox .activeList .listshow .item a .wd .region-version--latest {
	padding: 1px 5px;
	border-width: 2px;
	background:
		linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)) padding-box,
		linear-gradient(135deg, #ffe082 0%, #4dd0c8 100%) border-box;
	color: #fff8d6
}

#activeBox .activeList .listshow .item a .img {
	display: block;
	width: calc(100% - 10px);
	height: 0;
	padding-bottom: calc(100% - 10px);
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%
}

#activeBox .activeList .slick-prev,
#activeBox .activeList .slick-next {
	position: absolute;
	display: block;
	width: 20px;
	height: 40px;
	z-index: 10;
	overflow: hidden
}

#activeBox .activeList .slick-prev {
	left: 0
}

#activeBox .activeList .slick-next {
	right: 0
}

#activeBox .activeList .slick-prev:before,
#activeBox .activeList .slick-next:before {
	display: none
}

#activeBox .activeList .slick-prev span,
#activeBox .activeList .slick-next span {
	position: relative;
	float: left;
	width: 100%;
	height: 100%
}

#activeBox .activeList .slick-prev span:before,
#activeBox .activeList .slick-next span:before {
	position: absolute;
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#activeBox .activeList .slick-prev span:before {
	left: 0;
	top: 50%;
	margin: -11px 0 0 5px;
	border-left: 4px solid #333;
	border-top: 4px solid #333;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#activeBox .activeList .slick-next span:before {
	right: 0;
	top: 50%;
	margin: -11px 5px 0 0;
	border-right: 4px solid #333;
	border-top: 4px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#activeBox .activeList .slick-prev:hover span:before,
#activeBox .activeList .slick-next:hover span:before,
#activeBox .activeList .slick-prev:focus span:before,
#activeBox .activeList .slick-next:focus span:before {
	border-color: #b34658
}

#activeBox .activeList .activeList_control {
	display: none;
	position: absolute;
	right: 0;
	top: -15px;
	letter-spacing: -9px;
	z-index: 1
}

#activeBox .activeList .activeList_control .button {
	display: inline-block;
	width: 45px;
	height: 45px;
	letter-spacing: 0;
	vertical-align: middle;
	padding: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, .3);
	border: none;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#activeBox .activeList .activeList_control .button.btn-play {
	display: none
}

#activeBox .activeList .activeList_control .button:hover,
#activeBox .activeList .activeList_control .button:focus {
	background: #a6323b
}

#activeBox .activeList .activeList_control .button span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

#activeBox .activeList .activeList_control .btn-play span:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #fff;
	box-sizing: border-box;
	margin: -7.5px 0 0 -3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#activeBox .activeList .activeList_control .btn-stop span:before,
#activeBox .activeList .activeList_control .btn-stop span:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 15px;
	background: #fff;
	margin: -7.5px 0 0 0;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#activeBox .activeList .activeList_control .btn-stop span:before {
	margin-left: -5px
}

#activeBox .activeList .activeList_control .btn-stop span:after {
	margin-left: 2px
}

@media screen and (max-width:600px) {
	#activeBox .activeList .listshow .item {
		width: 33.3333%
	}

	#activeBox .activeList .listshow .item a:hover .wd,
	#activeBox .activeList .listshow .item a:focus .wd,
	#activeBox .activeList .listshow .item a.is-selected .wd {
		height: 72px
	}

	#activeBox .activeList .listshow .item a .wd .region-name {
		font-size: 1.8em;
		line-height: 120%
	}

	#activeBox .activeList .listshow .item a .wd .region-version {
		margin-top: 2px;
		padding: 1px 5px;
		font-size: 1.5em
	}
}

@media screen and (min-width:991px) {
	#activeBox {
		letter-spacing: -9px
	}

	#activeBox .mapList {
		position: sticky;
		top: 24px;
		display: inline-block;
		width: 440px;
		letter-spacing: 0;
		padding-bottom: 0;
		vertical-align: top
	}

	#activeBox .mapInfo {
		display: inline-block;
		width: calc(100% - 480px);
		letter-spacing: 0;
		vertical-align: top;
		margin: 40px 0 0 40px
	}

	#activeBox .activeList {
		margin: 0 auto -10px auto
	}

	#activeBox .activeList .listshow {
		padding: 0 50px;
		padding: 0;
	}

	#activeBox .activeList .slick-list {
		margin: -10px
	}

	#activeBox .activeList .listshow .item {
		width: 25%;
		padding: 10px
	}

	#activeBox .activeList .listshow .item a {
		max-width: 180px;
		max-height: 180px
	}

	#activeBox .activeList .listshow .item a .wd .region-name {
		font-size: 2.1em
	}

	#activeBox .activeList .slick-prev,
	#activeBox .activeList .slick-next {
		width: 30px;
		height: 40px
	}

	#activeBox .activeList .slick-prev span:before,
	#activeBox .activeList .slick-next span:before {
		width: 23px;
		height: 23px
	}

	#activeBox .activeList .slick-prev span:before {
		margin: -13px 0 0 6px
	}

	#activeBox .activeList .slick-next span:before {
		margin: -13px 6px 0 0
	}

	#activeBox .mapList .mapList_control {
		bottom: -25px
	}
}

@media screen and (min-width:1200px) {
	#activeBox .mapList {
		width: 480px
	}

	#activeBox .mapInfo {
		width: calc(100% - 520px);
		margin: 70px 0 0 40px
	}

	#activeBox .activeList .listshow .item a .wd .region-name {
		font-size: 2.3em
	}
}

#bookLink {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	/* background: #f2f2f2 url(../images/bookLink_bg.png) no-repeat 50% bottom; */
	background: #f2f2f2 url(../img/library-bg.webp) no-repeat 50% bottom;
	background-size: cover
}

#bookBox {
	margin: 10px auto 0 auto
}

#bookBox dl {
	position: relative;
	width: 100%;
	height: auto
}

#bookBox dl dt {
	float: left;
	width: 100%;
	background: #313131
}

#bookBox dl dt span {
	position: relative;
	font-family: "PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size: 2.5em;
	font-weight: bold;
	line-height: 30px;
	padding-left: 35px
}

#bookBox dl dt span:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 2px;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}

#bookBox dl dt.tab01 span:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M3 16c.553 0 2-.447 2-1V4c0-.552.448-1 1-1h36c.552 0 1 .448 1 1v30h-7c-2.5 0-4 .75-4 3v8H6c-.552 0-1-.448-1-1V12c0-.553-1.447-1-2-1s-1 .447-1 1v33c0 1.654 1.346 3 3 3h27c1.354 0 3.164-.75 4.121-1.707l8.172-8.172C45.25 37.164 46 36.583 46 34V3c0-1.375-1.344-3-3-3H5C3.346 0 2 1.346 2 3v12c0 .553.447 1 1 1z'/%3E%3Cpath fill='%23FFF' d='M49 3h-4v3h3c.552 0 1 .448 1 1v43c0 .552-.448 1-1 1H28v3h21c1.654 0 3-1.346 3-3V6c0-1.654-1.346-3-3-3z'/%3E%3Cpath fill='%23FFF' d='M9 50v-5H6v6c0 1.654 1.346 3 3 3h24v-3H10c-.552 0-1-.448-1-1zM12.5 33h3v3h-3zM18.5 33h3v3h-3zM12.5 27h23v3h-23zM12.5 21h23v3h-23zM12.5 15h23v3h-23zM12.5 9h23v3h-23zM24.5 33h3v3h-3z'/%3E%3C/svg%3E")
}

#bookBox dl dt.tab02 span:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M7 54h43v-3H7.5C6.121 51 5 49.378 5 48c0-1.379 1.121-3 2.5-3H41v-3H7c-2.762 0-5 2.5-5 6s2.238 6 5 6z'/%3E%3Cpath fill='%23FFF' d='M50 54h2v-3h-2 .5c-1.379 0-2.5-1.622-2.5-3 0-1.379 1.121-3 2.5-3H52v-3h-2c-2.762 0-5 2.5-5 6s2.238 6 5 6z'/%3E%3Cpath fill='%23FFF' d='M52 0H7C4.238 0 2 2.239 2 5v43l3-3h47V0zm-4.5 42H15V3h34v39h-1.5z'/%3E%3Cpath fill='%23FFF' d='M41 2v14.798l-4-2.949c-.539-.449-.672-.449-1.211-.001L32 16.798V2h-3v18c0 1.656 2.213 2.15 3.211 1.152l4.301-3.498 4.299 3.498C41.86 22.202 44 21.875 44 20V2h-3z'/%3E%3C/svg%3E")
}

#bookBox dl dt.tab03 span:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M54 22V3H3v3h48v42c0 1.654-1.346 3-3 3-2.868 0-5-2.061-5-5v-6H0v9c0 2.445 1.555 5 6 5h43c2.459 0 5-2.243 5-5V22z'/%3E%3Cpath fill='%23FFF' d='M3 6h3v37H3zM13 0h3v9h-3z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M42.163 35.229H12.341c-.172 0-.331-.092-.417-.24s-.086-.332 0-.481l12.507-21.646c.086-.149.244-.24.416-.24s.33.091.416.24l6.133 11.032-.833.482-5.715-10.312-11.674 20.203h28.201l-7.391-14.345-7.797 15.016-.854-.443 8.226-15.841c.082-.16.247-.26.427-.26.181 0 .345.101.428.261l8.177 15.874c.077.149.07.328-.017.471-.088.142-.243.229-.411.229z'/%3E%3Cpath d='m26.561 36.117-.026-.014H12.341c-.482 0-.933-.26-1.174-.677-.242-.418-.242-.938-.001-1.356l12.507-21.647c.241-.417.691-.677 1.174-.677.482 0 .932.259 1.173.676l5.061 9.104 1.702-3.277c.23-.45.693-.731 1.203-.731.51.001.971.282 1.205.733l8.178 15.876c.215.417.197.925-.048 1.326-.249.408-.683.65-1.158.65l-15.602.014zm1.415-2.725h11.963l-5.958-11.565-6.005 11.565zm-13.286 0h10.23l4.663-8.979-4.751-8.573L14.69 33.392z'/%3E%3C/g%3E%3Cg fill='%23FFF'%3E%3Cpath d='M24.847 22.317c-.093 0-.186-.027-.267-.081l-1.232-.821-2.17.868-.358-.893 2.405-.962c.146-.059.313-.042.445.047l1.176.784 1.177-.784c.132-.088.298-.105.445-.047l2.404.962-.356.893-2.17-.868-1.233.821c-.08.054-.174.081-.266.081z'/%3E%3Cpath d='m29.005 23.42-2.556-1.022-.851.566c-.441.295-1.053.297-1.501.001l-.852-.567-2.555 1.022-1.008-2.518 3.218-1.288c.412-.164.89-.114 1.258.133l.688.459.691-.46c.364-.244.842-.296 1.254-.132l3.218 1.288-1.004 2.518z'/%3E%3C/g%3E%3Cg fill='%23FFF'%3E%3Cpath d='M33.986 28.09c-.093 0-.187-.027-.267-.081l-1.322-.881H31.1v-.962h1.443c.095 0 .188.028.267.081l1.177.784 1.176-.784c.079-.053.172-.081.268-.081h1.442v.962h-1.297l-1.322.881c-.082.054-.175.081-.268.081z'/%3E%3Cpath d='M33.986 28.965c-.27 0-.53-.079-.754-.229l-1.1-.733h-1.908v-2.711h2.318c.271 0 .533.08.756.23l.688.458.69-.46c.224-.149.483-.228.753-.228h2.317v2.711H35.84l-1.102.735c-.225.149-.484.227-.752.227z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFF' d='M40 0h3v9h-3z'/%3E%3C/g%3E%3C/svg%3E")
}

#bookBox dl dt a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 20px 0
}

#bookBox dl dt a:hover,
#bookBox dl dt a:focus {
	background: #0f4d40
}

#bookBox dl dt.saTab,
#bookBox dl dt.saTabOn {
	position: absolute;
	top: 0;
	width: 33.333%;
	text-align: center;
	border-right: 1px solid #fff;
	box-sizing: border-box
}

#bookBox dl dt.saTabOn {
	z-index: 1
}

#bookBox dl dt.tab01.saTab,
#bookBox dl dt.tab01.saTabOn {
	left: 0
}

#bookBox dl dt.tab02.saTab,
#bookBox dl dt.tab02.saTabOn {
	left: 33.333%
}

#bookBox dl dt.tab03.saTab,
#bookBox dl dt.tab03.saTabOn {
	left: 66.666%;
	border-right: none
}

#bookBox dl dt.saTab a {
	display: block;
	width: 100%
}

#bookBox dl dt.saTabOn a {
	position: relative;
	display: block;
	width: 100%;
	background: #1f7a62;
	cursor: text
}

#bookBox dl dt.saTabOn a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #1f7a62 transparent transparent transparent;
	margin-left: -11px
}

#bookBox dl dd {
	position: relative;
	float: left;
	width: 100%
}

#bookBox dl dd.mTop {
	margin-top: 70px
}

#bookBox .bookList {
	position: relative;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	background: rgb(0 61 32 / 20%);
    backdrop-filter: blur(20px);
}

#bookBox .bookList>ul {
	list-style: none;
	letter-spacing: -9px;
	margin: -10px
}

#bookBox .bookList>ul>li {
	display: inline-block;
	width: 25%;
	padding: 10px;
	box-sizing: border-box
}

#bookBox .bookList .book {
	position: relative;
	display: inline-block;
	width: 40%;
	letter-spacing: 0;
	padding-right: 11px;
	background: #fff;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 10px;
    overflow: hidden;
}

#bookBox .bookList .book.b3 {
	padding-bottom: 11px
}

#bookBox .bookList .book:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	border-left: none;
	box-sizing: border-box
}

#bookBox .bookList .book.b3:before {
	top: 10px;
	width: 10px;
	height: calc(100% - 11px);
	border-bottom: none
}

#bookBox .bookList .book:after {
	content: '';
	display: block;
	position: absolute;
	right: 3px;
	top: 0;
	width: 4px;
	height: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box
}

#bookBox .bookList .book.b3:after {
	right: inherit;
	left: 11px;
	top: inherit;
	bottom: 0;
	width: calc(100% - 11px);
	height: 11px;
	border-top: none
}

#bookBox .bookList .book img {
	display: inline-block;
	width: 100%;
	height: auto;
	border: 1px solid #ccc
}

#bookBox .bookList .wd {
	display: inline-block;
	width: 60%;
	letter-spacing: 0;
	padding-left: 15px;
	box-sizing: border-box;
	vertical-align: top
}

#bookBox .bookList .wd h3 {
	font-family: "PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size: 2.5em;
	font-weight: bold;
	line-height: 135%
}

#bookBox .bookList .wd p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 155%;
	margin-top: 10px
}

#bookBox .bookList .wd ul {
	list-style: none
}

#bookBox .bookList .wd ul li {
	color: #666;
	font-size: 1.5em;
	line-height: 25px;
	margin: 10px 0
}

#bookBox .bookList .wd ul li span {
	display: inline-block;
	padding-left: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 25px auto
}

#bookBox .bookList .wd ul li span.icon1 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAkFBMVEUAAADNzc2goKC6urpvb29zc3Po6OiBgYH9/f37+/tubm7f39/CwsJ1dXXt7e1wcHDU1NSkpKTg4OBmZmb///+AgICzs7Py8vJ6enr09PTu7u7o6Ojj4+NpaWn5+fmampqioqLd3d3Kysp1dXVtbW23t7e6urq/v7/FxcXR0dGQkJCxsbGNjY2tra2RkZHT09MQk5/wAAAAE3RSTlMAVJ908Oon0gQH8TVn5h7uSJg078v9TAAAAThJREFUeNptkgUCpTAMRAvfXTK4u8P9b7cJsv5wpo2rlcv7c9rT/vR5X9TvnO8P2jjsftOOJ/qd01Gt3F70J6/bumNPTBalnuU2sU3Mft51nk21Pha8KBCDZ1Z2IsQh4KdllfDTFGnH4R742Ydwu4xf8tgDYonwojTx4cMd+RlVORkeLPGlKV3+AB0xZWjwhwOT33Ul/lP4mSiFxUrQwJcYlITsoSahE4VKuBK4IsZBRWQPReKIYsIhRl355sqe1rMsX3wXsPh+nf1MSHIKbMMQgdLVj8QWI4xpo7dQSWxLPi48YxXsBKG8a0sNIqkXCW0CmHMNlroFJhA2pVmkFlDnUret1kHsYCHs8rXWW39sM3Ed16+MYO2P8D3QnxxuauX51xw8/z87j/tZ/c5F009Xup507aIWfgDLtCoa/ZpB+QAAAABJRU5ErkJggg==)
}

#bookBox .bookList .wd ul li span.icon2 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAkFBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmb///9mZmZnZ2ezs7P09PS4uLhvb2/v7+98fHyPj4/S0tJ2dnbx8fFqamrn5+f7+/vc3NylpaXHx8fj4+O+vr7r6+v4+PjMzMyDg4Obm5ugoKDg4OCAgICXl5ewsLAIVs8uAAAAEXRSTlMAVHSfKAQI0vDpNgZImGcnZt8kc6cAAAE4SURBVHjahZIDgsRQDIZfx575a9u8/+02ydpf3RjqhfPluj/oh/31clYf2T6O+ivH1QfZfa9/ZL95FZwO+mcOJyVsRBDORWLVwRCKSKy24sov8Uzdx+xwS5IVC4YGKIuqylLANOjHSqkdZ+U3cBf24+QJkHOGO6XxdwnX1/XYng29S2B59E9Ta7rPSBd6eAjo3lsw6bFWHL9Fya5CkcQBRs5Bcco1CnI5+cgmcmTD5cSVTlioyFcDotV1E5ZOiI1LNqwLpBM/I7aROAEyh9y5gK3rBkXlOJLbgDSXh0sKfoRKctM4qRpJR9ojycMMaSf1SA96IOkN6V/G7ZEeSN8ME2gC27TbCChi7ttrr+PcwjOp6Tz3+nU+hmeOruWWVWfIfP6ZKVn9sgfE9vbL7hA7bS37ttZ26pknKCoolnn0X+EAAAAASUVORK5CYII=)
}

#bookBox .bookList .wd ul li span.icon3 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAkFBMVEUAAABzc3Po6Oi6urr7+/uhoaGBgYFvb2/9/f2CgoLg4ODCwsLNzc11dXXMzMzU1NTt7e3e3t7///9mZmbU1NRqamqSkpLZ2dnAwMB+fn719fV2dnZubm7Hx8fy8vL8/PykpKSGhob4+Pjo6OjNzc3t7e20tLTe3t6enp7k5OSxsbGpqamMjIzi4uJycnK2trZVbuYwAAAAEnRSTlMA6id0B53T8QTQNGdU5lVIHjfRZFuNAAABG0lEQVR42nWSBYLjMAwAFXRSrqfMzPD/350UuOUxo1Aq4m6SO1yedGP5TNZsUxNEn87CnM/koVQ0Ar7i+tULx3dc8SqrvtpOnrP9cgQAaaYnEcZ04EvOW4xI1Q1QRivvd4PTwYYNShBLC+Wy9n4wBeZLfXZD6UhiL+yXIWjloHN7lUgK85WuHsBpMGeqz9dbSMXBRA+OQ1js/QGeuhqAE8CejGGje7MFY68DIK78ej9kWV54loMzOdOdLrbMB6vzlLktRiYnAS7l1ywohZ4K3Tood10ubX/41tkEpVP5YKO6HpenybU2NIhrvz3OvuQ6wog++foyOM6O4/ui8vXf8fk9pkFDKnrf8qD3e+60m5l8Jm4lqcOlSSuWkn9gBCfdL+fq2QAAAABJRU5ErkJggg==)
}

#bookBox .bookList .wd .btn {
	margin-top: 15px
}

#bookBox .bookList .wd .btn a {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	padding: 10px 10px 10px 15px;
	background: #005d52;
	box-sizing: border-box
}

#bookBox .bookList .wd .btn a span {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	font-family: "PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size: 1.7em;
	font-weight: bold;
	line-height: 30px;
	padding-right: 30px;
	box-sizing: border-box
}

#bookBox .bookList .wd .btn a span:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.669' height='25.669' xml:space='preserve'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M11.835 4.166h2v15.016h-2z'/%3E%3Cpath d='M6.335 18.181h13v2h-13z'/%3E%3Cpath d='m12.835 19.175-6.169-6.169 1.414-1.414 4.755 4.755 4.756-4.755 1.414 1.414z'/%3E%3C/g%3E%3Ccircle fill='none' cx='12.834' cy='12.834' r='12.834'/%3E%3C/svg%3E") no-repeat 0 0;
	background-size: cover
}

#bookBox .bookList .wd .btn a.btnView span:before {
	position: absolute;
	content: "";
	display: block;
	right: 8px;
	top: 50%;
	width: 12px;
	height: 12px;
	margin: -6px 1px 0 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#bookBox .bookList .wd .btn a.btnView span:after {
	position: absolute;
	content: "";
	right: 8px;
	top: 50%;
	display: block;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 0;
	background: #fff;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#bookBox .bookList .wd .btn a:hover,
#bookBox .bookList .wd .btn a:focus {
	background: #005d52
}

@media screen and (max-width:768px) {
	#bookBox .bookList>ul {
		margin: -20px
	}

	#bookBox .bookList>ul>li {
		width: 100%;
		padding: 20px
	}

	#bookBox .bookList .book {
		width: 100%;
		max-width: none;
		padding-right: 0
	}

	#bookBox .bookList .book img {
		box-sizing: border-box
	}

	#bookBox .bookList .wd {
		width: 100%;
		padding: 0;
		margin-top: 10px
	}

	#bookBox .bookList .wd h3 {
		font-size: 2.1em
	}
}

@media screen and (max-width:480px) {
	#bookBox dl dt a {
		padding: 10px 0
	}

	#bookBox dl dt span {
		display: inline-block;
		font-size: 1.9em;
		line-height: 25px;
		padding: 30px 0 0 0
	}

	#bookBox dl dt span:before {
		left: 50%;
		width: 25px;
		height: 25px;
		margin-left: -12.5px
	}

	#bookBox dl dd.mTop {
		margin-top: 75px
	}
}

@media screen and (min-width:991px) {
	#bookLink {
		padding: 75px 0;
		background-size: 100% auto
	}

	#bookBox .bookList {
		padding: 35px 30px
	}

	#bookBox dl dt span {
		font-size: 2.7em;
		line-height: 35px;
		padding-left: 40px
	}

	#bookBox dl dt span:before {
		width: 35px;
		height: 35px
	}

	#bookBox dl dd.mTop {
		margin-top: 75px
	}

	#bookBox .bookList .book {
		width: 219px
	}

	#bookBox .bookList .wd {
		width: calc(100% - 219px)
	}
}

@media screen and (min-width:1200px) {
	#bookLink {
		padding: 95px 0
	}

	#bookBox .bookList {
		padding: 45px 40px
	}

	#bookBox .bookList .book {
		width: 249px
	}

	#bookBox .bookList .wd {
		width: calc(100% - 249px)
	}

	#bookBox .bookList .wd p {
		-webkit-line-clamp: 4
	}
}

.topHead {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto
}

#newsBox .topHead {
	color: #fff;
	text-align: left
}

#activeBox .topHead {
	color: #01796c;
}

#bookLink .topHead {
	color: #0f4d40;
	color: #fff;
	text-align: center
}

.topHead h2 {
	font-family: "PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-family: "微軟正黑體", "微軟雅黑", "Microsoft YaHei";
	font-size: 4.1em;
	font-weight: bold;
	line-height: 135%
}

.topHead h2 :lang(en) {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .47em;
	line-height: 135%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.topHead h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	line-height: 135%
}

.topHead p {
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 165%;
	text-align: left
}

.topHead .btn-more {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border: 2px solid #fff;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}

.topHead .btn-more span {
	position: relative;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	vertical-align: top;
	margin: 13px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.topHead .btn-more span:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	top: 0;
	right: 0;
	margin: 14px 0 0 0;
	background-color: #fff
}

.topHead .btn-more span:after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 30px;
	top: 0;
	right: 0;
	margin: 0 14px 0 0;
	background-color: #fff
}

.topHead .btn-more:hover,
.topHead .btn-more:focus {
	background: #fff
}

.topHead .btn-more:hover span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.topHead .btn-more:hover span:after,
.topHead .btn-more:focus span:after,
.topHead .btn-more:hover span:before,
.topHead .btn-more:focus span:before {
	background-color: #1f354d
}

@media screen and (min-width:991px) {
	.topHead {
		text-align: left
	}

.topHead h2 {
		font-size: 5.3em
	}

	.topHead h3 {
		font-size: 2.9em;
		margin-top: 5px
	}

.topHead p {
		font-size: 1.9em;
		margin-top: 10px
	}

.topHead .btn-more {
		position: relative;
		margin-top: 40px
	}
}

@media screen and (min-width:1200px) {
	.topHead h2 {
		font-size: 5.2em;
		/* letter-spacing: 8px; */
	}
	.topHead [lang="en"] {
		letter-spacing: 0px;
	}

	.topHead p {
		font-size: 2.1em;
		margin-top: 10px
	}

}

.moreBtn {
	width: 100%;
	text-align: center;
	margin: 20px auto 0 auto
}

#bookLink .moreBtn {
	margin-top: 30px
}

.moreBtn .box {
	margin: -5px;
	letter-spacing: -9px
}

.moreBtn a {
	display: inline-block;
	width: calc(50% - 10px);
	min-width: 250px;
	letter-spacing: 0;
	padding: 19px 0;
	margin: 5px;
	background: #222;
	box-sizing: border-box;
	border-radius: 10px;
}

#bookLink .moreBtn a {
	text-align: center;
	border: 1px solid #0f4d40;
	border: 1px solid #fff;
	background: none
}

.moreBtn a span {
	color: #fff;
	/* font-family: "PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei"; */
	font-size: 1.9em;
	line-height: 24px;
	font-weight: bold
}

#bookLink .moreBtn a span {
	color: #0f4d40;
	color: #fff;
}

.moreBtn a:hover,
.moreBtn a:focus {
	background: #0f4d40
}

#bookLink .moreBtn a:hover,
#bookLink .moreBtn a:focus {
	background: #0f4d40
}

#bookLink .moreBtn a:hover span,
#bookLink .moreBtn a:focus span {
	color: #f2f2f2
}

.moreBtn a span em {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
	vertical-align: top;
	/* background: #fff; */
	background-size: cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#bookLink .moreBtn a span em {
	background: #0f4d40;
	background: transparent;
}

#bookLink .moreBtn a:hover span em,
#bookLink .moreBtn a:focus span em {
	background: #f2f2f2
}

.moreBtn a span em:before {
	position: absolute;
	content: "";
	display: block;
	right: 7px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 1px 0 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.moreBtn a span em:after {
	position: absolute;
	content: "";
	right: 7px;
	top: 50%;
	display: block;
	width: 12px;
	height: 2px;
	margin: -1px 0 0 0;
	background: #fff;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#bookLink .moreBtn a span em:before {
	border-color: #f2f2f2
}

#bookLink .moreBtn a span em:after {
	background: #f2f2f2
}

.moreBtn a:hover em:before,
.moreBtn a:focus em:before {
	border-color: #fff
}

.moreBtn a:hover em:after,
.moreBtn a:focus em:after {
	background: #fff
}

#bookLink .moreBtn a:hover em:before,
#bookLink .moreBtn a:focus em:before {
	border-color: #0f4d40
}

#bookLink .moreBtn a:hover em:after,
#bookLink .moreBtn a:focus em:after {
	background: #0f4d40
}

@media screen and (max-width:550px) {
	.moreBtn a {
		width: calc(100% - 10px);
		min-width: 0;
		max-width: 320px
	}
}

@media screen and (min-width:991px) {
	.moreBtn a {
		max-width: 320px
	}

	#activeBox .moreBtn a {
		max-width: 250px
	}
}

@media screen and (min-width:1200px) {
	#bookLink .moreBtn {
		margin-top: 50px
	}

	.moreBtn .box {
		margin: -10px
	}

	.moreBtn a {
		width: calc(50% - 20px);
		max-width: 330px;
		margin: 10px
	}

	#activeBox .moreBtn a {
		max-width: 330px
	}
}

#satisfaction{
	padding: 95px 0;
}

#satisfaction .container{
	display: flex;
	align-items: center;
}

#satisfaction .topHead{
	width: 35%;
	flex-shrink: 0;
	margin: 0;
	
}

#satisfaction #rating-before,
#satisfaction #rating-fin{
	font-size: 3em;
}

#satisfaction #rating-fin{
	display: flex;
	align-items: center;
}

#satisfaction #rating-fin .fa-solid{
	font-size: 2em;
	color: #01796c;
}

@media screen and (max-width:768px) {
	#satisfaction {
		padding: 50px 0;
	}

	#satisfaction .container {
		flex-direction: column;
		align-items: stretch;
	}

	#satisfaction .topHead {
		width: 100%;
		margin-bottom: 24px;
	}

	#satisfaction #rating-before,
	#satisfaction #rating-fin {
		width: 100%;
		font-size: 2em;
		text-align: center;
	}

	#satisfaction #rating-before {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#satisfaction #rating-before > br {
		display: none;
	}

	#satisfaction #rating {
		display: inline-flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		max-width: 100%;
		white-space: nowrap;
	}

	#satisfaction .starrr button {
		display: inline-flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;
		font-size: clamp(2rem, 9vw, 3rem);
		padding: 4px;
	}
}

#adLink {
	position: relative;
	width: 100%;
	padding: 35px 0 50px 0;
	margin: 0 auto;
	background: #fff
}

#adLink .container {
	display: flex;
	flex-direction: column-reverse
}

#adLink .listshow {
	display: block;
	width: 100%;
	padding: 0 35px;
	margin: 0 auto;
	box-sizing: border-box;
	letter-spacing: -.9em
}

#adLink .listshow .slick-list {
	margin: -5px
}

#adLink .listshow .item {
	display: inline-block;
	width: 25%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	letter-spacing: 0
}

#adLink .listshow .item a {
	display: inline-block;
	width: 100%;
	max-width: 210px;
	height: 100%;
	max-height: 90px;
	background: #000;
	box-sizing: border-box
}

#adLink .listshow .item a img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#adLink .listshow .item a:focus {
	outline: 1px dashed #f60
}

#adLink .listshow .item a:focus img {
	opacity: .7
}

#adLink .listshow img {
	width: 100%;
	max-width: 210px;
	height: auto;
	max-height: 90px;
	margin: 0 auto
}

#adLink .listshow .slick-prev,
#adLink .listshow .slick-next {
	position: absolute;
	display: block;
	width: 20px;
	height: 40px;
	z-index: 10;
	overflow: hidden
}

#adLink .listshow .slick-prev {
	left: 0
}

#adLink .listshow .slick-next {
	right: 0
}

#adLink .listshow .slick-prev:before,
#adLink .listshow .slick-next:before {
	display: none
}

#adLink .listshow .slick-prev span,
#adLink .listshow .slick-next span {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#adLink .listshow .slick-prev span:before,
#adLink .listshow .slick-next span:before {
	position: absolute;
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	z-index: 2
}

#adLink .listshow .slick-prev span:before {
	left: 0;
	top: 50%;
	margin: -11px 0 0 5px;
	border-left: 4px solid #333;
	border-top: 4px solid #333;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#adLink .listshow .slick-next span:before {
	right: 0;
	top: 50%;
	margin: -11px 5px 0 0;
	border-right: 4px solid #333;
	border-top: 4px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#adLink .listshow .slick-prev:hover span:before,
#adLink .listshow .slick-next:hover span:before,
#adLink .listshow .slick-prev:focus span:before,
#adLink .listshow .slick-next:focus span:before {
	border-color: #b34658
}

#adLink .adLink_control {
	display: none;
	position: relative;
	width: 100%;
	text-align: center;
	letter-spacing: -9px;
	padding: 0;
	margin-top: 10px;
	z-index: 10
}

#adLink .adLink_control .button {
	display: inline-block;
	width: 45px;
	height: 45px;
	letter-spacing: 0;
	border: none;
	background: none;
	cursor: pointer;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#adLink .adLink_control .btn-play {
	display: none
}

#adLink .adLink_control .button span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%
}

#adLink .adLink_control .btn-play span:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	box-sizing: border-box;
	margin: -7.5px 0 0 -3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#adLink .adLink_control .btn-play:hover span:before,
#adLink .adLink_control .btn-play:focus span:before {
	border-color: transparent transparent transparent #a6323b
}

#adLink .adLink_control .btn-stop span:before,
#adLink .adLink_control .btn-stop span:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 15px;
	background: rgba(0, 0, 0, 1);
	margin: -7.5px 0 0 0;
	z-index: 2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#adLink .adLink_control .btn-stop span:before {
	margin-left: -5px
}

#adLink .adLink_control .btn-stop span:after {
	margin-left: 2px
}

#adLink .adLink_control .btn-stop:hover span:before,
#adLink .adLink_control .btn-stop:focus span:before,
#adLink .adLink_control .btn-stop:hover span:after,
#adLink .adLink_control .btn-stop:focus span:after {
	background: #a6323b
}

#adLink .adLink_control .dot {
	position: relative;
	display: inline-block;
	max-width: calc(100% - 55px);
	vertical-align: middle
}

#adLink .adLink_control .dot .slick-dots {
	position: relative;
	bottom: 0
}

#adLink .adLink_control .dot .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	vertical-align: top
}

#adLink .adLink_control .dot .slick-dots li button {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	vertical-align: top
}

#adLink .adLink_control .dot .slick-dots li button:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	line-height: 15px;
	filter: alpha(opacity=100);
	opacity: 1;
	border: none;
	background: rgba(0, 0, 0, .3);
	box-sizing: border-box;
	overflow: hidden;
	transition: opacity .2s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

#adLink .adLink_control .dot .slick-dots li button:hover:before,
#adLink .adLink_control .dot .slick-dots li button:focus:before {
	background: #a6323b
}

#adLink .adLink_control .dot .slick-dots li.slick-active button:before {
	background: rgba(0, 0, 0, 1)
}

#adLink .adLink_control .dot .slick-dots li button:focus {
	outline: 2px solid #f60;
	border-radius: 100%
}

@media screen and (min-width:991px) {
	#adLink {
		padding: 50px 0
	}

	#adLink .listshow {
		max-width: 990px;
		padding: 0 35px
	}

	#adLink .listshow .item {
		width: 20%
	}

	#adLink .listshow .slick-prev,
	#adLink .listshow .slick-next {
		width: 30px;
		height: 40px
	}

	#adLink .listshow .slick-prev span:before,
	#adLink .listshow .slick-next span:before {
		width: 23px;
		height: 23px
	}

	#adLink .listshow .slick-prev span:before {
		margin: -13px 0 0 6px
	}

	#adLink .listshow .slick-next span:before {
		margin: -13px 6px 0 0
	}
}

@media screen and (min-width:1200px) {
	#adLink .listshow .slick-list {
		margin: -10px
	}

	#adLink .listshow .item {
		padding: 10px
	}

	#adLink .listshow {
		max-width: 1200px
	}
}

@media print {
	#banner {
		margin: 10px 0 0 0 !important
	}

	#banner .listshow img {
		width: 900px !important
	}

	#adLink,
	#adBanner {
		display: none !important
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@charset 'UTF-8';

.slick-loading .slick-list {
	background: #fff url('../img/ajax-loader.gif') center center no-repeat
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir='rtl'] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir='rtl'] .slick-next:before {
	content: '←'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

small{
	font-size: 0.4em;
	color: brown;
}
.me-3{
	margin-right: 1rem;
}
.ms-3{
	margin-left: 1rem;
}
