@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, rgb(241 241 241) 0%, rgb(255 255 255) 35%, rgb(241 241 241) 100%);
    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%);
}

.pageLoading .box {
    position: relative;
    width: 170px;
    height: 129px;
    overflow: hidden;
}

.pageLoading .box:after {
    position: absolute;
    left: -100%;
    top: 0;
    width: 200%;
    height: 100%;
    content: "";
    transform: rotate(-55deg);
    content: "";
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    animation: logo_loading 2.2s ease infinite;
}

@keyframes logo_loading {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}


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

.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;
}

/* common */
:root {
    --cis1: #4c80c2;
    --cis2: #f5bc59;
    --cis3: #d7d7d8;
    --cis4: #3198e1;
    --cis5: #606363;
}
body{
    font-family: "Open Sans","Noto Sans TC", sans-serif;
    color: var(--cis5);
}
.tit_srif{
    font-family: "Noto Serif TC", serif;
}
.blockTitleStyle06{
    width: 100%;
    max-width: 100%;
}
.blockTitleStyle06 small {
    right: 20px;
}
.blockTitleStyle06:after {
    width: 100%;
    background-color: #f5bc59;
}
.blockTitleStyle06 span {
    font-size: 60px;
}
.blockTitleStyle06:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(/images_v4/tit_d.svg) no-repeat center / cover;
    background-color: transparent;
}
.sectionBlock.title-Style06 {
    margin-bottom: 50px;
}
.blockTitleStyle06.service span,.blockTitleStyle06.service small{
    color: #fff;
}
.blockTitleStyle06.service small{
    color: var(--cis2);
}
.blockTitleStyle06.service {
    max-width: 400px;
}
@media (max-width: 768px) {
    .blockTitleStyle06 span {
        font-size: 13vw;
    }
    .blockTitleStyle06:before {
        width: 30px;
        height: 30px;
    }
}
.moreBtn2.wt {
    border: 1px #ffffff solid;
    background-color: #ffffff;
    color: var(--cis1);
}
.copyRight a:hover {
    color: var(--cis4);
}
.bannerBlock .scrollDown .scrollDown_mouse {
    border: 2px solid #999999;
}
.bannerBlock .scrollDown .scrollDown_mouse:before {
    background-color: #999999;
}
.bannerBlock .scrollDown a .scrollDown_txt {
    color: #999999;
}
header .navBar .navMenu>li.current>a i{
    color: var(--cis2);
}

a[href="javascript:;"] {
    cursor: default;
}
/* tit */
.pageTitleStyle-2 span {
    border-bottom: solid 2px var(--cis1);
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.pageTitleStyle-2 span::after{
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    right: 0;
    bottom: -2px;
    background: var(--cis3);
    z-index: 3;
}
.pageTitleStyle-2 small {
    font-family: "Noto Serif TC", serif;
    color: var(--cis3);
    font-size: 18px;
    font-style: italic;
    margin-top: 5px;
    letter-spacing: 2px;
}
.blockTitle span:not(.about_2 .blockTitle span,.index .blockTitle span) {
    border-bottom: solid 1px var(--cis2);
}
/* 表格 */
.table_box {
	overflow-x: auto;
	margin: 50px 0 80px;
}

table.basic_table {
	width: 100%;
}

table.basic_table tr td {
	border: solid 1px #b3b3b3;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 10px 5px;
}

table.basic_table tr td:first-child {
	width: 13%;
	min-width: 190px;
}

table.basic_table tr td:first-child img {
	padding: 30px 30px 0;
    width: 150px;
}

table.basic_table tr th {
	background-color: var(--cis1);
	border: solid 1px #b3b3b3;
	color: #fff;
	padding: 10px 5px;
	white-space: nowrap;
}

table.basic_table tr:nth-child(odd) {
	background-color: #ececec;
}

table.basic_table tr:nth-child(even) {
	background-color: #ffffff;
}

@media (max-width:768px) {
	table.basic_table tr td {
		font-size: 12px;
		min-width: 100px;
	}

	table.basic_table tr td:first-child {
		min-width: 80px;
	}

	table.basic_table tr td:first-child img {
		padding: 0px;
	}

}
/* header */
header .navBar .navMenu>li.moreMenu>ul li:last-child {
    border-bottom: none;
}
header .navBar .navMenu>li.moreMenu>ul li {
    background: rgb(255 255 255 / 90%);
}
.cmpTop-info-box {
    background-color: var(--cis5);
}
.cowboy_mbPanel_1 .cmpTop>div a img {
    max-height: 37px;
}
.cowboy_mbPanel_1 .cmpBottom {
    background: var(--cis2);
}
/* header .navBar .navMenu.hoverEffect_02>li>a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    border: 0;
    left: 50%;
    bottom: 0;
    background-color: #0050A3;
} */
header .navBar .navMenu.hoverEffect_02>li>a .main-title:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 0;
    background-color: #0050A3;
}
header .navBar .navMenu.hoverEffect_02>li:hover>a .main-title:after {
    width: 100%;
}
.cowboy_mbPanel_8 .cmpTop.open a.logo{
    display: none;
}


.headerStyle03 .navBar .container_full {
    background: #fff;
}

.cowboy_mbPanel_8 .cmpBottom>div:first-child {
    background: var(--cis1);
}
/* .headerStyle03_4 {
    mix-blend-mode: difference;
}
.headerStyle03_4 .navBar .navMenu li a {
    color: #ffffff;
}
.headerStyle03_4 .subNavMenu li:nth-child(odd) a {
    background-color: #b37f3d;
}
.headerStyle03_4 .subNavMenu li:nth-child(2n) a {
    background-color: #9f9c9c;
}
.headerStyle03 .subNavMenu li a {
    color: #000000;
}
.headerStyle03_4 .subNavMenu .arrow-item a .inner-container .arrow {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%224%22%20viewBox%3D%220%200%2053%204%22%20width%3D%2253%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m1912.479%2046.844-13-4v4z%22%20transform%3D%22translate(-1859.479%20-42.844)%22%2F%3E%3Cpath%20d%3D%22m40%20.5h-40v-1h40z%22%20transform%3D%22translate(0%203.5)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
} */

/* footer */
.footerStyle14 {
    background: #e7e7e7;
    color: #333;
}
.footerStyle14 .sitMapTitle .en {
    color: var(--cis1);
}
.footerStyle14 .ftMenu_list li:before {
    color: var(--cis1);
}
.footerStyle14 .copyrightBox .row .copyRight {
    color: var(--cis4);
}
.footerStyle14 .footer_underLine {
    border-bottom: solid 1px #b1b1b1;
}
.footerStyle14 .ftMenu_list li a:hover {
    color: var(--cis4);
}
.cowboy_mbPanel_8 .cmpBottom {
    background: var(--cis5);
}
/* banner */
.cowboyPageBanner01 {
    background: #fff;
}

@media (min-width: 1400px) {
    .videoBannerBox iframe.videoBanner {
        width: 120vw;
        height: 130vh;
        margin-left: -10vw;
        margin-top: 0vh;
    }
    .swiper-wrapper {
        height: 100vh;
    }
    .bannerBlock:has(.videoBanner) .swiper-slide>a {
        height: 100vh;
    }
}

/* index */
.slick-slider:hover .slick-arrow {
    border-radius: 50%;
}
.sectionBlock_107 {
    background: url(/images_v4/index/service_bg.png) no-repeat left bottom / contain #4c80c2;
    background-blend-mode: hard-light;
}
.sectionBlock_107 .container {
    padding: 0;
}
.sectionBlock_107 .sub-title {
    color: #fff;
}
.fourBox-4 .subBlockTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: var(--cis5);
}
.slick-slider .slidItem .date{
    margin-left: -10px;
    margin-top: -20px;
    z-index: 99;
    position: relative;
    background: #4c80c2;
    width: fit-content;
    color: #fff;
    padding: 1px 9px;
    position: relative;
}
.slick-slider .slidItem .date::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 10px;
    border-color: transparent transparent #315483 transparent;
    left: 0px;
    bottom: 34px;
}
@media (min-width: 769px) and (max-width: 1440px) {
    .slick-slider .slidItem .date::after{
        bottom: 31px;
        left: 1px;
    }
}
@media (max-width: 768px) {
    .slick-slider .slidItem .date::after{
        bottom: 29px;
        left: 1px;
    }
}

.twoBox_3-3 {
    margin: 0;
}
.twoBox_3-3 .content .imgBox {
    background: url(/images_v4/index/investor.jpg) no-repeat center / cover;
}
.twoBox_3-3 .content .txtBox .list:nth-child(odd) {
    background-color:var(--cis1)
}
.twoBox_3-3 .content .txtBox .list:nth-child(2n) {
    background-color: var(--cis5);
}

.twoBox_3-3 .content .txtBox .list:hover {
    background-color: #fff;
}
.twoBox_3-3 .content .txtBox .list:hover .arrow{
    background-color: var(--cis1);
}
.twoBox_3-3 .content .txtBox .list:hover .arrow i {
    color: #fff;
}

/* about */
.overlap3 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.overlap3 article {
    padding-top: 5%;
}
.oneBox-5{
    margin: 0;
    padding: 50px 0;
    background-color: var(--cis1);
    color: #fff;
}
.oneBox-5 .blockTitle span {
    color: #fff;
}
.about_2 .historyType13 .pageTitleStyle-2 small {
    font-size: 36px;
    color: var(--cis5);
}
.about_2 .historyType13 .blockTitle span {
    color: #ffffff;
    display: block;
    background: var(--cis1);
    text-align: center;
    border-radius: 25px;
}
@media (min-width: 769px) {
    .about_2 .historyType13 .blockTitle span  {
        font-size: 1.5rem;
    }
}
.historyType13-box .lists-box li {
    border-top: 1px solid var(--cis2);
}
.historyType13-box .lists-box li:last-of-type {
    border-bottom: 1px solid var(--cis2);
}
.about_4 .threeBox-32 {
    background: #ffffff;
    padding: 40px 60px 40px;
    margin-top: 0;
}
.about_4 .threeBox-32 .main-content {
    padding-top: 0px;
}

.about_4 .subBlockTitle-small {
    font-weight: bold;
}

.threeBox-33 .iconBox>img {
    border: solid 1px #4dc171;
    border-radius: 50%;
    padding: 20px 18px;
}

/* ESG */
.download_list6 .item-box {
    width: 100%;
}
.download_list6 .link-box .title {
    font-size: 24px;
    font-weight: bold;
}

.download_list6 .link-box .click-box .ck-left {
    margin-top: 10px;
}

/* investor */
.investor_block_3 {
    background-color: var(--cis5);
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn {
    background-color: var(--cis5);
    color: #fff;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn:hover {
    background: var(--cis1) !important;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn .btn-txt:hover {
    color: #fff;
}

.sectionBlock_97 .section-primary .border:before {
    border: 4px solid #c1c1c1;
}
@media (min-width: 992px) {
    .sectionBlock_97 .section-primary .list {
        box-shadow: 2px 2px 10px 2px rgb(79 88 109 / 80%);
    }
}
.contact-box-b2b_3 {
    height: auto;
}
.contact-box-b2b_3 .main-box {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 80px 0;
}