﻿/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Petit+Formal+Script);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import "fontello/css/fontello.css?v=20240101";

/* 
'仿宋體/cwTeXFangSong
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
font-family: 'cwTeXFangSong', serif;

'黑體/cwTeXHei
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
font-family: 'cwTeXHei', sans-serif;

'明體/cwTeXMing
@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);
font-family: 'cwTeXMing', serif;

'圓體/cwTeXYen
@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);
font-family: 'cwTeXYen', sans-serif;

'楷體/cwTeXKai
@import url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);
font-family: 'cwTeXKai', serif;

*/

/* slick*/
.slick-prev,
.slick-next
{
	width:auto;
	height:auto;
	z-index:1;
	color: #a9a9a9;
}
.slick-prev:before, .slick-next:before
{
	font-family: "fontello";
	font-size:150%;
}
.slick-next:before
{
	content: '\f006'; 
}
.slick-prev:before 
{
	content: '\f007'; 
}
.slick-prev:before, .slick-next:before
{
	color: #a9a9a9;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before
{
	color: #696969;
	opacity: 1;
}