@charset "utf-8";

.headerStyle03 .subNavMenu>li>ul {
    display: none;
}

.headerStyle03 .subNavMenu>li:hover>ul {
    display: block;
}


/*自訂樣式===============================================*/

.noscroll {
    overflow-y: hidden;
}


/* 20220810 Q&A間距拿掉 */


/* .faqItem {
	margin-bottom: 80px;
} */

.shopdetail .prod_price .del {
    text-decoration: line-through;
}

.relatedPro {
    margin: 50px 0;
}

.relatedPro .hrTitle {
    position: relative;
    text-align: center;
}

.relatedPro .hrTitle::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: gray;
    z-index: -1;
}

.relatedPro .hrTitle span {
    padding: 0 15px;
    color: gray;
    background: #fff;
}

.relatedPro .proList.shop {
    margin-top: 50px;
}

.relatedPro .relate_pro_slid {
    padding-left: 57.6px;
    padding-right: 57.6px;
    overflow: visible;
}

.relatedPro .relate_pro_slid .item .itemImg {
    padding-bottom: 100%;
}

.relatedPro .relate_pro_slid .item .itemTitle {
    height: 73px;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

.relatedPro .relate_pro_slid .item .itemPrice {
    color: #ff5353;
}

.relatedPro .relate_pro_slid .item .itemPrice.del {
    color: gray;
    text-decoration: line-through;
    padding-right: 0.5em;
}

.shop_add .item {
    margin: 0 15px;
}

@media (min-width: 992px) {
    .proList .hamburger_hide {
        display: block !important;
    }
}


/* 2024-03-06 隱藏 -by yin1 */


/* .proList .subBlockTitle,
.proList .shopCart,
.proList .shopCart_btn {
	text-align: center;
} */

.proList .shopCart_btn .itemAddCart {
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 5px 25px;
    border-radius: 0;
}

.proList .shopCart_btn .itemAddFavor {
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 3;
}

.indexList2 {
    padding: 15px;
    background-color: #0050a3;
}


/* 0919 test */


/* product 食譜右側清單 共用 */

.itemList.newsListType2.Bbox_in_1c.newsListType7 .itemImg {
    /* cursor: pointer; */
    cursor: default;
}


/* productdetail 食譜內頁詳細 共用 */

.productdetail section.sectionBlock input.tagbtn {
    cursor: pointer;
}

.productdetail section.sectionBlock ul.listTag {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    margin-bottom: 30px;
}

.productdetail section.sectionBlock ul.listTag li {
    margin: 0 6px;
}

.tabLink_area {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 0 !important;
}

.container a.tabLink {
    border: 1px solid #7995cc;
    padding: 10px 25px;
    margin: 10px;
    border-radius: 50px;
    background: #f2f6ff;
    color: #2d4d8d;
}

.abouttabLink_area {
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
}

.abouttabLink {
    border: 1px solid #7995cc;
    padding: 10px 30px;
    margin: 10px;
    border-radius: 50px;
    background: #f2f6ff;
    color: #2d4d8d;
}

.productdetail .itemImg.square {
    padding-bottom: 100%;
}

.prod_slider_title {
    color: #7995cc;
    font-size: 40px;
    font-weight: bold;
    /* display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.productdetail .title_style {
    margin-top: 0;
}

.tagbox .subBlockTitle {
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    height: 100%;
}

.tagbox a.tabLink.light {
    background: #3c5d9f;
    color: #fff;
}

.aboutlight {
    background: #3c5d9f;
    color: #fff;
}


/* productdetail 食譜內頁右側表格步驟詳細 共用 */

.outboxtopic {
    background-color: #7995cc;
    padding: 10px 15px;
    color: #fff;
}

.mgb5.outbox {
    border: 1px solid #7995cc;
    margin-bottom: 30px;
    background: #fff;
}

.mgb5.outbox .col-6 {
    padding: 5px 10px;
}

.widgetSocial {
    top: 40%;
    right: 1.5%;
}


/* .slick-slider .slick-arrow:hover {
	background-color: #3c5d9f;
} */

.newsListType2 .item.process a:hover .itemTitle {
    color: #2d4d8d;
    cursor: default;
}


/* 2023-08-08 修改指標要有手指 */


/* .newsListType2 .item.process a .itemImg,
.newsListType2 .item a {
    cursor: default;
} */

.indexBox03 .proItemBorder:hover .itemImg img,
.newsListType2 .item a:hover .itemImg img {
    transition: all 1s;
    width: 130%;
    height: 130%;
}

.itemImg img {
    transition: all 1s;
}

.tagbtn {
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}


/* pageLoading */

.pageLoading {
    /* background-color: #0050A3; */
    /* background: linear-gradient(45deg, rgba(0, 80, 163, 1) 0%, rgba(92, 143, 196, 1) 35%, rgba(172, 197, 225, 1) 100%); */
    background: #fff;
    height: 100vh;
}

.pageLoading .logo {
    /* width: 10vw;
    min-width: 190px; */
    opacity: 0;
    transform: translate(-50%, 40px);
    transition: all 0.3s, opacity 0.2s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.pageLoading .logo.in {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* ---歷屆資料頁面--- */

.sectionBlock_121 .left-box {
    justify-content: space-between;
}

.inforList .title {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 1.3;
    font-weight: bold;
}

section.sectionBlock.tabBlock {
    padding: 0;
}

.sectionBlock.tabBlock .blockItem a {
    display: block;
    /* border: 1px solid #c79404; */
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    margin: 30px;
    color: #7c5c00;
    background: #ede4c9;
}

.sectionBlock.slickBlock-1 .blockTitle,
.sectionBlock.slickBlock-2 .blockTitle {
    margin-bottom: 25px;
}

section.sectionBlock.textBlock,
section.sectionBlock.slickBlock,
section.sectionBlock.videoBlock {
    padding: 50px 0 0 0;
}

ul.likItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.likItem li {
    margin-bottom: 40px;
    background: #f0f0f0;
    display: flex;
    width: calc(100% / 2 - 15px);
    align-items: center;
    padding: 15px 25px;
}

ul.likItem li a {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

ul.likItem li a>span:nth-child(2) {
    color: #c79404;
    display: block;
}

ul.likItem li a span.text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 575px;
}

ul.likItem li:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: #957314;
    display: inline-flex;
    margin-right: 10px;
}

.fancybox-slide>div {
    max-width: 1000px;
}

.coverCommercial .box {
    width: 60px;
}

@media (max-width: 576px) {
    .fancybox-slide>div {
        width: 90%;
        max-height: 80vh;
    }

    .editor>div {
        width: 95%;
        margin: 0 auto;
    }

    .editor-box {
        position: relative;
        /* z-index: -1; */
    }

    .editor-box img {
        pointer-events: none;
    }
}

.fancybox-slide::-webkit-scrollbar {
    display: none;
}

/* ----直接覆蓋scss---- */

:root {
    --main-color: #00a7e1;
    --secondary-color: #006eb2;
    --text-color: #332c2b;

}

body {
    letter-spacing: 1px;
}

header.header_bg:not(.scroll) {
    background-image: none;
}


.headerStyle06 .navBar .navBarContent .navMenuContent {
    border-top: 1px solid #dbdbdb;
}

header .navBar .navMenu>li>a {
    height: 75px;
    padding-left: 3em;
    padding-right: 3em;
    font-weight: 600;
    color: #332c2b;
}

header .navBar .navMenu>li>a:hover {
    color: var(--main-color);

}

header .navBar .navMenu.navMenuStyle_line>li:first-child>a:before,
header .navBar .navMenu.navMenuStyle_line>li>a:after {
    background-color: #cdcdcd;
}

header .navBar .navMenu.hoverEffect_03>li>a>span:after {
    background-color: var(--main-color);
}

header .navBar .navMenu>li.moreMenu>ul li:hover>a {
    padding-left: 25px;
}

header .navBar .navMenu>li.moreMenu>ul li:last-child {
    border-bottom: 3px solid var(--secondary-color);
}

header.headerStyle06.header_bg.scroll .navBar .navMenu>li>a {
    padding-left: 2em;
    padding-right: 2em;
}

/* ---首頁第一part--- */

.sectionBlock_97 {
    background-image: none;
    margin-top: 0;
}

.sectionBlock_97_container {
    padding-top: 160px;
    position: relative;
}

.sectionBlock_97_container .section-head.aos-init.aos-animate {
    position: absolute;
    top: 14%;
}

.sectionBlock_97 .section-head .main-title {
    color: var(--main-color);
    font-weight: 900;
    line-height: 1;
    letter-spacing: normal;

}

.sectionBlock_97 .section-head .main-title:after {
    width: 0;
}

.sectionBlock_97 .section-head .main-title span.titleBlock {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    font-size: 1.3rem;
    color: var(--secondary-color);
}

.sectionBlock_97 .section-head .main-title span.titleBlock:after {
    /* content: '';
    display: inline-flex;
    width: 4px;
    height: 25px;
    background: var(--secondary-color);
    margin-left: 10px; */

}

.sectionBlock_97 .section-head .main-title:after {
    width: 0;
}

.sectionBlock_97 .section-head .main-title span.subTitle {
    font-size: 2.7rem;
}

.sectionBlock_97 .section-primary .list a .listBg:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgb(93 199 236));
}


.sectionBlock_97 .section-primary .list a .listInner .title {
    letter-spacing: normal;
    font-size: 1.4rem;
}

.sectionBlock_97 .section-primary .list a .listInner p.txt {
    letter-spacing: normal;
    line-height: 1.6;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
    .sectionBlock_97 .section-primary .list a .listInner {
        padding: 55px 45px 30px 17%;
    }

}

.sectionBlock_97 .section-primary .list {
    border-radius: 8px;
}

.sectionBlock_97 .section-primary .border:before {
    border: 2px solid #98d9ef;
    border-radius: 8px;
}


.sectionBlock_97 .slick-slider .slick-arrow {
    color: var(--main-color);
}


/* ---首頁第二part--- */

.sectionBlock_107 {
    background: var(--main-color);
    padding: 110px 0 70px 0;
}

.sectionBlock_107 .content-box .slick-slide a {
    overflow: hidden;
    display: block;

}

.sectionBlock_107 .content-box .slick-slide a img {
    transition: all .5s linear;
}

.sectionBlock_107 .content-box .slick-slide a:hover img {
    transform: scale(1.1);
}

section.sectionBlock.sectionBlock_107.threeBox-22.bgParallax:after {
    /* background-color: rgb(0 158 213 / 80%); */
    background: linear-gradient(0deg, rgb(0 157 211 / 90%), rgb(16 80 225 / 70%));
}

.sectionBlock_107 .container {
    display: flex;
    align-items: center;
}

.sectionBlock_107 .main-title {
    margin-bottom: 40px;
    letter-spacing: 0;
}

.sectionBlock_107 .main-title span {
    line-height: normal;
}

.sectionBlock_107 .main-title span.titleBlock {
    font-size: 1.3rem;
}

.sectionBlock_107 .main-title span.titleBlock::after {
    /* content: '';
    display: inline-flex;
    width: 4px;
    height: 25px;
    background: #fff;
    margin-left: 10px; */
}

.sectionBlock_107 .main-title span.subTitle {
    font-size: 2.7rem;
}

.sectionBlock_107 .sub-title {
    margin: 18px 0 0;
    color: #ccc;
    font-weight: 400;
    padding-right: 50px;
    color: #fff;
}


.sectionBlock_107 .img-item-title a {
    font-weight: bold;
}




.sectionBlock_107 .img-item-title {
    margin: 20px 0 5px 0;
}

.sectionBlock_107 .content-box .img-item-text {
    color: #fff;
    font-weight: normal;
}


.sectionBlock_107 .content-box .slick-slide span {
    letter-spacing: 0;
}

/* ---首頁第三part--- */

section.sectionBlock.overlap4.twoBox_1-17 {
    margin: 120px 0;
}


.overlapBox .blockTitle small {
    font-size: 1.3rem;
    color: var(--secondary-color);
    font-weight: bold;
}

.overlapBox .blockTitle span {
    font-size: 2.7rem;
    font-weight: bold;
    color: var(--main-color);
}

/* ---footer part--- */


.footerStyle12 {
    padding: 40px 0;
    background-color: var(--main-color);
}


.footerStyle12 [class^=ft_] p:first-child {
    color: #ffffff;

}

footer.footerStyle15 {
    background-color: var(--main-color);
}

.footerStyle15 .footerContentTop {
    border-bottom: 1px solid #63c5e7;
}

.footerStyle15 .infoBox .title {
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.footerStyle15 a:hover,
footer .ftMenu_list li a:hover {
    color: #ffd269;
}

.footerStyle15 .socialBox {
    display: none;
}

.floatIcon {
    background-color: #006eb2;
}

footer .copyRight {
    margin-top: 25px;
}

/* ---公司簡介頁面 part--- */
section.sectionBlock.twoBox_1-22 .row.graphicExchange {
    align-items: center;
}

section.sectionBlock.fourBox-31 {
    background: #e8f4fb;
    margin: 0;
    padding: 80px 0;
}


section.sectionBlock.fourBox-31:nth-child(2) {
    padding-bottom: 60px;
}

section.sectionBlock.fourBox-31 .contentBlock {
    margin-bottom: 60px;
    margin-top: 60px;
}

.fourBox-31 .arrowB {
    top: 80%;
}

.fourBox-31 .tit {
    font-weight: bold;
    color: #00629e;
}

.fourBox-31 .list {
    border: solid 1px #008cbd;
    background: #fff;
}

.fourBox-31 .list:hover {
    background-color: #cef1ff;
}

.fourBox-31 .list:hover .txtB {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.blockTitle span {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}


.img-rectangle,
.img-rectangle img {
    border-radius: 0px;
}

section.sectionBlock.fourBox-1.cooperBlock {
    margin-bottom: 120px;
}


section.sectionBlock.fourBox-1.cooperBlock .title {
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
}


section.sectionBlock.fourBox-1.cooperBlock .txt {
    text-align: center;
}

section.sectionBlock.fourBox-1.cooperBlock a {
    cursor: default;
}


/* ---競爭優勢頁面 part--- */

section.sectionBlock.fourBox-1 .contBlock_800 {
    margin-bottom: 60px;
}

section.sectionBlock.fourBox-1 .listtitle {
    background: #dff7ff;
    padding: 20px 30px;
    font-weight: bold;
    color: #006eb2;
}

section.sectionBlock.threeBox-7 .spaceList .itemImg {
    cursor: default;
}


/* ---最新消息頁面 part--- */

.topSideMenuStyle04 {
    border-bottom: 1px solid var(--main-color);
    ;
}


.newsListType4 .item a .time_date .dateStyle {
    background-color: rgb(0 167 225 / 90%);
}


/* ---產品頁面 part--- */
.productListStyle12 .subBlockTitle {
    color: var(--main-color);
}

.productListBlock .subBlockTitle:hover {
    color: #1ec4fd;
}


.productListStyle12 .productBriefText {
    color: var(--text-color);
}


/* ---聯絡我們頁面 part--- */

.form_b2b_2 .form-item .herobtn {
    background-color: var(--secondary-color);
}

.cowboy_mbPanel_1 .cmpBottom {
    opacity: 1;
    visibility: visible;
    background: #006eb2;
}

/* ---英文樣式 part--- */
header.headerStyle06.header_bg.enStyle .navBar .navMenu>li>a {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

footer.footerStyle15.enStyle .ftMenu_list li {
    padding: 0 12px;
    width: auto;
}


/* ---RWD 響應式調整--- */

@media (max-width: 1500px) {

    header .navBar .navMenu>li>a {
        padding-left: 2em;
        padding-right: 2em;
    }

}

@media (max-width: 1200px) {

    header .navBar .navMenu>li>a {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    footer.footerStyle15 {
        padding-top: 30px;
    }

    .footerStyle15 .footerContentBottom {
        align-items: flex-start;
        gap: 10px;
    }

}

@media (max-width: 1024px) {

    .cowboyTopStyle01 .cmpTop .item:first-child {
        flex: initial;
    }

   

}


@media (max-width: 992px) {

    .sectionBlock_107 .container {
        flex-direction: column;
    }

    .footerStyle12 .suckblc p span {
        color: #ffffff;
    }

    .footerStyle15 .ftMenu_list li {

        text-align: left;
    }

}



@media (max-width: 480px) {

    .sectionBlock_97 .section-primary .list a .listInner .title {
        font-size: 22px;
        text-shadow: 2px 2px 8px #636363;
    }

    .sectionBlock_97 .section-primary .list a .listInner p.txt {
        font-size: 15px;
        text-shadow: 2px 2px 8px #636363;
    }

}


/* 2024-11-12 */
@media (min-width: 992px) {
    .threeBox-20_en.sectionBlock_97 .section-primary .list a .listInner {
        padding: 55px 25px 30px 50px;
    }
}

@media (max-width: 991px) {
    .footerStyle15 .ftMenu_list {
        margin-top: 20px;
    }
}