/*
 * iweb52-style27
 *
 * Copyright 2017, TANK
 * 
 * 
 * 2017 / 02 / 16
 */


/*-----------------------------------------------------------------------------
 [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 {
	overflow-x: hidden;
	position: relative;
	margin:0;
}

div, h1, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, img, span, ul, li, a , i {
	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 {
	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: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(62, 61, 61, 0.65);
    box-shadow: inset 0 0 6px rgba(62, 61, 61, 0.65);
    background: #d4d4d4;
}
 
body::-webkit-scrollbar-thumb {
	background: #716f6f;
	outline: 1px solid #545454;
	border-radius: 10px;
}

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


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

.wrapper {
	width: 100%;
}

#bodyOpen {
	-webkit-transform: translateX(-400px);
	-ms-transform: translateX(-400px);
	-o-transform: translateX(-400px);
	transform: translateX(-400px);
}



/* + 跳一  跳三
*----------------------------------------------------------------------------*/
#jumpDiv ,
#jumpIframe {
	position: relative;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 50;
}


/* + 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%;
}


/* + header
*----------------------------------------------------------------------------*/
header section ,
#banner section {
	width: 95%;
}

header .topBar {
	overflow: hidden;
}

header .topBar #cis ,
header .topBar .topLink {
	margin: 15px 0;
	float: left;
	width: 50%;
}

header .topBar .topLink p {
	text-align: right;
}

header .topBar h3 {
	position: absolute;
	top: 50px;
	right: 5%;
	z-index: 100;
}

header .topBar h3 .line {
	width: 35px;
	height: 4px;
	background-color: #525252;
	display: block;
	margin: 7px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header .topBar h3.is-active {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .topBar h3.is-active .line:nth-child(2) {
	 width: 0px;
}

header .topBar h3.is-active .line:nth-child(1) ,
header .topBar h3.is-active .line:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

header .topBar h3.is-active .line:nth-child(1) {
	-webkit-transform: translateY(14px);
	-ms-transform: translateY(14px);
	-o-transform: translateY(14px);
	transform: translateY(14px);
}

header .topBar h3.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(90deg);
	-ms-transform: translateY(-8px) rotate(90deg);
	-o-transform: translateY(-8px) rotate(90deg);
	transform: translateY(-8px) rotate(90deg);
}

header nav {
	position: fixed;
	width: 0;
	height: 100%;
	background: #3e3c36;
	top: 0;
	right: 0;
	z-index: 100;
}

header nav.Open {
	width: 400px;
	-webkit-transform: translateX(400px);
	-ms-transform: translateX(400px);
	-o-transform: translateX(400px);
	transform: translateX(400px);
}

header nav a {
	font-weight: bold;
	color: #fff;
}

header nav a:hover {
	color: #5bd9b3;
}

header nav ul {
	padding: 20% 0 0;
}

header nav ul li {
	margin: 15px 0;
	font-size: 20px;
	text-align: center;
	opacity: 0;
}

header nav.Open ul li {
	opacity: 1;
}

header nav ul li:last-child a {
	margin: 0 5px;
}


/* + banner
*----------------------------------------------------------------------------*/
#banner ul#slider li a.photo {
	-o-transition: -o-transform 1.2s ease-out;
	-ms-transition: -ms-transform 1.2s ease-out;
	-webkit-transition: -webkit-transform 1.2s ease-out;
	-moz-transition: -moz-transform 1.2s ease-out;
	transition: transform 1.2s ease-out;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

#banner ul#slider li.rslides1_on a.photo {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


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

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


/* + gotop
*----------------------------------------------------------------------------*/
#gotop {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 30px;
	background: #fff;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	opacity: 0.6;
}

#gotop:hover {
	opacity: 1;
}


/* + phoneWrap
*----------------------------------------------------------------------------*/
.phoneWrap {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 99999;
}

.phoneWrap ul {
	overflow: hidden;
}

.phoneWrap ul li {
	float: left;
	width: 50%;
	background: #000;
}

.phoneWrap ul li a {
	padding: 5px 0;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}


/* + footer
*----------------------------------------------------------------------------*/
footer {
	padding: 20px 0 5px;
	background: #3e3c36;
	color: #fff;
	font-size: 14px;
}

footer a {
	color: #fff;
}

footer #footer-cis ,
footer #footerInfo ,
footer nav ,
footer #footerCopy {
	padding: 0 1% 10px;
	width: 22%;
	display: inline-block;
	vertical-align: bottom;
}

footer nav a {
	margin: 2px 0;
	width: 49%;
	display: inline-block;
}

footer #footerCopy {
	text-align: right;
	font-size: 12px;
}


/************ = 適應性 = ************/
/* +width:1366 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	section {
		width: 80%;
	}
}

/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	section {
		width: 960px;
	}
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	section {
		width: 95%;
	}
	footer {
		padding-bottom: 40px;
	}
	footer #footer-cis ,
	footer #footerInfo ,
	footer nav ,
	footer #footerCopy {
		width: 47%;
	}
	footer nav a {
		width: 32%;
	}
	.phoneWrap {
		display: block;
	}
}

/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	header .topBar h3 {
		top: 40px;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#bodyOpen {
		-webkit-transform: translateX(-280px);
		-ms-transform: translateX(-280px);
		-o-transform: translateX(-280px);
		transform: translateX(-280px);
	}
	header .topBar #cis ,
	header .topBar .topLink {
		float: none;
		width: 80%;
	}
	header .topBar .topLink p ,
	footer nav {
		display: none;
	}
	header .topBar h3 {
		top: 25px;
	}
	header .topBar h3 .line {
		margin: 6px auto;
		width: 30px;
	}
	header .topBar h3.is-active .line:nth-child(1) {
		-webkit-transform: translateY(13px);
		-ms-transform: translateY(13px);
		-o-transform: translateY(13px);
		transform: translateY(13px);
	}
	header .topBar h3.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-7px) rotate(90deg);
		-ms-transform: translateY(-7px) rotate(90deg);
		-o-transform: translateY(-7px) rotate(90deg);
		transform: translateY(-7px) rotate(90deg);
	}
	header nav.Open {
		width: 280px;
		-webkit-transform: translateX(280px);
		-ms-transform: translateX(280px);
		-o-transform: translateX(280px);
		transform: translateX(280px);
	}
	footer #footer-cis ,
	footer #footerInfo ,
	footer #footerCopy {
		width: 98%;
		display: block;
		text-align: center;
	}
	footer #footerInfo p {
		text-align: center;
	}
	footer #footerCopy p {
		display: inline-block;
	}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#gotop {
		width: 40px;
		height: 40px;
		line-height: 40px;
		bottom: 60px;
	}
	#gotop img {
		width: 70%;
	}
}

/* +width:320 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
	#bodyOpen {
		-webkit-transform: translateX(-210px);
		-ms-transform: translateX(-210px);
		-o-transform: translateX(-210px);
		transform: translateX(-210px);
	}
	header nav.Open {
		width: 210px;
		-webkit-transform: translateX(210px);
		-ms-transform: translateX(210px);
		-o-transform: translateX(210px);
		transform: translateX(210px);
	}
}