@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:767px);

/** edm **/
@import url(edm.css);

/** googlefont **/
@import url(Montserrat.css);
@import url(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:#ffffff; margin:0; padding:0; width:100%; height:auto; font-size:medium;line-height: 1.6;font-family:'Montserrat', '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;}

/** 表單預設文字顏色設定 **/
::-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:#c4c5c6;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{background:#2679b7;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;}

/** 上版 **/
header{background:#ffffff;padding:15px 15px;position: fixed;width: 100%;top: 0;left: 0;z-index: 10000;transition: all 0.5s ease 0s;}
.head-main{display: flex;}
.head-main .logo{display: flex;flex: 1;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.head-main .logo .logo01{width: 314px;margin: 0 0 0 5px;transition: all 0.5s ease 0s;}
.head-main .logo .logo02{width: 282px;margin: 0 0 0 15px;transition: all 0.5s ease 0s;}
.header-height {box-shadow: 0 0 15px 0 rgba(0,0,0,.2);padding: 10px 15px;transition: all 0.5s ease 0s;}
.header-height .logo .logo01{width: 247px;transition: all 0.5s ease 0s;}
.header-height .logo .logo02{width: 222px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1260px){
	.head-main{display:block;}
	.head-main .logo{justify-content: center;flex: initial;width: 100%;}
	.head-main .logo .logo01{margin: 0;}
}
@media screen and (max-width:767px){
	header{padding:0;position:inherit;top: inherit;left:inherit;}
	.head-main .logo .logo01{width: 202px; position: fixed;top: 8px;left: 10px;z-index: 10000;}
	.head-main .logo .logo02{width: 181px;position: fixed;top: 8px;left:210px;z-index: 10000;}
	.header-height {padding: 0;}
}
@media screen and (max-width:520px){
	.head-main .logo .logo01{width: 157px;top: 12px;left: 5px}
	.head-main .logo .logo02{width: 141px;top: 12px;left:155px;}
}
@media screen and (max-width:374px){
	.head-main .logo .logo01{width: 126px;top: 16px;left: 5px}
	.head-main .logo .logo02{width: 113px;top: 16px;left:125px;}
}

/** 主選單與下拉 **/
nav{flex: 1.5;margin:32px 0 0 15px;transition: all 0.5s ease 0s;}
.menu{max-width:1300px; padding:0; list-style:none; position:relative; margin:0 auto; display:flex;justify-content: flex-end;line-height: 1.2;}
.menu>li{width: auto;color:#333333; font-size:18px; text-align:center; position:relative; border-right:1px #c1c1c1 solid; cursor:pointer; padding:0; margin:0;}
.menu>li:last-of-type{border-right:0;}
.menu>li>a{color:#333333; display:block; padding:0 25px; margin:0;position: relative;}
.menu>li a:before{content: ""; display: block;visibility: hidden; background: #2679b7;width: 6px; height: 6px;position: absolute;top: -50px;left: calc(50% - 5px);transform: rotate(45deg);opacity: 0;transition: all 0.5s ease 0s;}
.menu>li>a:hover{color: #2679b7;}
.menu>li a:hover:before{top: -20px;opacity: 1;visibility: visible;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:rgba(0,0,0,0.5); display:none; position:static; z-index:999; margin:0; padding:0; border-radius:0 0 5px 5px; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:100%; left:0; top:47px;}
.menu>li.sub>ul.sub-menu>li{display:block; border-top:1px #fff dotted;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#fff; padding:5px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#000000;}
.header-height nav{margin:18px 0 0 15px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1260px){
	nav{flex:initial;margin:5px 0 0 0;width: 100%;}
	.menu{justify-content: center;}
	.menu>li a:before{top: inherit;bottom: -30px;}
	.menu>li a:hover:before{top: inherit;bottom: -18px;}
	.header-height nav{margin:5px 0 0 0;}
}
@media screen and (max-width:767px){
	nav{margin:0;}
	#menu{display:none;}
	.slicknav_menu{background: #ffffff; display:block;position: fixed;width: 100%;top: 0;left: 0;z-index: 10000;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
	.header-height nav{margin:0;}
}

/** edm輪播 **/
.edm-main{background:#ffffff;max-width:100%;margin:0 auto; position:relative;padding: 100px 0 0 0;}
.edm-main img{vertical-align:middle; width:100%; height:auto; position:absolute;}
.edm{position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1920px; height: 955px; overflow: hidden; visibility: hidden;}
.edm-loading-main{position: absolute; top: 0px; left: 0px;}
.edm-loading{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
.edm-loading-photo{position:absolute;display:block;background:url(../images/loading.gif) no-repeat center center;top:0px;left:0px;width:100%;height:100%;}
.edm-photo{cursor: default; position: relative; top: 0px; left: 0px; width: 1920px; height: 955px; overflow: hidden;}
.edm-navigator{width:14px;height:14px;}
@media screen and (max-width:1260px){
	.edm-main{padding: 126.6px 0 0 0;}
}
@media screen and (max-width:767px){
	.edm-main{padding:54px 0 0 0;}
}

/** 首頁標題 **/
.i-title-main{margin: 0 0 10px 0;}
.i-title-main .i-title{font-size: 36px; color: #333333;display: inline-block;}
.i-title-main .i-title-en{font-size: 24px; color: #5a6b98;padding: 0 0 0 10px;text-transform: uppercase;display: inline-block;}
@media screen and (max-width:767px){
	.i-title-main .i-title{font-size: 30px;}
	.i-title-main .i-title-en{font-size: 18px; }
}

/** 首頁公司介紹 **/
.i-company-main{border-top: 1px #ffffff solid;border-bottom: 1px #ffffff solid;}
.i-company{display: flex;flex-wrap: wrap;}
.i-company-bg-color{width: 100%;height: 100%; position: absolute;top:0 ;left: 0;transition: all 0.5s ease 0s;}
.i-company-bg{background-color: #ffffff;background-repeat: no-repeat;background-position: center center;background-size: cover;width: 100%;height: 100%;position: absolute;top:0 ;left: 0;transition: all 0.5s ease 0s;}
.i-company-info{position: relative;text-align: center;color: #ffffff;}
.i-company-name-en{font-size: 48px; font-weight: 700;text-transform: uppercase;border-radius: 300px;width: 190px; height: 190px;margin:0 auto;display: flex;flex-wrap: wrap; align-content: center;justify-content:center ;letter-spacing: 0px;line-height: 1.4;transition: all 0.5s ease 0s;}
.i-company-name-en span{font-size: 18px;display: block;}
.i-company-name{font-size: 36px;font-weight: 500;margin:20px 0 25px 0;}
.i-company-more{font-size: 24px;font-weight: 500;background: url("../images/icon-down.svg")no-repeat top center;background-size: 26px;padding: 28px 0 0 0;}
.i-xsc{flex: 1;position: relative;border-right: 1px #ffffff solid;padding: 10% 15px; }
.i-xsc .i-company-bg-color{background: #4eac41;}
.i-xsc .i-company-bg{opacity: 0.33;-webkit-filter: blur(6.8px) grayscale(100%);filter: blur(6.8px) grayscale(100%);}
.i-xsc .i-company-name-en{background: #2aca11;}
.i-xsc:hover{text-shadow: 1px 1px 1px rgba(0,0,0,.2);transition: all 0.5s ease 0s;}
.i-xsc:hover .i-company-bg{opacity: .9;-webkit-filter: blur(0px) grayscale(0%);filter: blur(0px) grayscale(0%);transition: all 0.5s ease 0s;}
.i-xsc:hover .i-company-name-en{box-shadow: 0 0 25px 0 rgba(0,0,0,.5);border-radius: 20px;transition: all 0.5s ease 0s;}
.i-xsc:hover .i-company-name{text-shadow: 1px 1px 2px rgba(0,0,0,.4);}
.i-xsc:hover .i-company-name-more{text-shadow: 1px 1px 2px rgba(0,0,0,.4);}
.i-xing{flex: 1;position: relative;padding: 10% 15px; }
.i-xing .i-company-bg-color{background: #2398ba;}
.i-xing .i-company-bg{opacity: 0.33;-webkit-filter: blur(6.8px) grayscale(100%);filter: blur(6.8px) grayscale(100%);}
.i-xing .i-company-name-en{font-size: 28px;background: #00c6fe;}
.i-xing:hover{text-shadow: 1px 1px 1px rgba(0,0,0,.2);transition: all 0.5s ease 0s;}
.i-xing:hover .i-company-bg{opacity: .9;-webkit-filter: blur(0px) grayscale(0%);filter: blur(0px) grayscale(0%);transition: all 0.5s ease 0s;}
.i-xing:hover .i-company-name-en{box-shadow: 0 0 25px 0 rgba(0,0,0,.5);border-radius: 20px;transition: all 0.5s ease 0s;}
.i-xing:hover .i-company-name{text-shadow: 1px 1px 2px rgba(0,0,0,.4);}
.i-xing:hover .i-company-name-more{text-shadow: 1px 1px 2px rgba(0,0,0,.4);}
@media screen and (max-width:1000px){
	.i-company-name-en{font-size: 40px;}
	.i-company-name{font-size: 30px;}
	.i-xing .i-company-name-en{font-size: 24px}
	.i-company-more{font-size: 20px;}
}
@media screen and (max-width:767px){
	.i-company{display:block;}
	.i-company-name-en{font-size: 36px;width: 166px; height: 166px;}
	.i-company-name-en span{font-size: 16px;}
	.i-company-name{font-size: 28px;}
	.i-xing .i-company-name-en{font-size: 22px}
	.i-company-more{font-size: 18px;}
	.i-xsc{flex: initial;width: 100%;}
	.i-xing{flex: initial;width: 100%;}
}

/** 配置 **/
.warpper{}
.main{max-width: 1300px; position: relative;z-index: 999;margin:-200px auto 0 auto;}
@media screen and (max-width:767px){
	.main{margin:0 auto;}
}

/** 首頁最新消息 **/
.i-news-main{background: url("../images/news_bg.png")no-repeat center center fixed;background-size: cover;padding:12% 0 12% 15px;}
.i-news{background: #ffffff;box-shadow: 0 15px 20px 0 rgba(0,0,0,.11);margin: 0 0 0 36%;position: relative;padding:5%;}
.i-news ul{list-style:none; color:#333333; padding:0px; margin:0;border-top: 1px #e9e9e9 solid;}
.i-news ul li{padding:0; font-size:18px;margin: 0;color: #333333;border-bottom: 1px #e9e9e9 solid;}
.i-news ul li a{display: flex;color: #333333;padding: 10px 0;}
.i-news ul li a:hover{background: #f9f9f9;}
.i-news ul li .i-news-date{color: #22a2c6;font-size: 18px;margin: 0 25px 0 0;width: 120px;}
.i-news ul li .i-news-info{color: #333333;font-size: 18px;font-weight: 300;flex: 1;}
.i-news-more{position: absolute;bottom:-8px;left: -8px;font-size: 18px;color: #ffffff;}
.i-news-more a{display: block;background: #5a6b98 url("../images/icon-more.svg")no-repeat right 25px center;background-size: 16px; color: #ffffff;padding:5px 50px 5px 25px;}
.i-news-more a:hover{background: #2679b7 url("../images/icon-more.svg")no-repeat right 25px center;background-size: 16px; }
@media screen and (max-width:1000px){
	.i-news-main{padding:10% 0;}
	.i-news{margin: 0 10%;padding:5%;}
}
@media screen and (max-width:767px){
	.i-news{margin: 0 15px;padding:20px 20px 50px 20px;}
	.i-news ul li .i-news-date{font-size: 16px;}
	.i-news ul li a{display:block;}
	.i-news-more{font-size: 16px;}
}

/** 內頁banner **/
.inside-banner{background:#222222 url("../images/banner_bg.jpg")no-repeat center center fixed;background-size: cover; padding:179px 15px 273px 15px;position: relative;}
.inside-banner:after{content: "";display:block;background: url("../images/banner_bottom.png")no-repeat center center;position: absolute;bottom: 0;left: 0;width: 100%;height: 360px;}
.inside-banner .banner-title{font-size:24px; color:#ffffff; margin:0 auto; padding:10px 25px 5px 25px;text-align: center;display: table;background: #ffffff;border: 3px #29899b solid;border-radius: 10px;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
.inside-banner .banner-title .banner-title-ch{ font-size:36px; color:#29899b;font-weight: 500;letter-spacing: 2px;padding: 0;margin: 0;line-height: 1.6;}
.inside-banner .banner-title .banner-title-en{ font-size:20px; color:#29899b;font-weight: 700;margin: -27px 0 0 0; text-shadow: 1px 1px 0 #ffffff,-1px -1px 0 #ffffff,1px -1px 0 #ffffff,-1px 1px 0 #ffffff;}
@media screen and (max-width:1260px){
	.inside-banner{padding:199px 15px 273px 15px;}
}
@media screen and (max-width:767px){
	.inside-banner{padding:105px 15px 55px 15px;}
	.inside-banner:after{display: none;}
	.inside-banner .banner-title .banner-title-ch{ font-size:28px; }
	.inside-banner .banner-title .banner-title-en{ font-size:16px;margin: -24px 0 0 0; }
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{position:absolute;right: 20px;top:178px; z-index: 999; margin:-200px 0 0 0 ;font-size: 13px;display: table;background-color: #f3f3f3;border-radius: 5px;}
.breadcrumb{display:flex; flex-wrap:wrap;justify-content: flex-end; width:100%; max-width:1300px; margin:0 auto; padding:10px 20px;list-style:none;background-color: transparent;border-radius:0;}
.breadcrumb-item{padding-left:0;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#333333; content:"/";}
.breadcrumb-item a{width: auto;text-decoration:none; color:#2679b7;}
.breadcrumb-item a:hover{color:#5a6b98; text-decoration:none;}
.breadcrumb-item.active{color: #333333;}
@media screen and (max-width:1260px){
	nav[aria-label="breadcrumb"]{margin:-200px 0 0 0;width:auto;}
}
@media screen and (max-width:767px){
	nav[aria-label="breadcrumb"]{margin:-194px 0 0 0;}
	.breadcrumb{padding:5px 15px;}
}

/** 內頁架構 **/
.content-body{max-width:1300px; margin:0 auto; padding:40px 8px;background:rgba(255,255,255,1);position: relative;z-index: 1;}
.content-body:before{content: "";display: block;position:absolute; top: 0;left: 0; width: 0;height: 0;border-style: solid;border-width: 200px 200px 0 0;border-color: rgba(38,121,183,.1) transparent transparent transparent;z-index: -1;}
.content-body:after{content: "";display: block;position:absolute; bottom: 0;right: 0; width: 0;height: 0;border-style: solid;border-width: 0 0 400px 400px;border-color: transparent transparent rgba(38,121,183,.1) transparent;z-index: -1;}
.page-title{font-size:24px; color:#222222; padding:10px 15px 10px 0; margin:0 0 20px 0;display: table;position: relative;}
.page-title:before{content: "";display: block;width: 66px;height: 25px;background:rgba(38,121,183,.1); position: absolute;bottom: 0;right: 0;}
.page-main{padding:0; font-size:18px; color:#333;}
.content{display: flex;flex-wrap: wrap;}
.content-info001{flex: 1;}
.content-photo001{flex: 0.7;position: relative;margin: 0 0 0 50px;height: 100%}
.content-photo001:before{content:"";display: block;width: 100%;height: 100%;position: absolute;top:15px;left: -15px;border: 1px #2679b7 solid;}
.content-photo001:after{content: "business philosophy";display: table;font-size:2.5vw;letter-spacing: 4px; font-weight: 700; font-style: italic;color: rgba(38,121,183,.8);text-align: right;position: absolute;bottom:-2.2vw;right:0;padding: 5px 10px;text-transform: uppercase;line-height: 1.2;}
.film{position: relative;padding-bottom: 54%;padding-top: 30px;height: 0;overflow: hidden;margin: 20px 0 20px 0;}
.film iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:767px){
	.content{display: block;}
	.content-info001{flex:initial;width: 100%;}
	.content-photo001{flex:initial;width: 100%;max-width: 500px; margin:20px auto 0 auto;}
	.content-photo001:after{font-size:8vw;bottom:-6.2vw;}
}

/** 左邊分類 **/
.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{font-size:18px; color:#222222; padding:0;}
.in-left-menu>ul>li>a{background:url("../images/left-icon.svg") no-repeat left 15px top 14px;background-size: 20px; color:#222222; display:block; padding:10px 15px 10px 45px;}
.in-left-menu>ul>li>a:hover{background:url("../images/left-icon_h.svg") no-repeat left 15px top 14px;background-size: 20px;color: #2679b7;}
.in-left-menu>ul>li>.current{background:rgba(38,121,183,1) url("../images/left-icon_c.svg") no-repeat left 15px top 14px;background-size: 20px;color: #ffffff;}
.in-left-menu>ul>li>.current:hover{background:rgba(38,121,183,1) url("../images/left-icon_c.svg") no-repeat left 15px top 14px;background-size: 20px;color: #ffffff;}
.in-left-menu>ul>li>ul{margin:0; padding:0; list-style:none;display: none;}
.in-left-menu>ul>li>ul>li{border-bottom:1px #dddddd dashed;padding: 0;margin: 0;}
.in-left-menu>ul>li>ul>li a{font-size:16px; color:#666666; display:block;padding:10px 15px 10px 45px;position: relative;}
.in-left-menu>ul>li>ul>li a:before{content: "";display: block;width: 10px;height: 3px;position:absolute;right: 0;top:22px;background: rgba(38,121,183,1); transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>ul>li a:hover{color:rgba(38,121,183,1);padding:10px 25px 10px 45px;}
.in-left-menu>ul>li>ul>li a:hover:before{width: 20px;transition: all 0.5s ease 0s;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:767px){
	.classBox{padding:0 0 20px 0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid rgba(38,121,183,1);}
	.m_classLink a.main{display:block; background:none; font-size:18px; color:#333; position:relative; padding:10px 63.8px 10px 15px;}
	.m_classLink a.main i{display:block; font-size:18px; background:rgba(38,121,183,1); width:48.8px; height:100%; text-align:center; color:#FFF; line-height:48.8px; position:absolute; right:0; top:0;}
	.m_classLink a.main b{font-weight: 400;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid rgba(38,121,183,1); position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0; border-top:1px solid rgba(38,121,183,1); }
	.m_classLink ul li:first-of-type{border-top:0; }
	.m_classLink ul li a{display:block; padding:10px 15px; font-size:18px; color:#222;}
	.m_classLink ul li a:hover{color:rgba(38,121,183,1);}
	.m_classLink ul li ul{display:block; margin:0; padding:0; list-style:none; width:100%; background:#fefefe; border:0; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;border-top:2px solid rgba(38,121,183,1);}
	.m_classLink ul li ul li{border-bottom:1px #dddddd dashed;border-top:0; }
	.m_classLink ul li ul li:last-of-type{border-bottom:0;}
	.m_classLink ul li ul li a{padding:10px 15px; font-size:16px; color:#666666; }
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 公司沿革 **/
.history{margin: 0 0 15px 0;}
.history>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.history>ul>li{padding: 0;margin: 0;display: block;width:50%;position: relative;}
.history>ul>li:before{content: "";display: block;width: 1px;height: 100%;position: absolute;top: 0;left:25px;background: #8bae5f;}
.history>ul>li .history-year{font-size:24px; color:#ffffff;background: #8bae5f;font-weight: 700;padding: 0 15px;position: relative;display: table;border-radius: 100px;}
.history>ul>li .history-year span{font-size:14px;}
.history>ul>li .history-info{}
.history>ul>li .history-info>ul{list-style: none;padding:5px 0;margin: 0 0 0 25px;}
.history>ul>li .history-info>ul>li{padding:5px 15px;margin: 0;display: block;width: 100%;}
.history>ul>li .history-info>ul>li .history-month{font-size:18px; color:#2679b7;font-weight: 500;}
.history>ul>li .history-info>ul>li .history-content{font-size:16px; color:#222;position: relative;padding: 0 0 0 16px;}
.history>ul>li .history-info>ul>li .history-content:before{content: "";display: block;width: 4px;height: 4px;background: #222222;position: absolute;top: 10px;left: 4px;}
@media screen and (max-width:1000px){
	.history>ul>li{width:100%;}
}
@media screen and (max-width:767px){
	.history>ul>li .history-year{font-size:20px}
}

/** 服務項目 **/
.service{}
.service>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.service>ul>li{padding:10px 15px 10px 36px;margin:15px 20px 15px 30px;width: calc(50% - 50px);position: relative;border: 1px #cccccc solid;background: #fefefe;}
.service>ul>li:before{content: "";display: block;width: 30px;height: calc(100% + 10px);background: #8bae5f;position: absolute;top:-9px;left:-13px;transform: skewX(-30deg);}
.service>ul>li:after{content: "";display: block;width: 2px;height: calc(100% + 10px);background: #8bae5f;position: absolute;top:-9px;left:21px;transform: skewX(-30deg);}
@media screen and (max-width:1000px){
	.service>ul>li{margin:15px 0px 15px 30px;width: calc(100% - 30px);}
}
@media screen and (max-width:767px){
	.service>ul>li{padding:10px 15px 10px 32px;margin:15px 0px 15px 1px;width: calc(100% - 1px);}
	.service>ul>li:before{width: 15px;top:-9px;left:-1px;transform: skewX(-0deg);}
	.service>ul>li:after{top:-9px;left:17px;transform: skewX(-0deg);}
}

/** 技術說明 **/
.tech{}
.tech ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.tech ul li{width: calc(100%/2 - 30px); display: block;margin:15px;padding:0;text-align: center; border-radius: 500px 0 0 500px;font-size: 18px;}
.tech ul li a{color:#222222; display:block; align-items:center; padding:15px 20px;position: relative;background:rgba(235,235,235,.3);border: 1px rgba(139,174,95,1) solid;}
.tech ul li a:before{content: "";display: block;width: 10px;height: 10px;position: absolute;top:-5px;left: -5px;border-top: 5px rgba(139,174,95,1) solid;border-left: 5px rgba(139,174,95,1) solid;transition: all 0.5s ease 0s;}
.tech ul li a:after{content: "";display: block;width: 10px;height: 10px;position: absolute;bottom:-5px;right: -5px;border-bottom: 5px rgba(139,174,95,1) solid;border-right: 5px rgba(139,174,95,1) solid;transition: all 0.5s ease 0s;}
.tech ul li a:hover{background:rgba(255,255,255,1);border: 1px rgba(139,174,95,1) solid;}
.tech ul li a:hover:before{content: "";display: block;width: 100px;height: 20px;position: absolute;top:-5px;left: -5px;border-top: 5px rgba(139,174,95,1) solid;border-left: 5px rgba(139,174,95,1) solid;transition: all 0.5s ease 0s;}
.tech ul li a:hover:after{content: "";display: block;width: 100px;height: 20px;position: absolute;bottom:-5px;right: -5px;border-bottom: 5px rgba(139,174,95,1) solid;border-right: 5px rgba(139,174,95,1) solid;transition: all 0.5s ease 0s;}
.tech-detail-date{color:#b9b9b9; padding:10px 0; border-bottom:1px #D7D7D7 dotted;}
@media screen and (max-width:1000px){
	.tech ul li{width: calc(100%/2 - 16px);margin:15px 8px;}
}
@media screen and (max-width:767px){
	.tech ul li{width: calc(100%/1 - 0px);margin:15px 0;}
}

/** 最新消息 **/
.news{}
.news ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.news ul li{width: calc(100%/4 - 40px);margin: 20px;padding: 0;}
.news ul li a{color:#333; display:block; padding:0;}
.news ul li .news-photo-main{overflow: hidden;}
.news ul li .news-photo-main .news-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.news ul li .news-info{}
.news ul li .news-info .news-date{ color:#ffffff;background: #2679b7;display: table;padding: 5px 15px; font-size:15px; margin:-17px 0 0 0;border-radius: 0 40px 40px 0;position: relative;z-index: 1;}
.news ul li .news-info .news-content{padding: 10px 0 0 0; font-size:18px; color:#222222;position: relative;}
.news ul li .news-info .news-content:after{content: "";display: block;width:0%;height: 5px;background: #2679b7;position: absolute;top:-20px;left: 0;transition: all 0.5s ease 0s;}
.news ul li:hover .news-photo-main .news-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.news ul li:hover .news-info .news-content:after{width:100%;transition: all 0.5s ease 0s;}
.news-detail-date{ color:#ffffff;background: #2679b7;display: table;padding: 5px 15px; font-size:15px; margin:0 0 20px 0;border-radius: 0 40px 40px 0;font-style: italic;}
@media screen and (max-width:1000px){
	.news ul li{width: calc(100%/3 - 30px);margin: 15px;}
}
@media screen and (max-width:767px){
	.news ul li{width: calc(100%/2 - 20px);margin: 10px;}
}
@media screen and (max-width:374px){
	.news ul li{width: calc(100%/1 - 0px);margin: 10px 0;}
}

/** 產品列表介紹 **/
.case-store-info{font-size:18px; color:#333333; padding:10px; margin-bottom:20px;}
.case-list ul{ margin:0 ; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.case-list ul li{width:calc(100%/3 - 40px); margin:20px; padding:0px; text-align:center;}
.case-list ul li .case-photo-main{background: #ffffff; border: 1px #cccccc solid;overflow: hidden;}
.case-list ul li .case-photo-main .case-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.case-list ul li h3{font-size:18px; color:#333333;  padding:15px 0 0 0; margin:0;line-height: 1.4;font-weight: 400;position: relative;}
.case-list ul li h3:after{content: "";display: block;width: 100px;height: 5px;background: #8bae5f;position: absolute;top: -3px;left: calc(50% - 50px);}
.case-list ul li:hover .case-photo-main{border: 1px  #8bae5f solid;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
.case-list ul li:hover .case-photo-main .case-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
@media screen and (max-width:1000px){
	.case-list ul li{width:calc(100%/3 - 30px); margin:15px; }
}
@media screen and (max-width:767px){
	.case-list ul li{width:calc(100%/3 - 20px); margin:10px; }
}
@media screen and (max-width:575px){
	.case-list ul li{width:calc(100%/2 - 20px); margin:10px; }
}
@media screen and (max-width:374px){
	.case-list ul li{width:calc(100%/1 - 0px); margin:10px 0; }
}

/** 產品明細 **/
.pro-detaile-title{font-size:20px; color:#222222; padding:20px 0 4px 0; margin:0 0 40px 0; font-weight:500;position: relative;z-index: 0;border-bottom: 1px #8bae5f solid;line-height: 1.4;}
.pro-detaile-title:before{content: "";display: block;width:60px;height:60px;background: rgba(139,174,95,.2);position: absolute;top: 5px;left: -10px;transform: rotate(45deg);z-index: -1;}
.pro-detaile-box{display:flex; flex-wrap:wrap; margin:0 0 20px 0;}
.pro-detaile-photo-box{flex: 1.2; margin:0 35px 0 0;}
.pro-detaile-spe-box{flex: 1; position:relative; }
.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:16px; color:#333; 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:16px; color:#333; clear:both;}
@media screen and (max-width:1000px){
	.pro-detaile-box{display:block;}
	.pro-detaile-photo-box{width:100%; margin:0 0 20px 0;}
	.pro-detaile-spe-box{width:100%; padding-bottom:0;}
	.cart-info{position:inherit; bottom:inherit;}
}

/** 關係企業 **/
.affiliate{}
.affiliate>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.affiliate>ul>li{padding: 0;margin: 20px;width: calc(100%/2 - 40px);}
.affiliate>ul>li h3{padding: 0;margin: 0;font-size: 20px;font-weight: 500;line-height: 1.4;color: #2679b7;}
.affiliate>ul>li .affiliate-info{font-size: 18px;color: #222222;}
.affiliate>ul>li .affiliate-info>ul{list-style: none;padding: 0;margin: 0;}
.affiliate>ul>li .affiliate-info>ul>li{padding: 0;margin:15px 0;display: flex;align-items: flex-start;}
.affiliate>ul>li .affiliate-info>ul>li .affiliate-info-title{background: #8bae5f;color: #ffffff;padding: 3px 15px;border-radius: 50px;margin:0;display: table;width: 110px;text-align: center;}
.affiliate>ul>li .affiliate-info>ul>li .affiliate-info-content{padding: 3px 15px;flex: 1;}
@media screen and (max-width:1000px){
	.affiliate>ul>li{margin: 15px 0;width: calc(100%/1 - 0px);}
}
@media screen and (max-width:575px){
	.affiliate>ul>li .affiliate-info>ul>li{display: block;}
	.affiliate>ul>li .affiliate-info>ul>li .affiliate-info-title{width: auto;}
	.affiliate>ul>li .affiliate-info>ul>li .affiliate-info-content{flex: initial;width: 100%;}
}


/** 聯絡我們 **/
.contact-body{}
.contact-note{margin: 25px 0 10px 0; padding:5px 15px;font-size:15px; background:#990000;color: #ffffff;font-style: italic;display: table;border-radius: 50px;}
.contact{}
.contact h3{padding: 0;font-size: 22px;margin: 0 0 20px 0; font-weight: 500;line-height: 1.4;color: #2679b7;}
.contact .contact-info{font-size: 18px;color: #222222;}
.contact .contact-info>ul{list-style: none;padding: 0;margin: 0;}
.contact .contact-info>ul>li{padding: 0;margin:15px 0;display: flex;align-items: flex-start;}
.contact .contact-info>ul>li .contact-info-icon{background: #8bae5f;color: #ffffff;padding:5px;border-radius: 50px;margin:0;display:flex;align-items: center;justify-content: center;width: 40px; height: 40px;border: 1px #ffffff solid;box-shadow: 0 0 0 2px #8bae5f;text-align: center;}
.contact .contact-info>ul>li .contact-info-content{padding: 0 15px;flex: 1;}
.contact .contact-info>ul>li .contact-info-content span{display: block;}
.contact .contact-info>ul>li .contact-info-content a{color: #222222;}
.googlemap{position: relative;padding-bottom: 60%;padding-top: 30px;height: 0;overflow: hidden;margin: 20px 0 20px 0;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}

/** 表單欄位 **/
.form-box label{min-width: 100px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex;}
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:10px; border-radius:0; }
.opinion-left01{ width:100%; padding:5px 0; font-weight:400; font-size:18px; color:#222222; display:flex; align-items:center;}
.input-main-style01{flex:1; width:100%;background: #ffffff;border:1px solid #cccccc; margin:0; padding:5px 15px; font-size:18px; color:#222222; min-height:42px;}
.input-main-style02{ flex:1; width:100%;background: #ffffff;border:1px solid #cccccc; margin:0; padding:5px 15px; font-size:18px; color:#222222; min-height:42px;}
.input-main-style03{ width:100%;background: #ffffff;border:1px solid #cccccc; margin:5px 0 0 0; padding:5px 15px; font-size:18px; color:#222222; min-height:42px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; font-size:18px; color:#222222;  display:flex; flex-wrap:wrap;}
.input-main-select select{flex: 1;margin: 0; padding:5px 15px;background: #ffffff;border:1px solid #cccccc; font-size:18px; color:#222222; min-height:42px;}
.select-style{background:#8a6e0c; font-size:16px; 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:16px; color:#333; min-height:42px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:16px; line-height:1.5; font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:100px; height:42px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 16px; color: #333333;border-radius:0;margin: 15px 0 ;}
.input-main-style01:focus,.input-main-style02:focus,.input-main-style03:focus,.input-main-select select:focus{border:1px solid #2679b7;box-shadow: 0 0 5px 0 rgba(0,0,0,.2);}
@media screen and (max-width:767px){
	.opinion-main{display:block;}
	.opinion{display:block;flex: initial;width: 100%;margin:10px 0; }
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 106px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{text-align:center; margin-top:20px; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center;}
.cart-btn i{margin: 0 8px 0 0;}
.btn-send{font-size:13px;}
a.btn-send{display: block; background: #8bae5f; padding:5px 20px; text-align:center; font-size:18px;  color:#ffffff; min-width:100px; margin:5px 0 5px 10px;border-radius:0;}
a.btn-send:hover{background:#2679b7;}
a.btn-reset{display: block; background:#666666; padding:5px 20px; text-align:center; font-size:18px; color:#ffffff; min-width:100px; margin:5px 0 5px 10px; border-radius:0;}
a.btn-reset:hover{background:#333333; }
a.btn-send-over{background:#7ea2c5; padding:5px 20px; text-align:center; font-size:18px; 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;margin: 5px; width:calc(50% - 10px);}
	a.btn-reset{padding:5px 10px;margin: 5px; width:calc(50% - 10px);}
	a.btn-send-over{padding:5px 10px; margin: 5px;width:calc(50% - 10px);}
}

/** 送出訊息 **/
.jump-window-box{background: #ffffff; max-width:500px; margin:0 auto;padding:20px;box-shadow: 0 0 20px 0 rgba(0,0,0,.2);}

/** 頁次 **/
.page{font-size: 15px; color:#222222; text-align:center; clear:both;padding: 15px 0; margin:15px 0;border-top: 1px #cccccc dashed;}
.page a{display: inline-block;background:#29899b; color:#fff; padding:4px 10px;margin: 5px 0;}
.page a:hover{background:#2679b7; color:#fff;}
.page br{display:none;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:#ffffff;font-family:'Noto Sans TC', sans-serif;padding: 30px 15px;border-top: 1px #f0f0f0 solid;}
footer .footer{max-width:1300px; margin:0 auto;font-size: 16px;color: #333333;display: flex;}
footer .footer .footer-logo{width: 249px;height: auto;border-right: 1px #f0f0f0 solid;padding: 0 30px;}
footer .footer .footer-info-main{flex: 1;display: flex;}
footer .footer .footer-info{flex: 1;border-right: 1px #f0f0f0 solid;padding:20px 30px;}
footer .footer .footer-info a{color: #333333;}
footer .footer .footer-info a:hover{color: #2679b7;}
footer .footer .footer-info:last-of-type{border-right: 0;}
footer .footer .footer-info h2{font-size: 18px; color: #2679b7;font-weight: 400;line-height: 1.2;}
footer .footer .footer-info .footer-community{position: relative;padding: 0 0 0 60px;}
footer .footer .footer-info .footer-community:before{content: "";display: block;width: 52px;height: 4px;background: #2679b7;position: absolute;top: calc(50% - 2px);left: 0;}
footer .footer .footer-info .footer-community>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
footer .footer .footer-info .footer-community>ul li{width: 22px;margin: 5px;}
footer .footer .footer-info .footer-community>ul li img{width: 22px;}
footer .footer .footer-info .footer-community>ul li a{display: block;}
footer .footer .footer-info .footer-community>ul li a:hover{transform: translateY(-5px);}
footer .footer .footer-info .footer-contact{}
.copyright{background: #2679b7;font-size: 14px;color: #ffffff;font-family:'Noto Sans TC', sans-serif;text-transform: uppercase;text-align: center;padding: 18px 15px;}
.copyright span{display: inline-block;padding: 0 0 0 20px;}
.copyright span a{display: inline-block;color: #ffffff;}
.copyright span a:hover{color: #e4e786;}
@media screen and (max-width:1000px){
    footer .footer{display: block;}
	footer .footer .footer-logo{width: 200px;margin: 0 auto;border-right: 0;}
	footer .footer .footer-info-main{flex:initial;width: 100%;border-top: 1px #f0f0f0 solid;}
}
@media screen and (max-width:767px){
	footer{padding: 30px 15px 0 15px;}
	footer .footer .footer-logo{width:180px;}
	footer .footer .footer-info-main{display:block;border-top: 0;}
	footer .footer .footer-info{flex:initial;border-right:0;border-top: 1px #f0f0f0 solid;padding:20px 0;text-align: center;}
	footer .footer .footer-info .footer-community{padding: 0;}
	footer .footer .footer-info .footer-community:before{display: none;}
	footer .footer .footer-info .footer-community>ul{justify-content: center;}
	.copyright span{display: block;padding: 0;}
}

/** top **/
#scrollUp {letter-spacing: 0px; bottom: 40px;right: 8px;font-size: 18px; color: #ffffff;font-weight: 700; text-align: center;padding:32px 5px 10px 5px;display:flex;align-items: center;justify-content: center;background: #2679b7 url("../images/icon-top.svg")no-repeat center top 15px;background-size: 23px;border-radius: 50px;width: 60px; height: 83px;box-shadow: 0 0 20px 0 rgba(0,0,0,.1);transition: all 0.5s ease 0s;}
#scrollUp:hover{ bottom: 50px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1000px){
    #scrollUp {font-size: 14px; font-weight:600;padding:25px 5px 6px 5px;background: #2679b7 url("../images/icon-top.svg")no-repeat center top 12px;background-size: 20px;width: 50px; height: 69px;}
}
@media screen and (max-width:767px){
    #scrollUp {font-size: 12px; font-weight:500;padding:20px 5px 4px 5px;background: #2679b7 url("../images/icon-top.svg")no-repeat center top 10px;background-size: 16px;width: 40px; height: 55px;}
}