/*
 * Copyright 2017, TANK
 * 
 * 2017 / 02 / 23
 */


/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
	position: relative;
	margin:0;
	font-size: 14px;
}

div, h1, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, img, span, ul, li, a {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	word-wrap: normal;
	word-break: normal;
	line-height: 170%;
	border-width: 0;
	font-family: '微軟正黑體', '蘋果儷中黑', "Lucida Grande", "Arial", "Arial Narrow";
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

hr {
	border-top:1px #000 solid;
	margin:0 0 10px 0;
}

th {
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

p.lineHeight {
	line-height:170%;
}
p.marginTop {
	margin:10px 0;
}
p.marginLeft {
	margin: 0 10px;
}

fieldset {
	border: 0;
}

input,button,select,textarea {
	outline:none
}

img {
	max-width: 100%;
}

/* + anchor
*----------------------------------------------------------------------------*/
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* + clear,clearfix
*----------------------------------------------------------------------------*/
.clear {
    clear: both;
}

.clearfix {
    display: inline-block;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */


livedemo00.template-help.com/media="screen":after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wow {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

body ::selection {
	background: #565656;
	color: #fff;
}

body::-webkit-scrollbar {
    width: 8px;
}
 
body::-webkit-scrollbar-track {
    background: #d4d4d4;
}
 
body::-webkit-scrollbar-thumb {
	background: #8e8e8e;
	outline: 1px solid #545454;
}

body::-webkit-scrollbar-thumb:hover {
	background: #505050;
}


/* +body
*----------------------------------------------------------------------------*/
section {
	overflow: hidden;
	margin: 0 auto;
	width: 80%;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}


/* + a.photo
*----------------------------------------------------------------------------*/
a.photo {
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
}

a.photo img {
	width: 100%;
	max-width: inherit;
}


/* + header
*----------------------------------------------------------------------------*/
header {
	position: fixed;
	padding: 10px 2%;
	width: 96%;
	background: rgba(0, 0, 0, 0.29);
	z-index: 9999;
}

header #cis {
	width: 20%;
	display: inline-block;
}

header .menu {
	width: 79%;
	display: inline-block;
}

header .menu h3 {
	display: none;
}

header .menu h3 .burger {
	margin-top: 7px;
	width: 35px;
	height: 5px;
	border-radius: 10px;
	background: #212121;
}

header .menu h3 .burgerMenu p {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #212121;
}

header .Open h3 .burger {
	background: #fff;
	-moz-transform: translateY(12px) rotate(45deg) scale(1.4, 1);
	-o-transform: translateY(12px) rotate(45deg) scale(1.4, 1);
	-webkit-transform: translateY(12px) rotate(45deg) scale(1.4, 1);
	transform: translateY(12px) rotate(45deg) scale(1.4, 1);
}

header .Open h3 .burger:nth-child(2) {
	-moz-transform: translateY(1px) rotate(-45deg) scale(1.4, 1);
	-o-transform: translateY(1px) rotate(-45deg) scale(1.4, 1);
	-webkit-transform: translateY(1px) rotate(-45deg) scale(1.4, 1);
	transform: translateY(1px) rotate(-45deg) scale(1.4, 1);
}

header .Open h3 .burgerMenu {
	opacity: 0;
}

header .menu nav {
	text-align: center;
}

header .menu nav p {
	margin: 10px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
}

header .menu nav p a {
	color: #fff;
	text-shadow: 1px 1px 5px #525252;
}

header .menu nav p:hover a {
	color: #ffcc66;
}

header .menu .shere {
	display: none;
}


/* + gotop
*----------------------------------------------------------------------------*/
#gotop {
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 99999;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.6);
	border: 1px #ccc solid;
}

#gotop a {
	color: #fff;
}


/* + webSeo
*----------------------------------------------------------------------------*/
section #webSeo ,
section #webSeo .seo {
	overflow: hidden;
	font-size: 12px;
	color: #6b5537;
}

section #webSeo .seo .js-marquee-wrapper {
	transition: none;
	font-size: 12px !important;
}


/* + footer
*----------------------------------------------------------------------------*/
footer {
	padding: 25px 0;
	background: #2f2f2f;
	color: #fff;
}

footer ul {
	margin: 10px 1%;
	width: 31%;
	display: inline-block;
}

footer ul li {
	margin: 10px 0;
	padding: 10px 20px;
	border-bottom: 1px #fff solid;
}

footer ul li a {
	color: #fff;
	font-size: 18px;
}


/************ = 適應性 = ************/
/* +width:1680 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1680px) {
	header .menu nav p {
		margin: 10px 5px;
	}
}

/* +width:1440 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	header {
		padding: 10px 2%;
		width: 96%;
	}
	header #cis {
		width: 9%;
	}
	header #cis a {
		overflow: hidden;
		width: 80px;
		display: block;
	}
	header #cis a img {
		max-width: none;
	}
	header .menu {
		width: 90%;
	}
}

/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	section {
		width: 960px;
	}
	header .menu nav p {
		font-size: 16px;
	}
}

/* +width:1020 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1140px) {
	header {
		padding: 0;
		width: 100%;
		background: none;
	}
	header #cis {
		position: absolute;
		padding: 10px;
		width: auto;
		background: rgba(0, 0, 0, 0.29);
		top: 0;
		left: 10px;
	}
	header .menu {
		width: 100%;
		display: block;
	}
	header .menu h3 {
		position: absolute;
		display: block;
		right: 10px;
		top: 10px;
		z-index: 999;
	}
	header nav {
		position: absolute;
		padding: 50px 30px 0;
		height: 100vh;
		background: rgba(0, 0, 0, 0.44);
		right: -300px;
		z-index: 998;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	header .Open nav {
		right: 0;
	}
	header .menu nav p {
		display: block;
	}
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	header .menu {
		width: 50px;
	}
	header .Open {
		width: 98%;
	}
	section {
		width: 95%;
	}
	footer ul {
		width: 98%;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	header .menu {
		width: 12%;
	}
	header nav {
		overflow: auto;
	}
}