@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:990px);

/** edm **/
@import url(edm.css);

/** font **/
@import url(Noto+Sans+TC.css);
@import url(Lato.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: 'Lato', 'Noto Sans TC', sans-serif;word-break: break-word;letter-spacing: 2px; 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;}
.table-responsive table{font-size: 14px;letter-spacing: 1px;}
@media screen and (max-width:575px){
    .table-responsive table{width:528px;}
}

/** 表單預設文字顏色設定 **/
::-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:#222222;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{color:#e8340c;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top: 13px; right: 10px;}

/** 上版 **/
header{background:#ffffff;border-top: 6px #e8340c solid;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;padding: 0 15px;}
.head-main{max-width:1280px; margin:0 auto; display: flex;align-items: center;}
.head-main .logo{width: 333px;margin: 0 15px 0 0;transition: all 0.5s ease 0s;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.header-height .head-main .logo{width: 240px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1100px){
    .head-main .logo{width: 280px;}
}
@media screen and (max-width:990px){
    header{border-top: 0;box-shadow: 0 0 0 0 rgba(0,0,0,0);}
    .head-main .logo{position: fixed;top: 12px;left: 10px;z-index: 10000;width: 198px;}
    .header-height .head-main .logo{width: 198px;}
}

/** 主選單與下拉 **/
nav{flex: 1;}
.menu{max-width:1280px; padding:0; list-style:none; position:relative; margin:0 auto; display:flex;justify-content: flex-end;}
.menu>li{color:#222222; font-size:18px; text-align:center; position:relative; cursor:pointer; padding:0; margin:0;}
.menu>li>a{color:#222222; display:block; padding:32.6px 20px; margin:0;position: relative;transition: all 0.5s ease 0s;}
.menu>li:before{content: "";display: block;width: 18px; height: 18px;background: #e8340c;border-radius:20px;border: 2px #ffffff solid;box-shadow: 0 0 0 1px #e8340c;position: absolute;top: -18px;left: calc(50% - 9px);opacity: 0;visibility: hidden;transition: all 0.5s ease 0s;}
.menu>li:after{content: "";display: block;width:100%; height: 6px;background: #e8340c;position: absolute;top: -6px;left: 0;}
.menu>li>a:hover{color: #e8340c;}
.menu>li:hover:before{top: -9px;opacity: 1;visibility: visible; transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:#ffffff; display:none; position:static; z-index:999; margin:0; padding:0;border: 1px #cccccc solid;overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:200px; left:calc(50% - 100px); top:93.98px;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu>li{display:block;font-size: 16px;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#222222; padding:10px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#e8340c;color: #ffffff;}
.header-height .menu>li>a{padding:15.6px 20px;transition: all 0.5s ease 0s;}
.header-height .menu>li.sub:hover ul.sub-menu{top:59.98px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1240px){
    .menu>li>a{padding:32.6px 10px;}
    .header-height .menu>li>a{padding:15.6px 10px;}
}
@media screen and (max-width:1100px){
    .menu>li{ font-size:16px;}
    .menu>li>a{padding:25.6px 10px;}
    .menu>li.sub:hover ul.sub-menu{top:76.78px;}
    .header-height .menu>li.sub:hover ul.sub-menu{top:56.78px;}
}
@media screen and (max-width:990px){
	#menu{display:none;}
	.slicknav_menu{display:block;background: #ffffff; border-top: 6px #e8340c solid;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;}
}

/** edm輪播 **/
.edm-main{background:#ffffff;max-width:100%; margin:0 auto; position:relative;padding: 99.98px 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: 935px; 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: 935px; overflow: hidden;}
.edm-navigator{width:49px;height:8px;}
@media screen and (max-width:1100px){
    .edm-main{padding: 82.78px 0 0 0;}
}
@media screen and (max-width:990px){
    .edm-main{padding:53px 0 0 0;}
}

/** 配置 **/
.warpper{overflow: hidden;}
.main{padding: 0 15px;}
.i-title-main{margin: 0 0 15px 0;}
.i-title-main .i-title-en{font-size: 20px; color: #e8340c;padding: 0;margin: 0;line-height: 1;}
.i-title-main .i-title{font-size: 40px; color: #222222;font-weight: 500;padding: 0;margin: 0;letter-spacing: 4px;}
.more{text-transform: uppercase;font-size: 13px;color: #ffffff;display: flex;justify-content: flex-end;margin:3.25vw 0 0 0;letter-spacing: 1.5px;position: relative;}
.more i{width: 27px; margin: 0 0 0 10px;}
.more i img{-webkit-filter:brightness(200);}
.more a{color: #ffffff;padding: 9.5px 16.55px; display: flex;align-items: center;justify-content: center; background: #e8340c;border-radius: 3px;position: relative;z-index: 1;border: 1px #e8340c solid;}
.more a:after{content: "";display: block;width: 0%;height: 100%;background: #ffffff;position: absolute;top: 0;left: 0;z-index: -1;border-radius: 3px;transition: all 0.5s ease 0s;}
.more a:hover{color: #e8340c;}
.more a:hover i img{-webkit-filter:brightness(1);}
.more a:hover:after{width: 100%;transition: all 0.5s ease 0s;}
@media screen and (max-width:990px){
    .i-title-main{margin: 0 0 10px 0;}
    .i-title-main .i-title-en{font-size: 16px;}
    .i-title-main .i-title{font-size: 32px; }
    .more{margin:25px 0 0 0;}
    .more i{width: 24px;}
}

/** 首頁關於我們 **/
.i-about-main{padding:6vw 15px;position: relative;z-index: 1;}
.i-about-main:after{content: "";display: block;width: 32.7%;height: 74%;background: #f3f3f3;position: absolute;top: 26%;left: 0;z-index: -1;}
.i-about-main .i-about{max-width: 1280px;margin: 0 auto;display: flex;align-items: center;}
.i-about-main .i-about .i-about-photo{flex: 1;height: 100%;}
.i-about-main .i-about .i-about-photo img{box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
.i-about-main .i-about .i-about-info{flex: 1.35;margin: 0 0 0 7.5vw;}
.i-about-main .i-about .i-about-info .i-about-content{font-size: 17px; color: #333333;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;line-height: 1.8;height: 248.34px;}
@media screen and (max-width:990px){
    .i-about-main{padding:40px 15px;}
    .i-about-main:after{width: 100%; height: 28%;top: 20%;}
    .i-about-main .i-about{display: block;}
    .i-about-main .i-about .i-about-photo{flex: initial;width: 100%;max-width: 800px;margin: 0 auto;}
    .i-about-main .i-about .i-about-info{flex: initial;width: 100%;margin: 30px 0 0 0;}
    .i-about-main .i-about .i-about-info .i-about-content{font-size: 16px;height: 233.97px; }
}

/** 首頁產品介紹 **/
.i-pro-main{padding:12vw 15px 6vw 15px;background: url("../images/i-pro-photo.jpg")no-repeat center top;background-size: auto 49%;}
.i-pro{max-width: 1280px;margin: 0 auto;}
.i-pro .more{margin:1vw 0 0 0;}
.i-pro .more:after{content: "";display: block;width: 100%;height: 1px;background: #cccccc;position: absolute;right: 0;top: calc(50% - .5px);}
.i-pro .more:hover:after{background: #e8340c;}
.i-pro .i-title-main{text-align: center;}
.i-pro .i-title-main .i-title-en{background: #e8340c;color: #ffffff; padding:7px 17.5px;text-align: center; display: table;margin: 0 auto;border-radius: 3px;}
.i-pro .i-title-main .i-title{color: #ffffff;text-shadow: 0 0 10px rgba(0,0,0,.55);}
.i-pro>ul{margin:0; padding:0; list-style:none; display:flex; flex-wrap:wrap;justify-content: center;}
.i-pro>ul>li{width:calc(100%/5 - 30px); margin:15px; padding:0; }
.i-pro>ul>li a{display: block;}
.i-pro>ul>li a:hover{}
.pro-photo-main{overflow: hidden;border: 1px #cccccc solid; }
.pro-photo-main .pro-photo{background-color:#f9f9f9;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.i-pro>ul>li .i-pro-info{padding: 15px 0;}
.i-pro>ul>li .i-pro-info h3{font-size: 17px; color: #333333;margin: 0;padding: 0 0 0 15px;font-weight: 400;line-height: 1.8;position: relative;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;min-height: 54.38px;}
.i-pro>ul>li .i-pro-info h3:before{content: "";display: block;width: 5px; height: 24px;background: #e8340c;border-radius: 5px;position: absolute;top: 2px;left: 0;}
.i-pro>ul>li .i-pro-info .i-pro-more{font-size: 12px; color: #e8340c;text-align: right;margin: 15px 0 0 0;}
.i-pro>ul>li:hover .i-pro-info .i-pro-more{}
.i-pro>ul>li:hover .pro-photo-main .pro-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
@media screen and (max-width:1200px){
    .i-pro>ul>li{width:calc(100%/5 - 20px); margin:10px; }
}
@media screen and (max-width:990px){
    .i-pro-main{padding:calc(6vw + 40px) 15px 40px 15px;background-size: auto 26%;}
	.i-pro .more{margin:25px 0 0 0;}
    .i-pro>ul>li{width:calc(100%/3 - 20px); margin:10px; }
    .i-pro>ul>li .i-pro-info h3{font-size: 16px; }
}

@media screen and (max-width:575px){
	.i-pro>ul>li{width:calc(100%/3 - 10px); margin:5px; }
}

/** 內頁banner **/
.inside-banner{background-color: #f9f9f9;background-position: center center;background-repeat: no-repeat;background-size: cover; padding: calc(124.98px + 4vw) 15px calc(25px + 4vw) 15px;overflow: hidden;}
.inside-banner .banner-title-main{max-width:1280px; font-size:18px; color:#ffffff; margin:0 auto; padding:0;position: relative;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.inside-banner .banner-title{display: table;position: relative;padding: 25px 25px 25px 35px;z-index: 1;text-align: right;}
.inside-banner .banner-title:before{content: "";display: block;width: 400%;height: 100%; background: rgba(0,0,0,.6);position:absolute;right: -300%;top: 0;z-index: -1;transform: skewX(-20deg);}
.inside-banner .banner-title .banner-title-ch{font-size:40px;font-weight: 500;letter-spacing: 10px;padding: 0;margin: 0;line-height: 1.4;}
.inside-banner .banner-title .banner-title-en{font-size:20px; position: relative;text-transform: uppercase;letter-spacing: 4px;margin: 0 6px 0 0;}
.inside-banner .banner-title .banner-title-en:before{content: "";display: block;width: 200%;height: 2px;background: #ffffff;position: absolute;top: calc(50% - 1px);right: calc(-200% - 15px);}
@media screen and (max-width:1100px){
    .inside-banner{padding: calc(102.78px + 4vw) 15px calc(20px + 4vw) 15px;}
}
@media screen and (max-width:990px){
    .inside-banner{padding: calc(63px + 4vw) 15px calc(10px + 4vw) 15px;}
    .inside-banner .banner-title{padding: 15px 25px 15px 35px;}
    .inside-banner .banner-title .banner-title-ch{font-size:30px;letter-spacing: 6px;}
    .inside-banner .banner-title .banner-title-en{font-size:15px;margin: 0 2px 0 0;}
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{margin:0;font-size: 13px;width: 100%;background: #f9f9f9;padding: 15px 15px;border-bottom: 1px #cccccc solid;}
.breadcrumb{display:flex; flex-wrap:wrap;justify-content: flex-end; width:100%; max-width:1280px; margin:0 auto; padding:0; 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:#666666; content:"/";}
.breadcrumb-item a{display: inline-block;text-decoration:none; color:#666666;}
.breadcrumb-item a:hover{color:#e8340c; text-decoration:none;}
.breadcrumb-item.active{color:#666666;}

/** 內頁架構 **/
.line{position:relative;}
.line:before{content: "";display: block;width: 1px; height: 100%;background: #cccccc;position: absolute;right: 0;top: 0;}
.content-body{max-width:1280px; margin:0 auto; background:#ffffff; padding:0;display:flex;min-height: 750px;position: relative;z-index: 1;}
.content-body:after{content: "";color: #f3f3f3;position: absolute;bottom: 0;right: 0;font-size: 13vmin;line-height: 0.6;width: 100%;height: 100%;display: flex; align-items:flex-end; justify-content:flex-end;text-align: right; font-weight: 700;text-transform: uppercase;z-index: -1;overflow: hidden;}
.page-title{font-size:26px; color:#222222;font-weight: 500;line-height: 1.4; padding:0 0 0 50px; margin:0 0 25px 0;position: relative;}
.page-title:before{content: "";display: block;width:42px; height:42px;background: url("../images/title-icon.svg")no-repeat top left;background-size: 42px; position:absolute;top:-2px;left: 0;}
.page-main{padding:0; font-size:17px; color:#222222;}
.page-main a{ color:#e8340c;}
.page-main a:hover{color:#e8340c;}
.page-main ul li, .page-main ol li{margin: 5px 0;}
.content-main{flex:3.5;padding: 40px 0;}
.font001{font-size: 18px; font-weight: 500;color: #333333;}
.font002{font-size: 20px;color: #222222;position: relative;padding: 0 0 10px 0;margin: 30px 0 20px 0;}
.font002:after{content: "";display: block;width: 50px; height: 3px;background: #e8340c;position: absolute;bottom: 0;left: 0;}
.font003{font-size: 18px; font-weight: 500;color: #e8340c;}
.font004{color: #07b284;}
.font005{font-size: 18px; font-weight: 500;color: #07b284;}
.font006{background:#e8340c;padding: 0 10px;border-radius: 3px;display: inline-block;color: #ffffff;margin: 0 3px;}
.font006 a{color: #ffffff;}
.font006 a:hover{color: #ffffff;}
.font007{padding: 25px; background: rgba(232,52,12,.05);text-align: center;margin: 0 0 25px 0;}
.font008{font-size: 18px;color:  #e8340c;position: relative;padding: 0 0 0 10px;margin: 20px 0 10px 0;}
.font008:after{content: "";display: block;width: 3px; height: 100%;background: #e8340c;position: absolute;top: 0;left: 0;}
i.flag{width:40px;display: inline-block;margin: 0 10px 0 0;line-height: 1;}
@media screen and (max-width:990px){
    .line:before{display: none;}
    .content-body{display: block;min-height: inherit;}
    .content-body:after{display: none;}
    .page-title{font-size:22px; padding:0 0 0 46px; margin:0 0 20px 0;}
    .page-title:before{width:36px; height:36px;background: url("../images/title-icon.svg")no-repeat top left;background-size: 36px;top:-3px;}
    .page-main{font-size:16px; }
    .content-main{flex:initial;width: 100%; padding: 20px 0;}
    .font001{font-size: 17px;}
    .font002{font-size: 18px;}
    .font003{font-size: 18px;}
    .font005{font-size: 17px;}
    .font008{font-size: 17px;}
}

/** 左邊分類 **/
.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-main{flex: 1;position: relative;z-index: 3;margin: 0 45px 0 0;padding: 0 0 30px 0;min-width: 199px;}
.in-left-menu-main:after{content: "";color: #f3f3f3;position: absolute;top: 0;left: 0;font-size: 13vmin;line-height: 0.6;width: 100%;height: 100%;display: flex; align-items:flex-end; justify-content:flex-start;font-weight: 700;text-transform: uppercase;z-index: -1;overflow: hidden;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; }
.in-left-menu{}
.in-left-menu>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{font-size:17px; color:#222222; padding:0;}
.in-left-menu>ul>li>a{color:#222222;display:block; padding:15px 15px 15px 45px;position: relative;}
.in-left-menu>ul>li>a:before{content: "";display: block;width: 16px; height: 16px; border: 1px #222222 solid;border-top: 0;border-left: 0;transform: rotate(45deg);border-radius: 10px;position: absolute;top:20px;left: 15px;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>a:after{content: "";display: block;width: 6px; height: 6px;background: #222222;position: absolute;top: 25px;left: 20px;border-radius: 10px;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>a:hover{color: #e8340c;}
.in-left-menu>ul>li>a:hover:before{border: 1px #e8340c solid; border-top: 0;border-left: 0; transform: rotate(135deg);transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>a:hover:after{width: 10px;height: 1px; background: #e8340c; top: 27px;left: 25px;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>.current{background: #e8340c;color: #ffffff;}
.in-left-menu>ul>li>.current:before{content: "";display: block;width: 16px; height: 16px; border: 1px #ffffff solid; border-top: 0;border-left: 0; transform: rotate(135deg);border-radius: 10px;position: absolute;top:20px;left: 15px;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>.current:after{content: "";display: block;width: 10px; height: 1px;background: #ffffff;position: absolute;top: 27px;left: 25px;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>.current:hover{background: #e8340c;color: #ffffff;}
.in-left-menu>ul>li>.current:hover:before{border: 1px #ffffff solid; border-top: 0;border-left: 0;transform: rotate(135deg);transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>.current:hover:after{width: 10px;height: 1px; background: #ffffff; top: 27px;left: 25px;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>ul{margin:0; padding:15px; list-style:none;background: rgba(232,52,12,.08);display: none;}
.in-left-menu>ul>li>ul>li{padding:0;margin: 0;border-bottom: 1px #cccccc solid;}
.in-left-menu>ul>li>ul>li:last-of-type{border-bottom: 0;}
.in-left-menu>ul>li>ul>li a{font-size:16px; color:#666; display:block;position: relative;padding: 10px 10px 10px 15px;}
.in-left-menu>ul>li>ul>li a:before{content: "";display: block;width: 5px;height: 5px;background: #e8340c;position: absolute;top: 20px;left: 0;}
.in-left-menu>ul>li>ul>li a:hover{color:#e8340c;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:990px){
	.classBox{padding:20px 0 0 0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #e8340c;}
	.m_classLink a.main{display:block; background:none; font-size:16px; font-family:"Microsoft JhengHei", "新細明體", sans-serif; color:#333; position:relative; padding:10px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#e8340c; width:45.59px; height:100%; text-align:center; color:#FFF; line-height:45.59px; 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-top:1px solid #e8340c; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;}
	.m_classLink ul li a{display:block; padding:10px; border-top:1px solid #e8340c; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:16px; color:#222;}
	.m_classLink>ul>li:first-child a{border-top:none;}
	.m_classLink ul li a:hover{background:#f3f3f3;}
	.m_classLink ul li ul{display:block; margin:0; padding:0; list-style:none; width:100%; background: rgba(232,52,12,.08); border:0; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.m_classLink ul li ul>li{font-size: 15px;color: #666666;}
    .m_classLink ul li ul>li a{border-top:0;border-bottom: 1px #cccccc dotted;font-size: 15px;color: #666666;}
	.m_classLink ul li ul>li:last-of-type a{border-bottom: 0;}
	.m_classLink ul li ul>li a:hover{background: none; color:#e8340c;}
	.left-menu-title{display:none;}
    .in-left-menu-main{flex:initial;width: 100%;margin: 0;padding: 0;}
    .in-left-menu-main:after{display: none;}
	.left-beautify{display:none;}
}

/** 公司簡介 **/
.about-content{display: flex;align-items: flex-end;}
.about-content .about-font{flex: 1;margin: 0 0 0 3vw;position: relative;padding:30px;z-index: 1;}
.about-content .about-font:after{content: "";display: block;width: 150%;height: 100%;position: absolute;bottom: 0;right: 0;border: 1px #cccccc solid;z-index: -1;background: #f9f9f9;}
.about-content .about-font>ul{list-style: none;padding: 0;margin: 0;}
.about-content .about-font>ul>li{padding: 0;margin:10px 0;}
.about-content .about-font>ul>li .about-font-title{font-size: 20px; font-weight: 500; color: #e8340c;padding: 0 0 0 20px; margin: 0 0 5px 0;position: relative;}
.about-content .about-font>ul>li .about-font-title:before{content: "";display: block;width:12px; height: 12px;position: absolute;top:10px;left: 0;background: url("../images/icon01.svg")no-repeat center center;background-size: 12px;}
.about-content .about-font>ul>li .about-font-content{color: #333333;font-size: 18px;}
.about-content .about-photo{flex: 1.2;position: relative;z-index: 2;padding: 0 0 40px 0;}
.about-content .about-photo img{box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
.about-info{}
.about-info>ul{list-style: none;padding: 0;margin: 0;}
.about-info>ul>li{padding: 0;margin:15px 0;}
.about-info>ul>li .about-info-title{font-size: 18px; font-weight: 500;color: #e8340c;margin: 0 0 5px 0;}
.about-info>ul>li .about-info-content{color: #333333;}
@media screen and (max-width:990px){
    .about-content .about-font>ul>li .about-font-title{font-size: 18px; }
    .about-content .about-font>ul>li .about-font-content{font-size: 16px;}
    .about-info>ul>li .about-info-title{font-size: 16px; }
}
@media screen and (max-width:767px){
    .about-content{display: block;}
    .about-content .about-font{flex:initial;width: 100%;margin: 0;}
    .about-content .about-font:after{width: 100%;}
    .about-content .about-photo{flex:initial;width: 100%;padding: 0 0 30px 0;}
}

/** 公司沿革 **/
.history{}
.history>ul{list-style: none;padding: 0;margin: 0;}
.history>ul>li{padding:10px 0;margin: 0 0 0 calc(50% - .5px);display: flex;border-left: 1px #e8340c solid;}
.history>ul>li:nth-child(even){margin: 0 calc(50% - .5px) 0 0;border-left: 0;border-right: 1px #e8340c solid;}
.history>ul>li:nth-child(even){flex-direction: row-reverse;}
.history>ul>li .history-year{font-weight: 700; color: #e8340c;font-size: 30px;width: 120px;margin: 0 15px 0 0;border-bottom: 3px #e8340c solid;padding: 0 10px ;height: 100%;}
.history>ul>li .history-year span{font-size: 14px;}
.history>ul>li:nth-child(even) .history-year{margin: 0 0 0 15px;}
.history>ul>li .history-info{color: #333333;font-size: 16px;flex: 1;margin: 16px 0 0 0;}
.history>ul>li .history-info span{color: #07b284;}
.history>ul>li .history-info span:after{content: "-";display: inline-block;padding: 0 8px;}
.history>ul>li:nth-child(even) .history-info{text-align: right;}
@media screen and (max-width:990px){
    .history>ul>li .history-year{font-size: 26px;width: 110px;}
    .history>ul>li .history-info{font-size: 15px;margin: 10px 0 0 0;}
}
@media screen and (max-width:767px){
    .history>ul>li{margin: 0;}
    .history>ul>li:nth-child(even){margin: 0 ;border-right: 0;border-left: 1px #e8340c solid;flex-direction: row;}
    .history>ul>li .history-year{font-size: 24px;width: 96px;letter-spacing: 1px;}
    .history>ul>li:nth-child(even) .history-year{margin: 0 15px 0 0;}
    .history>ul>li .history-info{margin: 10px 0 0 0;}
    .history>ul>li:nth-child(even) .history-info{text-align:left;}
}

/** 關係企業 **/
.enterprise{}
.enterprise>ul{list-style: none;padding: 0;margin:10px 0 20px 0;display: flex;flex-wrap: wrap;}
.enterprise>ul>li{width: calc(100%/2 - 30px);padding: 0;margin: 15px;font-size: 16px; color: #333333;font-weight: 400;}
.enterprise>ul>li a{display: block;color: #333333;padding: 15px 15px 15px 20px;border: 1px #cccccc solid;position: relative;z-index: 1;}
.enterprise>ul>li a:after {content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 8px;border-color: transparent transparent transparent #000000;position: absolute;top: calc(50% - 5px);left: 0;z-index: -1;}
.enterprise>ul>li a:hover {color: #e8340c;border: 1px #000000 solid;}
.enterprise>ul>li a:hover:after {border-color: transparent transparent transparent #e8340c;}
@media screen and (max-width:990px){
    .enterprise>ul>li{width: calc(100%/2 - 20px);margin: 10px;}
}
@media screen and (max-width:767px){
    .enterprise>ul>li{width: calc(100%/1 - 0px);margin: 10px 0;}
}

/** 代理品牌 **/
.brand{}
.brand>ul{list-style: none;padding: 0;margin:10px 0 20px 0;display: flex;flex-wrap: wrap;}
.brand>ul>li{width: calc(100%/5 - 30px);padding: 0;margin: 15px;text-align: center;}
.brand-photo-main{overflow: hidden;border: 1px #cccccc solid; }
.brand-photo-main .brand-photo{background-color:#ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.brand>ul>li .brand-photo-main .brand-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.brand>ul>li h3{font-size: 13px; color: #333333;margin:5px 0 0 0;padding:0;font-weight: 400;line-height: 1.4;}
.brand>ul>li a{display: block;color: #333333;}
.brand>ul>li:hover .brand-photo-main{border: 1px #e8340c solid;}
@media screen and (max-width:990px){
    .brand>ul>li{width: calc(100%/4 - 20px);margin: 10px;}
}
@media screen and (max-width:767px){
    .brand>ul>li{width: calc(100%/3 - 20px);margin: 10px;}
}
@media screen and (max-width:575px){
    .brand>ul>li{width: calc(100%/1 - 0px);margin: 10px 0;display: flex;align-items: center;}
    .brand>ul>li a{}
    .brand-photo-main{flex: 1;}
    .brand>ul>li h3{flex:1.6;text-align: left;margin: 0 0 0 10px;}
}

/** 產品列表介紹 **/
.pro-store-info{font-size:16px; color:#666666; padding:0; margin-bottom:20px;}
.pro{}
.pro ul{ margin:0 ; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.pro ul li{width:calc(100%/4 - 30px); margin:15px; padding:0;}
.pro ul li a{display: block;}
.pro ul li a:hover{}
.pro>ul>li .pro-info{padding: 15px 0;}
.pro>ul>li .pro-info h3{font-size: 17px; color: #333333;margin: 0;padding: 0 0 0 15px;font-weight: 400;line-height: 1.6;position: relative;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;min-height: 54.38px;}
.pro>ul>li .pro-info h3:before{content: "";display: block;width: 5px; height: 24px;background: #e8340c;border-radius: 5px;position: absolute;top: 2px;left: 0;}
.pro>ul>li:hover .pro-photo-main .pro-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
@media screen and (max-width:990px){
    .pro ul li{width:calc(100%/3 - 20px);margin: 10px;}
}
@media screen and (max-width:575px){
    .pro ul li{width:calc(100%/2 - 16px);margin: 8px;}
}

/** 產品明細 **/
.pro-detaile-title{font-size: 20px;color: #222222;position: relative;padding: 15px;margin: 0 0 20px 0;background: #f3f3f3;border-bottom: 1px #cccccc solid;}
.pro-detaile-title:after{content: "";display: block;width: 50px; height: 3px;background: #e8340c;position: absolute;bottom: -2px;left: 0;}
.pro-detaile-box{display:flex; flex-wrap:wrap; margin:0 0 15px 0;}
.pro-detaile-photo-box{flex: 1; margin:0 4vw 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:17px; color:#222222; 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{font-size:16px; color:#222222; clear:both;}
.pro-info-main{display:flex; flex-wrap:wrap; margin:30px 0 0 0;}
.pro-info-photo-box{width: 200px; margin:0 4vw 0 0;text-align: center;}
.pro-info-photo-box span{display: block;width: 100%;font-size: 16px;color: #222222;font-weight: 500;margin: 5px 0 0 0;}
.pro-info-spe-box{flex: 1; position:relative;}
.pro-detaile-box ul li, .pro-detaile-box ol li, .pro-content ul li, .pro-content ol li{margin: 6px 0;}
@media screen and (max-width:990px){
    .pro-detaile-title{font-size: 18px;}
    .pro-detaile-box{display:block;}
    .pro-detaile-photo-box{margin:0 0 25px 0;width: 100%;}
    .pro-detaile-spe-box{width: 100%;}
    .pro-specification{font-size:16px;}
    .pro-content{font-size:16px;}
    .pro-info-main{display:block;}
    .pro-info-photo-box{width: 100%; margin: 0 0 20px 0;text-align: left;}
    .pro-info-photo-box img{margin: 0 10px 0 0;}
    .pro-info-photo-box span{display:inline-block;width:auto;margin: 0;}
}

/** 經歷 **/
.experience{}
.experience-title{background: #07b284;color: #ffffff;padding: 8px 15px;border-radius: 5px; display: table;font-size: 16px;}
.experience>ul{list-style: none;padding:10px 0;margin: 0 0 10px 15px;border-left: 1px #07b284 solid;}
.experience>ul>li{padding: 0;margin:6px 0;display: flex;}
.experience>ul>li .experience-year{width: 102px;margin: 0 25px 0 0; padding: 0 15px;font-size: 18px;font-style: italic;font-weight: 700;color: #07b284;position: relative;}
.experience>ul>li .experience-year:after{content: "";display: block;width: 10px;height: 1px; background: #07b284;position: absolute;top: 14px;right: -10px;}
.experience>ul>li .experience-dep{flex: 1;}
@media screen and (max-width:575px){
    .experience>ul>li{display:block;margin:10px 0;}
    .experience>ul>li .experience-year{width: auto;display: table;margin: 0 0 5px 0;} 
    .experience>ul>li .experience-dep{width: 100%;padding: 0 0 0 15px;}
}

/** 營業據點 **/
.location{margin: 0 0 25px 0;}
.location-title-main{font-size: 20px;color: #ffffff;padding:8px 20px;margin: 0;background: #e8340c;border-radius: 3px;}
.location>ul{list-style: none;padding: 0;margin: 0;display: block;}
.location>ul>li{width: 100%;padding:20px ;margin:0; display: flex;border-bottom: 1px #cccccc solid;background: rgba(255,255,255,.5);}
.location>ul>li:nth-child(even){background: rgba(243,243,243,.5);}
.location>ul>li:last-of-type{border-bottom: 0;}
.location>ul>li .location-title{width: 150px; padding:0;margin: 0 20px 0 0; font-weight: 500;font-size: 18px; color: #222222;height: 100%;text-align: center;}
.location>ul>li .location-info{flex: 1;padding:0;}
.location>ul>li .location-info>ul{list-style: none;padding:0 ;margin: 0;display:block;}
.location>ul>li .location-info>ul>li{width:100%; padding: 0;margin: 0 0 20px 0;}
.location>ul>li .location-info>ul>li:last-of-type{margin: 0 ;}
.location>ul>li .location-info>ul>li .location-content{font-size: 16px; color: #666666;}
.location>ul>li .location-info>ul>li .location-content i{display: inline-block;width: 20px;}
.location>ul>li .location-info>ul>li .location-content a{display:inline-block; color: #666666;}
.location>ul>li .location-info>ul>li .location-content a:hover{color: #e8340c;}
.location-link>ul{display: flex;flex-wrap: wrap;}
.location-link>ul>li{width: calc(100%/3);border-bottom:0;font-weight: 500;font-size: 18px; color: #222222;}
@media screen and (max-width:990px){
    .location-title-main{font-size: 18px;padding:8px 15px;}
    .location>ul>li .location-title{width: 120px;font-size: 17px;}
    .location-link>ul>li{width: calc(100%/2);font-size: 17px;}
    .location-link>ul>li:nth-child(4n),.location-link>ul>li:nth-child(4n-3){background: rgba(255,255,255,.5);}
    .location-link>ul>li:nth-child(4n-1),.location-link>ul>li:nth-child(4n-2){background: rgba(243,243,243,.5);}
}
@media screen and (max-width:575px){
    .location>ul>li{display: block;}
    .location>ul>li .location-title{width:100%;text-align: left;margin: 0 0 5px 0; }
    .location>ul>li .location-info{width:100%;}
    .location-link>ul>li{width: calc(100%/1);}
    .location-link>ul>li:nth-child(odd){background: rgba(255,255,255,.5);}
    .location-link>ul>li:nth-child(even){background: rgba(243,243,243,.5);}
}

/** 最新消息 **/
.news{}
.news ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.news ul li{clear:both;width: calc(100%/3 - 30px);margin: 15px;}
.news ul li a{display: block; padding:20px;position: relative;z-index: 1;}
.news ul li a:before{content: "";display: block;width:94%;height:calc(80% - 45px);background: #dddddd;position: absolute;top: 0;left: 3%;z-index: -1;transition: all 0.5s ease 0s;transform: rotate(3deg);}
.news ul li a:after{content: "";display: block;width:100%;height:calc(100% - 45px);background: #f9f9f9;position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.5s ease 0s;}
.news ul li a:hover{}
.news ul li a:hover:before{transform: rotate(5deg);background: #e8340c ;}
.news ul li a:hover:after{width: 100%;transition: all 0.5s ease 0s;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);}
.news ul li .news-info{flex: 1; margin:0 0 15px 0;}
.news ul li .news-date{color: #e8340c;font-size:16px;text-transform: uppercase;margin: 0 0 5px 0;}
.news ul li .news-content{flex:1; font-size:17px; color:#222222; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news ul li .news-more{background: #e8340c;height: 50px; width: 50px;padding: 10px;border-radius: 50px;border: 2px #e8340c solid;display: flex;align-items: center;justify-content: center;margin: 0;transition: all 0.5s ease 0s;}
.news ul li .news-more img{-webkit-filter:brightness(200);}
.news ul li:hover .news-more {background: #ffffff;margin: 0 10px 0 calc(100% - 50px);transition: all 0.5s ease 0s;}
.news ul li:hover .news-more img{-webkit-filter:brightness(1);}
.news-detail-date{font-size:16px;background: #e8340c; color:#ffffff; padding:8px 15px;font-style: italic;display: table;border-radius: 3px;margin: 0 0 25px 0;text-transform: uppercase;}
@media screen and (max-width:990px){
    .news ul li{width: calc(100%/2 - 20px);margin: 10px;}
    .news ul li a{padding:15px;}
    .news ul li a:after{height:calc(100% - 38px);}
	.news ul li .news-content{font-size:16px;}
    .news ul li .news-more{height: 46px; width: 46px;}
    .news-detail-date{ padding:6px 15px;margin: 0 0 20px 0;}
}
@media screen and (max-width:767px){
    .news ul li{width: calc(100%/1 - 0px);margin: 10px 0;}
    .news ul li a:before{transform: rotate(2deg);}
    .news ul li a:hover:before{transform: rotate(3deg);}
}

/** 型錄下載 **/
.download{}
.download ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.download ul li{clear:both;width: calc(100%/2 - 30px);margin: 15px;}
.download ul li a{display: flex;flex-wrap:wrap;align-items: center; padding:20px 20px 20px 20px;position: relative;z-index: 1;color: #222222;}
.download ul li a:before{content: "";display: block;width:30px;height:5px;background: #e8340c;position: absolute;top:0;left: 0;z-index: -1;}
.download ul li a:after{content: "";display: block;width:calc(100% - 55px);height: 100%;background: #f9f9f9;position: absolute;top: 0;left: 0;z-index: -2;transition: all 0.5s ease 0s;}
.download ul li a:hover{}
.download ul li a:hover:after{width: 100%;transition: all 0.5s ease 0s;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);}
.download ul li .download-content{flex:1; font-size:17px; color:#222222;position: relative;margin: 0 15px 0 0;}
.download ul li .download-btn{background: #e8340c;height: 50px; width: 50px;padding: 10px;border-radius: 50px;border: 2px #e8340c solid;display: flex;align-items: center;justify-content: center;margin: 0 10px 0 0;transition: all 0.5s ease 0s;}
.download ul li .download-btn img{-webkit-filter:brightness(200);}
.download ul li:hover .download-btn {background: #ffffff;margin: 0;transition: all 0.5s ease 0s;}
.download ul li:hover .download-btn img{-webkit-filter:brightness(1);}
@media screen and (max-width:990px){
    .download ul li{width: calc(100%/1 - 0px);margin: 10px 0;}
    .download ul li a{padding:15px;}
    .download ul li a:after{width:calc(100% - 38px);}
	.download ul li .download-content{font-size:16px;}
    .download ul li .download-btn{margin: 0;height: 46px; width: 46px;}
}

/** 相關網站 **/
.related{margin: 0 0 25px 0;}
.related ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.related ul li{clear:both;width: calc(100%/2 - 30px);margin: 15px;position: relative;z-index: 1;}
.related ul li:before{content: "";display: block;width:calc(96% - 45px);height:100%;background: #dddddd;position: absolute;top: 0;right: 2%;z-index: -1;transition: all 0.5s ease 0s;transform:rotateZ(-2deg)}
.related ul li a{display: flex;flex-wrap:wrap;align-items: center; padding:20px 20px 20px 20px;position: relative;z-index: 1;color: #222222;}
.related ul li a:before{content: "";display: block;width:30px;height:5px;background: #e8340c;position: absolute;bottom:0;right: 0;z-index: -1;}
.related ul li a:after{content: "";display: block;width:calc(100% - 45px);height: 100%;background: #f9f9f9;position: absolute;top: 0;right: 0;z-index: -2;transition: all 0.5s ease 0s;}
.related ul li a:hover{}
.related ul li a:hover:after{width: 100%;transition: all 0.5s ease 0s;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);}
.related ul li .related-content{flex:1; font-size:17px; color:#222222;position: relative;margin: 0 0 0 15px;}
.related ul li .related-btn{background: #e8340c;height: 50px; width: 50px;padding: 10px;border-radius: 3px;border: 2px #e8340c solid;display: flex;align-items: center;justify-content: center;margin: 0;transition: all 0.5s ease 0s;}
.related ul li .related-btn img{-webkit-filter:brightness(200);}
.related ul li:hover:before{width:96%;transform:rotateZ(-2deg);background: #e8340c;}
.related ul li:hover .related-btn {background: #ffffff;margin: 0;transition: all 0.5s ease 0s;}
.related ul li:hover .related-btn img{-webkit-filter:brightness(1);}
@media screen and (max-width:990px){
    .related ul li{width: calc(100%/1 - 0px);margin: 10px 0;}
    .related ul li a{padding:15px;}
    .related ul li a:after{width:calc(100% - 38px);}
	.related ul li .related-content{font-size:16px;}
    .related ul li .related-btn{margin: 0;height: 46px; width: 46px;}
    .related ul li:before{transform:rotateZ(-1.5deg)}
    .related ul li:hover:before{width:96%;transform:rotateZ(-1.5deg);}
}

/** 聯絡我們 **/
.contact-body{  position: relative;padding: 0 0 40% 0;margin: 0 0 40px 0;}
.contact-note{text-align: center;padding: 20px 0;margin: 0 0 25px 0;font-size: 17px; color: #222222;}
.contact-info{margin: 0 ;position: relative;z-index: 1;}
.contact-info:after{content: "";display: block;background:rgba(232,52,12,.05);width: 300%;height: 100%;position: absolute;top: 0;left: -100%;z-index: -1;}
.contact-info>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.contact-info>ul>li{padding:30px 20px;margin: 0;width: calc(100%/3);position: relative;z-index: 1;display:flex;align-items: center;border-right: 1px #dddddd solid;}
.contact-info>ul>li:nth-child(3n){border-right:0;}
.contact-info>ul>li:after{content: "";display: block;position: absolute;bottom:calc(50% - 0px);right:calc(50% - 0px);z-index: -1;width: 0;height:0;background: #f3f3f3; transition: all 0.5s ease 0s;}
.contact-info>ul>li a{color: #a6652c;display:flex;align-items: center;}
.contact-info>ul>li a:hover{}
.contact-info>ul>li:hover:after{bottom:calc(50% - 50%);right:calc(50% - 50%);width: 100%;height:100%;transition: all 0.5s ease 0s;background: #e8340c;}
.contact-info>ul>li .contact-icon{width: 46px;margin: 0 20px 0 0;padding:0;}
.contact-info>ul>li .contact-content{flex: 1;letter-spacing: 0px;}
.contact-info>ul>li .contact-content .contact-title{display: block;font-size: 18px;color: #222222;}
.contact-info>ul>li .contact-content .contact-dep{display: block;font-size: 17px;color: #666666;}
.contact-info>ul>li:hover .contact-content .contact-title{color: #ffffff;}
.contact-info>ul>li:hover .contact-content .contact-dep{color: #ffffff;}
.contact-info>ul>li:hover .contact-icon img{-webkit-filter:brightness(200);}
.googlemap {position:absolute;bottom: 0;left: -50%;width: 200%; padding-bottom: 40%; padding-top: 0px;height: 0;overflow: hidden;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:990px){
    .contact-note{padding: 15px 0;margin: 0 0 20px 0;font-size: 16px;}
    .contact-info>ul>li{padding:25px 15px;width: calc(100%/1);border-right: 0;border-bottom: 1px #dddddd solid;}
    .contact-info>ul>li:nth-child(3n){border-bottom:0;}
    .contact-info>ul>li .contact-icon{width: 40px;margin: 0 15px 0 0;}
	.contact-info>ul>li .contact-content .contact-title{font-size: 17px;}
    .contact-info>ul>li .contact-content .contact-dep{font-size: 16px;}
}
@media screen and (max-width:767px){
    .contact-body{padding: 0 0 80% 0;margin: 0 0 30px 0;}
    .googlemap {padding-bottom: 80%;} 
}

/** 表單欄位 **/
label{min-width: 80px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex;}
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:10px 0;overflow:hidden;}
.opinion-left01{width:100%; padding:8px 0; font-size:17px; display:flex; align-items:center;}
.input-main-style01{background: #f9f9f9 ;flex:1; width:100%; border:1px #f9f9f9 solid; margin:0; padding:8px 15px; font-size:17px; color: #333333; min-height:46.8px;}
.input-main-style02{background: #f3f3f3 ; flex:1; width:100%; border:1px #f9f9f9 solid; margin:0; padding:8px 15px;font-size:17px; color: #333333;min-height:46.8px;}
.input-main-style03{background: #f9f9f9 ; flex:1; width:100%; border:1px #f9f9f9 solid; margin:5px 0 0 0; padding:8px 15px; font-size:17px; color: #333333; min-height:46.8px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:8px 15px; font-size:17px; color: #333333; display:flex; flex-wrap:wrap;}
.input-main-select select{background: #f9f9f9 ;flex: 1; margin:0; padding:8px 15px; line-height:1.8; border:0; font-size:17px; color: #333333; min-height:46.8px;}
.select-style{background:#8a6e0c; font-size:16px; color:#ffffff; line-height:20px;padding:8px 15px; border:0;}
.input-style01{background: #f9f9f9 ; flex:1; width:100%; border:0; margin:0;padding:8px 15px; font-size:17px; color: #333333; min-height:46.8px;}
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:46.8px; 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{background: #ffffff;border: 1px #e8340c solid;}
@media screen and (max-width:990px){
	.opinion-left01{font-size:16px; }
	.input-main-style01{font-size:16px; }
	.input-main-style02{font-size:16px; }
	.input-main-style03{font-size:16px; }
	.input-main-select{font-size:16px; }
	.input-main-select select{font-size:16px; }
	.input-style01{font-size:16px; }
}
@media screen and (max-width:767px){
	.opinion-main{display:block;}
	.opinion{display:block;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 108px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{ text-align:center; margin-top:30px; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center; }
.cart-btn i{margin: 0 8px 0 0;}
.btn-send{font-size:17px;}
a.btn-send{background: #e8340c; padding:6px 20px; text-align:center; font-size:17px; color:#ffffff; min-width:100px; margin:5px 0 5px 10px; border-radius: 3px;}
a.btn-send:hover{background:#222222;color:#ffffff;}
a.btn-reset{background:#666666; padding:6px 20px; text-align:center; font-size:17px; color:#ffffff; min-width:100px; margin:5px 0 5px 10px;border-radius: 3px;}
a.btn-reset:hover{background:#333333; color:#ffffff; }
a.btn-send-over{background:#7ea2c5; padding:6px 20px; text-align:center; font-size:17px; color:#fff; min-width:100px; margin:5px 0 5px 10px; border-radius: 3px;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:990px){
	a.btn-send{font-size:16px;}
	a.btn-reset{font-size:16px;}
	a.btn-send-over{font-size:16px;}
}
@media screen and (max-width:767px){
	a.btn-send{padding:8px 15px; width:calc(50% - 10px);margin:5px;}
	a.btn-reset{padding:8px 15px; width:calc(50% - 10px);margin:5px;}
	a.btn-send-over{padding:8px 15px; width:calc(50% - 10px);margin:5px;}
}

/** 送出訊息 **/
.jump-window-box{max-width:500px; margin:0 auto; border:1px #ccc solid; padding:20px; border-radius:5px;}
.jumbotron{margin-top: 150px!important;}

/** 頁次 **/
.page{font-size: 14px; color:#222222; text-align:center; clear:both; margin:15px 0;}
.page a{background:#222222;display: inline-block;color:#fff; padding:4px 15px;margin: 10px 0;border-radius: 3px;}
.page a:hover{background:#e8340c; color:#fff;}
.page br{display:none;}
@media screen and (max-width:990px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:#f3f3f3;padding: 0 15px;}
footer .footer{max-width:1280px; margin:0 auto;display: flex;padding:50px 0 40px 0;}
footer .footer .f-title{font-weight: 400; font-size: 17px; color: #e8340c;position: relative;padding: 0 0 0 20px;margin: 0 0 15px 0;}
footer .footer .f-title:before{content: "";display: block;width: 9px;height: 9px;background: url("../images/footer-icon.svg")no-repeat center center;background-size: 9px; position: absolute;top:9px;left: 0;}
footer .footer .f-logo{width: 246px;padding: 15px 0;}
footer .footer .f-sitemap{width: 260px;margin: 0 5.5vw;}
footer .footer .f-sitemap>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
footer .footer .f-sitemap>ul>li{padding: 0;margin:5px 18px 5px 0;width: calc(100%/3 - 18px);font-size: 15px; color: #222222;}
footer .footer .f-sitemap>ul>li a{display: block;color: #222222;}
footer .footer .f-sitemap>ul>li a:hover{color: #e8340c;}
footer .footer .f-contact{flex: 1;}
footer .footer .f-contact>ul{list-style: none;padding: 0;margin: 0;}
footer .footer .f-contact>ul>li{padding: 0;margin:10px 0;display: flex;font-size: 15px; color: #222222;}
footer .footer .f-contact>ul>li .f-contact-icon{width: 20px;margin: 0 15px 0 0;}
footer .footer .f-contact>ul>li .f-contact-info{flex: 1;}
footer .footer .f-contact>ul>li a{color: #222222;}
footer .footer .f-contact>ul>li a:hover{color: #e8340c;}
footer .copyright{max-width:1280px; margin:0 auto; text-align: center;font-size: 12px;color: #999999;text-transform: uppercase;border-top: 1px #cccccc solid;padding: 10px;letter-spacing: 1px;}
footer .copyright span{padding: 0 0 0 20px;}
footer .copyright span a{display: inline-block;color: #999999;}
footer .copyright span a:hover{color: #e8340c;}
@media screen and (max-width:990px){
	footer .footer{display: block;padding:30px 0 20px 0;}
    footer .footer .f-logo{width: 246px;padding: 0; margin: 0 auto;}
    footer .footer .f-sitemap{width: 100%;margin:15px 0;}
    footer .footer .f-sitemap>ul>li{margin:5px 15px 5px 0;width: calc(100%/4 - 15px);}
    footer .copyright span{padding: 0;display: block;width: 100%;}
}
@media screen and (max-width:575px){
    footer .footer .f-sitemap>ul>li{margin:5px 15px 5px 0;width: calc(100%/3 - 15px);}
}

/** top **/
#scrollUp {bottom: 20px;right: 10px;font-size: 12px; color: #e8340c;width:50px; height: 75px;background: url("../images/top-icon.svg")no-repeat top center;background-size: 50px;display: flex;align-items: center;justify-content: center;position: relative;padding:0px;letter-spacing: 0px;text-transform: uppercase;}
#scrollUp:hover{transform: translateY(-10px);}
@media screen and (max-width:990px){
    #scrollUp {width:40px; height: 60px;background: url("../images/top-icon.svg")no-repeat top center;background-size: 40px;}
}