@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

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

/** font **/
@import url(Noto+Sans+TC.css);
@import url(Questrial.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: 'Questrial', '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;}
.writing-mode-vertical{writing-mode:tb-lr; -ms-writing-mode:tb-lr; -webkit-writing-mode:vertical-lr; -moz-writing-mode:vertical-lr; -ms-writing-mode:vertical-lr; writing-mode:vertical-lr;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#222222;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{background:#222222;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;}

/** 浮動icon **/
.float-icon-main{position: fixed;width: 60px; height: auto;bottom:110px;right: 10px;z-index: 10000;}
.float-icon{transition: all 0.5s ease 0s;}
.float-icon ul{list-style: none;padding: 0;margin: 0;display: block;}
.float-icon ul li{padding: 0;margin:10px 0;display: block;width:60px; height: 60px;}
.float-icon ul li a img {-webkit-filter: brightness(100);}
.float-icon ul li a{display: block;width: 60px; height: 60px;background: #ffc90d;padding: 15px;border-radius: 50px;box-shadow: 0 0 7px 0 rgba(0,0,0,.3);}
.float-icon ul li a:hover{box-shadow:0 0 7px 0 rgba(0,0,0,.3), 0 0 0 1px #ffc90d;background: #ffffff;}
.float-icon ul li a:hover img {-webkit-filter: brightness(1);}
.float-icon ul li:nth-child(1) a{background: #09c109;}
.float-icon ul li:nth-child(2) a{background: #2abee8;}
.float-icon ul li:nth-child(3) a{background: #741ecd;}
.float-icon ul li:nth-child(1) a:hover{box-shadow:0 0 7px 0 rgba(0,0,0,.3), 0 0 0 1px #09c109;background: #ffffff;}
.float-icon ul li:nth-child(2) a:hover{box-shadow:0 0 7px 0 rgba(0,0,0,.3), 0 0 0 1px #2abee8;background: #ffffff;}
.float-icon ul li:nth-child(3) a:hover{box-shadow:0 0 7px 0 rgba(0,0,0,.3), 0 0 0 1px #741ecd;background: #ffffff;}
@media screen and (max-width:767px){
	.float-icon-main{width: 44px;bottom:94px;}
    .float-icon ul li{width: 44px; height: 44px;}
    .float-icon ul li a{width: 44px; height: 44px;padding: 8px;}
}

/** 上版 **/
header{background:#ffc90d;padding: 0 15px; z-index: 10000;}
.head-main{max-width:1280px; margin:0 auto;display: flex;position:relative;}
.head-main .logo-main{opacity: 0;visibility: hidden; width: 180px;position: absolute;top: -100px;left: 0;z-index: 10001; transition: all 0.5s ease 0s;}
.head-main .logo-main a{display: flex;}
.head-main .logo-main .logo{width: 60px;height: 100%; border: 3px #ffffff solid;border-top:0;border-radius:0 0 6px 6px;box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);}
.head-main .logo-main .logo img{width:100%; height:auto;border-radius:0 0 6px 6px;}
.head-main .logo-main .logo-font{width: auto;font-size: 20px; color: #222222;font-weight:500;margin:18px 0 0 10px;height: 100%;}
.scroll-to-fixed-fixed .head-main .logo-main{opacity:1;visibility: visible;top: 0;transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
	.head-main .logo-main{opacity:1;visibility: visible;position: fixed;top: 0;left: 10px;width: 170px;}
    .head-main .logo-main .logo{width: 50px;}
    .head-main .logo-main .logo-font{margin:9px 0 0 10px;}
}

/** 主選單與下拉 **/
nav{flex: 1;transition: all 0.5s ease 0s;}
.menu{max-width:1280px; padding:0; list-style:none; position:relative; margin:0 auto; display:flex;justify-content: center;transition: all 0.5s ease 0s;}
.menu>li{color:#222222; font-size:18px; text-align:center; position:relative; cursor:pointer; padding:0; margin:0;}
.menu>li>a{color:#222222; display:block; padding:20.6px 2.6vw; margin:0;position: relative;z-index: 1;overflow: hidden;transition: all 0.5s ease 0s;}
.menu>li>a:after{content: "";display: block;width: 100%;height: 100%;position: absolute;top: -100%;left: 0;background: #222222;visibility: hidden;opacity: 0;z-index: -1;transition: all 0.5s ease 0s;}
.menu>li>a:hover{color: #ffffff;}
.menu>li>a:hover:after{top:0;visibility: visible;opacity: 1;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:rgba(0,0,0,0.5); display:none; position:static; z-index:999; margin:0; padding:0; border-radius:0 0 5px 5px; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:100%; left:0; top:47px;}
.menu>li.sub>ul.sub-menu>li{display:block; border-top:1px #fff dotted;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#fff; padding:5px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#000000;}
.scroll-to-fixed-fixed nav{padding: 0 0 0 200px;transition: all 0.5s ease 0s;}
.scroll-to-fixed-fixed .menu{justify-content:flex-end;transition: all 0.5s ease 0s;}
@media screen and (max-width:1000px){
    .scroll-to-fixed-fixed .menu>li>a{padding:20.6px 15px;transition: all 0.5s ease 0s;}
}
@media screen and (max-width:767px){
	#menu{display:none;}
	.slicknav_menu{display:block;background:#ffc90d;position: fixed;width: 100%; top: 0;left: 0;z-index: 10000;}
}

/** edm輪播 **/
.edm-main{width: 100%;}
.edm{position: relative;width: 100%;}
.edm-photo-main{}
.edm-photo-main .edm-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size:cover;}
.edm-font-main{position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-align: center;display: flex;flex-wrap: wrap;justify-content: center; align-content: center;}
.edm-font-main .edm-logo-main{width: 100%;}
.edm-font-main .edm-logo-main .edm-logo-font{font-size: 4.68445vw;color: #ffffff;font-weight: 700;text-shadow: 0px 1px 7px rgba(0,0,0,.5);letter-spacing:1.3vw;margin: 0 0 0 1.3vw;}
.edm-font-main .edm-logo-main .edm-logo{width:12.362vw;height: auto;margin: 0 auto;border: 1px #ffc90d solid;padding:0.5204945vw;background: rgba(255,255,255,.2);border-radius:0.97593vw;box-shadow:0 2px 9px 0 rgba(0,0,0,.5); }
.edm-font-main .edm-logo-main .edm-logo img{border: 0.390371vw #ffffff solid;border-radius: 0.65062vw;width: 12vw;}
.edm-font-main .edm-font{width: 100%; color: #ffffff;font-size: 1.301234vw;text-shadow: 0px 2px 3px rgba(0,0,0,.5);margin: 3vw 0 0 0;}
.edm-font-main .edm-font .edm-font01{font-size: 1.301234vw ;color: #ffffff;font-weight: 300;letter-spacing:0.25vw;margin: 0 0 0 0.25vw;}
.edm-font-main .edm-font .edm-font02{font-size: 1.951852vw;color: #ffffff;font-weight: 500;letter-spacing:0.4vw;margin:0.5vw 0 0 0.4vw;}
@media screen and (max-width:767px){
	.edm-main{padding: 47px 0 0 0 ;}
    .edm-font-main{padding: 0 0 20px 0;}
    .edm-font-main .edm-logo-main .edm-logo-font{font-size:30px;}
    .edm-font-main .edm-font .edm-font01{font-size:12px;}
    .edm-font-main .edm-font .edm-font02{font-size:16px;}
}
@media screen and (max-width:575px){
    .edm-font-main .edm-logo-main .edm-logo-font{font-size:17px;}
    .edm-font-main .edm-font{margin: 6px 0 0 0;}
    .edm-font-main .edm-font .edm-font01{font-size:10px;}
    .edm-font-main .edm-font .edm-font02{font-size:13px;margin:0 0 0 0.4vw;}
}

/** 配置 **/
.warpper{}
.main{}
.i-title-main{position: relative;margin: 0 0 10px 0;}
.i-title-main .i-title-en{font-size: 14px; color: #666666;position: relative;padding: 0 0 0 42px;}
.i-title-main .i-title-en:before{content: "";display: block;width: 30px; height: 3px; background: #f25a07;position: absolute;top: 10px ;left: 0;}
.i-title-main .i-title{font-size: 36px; color: #222222;font-weight: 500;line-height: 1.4;padding: 0; margin:6px 0 0 0;letter-spacing: 5px;}
.i-title-main .i-title span{color: #f25a07;}
.more{font-size: 14px;color: #ffffff;text-transform: uppercase;margin: 30px 0 0 0;}
.more a{display: table;margin: 0 auto;color: #ffffff;background: #222222;padding:13.8px 32.16px;border-radius: 50px; overflow: hidden;position: relative;z-index: 1;}
.more a:after{content: "";display: block;width: 0%;height: 100%;position: absolute;top: 0;left: 0;background: #f25a07;z-index: -1;transition: all 0.5s ease 0s;}
.more a:hover{background:#ffffff;}
.more a:hover:after{width: 100%;transition: all 0.5s ease 0s;}
@media screen and (max-width:1000px){
    .more{margin: 15px 0 0 0;}
}
@media screen and (max-width:767px){
    .i-title-main .i-title-en{font-size: 12px;padding: 0 0 0 37px;}
    .i-title-main .i-title-en:before{width: 25px; top: 8px ;}
    .i-title-main .i-title{font-size: 32px; margin:4px 0 0 0;}
    .more{font-size: 12px;}
    .more a{padding:10px 28px;}
}

/** 首頁關於我們 **/
.i-about-main{background: url("../images/i-about.jpg")no-repeat right bottom;background-size: 45%; padding:7vw 15px 18.5vw 15px;}
.i-about-main .i-about{max-width: 1280px; margin: 0 auto;display: flex;}
.i-about-main .i-about .i-about-title{width: 170px;margin: 0 4vw 0 0;}
.i-about-main .i-about .i-about-info{flex: 1;font-size: 16px; color: #222222;padding: 0 36.5% 0 0;}
@media screen and (max-width:1120px){
	.i-about-main{padding:7vw 15px 14vw 15px;}
}
@media screen and (max-width:1000px){
    .i-about-main{background: url("../images/i-about.jpg")no-repeat right center;background-size: 45%; }
	.i-about-main .i-about{display: block;}
    .i-about-main .i-about .i-about-title{width: 100%;margin: 0;}
    .i-about-main .i-about .i-about-info{flex: initial;width: 100%;}
}
@media screen and (max-width:767px){
    .i-about-main{padding:7vw 15px;background: url("../images/i-about.jpg")no-repeat right bottom;background-size: 58%;}
    .i-about-main .i-about .i-about-info{background: rgba(243,243,243,.88);padding:15px 10px;}
}
@media screen and (max-width:575px){
    .i-about-main{background: url("../images/i-about.jpg")no-repeat right bottom;background-size: 90%;}
}

/** 首頁熱門餐盒 **/
.i-pro .more{position: absolute;bottom:12px;right: 0;margin: 0;}
.i-pro-main{padding:0 15px 7vw 15px;margin: -4.5vw 0 0 0;position: relative;z-index: 1;}
.i-pro-main:after{content: "";display: block;width: 100%;height: 38%;background: #f3f3f3;position: absolute;bottom: 0;left: 0;z-index: -1;}
.i-pro-main .i-pro{max-width: 1280px; margin: 0 auto;}
.i-pro-main .i-pro>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-pro-main .i-pro>ul>li{padding: 0;margin: 15px;width: calc(100%/4 - 30px);}
.pro-photo-main{position: relative;}
.pro-photo-main:before{content: "";display: block;width: 100%;height: 100%;border-top: 1px #cccccc solid;border-left: 1px #cccccc solid;position: absolute;top: 10px; left: 10px;transition: all 0.5s ease 0s;}
.pro-photo-main:after{content: "";display: block;width: 100%;height: 100%;border-bottom: 1px #cccccc solid;border-right: 1px #cccccc solid;position: absolute;bottom: -10px; right: -10px;transition: all 0.5s ease 0s;}
.pro-photo{background-color:#f9f9f9;background-position: center center; background-repeat: no-repeat;background-size: contain;}
.i-pro-main .i-pro>ul>li:hover .pro-photo-main:before{width:calc(100% + 20px);height:calc(100% + 20px);border-top: 1px #ffc90d solid;border-left: 1px #ffc90d solid;top: -10px; left: -10px;transition: all 0.5s ease 0s;}
.i-pro-main .i-pro>ul>li:hover .pro-photo-main:after{width:calc(100% + 20px);height:calc(100% + 20px);border-bottom: 1px #ffc90d solid;border-right: 1px #ffc90d solid;transition: all 0.5s ease 0s;}
@media screen and (max-width:1000px){
    .i-pro-main .i-pro>ul>li{margin: 10px;width: calc(100%/4 - 20px);}
    .pro-photo-main:before{top: 8px; left: 8px;}
    .pro-photo-main:after{;bottom: -8px; right: -8px;}
    .i-pro-main .i-pro>ul>li:hover .pro-photo-main:before{width:calc(100% + 16px);height:calc(100% + 16px);top: -8px; left: -8px;}
    .i-pro-main .i-pro>ul>li:hover .pro-photo-main:after{width:calc(100% + 16px);height:calc(100% + 16px);}
}
@media screen and (max-width:767px){
    .i-pro-main{padding: 7vw 15px;margin:0;}
    .i-pro-main .i-pro>ul>li{width: calc(100%/2 - 20px);}
}

/** 合作客戶 **/
.i-cooperative-main{padding: 0 15px;overflow: hidden;position: relative;z-index: 1;}
.i-cooperative-main:before{content: "";display: block;width: 100%;height: 60%;background: #f3f3f3;position: absolute;top: 0;left: 0;z-index: -1;}
.i-cooperative{max-width: 1280px;margin: 0 auto;display: flex;align-items: center;}
.i-cooperative-title{width: 300px; height: 300px;position: relative; box-shadow: 0 0 15px 0 rgba(0,0,0,.2);z-index: 2;background: #ffc90d;transform: rotate(5deg);text-align: center;display: flex;flex-wrap: wrap;align-content: center;}
.i-cooperative-title:after{content: "";display: block;width:100%; height:100%; background: #ffffff url("../images/cooperative-title_bg.jpg")no-repeat right bottom;background-size:80%; position: absolute;top: 0;left: 0; box-shadow: 0 0 15px 0 rgba(0,0,0,.2);z-index: -1; transform: rotate(-5deg);}
.i-cooperative-title .i-title-main{transform: rotate(-5deg);width: 100%;}
.i-cooperative-title .i-title-main .i-title-en{padding: 0;}
.i-cooperative-title .i-title-main .i-title-en:before{display: none;}
.i-cooperative>ul{flex: 1; list-style: none;padding:4vw 0 4vw 9.5vw;margin: 0 0 0 -4vw;display: flex;flex-wrap: wrap;position: relative;z-index: 1;}
.i-cooperative>ul:before{content: "";display: block;width: calc(100%/3 - 3.1vw);height: 100%;position: absolute;top: 0;left:calc(100%/3 + 6.3vw); background: rgba(0,0,0,.3);border-left: 1px rgba(255,255,255,.5) solid;border-right: 1px rgba(255,255,255,.5) solid;}
.i-cooperative>ul:after{content: "";display: block;width: 200%;height: 100%;position: absolute;top: 0;right: -100%;background:#000000 url("../images/cooperative_bg.jpg")no-repeat center center;background-size: cover; z-index: -1;}
.i-cooperative>ul>li{padding:15px 15px 15px 50px;margin:0;width: calc(100%/3);position: relative;font-size: 18px; color: #f3f3f3;}
.i-cooperative>ul>li:before{content: "";display: block;width: 20px;height: 20px;background: url("../images/cooperative-icon.svg")no-repeat center center;background-size: 20px; position: absolute;top: 17px;left: 20px;}
.i-cooperative>ul>li:hover{background: rgba(255,201,13,.7);}
@media screen and (max-width:1000px){
    .i-cooperative-title{width: 220px; height: 220px;}
    .i-cooperative>ul{padding:4vw 0 4vw 7vw;}
    .i-cooperative>ul:before{width: calc(100%/3 - 2vw);left:calc(100%/3 + 4.5vw);}
    .i-cooperative>ul>li{font-size: 17px;padding:15px 10px 15px 32px;}
    .i-cooperative>ul>li:before{width: 17px;height: 17px;background: url("../images/cooperative-icon.svg")no-repeat center center;background-size: 17px;position: absolute;top: 18px;left: 10px;}
}
@media screen and (max-width:767px){
    .i-cooperative{display: block;}
    .i-cooperative-title{width:100%;; height:auto;box-shadow: 0 0 0 0 rgba(0,0,0,0);background:none;transform: rotate(0deg);text-align: left;display:block;}
    .i-cooperative-title:after{display: none;}
    .i-cooperative-title .i-title-main{transform: rotate(0deg);}
    .i-cooperative-title .i-title-main .i-title-en{padding: 0 0 0 37px;}
    .i-cooperative-title .i-title-main .i-title-en:before{display: block;}
    .i-cooperative-title .more{position: absolute;bottom:12px;right: 0;margin: 0;}
    .i-cooperative>ul{padding:4vw 0 ;margin: 0;}
    .i-cooperative>ul:before{width: calc(100%/2 + 15px);left:calc(100%/2);border-right: 0;}
    .i-cooperative>ul:after{width: 200%;right: -50%;}
    .i-cooperative>ul>li{font-size: 16px;width: calc(100%/2);}
    .i-cooperative>ul>li:before{width: 17px;height: 17px;background: url("../images/cooperative-icon.svg")no-repeat center center;background-size: 17px;position: absolute;top: 18px;left: 10px;}
}

/** 內頁banner **/
.inside-banner{background: #000000 url("../images/c-banner.jpg")no-repeat center center fixed;background-size: cover;padding: 2vw 15px;}
.banner-font-main{width: 100%;height: 100%;text-align: center;display: flex;flex-wrap: wrap;justify-content: center; align-content: center;}
.banner-font-main .banner-logo-main{width: 100%;}
.banner-font-main .banner-logo-main .banner-logo-font{font-size: 4.68445vw;color: #ffffff;font-weight: 700;text-shadow: 0px 1px 7px rgba(0,0,0,.5);letter-spacing:1.3vw;margin: 0 0 0 1.3vw;}
.banner-font-main .banner-logo-main .banner-logo{width:12.362vw;height: auto;margin: 0 auto;border: 1px #ffc90d solid;padding:0.5204945vw;background: rgba(255,255,255,.2);border-radius:0.97593vw;box-shadow:0 2px 9px 0 rgba(0,0,0,.5); }
.banner-font-main .banner-logo-main .banner-logo img{border: 0.390371vw #ffffff solid;border-radius: 0.65062vw;width: 12vw;}
.banner-font-main .banner-font{display: none; width: 100%; font-size:30px;text-shadow: 0px 2px 3px rgba(0,0,0,.5);color: #ffffff;font-weight:500;letter-spacing:1vw;margin:0 0 0 1vw;padding: 0;line-height: 1.6;}
@media screen and (max-width:767px){
    .inside-banner{padding:calc(47px + 2vw) 15px 2vw 15px;}
	.banner-main{padding: 47px 0 0 0 ;}
    .banner-font-main .banner-logo-main{display: none;}
    .banner-font-main .banner-font{display:block; }
}

/** 內頁架構 **/
.content-body{max-width:1280px; margin:0 auto; background:#ffffff; padding:4vw 0;}
.page-title{font-size:24px; color:#222222; padding:0; margin:0 0 20px 0;}
.page-main{padding:0; font-size:16px; color:#222222;}
@media screen and (max-width:767px){
    .content-body{padding:30px 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-main{background: #f3f3f3;}
.in-left-menu{max-width: 1280px; margin: 0 auto;}
.in-left-menu>ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;justify-content: center;}
.in-left-menu>ul>li{border-bottom:1px #fff solid; font-size:17px; color:#222222; padding:0;width: calc(100%/5 - 30px);text-align: center;position: relative;}
.in-left-menu>ul>li:after{content: "";display: block;width: 1px;height: 16px; background: #222222;position: absolute;top: calc(50% - 8px);right: 0;}
.in-left-menu>ul>li:last-of-type:after{display: none;}
.in-left-menu>ul>li>a{color:#222222; display:block; padding:15px 15px; }
.in-left-menu>ul>li>a:hover{color: #f15907;}
.in-left-menu>ul>li>.current{color: #f15907;position: relative;}
.in-left-menu>ul>li>.current:after{content: "";display: block;width: 40px; height: 3px; background: #f15907;position: absolute;bottom: 0;left: calc(50% - 20px);}
.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:15px;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #f15907;}
	.m_classLink a.main{display:block; background:none; font-size:16px; font-family:"Microsoft JhengHei", "新細明體", sans-serif; color:#333; position:relative; padding:10px 55.59px 10px 10px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#f15907; width:45.59px; height:100%; text-align:center; color:#ffffff; line-height:45.59px; 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 #f15907; 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 #f15907; 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{color: #f15907;}
	.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 #f15907; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 配送服務 **/
.delivery{position: relative;padding:60px 0 0 0;}
.delivery>ul{list-style: none;padding: 0;margin: 0 0 20px 0;border-top: 1px #cccccc solid;display: flex;flex-wrap: wrap;position:relative;z-index: 1;}
.delivery>ul>li{padding:0 15px;margin:0;border-bottom: 1px #cccccc solid;width: calc(100%/2);background: #ffffff;}
.delivery>ul>li:nth-child(4n-2),.delivery>ul>li:nth-child(4n-1){background: rgba(243,243,243,.8);}
.delivery>ul>li .delivery-title{width: 150px;background: #f15907; display: flex;align-items: center;justify-content: center;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);font-size: 20px; font-weight: 500;padding: 15px;color: #ffffff;margin: -11px 0 0 0;position: relative;z-index: 1;border-radius: 0 0 5px 5px;}
.delivery>ul>li .delivery-title:after{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 0 0 10px 10px;border-color: transparent transparent #a03b05 transparent;position: absolute;top: 0px;left: -10px;}
.delivery>ul>li .delivery-dep{margin: 0;display: flex;align-items: center;padding: 20px 15px 80px 15px;width: 100%;}
.delivery-photo{position: absolute;top:-130px;left:0;width: 300px;z-index: 1;}
.delivery-note{background: #11bf8c;padding: 10px 15px 10px 320px;border-radius: 20px;color: #ffffff;text-align:left;width: 100%;margin: 0 0 40px 0;font-size: 20px;}
@media screen and (max-width:767px){
    .delivery{padding: 9px 0 0 0;}
    .delivery>ul>li{width: calc(100%/1);}
    .delivery>ul>li:nth-child(4n-2),.delivery>ul>li:nth-child(4n-1){background: #ffffff;}
    .delivery>ul>li:nth-child(2n){background: rgba(243,243,243,.8);}
    .delivery>ul>li .delivery-title{font-size: 18px;width: 130px;padding:10px 15px;}
    .delivery>ul>li .delivery-dep{padding: 20px 0 50px 0;}
    .delivery-photo{width: 220px;}
    .delivery-note{font-size: 18px;padding: 10px 15px 10px 230px;}
}
@media screen and (max-width:575px){
    .delivery{padding: 0;}
    .delivery-photo{display: none;}
    .delivery-note{padding: 10px 15px;text-align: center;}

}

/** 合作客戶 **/
.cooperative{}
.cooperative>ul{ list-style: none;padding:0;margin: 0;display: flex;flex-wrap: wrap;}
.cooperative>ul>li{padding:20px 15px 20px 50px;margin:0;width: calc(100%/3);position: relative;font-size: 16px; color: #222222;background: #ffffff;}
.cooperative>ul>li:before{content: "";display: block;width: 20px;height: 20px;background: url("../images/c-cooperative-icon.svg")no-repeat center center;background-size: 20px; position: absolute;top: 22px;left: 20px;}
.cooperative>ul>li:nth-child(6n-1),.cooperative>ul>li:nth-child(6n-3),.cooperative>ul>li:nth-child(6n-5){background: #f3f3f3;}
.cooperative>ul>li:hover{color: #ffffff; background:#f15907;}
.cooperative>ul>li:hover:before{color: #ffffff; background: url("../images/cooperative-icon.svg")no-repeat center center;background-size: 20px;}
@media screen and (max-width:767px){
    .cooperative{display: block;}
    .cooperative>ul{padding:4vw 0 ;margin: 0;}
    .cooperative>ul>li{width: calc(100%/2);padding:20px 10px 20px 32px;}
    .cooperative>ul>li:before{width: 17px;height: 17px;background: url("../images/c-cooperative-icon.svg")no-repeat center center;background-size: 17px;left: 10px;}
    .cooperative>ul>li:nth-child(6n-1),.cooperative>ul>li:nth-child(6n-3),.cooperative>ul>li:nth-child(6n-5){background: #ffffff;}
    .cooperative>ul>li:nth-child(4n-3),.cooperative>ul>li:nth-child(4n){background: #f3f3f3;}
    .cooperative>ul>li:hover{color: #ffffff; background:#f15907;}
    .cooperative>ul>li:hover:before{background:url("../images/cooperative-icon.svg")no-repeat center center;background-size: 17px;}
}

/** 產品列表介紹 **/
.pro{max-width: 1280px; margin: 0 auto;}
.pro>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.pro>ul>li{padding: 0;margin: 15px;width: calc(100%/4 - 30px);}
.pro>ul>li:hover .pro-photo-main:before{width:calc(100% + 20px);height:calc(100% + 20px);border-top: 1px #ffc90d solid;border-left: 1px #ffc90d solid;top: -10px; left: -10px;transition: all 0.5s ease 0s;}
.pro>ul>li:hover .pro-photo-main:after{width:calc(100% + 20px);height:calc(100% + 20px);border-bottom: 1px #ffc90d solid;border-right: 1px #ffc90d solid;transition: all 0.5s ease 0s;}
@media screen and (max-width:1000px){
    .pro>ul>li{margin: 10px;width: calc(100%/4 - 20px);}
    .pro>ul>li:hover .pro-photo-main:before{width:calc(100% + 16px);height:calc(100% + 16px);top: -8px; left: -8px;}
    .pro>ul>li:hover .pro-photo-main:after{width:calc(100% + 16px);height:calc(100% + 16px);}
}
@media screen and (max-width:767px){
    .pro>ul>li{width: calc(100%/3 - 20px);}
}
@media screen and (max-width:575px){
    .pro>ul>li{width: calc(100%/2 - 20px);}
}

/** 聯絡我們 **/
.contact-body{}
.contact-note{padding:10px 0; font-weight:bold; font-size:16px; color:#900;}
.contact-info{margin:0;}
.contact-info>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;align-items: flex-start;}
.contact-info>ul>li{padding:0px;margin:15px;width: calc(100%/3 - 30px);display:flex;}
.contact-info>ul>li a{color: #222222;display:flex;}
.contact-info>ul>li a:hover{color: #f15907;}
.contact-info>ul>li .contact-icon{width: 50px;height: 50px; margin: 0;padding:8px 10px;display:flex;align-items: center;background: #222222;border-radius: 50px;}
.contact-info>ul>li .contact-icon img{-webkit-filter: brightness(100);}
.contact-info>ul>li .contact-content{flex: 1;padding: 0;margin: 0 0 0 10px;}
.contact-info>ul>li .contact-content .contact-title{display: block;font-size: 17px;color: #222222;}
.contact-info>ul>li .contact-content .contact-dep{display: block;font-size: 16px;color: #222222;}
.contact-info>ul>li:hover .contact-content .contact-dep{color: #f15907;}
.googlemap {width: 100%;margin: 10px 0 30px 0;position: relative;padding: 0 0 30% 0;border: 3px #f15907 solid;height: 0;overflow: hidden;}
.googlemap iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 10px;}
@media screen and (max-width:767px){
	.contact-info>ul>li{margin:10px 0;width: calc(100%/1 - 0px);}
    .googlemap {padding: 0 0 60% 0;margin: 0 0 10px 0;}
    .googlemap iframe {padding: 8px;}
}

/** 表單欄位 **/
label{min-width: 80px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex; flex-wrap:wrap;}
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:0;padding: 10px; border-bottom:1px solid #ced4da;}
.opinion-left01{width:110px; min-width:110px; padding:8px 15px; font-size:16px; color:#222222; display:flex; align-items:center;}
.input-main-style01{background:#f3f3f3;flex:1; width:100%; border:0; margin:0; padding:8px 15px; font-size:16px; color:#222222;min-height:43.19px;}
.input-main-style02{background:#f3f3f3; flex:1; width:100%; border:0; margin:0; padding:8px 15px; font-size:16px; color:#222222;min-height:43.19px;}
.input-main-style03{background:#f3f3f3; width:100%; border:0; margin:5px 0 0 0; padding:8px 15px; font-size:16px; color:#222222;  min-height:43.19px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:8px; font-size:16px; color:#222222; display:flex; flex-wrap:wrap;}
.input-main-select select{background:#f4f8fb; width:calc(50% - 2.5px); margin-right:5px; padding:8px 15px; border:0; font-size:16px; color:#222222; min-height:43.19px;}
.input-main-select select:nth-child(2){margin-right:0;}
.select-style{background:#8a6e0c; font-size:16px; color:#ffffff;  padding:8px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:8px 15px; font-size:16px; color:#222222;  min-height:43.19px;}
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:43.19px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 17px; color: #222222;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;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);}
@media screen and (max-width:767px){
    .opinion-main{display:block;}
	.opinion{display:block;padding: 10px 0px;}
	.opinion-left01{width:100%;padding:8px;}
	.input-main-style02{width:calc(100% - 105px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding: 0; text-align:center; margin-top:30px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.btn-send{font-size:13px;}
a.btn-send{background: #f15907; padding:8px 30px; text-align:center; font-size:16px; color:#ffffff; min-width:100px; margin:5px; border-radius:30px;}
a.btn-send:hover{background:#ffc90d;color: #222222;}
a.btn-reset{background:#666666; padding:8px 30px; text-align:center; font-size:16px; color:#ffffff; min-width:100px; margin:5px;  border-radius:30px;}
a.btn-reset:hover{background:#222222; color:#fff;}
a.btn-send-over{background:#7ea2c5; padding:8px 30px; text-align:center; font-size:16px; color:#fff; min-width:100px; margin:5px; border-radius:30px;}
a.btn-send-over:hover{background:#96b9dc;}
@media screen and (max-width:767px){
	a.btn-send{padding:5px 10px; width:calc(50% - 10px);}
	a.btn-reset{padding:5px 10px; width:calc(50% - 10px);}
	a.btn-send-over{padding:5px 10px; width:calc(50% - 10px);}
}

/** 送出訊息 **/
.jump-window-box{max-width:600px; margin:0 auto; border:1px #cccccc solid; padding:20px; border-radius:10px;}
@media screen and (max-width:767px){
	.jump-window-box{border-radius:15px;}
}

/** 頁次 **/
.page{font-size:14px; color:#222222; text-align:center; clear:both; margin:30px 0 0 0;}
.page a{background:#222222; color:#ffffff; padding:4px 10px;display: inline-block;margin: 5px 0;}
.page a:hover{background:#ffc90d; color:#222222;}
.page br{display:none;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:#ffc90d;border-top: 4px #222222 solid;padding: 30px 15px 20px 15px;}
footer .footer{max-width:1280px; margin:0 auto; display: flex;align-items: center;}
footer .footer .f-logo-main{width: 150px;text-align: center;margin: 0 5vw 0 0;}
footer .footer .f-logo{width: 94px;margin: 0 auto;border-radius: 15px;padding: 3px;background: rgba(255,255,255,.2);border: 1px #222222 solid;}
footer .footer .f-logo img{border: 2px #ffffff solid;border-radius: 10px;box-shadow: 0 2px 15px 0 rgba(0,0,0,.5);}
footer .footer .f-logo-font{font-size: 22px; color: #222222;font-weight: 500;letter-spacing: 0.3vw;margin:10px 0 0 0.3vw;}
footer .footer .f-info{flex: 1;color: #222222;font-size: 15px;}
footer .footer .f-info .f-contact{padding:0 0 30px 0;}
footer .footer .f-info .f-contact>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
footer .footer .f-info .f-contact>ul>li{padding: 0;margin: 5px 4vw 5px 0;width: auto;display: flex;}
footer .footer .f-info .f-contact>ul>li .f-contact-icon{width: 24px; margin: 0 10px 0 0;padding:8px 0;}
footer .footer .f-info .f-contact>ul>li .f-contact-dep{flex: 1;}
footer .footer .f-info .f-contact>ul>li .f-contact-dep span{display: block;width: 100%;line-height: 1.4;}
footer .footer .f-info .f-contact>ul>li .f-contact-dep a{display: inline-block;color: #222222;}
footer .footer .f-info .f-contact>ul>li .f-contact-dep a:hover{color: #f15907;}
footer .footer .f-info .copyright{font-size: 12px;border-top: 1px #000000 solid;padding: 10px 0 0 0;}
footer .footer .f-info .copyright span.wd{padding: 0 0 0 15px;}
footer .footer .f-info .copyright span.wd a{display: inline-block; color: #222222;}
footer .footer .f-info .copyright span.wd a:hover{color: #f15907;}
@media screen and (max-width:767px){
    footer .footer{display: block;}
	footer .footer .f-logo-main{width: 120px;margin: 0 auto 10px auto;}
    footer .footer .f-logo{width: 80px;}
    footer .footer .f-logo-font{font-size: 18px; }
    footer .footer .f-info .f-contact>ul{justify-content:center;}
    footer .footer .f-info .copyright{text-align: center;}
    footer .footer .f-info .copyright span.wd{display: block;width: 100%;padding: 0;}
}
@media screen and (max-width:575px){
    footer .footer .f-info .f-contact>ul{justify-content:space-between;}
    footer .footer .f-info .f-contact>ul>li .f-contact-icon{width: 20px; margin: 0 8px 0 0;padding:6px 0;}
}

/** top **/
#scrollUp {bottom: 50px;right: 10px;font-size: 12px; color: #ffffff;box-shadow:0 0 7px 0 rgba(0,0,0,.3);text-transform: uppercase;border-radius: 60px;width: 60px; height: 60px;background: #f15907 url("../images/top-icon.svg")no-repeat top 12px center;background-size: 16px;display: flex;align-items: center;justify-content: center;position: relative;padding: 28px 5px 10px 5px;letter-spacing: 0px;}
#scrollUp:hover{box-shadow:0 0 7px 0 rgba(0,0,0,.3), 0 0 0 1px #f15907;background: #ffffff url("../images/top-icon_h.svg")no-repeat top 12px center;background-size: 16px;color: #f15907;}
@media screen and (max-width:767px){
    #scrollUp {width: 44px; height: 44px;padding:22px 5px 10px 5px;background: #f15907 url("../images/top-icon.svg")no-repeat top 8px center;background-size: 12px;}
    #scrollUp:hover{background: #ffffff url("../images/top-icon_h.svg")no-repeat top 8px center;background-size: 12px;}
}
