﻿@charset "UTF-8";
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
/* #Site Styles
================================================== */
.wrapper {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

#mainContent {
  min-height: 100%;
  width: 100%;
}

#panelMenu {
  background-color: #444444;
}

/*-------- 頁首 ----------*/
.header {
  position: relative;
  z-index: 1001;
  height: 60px;
}
.header .header-inner {
  background-color: #009d98;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
}
.header .header-inner .top-menu, .header .header-inner .top-location {
  width: 60px;
  border-left: 1px solid #fff;
}
.header .header-inner .top-menu > a, .header .header-inner .top-location > a {
  position: relative;
  display: block;
  height: 60px;
  text-align: center;
  padding: 16.5px;
}
.header .header-inner .logo {
  background: url(/holding/images/esunfhc_m/fhc-logo.png) no-repeat center center;
  background-size: contain;
  margin: 10px;
  display: inline-block;
  width: 140px;
  height: 35px;
  line-height: 56px;
}

/*-------- 左側slider選單 ----------*/
.sidebar .keyword-search {
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  background-color: #393939;
  position: relative;
}
.sidebar .keyword-search .icon-menuClose {
  margin-right: 5px;
}
.sidebar .keyword-search input {
  width: 100%;
  height: 40px;
  border: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  background-color: #2e2e2e;
  margin: 0;
  padding: 0 20px 0 10px;
}
.sidebar .keyword-search .icon-search {
  float: right;
  margin: 6px 30px 0 0;
  position: absolute;
  z-index: 99999;
  right: 0;
}
.sidebar nav {
  position: relative;
  color: #fff;
}
.sidebar nav > ul {
  margin: 0;
  padding: 0;
}
.sidebar nav > ul > li {
  list-style-type: none;
  position: relative;
}
.sidebar nav > ul > li.no-border a {
  border: none;
}
.sidebar nav > ul > li > a {
  color: #fff;
  display: block;
  padding: 16.6666666667px 33.3333333333px;
  border-bottom: 1px solid #575757;
  font-size: 20px;
}
.sidebar nav > ul > li > a.haschild:after {
  content: "";
  display: block;
  width: 26.6666666667px;
  height: 26.6666666667px;
  background-image: url("/holding/images/esunfhc_m/icon-menu-arrow.png");
  background-repeat: no-repeat;
  background-size: 26.6666666667px;
  background-position: 0 -26.6666666667px;
  position: absolute;
  right: 8.3333333333px;
  top: 14px;
}
.sidebar nav > ul > li > a.haschild.open:after {
  background-position: 0 0;
}
.sidebar nav .group-title {
  color: #fff;
  display: block;
  padding: 16.6666666667px;
  background-color: #2e2e2e;
  font-size: 20px;
  font-weight: bold;
}
.sidebar nav .group-list {
  margin: 0;
  padding: 0;
}
.sidebar nav .group-list li {
  list-style-type: none;
  position: relative;
}
.sidebar nav .group-list li i {
  position: absolute;
  right: 8.3333333333px;
}
.sidebar nav .group-list li.no-border a {
  border: none;
}
.sidebar nav .group-list li a {
  color: #fff;
  display: block;
  padding: 16.6666666667px 33.3333333333px;
  border-bottom: 1px solid #575757;
}
.sidebar nav .menu-l2 {
  display: none;
  margin: 0;
  padding: 0;
  background: url("/holding/images/esunfhc_m/shadow-menu-open.png") repeat-x top left #5f5f5f;
}
.sidebar nav .menu-l2 li i {
  position: absolute;
  right: 8.3333333333px;
}
.sidebar nav .menu-l2 a {
  color: #fff;
  display: block;
  padding: 16.6666666667px 33.3333333333px;
}
.sidebar nav .menu-l2 a:hover {
  background: #000;
  opacity: .5;
}

/*-------- 頁尾 ----------*/
.footer .footer-button {
  background-color: #113842;
  padding: 10px 16.6666666667px;
  position: relative;
}
.footer .footer-button:before {
  content: '';
  width: 100%;
  height: 7px;
  background: url("/holding/images/esunfhc_m/shadow-footer.png") repeat-x bottom;
  background-size: 100% 7px;
  position: absolute;
  left: 0;
  top: -7px;
}
.footer .footer-button .footer-top-botton, .footer .footer-button .footer-bottom-botton {
  padding: 13.3333333333px 0;
}
.footer .footer-button .footer-top-botton a, .footer .footer-button .footer-bottom-botton a {
  color: #fff;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 33px;
}
.footer .footer-button .footer-top-botton {
  border-bottom: 1px solid #164758;
}
.footer .copy-right {
  color: #fff;
  background-color: #009d98;
  padding: 16px 0;
  text-align: center;
  font-size: 13px;
}
.footer .copy-right small {
  margin: 0 5px;
}

/*-------- go top 按鈕 ----------*/
.gotop {
  display: block;
  width: 46.6666666667px;
  height: 46.6666666667px;
  text-align: center;
  position: fixed;
  bottom: 190px;
  right: 10px;
  z-index: 999;
  background: url(/holding/images/esunfhc_m/gotop.png) no-repeat center center;
  background-size: 46.6666666667px;
}
.gotop:hover {
  opacity: 0.8;
}

/*-------- 覆寫套件樣式 ----------*/
/*#menu span {
	display: block;
}

.lines-button {
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
}


.lines {
	display: inline-block;
	width: (80px / 3);
	height: 3px;
	background: #ecf0f1;
	border-radius: 0;
	transition: 0.3s;
	position: relative;
	top: 10px;
}

.lines:before, .lines:after {
	display: inline-block;
	width: (80px / 3);
	height: 3px;
	background: #ecf0f1;
	border-radius: 0;
	transition: 0.3s;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: 0.28571rem center;
	transform-origin: 0.28571rem center;
}

.lines:before {
	top: 8px;
}

.lines:after {
	top: -8px;
}

.lines-button:hover .lines:before {
	top: 8px;
}

.lines-button:hover .lines:after {
	top: -8px;
}

.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lines-button.x.close .lines {
	background: transparent;
}

.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: (80px / 3);
}

.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}*/
.ui-page {
  min-width: 320px;
}

.ui-panel-inner {
  padding: 0;
}

.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
  margin-right: 0;
}

.ui-panel {
  width: 310px;
  height: 100%;
}

.ui-panel-closed {
  width: 0;
  display: none;
}

.ui-panel-position-right.ui-panel-display-reveal {
  right: 0;
}

.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open,
.ui-panel-dismiss-position-right.ui-panel-dismiss-open {
  left: -310px;
  right: 310px;
}

.ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal {
  left: 0;
  right: 0;
  -webkit-transform: translate3d(-310px, 0, 0);
  -moz-transform: translate3d(-310px, 0, 0);
  transform: translate3d(-310px, 0, 0);
}

.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
  -webkit-transform: translate3d(310px, 0, 0);
  -moz-transform: translate3d(310px, 0, 0);
  transform: translate3d(310px, 0, 0);
}

.ui-panel-animate.ui-panel-page-content-position-right {
  left: 0;
  right: 0;
  -webkit-transform: translate3d(-310px, 0, 0);
  -moz-transform: translate3d(-310px, 0, 0);
  transform: translate3d(-310px, 0, 0);
}

.ui-mobile label, .ui-controlgroup-label {
  display: inline-block;
  margin: auto;
}

.fancybox-skin {
  background: #fff;
}

/* #Page Styles
================================================== */
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
