@charset "utf-8";

/** bootstrap **/
@import "bootstrap-4.2.1.css";

/** 文字icon **/
@import "font-awesome.min.css";

/** 手機選單 **/
@import url("slicknav.css") screen and (max-width:1000px);

/** edm **/
@import "edm.css";

/** googlefont **/
@import "Noto+Sans+TC.css";
@import "Open+Sans.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: 'Open Sans', 'Noto Sans TC', sans-serif;word-break: break-word;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;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:separate;min-width: 1170px;}

/** 表單預設文字顏色設定 **/
::-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;}

/** 清除瀏覽器的默認選擇框樣式清除，隱藏拖動箭頭 **/
select {appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#ffffff url(../images/icon-select.svg)no-repeat right 8px center;background-size: 8px;}
select::-ms-expand { display: none; }


/** 反白 
::selection {background: #000000;color: #f92828;}
::-moz-selection {background:#000000;color: #f92828;}
**/

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#002a80;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{color: #002a80; font-weight: 400;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top:10px;right: 15px;}

/** 上版 **/
header{background:rgba(255,255,255,.92);height:100px;position: fixed;width: 100%;top: 0;left: 0;z-index: 10000;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);padding: 0 15px;}
.head-main{max-width:1200px; margin:0 auto;  padding:0; position:relative;}
.language{background: url("../images/icon-language.svg")no-repeat left center;background-size: 20px; position:absolute; top:12px; right:0px; text-align:center; overflow:hidden; display:flex;z-index: 1;padding:0 0 0 15px;}
.language select{padding:5px 25px 5px 15px; margin:0;  color:#333333; font-size:14px;border: 0;background-color: transparent;font-family: 'Open Sans', 'Noto Sans TC', sans-serif;font-weight: 300;}
.head-main .logo{width: 342px; position:absolute; left:0px; top:12px; height:auto;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.home{display:none;}
@media screen and (max-width:1160px){
	.head-main .logo{width:260px; top:20px; }
}
@media screen and (max-width:1000px){
    header{height:0px;position: inherit;}
    .head-main{position: inherit;}
    .head-main .logo{width: 160px; position:fixed; left:10px; top:6px;z-index: 10000;}
    .language{background: none; position: fixed; top:9px; right:55px;z-index: 10000;}
    .language select{padding:5px 25px 5px 10px; font-size:13px;}

}

/** 主選單與下拉 **/
nav{margin: 0 0 0 357px;}
.menu{max-width:1200px; padding:0; list-style:none; position:relative; margin:0 auto; display:flex;justify-content: flex-end;}
.menu>li{width: auto;color:#333333; font-size:16px; text-align:center; position:relative; line-height:1.8;cursor:pointer; padding:0; margin:0;font-weight: 300;}
.menu>li>a{color:#333333; display:block; padding:54px 15px 18px 15px; margin:0;position: relative;}
.menu>li:after{content: "";display: block;width: 0px; height: 1px; background:#002a80;position: absolute;bottom: 12px;left: calc(50% - 0px);opacity: 0; transition: all 0.5s ease 0s;}
.menu>li>a:hover{color: #002a80;}
.menu>li:hover{position: relative;}
.menu>li:hover:after{content: "";display: block;width: 40px; height: 1px; background:#002a80;position: absolute;bottom: 12px;left: calc(50% - 20px);opacity: 1; transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:rgba(245,245,245,.9); display:none; position:static; z-index:999; margin:0; padding:0; overflow:hidden;border: 1px #cccccc solid;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:100%; left:0; top:100px;}
.menu>li.sub>ul.sub-menu>li{display:block;font-size: 14px;color: #333333;text-align: center;line-height: 1.5;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color: #333333; padding:6px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#002a80;color: #ffffff;}
@media screen and (max-width:1180px){
    nav{margin: 0 0 0 270px;}
    .menu>li>a{ padding:54px 9px 18px 9px; }
}
@media screen and (max-width:1000px){
	.slicknav_menu{display:none;}
	#menu{display:none;}
	.slicknav_menu{display:block;background:rgba(255,255,255,1);position: fixed;width: 100%;top: 0;left: 0;z-index: 10000;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
}

/** edm輪播 **/
.edm{background:#ffffff;max-width:100%;margin:0 auto; position:relative;}
.edm img{vertical-align:middle; width:100%; height:auto; position:absolute;}
@media screen and (max-width:1000px){
    .edm{padding: 47px 0 0 0;}
}

/** 配置 **/
.warpper{}
.main{}

/** 首頁搜尋 **/
.i-search-news{padding:10px 0; margin:0 0 15px 0;}
.i-search-news-main{max-width:1200px; margin:0 auto;}
.i-search h3{background:#5b5b5b; font-size:18px; color:#ffffff; font-weight:normal; margin:10px 0 10px 0; position:relative; padding:5px 10px;}
.i-search span{display:inline-block; font-size:15px; color:#d1d1d1; font-weight:normal; position:absolute; top:7px; right:10px;}
.i-search-input{padding:0px 0 10px 0; position:relative; color:#333;}
.i-search-input img{position:absolute; right:0; top:0px;}
.i-search input{background:#eeeeee; font-size:15px; color:#333; padding:5px 66px 5px 15px; width:100%; border:0; margin:0; vertical-align:middle; min-height:31px; font-family:"Microsoft JhengHei";}
@media screen and (max-width:767px){
	.i-search h3{text-align:center;}
	.i-search span{display:block; position:inherit; top:inherit; right:inherit;}
}

/** 首頁最新消息 **/
.i-news h3{background:url(../images/i-news.png) left center no-repeat; color:#333333; font-weight:bold; margin:10px 0 10px 0; padding:0 0 0 40px; font-size:24px; position:relative; border-bottom:1px #ccc solid;}
.i-news h3 .news-more{display:block; font-size:13px; color:#afaaaa; font-weight:normal; position:absolute; top:8px; right:0;}
.i-news h3 .news-more a{color:#333;}
.i-news h3 .news-more a:hover{color:#666666;}
.i-news ul{list-style:none; color:#333; padding:0px; margin:0;}
.i-news ul li{padding:0; font-size:15px;}
.i-news ul li a{color:#333; display:block; background:url(../images/news-icon.jpg)no-repeat left 0 top 7px; padding:5px 0 5px 50px;}
.i-news ul li a:hover{color:#666666;}
@media screen and (max-width:575px){
	.i-news{margin:15px 0 0 0;}
}

/** 首頁連結 **/
.i-link{margin:0 auto;}
.i-link h3{color:#333; font-size:36px; font-weight:normal; text-align:center; padding:0; margin:20px 0; line-height:1;}
.i-link-title{padding:0; margin:0; line-height:1;}
.i-link h3 .red{color:#333333; font-size:24px;}
.i-link h3 .brwon{color:#999999; font-size:24px; padding:0 0 0 15px;}
.i-link ul{background:#e1e1e1; margin:0; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.i-link ul li{width:25%; margin:0; padding:0; border:1px #fff dotted;}
.i-link ul li img{width:100%; height:auto; border:0; margin:0; padding:0;}
.link-photo{background:#f7f7f7; width:100%; position:relative;}
.link-photo a{display:flex; height:100%; vertical-align:middle; text-align:center; align-items:center; justify-content:center;}
.link-photo img.index-pro-img{width:auto; height:auto; flex-shrink:0;}
@media screen and (max-width:575px){
	.i-link ul li{width:50%;}
}

/** 首頁產品 **/
.i-pro{margin:0 auto;}
.i-pro-title{font-size:24px; color:#333; padding:10px 0; text-align:center; font-weight:normal; border-bottom:3px #DFDFDF solid; margin:10px 0;}
.i-pro ul{margin:0; padding:5px; list-style:none; display:flex; flex-wrap:wrap;}
.i-pro ul li{width:20%; margin:0; padding:10px; text-align:center;}
.i-pro ul li:hover{background:#f8f6f6;}
.i-pro ul li h4{font-size:15px; color:#504f4d; line-height:1.5em; font-weight:normal; padding:5px 0 5px 0; margin:0;}
.i-pro ul li .i-pro-store{color:#938c83; padding:10px 0 0px 0; display:block; text-decoration:line-through;}
.i-pro ul li .i-pro-price{color:#b83400; font-size:20px; padding:5px; display:block;}
.pro-photo{background:#f7f7f7; width:100%; position:relative;}
.pro-photo a{display:flex; height:100%; vertical-align:middle; text-align:center; align-items:center; justify-content:center;}
.pro-photo img.index-pro-img{width:auto; height:auto; flex-shrink:0;}
.cart{color:#cecece; font-size:15px; display:block; width:100%; text-align:center;}
.cart a, .cart button{background:#ffffff; padding:5px 8px; color:#333333; font-size:15px; display:block; border:1px #bbbbbb solid; width:100%; text-align:center;}
.cart a:hover, .cart button:hover{background:#ffbe00; color:#fff; border:1px solid #ffbe00;}
.cart a[disable], .cart button[disable]{cursor:no-drop; color:#cecece;}
.cart a[disable]:hover, .cart button[disable]:hover{background-color:#fff; border:1px solid #bbbbbb;}
.pro-more{max-width:1200px; margin:15px auto 0 auto; position:relative;}
.pro-more a{background:#2a2a2a; color:#ffffff; display:table; padding:8px 20px; margin:0 auto; text-align:center;}
.pro-more a:hover{background:#000;}

@media screen and (max-width:767px){
	.i-pro ul li{width:33.3333%;}
}

@media screen and (max-width:575px){
	.i-pro ul li{width:50%; padding:5px;}
}

/** 內頁banner **/
.inside-banner{background:#ffffff url("../images/banner.jpg") no-repeat center center fixed;background-size: cover; padding:200px 0 80px 0;}
.inside-banner .banner-title{max-width:1200px; font-size:18px; color:#ffffff; margin:0 auto; padding:0;text-align: center;text-shadow: 0 0 20px rgba(0,0,0,.8);}
.banner-title-ch{font-size: 36px;font-weight: 500;letter-spacing: 4px;padding: 0;margin: 0;line-height: 1.6;}
.banner-title-ch span{font-size: 14px;padding: 10px;}
.banner-title-en{font-size: 14px;text-transform: uppercase;font-weight: 400;letter-spacing: 2px;}
@media screen and (max-width:1000px){
	.inside-banner{padding:90px 0 40px 0;}
}
@media screen and (max-width:767px){
	.inside-banner{padding:70px 0 20px 0;;}
    .banner-title-ch{font-size: 26px;}
    .banner-title-ch span{font-size: 12px;}
    .banner-title-en{font-size: 11px;}
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{background: #eeeeee;margin: 0;padding: 0;padding: 10px 15px;}
.breadcrumb{display:flex; flex-wrap:wrap;justify-content: flex-end; width:100%; max-width:1200px; margin:0 auto; padding:0; list-style:none; background-color:transparent; border-radius:0.25rem;font-size: 14px;font-weight: 300;line-height: 1.6;}
.breadcrumb-item{padding-left:0;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#6c757d; content:"/";}
.breadcrumb-item a{text-decoration:none; color:#333333;display: inline-block;}
.breadcrumb-item a:hover{color:#002a80; text-decoration:none;}
.breadcrumb-item.active{color:#333333;}

/** 內頁架構 **/
.content-body{max-width:1200px; margin:0 auto; padding:30px 0 40px 0;}
.page-title{font-size:30px;background: url("../images/icon-arrow.svg")no-repeat top 10px left;background-size: 16px; color:#333; padding:0 0 0 25px; margin:10px 0 25px 0;width: 100%;font-weight: 400;}
.page-title span{font-size:22px;padding: 0 0 0 10px;color: #002a80;}
.page-main{padding:0; font-size:16px; color:#333;font-weight: 300;}
.page-main a{color:#333;}
.page-main ol,.page-main ul{padding: 0;margin: 0 0 0 24px;}
.page-main ol li,.page-main ul li{padding: 3px 0;}
.font-title01{ font-size:24px; color:#002a80;font-weight: 400;margin:30px 0 25px 0;padding:0; position: relative;}
.font-title01:after{content: "";display: block;width: 50px; height: 3px; background:#002a80;position: absolute;bottom:-8px;left: 0; }
.font-content01{}
.font-content01 ol{list-style:cjk-ideographic;padding: 0;margin: 0 0 0 48px;}
.font-content01 ol li{padding:2px 0;margin: 0;}
.font-content02{background: #1684b8;padding: 20px 11%; text-align: center;font-size: 18px;color: #ffffff;font-weight: 400; border-radius: 10px;display: table;margin: 0 auto 15px auto;}
.font001{font-size: 14px;color: #666666;margin: 8px 0 0 0;}
.distance{margin: 4vmin 0 0 0;}
@media screen and (max-width:767px){
    .page-title{font-size:24px;background: url("../images/icon-arrow.svg")no-repeat top 9px left;background-size: 12px; padding:0 0 0 20px;}
    .font-title01{ font-size:20px;margin:20px 0 20px 0;}
}

/** 左邊分類 **/
.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{max-width: 1200px; margin: 0 auto 25px auto;}
.in-left-menu>ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.in-left-menu>ul>li{width:calc(100%/5 - 10px); margin: 10px 10px 10px 0; font-size:16px; color:#333333; padding:0;text-align: center;font-weight: 300;}
.in-left-menu>ul>li>a{background:#cccccc; color:#ffffff; display:flex;align-items: center;justify-content: center; padding:10px ; box-shadow: 0 4px 0 0 #999999;height: 100%;}
.in-left-menu>ul>li>a:hover{background: #002a80;color: #ffffff;box-shadow: 0 4px 0 0 #001032;}
.in-left-menu>ul>li>.current{background: #002a80;color: #ffffff;box-shadow: 0 4px 0 0 #001032;}
.in-left-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.in-left-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.in-left-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.in-left-menu>ul>li ul li a:hover{color:#71743D;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:767px){
	.classBox{padding:0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #002a80;}
	.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:#002a80; 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 #002a80; 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:10px; border-top:1px solid #002a80; font-size:16px; color:#333333;font-weight: 300;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:#f1f1f1;}
	.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 #002a80; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 公司簡介 **/
.company-main{display: flex;margin: 0 0 50px 0;align-items: flex-start;}
.company-content{flex: 1.4;padding: 15px 0 15px 60px;}
.company-pic{flex: 1;position: relative;z-index: 1;}
.company-pic:after{content: "";display: block;width: 100%;height: 100%;position: absolute;bottom: -15px;right: -15px;background: #f1f1f1;z-index: -1;border: 1px #002a80 solid;}
@media screen and (max-width:767px){
    .company-main{display:block;margin: 0 0 20px 0;}
    .company-content{flex:initial;width: 100%; padding: 0;}
    .company-pic{flex:initial;width: 100%;margin: 0 0 15px 0; }
    .company-pic:after{display: none;}
}

/** 公司沿革 **/
.history{}
.history ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.history ul li{padding: 0;margin:10px 10px 30px 10px;display:block;width: calc(50% - 20px);}
.history ul li .history-year-main{text-align: center;font-size: 15px;width: 100px; display: table;color: #333333;font-weight: 400;}
.history ul li .history-year-main .history-year{font-size: 20px; color: #ffffff;background:#002a80;padding: 3px 15px;font-weight: 400;border-radius: 5px;}
.history ul li .history-year-main .history-year span{font-size: 13px;padding: 0 0 0 5px;}
.history ul li .history-content{width: 100%;margin: 15px 0 0 0;padding: 0 0 0 140px; position: relative;}
.history ul li .history-content:before{content: "";display: block;width: 70px; height: 1px;background:#002a80;position: absolute;top: 12px;left: 50px;}
.history ul li .history-content:after{content: "";display: block;width: 14px; height: 14px;border-radius: 20px;border: 3px #ffffff solid;box-shadow: 0 0 0 1px #333333;background:#002a80;position: absolute;top: 5px;left: 43px;}
@media screen and (max-width:767px){
    .history ul li{margin:10px 0px 20px 0px;width: calc(100% - 0px);}
}
@media screen and (max-width:575px){
    .history ul li .history-content{padding: 0 0 0 120px;}
    .history ul li .history-content:before{width: 55px; }
}

/** 品質認證 **/
.content {width: 100%;margin: 0;padding:0;display: flex;flex-wrap: wrap;justify-content: center;}
.elem {display:block;width: calc(100%/5 - 20px);margin: 10px ;height: auto;background-clip: padding-box;}
.elem > span {display: block;border: 1px #cccccc solid;}
.elem > h3 {padding: 0;margin:10px 0;font-size: 16px; color: #333333;text-align: center;width: 100%;font-weight: 300;line-height: 1.4;}
.lcl_fade_oc.lcl_pre_show #lcl_overlay, .lcl_fade_oc.lcl_pre_show #lcl_window, .lcl_fade_oc.lcl_is_closing #lcl_overlay, .lcl_fade_oc.lcl_is_closing #lcl_window {opacity: 0 !important;}
.lcl_fade_oc.lcl_is_closing #lcl_overlay {-webkit-transition-delay: .15s !important;transition-delay: .15s !important;}
@media screen and (max-width:767px){
    .elem {display:block;width: calc(100%/3 - 20px);}
}
@media screen and (max-width:575px){
    .elem {display:block;width: calc(100%/2 - 10px);margin: 5px;}
}

/** 品質政策 **/
.quality-policy{}
.quality-policy ul{list-style: none;padding: 0;margin: 0;display: flex;justify-content: center;}
.quality-policy ul li{padding:20px;margin: 20px; width: 120px;height: 120px; text-align: center;border-radius: 120px;background: #2568cc;display: flex;align-items: center;justify-content: center;color: #ffffff;font-size: 18px;font-weight: 400;border: 2px #ffffff dashed;box-shadow: 0 0 0 8px #2568cc;}
.quality-policy ul li:nth-child(even){background: #1684b8;box-shadow: 0 0 0 8px #1684b8;}
@media screen and (max-width:767px){
    .quality-policy ul{flex-wrap: wrap;}
    .quality-policy ul li{width: 110px;height: 110px;margin: 15px; padding: 15px;}
}
@media screen and (max-width:575px){
    .elem {display:block;width: calc(100%/2 - 10px);margin: 5px;}
}

/** 品質目標 **/
.quality-goal{margin: 20px 0 0 0;}
.quality-goal ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.quality-goal ul li{padding: 0;margin: 10px;width: calc(100%/4 - 20px);}
.quality-goal ul li .quality-goal-pic{border: 1px #cccccc solid;}
.quality-goal ul li h3{padding: 0;margin:10px 0;font-size: 16px; color: #333333;text-align: center;font-weight: 300;line-height: 1.4;}
.quality-goal ul li a{display: block;color: #333333;}
.quality-goal ul li a:hover .quality-goal-pic{box-shadow:3px 3px 0 0 #cccccc;}
@media screen and (max-width:767px){
    .quality-goal ul li{width: calc(100%/3 - 20px);}
}
@media screen and (max-width:575px){
    .quality-goal ul li{margin: 5px;width: calc(100%/2 - 10px);}
}

/** 財報頁籤 **/
.index-brand{ margin:0px auto; max-width:1200px;}
.tag-main{display: flex;}
#brand{ height:100%;flex: 1;}
#brand ul{ list-style:none; height:auto; margin:0; padding:0;}
#brand ul li{ text-align:center;cursor:pointer; font-size:16px; padding: 15px; color:#333333; width:100%; border:0;border-bottom:1px solid #1684b8;border-right: 0; display:flex; align-items:center; justify-content:center;background: #eeeeee;font-weight:300;}
#brand ul li:last-of-type{}
#brand ul li img{vertical-align:text-bottom; }
#brand ul li:hover{ color:#FFF; background:#c0cad9; } 
#brand ul li.active{ color:#FFF; font-size:16px;font-weight: 400; border-right:0; background:#1684b8;}
#brand-info{ color:#333333; font-size:16px; font-weight:300;border-left:3px solid #1684b8; background:#FFF;margin: 0;padding: 15px 0 15px 15px; flex: 6; overflow:hidden;}
#brand-info>.box{ width:auto;  height:auto; display:none;}
#brand-info>.box table{ background:#55BCFF;}
@media screen and (max-width:767px){
    .index-brand{ margin:0 auto ;}
    .tag-main{display: block;}
    #brand{flex:initial;width: 100%;}
    #brand ul{display: flex;flex-wrap: wrap;}
    #brand ul li{width: calc(100%/2); padding:10px 15px; }
    #brand-info{flex:initial;width: 100%; border-left:0; border-top:3px solid #1684b8;padding: 15px 10px;}
}

/** 利害關係人 **/
.stakeholder{}
.stakeholder>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.stakeholder>ul>li{padding: 0;margin: 10px 10px 20px 10px;width: calc(100%/2 - 20px);}
.stakeholder>ul>li h3{padding: 0;margin:0 0 15px 0;line-height: 1.4;font-weight: 500;font-size: 24px; color: #002a80;position: relative;display: table;}
.stakeholder>ul>li h3:after{content: "";display: block;background:#002a80 ;width: 60px; height: 2px;position: absolute;top:calc(50% - 1px);right: -75px;}
.stakeholder>ul>li .stakeholder-information{}
.stakeholder>ul>li .stakeholder-information>ul{list-style: none;padding: 0;margin: 0;}
.stakeholder>ul>li .stakeholder-information>ul>li{display:flex;width: 100%; padding: 0;margin:10px 0;}
.stakeholder>ul>li .stakeholder-information>ul>li .stakeholder-icon{width: 40px;padding: 5px;}
.stakeholder>ul>li .stakeholder-information>ul>li .stakeholder-content{flex: 1;padding: 0 10px;font-size: 16px;}
.stakeholder>ul>li .stakeholder-information>ul>li .stakeholder-content span{font-weight: 400;display: block;width: 100%;font-size: 18px;}
.stakeholder>ul>li .stakeholder-information>ul>li a{color: #333333;}
.stakeholder>ul>li .stakeholder-information>ul>li a:hover{color: #002a80;}
@media screen and (max-width:575px){
    .stakeholder>ul>li{margin: 10px 0px 20px 0px;width: calc(100%/1 - 0px);}
    .stakeholder>ul>li:last-of-type{margin: 10px 0px 10px 0px;}
    .stakeholder>ul>li h3{font-size: 22px;}
    .stakeholder>ul>li .stakeholder-information>ul>li .stakeholder-icon{width: 36px;}
}

/** 財報下載 **/
.financial-report-info{}
.financial-report-info ul{list-style: none;padding: 0;margin: 0;}
.financial-report-info ul li{padding:8px 0;margin: 0;text-align: center;display: flex;width: 100%;font-size: 16px; color: #333333;}
.financial-report-info ul li:nth-child(odd){background: #f1f1f1;}
.financial-report-info ul li:first-of-type{color: #ffffff;background: #2568cc;}
.financial-report-info ul li a{display: flex;width: 100%;color: #333333;align-items: center;}
.financial-report-info ul li a:hover{color: #2568cc;}
.financial-report-info ul li .financial-report-year{flex: 1;padding: 5px 10px;}
.financial-report-info ul li .financial-report-name{flex: 4;padding: 5px 10px;display: flex;justify-content: center;}
.financial-report-info ul li .financial-report-name a{color: #333333;display: flex;justify-content: center;flex-wrap: wrap;}
.financial-report-info ul li .financial-report-name a i{padding: 0 0 0 8px;color: #999999;font-size: 18px;}
.financial-report-info ul li .financial-report-name a:hover{color: #f98d2b;}
.financial-report-info ul li .financial-report-name a:hover i{color: #f98d2b;}
.financial-report-info ul li .financial-report-name .document01{flex: 2;}
.financial-report-info ul li .financial-report-name .document02{flex: 1;}
.financial-report-info ul li .financial-report-download{flex: 1;padding: 5px 10px;}
.financial-report-info ul li .financial-report-download img{width: 30px;}
@media screen and (max-width:767px){
    .financial-report-info ul li .financial-report-name{display: block;}
    .financial-report-info ul li .financial-report-name .document01{width: 100%;margin:0 0 5px 0;}
    .financial-report-info ul li .financial-report-name .document02{width: 100%;margin:0 0 5px 0;}
}
@media screen and (max-width:575px){
    .financial-report-info ul li{text-align: left;padding: 0;flex-wrap: wrap;}
    .financial-report-info ul li:first-of-type{display: none;}
	.financial-report-info ul li a{flex-wrap: wrap;}  
    .financial-report-info ul li .financial-report-year{background: #2568cc;width: 100%;flex: initial;;padding: 5px 15px;color: #ffffff;}
    .financial-report-info ul li .financial-report-year:after{content: "年";}
    .financial-report-info ul li .financial-report-name{padding:15px;}
    .financial-report-info ul li .financial-report-name a{justify-content: flex-start;}
    .financial-report-info ul li .financial-report-download{padding:15px;text-align: center;}
}

/** 月營收 **/
.monthly-revenue{}
.monthly-revenue ul{margin:0 ; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.monthly-revenue ul li{width:calc(100%/3 - 20px); margin:10px; font-size: 16px; color: #333333;position: relative;background:#f1f1f1;padding: 20px 20px 70px 20px;}
.monthly-revenue ul li:hover{box-shadow: 0 0 0 1px #2568cc;}
.monthly-revenue ul li h3{font-size:16px; color:#504f4d;font-weight:normal; padding: 0; margin:15px 0;line-height: 1.6;}
.monthly-revenue ul li .monthly-revenue-download{font-size:14px; color:#ffffff; padding:10px 20px; margin:0;position: absolute;bottom: 0;right: 0;display: flex;align-items: center;z-index: 1;}
.monthly-revenue ul li .monthly-revenue-download i{width: 30px; height: 30px;display: inline-block;margin: 0 5px 0 0;}
.monthly-revenue ul li .monthly-revenue-download a{display: block;color: #ffffff;}
.monthly-revenue ul li:after{content: "";display: block;width: 100%;height:50px;background: #2568cc;position: absolute;bottom: 0px;right: 0px;}
@media screen and (max-width:767px){
    .monthly-revenue ul li{width:calc(100%/2 - 16px); margin:8px; }
}
@media screen and (max-width:575px){
    .monthly-revenue ul li{width:calc(100%/1 - 0px); margin:8px 0; }
}

/** 公司治理分類 **/
.governance-menu{}
.governance-menu{margin: 0 0 20px 0}
.governance-menu>ul{width:100%;list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.governance-menu>ul>li{width:calc(100%/4 - 20px);display: block;padding:0px;margin:10px;overflow:hidden;text-align: center; font-size:18px;color:#002a80;font-weight: 400;}
.governance-menu>ul>li>a{display: flex;align-items: center;justify-content: center; color:#002a80;padding: 15px 15px;min-height: 88px;height: 100%; border: 1px #002a80 solid;position: relative;z-index: 1;overflow: hidden;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf3ff+0,ffffff+100 */
background: rgb(237,243,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(237,243,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(237,243,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(237,243,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf3ff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.governance-menu>ul>li a:after{content: "";display: block;width:0%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.5s ease 0s;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002a80+0,2568cc+100 */
background: rgb(0,42,128); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,42,128,1) 0%, rgba(37,104,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,42,128,1) 0%,rgba(37,104,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,42,128,1) 0%,rgba(37,104,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a80', endColorstr='#2568cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.governance-menu>ul>li>a:hover{position: relative;z-index: 1;color: #ffffff;}
.governance-menu>ul>li a:hover:after{width:100%;transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
    .governance-menu>ul>li{width:calc(100%/2 - 20px); font-size:16px;}
    .governance-menu>ul>li>a{min-height: inherit;}
}
@media screen and (max-width:575px){
    .governance-menu>ul>li{width:calc(100%/2 - 16px); margin: 8px;}
}

/** 公司治理列表 **/
.governance-list{}
.governance-list ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.governance-list ul li{padding: 0;margin:0;color:#333333;border-bottom: 1px #cccccc dashed;width: 100%;}
.governance-list ul li a{display: flex;flex-wrap: wrap;color:#333333;padding: 15px 10px;height: 100%; }
.governance-list ul li a:hover{}
.governance-list ul li .governance-list-icon{width:auto;padding:6px 6px 6px 0;font-size:20px;color: #1684b8;}
.governance-list ul li h3{margin: 0;line-height: 1.4;font-weight: 300;font-size: 16px;flex: 1;padding:11px 10px;}
.governance-list ul li .governance-function{width: 54px;text-align:center;background: #fcb371;padding:5px 10px;font-size: 24px;color: #ffffff;border-radius: 5px;display: flex;align-items: center;justify-content: center;line-height: 1;}
.governance-list ul li .governance-function02{font-size: 16px;text-transform: uppercase;}
.governance-list ul li:hover{background: #ebf3f7;}
.governance-list ul li:hover .governance-function{background: #f98d2b;}
@media screen and (max-width:767px){
    .governance-list ul li a{padding: 10px 10px; }
}

/** 表格 **/
.table-main-width{max-width: 400px;}
.table-main-width02{max-width: 600px;}
.table-main{margin:15px 0;}
.table-main>ul{list-style: none;padding: 0;margin: 0;}
.table-main>ul>li{padding:0;margin: 0;text-align: center;border-bottom: 1px #cccccc dashed;display: flex;}
.table-main>ul>li:first-of-type{background: #ebf3f7;border-bottom:2px #1684b8 solid;font-weight: 500;font-size:16px;;}
.table-main>ul>li a{display: block;color: #f98d2b;}
.table-main>ul>li a:hover{text-decoration: underline;;}
.table-main>ul>li .table-main-content{flex: 1;padding: 10px;}
.table-main>ul>li .table-main-content>ul{list-style: square; padding: 0;margin: 0 0 0 24px;}
.table-main>ul>li .table-main-content>ul>li{padding:3px 0;}
.table-main>ul>li .table-main-content02{width:180px;padding: 10px;text-align: center;}
.table-main>ul>li .table-main-content03{width:110px;padding: 10px;text-align: center;}
.table-main>ul>li .table-main-center{text-align: center;}
.table-main02{min-width: 600px;}
.table-main02 ul li{text-align: left;}

/** 最新消息 **/
.news{}
.news ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.news ul li{display: block;width: calc(50% - 20px);margin: 10px; padding: 0; font-size:16px;color:#333333; }
.news ul li a{color:#333333; display:block; padding:0 0 15px 0;border-left: 6px #002a80 solid;background:#ffffff;}
.news ul li a:hover{background:#f1f1f1;}
.news ul li .news-date{display: table;color:#ffffff; font-size:14px;  margin:0 0 5px 0 ;padding: 4px 15px; background: #002a80;text-transform: uppercase;font-style: italic;}
.news ul li .news-content{width:100%; margin: 15px 0 0 0;padding: 0 15px; overflow: hidden;text-overflow: ellipsis;height: 25px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news-detail-date{display: table;color:#ffffff; font-size:14px;  margin:15px 0 ;padding: 4px 15px; background: #002a80;text-transform: uppercase;font-style: italic;}
@media screen and (max-width:767px){
    .news ul li{width: calc(100% - 0px);margin: 10px 0;}
}

/** 產品搜尋 **/
.search{padding:0;}
.search-input{padding:0px 0 10px 0; position:relative; color:#333;}
.search-input img{position:absolute; right:0; top:0px;}
.search input{background:#eeeeee; font-size:15px; color:#333; padding:5px 66px 5px 15px; width:100%; border:0; margin:0; vertical-align:middle; min-height:31px; font-family:"Microsoft JhengHei";}
.search img{vertical-align:middle;}
.pro-search-info{font-size:18px; color:#64691F; line-height:1.5em; border-bottom:1px #CCC dotted; margin-bottom:20px; text-align:center; padding-bottom:10px;}

/** 產品列表介紹 **/
.pro-list{}
.pro-list>ul{column-count: 3;column-gap: 0px;width:100%;list-style: none;padding: 0;margin: 0;}
.pro-list>ul>li { width:calc(100% - 20px);display: inline-block;padding:0px;margin:10px;overflow:hidden;font-size:20px;color:#002a80;font-weight: 500;}
.pro-list>ul>li a{display: block;color:#002a80;}
.pro-list>ul>li a:hover{}
.pro-list>ul>li>ul{column-count: 1;column-gap: 0px;width:100%;list-style: none;padding:10px 0 0 0;margin:6px 0 0 0;border-top: 3px #002a80 solid;}
.pro-list>ul>li>ul>li{ width:calc(100% - 0px);display: block;padding:0px;margin: 0;overflow:hidden;font-size:16px;color:#333333;font-weight: 400;position: relative;}
.pro-list>ul>li>ul>li:before{content: "";display: block;width: 4px; height: 4px ;border-radius: 10px; background: #002a80;position: absolute;top:16px;left:7px;}
.pro-list>ul>li>ul>li a{display: block;color:#333333;padding: 5px 0 5px 20px;}
.pro-list>ul>li>ul>li a:hover{text-decoration: underline;}
@media screen and (max-width:767px){
	.pro-list>ul{column-count: 2;}
}
@media screen and (max-width:575px){
	.pro-list>ul{column-count: 1;}
}

/** 產品明細 **/
.pro-detaile-title{font-size:20px;background:#1684b8;color: #ffffff; padding:5px 15px 5px 30px;border-radius: 5px; margin:0 0 10px 0; font-weight:500;line-height: 1.4;position: relative;}
.pro-detaile-title:before{content: "";display: block;width: 20px; height:4px; background: #ffffff;position: absolute;top:17px;left: 0;}
.pro-detaile-box{color: #333333;font-size: 14px;display: block;overflow-x: auto;}
.pro-detaile-box table{border-collapse:inherit;}
.pro-detaile-box thead{background: #2568cc;color: #ffffff;text-align: center;}
.pro-detaile-box thead tr th {font-weight: 500;}
.table{background-color:#cccccc;}
.table tbody + tbody{border-top: 2px #cccccc solid;}
.table thead th{border-bottom: 0;vertical-align:inherit;}
.table th, .table td{border-top: 0;padding: 5px 8px;vertical-align:inherit;}
.table tbody{font-size: 13px;}
.pro-detaile-box tbody{background: #ffffff;color: #333333;}
.pro-detaile-box tbody:nth-child(odd){background: #ffffff;}
.table-content{margin: -1px 0 0 0 ;height: 562px; overflow-y: auto;overflow-x: inherit;width: 1167px;}
.table-content a{display: inline-block;}
.scroll-to-fixed-fixed tr th{border-right: 1px #cccccc solid;}
.scroll-to-fixed-fixed tr th.table-no-padding{border-bottom: 1px #cccccc solid;}
.scroll-to-fixed-fixed tr th:last-of-type{border-right: 0;}
.scroll-to-fixed-fixed tr th:last-of-type.table-padding{border-right: 1px #cccccc solid;}
.scroll-to-fixed-fixed tr th:last-of-type.table-no-padding{border-right: 1px #cccccc solid;}
.pdf-download{width: 100%;display: block;margin: 5px 0 0 0;text-align: right;}
.pdf-download img{width:20px;}
.pdf-download a{display: block;}
.table-responsive table thead tr th{position: relative;}
.table-responsive table thead tr:first-of-type th{padding: 5px 0 42px 0;}
.table-responsive table thead tr .table-padding{padding: 5px 0 42px 0;}
.table-responsive table thead tr:first-of-type th.table-no-padding{padding:5px 0;}
.table-responsive table thead tr .table-no-padding{padding: 5px 0;}
.sort{position: absolute;top: calc(50% - 20.78px);right: 8px;display: block;width: 8px; height: 20.78px;color: #ffffff;}
.sort i{display: block;width: 100%;line-height: 0.8;font-size: 13px;}
.sort a{display: block;color: #ffffff;}
.sort a:hover{color: #f98d2b;}
.filter{position: absolute;bottom: 10px;left: 5px;width:calc(100% - 10px);}
.filter select{border: 0;padding: 0 8px;font-size: 13px; color: #333333;width: calc(100% - 10px);}
@media screen and (max-width:1219px){
	.table-responsive{overflow:auto;width:100%;height:80vh; /* 固定高度 */}
	.table-responsive th {background-color:#2568cc;}
	.table-responsive thead tr {position:sticky;top:0; /* 列首永遠固定於上 */z-index:1;}
	.table-responsive thead tr:first-of-type {position:sticky;top:0; /* 列首永遠固定於上 */z-index:1;}
	.table-responsive thead tr:nth-child(2) {position:sticky;top:33.39px; /* 列首永遠固定於上 */z-index:1;border-top: 1px #cccccc solid;}
	.table-responsive thead tr:nth-child(3) {position:sticky;top:89.17px; /* 列首永遠固定於上 */z-index:1;border-top: 1px #cccccc solid;}
}

/** 產品應用介紹 **/
.application{}
.application>ul{width:100%;list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.application>ul>li { width:calc(100%/1 - 0px);display: block;padding:0px;margin:10px 0;font-size:16px;color:#002a80;font-weight: 400;border: 1px #cccccc dashed;}
.application-series{color: #333333;font-size: 16px;padding: 0 20px;}
.application-information{position: relative;padding: 0;}
.application-information h3{line-height: 1.4;margin:0 0 15px 0;color: #2568cc;font-size: 20px;background: #f3f3f3;padding: 10px 20px;font-weight: 700;}
.application-information .application-content{display: flex;justify-content: flex-end;border-bottom: 1px #dddddd solid;margin: 10px 0 0 0;}
.application-information .application-content:last-of-type{border-bottom: 0;}
.application-information .application-title{flex: 1; color: #666666;font-size: 16px;padding: 8px 20px;}
.application-information .application-download { font-size: 15px;display: flex;justify-content: flex-end;}
.application-information .application-download a{background:#f98d2b url("../images/icon-download03.svg")no-repeat left 16px center;background-size: 22px; color: #ffffff;padding:8px 5px 8px 54px;border-radius: 0;transition: all 0.5s ease 0s;display: inline-block;margin: 6px 0 0 15px; width: 160px;}
.application-information .application-download a:first-of-type{margin:6px 0 0 0;}
.application>ul>li .application-download a:hover{border-radius: 0;transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
	.application-series{font-size: 15px;padding: 0 15px;}
    .application-information h3{font-size: 18px;padding: 10px 15px;}
    .application-information .application-content{display: block;}
    .application-information .application-title{padding: 0 20px;}
    .application-information .application-download{font-size: 14px;}
    .application-information .application-download a{background:#f98d2b url("../images/icon-download03.svg")no-repeat left 10px center;background-size: 18px; padding:8px 10px 8px 34px;margin: 6px 0 0 10px; width: 140px;}
}
@media screen and (max-width:575px){
	.application>ul>li { width:calc(100%/1 - 0px);margin: 5px 0;}
    .application-information .application-download{font-size: 13px;}
    .application-information .application-download a{ background:#f98d2b url("../images/icon-download03.svg")no-repeat left 6px center;background-size: 12px; padding:6px 6px 6px 24px;margin: 6px 0 0 6px; width: 120px;}
}
@media screen and (max-width:413px){
    .application-information .application-download{;flex-wrap: wrap;}
    .application-information .application-download a{display: block;width: calc(100%/2 - 2px);margin: 4px 0 0 4px;}
    .application-information .application-download a:first-of-type{margin: 4px 0 0 0;}
}


/** 產品應用分類 **/
.application-menu{margin: 0 0 20px 0}
.application-menu>ul{width:100%;list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.application-menu>ul>li{width:calc(100%/4 - 20px);display: block;padding:0px;margin:10px;overflow:hidden;text-align: center; font-size:16px;color:#002a80;font-weight: 400;}
.application-menu>ul>li>a{display: block;color:#002a80;padding: 15px 15px; border: 1px #002a80 solid;position: relative;z-index: 1;overflow: hidden;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf3ff+0,ffffff+100 */
background: rgb(237,243,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(237,243,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(237,243,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(237,243,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf3ff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.application-menu>ul>li a:after{content: "";display: block;width:0%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.5s ease 0s;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002a80+0,2568cc+100 */
background: rgb(0,42,128); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,42,128,1) 0%, rgba(37,104,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,42,128,1) 0%,rgba(37,104,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,42,128,1) 0%,rgba(37,104,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a80', endColorstr='#2568cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.application-menu>ul>li>a:hover{position: relative;z-index: 1;color: #ffffff;}
.application-menu>ul>li a:hover:after{width:100%;transition: all 0.5s ease 0s;}
.application-menu>ul>li>.current{position: relative;z-index: 1;color: #ffffff;}
.application-menu>ul>li>.current:after{width:100%;transition: all 0.5s ease 0s;}
.application-menu>ul>li>.current:after:hover{width:100%;transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
	ul.classLink{display:none;}
}

/** 購物車按鈕 **/
.add-to-cart{color:#cecece; font-size:15px; display:block; width:100%; text-align:center;}
.add-to-cart a{background:#ffffff; padding:5px 8px; color:#333333; font-size:15px; display:block; border:1px #bbbbbb solid; width:100%; text-align:center;}
.add-to-cart a:hover{background:#ffbe00; color:#fff; border:1px solid #ffbe00;}
.add-to-cart a[disable]{cursor:no-drop; color:#cecece;}
.add-to-cart a[disable]:hover{background-color:#fff; border:1px solid #bbbbbb;}

/** 購買數量 **/
.cart-info .qtynspec{display:flex; flex-wrap:wrap;}
.cart-info .quantity{display:flex; justify-content:flex-end; align-items:center; width:100%; font-size:16px; color:#333; padding:7px 0;}
.cart-info .quantity-title{font-size:15px; color:#333; min-width:32px; margin:0 10px 0 0;}

/** 購買數量增減模組 **/
.qtyInputBox{display:inline-table; vertical-align:middle; height:30px; width:auto;}
.qtyInputBox .input-group-btn, .qtyInputBox input{display:table-cell; position:relative; float:left; top:0;}
.qtyInputBox .input-group-btn button{display:block; width:30px; height:30px; margin:0; padding:0; vertical-align:middle; border:1px solid #ccc; border-radius:3px 0 0 3px; overflow:hidden;}
.qtyInputBox .input-group-btn:last-child button{border-radius:0 3px 3px 0;}
.qtyInputBox button i{display:block; width:100%; height:100%; margin:0; padding:0; line-height:30px; background-color:#fff;}
.qtyInputBox button i:hover{background-color:#eee;}
.qtyInputBox input{margin-bottom:0; width:calc(100% - 60px); height:30px; line-height:30px; border:0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; vertical-align:middle; padding:0 5px; text-align:center;}
.qtyInputBox button:focus, input:focus{outline:0;}

/** 購買尺寸 **/
.size{margin:0; padding:7px 0; border-bottom:1px #DFDFDF solid; border-top:1px #DFDFDF solid; display:flex; align-items:center;}
.size-title{font-size:15px; color:#333; min-width:32px; margin:0 10px 0 0;}
.size ul{list-style:none; margin:0 auto; padding:0; flex:1; display:flex; flex-wrap:wrap;}
.size ul li{background:#aaaaaa; font-size:12px; color:#ffffff; margin:2px 5px 2px 0; padding:2px; cursor:pointer; min-width:25px; width:25px; text-align:center;}
.size ul li:hover{background:#000;}
.size ul li.active{background:#000;}
.size ul li.none{background:#E7E7E7;}
.size ul li.title{background:none; font-size:15px; color:#575757; width:auto;}

/** 購買規格 **/
.specification{margin:0; padding:7px 0; display:flex; justify-content:flex-end; align-items:center; width:100%;}
.specification-title{font-size:15px; color:#333; min-width:32px; margin:0 10px 0 auto;}
.specification select{min-height:30px; border:1px #ccc solid; max-width:calc(100% - 32px);}

/** 相片集 **/
/* PhotoSwipe Repository */
.my-gallery figure{margin:0 0 20px; padding:0 5px 5px;}
.my-gallery figcaption{text-align:center; padding:5px 0; font-size:15px;}
.my-gallery .pro-photo{display:flex; align-items:center; justify-content:center;}

/** FAQ **/
.faq>ul{margin:0; padding:0 5px; list-style:none;}
.faq>ul>li{border-bottom:1px #fff solid; font-size:15px;}
.faq>ul>li .qa_title{background:#ffffff; font-weight:normal; border-left:8px #9c9c9c solid;}
.faq>ul>li .qa_title a{color:#555555; display:block; padding:10px 0 10px 10px;}
.faq>ul>li .qa_title a:hover{background:#dbdbdb;}
.faq>ul>li .qa_content{border-top:1px #CCC dotted; padding:10px; font-size:15px; color:#666;}
.faq>ul>li .qa_content a{color:#555555; display:initial;}
.faq>ul>li .qa_content a:hover{background:none; text-decoration:underline;}
.opacl{font-size:12px; line-height:20px; padding-bottom:10px;}
.opacl a{background:#959595; color:#fff; padding:7px 15px; margin:0 5px; -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.opacl a:hover{background:#333;}
.faq>ul>li .qa_content .close_qa{font-size:12px; color:#999; text-align:right;}
.faq>ul>li .qa_content .close_qa a{color:#999;}
.faq>ul>li .qa_content .close_qa a:hover{color:#666; background:none;}

/** 聯絡我們 **/
.contact-body{}
.contact-note{padding:5px 0; font-weight:400; font-size:14px; color:#ef3a3a;text-align: right;}
.contact-main{font-size: 16px; color: #333333;margin: 0 0 20px 0;}
.contact-main h2{padding: 0;margin:0 0 20px 0;line-height: 1.4;font-weight: 400;font-size: 20px;color: #333333;}
.contact-main>ul{list-style: none;padding: 0;margin: 0;}
.contact-main>ul>li{display: flex;padding: 0;margin:10px 0;}
.contact-main>ul>li .contact-information{flex: 1;}
.contact-main>ul>li .contact-information h3{padding: 0;margin:0 0 10px 0;line-height: 1.4;font-weight: 400;font-size: 18px;color: #002a80;}
.contact-main>ul>li .contact-information>ul{list-style: none;padding: 0;margin: 0;}
.contact-main>ul>li .contact-information>ul>li{display: flex;padding: 0;margin:5px 0;}
.contact-main>ul>li .contact-information>ul>li .contact-title{width: 90px;background: #1684b8;color: #ffffff;padding: 5px 10px;}
.contact-main>ul>li .contact-information>ul>li .contact-content{flex: 1;margin: 0 ;padding: 5px 15px;}
.contact-main>ul>li .contact-information>ul>li .contact-content a{display: block;color: #333333;}
.contact-main>ul>li .contact-information>ul>li .contact-content a:hover{text-decoration: underline;}
.contact-main>ul>li .contact-map {flex: 1;position: relative;padding-bottom:24%;padding-top: 30px;height: 0;overflow: hidden;}
.contact-main>ul>li .contact-map iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:767px){
	.contact-main>ul>li{display:block;margin:10px 0 30px 0;}
    .contact-main>ul>li .contact-information{flex: initial;width: 100%;}
    .contact-main>ul>li .contact-map {flex: initial;width: 100%;padding-bottom:50%;}
}
@media screen and (max-width:575px){
    .contact-main>ul>li .contact-map {padding-bottom:60%;}
}

/** 表單欄位 **/
label{margin-bottom: 0;min-width: 80px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex; flex-wrap:wrap;padding:10px 0;border-bottom: 1px #cccccc dashed;}
.opinion{flex: 1; display:flex; flex-wrap:wrap;}
.opinion-left01{ width:120px; min-width:120px;padding:5px 15px; font-weight:400; font-size:16px; font-family: 'Open Sans', 'Noto Sans TC', sans-serif; color:#495057; line-height:1.8; display:flex; align-items:center;}
.input-main-style01{background: #f1f1f1; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:16px; font-family: 'Open Sans', 'Noto Sans TC', sans-serif; color:#333; line-height:1.8; min-height:38px;}
.input-main-style02{background: #f1f1f1; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:16px; font-family: 'Open Sans', 'Noto Sans TC', sans-serif; color:#333; line-height:1.8; min-height:38px;}
.input-main-style03{background: #f1f1f1; flex:1; width:100%; border:0; margin:5px 0 0 0; padding:5px 15px; font-size:16px; font-family: 'Open Sans', 'Noto Sans TC', sans-serif;color:#333; line-height:1.8; min-height:38px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; font-size:16px; font-family: 'Open Sans', 'Noto Sans TC', sans-serif; color:#333; line-height:1.8; display:flex; flex-wrap:wrap;}
.input-main-select select{background: #f1f1f1 url(../images/icon-select.svg)no-repeat right 8px center;background-size: 8px;font-family: 'Open Sans', 'Noto Sans TC', sans-serif;width:calc(50% - 2.5px); margin-right:5px; padding:5px 15px; line-height:1.8; border:0; font-size:16px; font-family: 'Open Sans', 'Noto Sans TC', sans-serif; color:#333; min-height:38px;}
.input-main-select select:nth-child(2){margin-right:0;}
.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; font-family: 'Open Sans', 'Noto Sans TC', sans-serif; color:#333; line-height:1.8; min-height:38px;}
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:38px; margin:0; vertical-align:middle; display:inline-block;}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus, .input-main-select select:focus{box-shadow: 0 0 0 1px #002a80;background: #ffffff;}
@media screen and (max-width:767px){
    .opinion-main{display: block;padding:0;border-bottom: 0;}
    .opinion{flex: 1; display:flex; flex-wrap:wrap;padding:10px 0;border-bottom: 1px #cccccc dashed;}
}
@media screen and (max-width:575px){
	.opinion{display:block;}
	.opinion-left01{width:100%;padding: 5px 0;}
	.input-main-style02{width:calc(100% - 105px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding: 0; text-align:center; margin-top:20px; display:flex; flex-wrap:wrap; align-items:center; justify-content: flex-end;}
.btn-send{font-size:13px;}
a.btn-send{padding:6px 20px; text-align:center; font-size:16px; font-weight:400; color:#ffffff; min-width:100px; margin:5px 0 5px 10px; background: #002a80;border-radius: 0;display: flex;align-items: center;justify-content: center;}
a.btn-send:hover{background:#333333;}
a.btn-reset{background:#666666; padding:6px 20px; text-align:center; font-size:16px; color:#ffffff; font-weight:400; min-width:100px; margin:5px 0;border-radius: 0;display: flex;align-items: center;justify-content: center;}
a.btn-reset:hover{background:#999999; color:#fff; }
a.btn-send-over{background:#7ea2c5; padding:6px 20px; text-align:center; font-size:16px; color:#fff; min-width:100px; margin:2px; border-radius:0px;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
.cart-btn i{margin: 0 10px 0 0;font-size: 20px;}
@media screen and (max-width:575px){
	a.btn-send{padding:5px 10px; width:calc(50% - 5px);margin:5px 0 5px 5px;}
	a.btn-reset{padding:5px 10px; width:calc(50% - 5px);margin:5px 5px 5px 0;}
	a.btn-send-over{padding:5px 10px; width:calc(50% - 4px);}
}

/** 會員登入 **/
.member-login-box{max-width:900px; margin:0 auto;}
.login-tool ul{list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; align-items:center; justify-content:center;}
.login-tool ul li{padding:0; margin:5px; min-width:50px;}
.login-tool ul li img{width:100%;}

/** 送出訊息 **/
.jump-window-box{max-width:500px; margin:0 auto; border:1px #ccc solid; padding:20px; border-radius:5px;}

/** 訂單列表 **/
.order-list ul{list-style:none; padding:0; margin:0;}
.order-list ul li{padding:8px 5px; margin:0;}
.order-list ul li .order-list-content{text-align:center; margin:0;}
.order-list ul li:first-of-type{border-bottom:0; padding:8px 5px;}
.order-list ul li:first-of-type .order-list-content{font-size:15px; text-align:center;}
.order-list ul li:first-of-type .order-list-content b{display:block; background-color:#f4f8fb; line-height:2; border-radius:5px;}
.order-list .order_number{font-size:15px; color:#333;}
.order-list .order_date{font-size:15px; color:#333;}
.order-list .order_total{font-size:15px; color:#333;}
.order-list .order_status{font-size:15px; color:#333;}
.order-list .order_details{font-size:15px; color:#333;}
.order-list .order_details a{display:block; color:#666; padding:3px 10px; line-height:1.5em;}
.order-list ul li:hover{background-color:#f4f8fb;}
.order-list ul li:hover .order_details a{color:#c72729;}
.oproject{display:none;}
.oproject-content{flex:1;}
@media screen and (max-width:767px){
	.order-list ul li .order-list-content{padding:5px 0;}
	.order-list ul li:first-of-type{display:none;}
	.oproject{display:inline-block; color:#000; width:100px; margin:0;}
	.oproject-content{width:100%; max-width:100%; text-align:left;}
}

/** 訂單明細 **/
.order-detail{font-size:15px; color:#333; margin:0 0 20px 0;}
.order-detail h3{color:#990000; font-size:18px; padding:0; margin:25px 0 10px 0;}
.order-numbering{color:#2d7fb9; font-size:18px;}

/** 訂單&購物車配置網格 **/
.o-col-sm, .o-col-sm-1, .o-col-sm-10, .o-col-sm-11, .o-col-sm-12, .o-col-sm-2, .o-col-sm-3, .o-col-sm-4, .o-col-sm-5, .o-col-sm-6, .o-col-sm-7, .o-col-sm-8, .o-col-sm-9, .o-col-sm-auto{position:relative; width:100%; min-height:1px; padding-right:15px; padding-left:15px;}
.o-col-sm{-ms-flex-preferred-size:0; flex-basis:0; -ms-flex-positive:1; flex-grow:1; max-width:100%;}
.o-col-sm-auto{-ms-flex:0 0 auto; flex:0 0 auto; width:auto; max-width:none;}
.o-col-sm-1{-ms-flex:0 0 8.333333%; flex:0 0 8.333333%; max-width:8.333333%;}
.o-col-sm-2{-ms-flex:0 0 16.666667%; flex:0 0 16.666667%; max-width:16.666667%;}
.o-col-sm-3{-ms-flex:0 0 25%; flex:0 0 25%; max-width:25%;}
.o-col-sm-4{-ms-flex:0 0 33.333333%; flex:0 0 33.333333%; max-width:33.333333%;}
.o-col-sm-5{-ms-flex:0 0 41.666667%; flex:0 0 41.666667%; max-width:41.666667%;}
.o-col-sm-6{-ms-flex:0 0 50%; flex:0 0 50%; max-width:50%;}
.o-col-sm-7{-ms-flex:0 0 58.333333%; flex:0 0 58.333333%; max-width:58.333333%;}
.o-col-sm-8{-ms-flex:0 0 66.666667%; flex:0 0 66.666667%; max-width:66.666667%;}
.o-col-sm-9{-ms-flex:0 0 75%; flex:0 0 75%; max-width:75%;}
.o-col-sm-10{-ms-flex:0 0 83.333333%; flex:0 0 83.333333%; max-width:83.333333%;}
.o-col-sm-11{-ms-flex:0 0 91.666667%; flex:0 0 91.666667%; max-width:91.666667%;}
.o-col-sm-12{-ms-flex:0 0 100%; flex:0 0 100%; max-width:100%;}
@media screen and (max-width:767px){
	.o-col-sm, .o-col-sm-1, .o-col-sm-10, .o-col-sm-11, .o-col-sm-12, .o-col-sm-2, .o-col-sm-3, .o-col-sm-4, .o-col-sm-5, .o-col-sm-6, .o-col-sm-7, .o-col-sm-8, .o-col-sm-9, .o-col-sm-auto{width:100%; max-width:100%; flex:inherit;}
}

/** step **/
.steps{text-align:center; padding:30px 0;}
.steps .step{display:inline-block; width:240px; max-width:33%; text-align:center; margin:0 -2px;}
.steps .step span{display:block; font-weight:bold;}
.steps .step span.badge{position:relative; height:30px; line-height:30px; text-align:center;}
.steps .step span.badge .text{position:absolute; left:calc(50% - 15px); font-size:18px; font-family:Arial; color:#fff; background-color:#d9d9d9; display:inline-block; width:30px; height:30px; line-height:30px; border-radius:50%; z-index:1;}
.steps .step.active span.badge .text{color:#fff; background-color:#000;}
.steps .step span.badge:before{content:""; position:absolute; background-color:#d9d9d9; width:100%; height:2px; top:50%; left:0; margin-top:-1px; z-index:0;}
.steps .step:first-child .badge::before{width:50%; left:50%;}
.steps .step:last-child .badge::before{width:50%; right:50%;}

/** 購物車第一步驟 **/
.shopping-car{margin:0 0 40px; padding:10px 0;}
.shopping-car ul{list-style:none; padding:0; margin:0;}
.shopping-car ul li{padding:12px 5px; margin:0;}
.shopping-car ul li .shopping-car-content{margin:0;}
.shopping-car ul li:first-of-type{border-bottom:0; padding:8px 5px;}
.shopping-car ul li:first-of-type .shopping-car-content{font-size:15px; text-align:center;}
.shopping-car ul li:first-of-type .shopping-car-content b{display:block; background-color:#f4f8fb; line-height:2; border-radius:5px;}
.shopping-car .shop-car-info{display:flex; font-size:15px; vertical-align:middle; text-align:left; align-items:center;}
.shopping-car .shop-car-info a.pro-photo{width:60px; margin:0 15px 0 0;}
.shopping-car .shop-car-info .description{font-size:15px; margin:0px; color:#000; flex:1; width:100%; text-align:left;}
.shopping-car .shop-car-info .description .shop-car-info-title{font-size:15px; font-weight:bold;}
.shopping-car .shop-car-info .description .spec{font-size:13px; color:#666;}
.shopping-car .shop-car-price{display:block; height:100%; font-size:15px; color:#333; text-align:center;}
.shopping-car .shop-car-price .original-price{display:block; font-size:12px; text-decoration:line-through; color:#999;}
.shopping-car .shop-car-quantity{display:block; font-size:15px; text-align:center;}
.shopping-car .shop-car-subtotal{display:block; font-size:15px; color:#900; text-align:center;}
.shopping-car .shop-car-del{display:block; font-size:15px; vertical-align:middle; text-align:center;}
.shopping-car .shop-car-del a{color:#333; padding:5px 10px;}
.shopping-car .shop-car-del a:hover{color:#f00;}
.shopping-car ul li.addcontainer{background-color:#eee; padding:10px 5px 10px 20px;}
.shopping-car ul li.addcontainer h1{background-color:#4697bf; margin:0 0 5px; padding:5px 10px; font-size:15px; line-height:1.2em; color:#fff; border-radius:3px;}
.shopping-car ul li.addcontainer b{color:#000;}
.shopping-car ul li.addcontainer .shop-car-img img.pro-photo{margin:0 15px 0 0; width:90px; height:90px; padding:10px; border:1px #ccc solid;}
.shopping-car ul li.addcontainer .addc-price{font-size:18px; font-weight:bold; color:#f00; margin:0 3px;}
.discountCoupon{position:relative;}
.discountCoupon span{content:"X"; display:inline-block; background-color:#e4e4e4; width:26px; height:26px; margin:1px; position:absolute; right:15px; top:0; font-size:12px; line-height:26px; text-align:center; cursor:pointer;}
@media screen and (max-width:767px){
	.shopping-car ul li .shopping-car-content{padding:5px 0;}
	.shopping-car ul li:first-of-type{display:none;}
	.shopping-car .shop-car-price{text-align:right;}
	.shopping-car .shop-car-quantity{text-align:left; flex:1; order:1;}
	.shopping-car .shop-car-subtotal{text-align:right; flex:1; order:3; font-weight:bold; font-size:18px;}
	.shopping-car .shop-car-del{width:50px; order:2;}
	.discountCoupon span{right:0;}
}

/** 總計 **/
.checkout-cart-summary{padding:10px 0;}
.checkout-cart-summary .subtotal{font-size:15px; color:#333; padding:5px; margin:0;}
.checkout-cart-summary .subtotal-name{font-weight:bold; text-align:left;}
.checkout-cart-summary .subtotal-name .subtotal-quantity{font-weight:bold;}
.checkout-cart-summary .subtotal-content{text-align:right;}
.checkout-cart-summary .total{display:flex; flex-wrap:wrap; font-size:15px; color:#333; border-top:1px #ccc solid; padding:5px; margin:10px 0 0 0;}
.checkout-cart-summary .toc{font-weight:bold; color:#900; font-size:18px;}
@media screen and (max-width:767px){
	.checkout-cart-summary .subtotal-name{padding:0;}
	.checkout-cart-summary .subtotal-content{padding:0;}
}

/** 購物車第二步驟 **/
.section-body{margin:0 0 20px 0;}
.shopping-list-more{background-color:#e9ecef; font-size:18px; text-align:center; padding:10px 0; display:block; width:100%; cursor:pointer; border-radius:5px; overflow:hidden;}
.shopping-list-more i.fa.fa-question-circle{margin-left:5px; font-size:24px; color:#2d7fb9;}
.shopping-list-more:hover i.fa.fa-question-circle{color:#ffbe00;}
.shopping-list-more:hover{background-color:#e9ecef;}
.shopping-list-more .shopping-car{margin:20px 0 0 0;}
.shopping-list-toc{text-align:center; font-weight:bold; color:#900; font-size:18px;}

/** 頁次 **/
.page{font-size:14px; color:#333; text-align:center; clear:both; margin:30px 0 0 0;}
.page a{display: inline-block;background:#000000; color:#fff; padding:3px 15px;margin: 10px 0;}
.page a:hover{background:#002a80; color:#fff;}
.page br{display:none;}
.page select{padding:1px 25px 1px 15px; margin:0;line-height: 1.8;  color:#333333; font-size:14px;border: 1px #666666 solid;background-color: transparent;font-family: 'Open Sans', 'Noto Sans TC', sans-serif;font-weight: 300;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 網站導覽 **/
.bottom-info-main{background: #f3f3f3;padding:15px 15px;}
.bottom-info{max-width:1200px; margin:0 auto;}
.bottom-info>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.bottom-info>ul>li{padding: 0;margin:10px;font-size: 16px; color: #333333; font-weight: 400;width: calc(100%/5 - 20px);}
.bottom-info>ul>li>a{display: block;color: #333333; }
.bottom-info>ul>li>a:hover{color: #002a80;}
.bottom-info>ul>li>ul{list-style: none;padding: 0;margin:12px 0 0 0;display: block;}
.bottom-info>ul>li>ul>li{padding: 0;margin:8px 0;font-size: 14px; color: #666666; font-weight: 300;width: 100%;}
.bottom-info>ul>li>ul>li>a{display: block; background: url("../images/icon-arrow.svg")no-repeat top 8px left 4px;color: #666666;background-size: 7px;padding: 0 0 0 17px;}
.bottom-info>ul>li>ul>li>a:hover{color: #002a80;}
@media screen and (max-width:767px){
	.bottom-info>ul{display: block;}
    .bottom-info>ul>li{margin:10px 0;width:100%;}
    .bottom-info>ul>li>ul{display: flex;flex-wrap: wrap;margin: 5px 0 0 0;}
    .bottom-info>ul>li>ul>li{width: calc(100%/4 - 10px);margin: 5px 10px 5px 0;}
}
@media screen and (max-width:575px){
	.bottom-info>ul>li>ul>li{width: calc(100%/2 - 10px);}
}

/** 下版 **/
footer{background:#ffffff;border-top: 1px #cccccc solid;padding: 20px 15px;}
footer .footer{max-width:1200px; margin:0 auto;color: #333333;display: flex;align-items: center; font-size: 15px;}
footer .footer a{color: #333333;}
footer .footer a:hover{color: #002a80;}
footer .footer .footer-logo{width: 308px;margin: 0 30px 0 0;}
footer .footer .footer-information{flex: 1;}
footer .footer .footer-content{}
footer .footer .footer-content span{display:inline-flex;align-items: center;padding:5px 15px;}
footer .footer .footer-content span i{margin: 0 10px 0 0;min-width: 22px; width: 22px;height: 22px;}
footer .footer .copyright{font-size: 12px;padding: 0 15px;margin: 8px 0 0 0;text-transform: uppercase;}
footer .footer .copyright span{padding: 0 0 0 20px;display: inline-block;}
@media screen and (max-width:970px){
	footer .footer .copyright span{padding: 0;width: 100%; display: block;}
}
@media screen and (max-width:850px){
	footer .footer{display: block;}
    footer .footer .footer-logo{max-width: 260px;width: 100%; margin: 0 auto 10px auto;}
    footer .footer .footer-information{flex:initial;width: 100%;}
    footer .footer .footer-content{text-align: center;}
    footer .footer .copyright{text-align: center;}
}
@media screen and (max-width:575px){
	footer .footer .footer-content span{display:flex;align-items: flex-start; width: 100%;padding: 5px 0;justify-content: center;}
	footer .footer .footer-content br{display:none;}
    footer .footer .copyright{padding: 0 ;}
}