@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:1024px);

/** font **/
@import url(Inter+Tight-Montserrat-Noto+Sans+TC.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background:#0d0d0d;color: #ffffff; margin:0; padding:0; width:100%; height:auto; font-size:medium;line-height: 1.6;font-family:"Inter Tight", "Noto Sans TC", sans-serif;word-break: break-word;letter-spacing: 1px; overflow-y: scroll;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;cursor: pointer;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;border-radius: 0; }
input:focus, select:focus, textarea:focus, button:focus{outline:0;}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea{border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu{display:none;}
table{border-collapse:inherit;}

/** 表單預設文字顏色設定 **/
::-webkit-input-placeholder{color:rgba(255,255,255,.15);}
::-moz-placeholder{color:rgba(255,255,255,.15);}
:-ms-input-placeholder{color:rgba(255,255,255,.15);}
input:-moz-placeholder{color:rgba(255,255,255,.15);}
#field2::-webkit-input-placeholder{color:rgba(255,255,255,.15);}
#field3::-webkit-input-placeholder{color:rgba(255,255,255,.15); background:lightgreen; text-transform:uppercase;}
#field4::-webkit-input-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:rgba(255,255,255,.15);}
#field2::-moz-placeholder{color:rgba(255,255,255,.15);}
#field3::-moz-placeholder{color:rgba(255,255,255,.15); background:lightgreen; text-transform:uppercase;}
#field4::-moz-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:rgba(255,255,255,.15);}

/** 清除瀏覽器的默認選擇框樣式清除，隱藏拖動箭頭 **/
select {appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#ffffff url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;}
select::-ms-expand { display: none; }

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#ffffff;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{color: #39ff14;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top: 0;right:0;font-size: 12px;font-weight: 700; width: 50px; height:65.59px;display: flex;align-items: center; justify-content: center;padding:10px ;}

/** 動畫 **/
.bg{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: -1;overflow: hidden;}
.bg .bg-spread{position: absolute;top: 50%;transform: translateY(-50%);right: 10%;width: 400px;height: 400px;}
.bg .bg-spread .bg-circle{border: 1px rgba(57,255,20,.3) solid; border-radius: 1000px;position: absolute;top: 50%;left: 50%; transform: translateY(-50%) translateX(-50%);opacity: 0;}
.bg .bg-spread .bg-circle01{background: rgba(57,255,20,.3);width: 8px; height: 8px; border-radius: 1000px;position: absolute;top: 50%;left: 50%; transform: translateY(-50%) translateX(-50%);}
.bg .bg-spread .bg-circle02{}
.bg .bg-spread .bg-circle03{}
.bg .bg-spread .bg-circle04{}
.bg .bg-spread .bg-circle05{}
.bg .bg-spread .bg-circle06{}
.bg .bg-run{width: 15px;height: 100vh;background: rgba(57,255,20,.16);filter: blur(15px);position: absolute;top: 0;}
@keyframes bg-run
{
0% {left: 0%;opacity: 0;}
50%{left: 50%;opacity: .5;}
100%{left: 100%;opacity: 1;}
}
@-moz-keyframes bg-run /* Firefox */
{
0% {box-shadow: 0 0 15px 0 rgba(255,255,255,0);}
50%{box-shadow: 0 0 15px 0 rgba(255,255,255,.6);}
100%{box-shadow: 0 0 15px 0 rgba(255,255,255,0);}
}
@-webkit-keyframes bg-run /* Safari 和 Chrome */
{
0% {box-shadow: 0 0 15px 0 rgba(255,255,255,0);}
50%{box-shadow: 0 0 15px 0 rgba(255,255,255,.6);}
100%{box-shadow: 0 0 15px 0 rgba(255,255,255,0);}
}
@-o-keyframes bg-run /* Opera */
{
0% {box-shadow: 0 0 15px 0 rgba(255,255,255,0);}
50%{box-shadow: 0 0 15px 0 rgba(255,255,255,.6);}
100%{box-shadow: 0 0 15px 0 rgba(255,255,255,0);}
}
.bg-run{
animation: bg-run linear 3.8s infinite;
-moz-animation: bg-run linear 3.8s infinite;	/* Firefox */
-webkit-animation: bg-run linear 3.8s infinite;	/* Safari 和 Chrome */
-o-animation: bg-run linear 3.8s infinite;	/* Opera */
}
@keyframes bg-circle02
{
0% {width: 0px; height: 0px;opacity: 0;}
50%{width: 100px; height: 100px;opacity: .5;}
100%{width: 150px; height: 150px;opacity: 0;}
}
@-moz-keyframes bg-circle02 /* Firefox */
{
0% {width: 0px; height: 0px;opacity: 0;}
50%{width: 100px; height: 100px;opacity: .5;}
100%{width: 150px; height: 150px;opacity: 0;}
}
@-webkit-keyframes bg-circle02 /* Safari 和 Chrome */
{
0% {width: 0px; height: 0px;opacity: 0;}
50%{width: 100px; height: 100px;opacity: .5;}
100%{width: 150px; height: 150px;opacity: 0;}
}
@-o-keyframes bg-circle02 /* Opera */
{
0% {width: 0px; height: 0px;opacity: 0;}
50%{width: 100px; height: 100px;opacity: .5;}
100%{width: 150px; height: 150px;opacity: 0;}
}
.bg-circle02{
animation: bg-circle02 linear 4s infinite;
-moz-animation: bg-circle02 linear 4s infinite;	/* Firefox */
-webkit-animation: bg-circle02 linear 4s infinite;	/* Safari 和 Chrome */
-o-animation: bg-circle02 linear 4s infinite;	/* Opera */
}
@keyframes bg-circle03
{
0% {width: 10px; height: 10px;opacity: 0;}
50%{width: 150px; height: 150px;opacity: .5;}
100%{width: 200px; height: 200px;opacity: 0;}
}
@-moz-keyframes bg-circle03 /* Firefox */
{
0% {width: 10px; height: 10px;opacity: 0;}
50%{width: 150px; height: 150px;opacity: .5;}
100%{width: 200px; height: 200px;opacity: 0;}
}
@-webkit-keyframes bg-circle03 /* Safari 和 Chrome */
{
0% {width: 10px; height: 10px;opacity: 0;}
50%{width: 150px; height: 150px;opacity: .5;}
100%{width: 200px; height: 200px;opacity: 0;}
}
@-o-keyframes bg-circle03 /* Opera */
{
0% {width: 10px; height: 10px;opacity: 0;}
50%{width: 150px; height: 150px;opacity: .5;}
100%{width: 200px; height: 200px;opacity: 0;}
}
.bg-circle03{
animation: bg-circle03 linear 3s infinite .5s;
-moz-animation: bg-circle03 linear 3s infinite .5s;	/* Firefox */
-webkit-animation: bg-circle03 linear 3s infinite .5s;	/* Safari 和 Chrome */
-o-animation: bg-circle03 linear 3s infinite .5s;	/* Opera */
}
@keyframes bg-circle04
{
0% {width: 150px; height: 150px;opacity: 0;}
50%{width: 200px; height: 200px;opacity: .5;}
100%{width: 250px; height: 250px;opacity: 0;}
}
@-moz-keyframes bg-circle04 /* Firefox */
{
0% {width: 150px; height: 150px;opacity: 0;}
50%{width: 200px; height: 200px;opacity: .5;}
100%{width: 250px; height: 250px;opacity: 0;}
}
@-webkit-keyframes bg-circle04 /* Safari 和 Chrome */
{
0% {width: 150px; height: 150px;opacity: 0;}
50%{width: 200px; height: 200px;opacity: .5;}
100%{width: 250px; height: 250px;opacity: 0;}
}
@-o-keyframes bg-circle04 /* Opera */
{
0% {width: 150px; height: 150px;opacity: 0;}
50%{width: 200px; height: 200px;opacity: .5;}
100%{width: 250px; height: 250px;opacity: 0;}
}
.bg-circle04{
animation: bg-circle04 linear 2.5s infinite 2.5s;
-moz-animation: bg-circle04 linear 2.5s infinite 2.5s;	/* Firefox */
-webkit-animation: bg-circle04 linear 2.5s infinite 2.5s;	/* Safari 和 Chrome */
-o-animation: bg-circle04 linear 2.5s infinite 2.5s;	/* Opera */
}
@keyframes bg-circle05
{
0% {width: 150px; height: 150px;opacity: 0;}
50%{width: 300px; height: 300px;opacity: .5;}
100%{width: 350px; height: 350px;opacity: 0;}
}
@-moz-keyframes bg-circle05 /* Firefox */
{
0% {width: 150px; height: 150px;opacity: 0;}
50%{width: 300px; height: 300px;opacity: .5;}
100%{width: 350px; height: 350px;opacity: 0;}
}
@-webkit-keyframes bg-circle05 /* Safari 和 Chrome */
{
0% {width: 150px; height: 150px;opacity: 0;}
50%{width: 300px; height: 300px;opacity: .5;}
100%{width: 350px; height: 350px;opacity: 0;}
}
@-o-keyframes bg-circle05 /* Opera */
{
0% {width: 150px; height: 150px;opacity: 0;}
50%{width: 300px; height: 300px;opacity: .5;}
100%{width: 350px; height: 350px;opacity: 0;}
}
.bg-circle05{
animation: bg-circle05 linear 3.5s infinite 2s;
-moz-animation: bg-circle05 linear 3.5s infinite 2s;	/* Firefox */
-webkit-animation: bg-circle05 linear 3.5s infinite 2s;	/* Safari 和 Chrome */
-o-animation: bg-circle05 linear 3.5s infinite 2s;	/* Opera */
}
@keyframes bg-circle06
{
0% {width: 200px; height: 200px;opacity: 0;}
50%{width: 350px; height: 350px;opacity: .5;}
100%{width: 400px; height: 400px;opacity: 0;}
}
@-moz-keyframes bg-circle06 /* Firefox */
{
0% {width: 200px; height: 200px;opacity: 0;}
50%{width: 350px; height: 350px;opacity: .5;}
100%{width: 400px; height: 400px;opacity: 0;}
}
@-webkit-keyframes bg-circle06 /* Safari 和 Chrome */
{
0% {width: 200px; height: 200px;opacity: 0;}
50%{width: 350px; height: 350px;opacity: .5;}
100%{width: 400px; height: 400px;opacity: 0;}
}
@-o-keyframes bg-circle06 /* Opera */
{
0% {width: 200px; height: 200px;opacity: 0;}
50%{width: 350px; height: 350px;opacity: .5;}
100%{width: 400px; height: 400px;opacity: 0;}
}
.bg-circle06{
animation: bg-circle06 linear 2s infinite 1.5s;
-moz-animation: bg-circle06 linear 2s infinite 1.5s;	/* Firefox */
-webkit-animation: bg-circle06 linear 2s infinite 1.5s;	/* Safari 和 Chrome */
-o-animation: bg-circle06 linear 2s infinite 1.5s;	/* Opera */
}
@media screen and (max-width:1024px){
    .bg .bg-spread{right: -15px;}
}

/** 上版 **/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;padding: 0 4.2%;background:linear-gradient(to top, rgba(13,13,13,1), rgba(13,13,13,1));transition: all 0.5s ease 0s;}
.head-main{}
.head-main .logo{position: absolute;top: 26px;left: 4.2%; font-size: 30px; font-weight: 900;color: #ffffff; height:auto;z-index: 10000;letter-spacing: 2px; transition: all 0.5s ease 0s;}
.head-main .logo a{display: block;color: #ffffff;}
.head-main .logo img{width:100%; height:auto;}
.reserve {position:absolute; top:25px; right:4.2%;width: 170px; height: 50px;color:#0d0d0d;text-align: center;z-index: 10000;font-weight: 700;transition: all 0.5s ease 0s;}
.reserve i{ width: 24px; height: 24px;margin: 0 8px 0 0; display: flex;align-items: center;justify-content: center;}
.reserve i img{ width: 24px; height: 24px;}
.reserve a{ display:flex;align-items: center;justify-content: center; background:#39ff14; padding:8px 15px; color:#0d0d0d;height: 100%;border-radius: 100px;}
.reserve a:hover{box-shadow: 0 0 15px 0 rgba(57,255,20,.7);transition: all 0.5s ease 0s;}
.header-height {border-bottom: 1px rgba(255,255,255,.08) solid; background:linear-gradient(to top, rgba(13,13,13,1), rgba(13,13,13,1));transition: all 0.5s ease 0s;}
.header-height .head-main .logo{top: 16px;transition: all 0.5s ease 0s;}
.header-height .reserve {top:15px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1330px){
    header{padding: 0 15px;}
    .head-main .logo{left: 15px; }
    .reserve {right:15px;}
}
@media screen and (max-width:1024px){
    .head-main .logo{top: 12px;font-size: 24px; }
    .reserve {font-size: 15px;width: 130px; height: 40px;top:10px;right: 62px;}
    .reserve i{display: none;}
    .header-height{border-bottom:0;}
    .header-height .head-main .logo{top: 12px;}
    .header-height .reserve {top:10px;}
}
@media screen and (max-width:400px){
    .head-main .logo{top: 13px;font-size: 22px;letter-spacing: 1px;}
}
@media screen and (max-width:374px){
    .head-main .logo{top: 17px;font-size: 18px;letter-spacing: 0px;}
    .reserve {font-size: 14px;width: 110px;}
    .reserve a{ padding:8px 10px;}
}

/** 主選單與下拉 **/
nav{}
.menu{padding:0; list-style:none; position:relative; margin:0; display:flex;justify-content: center;}
.menu>li{color:#fff; text-align:center;cursor:pointer; padding:0; margin:0;position: relative;}
.menu>li>a{color:#fff; display:block; padding:37.21px 25px 37.21px 25px;margin:0;position: relative;transition: all 0.5s ease 0s;}
.menu>li>a:after{content: "";display: block;width: 1px; height: 0; background: #39ff14;position: absolute;top: 0;left: calc(50% - .5px);transition: all 0.5s ease 0s;}
.menu>li>a:hover{color: #39ff14;}
.menu>li>a:hover:after{height: 20px;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background: #1a1b1c; display:none; position:static; z-index:999; margin:0; padding:10px;}
.menu>li.sub:hover ul.sub-menu{position:absolute;display:block;width:150px; left:calc(50% - 75px); top:100px;justify-content: center;}
.menu>li.sub>ul.sub-menu>li{display:block;font-size: 15px;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#fff; padding:8px 20px; margin:0;position: relative;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#39ff14;;color: #0d0d0d;}
.header-height .menu>li>a{ padding:27.21px 25px 27.21px 25px;transition: all 0.5s ease 0s;}
.header-height .menu>li>a:hover:after{height: 15px;transition: all 0.5s ease 0s;}
.header-height .menu>li.sub>ul.sub-menu{border: 1px rgba(255,255,255,.08) solid; transition: all 0.5s ease 0s;}
.header-height .menu>li.sub:hover ul.sub-menu{top:80px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1200px){
    .menu>li>a{padding:37.21px 20px 37.21px 20px;}
    .header-height .menu>li>a{ padding:27.21px 20px 27.21px 20px;}
}
@media screen and (max-width:1024px){
	#menu{display:none;}
	.slicknav_menu{display:block;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;border-bottom: 1px rgba(255,255,255,.08) solid; background:linear-gradient(to top, rgba(13,13,13,1), rgba(13,13,13,1));}
}

/** video **/
.video-main{width: 100%;overflow: hidden;position: relative;margin: 0;}
.video {background: #000000; position: relative;padding-bottom:56.25%;padding-top: 0px;overflow: hidden;width: 100%;}
.video video{object-fit: contain;object-position: center;position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.video img{object-fit: contain;object-position: center;position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.video-content{position: absolute;top: 50%;left: 50%;max-width: 1320px; width:calc(100% - 30px);padding: 0;transform: translateX(-50%) translateY(-50%);display: flex;align-items: center;justify-content: center;}
.video-content h2{font-size: 30px ;color: #ffffff;padding:140px 0 30px 0;margin:0;font-weight: 700;line-height: 1.6;font-family: "Noto Serif TC", serif;writing-mode: vertical-rl;letter-spacing: 8px;}
@media screen and (max-width:1024px){
    .video-main{margin: 61px 0 0 0; }
}

/** 配置 **/
.warpper{overflow: hidden;}
.main{}
.i-title-main{margin: 0 0 30px 0;text-align: center;}
.i-title{font-size: 48px; color: #ffffff;padding: 0;margin: 0;line-height: 1.4;font-weight: 900;letter-spacing: 4px;}
.i-title-en{font-size: 16px; color: #8e8e93;padding: 0;margin: 0 0 15px 0;line-height: 1.4;font-weight: 700;text-transform: uppercase;letter-spacing: 2px;}
.photo{overflow: hidden;background: #ffffff;position: relative;}
.photo img{width: 100%;height: 100%;object-fit: cover;object-position: center; aspect-ratio: 4 / 3;transform: scale(1);transition: all 0.5s ease 0s;}
@media screen and (max-width:1024px){
    .i-title-main{margin: 0 0 15px 0;}
    .i-title{font-size: 36px;}
    .i-title-en{font-size: 15px; margin: 0 0 10px 0;}
}

/** 首頁優勢 **/
.i-advantages-main{padding: 7vw 15px;}
.i-advantages{max-width: 1330px; margin: 0 auto;}
.i-advantages>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-advantages>ul>li{padding:40px;margin:15px;width: calc(100%/3 - 30px);border: 1px #1a1b1c solid;background: #1a1b1c;border-radius: 4px;overflow: hidden;transition: all 0.5s ease 0s;}
.i-advantages>ul>li:hover{border: 1px #39ff14 solid;transition: all 0.5s ease 0s;}
.i-advantages>ul>li h3{font-size: 20px;color: #ffffff;padding: 0;margin: 0;line-height: 1.4;font-weight: 500;}
.i-advantages>ul>li .i-advantages-numb-main{display: flex;align-items: flex-end;color: #39ff14;margin: 25px 0;}
.i-advantages>ul>li .i-advantages-numb-main .i-advantages-numb{width: auto;font-size: 90px;font-weight: 700;line-height: 1;letter-spacing: 0px;font-family: "Montserrat", sans-serif;}
.i-advantages>ul>li .i-advantages-numb-main .i-advantages-unit{width: auto;font-weight: 500;padding:0 0 10px 8px;}
.i-advantages>ul>li .i-advantages-content{color: #8e8e93;font-size: 15px;font-weight: 400;}
@media screen and (max-width:1330px){
    .i-advantages>ul>li{padding:30px;}
}
@media screen and (max-width:1024px){
    .i-advantages-main{padding: 40px 15px;}
    .i-advantages>ul>li{padding:20px;margin:10px 0;width: 100%;}
    .i-advantages>ul>li h3{font-size: 18px;}
    .i-advantages>ul>li .i-advantages-numb-main{margin: 15px 0;}
    .i-advantages>ul>li .i-advantages-numb-main .i-advantages-numb{font-size: 60px;}
}
@media screen and (max-width:767px){
    .i-advantages>ul>li{padding:20px 15px;}
}

/** 首頁產品 **/
.i-pro-main{}
.i-pro{}
.i-pro>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-pro>ul>li{margin: 0;width: calc(100%/2);display: block;border: 1px rgba(255,255,255,.08) solid;padding: 100px;background: #0d0d0d;}
.i-pro>ul>li:hover{border: 1px #39ff14 solid;transition: all 0.5s ease 0s;}
.i-pro>ul>li .i-pro-icon{max-width: 180px; margin: 0 auto 3vw auto;filter: drop-shadow(0 0 15px rgba(57,255,20,.7));}
.i-pro>ul>li .i-pro-content{}
.i-pro>ul>li .i-pro-content .i-pro-model{font-size: 12px; color: #8e8e93;font-weight: 700;}
.i-pro>ul>li .i-pro-content h3{font-size: 36px;color: #ffffff;padding: 0;margin:25px 0 20px 0;line-height: 1.4;font-weight: 700;}
.i-pro>ul>li .i-pro-content h3 span{font-size: 30px;display: block;width: 100%;line-height: 1.2;}
.i-pro>ul>li .i-pro-content .i-pro-note{color: #39ff14;font-weight: 700;}
.i-pro>ul>li .i-pro-content .i-pro-data{margin: 25px 0 0 0;}
.i-pro>ul>li .i-pro-content .i-pro-data>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-pro>ul>li .i-pro-content .i-pro-data>ul>li{padding: 0;margin: 5px 15px 5px 0;width: calc(100%/3 - 10px);}
.i-pro>ul>li .i-pro-content .i-pro-data>ul>li:nth-child(3n){margin:5px 0;}
.i-pro>ul>li .i-pro-content .i-pro-data>ul>li .i-pro-data-info{font-size: 22px;color: #39ff14;font-weight: 700;}
.i-pro>ul>li .i-pro-content .i-pro-data>ul>li .i-pro-data-unit{font-size: 12px;color: #8e8e93;}
.i-pro>ul>li .i-pro-more{font-size: 15px; color: #39ff14;font-weight: 700;text-transform: uppercase;text-align: center;margin: 3vw 0 0 0;}
.i-pro>ul>li .i-pro-more a{display: block;color: #39ff14;border-radius: 100px;border: 1px #39ff14 solid;background: #0d0d0d;padding: 12px 15px;}
.i-pro>ul>li .i-pro-more a:hover{background: #39ff14;color: #0d0d0d;box-shadow: 0 0 15px 0 rgba(57,255,20,.7);}
@media screen and (max-width:1330px){
    .i-pro>ul>li{padding: 50px;}
}
@media screen and (max-width:1024px){
    .i-pro>ul>li{padding: 35px;width: 100%;}
    .i-pro>ul>li .i-pro-icon{max-width: 150px;margin: 0 auto 30px auto; }
    .i-pro>ul>li .i-pro-content h3{font-size: 30px;margin:20px 0 15px 0;}
    .i-pro>ul>li .i-pro-content h3 span{font-size: 24px;}
    .i-pro>ul>li .i-pro-content .i-pro-note{font-size: 15px;}
    .i-pro>ul>li .i-pro-content .i-pro-data>ul>li .i-pro-data-info{font-size: 20px;}
    .i-pro>ul>li .i-pro-more{margin: 30px 0 0 0;}
}
@media screen and (max-width:767px){
    .i-pro>ul>li{padding: 35px 30px;}
    .i-pro>ul>li .i-pro-icon{max-width: 150px; }
    .i-pro>ul>li .i-pro-content h3{font-size: 30px;margin:20px 0 15px 0;}
    .i-pro>ul>li .i-pro-content h3 span{font-size: 24px;}
    .i-pro>ul>li .i-pro-content .i-pro-note{font-size: 15px;}
    .i-pro>ul>li .i-pro-content .i-pro-data>ul>li .i-pro-data-info{font-size: 20px;}
}
@media screen and (max-width:575px){
    .i-pro>ul>li .i-pro-content .i-pro-data>ul>li{margin: 5px 25px 5px 0;width:auto;}
    .i-pro>ul>li .i-pro-content .i-pro-data>ul>li:nth-child(3n){margin: 5px 25px 5px 0;}
    .i-pro>ul>li .i-pro-content .i-pro-data>ul>li:last-of-type{margin:5px 0;}
}
@media screen and (max-width:374px){
    .i-pro>ul>li .i-pro-content .i-pro-data>ul>li{margin: 5px 15px 5px 0;}
    .i-pro>ul>li .i-pro-content .i-pro-data>ul>li:nth-child(3n){margin: 5px 15px 5px 0;}
    .i-pro>ul>li .i-pro-content .i-pro-data>ul>li:last-of-type{margin:5px 0;}
}

/** 首頁關於我們 **/
.i-about-main{padding: 7vw 15px;}
.i-about{max-width: 1330px; margin: 0 auto;display: flex;align-items: center;position: relative;}
.i-about .i-title-main{text-align: left;}
.i-about-content{flex: 1;margin: 0 5.5vw 0 0;}
.i-about-content .i-about-info{line-height: 2;}
.i-about-content .i-about-dep{font-size: 15px;color: #8e8e93;margin: 20px 0 0 0;}
.i-about-content .i-about-dep>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-about-content .i-about-dep>ul>li{padding:4px 15px 4px 30px;margin: 10px; width: calc(100%/2 - 20px);background: #0d0d0d;border: 1px rgba(255,255,255,.08) solid; border-radius: 4px;overflow: hidden;position: relative;transition: all 0.5s ease 0s;}
.i-about-content .i-about-dep>ul>li:before{content: "";display: block;width: 5px;height: 5px;background: #39ff14;border-radius: 10px;position: absolute;top: 15.5px;left: 15px;}
.i-about-content .i-about-dep>ul>li:hover{border: 1px #39ff14 solid;color: #39ff14; transition: all 0.5s ease 0s;}
.i-about-photo{flex: 1.25;margin: 0 28px 28px 0;}
.i-about-photo img{width: 100%;height: 100%;object-fit:cover;object-position: center; border-radius: 4px;overflow: hidden;}
.i-about-more{color: #39ff14;font-weight: 700;text-transform: uppercase;text-align: center;position: absolute;bottom: 0;right: 0;}
.i-about-more a{display: block;color: #39ff14;border-radius: 100px;border: 1px #39ff14 solid;background: #0d0d0d;padding: 14.5px 30px;}
.i-about-more a:hover{background: #39ff14;color: #0d0d0d;box-shadow: 0 0 15px 0 rgba(57,255,20,.7);}
@media screen and (max-width:1024px){
    .i-about-main{padding: 40px 15px;}
    .i-about{display: block;padding: 0 0 25px 0;}
    .i-about-content{flex: initial;width: 100%; margin: 0 0 30px 0;}
    .i-about-photo{flex: initial;width:100%;margin:0;}
    .i-about-more{font-size: 15px;position: inherit;bottom: inherit;right: inherit;margin: 30px 0 0 0;}
}
@media screen and (max-width:575px){
    .i-about-content .i-about-dep{margin: 15px 0 0 0;}
    .i-about-content .i-about-dep>ul>li{margin: 5px 0; width:100%;}
}

/** 內頁banner **/
.inside-banner{padding:40px 15px;margin:0;}
.inside-banner .banner-title-main{max-width:1330px; margin:0 auto; text-align: center; }
.inside-banner .banner-title-main .banner-title{font-size: 48px; color: #ffffff;padding: 0;margin: 0;line-height: 1.4;font-weight: 900;letter-spacing: 4px;}
.inside-banner .banner-title-main .banner-title-en{font-size: 16px; color: #8e8e93;padding: 0;margin: 0 0 15px 0;line-height: 1.4;font-weight: 700;text-transform: uppercase;letter-spacing: 2px;}
@media screen and (max-width:1024px){
    .inside-banner{padding:30px 15px;}
    .inside-banner .banner-title-main .banner-title{font-size: 36px;}
    .inside-banner .banner-title-main .banner-title-en{font-size: 15px; margin: 0 0 10px 0;}
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{margin:100px 0 0 0;padding:8px 15px;font-size: 14px;flex: initial;width: 100%;background: #1a1b1c;}
.breadcrumb{max-width: 1330px; display:flex; flex-wrap:wrap;width:100%; margin:0 auto; padding:0; list-style:none; background-color:transparent; border-radius:0.25rem;}
.breadcrumb-item{padding-left:0;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#8e8e93; content:"–";}
.breadcrumb-item a{display: inline-block;text-decoration:none; color:#8e8e93;}
.breadcrumb-item a:hover{color:#39ff14; text-decoration:none;}
.breadcrumb-item.active{color:#8e8e93;}
@media screen and (max-width:1024px){
    nav[aria-label="breadcrumb"]{margin:61px 0 0 0;}
}

/** 內頁架構 **/
.content-body-main{padding: 0 15px 40px 15px;}
.content-body{max-width:1330px; margin:0 auto;}
.page-title{font-size: 36px;color: #ffffff;padding: 0;margin:0 0 20px 0;line-height: 1.4;font-weight: 700;}
.page-title span{font-size: 30px;display: block;width: 100%;line-height: 1.2;}
.page-main{line-height: 1.8;color: #8e8e93;}
.font001{font-size: 20px; color: #ffffff;font-weight: 700;margin: 0 0 12px 0;}
.font002{font-size: 36px; color: #39ff14;font-weight: 900;margin: 0 0 15px 0;padding: 0;line-height: 1.4;}
.font003{font-size: 22px; color: #ffffff;font-weight: 700;margin: 0 0 15px 0;padding: 0;line-height: 1.4;}
@media screen and (max-width:1024px){
    .content-body-main{padding: 0 15px 30px 15px;}
    .page-title{font-size: 30px;}
    .page-title span{font-size: 24px;}
    .font001{font-size: 18px; }
    .font002{font-size: 30px; }
    .font003{font-size: 20px; }
}

/** 左邊分類 **/
.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>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{border-bottom:1px #fff solid; font-size:16px; color:#666; padding:0;}
.in-left-menu>ul>li>a{background:#f4f8fb; color:#333; border-left:3px #5f5f5f solid; display:block; padding:10px 5px 10px 25px; line-height:1.5em;}
.in-left-menu>ul>li>a:hover{background-color:#e9ecef; border-left:3px #111111 solid;}
.in-left-menu>ul>li>.current{background:url(../images/left-icon.png) no-repeat 7px 13px #e9ecef; border-left:3px #111111 solid;}
.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:575px){
	.classBox{padding:0 0 20px 0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#eeeeee; border:1px solid #d1d1d1;}
	.m_classLink a.main{display:block; background:none; font-size:16px; font-family:"Microsoft JhengHei", "新細明體", sans-serif; color:#333; position:relative; padding:8px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#afafaf; width:45px; height:100%; text-align:center; color:#FFF; line-height:40px; 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 #d1d1d1; 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 #d1d1d1; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:16px; color:#222;}
	.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 #d1d1d1; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 產品中心 **/
.pro{}
.pro>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.pro>ul>li{margin: 0;width: calc(100%/2);display: block;border: 1px rgba(255,255,255,.08) solid;padding: 100px;background: #0d0d0d;}
.pro>ul>li:hover{border: 1px #39ff14 solid;transition: all 0.5s ease 0s;}
.pro>ul>li .pro-icon{max-width: 180px; margin: 0 auto 3vw auto;filter: drop-shadow(0 0 15px rgba(57,255,20,.7));}
.pro>ul>li .pro-content{}
.pro>ul>li .pro-content .pro-model{font-size: 12px; color: #8e8e93;font-weight: 700;}
.pro>ul>li .pro-content h3{font-size: 36px;color: #ffffff;padding: 0;margin:25px 0 20px 0;line-height: 1.4;font-weight: 700;}
.pro>ul>li .pro-content h3 span{font-size: 30px;display: block;width: 100%;line-height: 1.2;}
.pro>ul>li .pro-content .pro-note{color: #39ff14;font-weight: 700;}
.pro>ul>li .pro-content .pro-data{margin: 25px 0 0 0;}
.pro>ul>li .pro-content .pro-data>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.pro>ul>li .pro-content .pro-data>ul>li{padding: 0;margin: 5px 15px 5px 0;width: calc(100%/3 - 10px);}
.pro>ul>li .pro-content .pro-data>ul>li:nth-child(3n){margin:5px 0;}
.pro>ul>li .pro-content .pro-data>ul>li .pro-data-info{font-size: 22px;color: #39ff14;font-weight: 700;}
.pro>ul>li .pro-content .pro-data>ul>li .pro-data-unit{font-size: 12px;color: #8e8e93;}
.pro>ul>li .pro-more{font-size: 15px; color: #39ff14;font-weight: 700;text-transform: uppercase;text-align: center;margin: 3vw 0 0 0;}
.pro>ul>li .pro-more a{display: block;color: #39ff14;border-radius: 100px;border: 1px #39ff14 solid;background: #0d0d0d;padding: 12px 15px;}
.pro>ul>li .pro-more a:hover{background: #39ff14;color: #0d0d0d;box-shadow: 0 0 15px 0 rgba(57,255,20,.7);}
@media screen and (max-width:1330px){
    .pro>ul>li{padding: 50px;}
}
@media screen and (max-width:1024px){
    .pro>ul>li{padding: 35px;width: 100%;}
    .pro>ul>li .pro-icon{max-width: 150px;margin: 0 auto 30px auto; }
    .pro>ul>li .pro-content h3{font-size: 30px;margin:20px 0 15px 0;}
    .pro>ul>li .pro-content h3 span{font-size: 24px;}
    .pro>ul>li .pro-content .pro-note{font-size: 15px;}
    .pro>ul>li .pro-content .pro-data>ul>li .pro-data-info{font-size: 20px;}
    .pro>ul>li .pro-more{margin: 30px 0 0 0;}
}
@media screen and (max-width:767px){
    .pro>ul>li{padding: 35px 30px;}
    .pro>ul>li .pro-icon{max-width: 150px; }
    .pro>ul>li .pro-content h3{font-size: 30px;margin:20px 0 15px 0;}
    .pro>ul>li .pro-content h3 span{font-size: 24px;}
    .pro>ul>li .pro-content .pro-note{font-size: 15px;}
    .pro>ul>li .pro-content .pro-data>ul>li .pro-data-info{font-size: 20px;}
}
@media screen and (max-width:575px){
    .pro>ul>li .pro-content .pro-data>ul>li{margin: 5px 25px 5px 0;width:auto;}
    .pro>ul>li .pro-content .pro-data>ul>li:nth-child(3n){margin: 5px 25px 5px 0;}
    .pro>ul>li .pro-content .pro-data>ul>li:last-of-type{margin:5px 0;}
}
@media screen and (max-width:374px){
    .pro>ul>li .pro-content .pro-data>ul>li{margin: 5px 15px 5px 0;}
    .pro>ul>li .pro-content .pro-data>ul>li:nth-child(3n){margin: 5px 15px 5px 0;}
    .pro>ul>li .pro-content .pro-data>ul>li:last-of-type{margin:5px 0;}
}

/** 產品明細 **/
.pro-detaile-title{font-size: 36px;color: #ffffff;padding: 0;margin:25px 0 20px 0;line-height: 1.4;font-weight: 700;}
.pro-detaile-title span{font-size: 30px;display: block;width: 100%;line-height: 1.2;}
.pro-detaile-box{display:flex; flex-wrap:wrap; margin:0 0 30px 0;}
.pro-detaile-photo-box{width:calc(45% - 20px); margin:0 20px 0 0;}
.pro-detaile-photo-box img{width: 100%;height: 100%;object-fit: cover;object-position: center;border-radius: 4px; overflow: hidden;}
.pro-detaile-spe-box{width:55%; position:relative;background: #1a1b1c;padding: 30px;border-radius: 4px; overflow: hidden;border: 1px rgba(255,255,255,.08) solid;}
.pro-list-time{background:url(../images/time.png) left center no-repeat; font-size:12px; color:#968c69; padding-left:20px;}
.pro-specification{color: #8e8e93;}
.pro-detaile-model{font-size: 12px; color: #8e8e93;font-weight: 700;}
.pro-detaile-note{color: #39ff14;font-weight: 700;}
.pro-detaile-data{margin: 25px 0 0 0;}
.pro-detaile-data>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.pro-detaile-data>ul>li{padding: 0;margin: 5px 15px 5px 0;width: calc(100%/3 - 10px);}
.pro-detaile-data>ul>li:nth-child(3n){margin:5px 0;}
.pro-detaile-data>ul>li .pro-detaile-data-info{font-size: 22px;color: #39ff14;font-weight: 700;}
.pro-detaile-data>ul>li .pro-detaile-data-unit{font-size: 12px;color: #8e8e93;}
.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-detaile .pro-content{line-height: 1.8;}
.pro-spec{}
.pro-spec>ul{list-style:none;padding: 0; margin: 0;display: flex;flex-wrap: wrap;}
.pro-spec>ul>li{padding: 0 0 0 25px;margin: 15px;width: calc(100%/2 - 30px);position: relative;}
.pro-spec>ul>li:before{content: "";display: block;width: 14px; height: 14px; background: url("../images/icon001.svg")no-repeat center;background-size: 14px;position: absolute;top: 6px;left: 0;}
.pro-spec>ul>li .pro-spec-title{margin: 0 0 5px 0;font-weight: 500;}
.pro-spec>ul>li .pro-spec-content{font-size: 15px; color: #8e8e93;}
@media screen and (max-width:1024px){
    .pro-detaile-title{font-size: 30px;margin:20px 0 15px 0;}
    .pro-detaile-title span{font-size: 24px;}
    .pro-detaile-box{display:block;}
	.pro-detaile-photo-box{width:100%; margin:0 0 20px 0;}
	.pro-detaile-spe-box{width:100%; padding: 20px;}
    .pro-detaile-note{font-size: 15px;}
    .pro-detaile-data>ul>li .pro-detaile-data-info{font-size: 20px;}
}
@media screen and (max-width:767px){
    .pro-detaile-title{font-size: 30px;margin:20px 0 15px 0;}
    .pro-detaile-title span{font-size: 24px;}
    .pro-detaile-spe-box{width:100%; padding: 20px 15px;}
	.cart-info{position:inherit; bottom:inherit;}
    .pro-detaile-note{font-size: 15px;}
    .pro-detaile-data>ul>li .pro-detaile-data-info{font-size: 20px;}
    .pro-spec>ul>li{margin:10px 0;width:100%;}
}
@media screen and (max-width:575px){
    .pro-detaile-data>ul>li{margin: 5px 25px 5px 0;width:auto;}
    .pro-detaile-data>ul>li:nth-child(3n){margin: 5px 25px 5px 0;}
    .pro-detaile-data>ul>li:last-of-type{margin:5px 0;}
}
@media screen and (max-width:374px){
    .pro-detaile-data>ul>li{margin: 5px 15px 5px 0;}
    .pro-detaile-data>ul>li:nth-child(3n){margin: 5px 15px 5px 0;}
    .pro-detaile-data>ul>li:last-of-type{margin:5px 0;}
}

/** 解決方案 **/
.solutions-main{display: flex;margin: 10px 0 0 0;}
.solutions{flex: 1;margin: 10px;}
.solutions h2{padding: 0;margin: 0 0 8px 0;line-height: 1.4;font-size: 30px; color: #ffffff;font-weight: 700;}
.solutions h2 span{font-size: 36px;display:inline-block;font-weight: 900;}
.solutions>ul{list-style: none;padding: 0;margin: 0;}
.solutions>ul>li{margin:20px 0;background: #1a1b1c;padding: 30px;border-radius: 4px; overflow: hidden;border: 1px rgba(255,255,255,.08) solid;}
.solutions>ul>li .solutions-numb-category{display: flex;margin: 0 0 15px 0;align-items:flex-end;;}
.solutions>ul>li .solutions-numb-category .solutions-numb{width: 120px; font-size: 90px;font-weight: 900;color: rgba(57, 255, 20, 0.1);line-height: 1;letter-spacing: 0;}
.solutions>ul>li .solutions-numb-category .solutions-category{flex: 1;margin:10px 0 10px -30px; }
.solutions>ul>li .solutions-numb-category .solutions-category h3{padding: 0;margin: 0 0 8px 0;line-height: 1.4;font-size: 16px; color: #8e8e93;font-weight: 700;}
.solutions>ul>li .solutions-numb-category .solutions-category .solutions-note{font-size: 10px; color: #39ff14;font-weight: 700;}
.solutions>ul>li .solutions-content{}
.solutions>ul>li .solutions-content .solutions-title{font-size: 26px; color: #ffffff;font-weight: 900;margin:0 0 15px 0;line-height: 1.4;}
.solutions>ul>li .solutions-content .solutions-info{font-size: 15px;}
.solutions .solutions-btn{font-size: 16px; color: #39ff14;font-weight: 700;text-transform: uppercase;text-align: center;margin: 3vw 0 0 0;}
.solutions .solutions-btn a{display: block;color: #39ff14;border-radius: 100px;border: 1px #39ff14 solid;background: #0d0d0d;padding: 12px 15px;}
.solutions .solutions-btn a:hover{background: #39ff14;color: #0d0d0d;box-shadow: 0 0 15px 0 rgba(57,255,20,.7);}
@media screen and (max-width:1024px){
    .solutions-main{display:block;}
    .solutions{flex: initial;margin: 10px 0;width: 100%;}
    .solutions h2{font-size: 24px;}
    .solutions h2 span{font-size: 30px;}
    .solutions>ul>li{padding: 20px;}
    .solutions>ul>li .solutions-numb-category .solutions-numb{width: 120px; font-size: 90px;}
    .solutions>ul>li .solutions-content .solutions-title{font-size: 22px;}
    .solutions .solutions-btn{margin: 20px 0 40px 0;}
}
@media screen and (max-width:767px){
    .solutions>ul>li{padding: 20px 15px;}
}

/** 技術與安全 **/
.technology-main{display: flex;flex-wrap: wrap; margin: 10px 0 0 0;}
.technology{flex: 1;margin: 10px;background: #1a1b1c;padding: 30px;border: 1px #39ff14 solid;border-radius: 4px;overflow: hidden;}
.technology h2{padding: 0;margin: 0 0 20px 0;line-height: 1.4;font-size: 30px; color: #ffffff;font-weight: 700;}
.technology h2 span{font-size: 26px;display: block;width: 100%;}
.technology-content{}
.technology-content>ul{list-style:none;padding: 0; margin: 0;}
.technology-content>ul>li{padding: 0 0 0 25px;margin: 10px 0;width:100%;position: relative;}
.technology-content>ul>li:before{content: "";display: block;width: 14px; height: 14px; background: url("../images/icon001.svg")no-repeat center;background-size: 14px;position: absolute;top: 6px;left: 0;}
.technology-content>ul>li .technology-title{margin: 0 0 5px 0;font-weight: 500;color: #ffffff;}
.technology-content>ul>li .technology-info{font-size: 15px; color: #8e8e93;}
.technology-note{width:calc(100% - 20px);background: rgba(57,255,20,0.08);padding: 30px;border-radius: 4px;overflow: hidden;margin: 10px;}
.technology-btn{font-size: 18px; color: #39ff14;font-weight: 700;text-transform: uppercase;text-align: center;margin:30px 0 0 0;}
.technology-btn a{display: block;color: #39ff14;border-radius: 100px;border: 1px #39ff14 solid;background: #0d0d0d;padding: 12px 15px;}
.technology-btn a:hover{background: #39ff14;color: #0d0d0d;box-shadow: 0 0 15px 0 rgba(57,255,20,.7);}
@media screen and (max-width:1024px){
    .technology-main{display:block;}
    .technology{flex: initial;margin: 10px 0;width: 100%;padding: 20px;}
    .technology h2{font-size: 24px;}
    .technology h2 span{font-size: 20px;}
    .technology-note{margin: 10px 0;width: 100%;}
    .technology-btn{font-size: 16px; margin: 20px 0 0 0;}
}
@media screen and (max-width:767px){
    .technology{padding: 20px 15px;}
}

/** 實績見證 **/
.case-main{display: flex;margin: 10px 0 0 0;}
.case{flex: 1;margin: 10px;}
.case>ul{list-style: none;padding: 0;margin: 0;}
.case>ul>li{margin:20px 0;background: #1a1b1c;padding: 30px;border-radius: 4px; overflow: hidden;border: 1px rgba(255,255,255,.08) solid;}
.case>ul>li h3{padding: 0;margin: 0 0 20px 0;line-height: 1.4;font-size: 16px; color: #8e8e93;font-weight: 700;}
.case>ul>li .case-content{}
.case>ul>li .case-content .case-note{font-size: 10px; color: #39ff14;font-weight: 700;}
.case>ul>li .case-content .case-title{font-size: 20px; color: #ffffff;font-weight: 700;margin:10px 0 15px 0;line-height: 1.4;}
.case>ul>li .case-content .case-info{font-size: 15px;}
.case>ul>li .case-photo{margin: 15px 0 0 0;}
@media screen and (max-width:1024px){
    .case-main{display:block;}
    .case{flex: initial;margin: 10px 0;width: 100%;}
    .case>ul>li{padding: 20px;}
    .case>ul>li .case-content .case-title{font-size: 18px;}
}
@media screen and (max-width:767px){
    .case>ul>li{padding: 20px 15px;}
}

/** 聯絡我們 **/
.contact-body{}
.contact-note{padding:10px 0; font-weight:bold; font-size:16px; color:#900;}
.contact-title{color: #39ff14;font-size: 36px;line-height: 1.4;padding:0;margin: 0 0 30px 0;font-weight: 900;}
.contact-content{flex: 1;margin: 0 40px 0 0;padding: 15px 0;}
.contact-content>ul{list-style: none;padding: 0;margin: 0;display: block;}
.contact-content>ul>li{padding: 0;margin:15px 0;display: flex;width:100%;}
.contact-content>ul>li .contact-info{flex: 1;color: #ffffff;display: flex;flex-wrap: wrap; align-items: center;}
.contact-content>ul>li .contact-info span{display: block;width: 100%;color: #8e8e93;}
.contact-content>ul>li .contact-info a{color: #ffffff;}
.contact-content>ul>li .contact-info a:hover{color: #39ff14;}
.googlemap {flex: 1.5; position: relative;padding-bottom: 62%;padding-top: 30px;height: 0;overflow: hidden;margin:15px 0 0 0;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:1024px){
    .contact{display:block;}
    .contact-title{font-size: 30px;margin: 0 0 15px 0;}
    .contact-content{flex: initial;width: 100%; margin: 0 0 30px 0;padding:0;}
    .contact-content>ul>li{margin:10px 0;}
}

/** 表單欄位 **/
label{min-width: 100px;}
.form-box{}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex;}
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:8px 0;overflow:hidden;}
.opinion-left01{width:100%; padding:8px 0; display:flex; align-items:center;color: #8e8e93;}
.input-main-style01{background: #1a1b1c ;flex:1; width:100%; border-radius: 4px;overflow: hidden;border: 1px rgba(255,255,255,.08) solid; margin:0; padding:15px 15px; color: #ffffff; min-height:57.59px;}
.input-main-style02{background: #1a1b1c; flex:1; width:100%; border-radius: 4px;overflow: hidden;border: 1px rgba(255,255,255,.08) solid; margin:0; padding:15px 15px;color: #ffffff;min-height:57.59px;}
.input-main-style03{background: #1a1b1c; width:100%; border-radius: 4px;overflow: hidden;border: 1px rgba(255,255,255,.08) solid; margin:5px 0 0 0; padding:15px 15px; color: #ffffff; min-height:57.59px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; color: #ffffff; display:flex; flex-wrap:wrap;}
.input-main-select select{background: #1a1b1c url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px; color: #ffffff;border-radius: 4px;overflow: hidden; border: 1px rgba(255,255,255,.08) solid; flex: 1; margin:0px; padding:15px 15px; min-height:57.59px;}
.select-style{background:#8a6e0c; color:#ffffff; line-height:20px;padding:15px 15px; border:0;}
.input-style01{background: #1a1b1c; flex:1; width:100%; border:0; margin:0;padding:15px 15px;color: #ffffff; min-height:57.59px;}
input{accent-color: #ffc384;}
input:disabled{background-color:#eeeeee; color:#666666; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; line-height:1.5; font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:4px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:100px; height:57.59px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 16px; color: #ffffff;border-radius:0;margin: 30px 0 0 0 ;}
.input-main-style01:focus,.input-main-style02:focus,.input-main-style03:focus,.input-main-select select:focus{border: 1px #39ff14 solid;}
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label {width:calc(100%/3 - 3px);display: inline-block;padding: 0 5px 0 0;}
input[type="checkbox"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 8px 0 0;vertical-align:middle;background:url(../images/input-button.png) left top no-repeat;background-size: 76px;cursor:pointer;}
input[type="checkbox"]:checked + label span {background: url(../images/input-button.png) -19px top no-repeat;background-size: 76px;}
input[type="radio"] {display:none;}
input[type="radio"] + label {width:calc(100%/3 - 3px);display:inline-block;padding: 0 5px 0 0 ;}
input[type="radio"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 8px 0 0;vertical-align:middle;background:url(../images/input-button.png) -38px top no-repeat;background-size: 76px;cursor:pointer;}
input[type="radio"]:checked + label span {background:url(../images/input-button.png) -57px top no-repeat;background-size: 76px;}
.password-box {position: relative;width: 100%;}
.password-box input { width: 100%; padding-right: 50px;box-sizing: border-box;}
.toggle-password {position: absolute;right: 15px;top: 50%;transform: translateY(-50%);cursor: pointer;color: #ffffff;font-size: 18px;}
.toggle-password:hover {color: #f5a24b;}
.questionnaire input[type="checkbox"] + label {width:calc(100%/1);padding: 0;}
.questionnaire input[type="radio"] + label {width:calc(100%/1);padding: 0;}
@media screen and (max-width:767px){
	.opinion-main{display:block;}
	.opinion{display:block;}
    .opinion:nth-child(2){margin:8px 0;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 108px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:30px; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center;}
a.btn-send{background: #39ff14; padding:15px 20px; text-align:center; color:#0d0d0d; width:100%; margin:0;border-radius: 50px;font-weight: 700;}
a.btn-send:hover{box-shadow: 0 0 15px 0 rgba(57,255,20,.7);transition: all 0.5s ease 0s;}
a.btn-reset{background:#1a1b1c; padding:15px 20px; text-align:center; color:#ffffff;max-width: 250px; width:calc(50% - 20px); margin:0 0 0 20px; border-radius: 50px;font-weight: 700;}
a.btn-reset:hover{box-shadow: 0 0 15px 0 rgba(255,255,255,.3);transition: all 0.5s ease 0s;}
a.btn-send-over{background:#7ea2c5; padding:15px 20px; text-align:center; color:#ffffff;max-width: 250px; width:calc(50% - 20px);margin:5px; border-radius: 50px;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:767px){
	a.btn-send{padding:10px 15px;}
    a.btn-reset{max-width:inherit;padding:10px 15px;margin: 0 5px;width:calc(50% - 10px);}
    a.btn-send-over{max-width:inherit;padding:10px 15px;margin: 0 5px;width:calc(50% - 10px);} 
}

/** 送出訊息 **/
.jump-window-box{max-width:600px; margin:0 auto; border: 1px rgba(255,255,255,.08) solid;border-radius: 4px;overflow: hidden; padding:30px 20px; background:#1a1b1c;}

/** 頁次 **/
.page{font-size: 15px; color:#ffffff;background: #1a1b1c; text-align:center; clear:both; margin:0;padding:20px 15px;display: flex;align-items: center; justify-content: center;border-radius: 4px; overflow: hidden;}
.page a{display: inline-block;margin:5px 10px;min-width: 100px; color: #39ff14;border-radius: 100px;border: 1px #39ff14 solid;background: #0d0d0d;padding: 8px 15px;}
.page a:hover{background: #39ff14;color: #0d0d0d;box-shadow: 0 0 15px 0 rgba(57,255,20,.7);}
.page br{display:none;}
.page select{padding: 8px 30px 8px 15px;background: #1a1b1c url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px; color: #ffffff;margin: 5px 10px;border-radius: 4px;border: 1px rgba(255,255,255,.08) solid;}
@media screen and (max-width:1024px){
    .page{font-size: 14px;}
}
@media screen and (max-width:767px){
	.page {display:block;}
	.page br{display:block;}
}

/** 下版 **/
footer{background:#0d0d0d;color: #8e8e93;font-size: 15px;border-top: 1px rgba(255,255,255,.08) solid;padding: 45px 15px;}
footer .footer{max-width:1330px; margin:0 auto;display: flex;flex-wrap: wrap; align-items: center;}
.f-logo{font-size: 30px; color: #ffffff;font-weight: 900;width: auto;}
.f-contact{flex: 1;margin: 0 2vw 0 4vw;}
.f-contact>ul{list-style: none;padding: 0;margin: 0;}
.f-contact>ul>li{padding: 0;margin: 0;}
.f-contact>ul>li a{display:inline-block;color: #8e8e93;}
.f-contact>ul>li a:hover{color: #39ff14;}
.f-menu-copyright{width: auto;}
.f-menu{}
.f-menu>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.f-menu>ul>li{padding: 0;margin: 3px 0 3px 28px;width: auto;text-align: center;}
.f-menu>ul>li a{display: block;color: #8e8e93;}
.f-menu>ul>li a:hover{color: #39ff14;}
.copyright{font-size: 12px; letter-spacing: 0;text-align: right;margin: 3px 0 0 0;}
.copyright span{display: inline-block;padding: 0 0 0 15px;}
.copyright a{display: inline-block;color: #8e8e93;}
.copyright a:hover{color: #ffffff;}
@media screen and (max-width:1024px){
    footer{padding: 40px 15px;}
    footer .footer{display: block;}
    .f-logo{font-size: 24px; text-align: center;}
    .f-contact{flex: initial;width: 100%; margin:25px 0;text-align: center;}
	.f-menu-copyright{width: 100%;}
    .f-menu>ul{justify-content:center;}
    .f-menu>ul>li{margin: 3px 15px;}
    .copyright{text-align: center;}
}
@media screen and (max-width:575px){
    .f-menu>ul>li{width:calc(100%/3 - 30px);}
    .copyright{margin: 20px 0 0 0;}
    .copyright span{display: block;padding: 0;width: 100%;}
    .copyright a{display: block;}
}
