@charset "utf-8";

/** bootstrap **/
@import "bootstrap-4.2.1.css";

/** 文字icon **/
@import "font-awesome.min.css";

/** 手機選單 
@import url("slicknav.css") screen and (max-width:575px); **/

/** edm 
@import "edm.css";**/

/** googlefont **/
@import "Exo+2.css";

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background-color:#ffffff; margin:0; padding:0; width:100%; height:auto; font:medium/1.6 "DFKai-sb";background-attachment: fixed; background-position: center center;background-repeat: no-repeat;background-size:cover;}
.clearfix:after{content:""; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix{height:1%;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;}
.slicknav_menu{display:none;}
input.select-box{margin-bottom:5px; padding:5px 3%; width:20px; height:20px; text-align:center; border:1px solid #cbcbcb;}
input:focus, select:focus, textarea:focus, button:focus{outline:0;}

/** 表單預設文字顏色設定 **/
::-webkit-input-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
input:-moz-placeholder{color:#999999;}
#field2::-webkit-input-placeholder{color:#999999;}
#field3::-webkit-input-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-webkit-input-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
#field2::-moz-placeholder{color:#999999;}
#field3::-moz-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-moz-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
.writing-mode-vertical{writing-mode:tb-lr; -ms-writing-mode:tb-lr; -webkit-writing-mode:vertical-lr; -moz-writing-mode:vertical-lr; -ms-writing-mode:vertical-lr; writing-mode:vertical-lr;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#FFF;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{background:#6f0101;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;}

/** load **/
.load{width: 100vw;height: 100vh;background: rgba(255,255,255,1);position: fixed;top: 0;left: 0;z-index:99999999999;display: flex;flex-wrap: wrap; align-content: center;justify-content: center;padding: 15px;}
.load-logo{max-width: 280px;margin: 0 auto;display: table-cell;}
.load-logo img{width: 100%;}
.load-font{width: 100%;text-align: center;font-size: 20px; color: #000000;font-weight: bold;margin: 10px 0 0 0;}
.load-font-en{width: 100%;text-align: center;font-size:12px; color: #000000;border-top:1px #cccccc solid;font-family: 'Exo 2', sans-serif;text-transform: uppercase;padding: 5px 0;letter-spacing: 0.8px;}
@keyframes load-logo
{
0% {transform:scale(1);}
50% {transform:scale(0.1);}
100%{transform:scale(1);}
}
@-moz-keyframes load-logo /* Firefox */
{
0% {transform:scale(1);}
50% {transform:scale(0.1);}
100%{transform:scale(1);}
}
@-webkit-keyframes load-logo /* Safari 和 Chrome */
{
0% {transform:scale(1);}
50% {transform:scale(0.1);}
100%{transform:scale(1);}
}
@-o-keyframes load-logo /* Opera */
{
0% {transform:scale(1);}
50% {transform:scale(0.1);}
100%{transform:scale(1);}
}
.load-logo{
animation: load-logo linear 3s infinite;
-moz-animation: load-logo linear 3s infinite;	/* Firefox */
-webkit-animation: load-logo linear 3s infinite;	/* Safari 和 Chrome */
-o-animation: load-logo linear 3s infinite;	/* Opera */
}

/** 上版 **/
header{z-index: 100000;height: 60px;position: fixed;width: 100%;background: rgba(255,255,255,.98);}
.head-main{padding:0; position:relative;}
.head-main .logo{position:absolute; left:10px; top:8px; height:auto;width: 324px;z-index: 100000;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
@media screen and (max-width:420px){
	.head-main .logo{width: 240px;top:14px; }
}

/** 首頁內容 **/
.i-content-main{padding:50px 15px;text-align: center;height: 100vh;overflow-y: auto;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
.i-content{display: block;width: 100%;}
.i-content>.logo-main{margin:0 0 25px 0;}
.i-content>.logo-main .logo{border-bottom: 1px #a3a3ff solid;max-width: 265px;margin: 0 auto;padding: 0 5px 10px 5px;}
.i-content>.logo-main .logo img{width: 100%;}
.i-content>.logo-main .logo-en{font-size: 13px;color: #a3a3ff;letter-spacing: 2px;font-family: 'Exo 2', sans-serif;width: 100%;padding:5px 0 0 0;}
.i-content>.slogan{font-size: 18px;color: #a3a3ff;letter-spacing: 2px;width: 100%;margin: 0 auto;max-width: 540px;}
.i-content>.slogan-note{font-size: 18px;color: #a3a3ff;letter-spacing: 2px;width: 100%;margin: 10px 0 30px 0;}
.i-content>.works-button{font-size: 18px;color: #ffffff;display:block;margin: 0 auto;max-width: 140px;}
.i-content>.works-button a{color: #ffffff;display: block;border:1px rgba(153,153,153,.5) solid;background: rgba(0,0,0,.5);padding: 5px 15px;}
.i-content>.works-button a:hover{border:1px rgba(153,153,153,.9) solid;background: rgba(0,0,0,.9);}
@media screen and (max-width:767px){
	.i-content>.logo-main .logo{max-width: 220px;}
}
@media screen and (max-width:575px){
	.i-content>.logo-main{margin:0 0 15px 0;}
	.i-content>.logo-main .logo{max-width: 200px;}
	.i-content>.slogan{font-size: 16px;}
	.i-content>.works-button{margin:20px auto 0 auto;}
}
@media screen and (max-width:370px){
	.i-content>.logo-main{margin:0 0 10px 0;}
	.i-content>.logo-main .logo{max-width: 180px;}
	.i-content>.slogan{font-size: 15px;}
	.i-content>.works-button{margin:15px auto 0 auto;}
}

/** 首頁文字動畫 **/
.ml9 {position: relative;font-size: 4em;}
.ml9 .text-wrapper {position: relative;display: inline-block;padding-top: 0.8em;padding-right: 0.05em;padding-bottom: 0.1em;overflow: hidden;}
.ml9 .letter {transform-origin: 50% 100%;display: inline-block;line-height: 1em;}

/** 選單按鈕 **/
.hamburger {position: fixed;top:15px;right:21px;z-index: 100001;display:none;}
.hamburger .line{width: 30px;height: 3px;background-color: #a3a3ff;display: block;margin: 6px auto;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.hamburger:hover{cursor: pointer;}
#hamburger.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);}
#hamburger.is-active .line:nth-child(2){width: 0px;}
#hamburger.is-active .line:nth-child(1),
#hamburger.is-active .line:nth-child(3){-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
#hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(9px);-ms-transform: translateY(9px);-o-transform: translateY(9px);transform: translateY(9px);background-color:#ffffff;}
#hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-9px) rotate(90deg);-ms-transform: translateY(-9px) rotate(90deg);-o-transform: translateY(-9px) rotate(90deg);transform: translateY(-9px) rotate(90deg);background-color:#ffffff;}
@media screen and (max-width:850px){
	.hamburger {display:block;}
}
/** 主選單與下拉 **/
nav{display: block;overflow: hidden;max-height: 60px;}
.menu{padding:0; list-style:none; position:relative; margin:0; display:flex;flex-wrap: wrap;justify-content:flex-end;align-content: center;overflow: hidden;}
.menu>li{color:#000000; font-size:18px; text-align:center; position:relative; cursor:pointer; padding:0; margin:0;display: flex;justify-content: center;align-items: center;min-width: 110px;}
.menu>li .menu-ch{color: #000000;font-size: 18px;display:block;padding: 16px 0;visibility:visible;opacity: 1;transition: all 0.5s ease 0s;}
.menu>li .menu-en{color: #a3a3ff;font-size: 16px;display:block;visibility: hidden;opacity: 0; font-family: 'Exo 2', sans-serif;text-transform: uppercase;padding: 17.5px 0;transition: all 0.5s ease 0s;}
.menu>li .menu-en span{display: none;}
.menu>li>a{color:#fff; display:block; padding:0 15px; margin:0;width: 100%;}
.menu>li>a:hover{}
.menu>li:hover .menu-ch{margin: -120px 0 0 0;visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;}
.menu>li:hover .menu-en{visibility:visible;opacity: 1;transition: all 0.5s ease 0s;}
@media screen and (max-width:850px){
	nav{display: none;width: 100vw;height: 100vh;overflow-y: auto;background: rgba(0,0,0,.85);position: relative;z-index: 100000;overflow:auto;max-height:inherit;}
	.menu{padding:0; list-style:none; position:relative; margin:0; display:flex;flex-wrap: wrap;justify-content: center;align-content: center;width: 100vw;height: 100vh;overflow:auto;}
	.menu>li{width: 100%; color:#fff; font-size:18px; text-align:center; position:relative; cursor:pointer; padding:0; margin:0;display: flex;justify-content: center;align-items: center;line-height: 1.2;}
	.menu>li .menu-ch{color: #ffffff;font-size: 40px;display: inline-block;}
	.menu>li .menu-en{font-size: 20px;display: inline-block;letter-spacing: 2px;visibility:visible;opacity: 1;}
	.menu>li .menu-en span{display:inline-block;}
	.menu>li>a{color:#fff; display:block; padding:15px; margin:0;width: 100%;}
	.menu>li>a:hover{background:#6e7497;}
	.menu>li:hover .menu-ch{margin:0;visibility:visible;opacity: 1;}
	.menu>li:hover .menu-en{visibility:visible;opacity: 1;color: #000000;}
}
@media screen and (max-width:575px){
	.menu>li .menu-ch{font-size: 36px;padding: 0;}
	.menu>li .menu-en{font-size: 16px;padding: 0;}
}


/** edm輪播 **/
.edm{background:#ffffff; max-width:1200px;/* EDM滿版 max-width:100%; */ margin:0 auto; position:relative;}
.edm img{vertical-align:middle; width:100%; height:auto; position:absolute;}

/** 配置 **/
.warpper{padding: 60px 0 49px 0;overflow: hidden;}
.main{}
@media screen and (max-width:575px){
	.warpper{padding: 60px 0 68px 0;}
}
@media screen and (max-width:419px){
	.warpper{padding: 60px 0 87px 0;}
}

/** 內頁banner **/
.inside-banner{background:#eeeeee; padding:85px 0 25px 0;}
.inside-banner .banner-title{max-width:1200px; font-size:18px; color:#ffffff; margin:0 auto; padding:0;}

@media screen and (max-width:767px){
	.inside-banner{padding:25px 10px;}
}

/** Breadcrumb **/
.breadcrumb{display:flex; flex-wrap:wrap; width:100%; max-width:1200px; margin:0 auto; padding:0.75rem 1rem 0.75rem 0; list-style:none; background-color:#e9ecef; border-radius:0.25rem;}
.breadcrumb-item{padding-left:0.5rem;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#6c757d; content:"/";}
.breadcrumb-item a{font-weight:bold; text-decoration:none; color:#4697bf;}
.breadcrumb-item a:hover{color:#007bff; text-decoration:none;}


/** 內頁架構 **/
.content-body{max-width:1200px; margin:0 auto; padding:4% 0;}
.page-title{font-size:24px; color:#000000; padding:5px 0; margin:0;}
.page-main{padding:0; font-size:18px; color:#000000;}
.title{position: relative;margin: 50px 0 30px 80px;}
.title:before{content: "";display: block;background: url(../images/page-title.png)no-repeat top left;position: absolute;top:-50px;left: -80px;width: 149px; height: 160px;}
.title h1{font-size:52px; color: #000000;font-weight: bold;margin: 0 0 5px 0;padding: 0;letter-spacing: 2px;}
.title .title-en{font-size: 20px; color: #a3a3ff;font-family: 'Exo 2', sans-serif;letter-spacing: 2px;font-weight:normal;text-transform: uppercase;padding: 0 0 0 6px;}
@media screen and (max-width:850px){
	.title{margin:15px 0 15px 0;}
	.title:before{display: none;}
}
@media screen and (max-width:575px){
	.title h1{font-size:44px;}
	.title .title-en{font-size: 16px; }
}
/** 左邊分類 **/
.left-menu-title{background:#e9ecef; text-align:center; font-size:18px; font-weight:bold; padding:8px 0; border-radius:5px 5px 0 0; margin-bottom:3px; border-bottom:2px solid #6d6d6d; color:#525252;}
.in-left-menu{margin:0 0 20px 0;padding: 0;}
.in-left-menu>ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;}
.in-left-menu>ul>li{ font-size:18px; color:#000000; padding:0;min-width: 120px;margin: 10px; text-align: center;}
.in-left-menu>ul>li>a{background: rgba(255,255,255,.8); color:#000000; border-bottom:3px #a3a3ff solid; display:block; padding:5px 15px 5px 15px;position: relative;overflow: hidden; }
.in-left-menu>ul>li>a:before{content: "";display: block;width: 5px; height: 5px;background: #a3a3ff;position: absolute;top:16px;left:-50px;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>a:hover{background-color:#6e7497; color: #ffffff;border-bottom:3px #6e7497 solid;position: relative;padding:5px 15px 5px 25px; }
.in-left-menu>ul>li>a:hover:before{content: "";display: block;width: 5px; height: 5px;background: #ffffff;position: absolute;top:16px;left:15px;transition: all 0.5s ease 0s;}

.in-left-menu>ul>li>.current{background-color:#6e7497; color: #ffffff;border-bottom:3px #6e7497 solid;position: relative;padding:5px 15px 5px 25px; }
.in-left-menu>ul>li>.current:before{content: "";display: block;width: 5px; height: 5px;background: #ffffff;position: absolute;top:16px;left:15px;transition: all 0.5s ease 0s;}

.in-left-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.in-left-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.in-left-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.in-left-menu>ul>li ul li a:hover{color:#71743D;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}

@media screen and (max-width:767px){
	.classBox{padding:0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #6e7497;}
	.m_classLink a.main{display:block; background:none; font-size:18px; font-family:"DFKai-sb"; color:#333; position:relative; padding:8px;}
	.m_classLink a.main i{display:block; font-size:18px; background:#6e7497; width:45px; height:100%; text-align:center; color:#FFF; line-height:44px; position:absolute; right:0; top:0;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #6e7497; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;}
	.m_classLink ul li a{display:block; padding:8px; border-top:1px solid #6e7497; font-family:"DFKai-sb"; font-size:18px; color:#000000;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:#efeded;}
	.m_classLink ul li ul{display:block; margin:0 10px 10px 10px; padding:0; list-style:none; width:calc(100% - 20px); background:#FFF; border:1px solid #6e7497; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 關於我們 **/
.about{margin: 0;}
.about-information{margin: 0 ;}
.font001{font-size: 22px;margin: 10px 0;font-weight: bold;color: #6e7497;}
@media screen and (max-width:850px){
	.about{margin: 0;}
	.about-information{margin: 0;}
}

/** 服務內容 **/
.service-information{margin:0;}
.service-information ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.service-information ul li{padding:20px;margin:20px;width: calc(33.3333% - 40px);}
.service-information ul li .service-information-icon{display: block;width: 76px;height: 76px;border-radius: 100px;margin:0 auto;padding: 16px;position: relative;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6e7497+0,606a84+100 */
background: #6e7497; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #6e7497 0%, #606a84 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #6e7497 0%,#606a84 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #6e7497 0%,#606a84 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e7497', endColorstr='#606a84',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.service-information ul li .service-information-icon:after{content: "";display: block;width: 88px;height: 88px;border-radius: 100px;border: 1px #6e7497 dashed;position: absolute;top: -6px; left: -6px;}
.service-information ul li .service-information-main{}
.service-information ul li .service-information-main h4{font-weight:bold;text-align: center; padding: 0;margin:15px 0 5px 0;line-height: 1.6;font-size: 22px;color:#6e7497 ;}
.service-information ul li .service-information-main .service-information-content{}
@keyframes service-information-icon-after
{
0% {transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@-moz-keyframes service-information-icon-after /* Firefox */
{
0% {transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@-webkit-keyframes service-information-icon-after /* Safari 和 Chrome */
{
0% {transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@-o-keyframes service-information-icon-after /* Opera */
{
0% {transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
.service-information-icon:after{
animation: service-information-icon-after linear 8s infinite;
-moz-animation: service-information-icon-after linear 8s infinite;	/* Firefox */
-webkit-animation: service-information-icon-after linear 8s infinite;	/* Safari 和 Chrome */
-o-animation: service-information-icon-after linear 8s infinite;	/* Opera */
}
.service-content-main{}
.service-content-main h2{margin: 15px 0 20px 0;line-height: 1.6;font-weight:bold;font-size: 22px;background:#333333;color: #ffffff;padding: 0px 20px;display: table;}
.service-content-main ul{list-style:none;padding: 0;margin: 0;}
.service-content-main ul li{padding: 0;margin:15px 0;width: 100%;display:flex;}
.service-content-main ul li h4{width: 160px;min-width: 160px; font-weight:bold;padding: 0 10px;text-align: center; margin: 0;line-height: 1.6;font-size:18px;color:#6e7497 ;border-right: 1px #6e7497 solid;position: relative;display: flex;align-items: center;justify-content: center;}
.service-content-main ul li h4:after{content: "";display: block;position: absolute;top:calc(50% - 5px);right:-6px;width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 6px;border-color: transparent transparent transparent #6e7497;}
.service-content-main ul li .service-content{flex: 1;padding: 0 0 0 20px;}
@media screen and (max-width:850px){
	.service-information ul li{padding:15px;margin:10px;width: calc(33.3333% - 20px);}
}
@media screen and (max-width:767px){
	.service-information ul li{padding:5px;}
}
@media screen and (max-width:575px){
	.service-information ul li{padding:0px;margin:15px 0;width: calc(100% - 0px);}
    .service-content-main h2{margin:25px auto 15px auto;display: block;text-align: center;}
    .service-content-main ul li{display:block;margin:10px 0;}
    .service-content-main ul li h4{width:100%;min-width:inherit;border-right: 0;border-bottom: 1px #6e7497 solid;padding: 5px 0;}
    .service-content-main ul li h4:after{content: "";display: block;position: absolute;bottom: -6px;left:calc(50% - 5px); top:inherit;right:inherit;width: 0;height: 0;border-style: solid;border-width: 6px 5px 0 5px;border-color: #6e7497 transparent transparent transparent;}
    .service-content-main ul li .service-content{padding: 10px 0;}
}

/** 服務流程 **/
.process{}
.process ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.process ul li{padding: 0;margin:15px;display: flex;width: calc(33.3333% - 30px);position: relative;}
.process ul li .process-number{width: 80px;height: 80px;border-radius: 3px 0 0 3px; font-family: 'Exo 2', sans-serif;font-weight: bold;font-size:56px;background: #a3a3ff;color: #ffffff;padding: 10px;display: flex;align-items: center;justify-content: center;line-height: 1;position:absolute;top: 0;left: 0;}
.process ul li .process-number:after{content: "";display: block;position: absolute;top: 0;right: -20px; width: 0;height: 0;border-style: solid;border-width: 40px 0 40px 20px;border-color: transparent transparent transparent #a3a3ff;}
.process ul li .process-content-main{flex: 1;padding: 15px 15px 15px 95px;background: rgba(255,255,255,.8);margin: 15px 0 0 15px;box-shadow: 0 0 6px 0 rgba(0,0,0,.1)}
.process ul li .process-content-main h4{padding: 0;margin: 0;line-height: 1.6;font-size:22px;color:#6e7497 ;font-weight: bold;}
.process ul li .process-content-main .process-content{font-size:18px;color:#000000 ;}
.process ul li:nth-child(-n+6):nth-child(n+4) .process-number{left:inherit;right: 0;border-radius: 0 3px 3px 0;}
.process ul li:nth-child(-n+6):nth-child(n+4) .process-number:after{content: "";display: block;position: absolute;top: 0;right:inherit;left: -20px;width: 0;height: 0;border-style: solid;border-width: 40px 20px 40px 0;border-color: transparent #a3a3ff transparent transparent;}
.process ul li:nth-child(-n+6):nth-child(n+4) .process-content-main{padding: 15px 95px 15px 15px;margin: 15px 15px 0 0;text-align: right;}
.process ul li:nth-child(1) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon001.png")no-repeat right bottom;}
.process ul li:nth-child(2) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon002.png")no-repeat right bottom;}
.process ul li:nth-child(3) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon003.png")no-repeat right bottom;}
.process ul li:nth-child(4) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon004.png")no-repeat left bottom;}
.process ul li:nth-child(5) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon005.png")no-repeat left bottom;}
.process ul li:nth-child(6) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon006.png")no-repeat left bottom;}
.process ul li:nth-child(7) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon007.png")no-repeat right bottom;}
.process ul li:nth-child(8) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon008.png")no-repeat right bottom;}
.process ul li:nth-child(9) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon009.png")no-repeat right bottom;}
@media screen and (max-width:960px){
	.process ul li{margin:10px;width: calc(50% - 20px);}
    .process ul li:nth-child(-n+6):nth-child(n+4) .process-number{right:inherit;border-radius: 3px 0 0 3px;}
    .process ul li:nth-child(-n+6):nth-child(n+4) .process-number:after{content: "";display: block;position: absolute;top: 0;right: -20px;left: inherit; width: 0;height: 0;border-style: solid;border-width: 40px 0 40px 20px;border-color: transparent transparent transparent #a3a3ff;}
    .process ul li:nth-child(-n+6):nth-child(n+4) .process-content-main{padding: 15px 15px 15px 95px;margin: 15px 0 0 15px;text-align: left;}
    .process ul li:last-of-type{margin:10px;width: calc(100% - 20px);}
    .process ul li:nth-child(4) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon004.png")no-repeat right bottom;}
    .process ul li:nth-child(5) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon005.png")no-repeat right bottom;}
    .process ul li:nth-child(6) .process-content-main{background: rgba(255,255,255,.8) url("../images/process-icon006.png")no-repeat right bottom;}
}
@media screen and (max-width:575px){
	.process ul li{margin:10px 0;width: calc(100% - 0px);}
}

/** 客戶群 **/
.customer{}
.customer-information{}
.customer-information ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.customer-information ul li{padding: 0;margin: 10px;width: calc(25% - 20px);}
.customer-information ul li a{display: block;}
.customer-information ul li a:hover{}
.customer-information ul li h4{font-size: 18px; color: #000000;text-align: center;padding: 0;margin:10px 0;}
.customer-photo{background:#ffffff; width:100%; position:relative;display:flex; height:100%; align-items:center; justify-content:center;border: 1px #cccccc solid;overflow: hidden;}
.customer-photo img.index-pro-img{width:auto; height:auto; flex-shrink:0;transform:scale(1);transition: all 0.5s ease 0s;}
.customer-information ul li:hover .customer-photo{border: 1px #6e7497 solid;}
.customer-information ul li:hover .customer-photo img.index-pro-img{transform:scale(1.15);transition: all 0.5s ease 0s;}
@media screen and (max-width:1000px){
	.customer-information ul li{margin: 5px;width: calc(25% - 10px);}
}
@media screen and (max-width:767px){
	.customer-information ul li{width: calc(33.3333% - 10px);}
}
@media screen and (max-width:575px){
	.customer-information ul li{width: calc(50% - 10px);}
}

/** 作品展示 **/
.projects-title{padding: 0 15px;}
.projects{}
.projects-information{}
.projects-information ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.projects-information ul li{padding: 0;margin: 1px;width: calc(20% - 2px);}
.projects-information ul li a{display: block;}
.projects-information ul li a:hover{}
.projects-information ul li .projects-photo-main{position: relative;overflow: hidden;}
.projects-information ul li .projects-photo-main h4{position: absolute;top:100%;left: 0;background: rgba(0,0,0,.8);display: flex;align-items: center;justify-content: center;width: 100%; height: 100%; font-size: 20px; color: #ffffff;text-align: center;padding: 0;margin: 0;transition: all 0.5s ease 0s;}
.projects-information ul li:hover .projects-photo-main h4{position: absolute;top: 0;left: 0;background: rgba(0,0,0,.5);display: flex;align-items: center;justify-content: center;width: 100%; height: 100%; font-size: 20px; color: #ffffff;text-align: center;padding: 0;margin: 0;transition: all 0.5s ease 0s;}
.projects-photo{background:#ffffff; width:100%; position:relative;display:flex; height:100%; align-items:center; justify-content:center;border: 1px #cccccc solid;overflow: hidden;}
.projects-photo img.index-pro-img{width:auto; height:auto; flex-shrink:0;transform:scale(1);transition: all 0.5s ease 0s;}
.projects-information ul li:hover .projects-photo img.index-pro-img{transform:scale(1.15);transition: all 0.5s ease 0s;}

@media screen and (max-width:1000px){
	.projects-information ul li{padding: 0;margin: 1px;width: calc(25% - 2px);}
}
@media screen and (max-width:767px){
	.projects-information ul li{padding: 0;margin: 1px;width: calc(33.3333% - 2px);}
}
@media screen and (max-width:575px){
	.projects-information ul li{padding: 0;margin: 1px;width: calc(50% - 2px);}
}


/** 最新消息 **/
.news ul{margin:0; padding:0; list-style:none;}
.news ul li{clear:both; border-bottom:1px #E3E3E3 dotted;}
.news ul li a{color:#333; display:flex; align-items:center; padding:8px 10px;}
.news ul li a:hover{background:#f9f9f9;}
.news ul li .news-date{width:100px; color:#b9b9b9; font-size:14px; text-align:center; margin:0 15px 0 0;}
.news ul li .news-content{flex:1; font-size:15px; color:#333;}
.news-detail-date{color:#b9b9b9; padding:10px 0; border-bottom:1px #D7D7D7 dotted;}

@media screen and (max-width:400px){
	.news ul li a{display:block;}
	.news ul li .news-date{width:100%; text-align:left;}
}

/** 產品搜尋 **/
.pro-search-info{font-size:18px; color:#64691F; line-height:1.5em; border-bottom:1px #CCC dotted; margin-bottom:20px; text-align:center; padding-bottom:10px;}

/** 產品列表介紹 **/
.pro-store-info{font-size:15px; color:#666; padding:10px; margin-bottom:20px;}
.pro-list ul{max-width:1200px; margin:0 auto; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.pro-list ul li{width:25%; margin:0; padding:10px; text-align:center;}
.pro-list ul li:hover{background:#f8f6f6;}
.pro-list ul li h4{font-size:15px; color:#504f4d; line-height:1.5em; font-weight:normal; padding:5px 0 5px 0; margin:0;}
.pro-list ul li .pro-store{color:#938c83; padding:10px 0 0px 0; display:block; text-decoration:line-through;}
.pro-list ul li .pro-price{color:#b83400; font-size:20px; padding:5px; display:block;}

@media screen and (max-width:767px){
	.pro-list ul li{width:33.3333%;}
}

@media screen and (max-width:575px){
	.pro-list ul li{width:50%; padding:5px;}
}

/** 產品明細 **/
.projects-font001{color: #6e7497;font-size: 18px;margin:10px 0 0 0;padding:4px 0 1px 0; }
.projects-font002{color: #6e7497;font-size: 18px;margin:0 0 10px 0;padding:1px 0 4px 0; border-bottom: 1px #6e7497 solid;}
.pro-detaile-title{font-size:26px;font-weight: bold;color:#000000; padding:0; margin: 10px 0 10px 0;}
.pro-detaile-box{display:flex; flex-wrap:wrap; margin:0 0 15px 0;}
.pro-detaile-photo-box{width:calc(50% - 25px); margin:0 25px 0 0;}
.pro-detaile-spe-box{width:50%; position:relative; padding-bottom:0px;}
.pro-detaile .pro-photo-box{background:#fff; width:100%; margin:0; padding:0;}
.pro-detaile .pro-photo-box img{width:100%; height:auto;}
.pro-list-time{background:url(../images/time.png) left center no-repeat; font-size:12px; color:#968c69; padding-left:20px;}
.pro-specification{font-size:18px; color:#000000; position:relative;}
.cart-info{position:absolute; width:100%; bottom:0;}
.cart-info .price{font-size:22px; font-weight:bold; color:#F00; vertical-align:middle; display:block; text-align:right;}
.cart-info .price.origin{font-size:smaller; color:#666; text-decoration:line-through;}
.cart-info .price.special{font-size:smaller; color:#000;}
h3.pro-introduce{background:#999; font-weight:normal; border-left:5px #111111 solid; padding:8px 10px; font-size:20px; color:#fff; margin:25px 0 15px 0;}
.pro-content{padding:0px 0; font-size:18px; color:#000000; clear:both;}
@media screen and (max-width:767px){
	.pro-detaile-box{display:block;}
	.pro-detaile-photo-box{width:100%; margin:0 0 15px 0;}
	.pro-detaile-spe-box{width:100%; padding-bottom:0;}
	.cart-info{position:inherit; bottom:inherit;}
}

/** 聯絡我們 **/
.contact-body{}
.contact-note{padding:8px 0;font-size:16px; color:#f00000;}
.contact-page-main{max-width: 1200px;margin: 0 auto;width: 100%;}
.contact-main{margin: 0 50% 0 0;padding: 0 50px 0 0;}
.contact-information{margin:80px 0 0 80px;}
.contact-information ul{list-style: none;padding: 0;margin: 0;}
.contact-information ul li{padding: 0;margin:40px 0;display: flex;}
.contact-information ul li .contact-icon{width: 30px;}
.contact-information ul li .contact-content{flex: 1;font-size: 18px; color: #000000;padding: 1px 15px;}
.contact-information ul li .contact-content a{color: #000000;}
.contact-information ul li .contact-content a:hover{text-decoration: underline;}
.googlemap {position: absolute;top: 0;left: 50%;width:50%;height: 100%;padding: 60px 0 49px 0;}
.contact-button{color: #000000;font-size: 18px;display: flex;align-items: center;justify-content: flex-end;}
.contact-button a{display:table;background: #a3a3ff;text-align: center;border: 1px #ffffff solid;box-shadow: 0 0 0 3px #a3a3ff;padding: 2px 30px;color: #000000;}
.contact-button a:hover{background: #6e7497;box-shadow: 0 0 0 3px #6e7497;border: 1px #ffffff solid;color: #ffffff;}
@media screen and (max-width:850px){
	.contact-information{margin:0px 0 0 0px;}
	.contact-main{padding: 0 15px;margin: 0;}
	.googlemap {position: relative;top:inherit;left:inherit;padding: 30px 0 60% 0;height: 0;overflow: hidden;width: 100%;margin:40px 0 0 0;}
	.googlemap iframe {position: absolute;top:0;left: 0; width: 100%;height: 100%;}
}
@media screen and (max-width:575px){
	.googlemap {padding: 30px 0 90% 0;}
}

/** 暗窗 **/
.contact-content-main{margin: 0 0 0 50%;background: rgba(255,255,255,1);padding: 15px;width: 100%;}
a.button {max-width: 100px; display: inline-block;background: #999; color: #f2f2f2;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;padding: 10px 1em;-moz-box-shadow: 0 3px 0 #777;-webkit-box-shadow: 0 3px 0 #777;box-shadow: 0 3px 0 #777;font-size: 1.3em;text-decoration: none;}
a.button img{width: 100%;}
.lightbox-target {position: fixed;top: -100%;width: 100%;background: rgba(0, 0, 0, 0.7);opacity: 0;-moz-transition: opacity 0.5s ease-in-out;-o-transition: opacity 0.5s ease-in-out;-webkit-transition: opacity 0.5s ease-in-out;transition: opacity 0.5s ease-in-out;overflow: hidden;z-index: 999999;}
.lightbox-target .content {padding: 20px; width: calc(100% - 30px);height:calc(100% - 30px);color: #333;margin: auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;max-height: 0%;max-width: 0%;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);box-sizing: border-box;-moz-transition: ease-in-out 0.5s;-o-transition: ease-in-out 0.5s;-webkit-transition: ease-in-out 0.5s;transition: ease-in-out 0.5s;overflow-y: auto;background:#fff url(../images/form_bg.png)no-repeat center center;background-size: cover;display: flex;align-items: center;justify-content: center;}
.lightbox-target img {margin: auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;max-height: 0%;max-width: 0%;border: 3px solid #fff;-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);box-sizing: border-box;-moz-transition: ease-in-out 0.5s;-o-transition: ease-in-out 0.5s;-webkit-transition: ease-in-out 0.5s;transition: ease-in-out 0.5s;}
.lightbox-target:target {opacity: 1;top: 0;bottom: 0;}
.lightbox-target:target .content, .lightbox-target:target img {max-height: 100%;max-width: 100%;}
.lightbox-target:target .lightbox-close {}
.lightbox-close {display: block;width: 50px;height: 50px;box-sizing: border-box;background: #a3a3ff;color: #fff;position: absolute;top:0;right:0;-moz-transition: ease-in-out 0.5s;-o-transition: ease-in-out 0.5s;-webkit-transition: ease-in-out 0.5s;transition: ease-in-out 0.5s;}
.lightbox-close:before, .lightbox-close:after {content: " ";display: block;height: 30px;width: 1px;background: #fff;position: absolute;left: 26px;top: 10px;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.lightbox-close:after {-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.lightbox-close:hover{background: #6e7497;}
@media screen and (max-width:950px){
	.contact-content-main{margin: 0 0 0 0%;}
	.lightbox-target .content {padding: 10px; width: calc(100% - 20px);align-items: flex-start;}
}

/** 表單欄位 **/
label{margin-bottom: 0;min-width: 80px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion{display:flex; flex-wrap:wrap; margin:0;padding: 10px; border-bottom:1px dashed #cccccc; border-radius:0; overflow:hidden;position: relative;}
.opinion-left01{background:#6e7497; width:130px; min-width:110px; padding:5px 15px; font-size:18px; font-family:"DFKai-sb"; color:#ffffff; line-height:1.8; display:flex; align-items:center;}
.opinion-left01 span{color:#f00000;font-size: 12px;padding:0 5px;}
.input-main-style01{flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:18px; font-family:"DFKai-sb"; color:#000000; line-height:1.8; min-height:42px;}
.input-main-style02{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:18px; font-family:"DFKai-sb"; color:#000000; line-height:1.8; min-height:42px;}
.input-main-style03{background:#f4f8fb; flex:1; width:100%; border:0; margin:5px 0 0 0; padding:5px 15px; font-size:18px; font-family:"DFKai-sb"; color:#000000; line-height:1.8; min-height:42px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:5px; font-size:15px; font-family:"DFKai-sb"; color:#333; line-height:1.8; display:flex; flex-wrap:wrap;}
.input-main-select select{background:#f4f8fb; width:calc(50% - 2.5px); margin-right:5px; padding:5px 15px; line-height:1.8; border:0; font-size:15px; font-family:"DFKai-sb"; color:#333; min-height:37px;}
.input-main-select select:nth-child(2){margin-right:0;}
.select-style{background:#8a6e0c; font-size:15px; color:#ffffff; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:15px; font-family:"DFKai-sb"; color:#333; line-height:1.8; min-height:37px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:15px; line-height:1.5; font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
.code{width:100px; height:37px;  vertical-align:middle; display:inline-block;position: absolute;top: 0;right: 0;}
.input-main-style01:focus{box-shadow: 0 0 0 1px inset #6e7497;}
@media screen and (max-width:450px){
	.opinion{display:block;padding: 10px 5px; }
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 104px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding:20px 0; text-align:center; margin-top:0px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.btn-send{font-size:13px;}
a.btn-send{padding:4px 20px;background: #a3a3ff ;text-align:center; font-size:18px; font-weight:bold; color:#000000; min-width:100px; margin:2px 8px; border-radius:0;border: 1px #ffffff solid;box-shadow: 0 0 0 3px #a3a3ff ;}
a.btn-send:hover{background:#6e7497;color: #ffffff;box-shadow: 0 0 0 3px #6e7497; }
a.btn-reset{background:#dddddd; padding:4px 20px; text-align:center; font-size:18px; color:#373737; font-weight:bold; min-width:100px; margin:2px 8px; border-radius:0;border: 1px #ffffff solid;box-shadow: 0 0 0 3px #dddddd;}
a.btn-reset:hover{background:#333333; color:#fff;box-shadow: 0 0 0 3px #333333; }
a.btn-send-over{background:#7ea2c5; padding:5px 20px; text-align:center; font-size:15px; color:#fff; min-width:100px; margin:2px; border-radius:5px; border:2px solid #7ea2c5;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}

@media screen and (max-width:575px){
	a.btn-send{padding:5px 10px; width:calc(50% - 16px);}
	a.btn-reset{padding:5px 10px; width:calc(50% - 16px);}
	a.btn-send-over{padding:5px 10px; width:calc(50% - 4px);}
}

/** 頁次 **/
.page{font:16px/2.4 "DFKai-sb"; color:#333; text-align:center; clear:both; margin:25px 0 15px 0;}
.page a{background:#a3a3ff; color:#000000; padding:5px 15px;border-radius: 5px;}
.page a:hover{background:#6e7497; color:#fff;}
.page br{display:none;}

@media screen and (max-width:640px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:#333333;padding: 15px 10px;position:fixed;bottom:0;left:0;z-index: 99999;width: 100%;}
footer .footer{max-width:1200px; margin:0 auto; }
footer .footer a{color:#ffffff; }
footer .footer a:hover{color: #a3a3ff;}
footer .footer .copyright{color:#ffffff; font-size:12px; text-transform:uppercase;font-family: 'Exo 2', sans-serif;text-align: center;}
footer .footer .copyright span{padding: 0 0 0 20px;}
@media screen and (max-width:575px){
	footer .footer .copyright span{padding: 0;display: block;width: 100%;}
}
