﻿@charset "utf-8";
/* CSS Document */
.fb-page {
	width: 500px;
	height: 70px;
}
.container #wrapper {
	width: 100%;
}
.quickMenu > li {
	background: #001F67;
	border-bottom: none;
}
header {
	height: 60px;
	left: 0px;
	width: 100%;
	min-width: 100%;
	position: absolute;
	background-color: transparent;
	border-bottom: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
}
.fixed {
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	height: 60px;
	left: 0px;
	width: 100%;
	min-width: 100%;
	position: fixed;
	background-color: #FFF;
	border-bottom: none;
}
/*主視覺*/
.fa-chevron-down {
	font-size: 22px;
	color: #001F67;
	left: 24%;
	top: 38%;
	position: absolute;
}
article {
	position: relative;
}
article .banner1 {
	background-image: url(/images/project/2017/tinting/pic/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EEE;
	overflow: hidden;
	height: 1200px;
	width: 100%;
	margin-bottom: -320px;
}
article .banner2 {
	background-image: url(/images/project/2017/tinting/pic/banner2.png);
	width: 100%;
	height: 735px;
	position: absolute;
	top: 10%;
}
article .banner1 span {
	width: 40px;
	height: 40px;
	top: 55%;
	left: 49%;
	position: absolute;
	margin: 0 auto;
	border: 1px solid #001F67;
	border-radius: 50%;
	z-index: 9;
	cursor: pointer;
}
article .banner1 .title {
	position: absolute;
	top: 188px;
}
.title2 {
	position: absolute;
	font-size: 15px;
	letter-spacing: 2px;
	width: 37%;
	line-height: 22px;
	right: 0;
	top: 505px;
}
/*主視覺 End*/
.wrapper {
	max-width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.Designer_logo {
	background-image: url(/images/project/2017/tinting/pic/logo.png);
	width: 250px;
	height: 63px;
	position: absolute;
	left: 0px;
	top: 25px;
}
.fixed .Designer_logo {
	background-image: url(/images/project/2017/tinting/pic/logo2.png);
	width: 150px;
	height: 38px;
	top: 10px;
}
.Designer_logo a {
	display: block;
	height: 100%;
}
.seo {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
}
nav {
	position: absolute;
	top: 40px;
	right: 170px;
}
.fixed nav {
	top: 15px;
	right: 170px;
}
nav>a {
	line-height: 30px;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #001F66;
	margin-right: 40px;
	font-size: 16px;
	font-weight: bold;
}
nav>a:hover {
	border-bottom: 1px solid #001F66;
}
.fb_share .fb_base {	
	height: auto;
	position: absolute;
	right: 0;
	top: 44px;
}
.fixed .fb_share .fb_base {
	top: 20px;
}

#openMenu {
	position: relative;
	display: none;
}
#blackOverlay {
	display: none;
	position: fixed;
	z-index: 60;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi8zMS8xNdOFLqwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAGElEQVQYlWNkYGBoYCACMBGjaFQh9RQCANyeAJRQ3dKnAAAAAElFTkSuQmCC);
}
/*accordion_button*/
summary, h3.accordion_button {
	display: block;
	overflow: hidden;
	background-color: #999;
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	padding: 12px 0;
	width: 100%;
	letter-spacing: 2px;
	outline: none;
	cursor: pointer;
}
#accordion {
	z-index: 1;
}
/*accordion_button  End*/

/*按鈕*/
.button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #001F67;
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	width: 100%;
	height: 40px!important;
	letter-spacing: 2px;
	line-height: 40px;
}
.button_color {
	background-color: #C7181D;
	width: 100% !important;
	margin-top: 10px;
}
.button:before {
	content: '';
	position: absolute;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	top: 0;
	z-index: 0;
	width: 0%;
	height: 100%;
	background-color: #0035af;
}
.button_color:before {
	background-color: #a91519;
}
.button:hover:before {
	width: 100%;
}
.button span {
	position: relative;
	z-index: 1;
}
.button400 {
	width: 400px;
}
/*按鈕 End*/
.title_button {
	background-image: url(/images/project/2017/tinting/pic/title_button.png);
	height: 40px;
	background-size: inherit !important;
	background-position: inherit !important;
	width: auto!important;
	background-repeat: repeat-x;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin-top: 20px;
}
.title_button span:before {
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(/images/project/2017/tinting/pic/title_button_icon.png);
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: sub;
	margin-right: 15px;
}
.title_button:hover {
	opacity: 0.8;
}
h2, h2 p, .ch1 li, .ch1_BG, .ch1 li a, .ch2_BG p, .ch3_BG p, table, select, .ch5_BG p, .ch6_BG ul li p {
	color: #001F67;
}
.ch1 li a:hover {
	border-bottom: 1px solid #001F67;
}
#nav01 h2 {
	padding-top: 70px;
}
h2 {
	font-size: 35px;
	color: #001F67;
	text-align: center;
}
h2:before {
	content: '';
	width: 1px;
	height: 60px;
	background: #001F67;
	display: block;
	margin: 0 auto 10px;
}
h2 p {
	font-size: 18px;
	width: 64%;
	margin: 50px auto 50px auto;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: left;
}
.ch1 ul {
	margin-top: 100px;
}
.ch1 ul li {
	display: inline-block;
	vertical-align: top;
	height: 200px;
	margin-right: 56px;
	width: 30%;
	position: relative;
}
.ch1 li p {
	font-size: 25px;
	text-align: center;
	margin-top: 50px;
	line-height: 35px;
	letter-spacing: 2px;
}
.ch1 ul li:last-child {
	margin-right: 0;
}
.ch1 .ch1_liBG01 {
	background-color: #F5DF4D;
}
.ch1 .ch1_liBG02 {
	background-color: #F5C04C;
}
.ch1 .ch1_liBG03 {
	background-color: #EFA22E;
}
.ch1 .ch1_liBG01:after, .ch1 .ch1_liBG02:after, .ch1 .ch1_liBG03:after {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -5px;
}
.ch1 .ch1_liBG01:after {
	border-bottom: 3px solid #F5DF4D;
}
.ch1 .ch1_liBG02:after {
	border-bottom: 3px solid #F5C04C;
}
.ch1 .ch1_liBG03:after {
	border-bottom: 3px solid #EFA22E;
}
.ch1 .ch1_liBG01:before, .ch1 .ch1_liBG02:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	position: absolute;
	right: -30px;
	top: 40%;
}
.ch1 .ch1_liBG01:before {
	border-color: transparent transparent transparent #F5DF4D;
}
.ch1 .ch1_liBG02:before {
	border-color: transparent transparent transparent #F5C04C;
}
#nav01 smail {
	font-size: 25px;
	text-align: center;
	letter-spacing: 2px;
}
#nav01 span {
	background: #001F67;
	width: 5%;
	height: 1px;
	display: inline-block;
	margin: 10px;
}
.ch1_BG {
	background-image: url(/images/project/2017/tinting/pic/ch1_BG.png);
	padding-top: 145px;
	margin-top: -90px;
	padding-bottom: 70px;
}
.ch1 li h3 {
	border: 2px solid #001F67;
	width: 90px;
	padding: 15px;
	margin: -20px 0 0 20px;
	font-size: 20px;
	font-weight: bold;
}
.ch1 li h3:before {
	content: '';
	height: 1px;
	width: 130px;
	position: absolute;
	border-bottom: 1px solid #001F67;
	top: 30px;
	left: 100px;
}
.ch1 li h3 strong {
	font-size: 30px;
}
.ch1_BG .ch1_liBG04 {
	letter-spacing: 2px;
	font-size: 25px;
	width: 26%;
	vertical-align: top;
}
.ch1_BG .ch1_liBG04:before {
	content: '';
	height: 1px;
	width: 250px;
	position: absolute;
	border-bottom: 1px solid #001F67;
	top: 40px;
	left: 75px;
}
.ch1_BG .ch1_liBG04 strong {
	font-size: 35px;
}
.ch1_liBG04, .ch1_liBG05 {
	display: inline-block;
}
.ch1_liBG05 {
	background: #FFF;
	font-size: 16px;
	width: 73%;
}
.ch1_liBG05:after {
	content: '';
	height: 3px;
	width: 73%;
	position: absolute;
	right: 8px;
	bottom: -5px;
	border-bottom: 3px solid #FFF;
}
.ch1_liBG05 ol {
	list-style-type: decimal;
	margin: 20px;
}
.ch1_liBG05 ol li {
	margin-left: 50px;
	line-height: 30px;
	letter-spacing: 2px;
}
footer {
	background: #999;
	min-width: 100%;
	font-size: 12px;
	line-height: initial;
	margin-top: 80px;
}
footer .copyright {
	border: none;
	line-height: 0;
	color: #EEE;
	letter-spacing: 2px;
	height: auto;
	margin: 0;
	text-align: inherit;
}
.ch2_BG {
	background: #EBEBEB;
}
.ch3_BG {
	background: #F5F5F5;
}
.ch2_BG, .ch3_BG {
	float: left;
	vertical-align: top;
	width: 50%;
	height: 420px;
	position: relative;
	z-index: 4;
}
.ch2_BG h2, .ch3_BG h2 {
	margin-top: 50px;
}
.ch2_BG h2:before, .ch3_BG h2:before {
	display: none;
}
.ch2_BG h2:after, .ch3_BG h2:after {
	content: '';
	width: 1px;
	height: 30px;
	background: #001F67;
	display: block;
	margin: 10px auto 0;
}
.ch2_BG p {
	font-size: 25px;
	text-align: center;
	line-height: 35px;
	letter-spacing: 2px;
	margin-top: 25px;
}
.ch3_BG p {
	font-size: 18px;
	margin: 30px;
	width: 64%;
	letter-spacing: 2px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
}
.ch3_BG .button400 {
	position: absolute;
	left: -200px;
	bottom: 70px;
	z-index: 99 !important;
}
.accordion_button .fa-chevron-down {
	left: 0;
	top: 0;
	position: relative;
	margin-left: 20px;
	color: #FFF;
}
#accordion ul {
	list-style-type: disc;
	color: #555;
	padding-bottom: 1px;
	margin: 15px 15px 0;
}
#accordion ul li {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	margin: 0 20px;
}
#accordion ul li:last-child {
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #999;
	margin: 0;
}
section.ch5_BG {
	background-image: url(/images/project/2017/tinting/pic/ch5_BG.png);
	background-repeat: no-repeat;
	width: 1366px;
	height: auto;
	margin: 0 auto;
}
.ch5_BG h2 {
	padding: 70px 0 50px;
	;
}
/* --- 表格 ---*/
table {
	margin-left: auto;
	margin-right: auto;
}
table small, label, .ch5_BG p {
	font-size: 16px;
}
.ch5_BG p {
	text-align: center;
	margin: 30px 10px 70px;
	line-height: 25px;
}
input {
	padding: 7px 5px;
	border: 1px solid #AAC4FF;
	width: 93%;
	outline: none;
	vertical-align: middle;
}
label input {
	width: auto;
	margin-right: 5px;
}
label {
	width: auto;
	margin-right: 20px;
	display: inline-block;
	line-height: 35px;
}
tr {
	line-height: 45px;
}
th {
	font-size: 18px;
	text-align: right;
	letter-spacing: 1px;
	width: 20%;
}
select {
	border: 1px solid #AAC4FF;
	width: 23%;
	font-size: 16px;
	outline: none;
	vertical-align: middle;
}
.wid01 {
	width: 46%;
}
input.wid02 {
	border: none;
	width: 25%;
}
input[type="file"] {
	border: 1px solid #AAC4FF;
	background: #FFF;
	margin-right: 10px;
	padding: 3px;
	cursor: pointer;
}
/* --- 表格 End ---*/
.ch6_BG {
	border-top: 1px solid #001F67;
	margin-top: 113px;
}
.ch6_BG h2 {
	margin-top: -10px;
}
.ch6_BG ul {
	margin-top: 50px;
}
.ch6_BG ul li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	vertical-align: top;
}
.ch6_BG ul li:last-child {
	margin-right: 0;
}
.ch6_BG ul li p:before {
	content: '';
	width: 1px;
	height: 60px;
	background: #001F67;
	position: absolute;
	bottom: 30px;
	left: 50%;
}
.ch6_BG ul li p {
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
}
.ch6_BG ul li img:hover, .ch6_BG ul li p:hover {
	opacity: 0.7;
}
footer ul {
	padding: 30px 0;
}
footer ul li {
	display: inline-block;
	width: 49%;
}
footer ul li:nth-of-type(2) {
	vertical-align: bottom;
	text-align: right;
}
 @media (max-width: 1200px) {
.wrapper {
	max-width: 99%;
}
.fb_share .fb_base {
    height: 25px;
    right: 70px;
    top: 20px;
}
.fixed .fb_share .fb_base {
	height: 25px;
	right: 70px;
}
.Designer_logo {
	background-image: url(/images/project/2017/tinting/pic/logo2.png);
    width: 150px;
    height: 38px;
	left: 10px;
	top: 10px;
}
article .banner2, .ch5_BG {
	background-image: none !important;
}
.ch5_BG {
	width: auto !important;
	height: auto;
}
article .banner1 {
	background-size: contain;
	margin-top: 60px;
	background-color: #FFF;
	margin-bottom: -410px;
}
.fixed {
	height: 60px;
	left: 0px;
	width: 100%;
	min-width: 100%;
	position: fixed;
	background-color: #FFF;
	border-bottom: none;
}
.fixed nav {
	top: 0;
	right: -270px;
}
body {
	position: relative;
	right: 0;
}
header {
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	background-color: #FFF;
	position: fixed;
}
article#kanban {
	margin-top: 60px;
}
/*按了漢堡後，版面往左推-260px*/
.showMenu header, .showMenu main, .showMenu footer {
	left: -260px
}
nav {
	display: block;
	width: 260px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -270px;
	left: auto;
	z-index: 5;
	border-style: none;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	margin: 0;
	background-color: #EEE;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: left;
	height: auto;
}
nav a {
	display: block;
	width: 250px;
	height: 48px;
	line-height: 47px;
	font-size: 18px;
	color: #001F67;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin: 0;
	padding-left: 10px;
	background-color: #FFF;
	position: relative;
	border-bottom: 1px solid #CCC;
	text-align: left;
	background-image: none;
	background-position: 0 !important;
	font-weight: lighter;
}
nav a:hover {
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}
nav>a {
	width: 100%;
}
header div {
	height: 60px;
	text-align: right;
}
header div>a {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #FFF;
	vertical-align: top;
	line-height: 60px;
	text-align: center;
	font-size: 13px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
#openMenu {
	display: inline-block;
	border-left: 1px solid #FFF;
}
#openMenu span {
	position: absolute;
	display: block;
	width: 50%;
	height: 3px;
	background-color: #001F67;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -25%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
#openMenu span:before {
	top: -8px;
}
#openMenu span:after {
	bottom: -8px;
}
#openMenu span:before, #openMenu span:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #001F67;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
}
body.showMenu {
	overflow: hidden;
	right: 260px
}
.showMenu #openMenu span {
	background-color: rgba(255,255,255,0)
}
.showMenu #openMenu span:before {
	top: 0;
	transform: rotate(45deg)
}
.showMenu #openMenu span:after {
	bottom: 0;
	transform: rotate(-45deg)
}
.showMenu nav {
	right: 0
}
.tabs_hover div img {
	width: 100%;
}
article .banner1 .title img {
	background-size: cover;
	width: 100%;
}
article .banner1 .title {
	top: 30px;
	left: 20px;
}
article .banner1 span {
	top: 40%;
}
.title2 {
	position: relative;
	width: 98%;
	margin: 0 auto;
}
.ch1 li h3 {
	display: inline-block;
}
.ch1 ul li {
	display: block;
	height: 150px;
	margin-right: 0;
	width: 98%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
}
.ch1 ul li:last-child {
	margin-right: auto;
}
.ch1 .ch1_liBG01:before {
	border-color: #F5DF4D transparent transparent transparent;
}
.ch1 .ch1_liBG02:before {
	border-color: #F5C04C transparent transparent transparent;
}
.ch1 .ch1_liBG01:before, .ch1 .ch1_liBG02:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	position: absolute;
	right: inherit;
	top: inherit;
	bottom: -30px;
	left: 50%;
}
.ch1 li p {
	margin-top: 15px;
}
.ch1_liBG04, .ch1_liBG05 {
	display: block;
}
.ch1_BG .ch1_liBG04 {
	margin: 0 10px;
	width: 97%;
}
.ch1_liBG05 {
	width: 100%;
}
.ch1_liBG05:after {
	width: 100%;
	right: 0;
}
.ch1_BG {
	padding-top: 95px;
	padding-bottom: 50px;
}
.ch1_liBG05 ol {
	margin: 20px 10px;
	padding: 10px 0;
}
.ch2_BG h2, .ch3_BG h2 {
	margin-top: 0;
}
.ch2_BG, .ch3_BG {
	float: inherit;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.ch3_BG .button400 {
	position: relative;
	left: inherit;
	bottom: inherit;
	margin-bottom: 50px;
	margin-top: 50px;
}
.button400 {
	width: 98%;
}
th {
	text-align: left;
	width: 97%;
	font-size: 16px;
	line-height: 25px;
	background: #EEE;
	padding-left: 10px;
	margin: 0 10px 10px;
}
td {
	width: 98%;
	margin: 0 10px 20px;
}
th, td {
	float: left;
}
input, .wid01, input.wid02 {
	width: 98%;
}
tr {
	line-height: 25px;
}
select {
	width: 100%;
	margin-bottom: 10px;
}
.ch6_BG ul li {
	display: block;
	text-align: center;
	margin-bottom: 50px;
	margin-right: 0;
}
footer ul li:nth-of-type(2) {
	text-align: center;
}
footer ul li {
	display: block;
	width: 100%;
}
.fb-page {
	margin: 0 auto;
	display: block !important;
}
footer .copyright {
	margin-top: 30px;
}
article .banner2 {
	height: auto;
}
h2 p, .ch3_BG p {
	width: 96%;
}
input[type="file"] {
	margin-right: 0px;
}
}
@media (max-width: 768px) {
.kanban a {
	height: 40px;
}
article .banner1 {
	height: 1200px;
	margin-bottom: -540px;
}
article .banner1 .title img {
	width: 70%;
}
article .banner1 span {
	top: 32%;
}
.title2 {
	top: 375px;
}
h2, .ch1_BG .ch1_liBG04 strong {
	font-size: 32px;
}
#nav01 smail, .ch1 li p, .ch1_BG .ch1_liBG04, .ch2_BG p {
	font-size: 22px;
}
h2 p, .ch3_BG p {
	font-size: 16px;
}
.ch1_BG .ch1_liBG04:before {
	width: 100%;
	left: 0;
}
.container #wrapper td {
	width: 97%;
}
.ch1_liBG05 ol li {
	margin-left: 20px;
}
.ch5_BG p {
	text-align: left;
	margin: 0px 10px 30px;
}
.ch6_BG ul li p {
	font-size: 16px;
}
th {
	margin: 0 0 10px;
}
}
@media (max-width: 660px) {
article .banner1 .title img {
	width: 65%;
}
article .banner1 span {
	top: 25%;
}
.title2 {
	top: 315px;
}
article .banner1 {
	margin-bottom: -600px;
}
.fb-page {
	width: 98%;
}
input, .wid01, input.wid02 {
	width: 96%;
}
select {
	width: 99%;
}
td {
	width: 96%;
}
}
 @media (max-width: 480px) {
.Designer_logo {
    background-image: url(/images/project/2017/tinting/pic/logo2.png);
    left: 10px;
    top: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120px;
}
.fixed .Designer_logo {
	width: 120px;
	top: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.fb_share .fb_base {
    right: 50px;
}
.fixed .fb_share .fb_base {
	right: 65px;
}
input, .wid01, input.wid02 {
	width: 94%;
}
.ch6_BG ul li img {
	width: 100%;
}
article .banner1 span {
	top: 22%;
	left: 45%;
}
.title2 {
	top: 225px;
}
article .banner1 {
	margin-bottom: -630px;
}
footer .copyright {
	letter-spacing: 1px;
}
}
