@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 視差 **/
@import url(aos.css);

/** font **/
@import url(Montserrat-Noto+Sans+TC.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:1024px);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background:#ffffff; margin:0; padding:0; width:100%; height:auto; font-size:medium;line-height: 1.6;font-family:"Montserrat", "Noto Sans TC", sans-serif;word-break: break-word;letter-spacing: 1px; overflow-y: scroll;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;cursor: pointer;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;border-radius: 0; }
input:focus, select:focus, textarea:focus, button:focus{outline:0;}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea{border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu{display:none;}
table{border-collapse:inherit;}

/** 表單預設文字顏色設定 **/
::-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;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#000000;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{color: #e60012; }
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top: 14px; right: 15px; font-size: 12px;}

/** 上版 **/
header{padding: 0;border-bottom: 1px #ffffff solid;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;transition: all 0.5s ease 0s;}
.head-main{display: flex;}
.head-main .logo{width: 460px; height:auto;background: #fff100;height: 100px;transition: all 0.5s ease 0s;}
.head-main .logo a{display:flex;align-items: center;justify-content: center; padding: 15px 25px;height: 100%;}
.head-main .logo img{width:100%; height:auto;}
.language-main{width: 100px; position: relative;font-size: 14px; color: #000000;cursor: pointer;text-align: center;}
.language{background:#fff100 url("../images/arrow-bottom.svg")no-repeat center bottom 15px;background-size: 10px;padding: 15px 10px 35px 10px;height: 100px;transition: all 0.5s ease 0s;}
.language i{display: block;width: 20px;margin: 0 auto 6px auto;transition: all 0.5s ease 0s;}
.language i img{width: 20px; height: 20px;transition: all 0.5s ease 0s;}
.language-content{display: none;position: absolute;top: 100px; left: 0;width: 100%;z-index: 1;background: #ffffff; border: 1px #fff100 solid;letter-spacing: 0;}
.language-content>ul{list-style: none;padding: 0;margin: 0;}
.language-content>ul>li{ padding: 0;margin: 0;font-size: 14px; color: #000000;text-align: center;}
.language-content>ul>li a{display: block;color: #000000;padding: 8px 10px;}
.language-content>ul>li a:hover{background: #e60012;color: #ffffff;}
.header-height{background: #ffffff;border-bottom: 1px #dddddd solid; transition: all 0.5s ease 0s;}
.header-height .head-main .logo{width: 340px;height: 80px;transition: all 0.5s ease 0s;}
.header-height .language{background:#fff100 url("../images/arrow-bottom.svg")no-repeat center bottom 10px;background-size: 8px;padding: 10px 10px 25px 10px;height: 80px;transition: all 0.5s ease 0s;}
.header-height .language i{width: 18px;margin: 0 auto 3px auto;transition: all 0.5s ease 0s;}
.header-height .language i img{width: 18px; height: 18px;transition: all 0.5s ease 0s;}
.header-height .language-content{top: 80px;}
@media screen and (max-width:1200px){
    .head-main .logo{width: 360px; }
    .head-main .logo a{padding: 15px ;}
}
@media screen and (max-width:1024px){
    header{border-bottom: 0;position: inherit;}
    .head-main .logo{position: fixed;top: 0;left: 0;z-index: 10000;width: 250px;height: 60px;}
    .head-main .logo a{padding:5px 15px ;}
    .language-main{position: fixed;top: 0;right: 62px;z-index: 10000;width: 80px;font-size: 13px;}
    .language{background:#fff100 url("../images/arrow-bottom.svg")no-repeat center bottom 14px;background-size: 8px;padding: 14px 10px 30px 10px;height: 60px;}
    .language i{display: none;}
    .language-content{top: 60px;}
    .language-content>ul>li{ font-size: 13px;}
    .header-height{border-bottom: 0;}
    .header-height .head-main .logo{width: 250px;height: 60px;}
    .header-height .language{background:#fff100 url("../images/arrow-bottom.svg")no-repeat center bottom 14px;background-size: 8px;height: 60px;padding: 14px 10px 30px 10px;}
    .header-height .language-content{top: 60px;}
}
@media screen and (max-width:575px){
    .head-main .logo{width: 230px;}
    .header-height .head-main .logo{width: 230px;}
}
@media screen and (max-width:374px){
    .head-main .logo{width: 190px;}
    .header-height .head-main .logo{width: 190px;}
}

/** 主選單與下拉 **/
nav{flex: 1;margin: 0 25px;}
.menu{ padding:0; list-style:none; position:relative; margin:0; display:flex;justify-content: flex-end;}
.menu>li{color:#ffffff; text-align:center; position:relative;cursor:pointer; padding:0; margin:0; transition: all 0.5s ease 0s;}
.menu>li>a{color:#ffffff; display:block; padding:37.21px 18px; margin:0;position: relative;transition: all 0.5s ease 0s;overflow: hidden;}
.menu>li>a:after{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 0 6px 10px 6px;border-color: transparent transparent #e60013 transparent;position: absolute;bottom: -10px;left: calc(50% - 6px);transition: all 0.5s ease 0s;}
.menu>li>a:hover{color: #e60012; transition: all 0.5s ease 0s;}
.menu>li>a:hover:after{bottom: 0;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 #dddddd solid;overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:200px; left:calc(50% - 100px); top:100px;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu>li{display:block; border-bottom:1px #dddddd solid;font-size: 15px;}
.menu>li.sub>ul.sub-menu>li:last-of-type{ border-bottom:0;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#444444; padding:8px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#e60012;color: #ffffff;}
.header-height .menu>li{color:#000000;transition: all 0.5s ease 0s;}
.header-height .menu>li>a{color:#000000;padding:27.21px 18px; transition: all 0.5s ease 0s;}
.header-height .menu>li>a:after{border-width: 0 5px 8px 5px;bottom: -8px;left: calc(50% - 5px);transition: all 0.5s ease 0s;}
.header-height .menu>li>a:hover{color: #e60012; transition: all 0.5s ease 0s;}
.header-height .menu>li>a:hover:after{bottom: 0;transition: all 0.5s ease 0s;}
.header-height .menu>li.sub:hover ul.sub-menu{top:80px; transition: all 0.5s ease 0s;}
@media screen and (max-width:1200px){
	nav{margin: 0 15px;}
}
@media screen and (max-width:1024px){
	#menu{display:none;}
	.slicknav_menu{display:block;background:#fff100;border-bottom: 1px #dddddd solid;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;}
}

/** edm輪播 **/
.edm-main{background:#ffffff;}
.edm-main img{width:100%; height:auto;}
.edm{}
@media screen and (max-width:1024px){
	.edm-main{padding: 61px 0 0 0;}
}

/** 配置 **/
.warpper{overflow: hidden;}
.main{}
.photo-main{overflow: hidden;}
.photo{background-color:#ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all .5s ease 0s;}
.i-title-main{text-align: center;margin: 0 0 25px 0;width: 100%;}
.i-title-main .i-title{font-size: 40px;font-weight: 700;color: #000000;letter-spacing: 8px;padding: 0;margin: 0;}
.more{display: flex;justify-content: center;margin: 30px 0 0 0;}
.more a{display: flex;align-items: center;justify-content: center; color: #ffffff;background: #e60012;border: 1px #e60012 solid;padding: 5px 15px;position: relative;width: 150px; height: 50px;z-index: 1;}
.more a:after{content: "";width: 0%; height: 100%; background: #ffffff;position: absolute;top: 0;left: 0; transition: all .5s ease 0s;z-index: -1;}
.more a:hover{color: #e60012;}
.more a:hover:after{width: 100%;transition: all .5s ease 0s;}
@media screen and (max-width:1024px){
    .i-title-main{margin: 0 0 15px 0;}
    .i-title-main .i-title{font-size: 30px;letter-spacing: 4px;}
    .more{margin: 20px 0 0 0;}
    .more a{width: 140px; height: 46px;}
}

/** 首頁合作廠商 **/
.i-brand-main{padding: 6% 5.25%;background: #eeeeee url("../images/brand_bg.jpg")no-repeat center;background-size: cover;position: relative;z-index: 1;}
.i-brand-main:before{content: "";display: block;width: 112px;height: 100%;background: #fff100;position: absolute;top: 0;left: 5.25%;z-index: -1;}
.i-brand{display: flex;}
.i-brand-title{width: 270px; margin: 0 5% 0 0;display: flex;align-items: center;}
.i-brand-title .i-title-main{margin: 0;}
.i-brand-content{width: calc(100% - 270px - 5%);}
.i-brand-content>ul{list-style: none;padding: 0;margin:20px 0 0 0;display: flex;flex-wrap: wrap;}
.i-brand-content>ul>li{padding: 0;margin: 10px;width: calc(100%/6 - 20px);}
@media screen and (max-width:1200px){
	.i-brand-main{padding: 6% 15px;}
    .i-brand-main:before{left: 15px;}
}
@media screen and (max-width:1024px){
    .i-brand-main{padding: 40px 15px;}
    .i-brand-main:before{width: 80px;}
    .i-brand{display: block;}
    .i-brand-title{width:100%; margin:0 0 15px 0;}
    .i-brand-content{width: 100%;}
}

/** 首頁產品 **/
.i-pro-main{padding: 6% 15px;position: relative;z-index: 1;}
.i-pro-main:before{content: "";display: block;width: 52.5%;height: 55.2%;background: url("../images/pro_bg.png")no-repeat center center;background-size: cover; position: absolute;bottom: 0;left: 0;z-index: -1;}
.i-pro-main:after{content: "";display: block;width: 47.5%;height: 18.5%;background: #fff100;position: absolute;bottom: 0;right: 0;z-index: -1;}
.i-pro{max-width: 1200px; margin: 0 auto;}
.i-pro>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-pro>ul>li{width: calc(100%/4 - 38px);padding: 0;margin: 19px;}
.i-pro>ul>li .pro-photo{border: 1px #dddddd solid;position: relative;z-index: 1;}
.i-pro>ul>li .pro-photo:before{content: "";display: block;width:calc(100% + 2px);height: calc(100% + 2px);border: 1px #dddddd solid;position: absolute;bottom: -1px;left: -1px;background: #ffffff;z-index: -1;}
.i-pro>ul>li .pro-photo:after{content: "";display: block;width: calc(100% + 20px);height: calc(50% + 10px);position: absolute;bottom: -10px;left: -10px;background: #f3f3f3;z-index: -2;transition: all .5s ease 0s;}
.i-pro>ul>li a{display: block;}
.i-pro>ul>li a:hover{}
.i-pro>ul>li:hover .photo{transform:scale(1.1);transition: all .5s ease 0s;}
.i-pro>ul>li:hover .pro-photo:after{height: calc(100% + 20px);transition: all .5s ease 0s;}
.i-pro>ul>li .i-pro-content{padding: 25px 0;text-align: center;}
.i-pro>ul>li .i-pro-content h3{padding: 0;margin: 0;font-weight: 400;line-height: 1.4;color: #000000;font-size: 16px;}
@media screen and (max-width:1024px){
    .i-pro-main{padding: 40px 15px;}
    .i-pro>ul>li{width: calc(100%/4 - 28px);margin: 14px;}
}
@media screen and (max-width:767px){
    .i-pro-main:before{height: 33.3%;}
    .i-pro-main:after{height: 6%;}
    .i-pro>ul>li{width: calc(100%/2 - 28px);}
    .i-pro>ul>li .i-pro-content{padding: 25px 0 10px 0;}
}
@media screen and (max-width:575px){
    .i-pro-main:before{height: 35.2%;}
    .i-pro-main:after{height: 7.8%;}
}

/** 首頁關於莫卡 **/
.i-about-main{padding: 6% 15px;position: relative;z-index: 1;}
.i-about-main:after{content: "";display: block;width: 47.5%;height: 69%;background: #fff100;position: absolute;top: 0;right: 0;z-index: -1;}
.i-about-main .i-title-main{text-align: left;}
.i-about-main .more{justify-content: flex-end;}
.i-about{max-width: 1200px; margin: 0 auto;display: flex;}
.i-about .i-about-content{flex: 1;margin: 0 4vw 0 0;display: flex;flex-direction: column; justify-content: center;}
.i-about .i-about-content .i-about-info{color: #666666;line-height: 1.8;padding: 0 0 25px 0;width: 100%;}
.i-about .i-about-photo{flex: 1.1;}
.i-about .i-about-photo img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
@media screen and (max-width:1024px){
    .i-about-main{padding: 40px 15px;}
    .i-about .i-about-content{margin: 0 30px 0 0;}
}
@media screen and (max-width:767px){
    .i-about-main:after{height: 30%;top: inherit;bottom: 0;}
    .i-about{display: block;}
    .i-about .i-about-content{flex:initial;width: 100%; margin:0 0 20px 0;}
    .i-about .i-about-content .i-about-info{padding: 0;}
    .i-about .i-about-photo{flex:initial;width: 100%; }
}

/** 內頁banner **/
.inside-banner{ padding:calc(6% + 100px) 15px 6% 15px;position: relative;background-position: left;background-repeat: no-repeat;background-size:cover;}
.inside-banner:before{content: "";display: block;width: 1px; height: 15%;background: #ffffff;position: absolute;bottom: 0;left: calc(50% - .5px);z-index: 2; }
.inside-banner:after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,.2);position: absolute;top: 0;left: 0;z-index: 1; }
.inside-banner .banner-title-main{max-width: 1200px;margin: 0 auto; font-size:36px; color:#ffffff; padding:0;text-align: center;position: relative;z-index: 2;}
.inside-banner .banner-title{font-size: 40px;font-weight: 700;color: #ffffff;margin: 0;letter-spacing: 8px;padding:0;line-height: 1.6;text-shadow: 0 0 10px rgba(0,0,0,.6);}
@media screen and (max-width:1024px){
    .inside-banner{ padding:calc(30px + 61px) 15px 30px 15px;}
    .inside-banner:before{height: 20px;}
    .inside-banner .banner-title{font-size: 30px;letter-spacing: 4px;}
}
@media screen and (max-width:575px){
    .inside-banner{background-position: left bottom -20px;background-size: auto 100%;}
    .inside-banner:after{background: rgba(0,0,0,.4);}
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{padding: 5px 0;font-size: 14px;position: relative;z-index: 2;margin: 0;}
.breadcrumb{display:flex; flex-wrap:wrap;justify-content: center; width:100%; max-width: 1200px;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: #ffffff; content:"/";}
.breadcrumb-item a{display: inline-block;text-decoration:none; color: #ffffff;}
.breadcrumb-item a:hover{color:#e60012; text-decoration:none;}
.breadcrumb-item.active{color: #ffffff;}

/** 內頁架構 **/
.content-body-main{ padding:4% 15px;}
.content-body{max-width:1200px; margin:0 auto; }
.page-title{font-size:24px; color:#000000; padding:0 0 0 20px; margin:0 0 20px 0;position: relative;}
.page-title:after{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 6px 0 6px 10px;border-color: transparent transparent transparent #e60012;position: absolute;top: 8px; left: 0;}
.page-main{ font-size:16px; color:#444444;line-height: 1.8;}
.video{position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.video iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:1024px){
    .content-body-main{padding:30px 15px;}
    .page-title{font-size:20px;padding:0 0 0 18px;}
    .page-title:after{border-width: 5px 0 5px 8px;top: 7px; }
}

/** 左邊分類 **/
.left-menu-title{background:#e9ecef; text-align:center; font-size:18px; font-weight:bold; padding:8px 0; border-radius:5px 5px 0 0; margin-bottom:3px; border-bottom:2px solid #6d6d6d; color:#525252;}
.in-left-menu>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{border-bottom:1px #fff solid; font-size:16px; color:#666; padding:0;}
.in-left-menu>ul>li>a{background:#f4f8fb; color:#333; border-left:3px #5f5f5f solid; display:block; padding:10px 5px 10px 25px; line-height:1.5em;}
.in-left-menu>ul>li>a:hover{background-color:#e9ecef; border-left:3px #111111 solid;}
.in-left-menu>ul>li>.current{background:url(../images/left-icon.png) no-repeat 7px 13px #e9ecef; border-left:3px #111111 solid;}
.in-left-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.in-left-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.in-left-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.in-left-menu>ul>li ul li a:hover{color:#71743D;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:575px){
	.classBox{padding:0 0 20px 0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#eeeeee; border:1px solid #d1d1d1;}
	.m_classLink a.main{display:block; background:none; font-size:16px; font-family:"Microsoft JhengHei", "新細明體", sans-serif; color:#333; position:relative; padding:8px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#afafaf; width:45px; height:100%; text-align:center; color:#FFF; line-height:40px; position:absolute; right:0; top:0;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #d1d1d1; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;}
	.m_classLink ul li a{display:block; padding:8px; border-top:1px solid #d1d1d1; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:16px; color:#222;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:#efeded;}
	.m_classLink ul li ul{display:block; margin:0 10px 10px 10px; padding:0; list-style:none; width:calc(100% - 20px); background:#FFF; border:1px solid #d1d1d1; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 公司簡介 **/
.about{display: flex;align-items: center;}
.about .about-content{flex: 2;background: #f3f3f3;padding:40px 40px 40px 100px;margin: 0 0 0 -60px;color: #222222;}
.about .about-photo{flex: 1;margin: 0 ;position: relative;z-index: 1;}
.advantages{margin: 6vw 0 0 0;}
.advantages>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.advantages>ul>li{padding: 0;margin: 15px;width: calc(100%/3 - 30px);}
.advantages>ul>li .advantages-icon{max-width: 170px;margin: 0 auto 2vw auto;padding: 10px;transition: all .8s ease 0s;}
.advantages>ul>li:hover .advantages-icon{padding: 0;transition: all .8s ease 0s;}
.advantages>ul>li .advantages-content{}
.advantages>ul>li .advantages-content h3{padding: 0;margin:0 0 1vw 0;font-weight: 700;line-height: 1.4;color: #000000;font-size: 22px; letter-spacing: 4px;}
.advantages>ul>li .advantages-content h3 span{color: #e60012;}
.advantages>ul>li .advantages-content .advantages-info{}
@media screen and (max-width:1024px){
    .advantages{margin: 30px 0 0 0;}
    .advantages>ul>li .advantages-icon{max-width: 140px;margin: 0 auto 20px auto;}
	.advantages>ul>li .advantages-content h3{margin:0 0 15px 0;font-size: 18px; letter-spacing: 2px;}
}
@media screen and (max-width:767px){
    .about{display:block;}
    .about .about-content{flex: initial;width: 100%; padding:20px;margin:10px 0 0 0;}
    .about .about-photo{flex: initial;width: 100%;}
    .advantages>ul>li{margin: 20px 0;width:100%;}
    .advantages>ul>li .advantages-icon{max-width: 160px;}
}

/** 最新消息 **/
.news{}
.news ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.news ul li{width: calc(100%/3 - 20px);padding: 0;margin: 10px;}
.news ul li a{color:#000000; display:block; padding:0;background: #f3f3f3;overflow: hidden;position: relative;border: 1px #f3f3f3 solid;}
.news ul li a:after{content: "";display: block;width: 0%;height: 5px;background: #e60012;position: absolute;bottom: 0;left: 0;transition: all .5s ease 0s;}
.news ul li a:hover{}
.news ul li a:hover:after{width: 100%;transition: all .5s ease 0s;}
.news ul li .news-content{padding:0 0 20px 0;}
.news ul li .news-content .news-date{color:#e60012; font-size:14px; margin:-39px 0 15px 0;text-transform: uppercase;display: table; padding: 8.8px 15px;height: 40px;position: relative;z-index: 1; }
.news ul li .news-content .news-date:after{content: "";display: block;width: 150%;height: 100%;background: #f3f3f3;transform: skewX(30deg);border-radius: 0 10px 0 0 ;position:absolute;top: 0;left: -50%;z-index: -1;}
.news ul li .news-content h3{padding: 0 15px;margin:0 0 10px 0;font-weight: 400;line-height: 1.4;color: #000000;font-size: 16px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news ul li .news-content .news-info{padding: 0 15px; font-size:15px; color:#666666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news ul li:hover .photo{transform:scale(1.1);transition: all .5s ease 0s;}
.news-detail-date{background: #e60012;display: table;color:#ffffff; padding:8px 20px;border-radius: 3px;margin: 20px 0;font-size: 14px;text-transform: uppercase; }
@media screen and (max-width:1024px){
	.news ul li{width: calc(100%/3 - 20px);}
}
@media screen and (max-width:767px){
	.news ul li{width: calc(100%/2 - 10px);margin: 5px;}
}
@media screen and (max-width:575px){
	.news ul li{width:100%;margin: 5px 0;}
}

/** 加工技術 **/
.technology{}
.technology>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.technology>ul>li{width: calc(100%/2);padding: 0; margin: 0;background: #ffffff;position: relative;z-index: 1;}
.technology>ul>li:nth-child(4n-2),.technology>ul>li:nth-child(4n-1){background: #f3f3f3;}
.technology>ul>li:nth-child(4n-2):after, .technology>ul>li:nth-child(4n-1):after{content: "";display: block;width: 0px;height: 100%;background: #fff100;position: absolute;top: 0;left: 0; z-index: -1;border-radius:0 500px 500px 0;transition: all .5s ease 0s;}
.technology>ul>li:nth-child(4n-3):after, .technology>ul>li:nth-child(4n):after{content: "";display: block;width: 100px;height: 100%;background: #fff100;position: absolute;top: 0;left: 0; z-index: -1;border-radius:0 500px 500px 0;transition: all .5s ease 0s;}
.technology>ul>li .technology-content{padding: 30px;}
.technology>ul>li .technology-content h3{padding: 0;margin:0 0 1vw 0;font-weight: 700;line-height: 1.4;color: #000000;font-size: 20px; letter-spacing: 4px;}
.technology>ul>li .technology-content h3 span{color: #e60012;}
.technology>ul>li .technology-content .technology-info{}
.technology>ul>li img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.technology>ul>li:nth-child(4n-2):hover:after, .technology>ul>li:nth-child(4n-1):hover:after{width: 100%;border-radius:0;transition: all .5s ease 0s;}
.technology>ul>li:nth-child(4n-3):hover:after, .technology>ul>li:nth-child(4n):hover:after{width: 100%;border-radius:0;transition: all .5s ease 0s;}
@media screen and (max-width:1024px){
    .technology>ul>li .technology-content{padding:30px 20px;}
    .technology>ul>li .technology-content h3{margin:0 0 10px 0;font-size: 18px; letter-spacing: 2px;}
    .technology>ul>li .technology-content h3{margin:0 0 10px 0;font-size: 18px; letter-spacing: 2px;}
}
@media screen and (max-width:767px){
    .technology>ul>li .technology-content{padding:30px 15px;}
    .technology>ul>li{width:100%;}
    .technology>ul>li:nth-child(4n-2),.technology>ul>li:nth-child(4n-1){background: #ffffff;}
    .technology>ul>li:nth-child(even){background: #f3f3f3;}
    .technology>ul>li:nth-child(4n-3):after, .technology>ul>li:nth-child(4n):after{width: 0px;height: 0%;}
    .technology>ul>li:nth-child(even):after{content: "";display: block;width: 0px;height: 100%;background: #fff100;position: absolute;top: 0;left: 0; z-index: -1;border-radius:0 500px 500px 0;transition: all .5s ease 0s;}
    .technology>ul>li:nth-child(odd):after{content: "";display: block;width: 80px;height: 100%;background: #fff100;position: absolute;top: 0;left: 0; z-index: -1;border-radius:0 500px 500px 0;transition: all .5s ease 0s;}
    .technology>ul>li:nth-child(even):hover:after{width: 100%;border-radius:0 ;transition: all .5s ease 0s;}
    .technology>ul>li:nth-child(odd):hover:after{width: 100%;border-radius:0 ;transition: all .5s ease 0s;}
}
@media screen and (max-width:575px){
    .technology>ul>li:nth-child(odd):after{width: 100px;}
}

/** 產品列表介紹 **/
.pro{}
.pro>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.pro>ul>li{width: calc(100%/4 - 38px);padding: 0;margin: 19px;}
.pro>ul>li .pro-photo{border: 1px #dddddd solid;position: relative;z-index: 1;}
.pro>ul>li .pro-photo:before{content: "";display: block;width:calc(100% + 2px);height: calc(100% + 2px);border: 1px #dddddd solid;position: absolute;bottom: -1px;left: -1px;background: #ffffff;z-index: -1;}
.pro>ul>li .pro-photo:after{content: "";display: block;width: calc(100% + 20px);height: calc(50% + 10px);position: absolute;bottom: -10px;left: -10px;background: #f3f3f3;z-index: -2;transition: all .5s ease 0s;}
.pro>ul>li a{display: block;}
.pro>ul>li a:hover{}
.pro>ul>li:hover .photo{transform:scale(1.1);transition: all .5s ease 0s;}
.pro>ul>li:hover .pro-photo:after{height: calc(100% + 20px);transition: all .5s ease 0s;}
.pro>ul>li .pro-content{padding: 25px 0;text-align: center;}
.pro>ul>li .pro-content h3{padding: 0;margin: 0;font-weight: 400;line-height: 1.4;color: #000000;font-size: 16px;}
@media screen and (max-width:1024px){
    .pro>ul>li{width: calc(100%/3 - 28px);margin: 14px;}
}
@media screen and (max-width:767px){
    .pro>ul>li{width: calc(100%/2 - 28px);}
    .pro>ul>li .pro-content{padding: 25px 0 10px 0;}
}

/** 產品明細 **/
.pro-detaile-title{font-size:18px; color:#333; padding:5px; margin:0 0 10px 0; font-weight:normal;}
.pro-detaile-box{display:flex; flex-wrap:wrap; margin:0 0 30px 0;position: relative;z-index: 1;padding: 0 0 30px 0;}
.pro-detaile-box:before{content: "";display: block;width: 125%;height: 30%;background: #fff100;position: absolute;top: calc(50% - 15%) ;left:-100%;z-index: -1;}
.pro-detaile-box:after{content: "";display: block;width: 175%;height: 40%;background: #f3f3f3;position: absolute;bottom: 0;right:-100%;z-index: -1;}
.pro-detaile-photo-box{width:calc(40% - 25px); margin:0 25px 0 0;}
.pro-detaile-photo-box img{width:100%;}
.pro-detaile-photo-box .mySwiper{margin: 10px 0 0 0;}
.pro-detaile-photo-box .mySwiper .swiper-slide{background:#ffffff;}
.pro-detaile-photo-box .mySwiper .swiper-slide img{filter: opacity(.5);}
.pro-detaile-photo-box .mySwiper .swiper-slide-thumb-active img{filter: opacity(1);}
.pro-detaile-photo-box .swiper-slide{border: 1px #dddddd solid;background: #ffffff;}
.pro-detaile-photo-box .swiper-slide img{aspect-ratio: 1 / 1; width: 100%;height: 100%;object-fit:contain;object-position: center;}
.pro-detaile-spe-box{width:60%; position:relative; }
.pro-detaile-spe-box.request{padding-bottom:70px;}
.pro-detaile .pro-photo-box{background:#fff; width:100%; margin:0; padding:0;}
.pro-detaile .pro-photo-box img{width:100%; height:auto;}
.pro-list-time{background:url(../images/time.png) left center no-repeat; font-size:12px; color:#968c69; padding-left:20px;}
.pro-specification{font-size:16px; color:#333; position:relative;}
.cart-info{position:absolute; width:100%; bottom:0;}
.cart-info .price{font-size:22px; font-weight:bold; color:#F00; vertical-align:middle; display:block; text-align:right;}
.cart-info .price.origin{font-size:smaller; color:#666; text-decoration:line-through;}
.cart-info .price.special{font-size:smaller; color:#000;}
h3.pro-introduce{background:#999; font-weight:normal; border-left:5px #111111 solid; padding:8px 10px; font-size:20px; color:#fff; margin:25px 0 15px 0;}
.pro-content{padding:0px 0; font-size:16px; color:#333; clear:both;}
@media screen and (max-width:767px){
	.pro-detaile-box{display:block;padding: 0 0 20px 0;margin: 0 0 20px 0;}
    .pro-detaile-box:before{width: 145%;height: 30%;top: 10% ;}
    .pro-detaile-box:after{width: 155%;height: 60%;}
	.pro-detaile-photo-box{width:100%; margin:0 0 15px 0;}
	.pro-detaile-spe-box{width:100%; padding-bottom:0;}
	.cart-info{position:inherit; bottom:inherit;}
}

/** 聯絡我們 **/
.contact-body{}
.contact-note{text-align: center;padding: 20px 0;margin: 0 0 25px 0;font-size: 16px; color: #222222;}
.contact-title{margin: 0 0 20px 0;color: #000000;font-size: 28px;padding:0;font-weight:700;}
.contact-title span{color: #e60012;}
.contact-content{margin: 0 0 20px 0;position: relative;z-index: 1;}
.contact-content>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.contact-content>ul>li{padding:0;margin:15px 0;width:100%;display:flex;}
.contact-content>ul>li .contact-icon{width: 44px;height: 44px;display: flex;align-items: center;justify-content: center; margin: 0 15px 0 0;border: 1px #000000 solid;border-radius: 50px;padding: 10px;background: #ffffff;transition: all 0.5s ease 0s;}
.contact-content>ul>li .contact-info{flex: 1;display: block;font-size: 16px;color: #222222;transition: all 0.5s ease 0s;}
.contact-content>ul>li .contact-info span{display: block;width: 100%;font-size: 16px;color: #000000; font-weight: 500;margin: 0 0 5px 0;}
.contact-content>ul>li .contact-info a{color: #222222;display:flex;}
.contact-content>ul>li .contact-info a:hover{color: #e60012;}
.googlemap {position: relative;padding-bottom: 75%;padding-top: 30px;height: 0;overflow: hidden;margin: 0;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:1024px){
    .contact-title{font-size: 22px;margin: 0 0 15px 0;}
    .googlemap {padding-bottom: 90%;} 
}
@media screen and (max-width:991px){
    .contact-content>ul>li{margin:10px 0;}
    .googlemap {padding-bottom: 50%;margin: 0 0 20px 0;} 
}
@media screen and (max-width:767px){
    .googlemap {padding-bottom: 70%;} 
}

/** 表單欄位 **/
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:8px 0;overflow:hidden;}
.opinion-left01{width:100%; padding:8px 0; font-size:16px; display:flex; align-items:center;}
.input-main-style01{background: #f3f3f3 ;flex:1; width:100%; border:1px #f3f3f3 solid; margin:0; padding:8px 15px; font-size:16px; color: #000000; min-height:46.8px;}
.input-main-style02{background: #f3f3f3 ; flex:1; width:100%; border:1px #f3f3f3 solid; margin:0; padding:8px 15px;font-size:16px; color: #000000;min-height:46.8px;}
.input-main-style03{background: #f3f3f3 ;width:100%; border:1px #f3f3f3 solid; margin:5px 0 0 0; padding:8px 15px; font-size:16px; color: #000000; min-height:46.8px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; font-size:16px; color: #000000; display:flex; flex-wrap:wrap;}
.input-main-select select{background: #f3f3f3 ;flex: 1; margin:0; padding:8px 15px; line-height:1.8; border:0; font-size:16px; color: #000000; min-height:46.8px;}
.select-style{background:#8a6e0c; font-size:16px; color:#ffffff; line-height:20px;padding:8px 15px; border:0;}
.input-style01{background: #f3f3f3 ; flex:1; width:100%; border:0; margin:0;padding:8px 15px; font-size:16px; color: #000000; min-height:46.8px;}
input{accent-color: #e60012;}
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: #000000;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 #e60012 solid;}
@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: #e60012; padding:6px 20px; text-align:center; font-size:16px; color:#ffffff; min-width:100px; margin:5px 0 5px 10px; border-radius: 3px;}
a.btn-send:hover{background:#fff100;color:#000000;}
a.btn-reset{background:#666666; padding:6px 20px; text-align:center; font-size:16px; color:#ffffff; min-width:100px; margin:5px 0 5px 10px;border-radius: 3px;}
a.btn-reset:hover{background:#222222; color:#ffffff; }
a.btn-send-over{background:#7ea2c5; padding:6px 20px; text-align:center; font-size:16px; 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: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;}

/** 頁次 **/
.page{font-size: 15px; color:#000000; text-align:center; clear:both; margin:30px 0 0 0;}
.page a{background:#000000; color:#ffffff; padding:4px 15px;border-radius: 3px; display: inline-block;margin: 10px 0;}
.page a:hover{background:#e60012; }
.page br{display:none;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 網站導覽 **/
.bottom-info-main{background:#222222; padding:0 15px;}
.bottom-info{max-width:1200px; margin:0 auto;}
.bottom-info>ul{list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap;justify-content: center;}
.bottom-info>ul>li{margin: 0;padding: 0;text-align: center;}
.bottom-info>ul>li a{display: block;color:#ffffff;padding: 12px 20px;}
.bottom-info>ul>li a:hover{background: #e60012;}
@media screen and (max-width:767px){
    .bottom-info>ul>li{width: calc(100%/3);}
    .bottom-info>ul>li a{padding: 10px 10px;}
}

/** 下版 **/
footer{background:#000000;padding: 0;}
footer .footer{max-width:1200px; margin:0 auto;display: flex;color: #ffffff;}
.f-logo{width: 270px;background: #fff100; margin: 0 5% 0 0;padding: 15px 35px;display: flex;align-items: center;justify-content: center;min-height: 160px;}
.f-content{flex: 1;padding: 15px 0;display: flex;flex-direction: column;justify-content: center;}
.f-content .f-contact{}
.f-content .f-contact>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.f-content .f-contact>ul>li{padding: 0;margin: 5px 40px 5px 0;display: flex;}
.f-content .f-contact>ul>li .f-contact-icon{width: 42px; height: 42px; background: #ffffff;border-radius: 50px;display: flex;align-items: center;justify-content: center;margin: 0 10px 0 0;padding: 11px;}
.f-content .f-contact>ul>li .f-contact-info{flex: 1;padding: 8px 0;}
.f-content .f-contact>ul>li .f-contact-info a{color: #ffffff;display: inline-block;}
.f-content .f-contact>ul>li .f-contact-info a:hover{color: #fff100;}
.f-content .copyright{margin: 15px 0 0 0;font-size: 12px; text-transform: uppercase;letter-spacing: 0;}
.f-content .copyright span{display: inline-block;padding: 0 0 0 15px;}
.f-content .copyright span a{display: inline-block;color: #ffffff;}
.f-content .copyright span a:hover{color: #fff100;}
@media screen and (max-width:1024px){
    footer{padding: 0 15px;}
    footer .footer{display: block;}
    .f-logo{width: 220px;margin: 0 auto 15px auto;padding: 15px 15px;min-height: inherit;}
    .f-content .f-contact>ul{justify-content: center;}
    .f-content .f-contact>ul>li{margin: 5px 10px;}
    .f-content .f-contact>ul>li .f-contact-icon{width: 36px; height: 36px; padding: 10px;}
    .f-content .f-contact>ul>li .f-contact-info{padding: 5px 0;}
    .f-content .copyright{text-align: center;}
    .f-content .copyright span{display: block;padding: 0;width: 100%;}
    .f-content .copyright span a{display:block;}
}
@media screen and (max-width:575px){
    .f-logo{width: 180px;margin: 0 auto 5px auto;}
    .f-content .f-contact>ul{justify-content: flex-start;}
    .f-content .f-contact>ul>li{margin: 5px 0;width: 100%;}
}

/** top **/
#scrollUp {width: 50px; height: 50px; bottom: 185px;right: 25px;font-size: 12px; font-weight: 400;text-transform: uppercase;letter-spacing: 0;text-align: center;padding: 22px 10px 10px 10px;position: relative;z-index: 2;color: #000000;}
#scrollUp:before{content: "";display: block;width: 10px; height: 10px;background: url("../images/arrow-top.svg") no-repeat center top;position: absolute;top: 10px;left:calc(50% - 5px) ;z-index: 1;}
#scrollUp:after{content: "";display: block;width: 50px; height: 50px;background: #fff100;transform: rotate(45deg);position: absolute;top: 0;left:0 ;z-index: -1;}
@media screen and (max-width:1024px){
    #scrollUp {width: 40px; height: 40px;bottom: 80px;right: 15px;padding: 16px 6px 8px 6px;}
    #scrollUp:before{top:8px;}
    #scrollUp:after{width: 40px; height: 40px;}
}
