﻿@charset "utf-8";
/* CSS Document */


/******************************

1. basic
2. header
3. footer
4. footer tool (for mobile)
5. breadcrumb

******************************/





/*********************************
1. basic
*********************************/

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

::-webkit-input-placeholder {
    color:    #848484;
}

:-moz-placeholder {
    color:    #848484;
    opacity:  1;
}

::-moz-placeholder {
    color:    #848484;
    opacity:  1;
}

:-ms-input-placeholder {
    color:    #848484;
}

input:focus::-webkit-input-placeholder {
    color:transparent;
}

input:focus:-moz-placeholder {
	color:transparent;
}

input:focus::-moz-placeholder {
	color:transparent;
}

input:focus:-ms-input-placeholder {
	color:transparent;
}

button:focus {
	outline:0;
}

.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}


/*********************************
2. header
*********************************/

/*手機版選單*/
@media only screen and (min-width: 1px) and (max-width: 990px) {

#mobile-header {
    float: left;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 99;
	background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#mobile-header .toggle {
	float: left;
	left: 0px;
    cursor: pointer;
    border: 0px;
    height: 26px;
	width: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
    position: absolute;
	outline: none;
	background-image: url('../images/basic/toggleicon.png');
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -1000em;
	top: 0;
	background-color: rgba(255, 255, 255, 0);
}

.pushy-open-right #mobile-header .toggle {
	float: left;
	border: 0px;
	height: 26px;
	width: 26px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	outline: none;
	background-image: url('../images/basic/toggleicon_x.png');
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -1000em;
	background-color: rgba(255, 255, 255, 0);
}

#mobile-header .logo {
	display: inline-block;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    font-size: 1.2em;
    width: 95px;
    height: 50px;
	text-decoration: none;
}

.header-top .logo {
	display: none;
}

.pushy-menu-logo {
	width: 100%;
	text-align: center;
}

.pushy-menu-logo img {
	width: 50%;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 0px;
}

.pushy {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #f6f6f6;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy ul:first-child {
    margin-top: 10px;
}

.pushy.pushy-left {
    left: 0;
}

.pushy.pushy-right {
    right: 0;
}

.pushy-content {
    visibility: hidden;
}

.pushy-left {
    -webkit-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.pushy-open-left #menu-wrapper,
.pushy-open-left .push,
.pushy-open-left #footer-tool-wrap {
    -webkit-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

.pushy-right {
    -webkit-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

/*.pushy-open-right #menu-wrapper,
.pushy-open-right .push,
.pushy-open-right #footer-tool-wrap {
    -webkit-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}*/

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
    visibility: visible;
}

#menu-wrapper,
#footer-tool-wrap,
.pushy,
.push {
    transition: transform 0s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
    transition: visibility 0s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site-overlay {
    display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 0s;
	animation: fade 0s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*手機版第一層選單*/
.pushy-content {
	float: left;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}

.pushy-menu {
    float: left;
	list-style: none;
    margin: 0px;
	padding: 0px;
	width: 100%;
}

.pushy-menu li:nth-child(1) a {
	border-top: 1px solid #666875;
}

.pushy-menu li {
    float: left;
    width: 100%;
	padding: 0px;
	margin: 0px;
	padding-left: 10%;
	padding-right: 10%;
}

.pushy-menu li a {
    list-style: none;
    padding: 6px 0px;
    margin: 0;
    float: left;
    width: 100%;
    text-decoration: none;
	color: #484a57;
	font-weight: 600;
	text-indent: 20px;
	background-image: url('../images/basic/logo4.png');
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 14px;
	border-bottom: 1px solid #666875;
}

.pushy-menu li:hover {
	background-color:  #bdc6cd;
}

/*手機版第二層選單*/
.pushy-submenu {
    background-color: #000;
    float: left;
	width: 100%;
}

.pushy-submenu .dropdown {
	float: left;
    width: 100%;
    color: #fff;
    padding: 10px 0px;
    text-align: left;
    background: transparent;
    border: 0;
}

.pushy-submenu .dropdown:hover {
	color: #ccc;
}

.pushy-submenu ul {
    /*transition: max-height 0.1s ease-in-out, visibility 0.1s ease-in-out;*/
    list-style: none;
    padding: 0;
	margin: 0;
}

.pushy-submenu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: none;
}

.pushy-submenu ul li:last-child {
	padding-bottom: 20px;
}

.pushy-submenu ul li a {
	border-bottom: none;
	font-size: 15px;
	padding: 5px 0px;
}

.pushy-submenu > a,
.pushy-submenu > .dropdown {
	position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > .dropdown::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../images/basic/mobile_menu_arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform 0.1s;
}

.pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
	visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
	opacity: 0;
}

.pushy-submenu-open {
}

.pushy-submenu-open ul {
    max-height: 1000px;
	visibility: visible;
}

.pushy-submenu-open .pushy-link {
	opacity: 1;
}

/*.pushy-submenu-open a::after,
.pushy-submenu-open .dropdown::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}*/

body.pushy-open-left {
    overflow-x: hidden;
}

}

/*電腦版選單*/
@media only screen and (min-width: 991px) {

#mobile-header {
 	display: none;
}

#header-wrap {
	float: left;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0;
	position: fixed;
}

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*top*/
.header-top {
	float: left;
	height: 70px;
	width: 100%;
}

.scroll-1 {
	float: left;
	height: 50px;
	width: 100%;
	background-image: url(../images/header_bg-1.png);
	background-repeat: repeat-x;
	background-position: top;
}

.scroll-2 {
	float: left;
	height: 50px;
	width: 100%;
	background-image: url(../images/header_bg-2.png);
	background-repeat: repeat-x;
	background-position: top;
}

.header-top .logo {
	float: left;
	width: 95px;
	min-width: 95px;
}

.header-top .logo a {
	margin: auto;
}

.pushy-menu-logo {
	display: none;
}

/*電腦版第一層選單*/
#header-nav {
	float: right;
	height: 50px;
}

#header-nav ul {
	float: right;
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: auto;
	text-align: center;
}

#header-nav ul li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
    position: relative;
}

#header-nav ul li a {
	font-family: "Noto Sans TC", sans-serif;
	display: block;
	text-decoration: none;
	color: #474b57;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
}

/*hover effect*/
#header-nav ul > li a:hover {
	color: #677c8d;
	transition: 0.3s;
}

#header-nav ul li a.current {
	color: #677c8d;
}

/*電腦版第二層選單*/
#header-nav > ul > li.parent > ul.sub-menu {
    position: absolute;
    left: 0;
    z-index: 12;
    white-space: nowrap;
	list-style: none;
	-webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    transition:all 0.3s linear;
	top:80%;
}

#header-nav > ul > li.parent:hover > ul.sub-menu {
	top: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.sub-menu {
	background: #f01d02;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
}

.sub-menu li {
	float: left;
	width: 100%!important;
}

.sub-menu li a {
 	float: left;
	width: 100%!important;
	color: #fff!important;
	line-height: 1.4;
	height: auto;
	display: inline-block;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	letter-spacing:0!important;
	background-color: #303030!important;
	background-image: none!important;
	-moz-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

.sub-menu li:hover a {
	color: #fff!important;
}

/*keyboard tab focus*/
#header-nav .sub-menu {
	opacity: 0;
    pointer-events: none;
}

#header-nav .parent:hover .sub-menu,
#header-nav .parent:focus .sub-menu,
#header-nav .parent.focus .sub-menu,
#header-nav .parent > a:hover .sub-menu,
#header-nav .parent > a:focus .sub-menu
#header-nav .parent.focus .sub-menu {
    opacity: 1;
	pointer-events: all;
}

}

/*********************************
3. footer
*********************************/

#footer-wrap {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #1f1f1f;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

#footer-wrap {
	padding-bottom: 0px; /*footer tool fixed height (for mobile)*/
}

}

#footer-wrap #footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer-wrap .footer-info {
	max-width: 770px;
 	margin-top: 0;
 	margin-right: auto;
 	margin-bottom: 0;
 	margin-left: auto;
}

#footer-wrap .footer-info ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-wrap .footer-info ul li {
	float: left;
	width: calc(33%-30px);
	list-style: none;
	line-height: 1.8;
	min-height: 160px;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 1px) and (max-width: 770px) {

	#footer-wrap .footer-info ul li {
		float: none;
		width: 250px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-top: 10px;
		margin: auto;
	}

}

#footer-wrap .footer-info ul li img {
	width: 120px;
}

#footer-wrap .footer-info ul li {
	color: #ffffff;
	font-size: 0.9em;
}

#footer-wrap .footer-info ul li {
	background-image: url("../images/basic/bg_footerline.png");
	background-repeat: repeat-y;
	background-position: right center;
}

#footer-wrap .footer-info ul li:nth-last-child(1) {
	background-image: url("../images/basic/bg_footerline2.png");
	background-repeat: no-repeat;
	background-position: right center;
}

@media only screen and (min-width: 1px) and (max-width: 770px) {

	#footer-wrap .footer-info ul li {
		border-bottom: 1px solid #959595;
		background-image: url("../images/basic/bg_footerline2.png");
	}

		#footer-wrap .footer-info ul li:nth-last-child(1) {
		border-bottom: none;
	}

}

#footer-wrap .footer-info ul li strong {
	color: #ffffff;
	font-size: 1.1em;
}

#footer-wrap .footer-info ul li span {
	color: #677d90;
}

#footer .copyright {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;

}

#footer .copyright a {
	color: #bbbbbb;
	text-decoration: none;
}

.footer-nav {
	float: left;
	width: 100%;
	margin: 0px;
	background-color: #242424;
	color: #bbbbbb;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.footer-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

.footer-nav ul li a {
	color: #c7d4da;
	text-decoration: none;
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 15px;
}

.footer-nav ul li a:hover {
	color: #fff;
	transition: 0.3s;
}

.footer-nav ul li {
	display: inline-block;
	background-image: url("../images/basic/bg_footerline.png");
	background-repeat: no-repeat;
	background-position: right center;

}

.footer-nav ul li:nth-last-child(1) {
	background-image: url("../images/basic/bg_footerline2.png");
	background-repeat: no-repeat;
	background-position: right center;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

.footer-nav {
	float: none;
	margin-bottom: 20px;
}

}

.footer-social {
	margin-top: 7px;
	float: left;
	width: 30px;
	margin-right: 5px;
}

.footer-social img {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.footer-social img:hover {
	transition: 0.3s;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}

/*********************************
4. footer tool (for mobile)
*********************************/

#footer-tool-wrap {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 99;
}

#footer-tool-wrap {
	float: left;
	width: 80px;
	right: 0px;
	bottom: 80px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

	#footer-tool-wrap {
		bottom:50px
	}

}

#footer-tool {
	display: block;
}

#footer-tool ul {
	float: right;
	width: 50px;
	height: 120px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-tool ul li {
	float: left;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 5px;
}

#footer-tool ul li a {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 1.5em;
}

#footer-tool ul li a img {
	display: inline-block;
	width: 36px;
	padding-top: 9px;
	padding-left: 1px;
}

.footer-tool_1 {
	background-color: #07c857;
}

.footer-tool_2 {
	background-color: #588aa3;
}

/*********************************
5. breadcrumb
*********************************/

.breadcrumb-section {
	float: left;
	width: 100%;
	font-size: 0.85em;
	padding-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {

.breadcrumb-section {
	padding-bottom: 10px;
	padding-top: 10px;
}

}

.breadcrumb-section .breadcrumb {
	float: left;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style-type: none;
}

.breadcrumb-section .breadcrumb li {
	list-style-type: none;
	display: inline;
}

.breadcrumb-section .breadcrumb li+li:before {
	padding: 8px;
	color: #818181;
	content: ">";
}

.breadcrumb-section .breadcrumb li a {
	color: #818181;
	text-decoration: none;
}

.breadcrumb-section .breadcrumb li:last-child a {
	text-decoration: none;
	color: #818181;
}

.headingBox {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	height: 300px;
}

.headingBox .heading {
	float: left;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	color: #fff;
}


