/*-------------------------------------------------
GC_Leisure
自訂字體
-------------------------------------------------*/
@font-face 
{
    font-family: "BrandonGrotW01-Light";
    src: url(//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.eot");
    src: url(//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.eot?#iefix") format("embedded-opentype"),
    url(//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.woff2") format("woff2"),
    url(//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.woff") format("woff"),
    url(//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.ttf") format("truetype"),
    url(//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.svg#BrandonGrotW01-Light") format("svg");
}
@font-face
{
    font-family:ChEn;
    src:local('Microsoft JhengHei');
}
@font-face
{
    font-family:ChEn;
    unicode-range:U>0041-007a;
    src: local('Roboto Regular'),
    local('Roboto-Regular'),
    url(http://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff)
    format('woff');
}
@font-face
{
    font-family:ChEn;
    unicode-range:U>2010-2020,U>0022;
    src: local('Roboto Regular'),
    local('Roboto-Regular'),
    url(http://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff)
    format('woff');
}
/*-------------------------------------------------
GC_Leisure
預設字體
-------------------------------------------------*/
.esg-grid .esg-content,
.esg-content a,
.esg-grid *,
.row *,
html.js * {
    font-family: 'Arial',ChEn, Georgia, sans-serif!important;
}
/*-------------------------------------------------
GC_Leisure
ICon-All
.timeline_items		時間軸
.flipbook-container 電子書
.flex-direction-nav 多張圖片
.icon-menu			手機選單icon
.esg-grid			ess grid
-------------------------------------------------*/
html.js .timeline_items *:before {
    font-family: 'themify'!important;
}
html.js .flipbook-container *:before,
html.js .flipbook-container *:after{
    font-family: 'font-awesome'!important;
}
html.js .flex-direction-nav *:before {
    font-family: flexslider-icon!important;
}
html.js .icon-menu:before {
    font-family: 'fl-icons' !important;
}
html.js .esg-grid *:before {
    font-family: 'eg-font' !important;
}
html.js .tparrows:before {
    font-family: revicons!important;
}
html.js ::before,
html.js ::after {
    font-family:fl-icons,dashicons,FontAwesome,ElegantIcons!important;
}
/*-------------------------------------------------
GC_Leisure
字體特效
-------------------------------------------------*/
html.js a {
	text-decoration: none!important;
}
html.js * {
    text-transform: none!important;
	list-style-position:inside!important;
	word-break: break-word!important;
}
/*-------------------------------------------------
GC_Leisure
Mobile icon
-------------------------------------------------*/
html.js .icon-menu {
	color: gray;
}